* gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
[gnus] / lisp / ChangeLog
1 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2
3         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
4         summary buffer, articles that cannot be fetched are marked as
5         canceled.
6
7         * nntp.el (nntp-with-open-group): The quit signal handler must
8         propagate the quit signal to the next outer handler so that the
9         caller knows that the request aborted abnormally.
10         
11 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile) 
14         (spam-ifile-register-spam-routine) 
15         (spam-ifile-register-ham-routine): added ifile functionality that
16         does not use ifile-gnus.el to classify and register articles
17         (spam-get-article-as-string): convenience function
18         (spam-summary-prepare-exit): added ifile spam and ham registration
19         (spam-ifile-all-categories, spam-ifile-spam-category) 
20         (spam-ifile-path, spam-ifile): added customization options
21
22         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
23         exit processor
24         (spam-process): added gnus-group-ham-exit-processor-ifile to the
25         list of choices
26
27 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-score.el (gnus-score-followup): Also score immediate
30         followups. 
31
32 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
35
36 2003-01-07  Simon Josefsson  <jas@extundo.com>
37
38         * message.el (message-mode-menu): Fix receipt balloon help.
39
40 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
41
42         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
43         always be interpreted as news.
44
45 2003-01-07  Simon Josefsson  <jas@extundo.com>
46
47         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
48         gnus-sieve-script, instead of the global variable
49         gnus-sieve-crosspost.  One-line patch from Steinar Bang
50         <sb@dod.no>.
51
52 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
53
54         * gnus.el: Renamed gnus-summary-*-uncached-face as
55         gnus-summary-*-undownloaded-face to avoid confusing the agent with
56         the cache.
57
58         * gnus-sum.el: Ditto.
59
60 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
61
62         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
63         in either the group or summary buffer.  
64         New command "JS", in summary buffer, will fetch articles per the
65         group's category, predicate, and processable flags.
66         (gnus-agent-summary-fetch-series): Rewritten to call
67         gnus-agent-session-fetch-group once with all articles in the
68         series.
69         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
70         return list of fetched articles.
71         (gnus-agent-fetch-articles): Split fetch list into sublists such
72         that the article buffer is only slightly larger than
73         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
74         the group's article alist is saved.
75         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
76         longer result in the agent trying to fetch an article.
77         (gnus-agent-fetch-group-1): Can now be called in either the group
78         or summary buffer.  Removed the max-fetch-size code that I added
79         on 2002-12-13 as that capability is now part of
80         gnus-agent-fetch-articles.  Added code to update summary buffer.
81         When called in the group buffer, articles that can not be fetched
82         are AUTOMATICALLY MARKED AS READ.
83
84         * gnus-sum.el (): Modified eval-when-compile to minimize
85         misleading compilation warnings.
86         (gnus-update-summary-mark-positions): Changed code to use
87         gnus-undownloaded-mark rather than gnus-downloaded-mark.
88
89         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
90         empty file as the parser assumes that the file isn't empty.
91
92         * nntp.el (nntp-send-string): The process-send-string call can,
93         because it performs I/O on the process, change the process' state
94         from open to closed.  If this happens, call nntp-report
95         immediately to report the broken connection.
96         (nntp-report): Rewritten to avoid needing a global variable to
97         determine the appropriate course of action.  Instead, two function
98         implementations are provided and the nntp-report function value is
99         bound to the appropriate implementation.
100         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
101         (nntp-with-open-group): Now binds nntp-report's function cell
102         rather than binding gnus-with-open-group-first-pass.  Added a
103         condition-case to detect a quit during a nntp command.  When the
104         quit occurs, the current connection is closed as a fetch articles
105         request could have several megabytes queued up for reading.
106         (nntp-retrieve-headers): Bind articles to itself.  If
107         nntp-with-open-group repeats this command, I must have access to
108         the original list of articles.
109         (nntp-retrieve-groups): Ditto for groups.
110         (nntp-retrieve-articles): Ditto for articles.
111         (*): Replaced nntp-possibly-change-group calls to
112         nntp-with-open-group forms in all, but one, occurrance.
113         (nntp-accept-process-output): Bug fix. Detect when called with
114         null process.
115         
116 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
117
118         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
119         if we don't need to.
120         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
121
122 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * gnus-group.el (gnus-group-make-web-group): Pass the select
125         method on to group-create.
126         (gnus-group-line-format-alist): %U is an integer.
127
128         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
129         ephemeral groups.
130         (gnus-summary-read-group-1): Ditto.
131         (gnus-group-make-articles-read): Ditto.
132
133         * mm-url.el (mm-url-program): Doc fix.
134
135         * message.el (message-mode-map): Rebound
136         message-insert-wide-reply.
137
138 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
141         color as `gnus-group-startup-message' does.
142
143 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
144
145         * spam.el: fixed line lengths to 80 chars or less
146
147         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
148         "not-read" mark
149         (gnus-summary-mark-forward): added the spam-mark to the list of
150         marks not to be marked as "read" when viewed
151
152 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply. 
155
156         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
157         Protect against unactive groups.
158
159         * message.el (message-check-news-header-syntax): Check long
160         header lines.
161         (message-check-news-header-syntax): Update `start'.
162
163         * gnus-group.el (gnus-group-expire-articles): Doc fix.
164         (gnus-group-line-format): %U.
165         (gnus-group-line-format-alist): ?U.
166         (gnus-number-of-unseen-articles-in-group): New function.
167
168         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout. 
169
170         * gnus.el (gnus-version-number): Bump version number.
171
172 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
173
174         * gnus.el: Oort Gnus v0.10 is released.
175
176 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * gnus.el (gnus-version-number): Fix version number.
179
180 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
181
182         * gnus.el: Oort Gnus v0.08 is released.
183
184 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
185
186         * mm-util.el: Add mm-string-make-unibyte.
187
188         * gnus-group.el (gnus-group-jump-to-group): Make it work for
189         UTF-8 groups.
190
191 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * gnus.el (gnus-variable-list): Write gnus-format-specs last. 
194
195         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
196
197 2003-01-04  Kevin Ryde  <user42@zip.com.au>
198
199         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
200         function. 
201
202 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p. 
205         (gnus-summary-read-group-1): Update group line.
206         (gnus-summary-exit-no-update): Update group on exit.
207
208         * gnus-group.el (gnus-group-line-format): Add %*.
209         (gnus-group-line-format-alist): Ditto.
210         (gnus-group-insert-group-line): Set it.
211         (gnus-group-is-exiting-p): New variable.
212         (gnus-group-insert-group-line): Use it.
213
214 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
215
216         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
217         enable BBDB ham processing
218         (spam-blacklist-register-routine): enable blacklist spam processing
219         (spam-whitelist-register-routine): enable whitelist ham processing
220         (spam-fetch-field-from-fast): fast fetching of the "from" field
221         from (gnus-data-list)
222         (spam-summary-prepare-exit): works completely now
223         (spam-use-blacklist): oops, should be nil by default
224         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
225         split processing now; before it was for summary exit as
226         well but that's done with the spam-contents and spam-process
227         parameters now
228
229 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
230
231         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
232         characters.
233
234 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
235
236         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
237         (spam-group-processor-p, spam-group-processor-bogofilter-p) 
238         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p) 
239         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p) 
240         (spam-mark-spam-as-expired-and-move-routine) 
241         (spam-generic-register-routine, spam-BBDB-register-routine) 
242         (spam-ifile-register-routine, spam-blacklist-register-routine) 
243         (spam-whitelist-register-routine): new functions
244         (spam-summary-prepare-exit): added summary exit processing (expire
245         or move) of spam-marked articles for spam groups; added slots for
246         all the spam-*-register-routine functions
247
248 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * pop3.el (pop3-retr): Wait 500 msecs.
251         (pop3-read-response): Ditto.
252
253         * gnus-msg.el (gnus-setup-message): Get the evaliation order
254         right. 
255         (gnus-inews-make-draft): New function.
256         (gnus-setup-message): Use it.
257
258         * message.el (message-required-headers): Add From.
259
260 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
261         Trivial patch from Norbert Koch <nk@viteno.net>.
262
263         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
264
265 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * message.el (message-generate-headers): Let header formatters do
268         their work.
269
270 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
271
272         * deuglify.el (gnus-article-outlook-deuglify-article):
273         Rehighlight, reapply treatments and call
274         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
275         (gnus-outlook-repair-attribution-block): Recognize cited
276         attributions.  Suggested by Niklas Morberg.
277
278 2003-01-02  Pete Kazmier  <pete@kazmier.com>
279
280         * gnus-art.el (gnus-treat-predicate): Check condition first.
281
282 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
283
284         * lpath.el: Add url-http-file-exists-p.
285
286         * gnus-group.el (gnus-group-fetch-charter): Use
287         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
288
289 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * message.el (message-draft-headers): Also generate From to get a
292         nicer draft buffer summary.
293
294         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
295         parameter.
296
297         * gnus-art.el (article-wash-html): Clean up.
298         (article-wash-html): Typo fix.
299
300         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
301         (gnus-summary-mail-forward): To many lists of lists.
302
303         * gnus-art.el (article-wash-html): Clean up.
304
305 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
306
307         * gnus-art.el (gnus-treat-wash-html): New variable.
308
309 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * message.el (message-check-news-header-syntax): Allow posting.
312         (message-check-news-header-syntax): Fix logic for sure, this
313         time.
314
315 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
316
317         * message.el (message-check-news-header-syntax): Check syntax of
318         continuation headers.
319
320 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
321
322         * gnus-art.el (gnus-button-url-regexp,
323         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
324         (gnus-header-button-alist): Regexps are case insensitive here.
325
326 2003-01-02  Simon Josefsson  <jas@extundo.com>
327
328         * dig.el (query-dig): Doc fix.
329
330 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
331
332         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
333         summary buffer line, not just the download mark.
334
335 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * gnus-sum.el (gnus-summary-goto-subjects): New function.
338         (gnus-summary-insert-dormant-articles): New command and
339         keystroke.
340
341         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
342         function for mass insertion of subjects.
343
344         * nndraft.el (nndraft-generate-headers): Don't move point.
345
346         * gnus.el (nnheader): Require nnheader.
347
348         * nndraft.el (nndraft-request-associate-buffer): Use
349         make-local-variable.
350
351 2003-01-02  Michael Shields  <shields@msrl.com>
352
353         * nndraft.el (nndraft-request-associate-buffer): Make
354         write-contents-hooks buffer-local before setting it.
355
356 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus.el (gnus-group-parameter-value): Take an extra param.
359         (gnus-group-fast-parameter): Let group param results be nil.
360
361         * gnus-art.el (gnus-article-forward-header): New function.
362         (article-date-ut): Use it to remove continuation date headers.
363
364         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
365         read-event.
366         (gnus-summary-remove-bookmark): Clean up.
367         (gnus-summary-set-bookmark): Clean up.
368
369         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
370
371         * gnus.el (gnus-group-startup-message): Bind data-directory to
372         the Gnus etc directory.
373
374 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
375
376         * spam.el (spam-summary-prepare-exit): added slots for spam- and
377         ham-processing of articles; use the new
378         spam-group-(spam|ham)-contents-p functions
379         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
380         convenience functions
381         (spam-mark-junk-as-spam-routine): use the new
382         spam-group-spam-contents-p function
383
384         * gnus.el (spam-process, spam-contents, spam-process-destination):
385         added new parameters with corresponding global variables
386         (gnus-group-spam-exit-processor-ifile,
387         gnus-group-spam-exit-processor-bogofilter,
388         gnus-group-spam-exit-processor-blacklist,
389         gnus-group-spam-exit-processor-whitelist,
390         gnus-group-spam-exit-processor-BBDB,
391         gnus-group-spam-classification-spam,
392         gnus-group-spam-classification-ham): added new symbols for the
393         spam-process and spam-contents parameters
394
395         * spam.el (spam-ham-marks, spam-spam-marks): changed list
396         customization and list itself to store mark symbol rather than
397         mark character.
398         (spam-bogofilter-register-routine): added logic to generate mark
399         values list from spam-ham-marks and spam-spam-marks, so (member)
400         would work.
401
402 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * message.el (message-cross-post-followup-to): Fix comment.
405
406 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
407
408         * spam.el (spam-ham-marks, spam-spam-marks): changed list
409         customization and list itself to store mark symbol rather than
410         mark character.
411         (spam-bogofilter-register-routine): added logic to generate mark
412         values list from spam-ham-marks and spam-spam-marks, so (member)
413         would work.
414
415 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
416
417         * message.el (message-signature-insert-empty-line): New variable.
418
419 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
420
421         * message.el: Renamed functions and variables: "xpost" ->
422         "cross-post", "-fup2" -> "-followup-to".
423         (message-cross-post-old-target, message-cross-post-default,
424         message-cross-post-note, message-followup-to-note,
425         message-cross-post-note-function): New variables names.
426         (message-xpost-old-target, message-xpost-default,
427         message-xpost-note, message-fup2-note,
428         message-xpost-note-function): Removed variable names.
429         (message-cross-post-followup-to-header,
430         message-cross-post-insert-note, message-cross-post-followup-to):
431         New function names.
432         (message-xpost-fup2-header, message-xpost-insert-note,
433         message-xpost-fup2): Removed function names.
434
435 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
436
437         * message.el (message-send-mail): Added message-cleanup-headers to
438         prevent newlines in headers.
439
440 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * dns.el (dns-make-network-process): Comment.
443
444         * gnus-sum.el (gnus-summary-display-while-building): Default to
445         nil.
446
447 2003-01-01  Wes Hardaker  <wes@hardakers.net>
448
449         * gnus-sum.el (gnus-summary-display-while-building): New
450         variable.
451
452 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
453
454         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
455         before rearranging the article.
456
457 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * nndraft.el (nndraft-generate-headers): New function.
460         (nndraft-request-associate-buffer): Use it to write headers on
461         buffer save.
462
463         * message.el (message-generate-headers): Let the function be a
464         lambda form.
465         (message-draft-headers): New variable.
466
467         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
468         function.
469         (gnus-setup-message): Use it.
470
471         * message.el (message-generate-headers-first): Doc fix.
472         (message-setup-1): Use new function for getting which headers to
473         generate.
474         (message-headers-to-generate): New function.
475
476 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
477
478         * gnus-agent.el (gnus-agent-save-alist): Make directory.
479
480 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
481
482         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
483         mention negatives.
484
485 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
486
487         * deuglify.el (gnus-outlook-rearrange-article): Use
488         `transpose-regions' instead of tempering the kill-ring.
489         (gnus-article-outlook-deuglify-article): Rehighlight article
490         instead of a complete redisplay.
491
492 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
493
494         * spam.el: most defvars are defcustoms now
495
496         patches from Michael Shields  <shields@msrl.com>
497
498         * spam.el (spam-bogofilter-articles): Select the article
499         body using gnus-summary-show-article t instead of
500         gnus-summary-select-article; this presents the raw text
501         without running any hooks.
502
503         * spam.el (spam-bogofilter-articles): Use message-remove-header
504         to remove headers; the old way incorrectly removed just the first
505         line of folded headers.
506
507 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
510
511 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * gnus-start.el (gnus-load): New function.
514         (gnus-read-newsrc-el-file): Use it.
515
516 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
517
518         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
519         (gnus-button-handle-apropos-documentation): New function.
520         (gnus-button-handle-ctan): New function.
521         (gnus-button-alist): Use them.  Improve some regexps.
522         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
523
524 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
525
526         * message.el (message-subscribed-p): New function.
527         (message-send-mail): Use it.
528         * mml.el (mml-preview-insert-mft): New function.
529         (mml-preview): Use it.
530
531 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
534         when sorting by date.
535
536         * gnus-art.el (gnus-article-edit-mode): New variable.
537         (gnus-article-setup-buffer): Warn user about discarding edits.
538
539         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
540         (gnus-summary-pipe-output): Take a symbolic prefix to save all
541         headers.
542
543         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
544
545 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
546
547         * message.el (message-completion-alist): Added "Mail-Followup-To"
548         and "Mail-Copies-To".
549
550 2002-07-21  Jesper harder  <harder@ifa.au.dk>
551
552         * gnus-group.el: Add key bindings for
553         gnus-group-sort-groups-by-real-name and
554         gnus-group-sort-selected-groups-by-real-name.
555
556 2002-07-21  Jesper harder  <harder@ifa.au.dk>
557
558         * gnus.texi (Sorting Groups): Add key bindings for
559         gnus-group-sort-groups-by-real-name and
560         gnus-group-sort-selected-groups-by-real-name.
561
562 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
563
564         * spam.el (spam-use-dig): new variable for blackhole checking
565         through dig.el
566         (spam-check-blackholes): added dig.el checking functionality and
567         more verbose reporting; query-dig is autoloaded from dig.el
568         (spam-use-blackholes): disabled by default
569         (spam-blackhole-servers): removed rbl.maps.vix.com from the
570         blackhole servers list
571
572 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * message.el (message-required-headers): New variable.
575
576 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
577
578         * dig.el (query-dig): new function
579
580 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * flow-fill.el (fill-flowed): Don't infloop on too long fill
583         prefixes.
584
585         * dns.el (query-dns): Protect against errors.
586
587         * gnus-msg.el (gnus-article-yanked-articles): New variable.
588         (gnus-inews-add-send-actions): Mark all answered messages as
589         answered.
590
591 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
592
593         * nnmail.el (nnmail-split-it): Added tracing to
594         `:' split rule
595
596 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
597
598         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
599         and "%s" so we don't overquote them.
600
601 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
602
603         * (mm-display-external): Display the actual command that has been
604         executed in the echo area.
605
606 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
609
610         * message.el (message-with-reply-buffer): New macro.
611         (message-fetch-reply-field): Use it.
612         (message-insert-wide-reply): New command and keystroke.
613         (message-carefully-insert-headers): New function.
614         (message-insert-to): Use new function.
615
616         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
617         (gnus-topic-goto-missing-group): Use it.
618
619         * message.el (message-required-news-headers): Removed Lines.
620         (message-reply): Don't insert References first.
621         (message-followup): Ditto.
622         (message-make-references): New function.
623         (message-followup): Set message-reply-headers before generating
624         the buffer stuff.
625
626 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
627
628         * mml.el (mml-generate-mime-1): Reverse the order of
629         encoding/flowing.
630
631 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
634         after moving them.
635
636         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
637         fit with newer standard format.
638         (gnus-summary-make-false-root-always): New variable.
639         (gnus-gather-threads-by-subject): Use it.
640
641         * message.el (message-get-reply-headers): Take an address list
642         optional argument.
643
644 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * gnus.el (gnus-keep-backlog): Change default to 20.
647
648         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
649         start.
650         (gnus-agent-check-overview-buffer): Remove negative article
651         numbers.
652
653         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
654         (nnmail-cache-ignore-groups): Doc fix.
655
656         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
657         (nnimap-debug-buffer): New variable.
658         (nnimap-debug): Use it.
659
660 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
661
662         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
663
664 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
667         they aren't already sorted.
668
669 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
670
671         * message.el (message-mode-menu): Add ellipses to menu items
672         expecting user interaction.
673         (message-mode-field-menu): do.
674
675 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
676
677         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
678         it isn't used any more.
679
680 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
681
682         * binhex.el (binhex-decoder-program): Fix docstring.
683
684 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
685
686         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
687         special chars if the mailcap file uses single quotes around %s.
688         From Laurent Martelli <laurent@bearteam.org>.
689
690 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
691
692         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
693         return the info object.
694
695 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
696
697         * gnus-int.el (gnus-request-update-info): Artificially add
698         (1 . (1- min)) to the read range, in case the backend doesn't
699         store marks for nonexistent articles.
700
701 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * binhex.el (binhex-insert-char): Eval-and-compile.
704
705 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
706
707         * lpath.el: Add tool-bar-local-item-from-menu.
708
709         * message.el (message-tool-bar-local-item-from-menu): New function.
710         (message-tool-bar-map): Use it.
711
712 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
713
714         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
715
716         * gnus-art.el (gnus-article-header-rank): Last header in
717         gnus-sorted-header-list should have higher rank than non-members.
718
719 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
722         covered methods.
723
724 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
725
726         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
727         eval-when-compile.  Suggested by Kevin Greiner.
728
729 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
730
731         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
732         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
733         even though no headers may have been fetched
734         (gnus-agent-fetch-group-1, and perhaps others, require this
735         behavior).
736         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
737         server buffer is constrained by gnus-agent-max-fetch-size.
738         Multiple chunks in the same group may perform arbitrarily large
739         updates.
740
741 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
742
743         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
744         gnus-summary-update-download-mark to update the article in the
745         summary.
746
747 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
748
749         * gnus.el (gnus-summary-high-uncached-face,
750         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
751         New faces.
752
753         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
754         added this on 2002-11-23 but it just wasn't working out as
755         intended.  The idea isn't entirely dead, three new faces
756         gnus-summary-*-uncached-face are being added to gnus.el to provide
757         the basis for an improved implementation.
758         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
759         proper file to open is lib/servers.
760         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
761         (i.e. removing the article from gnus-newsgroup-downloadable) will
762         now restore the article's default mark rather than simply setting
763         no mark.
764         (gnus-agent-get-undownloaded-list): Corrected documentation.
765         Added code to set new summary local variable,
766         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
767         a temporary list.  No longer sets gnus-newsgroup-downloadable.
768         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
769         up to date.  Call new gnus-summary-update-download-mark to keep
770         summary buffer up-to-date.
771         (gnus-agent-fetch-selected-article): Keep
772         gnus-newsgroup-undownloaded up to date.
773         (gnus-agent-fetch-articles): Return list of articles that were
774         successfully fetched.
775         (gnus-agent-check-overview-buffer): No more thingatpt.
776         (gnus-agent-expire): No longer deletes NOV entries of unread
777         articles.
778         (gnus-agent-unread-articles): New function.
779         (gnus-agent-regenerate-group): The article number must be
780         terminated by a tab character.  Added more messages to report
781         repairs.  Inhibit quits while writing changes so it is now safe
782         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
783         downloaded to 1) resolve the unbound references and 2) avoid
784         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
785
786         * gnus-art.el (gnus-article-prepare): The agent
787         downloaded/undownloaded mark is no longer stored as the article's
788         mark.
789
790         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
791         gnus-summary-highlight may use it.  Added downloaded as
792         gnus-summary-highlight was using it.
793
794         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
795         the download mark now follows Kai's +/- convention.
796         (gnus-downloaded-mark): Added ?+ mark.
797         (gnus-summary-highlight): Added rules to select
798         gnus-summary-high-uncached-face,
799         gnus-summary-normal-uncached-face, and
800         gnus-summary-low-uncached-face.  Removed the
801         gnus-agent-downloaded-article-face.
802         (gnus-summary-line-format-alist): Implemented the download flag
803         format (?O) as named in the manual.  This implementation displays
804         either gnus-undownloaded-mark, gnus-downloaded-mark, or
805         gnus-no-mark.
806         (gnus-newsgroup-agentized): New local variable that identifies
807         which groups are agentized.  While the agent is now on by default,
808         you don't have to agentize every server that you use.
809         (gnus-update-summary-mark-positions): Completed support for the
810         download type of mark.
811         (gnus-summary-insert-line): Added undownloaded to the parameters.
812         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
813         reference by the gnus-summary-line-format-spec.
814
815         * nntp.el (nntp-with-open-group): This macro handles dropped or
816         broken connections by opening a new connection and repeating the
817         failed command.
818         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
819         XOVER commands preceeding the active articles with the nov entry
820         of the first available article.  When gnus connected to such a
821         server, the unexpected nov entry would result in duplicate lines
822         in the agent's overview file.  This patch fixes the duplicate
823         lines problem and improves performance by skipping over all
824         articles IDs that preceed the first nov entry in the server's
825         reply.
826
827 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
830         (gnus-summary-highlight): Use it instead of `downloaded'.
831         (gnus-summary-highlight-line): Ditto.
832
833         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
834
835 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
838
839         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
840         calls.
841
842         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
843         downloaded variable if we're in an uncovered group.
844
845         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
846         font to soemthing less noticeable.
847         (gnus-agent-group-covered-p): New function.
848
849 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
850
851         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
852         Because of an unknown bug, the group buffer is saved in .overview
853         file.
854
855 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
856
857         * nntp.el (nntp-send-command): Braino in last commit.  Replace
858         `and' with `or'.
859
860 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
861
862         * nntp.el (nntp-send-command): Assume that echo does not happen
863         when nntp-open-connection-function is nntp-open-network-stream.
864         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
865
866 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
867
868         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
869
870 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
871
872         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
873         nntp-server-buffer if we aren't going to write to it.
874
875 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
876         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
877
878         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
879
880 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * rfc2047.el (rfc2047-decode-region): Remove newlines between
883         decoded words.
884
885 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
886
887         * gnus.el (fboundp): After loading mm-util, make sure it was the
888         right one.
889
890 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
891
892         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
893         gnus-sum.  Made into a user option.
894
895         * gnus-sum.el (gnus-simplify-ignored-prefixes)
896         (gnus-summary-mark-article-as-unread)
897
898 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
899
900         * time-date.el (date-to-time): Typo.
901
902         * parse-time.el: Typo.
903
904         * nnsoup.el (nnsoup-retrieve-headers): Typo.
905
906         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
907
908         * nnimap.el:
909         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
910
911         * mm-encode.el (mm-safer-encoding): Typo.
912
913         * messcompat.el: Typo.
914
915         * message.el (message-face-alist): Typo.
916
917         * imap.el (imap-interactive-login, imap-open): Typos.
918
919         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
920
921         * gnus.el: Typo.
922
923         * gnus-win.el (gnus-configure-frame): Typo.
924
925         * gnus-util.el (gnus-atomic-progn-assign): Typo.
926
927         * gnus-topic.el (gnus-topic-sort-topics): Typo.
928
929         * gnus-sum.el (gnus-summary-article-number)
930         (gnus-summary-read-group-1, gnus-summary-mark-article)
931         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
932
933         * gnus-mule.el (gnus-mule-add-group): Typo.
934
935         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
936
937         * gnus-group.el (gnus-group-fetch-faq): Typo.
938
939         * gnus-art.el (gnus-decode-header-methods): Typo.
940
941         * flow-fill.el: Typo.
942
943 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
944
945         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
946
947 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
948
949         * gnus-sum.el (gnus-simplify-ignored-prefixes)
950         (gnus-summary-mark-article-as-unread)
951         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
952         Reformatting to avoid long lines.
953         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
954
955 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
956
957         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
958         be accessed through `mail-header-number'.
959
960 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
961
962         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
963         compressed range to gnus-summary-insert-articles.
964
965 2002-11-26  Kevin Ryde <user42@zip.com.au>
966
967         * gnus-art.el (gnus-mime-copy-part): Look for filename
968         parameter under content-disposition, not content-type.
969
970         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
971         (gnus-summary-reselect-current-group): Use it.
972
973 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
974
975         * gnus-agent.el (gnus-agent-uncached-articles): if
976         gnus-agent-load-alist fails, return ARTICLES.
977
978         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
979
980 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
981
982         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
983         superfluous function call.
984         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
985         Add warning to docstring.
986
987 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-agent.el: Autoload number-at-point instead.
990         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
991
992 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
993
994         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
995         require thingatpt (for number-at-point) and protect against
996         deactivate-mark being unbound (on XEmacs).
997
998 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
999
1000         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1001         print message on entry.
1002
1003         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1004
1005         * gnus-range.el (gnus-range-difference): New function.
1006         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1007
1008 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1009
1010         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1011         gnus-remove-from-range instead of gnus-range-difference which
1012         doesn't exist.
1013
1014 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1015         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1016
1017         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1018         used for showing which articles have been downloaded.
1019         (gnus-agent-article-alist): Format change.  Add documentation.
1020         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1021         process-marked articles.
1022         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1023         in the series are individually fetched to minimize lose of
1024         content due to an error/quit.
1025         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1026         gnus-message instead of message.
1027         (gnus-agent-read-servers): Use file lib/methods instead of
1028         lib/servers.  TODO: Why?
1029         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1030         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1031         come from the agent.  This means that they are not downloaded.
1032         (gnus-agent-fetch-selected-article): Don't use history.
1033         (gnus-agent-save-history, gnus-agent-enter-history)
1034         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1035         Removed function; history is not used anymore.
1036         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1037         (gnus-agent-crosspost): Started rewrite then realized that a typo
1038         in gnus-agent-fetch-articles ensures that this function is never
1039         called.  This will need to be fixed later.
1040         (gnus-agent-check-overview-buffer): Some sanity checks on the
1041         agent overview buffer.  This is a safety net used during
1042         development.
1043         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1044         changed, write a number to the file indicating this.
1045         (gnus-agent-fetch-headers): Rewrite to respect
1046         gnus-agent-consider-all-articles without relying on the
1047         `.fetched' files.  Make it fast.
1048         (gnus-agent-braid-nov): Change resulting from
1049         gnus-agent-fetch-headers change.
1050         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1051         `.fetched' files.
1052         (gnus-agent-read-agentview): New function, used by
1053         gnus-agent-load-alist.
1054         (gnus-agent-load-fetched-headers): Remove.
1055         (gnus-agent-save-alist): Rewrite to accomodate new format.
1056         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1057         same order as in gnus-newsgroup-headers.
1058         (gnus-agent-expire): Document and implement extra args ARTICLES,
1059         GROUP, FORCE.  Do not restrict usage.
1060         (gnus-agent-uncached-articles): New function.
1061         (gnus-agent-retrieve-headers): Use it.
1062         (gnus-agent-regenerate-group): No longer needs to be called from
1063         gnus-agent-regenerate.  Individual groups may be regenerated. The
1064         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1065         The article fetch dates are validated in the article alist.  The
1066         article alist is pruned of entries that do not reference existing
1067         NOV entries.  All changes are computed then applied with
1068         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1069         regeneration.  The optional clean parameter has been replaced with
1070         an optional reread parameter.  Clean is no longer necessary as
1071         regeneration gets the appropriate setting from
1072         gnus-agent-consider-all-articles.  The new reread parameter will
1073         result in fetched, or all, articles being marked as unread.
1074         (gnus-agent-regenerate): Removed code to regenerate the history
1075         file as it is no longer used.
1076
1077         * gnus-start.el (gnus-make-ascending-articles-unread): New
1078         function, for efficient mass-marking.
1079
1080         * gnus-sum.el (gnus-summary-highlight): Use new face for
1081         downloaded articles.
1082         (gnus-article-mark): Prefer to indicate read/unread status over
1083         downloaded status.
1084         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1085         line.
1086         (gnus-summary-highlight-line): Use new face for downloaded
1087         articles.
1088         (gnus-summary-insert-old-articles): Improved performance by
1089         replacing the initial LIST of older articles with a compressed
1090         RANGE of older articles.  Some servers appear to lie about
1091         their active range so the original list could contain millions
1092         of article numbers.  The range is not expanded into a list
1093         until the optional ALL parameter has been applied.
1094
1095 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1096
1097         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1098
1099 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1100
1101         * spam.el:
1102         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1103
1104         * spam.el: added `M s t' and `M s x' key mappings
1105
1106 2002-11-20  Simon Josefsson  <jas@extundo.com>
1107
1108         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1109
1110 2002-11-19  Simon Josefsson  <jas@extundo.com>
1111
1112         * gnus-sum.el (gnus-summary-morse-message): Load
1113         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1114         (unmorse-region): Autoload it instead.
1115
1116 2002-11-18  Simon Josefsson  <jas@extundo.com>
1117
1118         * gnus-sum.el (gnus-summary-morse-message): New function.
1119         (gnus-summary-wash-map): Bind to `W m'.
1120         (gnus-summary-make-menu-bar): Add.
1121
1122         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1123         before storing \Deleted mark on expired articles.
1124
1125 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1126         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1127
1128         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1129         parens in column 0.
1130
1131 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1132
1133         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1134
1135         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1136
1137         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1138
1139 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1140
1141         * message.el (message-set-auto-save-file-name): Use
1142         make-directory, to avoid the dependence on gnus-util.
1143
1144 2002-11-16  Simon Josefsson  <jas@extundo.com>
1145
1146         * nnimap.el (nnimap-callback-callback-function):
1147         (nnimap-callback-buffer): Removed, these cannot be global but must
1148         be embedded into the callback.
1149         (nnimap-make-callback): New.  Embedd article number, callback and
1150         buffer in function.
1151         (nnimap-callback, nnimap-request-article-part): Update.
1152
1153 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1156
1157 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1158
1159         * gnus.el (gnus-summary-line-format): Document %C.
1160
1161 2002-11-11  Simon Josefsson  <jas@extundo.com>
1162
1163         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1164         output when called interactively.
1165
1166 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1169
1170         * message.el (message-draft-coding-system): Improve comment; use
1171         mm-auto-save-coding-system for the default value.
1172
1173         * nndraft.el (nndraft-request-article): Revert to the state before
1174         2002-10-29; regexp-quote mail-header-separator.
1175
1176 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1177
1178         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1179         allow editing of drafts from an nnvirtual group.
1180
1181 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1184         mm-auto-save-coding-system.
1185
1186         * message.el (message-draft-coding-system): Default to
1187         iso-2022-7bit.
1188
1189         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1190         restore the default value to emacs-mule or escape-quoted.
1191
1192 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1195         a delayed or a queued article as well as a draft.
1196
1197         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1198         delayed or a queued article in the raw format; treat a delayed
1199         article as a raw article as well as a draft.
1200         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1201         for the delayed group.
1202
1203         * nndraft.el (nndraft-request-article): Ignore auto save files for
1204         a delayed or a queued article; don't bother to decode a queued
1205         article; don't bind nnmail-file-coding-system for a queued article.
1206
1207         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1208         and the queue group.
1209
1210 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1211
1212         * gnus-group.el (gnus-group-delete-group):
1213         gnus-cache-active-hashtb might be void.
1214
1215 2002-11-02  Simon Josefsson  <jas@extundo.com>
1216
1217         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1218         setting of the default user ID.  From Raymond Scholz
1219         <ray-2002@zonix.de>.
1220
1221 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1222
1223         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1224         charset.
1225
1226 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1227         From Alex Schroeder <alex@emacswiki.org>
1228         * spam-stat.el (spam-stat-process-directory): add dir to message
1229         (spam-stat-reduce-size): No longer remove words
1230         with values close to 0.5, because the default value is 0.2.
1231
1232 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1233
1234         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1235         documentation.
1236
1237 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1238
1239         * gnus-agent.el (gnus-agent-fetched-headers)
1240         (gnus-agent-load-fetched-headers)
1241         (gnus-agent-save-fetched-headers): Remove variable and two
1242         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1243         works better.
1244         (gnus-agent-fetch-headers): New implementation from Kevin
1245         Greiner.  Uses gnus-agent-article-alist to store information
1246         about fetched messages which aren't on the server anymore.  The
1247         trick is to return a list of considered messages to the caller,
1248         but to only fetch those which haven't been fetched yet.
1249
1250 2002-10-30  Simon Josefsson  <jas@extundo.com>
1251
1252         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1253
1254         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1255
1256 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1257
1258         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1259         versions of emacs-w3m than 1.3.3.
1260
1261         * lpath.el: Bind w3m-minor-mode-map.
1262
1263         * mm-view.el (mm-w3m-mode-command-alist)
1264         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1265         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1266         (mm-setup-w3m): Simplified.
1267         (mm-w3m-local-map-property): New function.
1268         (mm-inline-text-html-render-with-w3m): Use it.
1269
1270         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1271         mm-w3m-local-map-property.
1272
1273 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * mm-util.el (mm-auto-save-coding-system): Default to
1276         iso-2022-7bit.
1277
1278         * nndraft.el (nndraft-request-article): Decode an article using
1279         the coding-system emacs-mule if it seems to have been saved using
1280         emacs-mule.
1281         (nndraft-request-replace-article): Use message-draft-coding-system
1282         instead of mm-auto-save-coding-system for the draft or delayed
1283         group.
1284
1285 2002-10-28  Josh  <huber@alum.wpi.edu>
1286
1287         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1288         functions.
1289
1290 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1291         From mah@everybody.org (Mark A. Hershberger).
1292
1293         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1294         type values ("url" size) regardless of the values of
1295         mm-url-use-external.
1296
1297 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1298
1299         * nnimap.el (nnimap-request-article-part): Try harder to show
1300         group name in debugging message.
1301
1302 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1303
1304         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1305         directory if it doesn't exist.
1306         (gnus-agent-fetch-headers): Remove old cruft that tried to
1307         abstain from downloading articles more than once if
1308         gnus-agent-consider-all-articles was true.  This is now done
1309         properly via the .fetched files.
1310
1311 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * nndraft.el (nndraft-request-article): Treat delayed articles
1314         like drafts.
1315
1316 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1319
1320 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1321
1322         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1323         Remove unused optional arg DIR and corresponding code.
1324
1325         * nnimap.el (nnimap-request-article-part): Include group name in
1326         debugging output.
1327
1328 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1329
1330         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1331
1332 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1333
1334         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1335         contains range of headers that have been fetched by the agent
1336         already.  Compare gnus-agent-article-alist.
1337         (gnus-agent-file-header-cache): Like
1338         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1339         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1340         seen/recent logic.
1341         Remember which headers have been fetched before and don't fetch
1342         them again the next time round.
1343         (gnus-agent-load-fetched-headers)
1344         (gnus-agent-save-fetched-headers): New functions, for remembering
1345         which headers have been fetched before.
1346
1347 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * lpath.el: Remove useless bindings.
1350
1351 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1352
1353         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1354         features while searching.
1355
1356 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1357
1358         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1359
1360 2002-10-22  Simon Josefsson  <jas@extundo.com>
1361
1362         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1363         (pgg-snarf-keys): Add.
1364
1365 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * lpath.el: Fbind bbdb-records.
1368
1369         * spam.el: Don't autoload bbdb-records.
1370
1371 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1374         prevent inf-loop.
1375
1376 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * nnslashdot.el: Removed some test lines.
1379         More test.
1380
1381 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1382
1383         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1384         are known to be downloaded already.
1385
1386 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1389         (mm-text-html-washer-alist): Ditto.
1390
1391 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1392
1393         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1394         boundary between headers and body.
1395         * nnml.el (nnml-parse-head): Ditto.
1396
1397 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1400         entries.
1401
1402         * gnus-group.el (gnus-fetch-group): Allow an optional
1403         specification of the articles to select.
1404
1405         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1406
1407 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1408
1409         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1410         headers from the group, update variable `articles' to contain
1411         only those numbers where headers exist.  (When fetching all
1412         articles in a group, Gnus creates lots of numbers where there is
1413         no articles.)
1414
1415 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1416
1417         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1418         doesn't have the 'alist custom type, use cons cells instead.
1419         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1420         (pgg-parse-hash-algorithm-alist): Ditto.
1421         (pgg-parse-compression-algorithm-alist): Ditto.
1422         (pgg-parse-signature-type-alist): Ditto.
1423
1424         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1425
1426         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1427
1428         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1429
1430 2002-10-19  Simon Josefsson  <jas@extundo.com>
1431
1432         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1433         buffer.
1434
1435 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1436
1437         * gnus-spec.el (gnus-make-format-preserve-properties)
1438         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1439         properties also on XEmacs.  `gnus-xmas-format' is like format but
1440         preserves text properties on XEmacs (though it only understands
1441         simple format specs).  The variable
1442         `gnus-make-format-preserve-properties' controls whether the
1443         function is used, and is checked in `gnus-parse-simple-format'.
1444         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1445
1446         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1447         output.
1448         (gnus-agent-consider-all-articles): New variable.
1449         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1450         (gnus-agent-fetch-headers): Depending on
1451         gnus-agent-consider-all-articles, maybe get all articles.
1452         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1453         `read'.
1454         (gnus-predicate-imples-unread): New function.
1455         (gnus-agent-fetch-headers): Optimize to call
1456         gnus-list-of-unread-articles if that is sufficient.
1457         Check unseen and recent instead of seen and recent.
1458         (gnus-agent-fetch-headers): Abstain from calling
1459         gnus-list-range-intersection if range (a . b) would have (> a b).
1460
1461 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * message.el (message-send-mail): Make it possible to perform
1464         edebug-defun.
1465
1466 2002-10-18  Simon Josefsson  <jas@extundo.com>
1467
1468         * gnus-art.el (gnus-button-man-handler): Change default to
1469         `manual-entry' (defined in both emacsen).
1470         (gnus-button-man-handler): Remove emacsen difference and use
1471         `manual-entry'.
1472
1473 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * spam.el: Wrap autoload settings for bbdb-records,
1476         executable-find and ifile-spam-filter with eval-and-compile.
1477         (spam-display-buffer-contents): Remove.
1478         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1479
1480 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1481
1482         * spam.el (spam-display-buffer-contents): New function.
1483         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1484         from Katsumi Yamaoka <yamaoka@jpl.org>.
1485
1486 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1487
1488         * nnheader.el (nnheader-parse-naked-head): New function.
1489         (nnheader-parse-head): Use the above function, in order to handle
1490         continuation lines properly.
1491         (nnheader-remove-body): New function.
1492         (nnheader-remove-cr-followed-by-lf): New function.
1493         (nnheader-ms-strip-cr): Use the above function.
1494
1495         * gnus-agent.el (gnus-agent-regenerate-group): Call
1496         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1497         `nnheader-parse-head'.
1498         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1499
1500         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1501         continuation lines by itself; call `nnheader-parse-naked-head'
1502         instead of `nnheader-parse-head'.
1503         * nndiary.el (nndiary-parse-head): Ditto.
1504         * nnfolder.el (nnfolder-parse-head): Ditto.
1505         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1506         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1507         * nnml.el (nnml-parse-head): Ditto.
1508
1509 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1510
1511         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1512         XEmacs, default to it if featurep 'xemacs.
1513
1514 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * spam-stat.el: Check for the existence of hash functions instead
1517         of the Emacs version to decide whether to load cl.  Suggested by
1518         Kai Gro\e,A_\e(Bjohann.
1519
1520 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1521
1522         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1523         if it isn't open yet.
1524
1525 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * gnus-group.el: Require mm-url only when compiling.
1528         (gnus-group-fetch-charter): Require mm-url.
1529
1530         * spam-stat.el: Require cl for the functions gethash,
1531         hash-table-count, make-hash-table and mapc for Emacs 20.
1532         (puthash): Alias to cl-puthash for Emacs 20.
1533         (with-syntax-table): New macro for Emacs 20.
1534
1535 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1536
1537         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1538
1539 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1540
1541         * spam.el (spam-check-ifile): added ifile as a spam checking
1542         backend, and spam-use-ifle as the variable to toggle that check.
1543
1544 2002-10-12  Simon Josefsson  <jas@extundo.com>
1545
1546         * message.el (message-beginning-of-line): New variable.
1547         (message-beginning-of-line): Use it.
1548
1549 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1550
1551         * spam.el: more compilation fixes for BBDB
1552
1553         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1554         (spam-stat-reduce-size): Interactive.
1555         (spam-stat-reset): New function.
1556         (spam-stat-save): Interactive.
1557
1558 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * gnus.el: Autoload gnus-delay-initialize.
1561
1562         * message.el: Autoload gnus-delay-article.
1563
1564 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1565
1566         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1567         text property in Emacs.
1568
1569 2002-10-11  Simon Josefsson  <jas@extundo.com>
1570
1571         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1572         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1573
1574         * mml1991.el (mml1991-pgg-sign): Remove CR.
1575
1576 2002-10-10  Simon Josefsson  <jas@extundo.com>
1577
1578         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1579         decrypt failed.
1580         (mml2015-trust-boundaries-alist): Removed.
1581         (mml2015-gpg-extract-signature-details): Don't use it.
1582         (mml2015-unabbrev-trust-alist): New.
1583         (mml2015-gpg-extract-signature-details): Use it.
1584
1585 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1586
1587         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1588         BBDB installed
1589
1590         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1591         statistical analysis of spam in Lisp only
1592
1593 2002-10-10  Simon Josefsson  <jas@extundo.com>
1594
1595         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1596         auth, selected or examine state.
1597
1598         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1599         buffer and error buffer depending on type of information.
1600
1601         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1602         --status-fd stuff even if gpg.el is not used (revert earlier
1603         change).
1604         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1605         gnus details.
1606         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1607         buffer.
1608
1609         * pgg.el (pgg-verify-region): Use it.
1610
1611         * pgg-def.el (pgg-query-keyserver): New variable.
1612
1613         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1614         key-identifier in packet.  Is this a good idea?
1615
1616         * mml.el (mml-mode-map): Add security commands that operates on
1617         MIME parts.
1618         (mml-menu): And menu items for them.
1619
1620         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1621
1622         * mml.el (mml-parse-1): Support sender in #secure tags.
1623
1624         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1625         defined.
1626
1627         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1628         (mml-pgp-encrypt-buffer): Support combined signing.
1629
1630         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1631         (mml1991-gpg-encrypt): Ditto.
1632         (mml1991-pgg-encrypt): Ditto.
1633         (mml1991-encrypt): Pass sign parameter.
1634
1635         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1636         (mml-signencrypt-style): Mention the variable.
1637
1638 2002-10-09  Simon Josefsson  <jas@extundo.com>
1639
1640         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1641         pgg-gpg-user-id.
1642
1643         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1644         (pgg-fetch-key-function): Nil if w3 is not installed.
1645
1646 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1647
1648         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1649         gnus-agent-current-history.
1650
1651 2002-10-06  Simon Josefsson  <jas@extundo.com>
1652
1653         * imap.el (imap-parse-status): Don't use read to read token.
1654
1655 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1656
1657         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1658         for methods not covered by the agent, and when unplugged.
1659
1660 2002-10-05  Simon Josefsson  <jas@extundo.com>
1661
1662         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1663         signing.
1664
1665         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1666         a named server fails, ignore the server.
1667
1668         * mml1991.el (mml1991-pgg-sign): Do QP.
1669
1670         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1671         work.
1672
1673 2002-10-04  Simon Josefsson  <jas@extundo.com>
1674
1675         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1676
1677         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1678         binary-write-decoded-region from MEL.
1679
1680         * pgg.el (pgg-encrypt-region): Support sign.
1681
1682         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1683
1684         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1685
1686         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1687         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1688         branch where PGG was taken from in the ChangeLog entries below.
1689
1690 2002-10-01  Simon Josefsson  <jas@extundo.com>
1691
1692         * pgg-pgp.el: Don't require mel.  Don't use luna.
1693         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1694         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1695         (pgg-pgp-process-region): Don't use binary-funcall.
1696
1697         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1698
1699         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1700         instead of concat.
1701
1702         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1703
1704 2002-09-29  Simon Josefsson  <jas@extundo.com>
1705
1706         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1707         compile warnings.
1708
1709         * pgg.el (pgg-decrypt-region): Don't parse packet.
1710
1711         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1712
1713 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1714
1715         * pgg.el: Remove dependency on calist.el.
1716
1717 2002-09-28  Simon Josefsson  <jas@extundo.com>
1718
1719         * pgg.el (pgg-temporary-file-directory): New variable.
1720         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1721
1722         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1723         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1724
1725         * pgg-parse.el (pgg-char-int): Defalias.
1726         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1727         (pgg-read-bytes, pgg-read-body): Use it.
1728         (pgg-decode-packets): Don't use MEL, use base64-*.
1729         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1730         (pgg-string-as-unibyte): Defalias.
1731         (pgg-parse-armor-region): Use it.
1732
1733         * pgg-gpg.el (pgg-gpg-process-region): Use
1734         pgg-temporary-file-directory.
1735
1736         * luna.el: Don't def-edebug.
1737
1738         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1739         binary-write-decoded-region from MEL.
1740
1741         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1742
1743         * alist.el, calist.el: Don't require product/APEL.
1744
1745         * pgg-parse.el (top-level): Remove dependency on static.el,
1746         pccl.el, mel.el.
1747         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1748         `define-ccl-program' is boundp, instead of using broken.
1749
1750 2002-10-01  Simon Josefsson  <jas@extundo.com>
1751
1752         * message.el (message-required-mail-headers): Remove Lines:.
1753
1754 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1755         From Jesper Harder.
1756
1757         * gnus-group.el (gnus-group-fetch-charter,
1758         gnus-group-fetch-control): Prompt for group if given a prefix
1759         argument.
1760         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1761         gnus-group-fetch-control to summary key map and menu.
1762
1763
1764 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1765
1766         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1767         number when there are no articles.
1768
1769 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1770
1771         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1772         arg ALL means to fetch all articles, not only downloadable ones.
1773         (gnus-agent-fetch-selected-article): New function for
1774         gnus-select-article-hook or gnus-mark-article-hook.
1775
1776 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1777         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1778
1779         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1780         raw-text.
1781
1782 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1783
1784         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1785         Pinard).
1786         Major revamp of the code, documentation is in comments in the file
1787         for now.
1788
1789 2002-09-30  Simon Josefsson  <jas@extundo.com>
1790
1791         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1792         buffer seem to be needed?
1793
1794 2002-09-29  Simon Josefsson  <jas@extundo.com>
1795
1796         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1797         compile warnings.
1798
1799         * mml1991.el (mml1991-function-alist): Add pgg.
1800         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1801         (mml1991-pgg-encrypt): Fix recipients querying.
1802
1803 2002-09-28  Simon Josefsson  <jas@extundo.com>
1804
1805         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1806         from dme@dme.org.
1807         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1808         handle is returned.
1809
1810 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1813         Protect against non-existent of `nnimap-mailbox-info'.
1814
1815 2002-09-27  Simon Josefsson  <jas@extundo.com>
1816
1817         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1818         (gnus-setup-news-hook): Use it.
1819         (gnus-after-getting-new-news-hook): Ditto.
1820
1821         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1822
1823 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1824         From Mats Lidell <matsl@contactor.se>.
1825
1826         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1827
1828 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1829
1830         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1831         the part to decode encoded words, use raw words instead of decoded
1832         words.
1833
1834 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1835
1836         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1837
1838         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1839         (mm-setup-w3m): Use it.
1840
1841 2002-09-27  Simon Josefsson  <jas@extundo.com>
1842
1843         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1844         article buffers.
1845
1846         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1847         it just in case.
1848         (nnimap-update-unseen): New function; update unseen count in
1849         `n-m-info'.
1850         (nnimap-close-group): Call it.
1851
1852         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1853         (gnus-after-getting-new-news-hook): Ditto.
1854
1855         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1856         message into verboselevel 9.  Change slow mail check message.
1857         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1858         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1859         used as a hook after getting new mail.
1860
1861 2002-09-26  Simon Josefsson  <jas@extundo.com>
1862
1863         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1864         SELECT/EXAMINE is first unseen article, not number of unseen
1865         articles.  Make them distinct by renaming the former to
1866         `first-unseen' instead of `unseen'.
1867
1868         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1869         too.
1870         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1871         changed.
1872         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1873
1874         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1875
1876         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1877         better.
1878
1879         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1880         if dissecting resulting buffer actually had any information.
1881
1882 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1885         because the function `string<' allows symbols.
1886
1887         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1888
1889 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1890
1891         * message.el (message-forward-make-body): Revert an early change
1892         because 8-bit utf-8 emails.
1893
1894 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1895
1896         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1897         links to Info)
1898         * gnus-art.el (gnus-treat-highlight-signature):
1899         * gnus-art.el (gnus-treat-buttonize):
1900         * gnus-art.el (gnus-treat-buttonize-head):
1901         * gnus-art.el (gnus-treat-emphasize):
1902         * gnus-art.el (gnus-treat-strip-cr):
1903         * gnus-art.el (gnus-treat-unsplit-urls):
1904         * gnus-art.el (gnus-treat-leading-whitespace):
1905         * gnus-art.el (gnus-treat-hide-headers):
1906         * gnus-art.el (gnus-treat-hide-boring-headers):
1907         * gnus-art.el (gnus-treat-hide-signature):
1908         * gnus-art.el (gnus-treat-fill-article):
1909         * gnus-art.el (gnus-treat-hide-citation):
1910         * gnus-art.el (gnus-treat-hide-citation-maybe):
1911         * gnus-art.el (gnus-treat-strip-list-identifiers):
1912         * gnus-art.el (gnus-treat-strip-pgp):
1913         * gnus-art.el (gnus-treat-strip-pem):
1914         * gnus-art.el (gnus-treat-strip-banner):
1915         * gnus-art.el (gnus-treat-highlight-headers):
1916         * gnus-art.el (gnus-treat-highlight-citation):
1917         * gnus-art.el (gnus-treat-date-ut):
1918         * gnus-art.el (gnus-treat-date-local):
1919         * gnus-art.el (gnus-treat-date-english):
1920         * gnus-art.el (gnus-treat-date-lapsed):
1921         * gnus-art.el (gnus-treat-date-original):
1922         * gnus-art.el (gnus-treat-date-iso8601):
1923         * gnus-art.el (gnus-treat-date-user-defined):
1924         * gnus-art.el (gnus-treat-strip-headers-in-body):
1925         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1926         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1927         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1928         * gnus-art.el (gnus-treat-unfold-headers):
1929         * gnus-art.el (gnus-treat-fold-headers):
1930         * gnus-art.el (gnus-treat-fold-newsgroups):
1931         * gnus-art.el (gnus-treat-overstrike):
1932         * gnus-art.el (gnus-treat-display-xface):
1933         * gnus-art.el (gnus-treat-display-smileys):
1934         * gnus-art.el (gnus-treat-from-picon):
1935         * gnus-art.el (gnus-treat-mail-picon):
1936         * gnus-art.el (gnus-treat-newsgroups-picon):
1937         * gnus-art.el (gnus-treat-body-boundary):
1938         * gnus-art.el (gnus-treat-capitalize-sentences):
1939         * gnus-art.el (gnus-treat-fill-long-lines):
1940         * gnus-art.el (gnus-treat-play-sounds):
1941         * gnus-art.el (gnus-treat-translate):
1942         * gnus-art.el (gnus-treat-x-pgp-sig):
1943         * gnus-art.el (gnus-mime-button-line-format):
1944         * gnus-art.el (gnus-button-man-level):
1945         * gnus-art.el (gnus-button-emacs-level):
1946         * gnus-cus.el (gnus-group-parameters):
1947         * gnus-gl.el (bbb-build-mid-scores-alist):
1948         * gnus-group.el (gnus-group-line-format):
1949         * gnus-mlspl.el (gnus-group-split-setup):
1950         * gnus-mlspl.el (gnus-group-split):
1951         * gnus-msg.el (gnus-mailing-list-groups):
1952         * gnus-msg.el (gnus-posting-styles):
1953         * gnus-nocem.el (gnus-nocem-issuers):
1954         * gnus-score.el (gnus-score-regexp-bad-p):
1955         * gnus-srvr.el (gnus-server-line-format):
1956         * gnus-topic.el (gnus-topic-line-format):
1957         * gnus.el (gnus-summary-line-format):
1958         * mail-source.el (mail-sources):
1959         * message.el (message-subscribed-address-file):
1960         * nnmail.el (nnmail-split-fancy):
1961
1962 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1963
1964         * mail-source.el(mail-source-run-script): use `functionp' to test
1965         whether the argument `script' is in fact a function.
1966         (mail-sources): adjust the defcustom to allow users to specify a
1967         function or a string as the value of the `:prescript' and
1968         `:postscript' arguments of the `file' and `pop3' mail sources.
1969
1970 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1971
1972         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1973         number when article 1 does not exist.
1974
1975 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1976
1977         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1978         apropos if apropos-variable does not exist.
1979         (gnus-button-guessed-mid-regexp)
1980         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1981         regexes.  From Reiner Steib.
1982         (gnus-button-handle-describe-function)
1983         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1984         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1985         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1986
1987 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1988         Trivial patch.
1989
1990         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1991         the file.
1992
1993 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1994
1995         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1996
1997 2002-09-24  Simon Josefsson  <jas@extundo.com>
1998
1999         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2000         (mml2015-use): Prefer PGG if installed.
2001         (mml2015-function-alist): Add PGG wrappers.
2002         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2003         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2004         prefix, make regexp optionally skip it.
2005         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2006         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2007         (mml2015-pgg-encrypt): New functions.
2008         (defvar, autoload): Prevent byte-compile warnings.
2009
2010 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2011         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2012
2013         * gnus-art.el (article-strip-banner): Check for the existence of
2014         from header.
2015
2016 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2017
2018         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2019         (gnus-button-alist): Improved regexp for
2020         gnus-button-handle-mid-or-mail (false positives), fixed
2021         gnus-button-handle-man entries.
2022         From Reiner Steib.
2023
2024 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2025         From Josh Huber.
2026
2027         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2028         nnmail-extra-headers is non-nil.
2029
2030 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2031
2032         * nnmaildir.el: Store article numbers persistently.  General
2033         revision.
2034         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2035         for nnmail-expiry-wait; delete instead of moving if 'force is
2036         given.
2037
2038 2002-09-23  Simon Josefsson  <jas@extundo.com>
2039         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2040
2041         * smime.el (smime-sign-buffer): Get key and extra certs.
2042         (smime-get-key-with-certs-by-email): Utility function.
2043
2044 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2045         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2046
2047         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2048         article exists.
2049
2050 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2051
2052         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2053
2054 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2055         From Reiner Steib.
2056
2057         * gnus-art.el (gnus-button-handle-custom,
2058         gnus-button-handle-mid-or-mail,
2059         gnus-button-handle-describe-{function,variable,key},
2060         gnus-button-handle-apropos{,command,variable}): New functions.
2061         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2062         gnus-button-{man,emacs,mail}-level): New variables.
2063         (gnus-button-alist): Use the above to buttonize emacs and mail
2064         related links.
2065
2066 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2067
2068         * gnus-int.el (gnus-status-message): Fix spacing.
2069
2070         * imap.el (imap-continuation): Fix typos.
2071
2072 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2073
2074         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2075
2076         * gnus-art.el (gnus-article-reply-with-original): Correct
2077         with-current-buffer scope.
2078
2079         * message.el (message-completion-alist): Add Reply-To, From, etc.
2080
2081 2002-09-18  Simon Josefsson  <jas@extundo.com>
2082
2083         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2084         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2085
2086 2002-09-17  Simon Josefsson  <jas@extundo.com>
2087
2088         * nnimap.el (nnimap-expiry-target): Don't search for which
2089         articles exists here.
2090         (nnimap-request-expire-articles): Do it here instead.  Only expire
2091         when articles are found.  Suggested by Nevin Kapur
2092         <nevin@jhu.edu>.
2093
2094 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2095         From Reiner Steib <reiner.steib@gmx.de>.
2096
2097         * message.el (message-strip-subject-trailing-was)
2098         (message-change-subject, message-add-archive-header)
2099         (message-xpost-fup2-header, message-xpost-insert-note)
2100         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2101         adopted from message-utils.el.  Add functions to the keymap, mode
2102         describtion and menu.
2103         (message-change-subject,message-xpost-fup2): Signal error if
2104         current header is empty.
2105         (message-xpost-insert-note): Changed insert position.
2106         (message-archive-note): Ensure to insert note in message body (not
2107         in head).
2108         (message-archive-header, message-archive-note)
2109         (message-xpost-default, message-xpost-note, message-fup2-note)
2110         (message-xpost-note-function): New variables adopted from
2111         message-utils.el.  Changed some doc-strings.
2112         (message-mark-insert-{begin,end}): Rename from
2113         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2114         values.
2115         (message-subject-trailing-was-query)
2116         (message-subject-trailing-was-ask-regexp)
2117         (message-subject-trailing-was-regexp): New variables.
2118         (message-to-list-only): Added doc-string and menu entry.
2119
2120         * message-utils.el: Removed.  Functions are now in message.el.
2121
2122 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2123
2124         * gnus-art.el (gnus-article-reply-with-original,
2125         gnus-article-followup-with-original): Switch to
2126         gnus-summary-buffer before reply/followup.
2127
2128 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2129
2130         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2131         not exist. Toggle it anyway.
2132
2133 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2134
2135         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2136
2137         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2138         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2139
2140         * rfc2047.el (message-posting-charset): Defvar it.
2141         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2142         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2143
2144         * mail-source.el (mail-source-fetch): Hide password.
2145
2146         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2147
2148 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2149         From John Paul Wallington <jpw@shootybangbang.com>.
2150
2151         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2152
2153 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2156
2157 2002-09-11  Simon Josefsson  <jas@extundo.com>
2158
2159         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2160         (nnimap-split-rule): Doc fix.
2161         (nnimap-request-expire-articles): Cleanup code.
2162
2163 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2164         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2165
2166         * gnus-art.el (gnus-article-address-banner-alist): New option.
2167         (article-strip-banner): Refer the above option to split banners of
2168         free mail servers, when no group parameter is specified.
2169
2170 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * nntp.el (nntp-wait-for-string): Check for a process in the
2173         current buffer instead of `nntp-server-buffer'.
2174
2175 2002-09-09  Simon Josefsson  <jas@extundo.com>
2176
2177         * gnus-art.el (gnus-button-man-handler): New variable.
2178         (gnus-button-alist): Use g-b-handle-man.
2179         (gnus-button-handle-man): New, call g-b-man-handler.
2180
2181 2002-09-08  Simon Josefsson  <jas@extundo.com>
2182
2183         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2184
2185 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2188
2189 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2192
2193         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2194         keystroke.
2195
2196         * gnus-srvr.el (gnus-browse-describe-group): New command and
2197         keystroke.
2198
2199 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2202         value for gnus-decoration property.
2203
2204 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2205
2206         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2207         string) as group name in case we have a CRLF in the file.
2208
2209 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2210
2211         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2212         group.
2213         (rfc1843-decode-hzp): do.
2214         (rfc1843-newsgroups-regexp): do.
2215
2216 2002-09-04  Simon Josefsson  <jas@extundo.com>
2217
2218         * message.el (message-canlock-generate): Make sure sha1 doesn't
2219         call external programs.
2220
2221 2002-09-03  Simon Josefsson  <jas@extundo.com>
2222
2223         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2224
2225         * gnus-agent.el (gnus-agent-batch): Add doc.
2226
2227 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2228
2229         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2230         check for signed and encrypted parts.
2231         * mml.el (mml-parse-1): Correct small typo which preventing
2232         setting recipients in a secure tag.
2233
2234 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * mm-util.el (mm-coding-system-priorities): Default to a list of
2237         iso-2022-jp and others for the Japanese environment.
2238
2239 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2242         invalid display names.
2243
2244 2002-08-30  Simon Josefsson  <jas@extundo.com>
2245
2246         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2247         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2248
2249 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2250
2251         * gnus.el (gnus-group-charter-alist): New option.
2252         (gnus-group-fetch-control-use-browse-url): New option.
2253
2254         * gnus-group.el (gnus-group-fetch-charter): New function.
2255         (gnus-group-fetch-control): New function.
2256         Add them to the keymap and menu. Require mm-url.
2257
2258 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2261         From Alex Schroeder <alex@emacswiki.org>.
2262
2263 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2264
2265         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2266         items expecting user interaction.
2267
2268         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2269
2270         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2271
2272         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2273
2274         * mml.el (mml-menu): do.
2275
2276 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * mail-source.el (mail-source-touch-pop): New function.
2279
2280         * message.el (message-smtpmail-send-it): New function.
2281         (message-send-mail-function): Add it for a candidate.
2282
2283 2002-08-27  Simon Josefsson  <jas@extundo.com>
2284
2285         * gnus-msg.el (posting-charset-alist): Use
2286         gnus-define-group-parameter instead of defcustom.
2287         (gnus-put-message): Handle SPC in GCC.
2288         (gnus-inews-insert-gcc): Ditto.
2289         (gnus-inews-insert-archive-gcc): Ditto.
2290
2291 2002-08-26  Simon Josefsson  <jas@extundo.com>
2292
2293         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2294         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2295         (gnus-agent-possibly-save-gcc): Autoload.
2296         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2297
2298 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gnus.el (gnus-other-frame-function): New user option.
2301         (gnus-other-frame): Use it; add a doc-string; make it work with
2302         the gnuclient program.
2303
2304         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2305
2306         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2307         `device-connection' and `dfw-device'.
2308
2309 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2310
2311         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2312         positives, make it stricter.  From Jochen Hein (trivial change).
2313
2314 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * gnus.el (gnus-other-frame): Trivial fix.
2317
2318 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * gnus.el (gnus-other-frame-parameters): New user option.
2321         (gnus-other-frame-object): New variable.
2322         (gnus-other-frame): Make it search for existing Gnus frame; don't
2323         read new news; delete frame on exit.
2324
2325         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2326
2327         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2328
2329 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2330         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2331
2332         * message.el (message-set-auto-save-file-name): Add support for
2333         the Cygwin Emacs; the system-type is `cygwin'.
2334         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2335
2336 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2337
2338         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2339
2340         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2341         avoid arithmetic errors.
2342
2343 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2346
2347 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2350         (message-ignored-resent-headers): Add envelope From.
2351
2352 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2353
2354         * gnus.el (gnus-summary-line-format): Document %k specifier.
2355
2356 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2357
2358         * gnus-sum.el (gnus-summary-line-message-size): New function.
2359         (gnus-summary-line-format-alist): Use it.
2360
2361 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * gnus-art.el (article-make-date-line): Refer to the value for
2364         `gnus-article-time-format' in the summary buffer.
2365
2366         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2367
2368 2002-08-14  Simon Josefsson  <jas@extundo.com>
2369
2370         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2371         quoting.
2372         (gnus-button-alist): Fix doc.
2373         (gnus-header-button-alist): Use ' not ` for default value quoting.
2374         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2375         rationale similar to 2002-05-01 change.
2376         (gnus-article-add-buttons-to-head): Evaluate expression.
2377
2378         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2379
2380 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * message.el (message-font-lock-keywords): Refer to the value for
2383         `message-cite-prefix-regexp' dynamically.
2384
2385 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2388
2389 2002-08-12  Simon Josefsson  <jas@extundo.com>
2390
2391         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2392         (imap-shell-open): Skip initial junk before IMAP greeting.
2393
2394 2002-08-11  Simon Josefsson  <jas@extundo.com>
2395
2396         * message-utils.el (message-xpost-default,
2397         message-xpost-fup2-header, message-xpost-fup2): Fixed
2398         Typos.  Trivial changes from Reiner Steib
2399         <4uce.02.r.steib@gmx.net>.
2400
2401 2002-08-09  Simon Josefsson  <jas@extundo.com>
2402
2403         * message.el (message-canlock-password): Set
2404         canlock-password-for-verify to newly generated canlock-password.
2405         When Emacs is restarted, Custom makes sure this is set, but during
2406         the same session we must set it manually.
2407
2408 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2409
2410         * yenc.el: New file.
2411
2412         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2413         (mm-uu-type-alist): Add yenc.
2414         (mm-uu-yenc-filename): New function.
2415         (mm-uu-yenc-extract): New function.
2416
2417         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2418
2419 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2420
2421         * dgnushack.el (merge): Don't use coerce.
2422
2423 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2424
2425         * mailcap.el (mailcap-mime-data): Test window-system rather than
2426         mm-device-type.
2427         (mailcap-mime-data): Call xdvi and gv with "-safer".
2428
2429         * mm-util.el: Don't define mm-device-type.
2430
2431 2002-08-05  Simon Josefsson  <jas@extundo.com>
2432
2433         * mm-util.el (mm-coding-system-priorities): coding-system type not
2434         supported everywhere.
2435
2436 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * gnus.el (gnus-version-number): Bumped version number.
2439
2440 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2441
2442         * gnus.el: Oort Gnus v0.07 is released.
2443
2444 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2447         (gnus-article-sort-functions): Doc fix.
2448         (t): New keystroke.
2449         (gnus-article-sort-by-random): New function.
2450         (gnus-thread-sort-by-random): New function.
2451
2452 2002-08-02  Simon Josefsson  <jas@extundo.com>
2453
2454         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2455         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2456
2457 2002-07-31  Danny Siu  <dsiu@adobe.com>
2458
2459         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2460         when splitting malformed messages without message-id
2461
2462 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2463         From Niklas Morberg <niklas.morberg@axis.com>.
2464
2465         * nnweb.el (nnweb-type, nnweb-type-definition)
2466         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2467         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2468         functionality.
2469         * nnweb.el: Removed old non-functioning search engines.
2470
2471 2002-07-27  Simon Josefsson  <jas@extundo.com>
2472
2473         * message.el (message-forward-make-body): Don't use
2474         `message-forward-ignored-headers' when doing a "raw" followup (it
2475         is important to preserve e.g. CTE).
2476
2477         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2478
2479         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2480         regexp-quote, Cyrus Sieve is fixed.
2481
2482         * sieve-manage.el (sieve-manage-deletescript): New function.
2483
2484         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2485         (sieve-manage-mode): Fix menubar.
2486         (sieve-activate): Change some messages.
2487         (sieve-deactivate-all): New function.
2488         (sieve-deactivate): New alias.
2489         (sieve-remove): New function.
2490         (sieve-help): Fix help.
2491         All suggested by Ned Ludd.
2492
2493 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2496         (mm-w3m-safe-url-regexp): New user option.
2497
2498         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2499         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2500
2501 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2502
2503         * gnus-sum.el (gnus-summary-delete-article): Force
2504         nnmail-expiry-target to 'delete, so that absolute deletion
2505         happens when absolute deletion is requested.
2506
2507 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2508         From Nevin Kapur <nevin@jhu.edu>.
2509
2510         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2511         headers as empty headers.
2512
2513 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2514         From Jochen Hein <jochen@jochen.org>.
2515
2516         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2517         correct typo.
2518         (gnus-emphasis-strikethru): New face.
2519
2520 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2521         From Jason Merrill <jason@redhat.com>.
2522
2523         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2524         entire file for each of a sequence of missing articles.
2525
2526         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2527         value for gnus-view-pseudos.
2528
2529         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2530         avoid nreverse.
2531
2532 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2533         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2534
2535         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2536         (gnus-summary-mode-line-format-alist): Add %h for number of
2537         spams.
2538         (gnus-newsgroup-spam-marked): New variable.
2539         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2540         (gnus-article-read-p, gnus-article-mark)
2541         (gnus-set-global-variables, gnus-set-global-variables)
2542         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2543         (gnus-summary-mark-article-as-unread)
2544         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2545         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2546         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2547
2548 2002-07-10  Simon Josefsson  <jas@extundo.com>
2549
2550         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2551         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2552
2553 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2554
2555         * gnus-sum.el (gnus-summary-delete-article): Respect group
2556         parameters while expiring.
2557
2558 2002-07-08  Simon Josefsson  <jas@extundo.com>
2559
2560         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2561         Enberg.
2562
2563 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2564
2565         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2566         function is called interactively.  From Niklas Morberg.
2567
2568 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2569
2570         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2571         cdaar to cdar and car.
2572
2573         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2574         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2575
2576 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2579         don't break a narrowed article.
2580
2581         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2582         (nntp-open-via-rlogin-and-telnet): Ditto.
2583
2584 2002-07-02  Didier Verna  <didier@xemacs.org>
2585
2586         * nnmail.el (nnmail-split-methods): fix custom type.
2587
2588 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2589
2590         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2591         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2592
2593 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2594
2595         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2596         (gnus-summary-resend-message): Use it.
2597
2598 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2601         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2602
2603 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2604
2605         * message.el (message-font-lock-keywords): Don't fontify
2606         headers in the message body, only in the header.
2607         (message-font-lock-make-header-matcher): New function, used by
2608         message-font-lock-keywords.
2609         From Katsumi Yamaoka <yamaoka@jpl.org>.
2610
2611 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2614
2615 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2618
2619 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2620
2621         * message.el (message-font-lock-keywords): Revert 2002-06-22
2622         change.
2623
2624 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2625
2626         * message.el (message-font-lock-keywords): Put colon in header
2627         name match.
2628
2629 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2630
2631         * message.el (message-font-lock-keywords): Don't use header faces
2632         in the body.  Thanks to Stefan Monnier for the hint on the
2633         implementation.
2634
2635 2002-05-09  Miles Bader  <miles@gnu.org>
2636
2637         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2638         (gnus-article-hide-citation): Respect it.
2639
2640 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2641
2642         * pop3.el (pop3-open-server): Fix typo.
2643
2644 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2645
2646         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2647         instead of push to ignore duplicate to-(list|address) values.
2648         * nnmail.el (nnmail-cache-ignore-groups): New.
2649         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2650
2651 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2652
2653         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2654         before sending.  Suggested by Jan Rychter.
2655
2656 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * dgnushack.el (remove): New compiler macro.
2659         (last, coerce, subseq): Remove compiler macros for those built-in
2660         or unused functions.
2661
2662 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2663
2664         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2665         sure to write byte-compiled versions of gnus-*-format-alist to
2666         .newsrc.eld.  From Simon Josefsson.
2667
2668 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2669
2670         * gnus-agent.el (gnus-agent-read-servers)
2671         (gnus-agent-write-servers): Put server name (string like
2672         "nnchoke:frumple") in the file instead of a server specification
2673         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2674         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2675
2676 2002-06-16  Simon Josefsson  <jas@extundo.com>
2677
2678         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2679         Reiner Steib <4uce.02.r.steib@gmx.net>.
2680
2681 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2682
2683         * nnheader.el (nnheader-file-name-translation-alist): Set the
2684         default value for MS Windows systems.
2685
2686         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2687
2688 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * message.el (message-beginning-of-line): Keep the region active
2691         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2692
2693 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2694
2695         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2696         * gnus-msg.el (gnus-summary-reply): Ditto.
2697         * gnus-msg.el (gnus-summary-handle-replysign): New.
2698
2699 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2702         if sending failed.
2703
2704 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2705
2706         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2707         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2708         to sign while encrypting.
2709
2710 2002-06-11  Simon Josefsson  <jas@extundo.com>
2711
2712         * gnus-int.el (gnus-request-move-article): Agent expire article if
2713         successfuly moved.
2714
2715         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2716         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2717
2718 2002-06-10  Simon Josefsson  <jas@extundo.com>
2719
2720         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2721
2722 2002-06-09  Simon Josefsson  <jas@extundo.com>
2723
2724         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2725
2726         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2727
2728 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2729
2730         * flow-fill.el (fill-flowed): Ignore errors.
2731
2732 2002-06-06  Simon Josefsson  <jas@extundo.com>
2733
2734         * message.el (message-send-mail-with-sendmail): Improve error message.
2735
2736 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2737
2738         * message.el (message-interactive): Change default from nil to t.
2739         Better to be safe than to be fast.
2740
2741 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2742
2743         * message.el (message-send-mail-with-sendmail): Check return value
2744         from call-process-region.
2745
2746 2002-06-04  Simon Josefsson  <jas@extundo.com>
2747
2748         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2749         (gnus-group-post-news, gnus-summary-mail-other-window)
2750         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2751         gnus-article-copy to nil, thereby inhibiting the `header' posting
2752         style match to use data from last viewed article.
2753         Suggested by Hrvoje Niksic.
2754
2755 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * spam.el (spam-point-at-eol): New alias.
2758         (spam-parse-whitelist): Use it.
2759
2760 2002-06-03  Simon Josefsson  <jas@extundo.com>
2761
2762         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2763         (nnmail-article-group): Use it.
2764
2765 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2766
2767         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2768         so that code reading them won't be surprised.  From Jesper Harder
2769         <harder@ifa.au.dk>.
2770
2771 2002-05-29  Simon Josefsson  <jas@extundo.com>
2772
2773         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2774         articles.
2775
2776         * gnus.el (gnus-agent-cache): Doc fix.
2777         (gnus-agent): Change default to t.
2778
2779         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2780         ARTICLES, GROUP and FORCE parameters.
2781
2782 2002-05-28  Simon Josefsson  <jas@extundo.com>
2783
2784         * gnus-group.el (gnus-group-line-format): Doc fix.
2785
2786 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2787
2788         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2789         original article before yanking.  From Jesper Harder
2790         <harder@ifa.au.dk>.
2791
2792 2002-05-26  Simon Josefsson  <jas@extundo.com>
2793
2794         * gnus-sum.el (gnus-summary-menu-split): New function.
2795         (gnus-summary-make-menu-bar): Split charset submenu.
2796         (gnus-summary-menu-maxlen): New variable.
2797         (gnus-summary-menu-split): Use it.
2798
2799 2002-05-25  Simon Josefsson  <jas@extundo.com>
2800
2801         * mml.el (mml-preview): Generate some headers.
2802
2803         * gnus.el (gnus-large-newsgroup): Fix :type.
2804
2805         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2806         Agent cache NOV's by default now).
2807         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2808
2809 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2810
2811         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2812         call to gnus-parent-id when we check for References loops.
2813         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2814         twice by saving the simplified subject string in simp-subject.
2815
2816 2002-05-23  Simon Josefsson  <jas@extundo.com>
2817
2818         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2819         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2820
2821         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2822         Niklas Morberg <niklas.morberg@axis.com>.
2823
2824 2002-05-22  Simon Josefsson  <jas@extundo.com>
2825
2826         * sieve.el (sieve-change-region): Define it before it is used.
2827
2828         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2829         (gnus-summary-reply): Ask for confirmation when replying to news.
2830         Defaults to not ask.  From Benjamin Rutt
2831         <rutt+news@cis.ohio-state.edu>.
2832
2833         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2834
2835 2002-05-21  Simon Josefsson  <jas@extundo.com>
2836
2837         * sieve-mode.el (sieve-manage): Fix autoloads.
2838
2839         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2840         name (makes it work with recent Cyrus timsieved).
2841
2842 2002-05-20  Jason  <jbaker@cs.utah.edu>
2843         Trivial patch.
2844
2845         * gnus-art.el (gnus-request-article-this-buffer): Try
2846         reconnecting if you don't get the message.
2847
2848 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2851         Reply-To headers from the headers.
2852
2853 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * mm-url.el (mm-url-insert): Remove junk message.
2856
2857 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2860         (nnslashdot-use-front-page): New variable.
2861         (nnslashdot-request-list): Use it.
2862
2863         * mm-url.el (mm-url-timeout): New variable.
2864         (mm-url-retries): Ditto.
2865         (mm-url-insert): Use it.
2866
2867 2002-05-16  Simon Josefsson  <jas@extundo.com>
2868
2869         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2870         (gnus-simplify-subject-functions): Mention g-s-a-w.
2871
2872 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2873
2874         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2875         nnmail-cache-insert.
2876         * nndiary.el (nndiary-request-accept-article): Ditto.
2877         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2878         * nnimap.el (nnimap-request-accept-article): Ditto.
2879         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2880         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2881         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2882         * nnmh.el (nnmh-request-accept-article): Ditto.
2883         * nnmail.el (nnmail-cache-insert): Change group to required,
2884         removed code which tried to figure out the group.
2885
2886 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2887
2888         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2889         messages. From Hans de Graaff <hans@degraaff.org>.
2890         * nnml.el (nnml-request-accept-article): Pass in the group name to
2891         nnmail-cache-insert, since it's available.
2892
2893 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2894
2895         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2896
2897 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2898         From Florian Weimer <fw@deneb.enyo.de>.
2899
2900         * gnus.el (subscribed): New group parameter.
2901         (gnus-find-subscribed-addresses): Use it.
2902
2903 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2904
2905         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2906         the default for pgpmime to support pgp v2.
2907         * mml-sec.el (mml-signencrypt-style): New accessor function to
2908         allow users to get/set the signencrypt style more easily without
2909         frobbing the alist directly.
2910         * mml.el (mml-generate-mime-1): Use accessor function.
2911
2912 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2913
2914         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2915         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2916         <schwab@suse.de>.
2917
2918 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2919
2920         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2921         when intuiting the group the message is written to.  From Josh
2922         Huber <huber@alum.wpi.edu>.
2923
2924 2002-05-06  Simon Josefsson  <jas@extundo.com>
2925
2926         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2927         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2928
2929 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2930
2931         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2932         argument, and fixed compiler warning. (added autoload for
2933         gpg-encrypt).
2934
2935 2002-05-04  Simon Josefsson  <jas@extundo.com>
2936
2937         * mml1991.el (mml1991-function-alist): Doc fix.
2938
2939         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2940         doesn't exist (for previewing messages without having Gnus
2941         started).
2942
2943         * mm-util.el (mm-coding-system-priorities): Defcustom.
2944
2945         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2946
2947 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2948
2949         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2950         default.
2951         * mml-sec.el:
2952         * mml-sec.el (mml-signencrypt-style): New.
2953         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2954         argument `sign'.
2955         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2956         signencrypt.
2957         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2958         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2959         both signed & encryped is processed in one operation. (rather than
2960         two separate ops: sign, then encrypt)
2961         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2962         indication if a message is signed by an expired key.
2963         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2964         enables combined sign & encrypt operation. (this was always on
2965         before).
2966         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2967
2968 2002-05-01  Simon Josefsson  <jas@extundo.com>
2969
2970         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2971         server.
2972         (nnimap-mailbox-info): defvar instead of defvoo.
2973
2974 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2975
2976         * gnus.el: Oort Gnus v0.06 is released.
2977
2978 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * lpath.el: Bind url-package-version.
2981
2982 2002-05-01  Simon Josefsson  <jas@extundo.com>
2983
2984         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2985         filename before deleting the group itself, because the presence of
2986         a group filename decides if long filenames are used or not.
2987
2988         * gnus-art.el (gnus-button-alist): Don't inline
2989         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2990         without also modifying g-button-alist.
2991         (gnus-button-alist): Fix type to allow variable as well as regexp.
2992         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2993         themselves, variables to its contents.
2994         (gnus-button-entry): Ditto.
2995
2996 2002-05-01  Simon Josefsson  <jas@extundo.com>
2997
2998         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2999         UIDNEXT as a string.
3000
3001         * nnimap.el (nnimap-string-lessp-numerical): New function.
3002         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3003         integers.
3004
3005 2002-04-29  Simon Josefsson  <jas@extundo.com>
3006
3007         * nnmail.el (nnmail-cache-insert): Accept optional group
3008         parameter.
3009
3010         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3011         n-r-g-a is disabled.
3012
3013 2002-04-29  Simon Josefsson  <jas@extundo.com>
3014
3015         * nnimap.el (nnimap-split-fancy): Fix doc.
3016         (nnimap-split-fancy): Fix doc.
3017
3018         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3019         (nnimap-mailbox-info): New internal variable.
3020         (nnimap-retrieve-groups): Implement faster new mail check.
3021
3022         * nnimap.el (nnimap-split-articles): Support
3023         nnmail-cache-accepted-message-ids.
3024         (nnimap-request-accept-article): Ditto.
3025
3026         * imap.el (imap-mailbox-status-asynch): New command.
3027
3028 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3029
3030         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3031         are no subscribed mail groups.
3032         - Strip quoted names when comparing addresses
3033
3034 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3035
3036         * mm-decode.el (mm-text-html-renderer): Change customize type to
3037         const.
3038
3039         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3040         (gnus-debug-exclude-variables): do.
3041
3042 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3043
3044         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3045         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3046
3047 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * dns.el (dns-make-network-process): New macro.
3050         (query-dns): Use it.
3051
3052 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3053
3054         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3055         article-buffer.
3056
3057         * mm-url.el (mm-url-package-name): New variable.
3058         (mm-url-package-version): New variable.
3059         (mm-url-insert-file-contents): Bind url-package-name and
3060         url-package-version here.
3061         * nnrss.el (nnrss-insert-w3): Move the bindings.
3062
3063         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3064         url-package-version. Trivial change from Andrew J Cosgriff
3065         <ajc@polydistortion.net>
3066
3067         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3068         attachments. Trivial change from Peter 'Luna' Runestig
3069         <peter@runestig.com>.
3070
3071 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3072
3073         * nnkiboze.el (nnkiboze-request-scan): Call
3074         nnkiboze-possibly-change-group.
3075         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3076         problems.
3077         (nnkiboze-generate-group): Set newsrc to the *highest* article
3078         number kibozed, not the lowest.
3079
3080 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3081
3082         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3083
3084 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3085         From Dan Christensen <jdc+news@uwo.ca>.
3086
3087         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3088         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3089         Recognize math postings.  Extract Date (now ignores "(15kb)").
3090         Extract email address using gnus-extract-address-components
3091         instead of just taking the first word.  Create Date and From
3092         headers for message which are missing these headers.  Get rid
3093         of spurious \\ lines (purely cosmetic).  Extend body-end and
3094         file-end regexps, to exclude more garbage from the message.
3095         Make URL rephrasing regexp more flexible, to match current
3096         format.
3097
3098 2002-04-23  Simon Josefsson  <jas@extundo.com>
3099
3100         * netrc.el: New file, functions copied from gnus-util.el by Ted
3101         Zlatanov <tzz@lifelogs.com>.
3102
3103         * gnus-util.el: Require netrc.
3104         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3105         new code in netrc.el.
3106
3107 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3108
3109         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3110         message-ignored-resent-headers, too.  From Matthieu Moy
3111         <Matthieu.Moy@imag.fr>.
3112
3113 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3114
3115         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3116         boolean not a string
3117         * gnus-group.el (gnus-group-line-format): add description of %C
3118         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3119           as %C
3120         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3121
3122 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3123
3124         * nnmaildir.el (nnmaildir-request-scan): typo: set
3125         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3126         nnmail-get-new-mail for 'find-new-groups.
3127
3128 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3129
3130         * nnmaildir.el (nnmaildir-request-update-info,
3131         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3132         unnecessary calls to nnmaildir-request-scan.
3133
3134 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3135
3136         * gnus-msg.el:
3137         * gnus-msg.el (gnus-message-replysign): New.
3138         * gnus-msg.el (gnus-message-replyencrypt): New.
3139         * gnus-msg.el (gnus-message-replysignencrypted): New.
3140         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3141         (above) to automatically encrypt/sign to encrypted/signed
3142         messages.
3143         * message.el:
3144         * message.el (message-mode-map): Add keybinding for
3145         `message-to-list-only'
3146         * message.el (message-mode): Add description for
3147         `message-to-list-only'
3148         * message.el (message-to-list-only): New.
3149         * message.el (message-make-mft): Changed to use the cl loop macro,
3150         and added optional flag to return only the matched list. (for use
3151         in new message-to-list-only function)
3152
3153 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3154
3155         * gnus-msg.el:
3156         * gnus-msg.el (gnus-message-replysign):
3157         * gnus-msg.el (gnus-replysign): New.
3158         * gnus-msg.el (gnus-replyencrypt): New.
3159         * gnus-msg.el (gnus-replysignencrypted): New.
3160         * gnus-msg.el (gnus-summary-reply):
3161         * message.el:
3162         * message.el (message-mode-map):
3163         * message.el (message-mode):
3164         * message.el (message-to-list-only): New.
3165         * message.el (message-make-mft):
3166
3167 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3168
3169         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3170
3171 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3172
3173         * message.el (message-gen-unsubscribed-mft): accept a prefix
3174         argument so CC can be included with C-u C-c C-f C-a
3175
3176 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3177         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3178
3179         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3180         Improve docstring.
3181         (spam-enter-blacklist): New command.
3182
3183         * gnus-sum.el (gnus-spam-mark): New mark.
3184         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3185         (gnus-summary-make-tool-bar): Correct conditional.
3186         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3187         (gnus-summary-mark-as-spam): New command.
3188
3189 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3190
3191         * mml-sec.el (mml-secure-message): changed to support arbritrary
3192         modes.
3193         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3194         changed to support "signencrypt" mode.
3195         * mml.el (mml-parse-1): changed to support different secure modes
3196         more easily. (for signencrypt)
3197
3198 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3199
3200         * gnus-sum.el (gnus-update-summary-mark-positions)
3201         (gnus-summary-toggle-header):
3202         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3203         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3204         (gnus-uu-post-encoded):
3205         * nnfolder.el (nnfolder-possibly-change-group):
3206         * nnimap.el (nnimap-retrieve-headers):
3207         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3208
3209 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3210
3211         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3212         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3213
3214 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * gnus-srvr.el (gnus-server-set-info): Clear
3217         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3218         From Daiki Ueno <ueno@unixuser.org>.
3219
3220 2002-04-11  Simon Josefsson  <jas@extundo.com>
3221
3222         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3223         viewing of security buttons.  Thanks to Nicolas Kowalski
3224         <Nicolas.Kowalski@imag.fr>.
3225
3226         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3227         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3228         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3229         <Nicolas.Kowalski@imag.fr>.
3230         (smime-decrypt-buffer): Ditto.
3231
3232 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3235         header line.
3236
3237 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3238
3239         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3240
3241 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3242
3243         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3244
3245 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3246
3247         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3248         errors when debug.
3249
3250 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3251
3252         * message.el (message-make-mft): Changed MFT code from using
3253         message-recipients (which included Bcc) to use only the To and CC
3254         headers.
3255
3256 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3257
3258         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3259         add link.
3260         (gnus-treat-mail-picon): Ditto.
3261         (gnus-treat-newsgroups-picon): Ditto.
3262         (gnus-picon-databases): Fix custom type.
3263         (gnus-picon-databases): Add link.
3264         (gnus-article-x-face-command): Add to gnus-picon group.
3265
3266 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3267
3268         * message.el (message-buffer-naming-style): Remove.
3269
3270 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3271
3272         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3273
3274         * message.el (message-tool-bar-map): Ditto.
3275
3276         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3277
3278 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3279
3280         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3281
3282 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3283
3284         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3285
3286 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3287         Trivial patch.
3288
3289         * dns.el: open-network-stream under XEmacs does udp.
3290
3291 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3292
3293         * spam.el (spam-enter-whitelist): New function.
3294         (spam-parse-whitelist): Ditto.
3295         (spam-refresh-list-cache): Ditto.
3296         (spam-address-whitelisted-p): New function.
3297
3298         * dns.el (query-dns): Use TCP when make-network-process isn't
3299         available.
3300         (dns-servers): New variable.
3301         (dns-parse-resolv-conf): New function.
3302         (query-dns): Use it.
3303
3304         * spam.el: New file.
3305
3306         * dns.el (query-dns): Test.
3307
3308 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * lpath.el (featurep): Bind make-network-process.
3311
3312 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3313
3314         * nnmaildir.el: Use defstruct.  Use a single copy of
3315         nnmail-extra-headers to save memory.  Store server's group name
3316         prefix instead of each group's prefixed name.
3317         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3318         nntp-server-buffer.
3319
3320 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * dns.el: New file.
3323
3324 2002-03-28  Simon Josefsson  <jas@extundo.com>
3325
3326         * gnus-sum.el (gnus-summary-dummy-line-format):
3327         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3328         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3329
3330 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3331
3332         * gnus-sum.el (gnus-summary-move-article)
3333         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3334         the doc string.
3335
3336 2002-03-28  Simon Josefsson  <jas@extundo.com>
3337
3338         * mml-sec.el (mml-secure-message): Search after
3339         mail-header-separator from top of message.
3340
3341 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3342
3343         * nnmaildir.el: Cosmetic changes.
3344         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3345         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3346         nnmaildir--group-ls): New macros/functions.  Use them.
3347         (nnmaildir--unlink): Evalutate argument only once.
3348
3349 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3350
3351         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3352         symbols.
3353         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3354         `gnus-point-at-eol'.
3355
3356 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3357
3358         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3359         nnmaildir--marks-dir): New macros.  Use them.
3360         Use inhibit-quit for atomicity instead of in-memory journaling.
3361         (nnmaildir--edit-prep): New function.
3362         (Local Variables): Use it.
3363
3364 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3365
3366         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3367
3368 2002-03-25  Simon Josefsson  <jas@extundo.com>
3369
3370         * message.el (message-mode): Fix doc.
3371
3372 2002-03-25  Simon Josefsson  <jas@extundo.com>
3373
3374         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3375         Matthieu Moy <Matthieu.Moy@imag.fr>.
3376
3377 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3378
3379         * mml-sec.el (mml-unsecure-message): Add docstring.
3380
3381 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3382
3383         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3384         value.
3385         Trivial change from andre@slamdunknetworks.com
3386
3387 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3388
3389         * mml.el (mml-mode-map): Added a keybinding for
3390         `mml-unsecure-message'.  Also, added a menu entry for said
3391         function in the Attachments menu.
3392
3393 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * canlock.el (canlock-version): Remove.
3396         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3397         here; simplify \x insertions.
3398         (canlock-sha1): New function, always return a unibyte string.
3399         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3400         of a password.
3401         (canlock-insert-header): Use `canlock-sha1'.
3402         (canlock-verify): Ditto.
3403
3404 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3405
3406         * message.el (message-fix-before-sending): Add an option that
3407         ignores illegible text.
3408         Trivial change from Mark Milhollan <mlm@attglobal.net>
3409
3410         * message.el (message-font-lock-keywords): Support multi-line MML
3411         tags.
3412
3413         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3414         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3415
3416 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3419         symbols for "View as different encoding" submenu.
3420
3421 2002-03-19  Simon Josefsson  <jas@extundo.com>
3422
3423         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3424         encoding" submenu.
3425
3426 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3427
3428         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3429
3430 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3431
3432         * gnus-sum.el (gnus-sum-thread-tree-root)
3433         (gnus-sum-thread-tree-single-indent)
3434         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3435         (gnus-sum-thread-tree-leaf-with-other)
3436         (gnus-sum-thread-tree-single-leaf): Make customizable.
3437
3438 2002-03-16  Simon Josefsson  <jas@extundo.com>
3439
3440         * gnus-util.el (gnus-extract-address-components): Don't break on
3441         names such as James "Kibo" Parry.  From Francis Litterio
3442         <franl@world.std.com>.
3443
3444 2002-03-13  Simon Josefsson  <jas@extundo.com>
3445
3446         * pop3.el (pop3-open-server): Revert multibyte change.  From
3447         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3448
3449         * message.el (message-send-mail-with-qmail): Make it work.  From
3450         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3451
3452 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3453
3454         * message.el (message-make-mft): Set case-fold-search while
3455         generating the MFT.  Also, a little cleanup in the MFT code.
3456
3457 2002-03-12  Simon Josefsson  <jas@extundo.com>
3458
3459         * message.el (message-qmail-inject-args): May be function.
3460         (message-send-mail-with-qmail): Call function if m-q-i-a is
3461         function.  From fn@hungry.org (Faried Nawaz).
3462
3463 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3464
3465         * message.el (message-abbrevs-loaded): Remove.
3466         (mailabbrev): Require it.
3467
3468         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3469
3470 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * pop3.el (pop3-open-server): Set process buffer unibyte.
3473
3474 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3477
3478 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3479
3480         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3481         too.
3482
3483 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3484
3485         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3486         duplication.
3487         (gnus-summary-save-parts-type-history): Ditto.
3488         (gnus-summary-save-parts-last-directory): Ditto.
3489         Trivial change from andre@slamdunknetworks.com
3490
3491 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3492
3493         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3494
3495 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3496
3497         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3498         -->" as the end of the first article.
3499
3500         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3501         From Matthieu Moy <Matthieu.Moy@imag.fr>
3502
3503         * message.el (message-add-action): Use add-to-list.
3504         (message-delete-action): New function.
3505
3506         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3507         pieces.
3508
3509 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3510
3511         * nnnil.el: New file.
3512         * gnus.el (gnus-valid-select-methods): Include nnnil.
3513
3514 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3515
3516         * message.el (message-syntax-checks): Because canlock is
3517         supported, we disable sender syntax check.
3518         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3519
3520         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3521         value of message-syntax-checks.
3522
3523         * qp.el (quoted-printable-decode-region): Doc addition.
3524         From: Eli Zaretskii <eliz@is.elta.co.il>
3525
3526         * mail-source.el (make-source-make-complex-temp-name): Use
3527         make-temp-file.
3528
3529         * mm-util.el (mm-make-temp-file): New function.
3530         * nneething.el (nneething-file-name): Use it.
3531         * mml-smime.el (mml-smime-encrypt): Ditto.
3532         * mm-view.el (mm-inline-wash-with-file): Ditto.
3533         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3534         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3535         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3536         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3537         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3538         * gnus-art.el (gnus-mime-print-part): Ditto.
3539
3540 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3541
3542         * message.el (nnmaildir-article-number-to-base-name): New
3543         function.
3544         (nnmaildir-base-name-to-article-number): New function.
3545
3546 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * smime.el (smime-make-temp-file): Don't quote
3549         `temporary-file-directory'.
3550
3551 2002-03-04  Simon Josefsson  <jas@extundo.com>
3552
3553         * smime.el (smime-sign-region): Rename argument keyfiles to
3554         keyfile. You only sign something with one key.
3555         (smime-sign-buffer): Better completing-read prompt.
3556         (smime-decrypt-buffer): Ditto.
3557
3558         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3559
3560         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3561         completing-read.
3562         (mm-view-pkcs7-decrypt): CRLF->LF.
3563
3564 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3565
3566         * message.el (message-hierarchical-addresses): New variable.
3567         (message-get-reply-headers): Use it.
3568         From Ted Zlatanov <teodor.zlatanov@divine.com>
3569
3570 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3571
3572         * message.el (message-mode): If buffer-file-name, don't set auto
3573         save file name.
3574         Trivial change from Geoff Greene <ggreene@wpi.edu>
3575
3576 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3577
3578         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3579         takes one argument in read-char.
3580
3581         * message.el (message-fix-before-sending): Forward a char.
3582         Check mmu-multibyte-p, add control-1.
3583
3584 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3585
3586         * gnus-start.el (gnus-read-init-file): Ditto.
3587
3588         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3589
3590         * dgnushack.el (dgnushack-make-load): Ditto.
3591
3592         * mail-source.el (mail-source-fetch): Extract the right error
3593         code.
3594
3595         * message.el (message-fix-before-sending): Check illegible text.
3596
3597         * gnus-util.el (gnus-multiple-choice): New function.
3598
3599         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3600         also defined in gnus-score.el.
3601
3602 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3603
3604         * message.el (message-get-reply-headers): downcase email addresses
3605         for comaparisons for duplicate removal.
3606
3607 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3608
3609         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3610         implementation of PKCS#7, which just allows users read the
3611         message.
3612         (mm-view-pkcs7): Use it.
3613
3614 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3615
3616         * gnus.el (large-newsgroup-initial): New parameter.
3617
3618         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3619         (gnus-summary-insert-old-articles): Ditto.
3620
3621 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3622
3623         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3624         used as the default answer of the question, "How many articles?".
3625         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3626
3627         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3628         small numbers.
3629
3630 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3631
3632         * deuglify.el: Fix comments.
3633
3634 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3635
3636         * html2text.el (html2text-clean-anchor): If there is no HREF,
3637         insert nothing.
3638
3639         * mml.el (mml-generate-mime-1): Add cdr.
3640         From: andre@slamdunknetworks.com
3641
3642         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3643         (mm-text-html-washer-alist): Ditto.
3644
3645         * mm-decode.el (mm-text-html-renderer): Add html2text.
3646
3647         * html2text.el: Face lift.
3648
3649         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3650
3651 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3652
3653         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3654
3655         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3656
3657         * deuglify.el: New file. The original file name is
3658         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3659
3660         * mm-decode.el (mm-display-external): Use
3661         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3662
3663 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3664
3665         * nnmaildir.el (nnmaildir-request-list): Report the highest
3666         article number, not the total number of articles.
3667
3668 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3669
3670         * gnus-sum.el: Move uu key map here.
3671         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3672
3673 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3674
3675         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3676         nnmail-expiry-wait* if expire-age parameter is not set.
3677
3678 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3679
3680         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3681         function.
3682         (gnus-group-sort-selected-groups-by-real-name): New function.
3683         (gnus-group-make-menu-bar): Add sort by real name.
3684
3685         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3686         rebuild.
3687         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3688         nil as dependencies as well.
3689
3690 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3691
3692         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3693         for mime-parts.
3694
3695         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3696
3697         * gnus-group.el (gnus-group-name-decode): Don't test
3698         multibyte-string, because it breaks XEmacs.
3699         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3700
3701         * message.el (message-send-mail): Be talkative.
3702
3703         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3704         (mm-automatic-display): Ditto.
3705
3706         * mailcap.el (mailcap-mime-data): Ditto.
3707         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3708
3709 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * many files: Remove trailing whitespaces, replace spc+tab with
3712         tab, replace leading whitespaces with tabs.
3713
3714 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3715
3716         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3717         articles with no body and no blank line after the header.
3718
3719 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3720
3721         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3722         parts.
3723
3724         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3725         non-ascii chars.
3726
3727         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3728
3729         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3730         w3-delay-image-loads.
3731         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3732         (mm-w3-prepare-buffer): Ditto.
3733
3734         * mail-source.el (mail-source-fetch-directory): Run scripts.
3735
3736 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3739         for Majordomo confirmations.
3740
3741 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3744
3745 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3748
3749 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3750
3751         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3752         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3753
3754 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3755
3756         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3757         (mm-inline-render-with-stdin): Ditto.
3758         (mm-inline-render-with-function): Ditto.
3759         (mm-inline-wash-with-file): Bind coding-system-for-write.
3760         (mm-inline-wash-with-stdin): Ditto.
3761
3762 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3763
3764         Suggested by Felix Natter <fnatter@gmx.net>
3765
3766         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3767         gnus-mime-externalize-view.
3768         (gnus-mime-view-part-internally): Rename from
3769         gnus-mime-internalize-view.
3770         (gnus-article-view-part-externally): Rename from
3771         gnus-article-externalize-part.
3772         (gnus-mime-action-alist): Change correspondingly.
3773         (gnus-mime-button-commands): Ditto.
3774         (gnus-mime-action-alist): Remove duplication.
3775
3776         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3777
3778 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3779
3780         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3781
3782         * gnus-art.el (gnus-display-mime): Use it.
3783
3784         * mm-partial.el (mm-partial-find-parts): Use it.
3785
3786         * gnus-sum.el (gnus-article-loose-mime): Rename from
3787         gnus-article-no-strict-mime.
3788         (gnus-summary-save-parts): Use it.
3789
3790 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3793         local variable.
3794
3795         * gnus-art.el (article-display-x-face): Don't sort multiple
3796         X-Faces.
3797
3798 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3801         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3802
3803         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3804
3805 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3806
3807         Some ideas is inspired by code from Hrvoje Niksic
3808         <hniksic@arsdigita.com>
3809
3810         * gnus-art.el (gnus-article-wash-function): Set the default to
3811         nil, so that we use mm-text-html-renderer instead.
3812         (article-wash-html): Use mm-text-html-renderer.
3813
3814         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3815         (mm-text-html-renderer): New variable.
3816         (mm-inline-text-html-renderer): Set the default to nil, so that we
3817         use mm-text-html-renderer instead.
3818
3819         * mm-view.el (mm-inline-text-html): New function.
3820         (mm-text-html-renderer-alist): New variable.
3821         (mm-inline-text-vcard): New function.
3822         (mm-inline-text): Split.
3823         (mm-links-remove-leading-blank): New function.
3824         (mm-inline-render-with-file): New function.
3825         (mm-inline-render-with-stdin): New function.
3826         (mm-inline-render-with-function): New function.
3827         (mm-text-html-washer-alist): New variable.
3828         (mm-inline-wash-with-file): New function.
3829         (mm-inline-wash-with-stdin): New function.
3830
3831 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3832
3833         * message-utils.el: Fix installation doc.
3834         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3835
3836 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3837
3838         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3839         (gnus-post-method): Use it.
3840         (gnus-summary-cancel-article): Find the correct post-method.
3841
3842         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3843         * message.el (message-send-news): Ditto.
3844         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3845         <ipmonger@delamancha.org>
3846
3847         * gnus.el (gnus-select-method): Fix doc.
3848         (gnus-server-string): Use 'using nntp'.
3849
3850         * gnus-agent.el (gnus-slave-unplugged): New command.
3851         From: Felix Natter <fnatter@gmx.net>
3852
3853 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3854
3855         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3856         Call edit-done-function first, then change the window
3857         configuration.
3858         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3859         (gnus-article-edit-mode): mml-mode.
3860
3861         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3862         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3863
3864         * message-utils.el: Adopt the file.
3865
3866         * message-utils.el: New file.
3867         From Holger Schauer <Holger.Schauer@gmx.de>
3868
3869 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3870
3871         * gnus-sum.el (gnus-summary-move-article): Select-article only
3872         when gnus-move-split-methods is non-nil. And we don't render or
3873         mark the article.
3874
3875         * gnus-fun.el (gnus-shell-command-to-string): New function.
3876         (gnus-shell-command-on-region): New function.
3877         (gnus-random-x-face): Use them.
3878         (gnus-x-face-from-file): Ditto.
3879         (gnus-convert-image-to-gray-x-face): Ditto.
3880         (gnus-convert-gray-x-face-to-xpm): Ditto.
3881         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3882
3883 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-art.el (gnus-treat-display-xface): Don't use
3886         `shell-command-to-string' when compiling.
3887         (gnus-treat-display-grey-xface): Ditto.
3888
3889 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3890
3891         * nnmaildir.el (nnmaildir--article-count): If the group is
3892         completely empty, report minimum article number as 1 instead of 0.
3893
3894 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3895
3896         * gnus-agent.el (gnus-get-predicate): Use nconc.
3897
3898         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3899         gnus-summary-display-cache as cache.
3900
3901         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3902         (nndoc-mail-in-mail-type-p): New function.
3903         (nndoc-mail-in-mail-article-begin): New function.
3904
3905 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3906
3907         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3908
3909         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3910         use-hard-newlines to nil.
3911
3912         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3913         image is not available if window-system is not available.
3914
3915         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3916
3917 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3918
3919         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3920         bookmark, because update-mark doesn't handle it correctly.
3921
3922 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3923
3924         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3925         directly instead of calling message-send-mail.
3926
3927         * gnus-start.el (gnus-read-descriptions-file): Use
3928         gnus-default-charset.
3929
3930         * mm-util.el (mm-guess-mime-charset): New function.
3931
3932         * gnus.el (gnus-default-charset): Use it.
3933         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3934         the default.
3935
3936 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3937
3938         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3939         (article-display-x-face): Use it.  Disable grey xface, if
3940         uncompface is not found.
3941
3942         * message.el (message-mode): Don't enable multibyte on an indirect
3943         buffer.
3944
3945         * nnrss.el (nnrss-content-function): New variable.
3946         (nnrss-request-article): Use it.
3947
3948 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3949
3950         * gnus.el: Add article-unsplit-urls.
3951         * gnus-sum.el: Ditto.
3952         * gnus-art.el (gnus-treat-strip-cr): New variable.
3953         (gnus-treatment-function-alist): Use it.
3954         (article-unsplit-urls): New function.
3955         (gnus-article-make-menu-bar): Use it.
3956         From: Michael Cook <michael.cook@cisco.com>
3957
3958 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3959
3960         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3961         copy.
3962
3963 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3964
3965         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3966         with internal whitespace.
3967         (gnus-parent-id): Ditto.
3968
3969 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3970
3971         * gnus-art.el (gnus-article-treat-body-boundary): Add
3972         gnus-decoration property.
3973         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3974
3975         * message.el (message-mode): Set local-abbrev-table.
3976         From Matt Armstrong <matt@lickey.com>.
3977
3978         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3979         too many spaces.
3980
3981         * rfc2047.el (rfc2047-unfold-region): Ditto.
3982         (rfc2047-decode-region): Don't unfold. Let
3983         gnus-article-treat-unfold-headers do it.
3984
3985         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3986         From: Jesper Harder <harder@ifa.au.dk>
3987
3988 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3991         (gnus-configure-posting-styles): Use it.
3992         (gnus-configure-posting-styles): Remove trailing newspaces.
3993
3994 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3995
3996         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3997         is non-nil.
3998
3999         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4000
4001         * gnus.el (gnus-server-to-method): Switch position with
4002         gnus-server-get-method.
4003         (gnus-agent): Add doc.
4004
4005         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4006         (gnus-summary-save-parts): Use it.
4007
4008         * gnus-art.el (gnus-display-mime): Use it.
4009         * mm-partial.el (mm-partial-find-parts): Use it.
4010
4011         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4012
4013         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4014         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4015
4016         * nnagent.el (nnagent-request-expire-articles): Don't delete
4017         files.
4018
4019 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4020
4021         * message.el (message-gen-unsubscribed-mft): New function.
4022         From Sriram Karra <karra@cs.utah.edu>.
4023
4024         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4025         open parenthesis.
4026
4027         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4028         (mm-inline-text-html-render-with-w3): Ditto.
4029         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4030         Suggested by Dave Love  <d.love@dl.ac.uk>.
4031
4032         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4033
4034         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4035         * nntp.el (nntp-send-command): Ditto.
4036         * nntp.el (nntp-send-command-nodelete): Ditto.
4037
4038 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4039
4040         * mm-url.el (mm-url-load-url): New function.
4041         (mm-url-insert-file-contents): Use it.
4042
4043         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4044
4045         * message.el (message-forward-make-body): Correctly copy
4046         forward-buffer.
4047
4048         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4049
4050 2002-02-04  Simon Josefsson  <jas@extundo.com>
4051
4052         * gnus-art.el (gnus-article-followup-with-original): Mark with
4053         force, prevent errors when following up from article buffer.
4054         (gnus-article-reply-with-original): Ditto.
4055
4056         * binhex.el (binhex-decoder-switches): Fix doc.  From
4057         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4058
4059 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4060
4061         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4062         highlight-citation after emphasize.
4063
4064 2002-02-04  Simon Josefsson  <jas@extundo.com>
4065
4066         * nnfolder.el (nnfolder-open-marks):
4067
4068         * nnml.el (nnml-open-marks): Message when done.  From David
4069         Edmondson <dme@sun.com>.
4070
4071 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4072
4073         * imap.el (imap-anonymous-auth): Fix typo.
4074         From: Steinar Bang <sb@dod.no>
4075
4076         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4077         save-excursion.
4078         (gnus-cache-braid-heads): Ditto.
4079
4080         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4081         line, because there are extra articles in the overview buffer.
4082
4083         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4084
4085         * message.el (message-forward-rmail-make-body): Directly use
4086         rmail-msg-restore-non-pruned-header to avoid calling
4087         vertical-motion.
4088
4089 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4090
4091         * gnus-cache.el (gnus-summary-insert-cached-articles):
4092         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4093
4094         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4095         gnus-newsgroups-unselected.
4096
4097         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4098         gnus-add-to-sorted-list.
4099
4100         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4101         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4102         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4103         (gnus-update-read-articles): UNREAD is sorted.
4104         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4105         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4106         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4107         (gnus-newsgroup-dormant): Require sorted.
4108
4109         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4110         directories.
4111         (gnus-dired-print): New function.
4112
4113         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4114         ps-despool.
4115
4116 2002-02-02  Simon Josefsson  <jas@extundo.com>
4117
4118         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4119
4120 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4121
4122         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4123         t. This makes gnus-agent customizable without putting
4124         gnus-agentize into .gnus.
4125
4126         * gnus.el (gnus-agent): Make it customizable.
4127
4128         * gnus-dired.el: New file.
4129         From Benjamin Rutt <brutt@bloomington.in.us>
4130
4131         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4132         if no article.
4133         (gnus-cache-possibly-remove-article): Ditto.
4134         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4135
4136 2002-02-01  Simon Josefsson  <jas@extundo.com>
4137
4138         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4139
4140 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4143         (mm-setup-w3m): Don't bind keys listed in the above.
4144
4145 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4148         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4149         is non-nil; bind `w3m-force-redisplay' with nil.
4150
4151         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4152
4153         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4154
4155 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4156
4157         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4158         use mail-header-unfold-field.
4159
4160         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4161         gnus-summary-limit.
4162
4163         * gnus-range.el (gnus-add-to-sorted-list): New function.
4164         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4165         (gnus-mark-article-as-unread): Ditto.
4166         (gnus-summary-mark-article-as-unread): Ditto.
4167         (gnus-build-get-header): Ditto.
4168         (gnus-summary-prepare-threads): Ditto.
4169         (gnus-summary-insert-pseudos): Ditto.
4170         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4171         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4172         (gnus-summary-insert-old-articles): Ditto.
4173
4174         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4175         (gnus-configure-posting-styles): Support the new format.
4176
4177         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4178         edebug-form-spec to (sexp body).
4179         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4180
4181         * message.el (message-reply-headers): Add doc.
4182
4183 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4184
4185         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4186         gnus-cache-active-hashtb.
4187
4188         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4189         (gnus-agent-summary-fetch-group): Use it.
4190
4191         * gnus-msg.el (gnus-debug-files): New variable.
4192         (gnus-debug-exclude-variables): New variable.
4193         (gnus-debug): Use them.
4194
4195         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4196
4197 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4198
4199         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4200         (message-mode-syntax-table): Move back the previous position.
4201
4202         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4203
4204         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4205         gnus-sorted-difference.
4206
4207         * nnsoup.el (nnsoup-request-expire-articles): Use
4208         gnus-sorted-difference.
4209
4210         * nnheader.el: Autoload gnus-sorted-difference.
4211
4212         * nnfolder.el (nnfolder-request-expire-articles): Use
4213         gnus-sorted-difference.
4214
4215         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4216         gnus-sorted-difference.
4217
4218         * gnus-range.el: Autoload cookies.
4219         (gnus-sorted-difference): New function.
4220         (gnus-sorted-ndifference): New function.
4221         (gnus-sorted-nintersection): Rename from
4222         gnus-set-sorted-intersection.
4223         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4224         (gnus-list-range-difference): Rename from
4225         gnus-inverse-list-range-intersection.
4226         (gnus-inverse-list-range-intersection): Use defalias.
4227
4228         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4229         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4230         (gnus-articles-to-read): Use gnus-sorted-difference.
4231         (gnus-summary-limit-mark-excluded-as-read): Use
4232         gnus-sorted-intersection and gnus-sorted-ndifference.
4233         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4234         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4235
4236         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4237
4238 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4241         property to the buffer for using emacs-w3m command keys.
4242
4243         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4244         option.
4245
4246         * mm-view.el (mm-w3m-mode-map): New variable.
4247         (mm-w3m-mode-command-alist): New variable.
4248         (mm-w3m-minor-mode): Removed.
4249         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4250         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4251         buffer for using emacs-w3m command keys.
4252
4253 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4254
4255         * message.el (message-mode-syntax-table): Move forward.
4256         (message-cite-prefix-regexp): Auto detect non word constituents.
4257         (message-cite-prefix-regexp): Don't use with-syntax-table.
4258
4259         * gnus-sum.el (gnus-summary-update-info): Use
4260         gnus-list-range-intersection.
4261
4262         * gnus-agent.el (gnus-agent-fetch-headers): Use
4263         gnus-list-range-intersection.
4264
4265         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4266         (gnus-list-range-intersection): Use it.
4267         (gnus-inverse-list-range-intersection): Ditto.
4268         (gnus-sorted-intersection): Add doc.
4269         (gnus-set-sorted-intersection): Add doc.
4270         (gnus-sorted-union): New function.
4271         (gnus-set-sorted-union): New function.
4272
4273         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4274         (gnus-inverse-list-range-intersection): Ditto.
4275
4276 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4277
4278         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4279
4280         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4281         and permit `:' and `\' in order to handle full Windows pathnames.
4282         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4283         technically not correct per standard, but seems to have common use.
4284
4285 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4286
4287         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4288         replacing numbers.
4289
4290 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4291
4292         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4293
4294         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4295         Don't split when the window is small, e.g. when a small *BBDB*
4296         window is the lowest one.
4297
4298         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4299         nnheader-find-nov-line to speed up. Use nreverse, because it is
4300         sorted. Use nnheader-insert-nov-file.
4301
4302 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4305
4306         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4307         of `w3m-display-inline-images' with the value of
4308         `mm-inline-text-html-with-images'.
4309         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4310
4311         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4312
4313 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4314
4315         * time-date.el: Add autoload cookies.  Many doc fixes.
4316         (time-add): New function.
4317         (time-subtract): Renamed from subtract-time.
4318         (subtract-time): New alias for time-subtract.
4319
4320 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4323         emacs-w3m in doc-string.
4324
4325         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4326         `w3m-current-buffer'.
4327
4328 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4329
4330         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4331
4332         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4333         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4334         (mm-w3m-cid-retrieve): New function.
4335         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4336
4337 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4338
4339         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4340
4341 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4344
4345 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346
4347         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4348         32K.
4349
4350         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4351
4352         * nnmail.el (nnmail-article-group): Decode headers before running
4353         split rules over them.
4354         (nnmail-mail-splitting-charset): New variable.
4355
4356         * smiley.el: Replaced with smiley-ems.el.
4357
4358 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4359
4360         * mm-url.el (mm-url-predefined-programs): Add w3m.
4361         (mm-url-program): Ditto.
4362
4363 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * nnml.el (nnml-use-compressed-files): New variable.
4366         (nnml-filenames-are-evil): Removed.
4367         (nnml-current-group-article-to-file-alist): Don't use.
4368         (nnml-update-file-alist): Inhibit.
4369         (nnml-article-to-file): Use new var.
4370
4371 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4372
4373         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4374
4375         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4376
4377 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4380         function.
4381
4382         * gnus-util.el (gnus-cache-file-contents): New function.
4383
4384         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4385         (gnus-agent-load-alist): Use it.
4386
4387         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4388
4389         * nnheader.el (nnheader-insert-nov-file): New function.
4390
4391         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4392
4393         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4394         there are no references.
4395         (gnus-extract-message-id-from-in-reply-to): New function.
4396         (gnus-nov-parse-line): Use in-reply-to if there are no
4397         references.
4398
4399 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4402
4403         * gnus-util.el (gnus-parse-without-error): New macro.
4404
4405 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4406
4407         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4408         (gnus-article-wash-function): use locate-library to decide which
4409         to use.
4410
4411 2002-01-25  Simon Josefsson  <jas@extundo.com>
4412
4413         * pop3.el (pop3-munge-message-separator): Work if no date.
4414         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4415
4416 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417
4418         * gnus-agent.el (gnus-agent-save-alist): Fix.
4419
4420         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4421         mistake.  Reinstated lost code.
4422
4423 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4424
4425         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4426         one exists in the case of an encrypted message with an internal
4427         signature.
4428
4429 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4430
4431         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4432
4433 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * dgnushack.el: Commented out the experimental code.
4436
4437 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4440         error.
4441
4442         * gnus.el (gnus-server-to-method): Made into subst.
4443         (gnus-server-method-cache): New variable.
4444         (gnus-server-to-method): Use it.
4445         (gnus-group-method-cache): New variable.
4446         (gnus-find-method-for-group-1): Renamed.
4447         (gnus-find-method-for-group): New function.
4448         (gnus-group-method-cache): Removed.
4449
4450         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4451         function.
4452
4453         * gnus-range.el (gnus-members-of-range): New function.
4454         (gnus-list-range-intersection): Renamed.
4455         (gnus-inverse-list-range-intersection): New function.
4456
4457         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4458
4459         * nnagent.el (nnagent-retrieve-headers): New implementation.
4460
4461         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4462         implementation.
4463
4464 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4467         `w3m-meta-content-type-charset-regexp'.
4468
4469         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4470         charset-encoded html contents.
4471
4472 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4473
4474         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4475         an empty file.
4476
4477         * nnweb.el (url): Ignore errors when request url.
4478
4479         * nnrss.el: Clean up the comments.
4480
4481 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4484
4485         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4486         (mm-inline-media-tests): Test whether the value of
4487         `mm-inline-text-html-renderer' is a function for text/html.
4488
4489         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4490         separated from `mm-inline-text'.
4491         (mm-w3m-minor-mode): New variable.
4492         (mm-w3m-setup): New variable.
4493         (mm-setup-w3m): New function.
4494         (mm-inline-text-html-render-with-w3m): New function.
4495         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4496         text/html.
4497
4498 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4499
4500         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4501
4502 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4505         and `gnus-xmas-completing-read'.
4506
4507 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4508
4509         * nneething.el (nneething-message-id-number): Abolished.
4510         (nneething-encode-file-name): Not encode numerical characters.
4511         (nneething-make-head): `nneething-message-id-number' is not
4512         used to generate message IDs.
4513
4514 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4517         characters.
4518
4519 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4522         (gnus-xmas-redefine): Redefine conditionally.
4523
4524 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4525
4526         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4527         tag.
4528
4529 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4530
4531         * message.el (message-font-lock-keywords): Added the secure tag.
4532         * mml-sec.el: Added functions to generate/modify/remove the secure
4533         tag while in message mode.
4534         * mml-sec.el (mml-secure-message): New.
4535         * mml-sec.el (mml-unsecure-message): New.
4536         * mml-sec.el (mml-secure-message-sign-smime): New.
4537         * mml-sec.el (mml-secure-message-sign-pgp): New.
4538         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4539         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4540         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4541         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4542         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4543         convert it to either a part or multipart depending on if there are
4544         other parts in the message.
4545         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4546         to use the secure tag, rather than the part tag.
4547         * mml.el (mml-preview): Added a save-excursion to keep cursor
4548         position after doing an MML preview.
4549
4550 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * nnheader.el (nnheader-parse-overview-file): New function.
4553         (nnheader-write-overview-file): New function.
4554
4555 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4558         in wanted.
4559
4560         * nnweb.el (nnweb-type-definition): Clean up.
4561
4562 2002-01-21  Alastair Burt  <burt@dfki.de>
4563         Trivial patch.
4564
4565         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4566         buffer exists before jumping to it.
4567
4568 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4571         function.
4572         (article-wash-html): Use it.
4573         (gnus-article-wash-function): New variable.
4574         (gnus-article-wash-html-with-w3m): New function.
4575
4576 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4577
4578         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4579         XEmacs.
4580
4581 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4582
4583         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4584         command line.
4585
4586 2002-01-21  Simon Josefsson  <jas@extundo.com>
4587
4588         * canlock.el (base64-encode-string): Autoload it from base64.
4589         (canlock-make-cancel-key): Base64 encode unibyte string.
4590
4591 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592
4593         * nnfolder.el (nnfolder-request-accept-article): Unfold
4594         x-from-line.
4595         (nnfolder-request-replace-article): Ditto.
4596
4597 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4598
4599         * gnus-group.el (gnus-group-best-unread-group): Use the right
4600         positioning function.
4601
4602 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * smiley-ems.el (smiley-region): Use new function.
4605         (smiley-update-cache): Use general image functions.
4606         (smiley-region): Use general functions.
4607
4608         * gnus-util.el (gnus-graphic-display-p): New function.
4609
4610         * nnmail.el (nnmail-article-group): Allow outputting traces of
4611         non-strings.
4612
4613         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4614         (nndoc-exim-bounce-type-p): New function.
4615
4616         * message.el (message-dont-send): Doc fix.
4617
4618         * gnus-util.el (gnus-completing-read): Remove
4619         inherit-input-method.
4620
4621         * gnus-art.el (gnus-treat-smiley): Doc fix.
4622
4623         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4624         articles.
4625
4626 2002-01-19  Simon Josefsson  <jas@extundo.com>
4627
4628         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4629         (imap-kerberos4-open): Ditto.
4630         (imap-open): Set port correctly, don't set auth.
4631
4632 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * gnus.el (gnus-version-number): Bump version number.
4635
4636 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4637
4638         * gnus.el: Oort Gnus v0.05 is released.
4639
4640 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4641
4642         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4643         exists.
4644
4645         * gnus-spec.el (gnus-string-width-function): New function.
4646         (gnus-tilde-cut-form): Use it.
4647         (gnus-tilde-max-form): Ditto.
4648         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4649         (gnus-substring-function): Use it.
4650         (gnus-tilde-cut-form): Ditto.
4651         (gnus-substring-function): New function.
4652
4653         * message.el (message-check-news-header-syntax): New message.
4654
4655         * gnus.el (gnus-slave-no-server): Doc fix.
4656
4657         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4658
4659 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4662         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4663         (seen (NUM1 . NUM2)).
4664
4665 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4668         number in closed topics.
4669
4670 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4671
4672         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4673         functions.
4674
4675 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4676
4677         * gnus.el (gnus-group-find-parameter): Clean up.
4678
4679         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4680         articles.
4681
4682         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4683
4684         * nnmail.el (nnmail-article-group): Clean up.
4685
4686 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4687
4688         * gnus-agent.el (gnus-category-name): Intern the category name.
4689
4690 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4693
4694         * gnus-util.el (gnus-completing-read): New function.
4695
4696 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4697
4698         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4699
4700         * smiley-ems.el (smiley-region): Register smiley.
4701         (smiley-toggle-buffer): Rewrite the function.
4702         (smiley-active): Removed.
4703
4704 2002-01-19  Simon Josefsson  <jas@extundo.com>
4705
4706         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4707         Jesper Harder <harder@ifa.au.dk>.
4708
4709 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4710
4711         * gnus-art.el (gnus-request-article-this-buffer): Call
4712         `nneething-get-file-name' to extract the file name from the
4713         message id.
4714
4715         * nneething.el (nneething-encode-file-name): New function.
4716         (nneething-decode-file-name): Ditto.
4717         (nneething-get-file-name): Ditto.
4718         (nneething-make-head): Encode the file name and encapsulate it
4719         into the field of the message id.
4720
4721 2002-01-18  Simon Josefsson  <jas@extundo.com>
4722
4723         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4724         stored in .marks.
4725
4726         * nnfolder.el (nnfolder-request-update-info): Ditto.
4727
4728 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4729
4730         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4731
4732 2002-01-18  Simon Josefsson  <jas@extundo.com>
4733
4734         * imap.el (imap-starttls-p): Don't check for binary.
4735         (imap-gssapi-auth-p): Ditto.
4736         (imap-kerberos4-auth-p): Ditto.
4737         (imap-open): Change logic.  Iterate through all possible streams,
4738         instead of bailing out after first failure.  Move authenticator
4739         decision to `imap-authenticate'.
4740         (imap-authenticate): Change logic, now finds the authenticator to
4741         use, was previously in `imap-open'.
4742         (imap-open): Return nil on failure.
4743         (imap-open): Setup temp buffer correctly.
4744         (imap-open): Return buffer only on success.
4745         (imap-interactive-login, imap-interactive-login): Tell the user
4746         which stream/authenticator is used for the queried
4747         username/password.
4748         (imap-open, imap-authenticate): Set variables.
4749         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4750         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4751
4752 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4755
4756 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4759
4760 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4761
4762         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4763         (gnus-agent-group-mode-map): Bind it to "Jo".
4764         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4765
4766 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4767
4768         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4769         (gnus-summary-mail-toolbar): Add mail article deletion button.
4770
4771         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4772         false positives for lines of "^^^^".
4773
4774         * gnus-picon.el (gnus-picon-find-face): faces database is all
4775         lowercase.
4776
4777 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4778
4779         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4780         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4781         duplications.
4782         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4783
4784 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * gnus-sum.el (gnus-summary-initial-limit): Inline
4787         gnus-summary-limit-children.
4788         (gnus-summary-initial-limit): Don't limit if
4789         gnus-newsgroup-display is nil.
4790         (gnus-summary-initial-limit): No, don't.
4791
4792         * gnus-util.el
4793         (gnus-put-text-property-excluding-characters-with-faces): Inline
4794         gnus-put-text-property.
4795
4796         * gnus-spec.el (gnus-default-format-specs): New variable.
4797
4798         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4799         gnus-format-specs.
4800         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4801
4802         * gnus-spec.el (gnus-update-format-specifications): Really check
4803         the Gnus version of the .newsrc.eld file.
4804         (gnus-format-specs): Save the new default summary format.
4805
4806         * gnus-util.el (gnus-parent-id): Check whether references is empty
4807         before splitting.
4808
4809         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4810         functions.
4811         (gnus-gather-threads-by-references): Inline
4812         `gnus-split-references'.
4813
4814         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4815         default value of gnus-summary-line-format-spec.
4816
4817 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4818
4819         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4820         message.
4821         (nnslashdot-request-list): Ditto.
4822         (nnslashdot-sid-strip): Removed.
4823
4824 2002-01-15  Simon Josefsson  <jas@extundo.com>
4825
4826         * nnimap.el (nnimap-close-asynchronous): Enable.
4827         (nnimap-close-group): Expunge.
4828
4829 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4830
4831         * gnus-util.el (gnus-user-date-format-alist): Typo.
4832         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4833
4834 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4835
4836         * nneething.el (nneething-request-article): Set
4837         `nnmail-file-coding-system' to `binary' locally, in order to read
4838         files without any conversion.
4839
4840 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4841
4842         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4843         nnheader-file-coding-system and nnmail-active-file-coding-system.
4844         (gnus-agent-regenerate-group): Ditto.
4845         (gnus-agent-regenerate): Ditto.
4846         (gnus-agent-write-active): Ditto.
4847         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4848
4849 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4850
4851         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4852         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4853
4854 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4855
4856         * gnus.el: We don't need gnus-article-show-all-headers.
4857
4858         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4859         Ditto.
4860
4861         * gnus-sum.el (gnus-summary-select-article): Don't call
4862         show-all-headers, because hidden headers are not hidden text any
4863         more.
4864
4865 2002-01-13  Simon Josefsson  <jas@extundo.com>
4866
4867         * message.el (message-newline-and-reformat): Use `newline' instead
4868         of inserting \n, so that the newline is marked as hard.
4869
4870         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4871         From Jesper Harder <harder@ifa.au.dk>.
4872
4873 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4874
4875         * imap.el (imap-close): Keep going if quit.
4876
4877         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4878         nntp-server-buffer.
4879
4880 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4883         avoid unbinding shadowed variables.
4884
4885         * gnus-art.el (gnus-picon-databases): Moved here.
4886         (gnus-picons-installed-p): Moved here.
4887         (gnus-article-reply-with-original): Use `mark'.
4888
4889         * gnus.el (gnus-picon): Moved here and renamed.
4890
4891         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4892         installed.
4893         (gnus-treat-mail-picon): Ditto.
4894         (gnus-treat-newsgroups-picon): Ditto.
4895
4896         * gnus-picon.el (gnus-picons-installed-p): New function.
4897
4898 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4899
4900         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4901
4902 2002-01-12  Simon Josefsson  <jas@extundo.com>
4903
4904         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4905         (nnimap-before-find-minmax-bugworkaround): Use it.
4906         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4907         (nnimap-dont-close): New variable.
4908         (nnimap-close-group): Use it.
4909
4910 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4911
4912         * gnus-art.el (gnus-article-reply-with-original): Use
4913         `mark-active'.
4914
4915         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4916
4917         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4918         (gnus-score-advanced): Clean up.
4919         (gnus-score-advanced): Accept a multiple of the score.
4920
4921 2002-01-12  Simon Josefsson  <jas@extundo.com>
4922
4923         * flow-fill.el (fill-flowed-display-column)
4924         (fill-flowed-encode-columnq): New variables.  Suggested by
4925         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4926         (fill-flowed-encode, fill-flowed): Use them.
4927
4928         * message.el (message-send-news, message-send-mail): Use
4929         m-b-s-n-p-e-h-n.
4930
4931         * mml.el (autoload): Autoload fill-flowed-encode.
4932         (mml-buffer-substring-no-properties-except-hard-newlines): New
4933         function.
4934         (mml-read-part): Use it.
4935         (mml-generate-mime-1): Encode format=flowed if appropriate.
4936         (mml-insert-mime-headers): Insert format=flowed.
4937
4938         * flow-fill.el (fill-flowed-encode): New function.
4939         (fill-flowed): Bind fill-column to window width.
4940
4941 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4944         it exists.
4945         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4946         (gnus-summary-buffer-name): Don't return the dead name after all.
4947         (gnus-summary-setup-buffer): Kill the dead buffer.
4948
4949         * gnus-art.el (gnus-article-followup-with-original): Store the
4950         value of the mark before deactivating it.
4951
4952 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4953
4954         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4955         From: Karl Kleinpaste <karl@charcoal.com>
4956
4957         * gnus-art.el (article-display-x-face): Ditto.
4958         (gnus-article-reply-with-original): Use gnus-region-active-p.
4959         (gnus-article-followup-with-original): Ditto.
4960
4961         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4962         downloadable article either.
4963
4964 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4965
4966         * gnus-art.el (article-display-x-face): Insert From:.
4967
4968         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4969         article. Bind gnus-display-mime-function and
4970         gnus-article-prepare-hook.
4971
4972         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4973         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4974         gnus-agent-possibly-synchronize-flags to the last.
4975         (gnus-agent-go-online): New function. New variable.
4976
4977 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4978
4979         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4980         (gnus-agent-regenerate): Ditto.
4981
4982 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4983
4984         * message.el (message-ignored-news-headers)
4985         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4986         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4987
4988         * gnus.el (gnus-gethash-safe): New macro.
4989
4990         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4991         (gnus-agent-regenerate): Show messages.
4992
4993 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4994
4995         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4996         (gnus-agent-regenerate): New function.
4997         (gnus-agent-save-alist): Sort.
4998         (gnus-agent-copy-nov-line): Test eobp.
4999         (gnus-agent-retrieve-headers): Erase buffer.
5000
5001 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5002
5003         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5004         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5005
5006         * gnus.el (gnus-agent-covered-methods): Move here.
5007         (gnus-online): New function.
5008         (gnus-agent-method-p): Move here.
5009
5010         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5011         nil. Remove articles-alist.
5012
5013         * gnus-start.el (gnus-get-unread-articles): Check online.
5014         (gnus-groups-to-gnus-format): Ditto.
5015         (gnus-active-to-gnus-format): Ditto.
5016
5017         * gnus-agent.el (gnus-agent-get-function): Use it.
5018         (gnus-agent-get-undownloaded-list): Ditto.
5019         (gnus-agent-fetch-session): Only fetch online methods.
5020
5021         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5022         (gnus-server-mode-map): Ditto.
5023         (gnus-server-offline-face): New face.
5024         (gnus-server-offline-face): New variable.
5025         (gnus-server-font-lock-keywords): Add offline.
5026         (gnus-server-insert-server-line): Ditto.
5027         (gnus-server-offline-server): New function.
5028
5029         * gnus-int.el (gnus-open-server): Turn to offline.
5030         (gnus-server-unopen-status): New variable.
5031
5032 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5033
5034         * nnkiboze.el (nnkiboze-request-article): Use
5035         gnus-agent-request-article.
5036
5037         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5038         function. Insert undownloaded NOV.
5039
5040         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5041         (gnus-agent-request-article): New function.
5042
5043         * gnus.el (gnus-agent-cache): New variable.
5044
5045         * gnus-int.el (gnus-retrieve-headers): Use
5046         gnus-agent-retrieve-headers.
5047         (gnus-request-head): Use gnus-agent-request-article.
5048         (gnus-request-body): Ditto.
5049
5050         * gnus-art.el (gnus-request-article-this-buffer): Use
5051         gnus-agent-request-article.
5052
5053         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5054         article if it is undownloaded.
5055
5056 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5059
5060 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * canlock.el (canlock-string-as-unibyte): New macro.
5063         (canlock-sha1-with-openssl): Return a unibyte string.
5064         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5065
5066 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5067
5068         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5069
5070 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5071
5072         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5073         application/x-emacs-lisp.
5074
5075         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5076
5077         * nntp.el (nntp-request-article): Add group parameter.
5078         (nntp-request-head): Ditto.
5079         (nntp-find-group-and-number): Add parameter group. Figure out
5080         number if the status line doesn't give (e.g. quimby.gnus.org).
5081
5082 2002-01-08  Simon Josefsson  <jas@extundo.com>
5083
5084         * mml.el (mml-generate-mime-1): Set recipient correctly.
5085
5086 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5087
5088         * message.el (message-read-from-minibuffer): Add parameter
5089         initial-contents.
5090         * gnus-msg.el (gnus-summary-resend-message): Use it.
5091
5092         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5093         behavior of quit-config.
5094
5095         * message.el (message-make-from): Don't quote fullname.
5096         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5097
5098         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5099         From: <andre@slamdunknetworks.com>
5100
5101 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5102
5103         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5104
5105         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5106
5107         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5108         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5109         because bbdb may use it.
5110
5111 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5112
5113         * nneething.el (nneething-request-article): When a non-text file
5114         is converted to an article, its data is encoded in base64.  Call
5115         `nneething-make-head' with options to specify MIME types.
5116         (nneething-make-head): Add optional arguments to specify MIME
5117         types.
5118
5119 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5120
5121         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5122         header if there is not.
5123
5124         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5125
5126         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5127         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5128         (gnus-inews-do-gcc): Use them.
5129
5130         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5131         gnus-newsgroup-unselected.
5132
5133 2002-01-06  Simon Josefsson  <jas@extundo.com>
5134
5135         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5136         condition-case, not ignore-errors.
5137
5138 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5139
5140         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5141         gnus-fetch-old-headers.
5142
5143         * gnus-art.el (article-display-x-face): Use the current buffer
5144         unless `W f'. Otherwise, X-Face may be shown in the header of a
5145         forwarded part.
5146         (gnus-treatment-function-alist): Treat xface before hiding
5147         headers.
5148
5149 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5152         parameters.
5153
5154 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5155
5156         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5157         (mm-guess-charset): New function.
5158         (mm-charset-after): Use it.
5159         (mm-detect-coding-region): New function.
5160         (mm-detect-mime-charset-region): New function.
5161
5162         * gnus-sum.el (gnus-summary-show-article): Use
5163         mm-detect-coding-region.
5164
5165 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * message.el (message-make-fqdn): Be less violent.
5168
5169         * gnus.el (gnus-logo-color-style): Compute custom form
5170         automatically.
5171
5172         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5173         score file of the parent to the document group.
5174
5175         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5176         parameters parameter.
5177
5178         * gnus-score.el (gnus-score-load-file): Clean up.
5179
5180 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5181
5182         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5183         From: Damien Wyart <damien.wyart@free.fr>
5184
5185         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5186
5187 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5188
5189         * gnus-sum.el (gnus-select-group-hook): Typo.
5190
5191         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5192         is no quoted-printable-encoded STRING.
5193         From: Jesper Harder <harder@ifa.au.dk>
5194
5195         (rfc2047-decode-string): Decode it.
5196
5197 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5200
5201 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5202         Trivial patch.
5203
5204         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5205         buffer to get rid of junk line.
5206
5207 2002-01-05  Simon Josefsson  <jas@extundo.com>
5208
5209         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5210         C-o.
5211         (message-mode-map): Bind message-insert-or-toggle-importance to
5212         C-c C-u.
5213         (message-mode-map): Bind message-disposition-notification-to to
5214         C-c M-n.
5215         (message-mode-menu): Add m-d-n-t.
5216         (message-mode-field-menu): Add m-goto-from.
5217         (message-mode): Doc fix.
5218         (message-goto-from): New function.
5219         (message-insert-disposition-notification-to): New function.
5220         (message-tool-bar-map): Add receipt button.
5221
5222 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5223
5224         * gnus-sum.el (gnus-thread-latest-date): New function.
5225         (gnus-thread-sort-by-most-recent-number): Renamed.
5226         (gnus-thread-sort-functions): Doc fix.
5227         (gnus-select-group-hook): Don't use setq on a hook.
5228         (gnus-thread-latest-date): Use date, not number
5229
5230         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5231         (gnus-agent-expire): Allow regexp of expire-days.
5232
5233         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5234         region.
5235         (gnus-article-followup-with-original): Ditto.
5236
5237         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5238
5239         * gnus-art.el (gnus-mime-display-alternative): Use
5240         gnus-local-map-property.
5241         (gnus-mime-display-alternative): Ditto.
5242         (gnus-insert-mime-security-button): Ditto.
5243         (gnus-insert-next-page-button): Ditto.
5244         (gnus-button-prev-page): Take optional args.
5245         (gnus-insert-prev-page-button): widget-convert.
5246
5247         * gnus-util.el (gnus-local-map-property): New function.
5248
5249         * gnus-art.el (gnus-prev-page-map): Use parent map.
5250         (gnus-next-page-map): Ditto.
5251
5252         * gnus-spec.el (gnus-parse-format): Clean up.
5253         (gnus-parse-format): Do complex formatting for %=.
5254
5255         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5256         "X-Face: " to the data in the built-in scenario.
5257
5258         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5259         (gnus-correct-pad-form): Renamed.
5260         (gnus-tilde-max-form): Clean up.
5261         (gnus-pad-form): Use gnus-use-correct-string-widths.
5262
5263         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5264         support if that is available.
5265
5266         * gnus-sum.el (gnus-thread-highest-number): New function.
5267         (gnus-thread-sort-by-most-recent-thread): New function.
5268         (gnus-thread-sort-functions): Doc fix.
5269
5270 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5271
5272         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5273         all cases.
5274         (gnus-summary-mode): Enable it in all cases.
5275         (gnus-summary-display-article): Ditto.
5276         (gnus-summary-edit-article): Ditto.
5277
5278         * gnus-ems.el (gnus-put-image): Really return glyph.
5279
5280         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5281         (gnus-treat-smiley): Don't take "P" in the interactive form.
5282
5283 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284
5285         * compface.el (uncompface): XEmacs and Emacs have differing
5286         capabilities.
5287
5288         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5289
5290         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5291         (gnus-article-xface-ring-size): Removed.
5292         (gnus-article-display-xface): Removed.
5293         (gnus-remove-image): Cleaned up.
5294
5295         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5296         (gnus-xmas-create-image): Take pbm files.
5297         (gnus-x-face): Removed.
5298         (gnus-xmas-article-display-xface): Removed.
5299
5300         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5301         default-enable-multibyte-characters.
5302
5303         * compface.el (uncompface): Doc fix.
5304
5305         * gnus-art.el (gnus-article-x-face-command): Use
5306         gnus-display-x-face-in-from.
5307
5308         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5309
5310         * gnus-ems.el (gnus-put-image): Return the image.
5311
5312         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5313         (gnus-x-face): Moved here.
5314
5315 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5316
5317         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5318         invisible if string is nil.
5319         (gnus-xmas-article-display-xface): Use it.
5320
5321         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5322         property when string is nil.
5323         (gnus-article-display-xface): Use it.
5324
5325 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * gnus-art.el (article-display-x-face): Check whether valid grey
5328         face was returned.
5329         (article-display-x-face): Place image in the right spot.
5330
5331         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5332         stderr.
5333         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5334
5335 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336
5337         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5338         parameters.
5339         (gnus-xmas-put-image): Allow non-strings to be passed.
5340
5341         * gnus-art.el (article-display-x-face): Use optional parameters.
5342
5343         * gnus-ems.el (gnus-create-image): Take optional parameters.
5344
5345         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5346
5347         * compface.el (compface-xbm-p): Removed.
5348
5349         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5350         (gnus-article-display-xface): Use compface.
5351
5352         * compface.el: New file.
5353
5354         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5355         (gnus-convert-image-to-x-face-command): Ditto.
5356         (gnus-random-x-face): Quote argument.
5357         (gnus-x-face-from-file): Ditto.
5358
5359 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5360
5361         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5362         the expire-group parameter once per article rather than once
5363         per group; bind `nnmaildir-article-file-name' and `article'
5364         for convenience.  Leave article alone when expire-group
5365         specifies the current group.
5366         (nnmaildir--update-nov): be more concurrency-friendly with
5367         temp file names.
5368
5369 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * gnus-start.el (gnus-read-init-file): Cleaned up.
5372
5373 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5374
5375         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5376         (gnus-read-init-file): Don't use it.
5377
5378 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5379
5380         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5381
5382 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5383
5384         * gnus-start.el (gnus-read-init-file): Don't force coding system
5385         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5386
5387 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5388
5389         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5390         * nnspool.el (nnspool-request-post): Ditto.
5391
5392         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5393         (mm-find-mime-charset-region): Use it.
5394
5395 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5396
5397         * gnus.el (gnus-summary-line-format): Added :link.
5398         * gnus-topic.el (gnus-topic-line-format): Ditto.
5399         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5400         * gnus-srvr.el (gnus-server-line-format): Ditto.
5401         * gnus-group.el (gnus-group-line-format): Ditto.
5402
5403         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5404         :keys, it works on both Emacsen.
5405
5406 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5407
5408         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5409
5410 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5413
5414 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5415
5416         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5417         very wide reply.
5418
5419 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5422         (gnus-picon-cache): New variable.
5423         (gnus-picon-transform-newsgroups): Cache stuff.
5424
5425         * gnus-art.el (gnus-article-reply-with-original): New command.
5426         (gnus-article-followup-with-original): New command.
5427
5428         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5429         END parameters.
5430         (gnus-summary-followup): Take a list of list of articles.
5431         (gnus-inews-yank-articles): Allow lists of article/regions.
5432
5433         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5434         longer the usual commands.
5435
5436         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5437         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5438         shell-command-on-region.
5439
5440 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5441
5442         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5443           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5444
5445 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5446
5447         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5448         understand ':keys', wrap it in an featurep 'xemacs.
5449
5450 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5451
5452         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5453         order of headers (Actually, it is called in a reversed order). Add
5454         'gnus-image-text-deletable property.
5455         (gnus-remove-image): Remove text with such a property.
5456
5457         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5458         gnus-put-image.
5459
5460         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5461         with ", "
5462
5463 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464
5465         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5466
5467         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5468         (article-display-x-face): Display grey X-Faces.
5469
5470         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5471         (gnus-convert-gray-x-face-to-ppm): Ditto.
5472         (gnus-convert-image-to-gray-x-face): Ditto.
5473
5474         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5475         gnus-summary-show-raw-article.
5476
5477 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5478
5479         Display picons in XEmacs without showing text.
5480
5481         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5482         mm-create-image-xemacs to create xbm glyph, because it deletes
5483         temporary files.
5484         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5485         (gnus-xmas-remove-image): Make text visible, remove glyph.
5486
5487         * gnus-picon.el (gnus-picon-transform-newsgroups)
5488         (gnus-picon-transform-address): Insert spec backward, due to the
5489         incompatibility of gnus-xmas-put-image.
5490
5491 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5492
5493         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5494
5495 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * gnus.el: Doc fix.
5498
5499         * gnus-art.el: Doc fix.
5500
5501         * gnus-agent.el: Doc fix.
5502
5503 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5504
5505         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5506
5507 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5508
5509         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5510         NOV data out of the message again if nnmail-extra-headers has
5511         changed.
5512
5513 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-fun.el: New file.
5516         (gnus-convert-image-to-x-face-command): New variable.
5517         (gnus-insert-x-face): New function.
5518         (gnus-random-x-face): Renamed.
5519         (gnus-x-face-from-file): Renamed.
5520
5521         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5522         "_".
5523         (gnus-body-boundary-delimiter): Typo fix.
5524
5525 2002-01-02  Simon Josefsson  <jas@extundo.com>
5526
5527         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5528         (gnus-body-boundary-delimiter): Fix type.
5529
5530 2002-01-01  Simon Josefsson  <jas@extundo.com>
5531
5532         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5533         (gnus-treat-emphasize, gnus-treat-strip-cr)
5534         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5535         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5536         (gnus-treat-fill-article, gnus-treat-hide-citation)
5537         (gnus-treat-hide-citation-maybe)
5538         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5539         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5540         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5541         (gnus-treat-date-ut, gnus-treat-date-local)
5542         (gnus-treat-date-english, gnus-treat-date-lapsed)
5543         (gnus-treat-date-original, gnus-treat-date-iso8601)
5544         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5545         (gnus-treat-strip-trailing-blank-lines)
5546         (gnus-treat-strip-leading-blank-lines)
5547         (gnus-treat-strip-multiple-blank-lines)
5548         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5549         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5550         (gnus-treat-display-xface, gnus-treat-display-smileys)
5551         (gnus-treat-from-picon, gnus-treat-mail-picon)
5552         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5553         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5554         (gnus-treat-play-sounds, gnus-treat-translate)
5555         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5556
5557         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5558         (gnus-article-treat-body-boundary): Use it.
5559
5560         * message.el (message-mode): Fix doc.
5561         (message-mode-menu): Fix names.
5562
5563 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5566         articles.
5567
5568         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5569         (gnus-picon-transform-address): Search for unknown faces as well.
5570         (gnus-picon-find-face): Don't search "news" for MISC.
5571         (gnus-picon-user-directories): Changed default back to exclude
5572         "unknown".
5573
5574         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5575
5576         * gnus-picon.el (gnus-picon-find-face): Search through all
5577         databases.
5578         (gnus-picon-find-face): New implementation.
5579
5580         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5581         keystroke.
5582         (gnus-topic-goto-next-topic): Ditto.
5583
5584         * gnus.el (gnus-summary-line-format): Changed default.
5585
5586         * nnmail.el (nnmail-extra-headers): Change default.
5587
5588         * gnus-sum.el (gnus-extra-headers): Change default.
5589
5590         * message.el (message-news-other-window): Changed "news" to
5591         "posting".
5592         (message-news-other-frame): Ditto.
5593         (message-do-send-housekeeping): Ditto.
5594
5595         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5596         function.
5597         (gnus-article-unread-p): New function.
5598         (gnus-article-unseen-p): New function.
5599         (gnus-dead-summary-mode-map): Typo.
5600
5601         * gnus-util.el (gnus-make-predicate): New function.
5602         (gnus-make-predicate-1): New function.
5603
5604         * gnus-sum.el: New function.
5605         (gnus-map-articles): New function.
5606
5607         * gnus-art.el (gnus-treat-fold-headers): New variable.
5608         (gnus-article-treat-fold-headers): New command and keystroke.
5609
5610         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5611         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5612
5613 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5614
5615         * message.el (message-fcc-externalize-attachments): New variable.
5616         (message-do-fcc): Use it.
5617
5618         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5619         (gnus-inews-do-gcc): Use it.
5620
5621         * mml.el (mml-tweak-sexp-alist): New variable.
5622         (mml-externalize-attachments): New variable.
5623         (mml-tweak-part): Use mml-tweak-sexp-alist.
5624         (mml-tweak-externalize-attachments): New function.
5625
5626 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5627
5628         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5629         'set-glyph-face' so x-face back/foreground can be set.
5630
5631 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5632
5633         * message.el (message-fix-before-sending): Fix a typo.
5634
5635 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5636
5637         * gnus-art.el (gnus-treat-smiley): Renamed command.
5638         (gnus-article-remove-images): New command and keystroke.
5639
5640         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5641
5642         * smiley-ems.el (gnus-smiley-display): Removed.
5643
5644         * gnus.el (gnus-version-number): Update version.
5645
5646         * message.el (message-text-with-property): Renamed and moved
5647         here.
5648         (message-fix-before-sending): Highlight invisible text and place
5649         point there.
5650
5651 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5652
5653         * gnus.el: Oort Gnus v0.04 is released.
5654
5655 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5658
5659         * gnus-art.el (gnus-ignored-headers): More headers,
5660
5661         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5662         of `scan-error', since XEmacs doesn't seem to support that.
5663
5664 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665
5666         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5667         arg.
5668         (gnus-summary-best-unread-subject): Ditto.
5669         (gnus-summary-best-unread-subject): No, don't.
5670         (gnus-summary-better-unread-subject): New command.
5671
5672         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5673
5674         * lpath.el ((featurep 'xemacs)): fbind url function.
5675
5676         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5677         buffer.
5678         (gnus-xmas-remove-image): Implementation that does something.
5679         (gnus-xmas-article-display-xface): Mark images properly.
5680
5681         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5682
5683 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5684
5685         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5686
5687 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * gnus-group.el (gnus-group-line-format): Added %O to the default
5690         value.
5691
5692         * gnus-util.el (gnus-text-with-property): The smallest point is
5693         point-min.
5694
5695         * smiley-ems.el (smiley-region): Return images.
5696         (gnus-smiley-display): Allow toggling.
5697         (smiley-region): Use text properties, not overlays.
5698
5699         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5700         implemented yet.
5701
5702         * smiley-ems.el (smiley-update-cache): Check for valid types.
5703
5704         * gnus-art.el (gnus-with-article-buffer): New macro.
5705
5706         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5707         strings as well as the glyphs.
5708         (gnus-picon-transform-address): Ditto.
5709         (gnus-picon-insert-glyph): Ditto.
5710         (gnus-picon-transform-newsgroups): Toggle.
5711         (gnus-picon-transform-address): Toggle.
5712
5713         * gnus-ems.el (gnus-remove-image): New function.
5714         (gnus-put-image): Take an optional string.
5715
5716         * gnus-util.el (gnus-text-with-property): New function.
5717
5718         * gnus-art.el (gnus-delete-images): New function.
5719
5720         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5721
5722         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5723         (gnus-article-wash-status): Use it.
5724         (gnus-signature-toggle): Clean up.
5725         (gnus-add-wash-status): New function.
5726         (gnus-delete-wash-status): New function.
5727         (gnus-article-hide-text-type): Use them throughout.
5728         (gnus-add-image): New function.
5729
5730         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5731
5732         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5733         interface.
5734
5735         * gnus-art.el (article-display-x-face): Cleaned up.
5736
5737         * rfc2047.el (rfc2047-field-value): New function.
5738
5739         * mail-parse.el (mail-header-field-value): New alias.
5740
5741         * gnus-art.el (gnus-mime-print-part): Fix typos.
5742
5743         * smiley-ems.el (gnus-smiley-file-types): New variable.
5744         (smiley-update-cache): Use it.
5745         (smiley-regexp-alist): Suffix-less smiley names.
5746         (smiley-regexp-alist): Added more smileys.
5747
5748         * gnus-sum.el (gnus-print-buffer): Made into own function.
5749         (gnus-summary-print-article): Use it.
5750
5751         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5752         looked for when REQUEST is a string.
5753
5754         * gnus-art.el (gnus-mime-button-commands): Add printing
5755         keystroke.
5756         (gnus-mime-copy-part): Doc fix.
5757         (gnus-mime-print-part): New command.
5758
5759 2001-12-31  Simon Josefsson  <jas@extundo.com>
5760
5761         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5762         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5763
5764 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5765
5766         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5767         (picon): Fix doc.
5768
5769         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5770         longer exists. Remove those codes.
5771         * gnus.el (gnus-use-picons): Ditto.
5772
5773 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5774
5775         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5776         infloop.
5777
5778         * gnus-sum.el (t): New `W D' map.
5779
5780         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5781         (gnus-article-treat-body-boundary): Clean up.
5782         (gnus-body-boundary-face): Removed.
5783         (gnus-article-goto-header): Moved here.
5784         (gnus-article-goto-header): Allow better regexps.
5785         (gnus-article-treat-fold-newsgroups): New command.
5786
5787         * gnus-sum.el (gnus-summary-move-article): We have to select an
5788         article to give `gnus-read-move-group-name' an opportunity to
5789         suggest an appropriate default.
5790
5791         * rfc2047.el (rfc2047-fold-line): New function.
5792         (rfc2047-unfold-line): Ditto.
5793         (rfc2047-fold-region): Don't fold just after the header name.
5794
5795         * mail-parse.el (mail-header-fold-line): New alias.
5796         (mail-header-unfold-line): Ditto.
5797
5798         * gnus-art.el (gnus-body-boundary-face): Renamed.
5799         (gnus-article-treat-body-boundary): Use it.
5800         (gnus-article-treat-body-boundary): Use an invisible header and a
5801         line of underline characters.
5802
5803 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5804
5805         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5806
5807         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5808         (gnus-picon-split-address): New function.
5809         (gnus-picon-find-face): Use it.
5810         (gnus-picon-transform-address): Use it. Set first to t for each
5811         address.
5812
5813         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5814         the macro then use it.
5815         (gnus-treatment-function-alist): Treat picons earlier.
5816
5817 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * gnus-art.el (gnus-body-separator-face): New variable.
5820         (gnus-article-treat-body-boundary): Use a blank, colored line.
5821
5822         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5823         well.
5824
5825         * gnus-art.el (gnus-treat-body-boundary): New variable.
5826         (gnus-article-treat-unfold-headers): Use helper macro.
5827         (gnus-article-treat-body-boundary): New command.
5828
5829         * gnus.el (gnus-logo-color-style): Change the default color.
5830         (gnus-splash-face): Gray, gray.
5831
5832         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5833         colors.
5834
5835         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5836         (gnus-logo-color-style): Ditto.
5837         (gnus-logo-colors): Ditto.
5838
5839         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5840
5841         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5842
5843         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5844         (gnus-picon-transform-newsgroups): New function.
5845
5846         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5847         string.
5848
5849         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5850
5851         * gnus-art.el (gnus-treat-cc-picon): New variable.
5852         (gnus-treat-mail-picon): Renamed.
5853
5854         * gnus-picon.el: New implementation.
5855         (gnus-picon-find-face): Renamed.
5856         (gnus-treat-from-picon): Use it.
5857         (gnus-picon-transform-address): Renamed.
5858         (gnus-treat-from-picon): Use it.
5859         (gnus-picon-create-glyph): Renamed.
5860         (gnus-picon-transform-address): Use it.
5861         (gnus-treat-cc-picon): New command.
5862
5863         * mm-decode.el (mm-create-image-xemacs): Separated out into
5864         function.
5865         (mm-get-image): Use it.
5866
5867         * gnus-art.el (gnus-treat-display-picons): Simplify.
5868         (gnus-treat-from-picon): Renamed.
5869
5870         * gnus-ems.el (gnus-create-image): New function.
5871         (gnus-put-image): New function.
5872
5873         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5874         (gnus-with-article-headers): New macro.
5875         (gnus-article-goto-header): New function.
5876
5877         * gnus-xmas.el (gnus-image-type-available-p): New function.
5878
5879         * gnus-ems.el (gnus-image-type-available-p): New function.
5880
5881 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5882
5883         * nnrss.el (nnrss-check-group): Find the correct tag, because
5884         xml.el is changed.
5885
5886 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5889         lines are shorter than the window width.
5890         (gnus-ignored-headers): More headers.
5891
5892 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5895         (gnus-treat-unfold-headers): Renamed.
5896         (gnus-article-treat-unfold-headers): New command and keystroke.
5897
5898         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5899
5900         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5901
5902 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5903
5904         * sha1-el.el (sha1-use-external): New variable.
5905         (sha1-region): Use it.
5906         (sha1-string): Ditto.
5907
5908         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5909         * gnus-picon.el: Less warnings when compile.
5910
5911 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5912
5913         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5914         alias.
5915         (gnus-picons-database): Default to list.
5916         (gnus-picons-lookup-internal): Use it.
5917
5918         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5919         to "bogus".
5920
5921         * gnus-win.el (gnus-configure-windows-hook): New hook.
5922
5923 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5924
5925         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5926
5927 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5930         lists.
5931         (gnus-select-newsgroup): Don't append; push.
5932         (gnus-adjust-marked-articles): Remove obsolete ranges from
5933         `seen'.
5934         (gnus-update-marks): Clean up.
5935         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5936
5937 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5938
5939         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5940
5941 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5942
5943         * gnus-sum.el (gnus-auto-select-subject): New variable.
5944         (gnus-summary-best-unread-subject): New function.
5945         (gnus-summary-best-unread-article): Use it.
5946         (gnus-summary-first-unseen-subject): New function and command.
5947
5948         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5949         other treatments.
5950
5951         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5952         function.
5953
5954         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5955         from the list of hidden types.
5956
5957         * mm-view.el (mm-inline-text): Ditto.
5958         (mm-inline-text): Ditto.
5959         (mm-w3-prepare-buffer): Ditto.
5960
5961         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5962
5963 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964
5965         * gnus-art.el (gnus-ignored-headers): Added more headers.
5966
5967 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5968
5969         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5970         once.
5971
5972 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5973
5974         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5975
5976 2001-12-28  Simon Josefsson  <jas@extundo.com>
5977
5978         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5979         Jesper Harder <harder@ifa.au.dk>.
5980
5981 2001-12-27  Simon Josefsson  <jas@extundo.com>
5982
5983         * gnus-sum.el (gnus-select-newsgroup): Make
5984         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5985         contain all articles (instead of none) when no seen marks have
5986         been set for the group.
5987         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5988         instead, it seems to result in shorter ranges.
5989
5990 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5991
5992         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5993         insert-before-markers.
5994         From Jesper Harder <harder@ifa.au.dk>
5995
5996 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5997
5998         * nnmaildir.el (nnmaildir-save-mail): create the destination
5999         groups if they do not exist.
6000
6001 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6004
6005 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6006
6007         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6008         gnus-group-real-name.
6009
6010         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6011         (gnus-newsgroup-variables): Ditto.
6012
6013         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6014         return it.
6015
6016 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6017
6018         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6019         * nnmaildir.el (top-level): Add commentary.
6020         (nnmaildir-version): Indicate that nnmaildir is now a standard
6021         part of Gnus, not separately released.
6022
6023 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6024
6025         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6026         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6027         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6028         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6029
6030 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6031
6032         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6033
6034 2001-12-20  Simon Josefsson  <jas@extundo.com>
6035
6036         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6037         ZHU <zsh@cs.rochester.edu>.
6038         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6039         Brian P Templeton <bpt@tunes.org>.
6040
6041 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6042
6043         * nnmaildir.el: New file.
6044         From Paul Jarc <prj@po.cwru.edu>.
6045
6046 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6047
6048         * nndoc.el (nndoc-type-alist): Move forward to the end.
6049
6050 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6053         `dolist'.
6054
6055 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6056
6057         * gnus-win.el (gnus-frames-on-display-list): New function.
6058         (gnus-get-buffer-window): Use it.
6059
6060 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6061
6062         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6063
6064 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6065
6066         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6067
6068 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6069            From Harald Meland <Harald.Meland@usit.uio.no>
6070
6071         * gnus-win.el (gnus-get-buffer-window): New function.
6072         (gnus-all-windows-visible-p): Use it.
6073
6074         * gnus-util.el (gnus-horizontal-recenter)
6075         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6076         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6077
6078         * gnus-score.el (gnus-score-insert-help): Use it.
6079
6080         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6081         (gnus-generate-tree, gnus-highlight-selected-tree)
6082         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6083         it.
6084
6085         * gnus-art.el (gnus-article-set-window-start)
6086         (gnus-mm-display-part, gnus-request-article-this-buffer)
6087         (gnus-button-next-page, gnus-button-prev-page)
6088         (gnus-article-button-next-page, gnus-article-button-prev-page):
6089         Use it.
6090
6091 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6092
6093         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6094         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6095         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6096
6097 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6098
6099         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6100         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6101         * mml1991.el, nnultimate.el: Add `coding'.
6102
6103 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6104
6105         * ChangeLog: changed coding to buffer-file-coding-system
6106         * ChangeLog.1: same
6107         * nnwfm.el: same
6108         * gnus-smiley.el: same
6109         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6110         * gnus-delay.el: same
6111         * gnus-spec.el: same
6112         * message.el: same
6113         * mml1991.el: same
6114         * nnultimate.el: same
6115
6116 2001-12-16  Simon Josefsson  <jas@extundo.com>
6117         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6118
6119         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6120         (gnus-summary-save-map): Add muttprint.
6121         (gnus-summary-make-menu-bar): Ditto.
6122         (gnus-summary-muttprint): New function.
6123
6124         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6125
6126 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6127
6128         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6129         temporary list instead of buffer.
6130
6131         * mm-url.el (executable-find): autoload.
6132
6133 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6134
6135         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6136         to variable, follow doc-string conventions).
6137
6138 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6139
6140         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6141         subscribe-level
6142         * gnus-topic.el (gnus-subscribe-topics): use it.
6143
6144 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6145
6146         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6147         messages. (A small patch with indentation)
6148         From Sean Neakums <sneakums@zork.net>.
6149
6150         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6151         nil after shooting down the gnus-original-article-buffer.
6152
6153 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6154
6155         * uudecode.el (uudecode-use-external): New variable.
6156         (uudecode-decode-region): Automatically detect external program.
6157
6158         * binhex.el (binhex-use-external): New variable.
6159         (binhex-decode-region-internal): New function.
6160         (binhex-decode-region): Automatically detect external program.
6161
6162         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6163         Use them.
6164
6165 2001-12-12  Simon Josefsson  <jas@extundo.com>
6166
6167         * nnvirtual.el (nnvirtual-always-rescan)
6168         (nnvirtual-component-regexp): Fix doc.
6169
6170         * nnoo.el (defvoo): Add doc to defvoo variables.
6171
6172         * nnml.el (nnml-directory, nnml-active-file)
6173         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6174         (nnml-marks-is-evil, nnml-filenames-are-evil)
6175         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6176
6177         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6178         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6179         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6180         `error'.
6181
6182         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6183         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6184
6185         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6186         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6187         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6188         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6189
6190         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6191         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6192
6193         * imap.el, nnimap.el: Fix indentation.
6194
6195         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6196
6197 2001-12-12  Didier Verna  <didier@xemacs.org>
6198
6199         * gnus-msg.el (gnus-group-news): New function.
6200         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6201         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6202         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6203         for it.
6204         * gnus-msg.el (gnus-summary-news-other-window): New function.
6205         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6206         bind it to `i'.
6207         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6208         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6209         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6210         for it (called with a prefix).
6211         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6212         group-name argument.
6213         * gnus-msg.el (gnus-setup-message): use it.
6214
6215 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6216
6217         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6218
6219 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6220
6221         * mml.el (mime-to-mml): Remove Content-Disposition too.
6222
6223 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6224
6225         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6226         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6227         strings only.
6228         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6229
6230 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6231
6232         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6233         (nnmail-fancy-expiry-target): Use it.
6234         Suggestions from Simon Josefsson <jas@extundo.com>.
6235
6236 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6237
6238         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6239
6240 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6241
6242         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6243
6244         * gnus-util.el (gnus-url-unhex-string): Move here.
6245
6246 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6247
6248         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6249         mm-url-decode-entities-nbsp.
6250
6251         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6252         * webmail.el, nnwfm.el: Use mm-url.
6253
6254         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6255         (mm-url-remove-markup): Move from nnweb.
6256         (mm-url-fetch-simple): Move from webmail.
6257
6258         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6259
6260 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6261
6262         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6263         (gnus-summary-print-article): Use it.
6264
6265         * gnus-util.el (gnus-replace-in-string): Typo.
6266
6267 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6268
6269         * nnweb.el (nnweb-replace-in-string): Removed.
6270
6271         * gnus-util.el (gnus-replace-in-string): New function.
6272         (gnus-mode-string-quote): Use it.
6273
6274         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6275         * nnwfm.el (nnwfm-create-mapping): Ditto.
6276
6277 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6278
6279         * dgnushack.el (dgnushack-compile): nnrss.el and
6280         nnslashdot.el don't depend on nnweb, url, w3.
6281
6282         * nnrss.el: Use mm-url.
6283
6284 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6285
6286         * mm-url.el (mm-url-insert-file-contents): Support file:.
6287
6288 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6289
6290         * mm-view.el: Lower case for the description line. Sync from the
6291         Emacs CVS.
6292
6293 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6294
6295         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6296         From:  Stefan Monnier  <monnier@cs.yale.edu>
6297
6298 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6301
6302 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6303
6304         * mm-url.el: Require executable.
6305         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6306
6307 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6308
6309         * pop3.el (pop3-munge-message-separator): Only use valid date.
6310         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6311
6312         * Makefile.in: gnus-load.elc may not be generated.
6313
6314 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6315
6316         * mm-url.el: New file.
6317         * nnslashdot.el: Use it.
6318         * mm-extern.el (mm-extern-url): Use it.
6319
6320 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6321
6322         * gnus-sum.el (gnus-summary-save-article): Nix
6323         gnus-display-mime-function and gnus-article-prepare-hook.
6324
6325         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6326         the beginning of lines.
6327         (gnus-complex-form-to-spec): Ditto.
6328
6329 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6330
6331         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6332         From Paul Jarc <prj@po.cwru.edu>.
6333
6334 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6335
6336         * message.el: New variable message-subscribed-address-file;
6337         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6338
6339 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6340
6341         * message.el (message-tab-body-function): Set to nil.
6342         (message-tab): Use text-mode-map or global-map.
6343         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6344
6345 2001-11-30  Simon Josefsson  <jas@extundo.com>
6346
6347         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6348         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6349         <christoph.conrad@gmx.de>.
6350         (gnus-agent-fetch-group-1): Add verbose message.
6351
6352 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6353
6354         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6355         of integers.
6356
6357 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6358
6359         * message.el (message-newgroups-header-regexp)
6360         (message-completion-alist, message-tab-body-function): Use
6361         defcustom rather than defvar.
6362         (message-tab): Mention `message-tab-body-function' in doc.
6363         Suggested by Karl Eichwalder.
6364
6365 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6366
6367         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6368
6369 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6370
6371         * nnheader.el (nnheader-find-nov-line): Don't use macro
6372         gnus-delete-line.
6373
6374         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6375         (gnus-group-name-charset): Ditto.
6376
6377         * gnus-util.el (gnus-buffer-live-p): Ditto.
6378
6379 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6380
6381         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6382         open parenthesis in doc.
6383         (sieve-manage-authenticator-alist): Typo in doc.
6384         * imap.el (imap-authenticator-alist): Typo in doc.
6385         (imap-stream-alist): Backslash.
6386
6387         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6388           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6389
6390 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6391
6392         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6393
6394         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6395
6396         * gnus-msg.el (gnus-configure-posting-styles): use
6397         make-local-hook. Add LOCAL for add-hook.
6398
6399 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6400
6401         * message.el (message-mode): Use `make-local-hook' unless
6402         obsolete.
6403         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6404
6405 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * canlock.el: Remove sha1.el and base64.el stuff.
6408
6409 2001-11-26  Didier Verna  <didier@xemacs.org>
6410
6411         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6412         if needed.
6413
6414 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * message.el (message-tamago-not-in-use-p): New function.
6417         (message-strip-forbidden-properties): Use it.
6418
6419 2001-11-26  Didier Verna  <didier@xemacs.org>
6420
6421         * gnus-start.el (gnus-check-first-time-used): only check for
6422         existence of .el[d] files.
6423
6424 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6425
6426         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6427
6428         * message.el (message-setup-1): Clean up mc-*.
6429
6430 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6431
6432         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6433         * gnus-score.el (gnus-score-find-bnews): Use it.
6434
6435         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6436         (gnus-summary-limit-to-author): Ditto.
6437         (gnus-summary-limit-to-extra): Ditto.
6438         (gnus-summary-find-matching): Support not-matching argument.
6439
6440 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6441
6442         * message.el (message-wash-subject): Use `insert' rather than
6443         `insert-string', which is deprecated.
6444
6445 2001-11-24  Simon Josefsson  <jas@extundo.com>
6446
6447         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6448         message. (Gnus does not "default" to using 8bit for the message,
6449         it default to use 8bit encoding and the user-supplied CTE
6450         value. Calling this behaviour "treating it as 8bit" is perhaps
6451         better.)
6452
6453         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6454         (compare mm-charset-to-coding-system).
6455
6456 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6457
6458         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6459         buffer. Correctly decode hex.
6460
6461 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6462
6463         * gnus-agent.el (gnus-category-insert-line): Convert category
6464         names to strings.
6465
6466 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6467
6468         * message.el (sha1): eval-and-compile.
6469
6470 2001-11-20  Simon Josefsson  <jas@extundo.com>
6471
6472         * message.el (message-allow-no-recipients): New variable.
6473         (message-send): Use it, customize the prompting when posting to
6474         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6475
6476 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6477
6478         * mm-util.el (mm-coding-system-priorities): New variable.
6479         (mm-sort-coding-systems-predicate): New function.
6480         (mm-find-mime-charset-region): Resort coding systems if needed.
6481         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6482
6483 2001-11-20  Didier Verna  <didier@xemacs.org>
6484
6485         * gnus-group.el (gnus-group-make-help-group): new optional
6486         argument to control the error behavior.
6487         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6488         erroring.
6489
6490 2001-11-19  Simon Josefsson  <jas@extundo.com>
6491
6492         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6493         instead of C-c C-u.  Suggested by Per Abrahamsen
6494         <abraham@dina.kvl.dk>.
6495
6496 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6497
6498         * nnfolder.el (nnfolder-read-folder): Use group instead of
6499         nnfolder-current-group.
6500         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6501
6502 2001-11-17  Simon Josefsson  <jas@extundo.com>
6503
6504         * message.el (message-send): Ask user if Fcc/Gcc should be
6505         performed when no other sender was specified.
6506         Suggested by prj@po.cwru.edu (Paul Jarc).
6507
6508 2001-11-17  Simon Josefsson  <jas@extundo.com>
6509
6510         * message.el (message-mode, message-mode-map): Use C-c C-u for
6511         Importance: instead of C-c C-p (used by SC).
6512
6513 2001-11-16  Simon Josefsson  <jas@extundo.com>
6514
6515         * message.el (message-insert-importance-high)
6516         (message-insert-importance-low): Save point.
6517
6518         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6519         value.
6520
6521 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6522
6523         * message.el (message-strip-special-text-properties): New option.
6524         (message-strip-forbidden-properties): Obey it.
6525
6526 2001-11-14  Sam Steingold  <sds@gnu.org>
6527
6528         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6529
6530 2001-11-15  Simon Josefsson  <jas@extundo.com>
6531
6532         Support "Importance:" header in Message.
6533
6534         * message.el (message-mode-map): Bind C-c C-p to
6535         `message-insert-or-toggle-importance'
6536         (message-mode-menu): Add message-insert-importance-{high,low}.
6537         (message-insert-importance-high, message-insert-importance-low)
6538         (message-insert-or-toggle-importance): New functions.
6539         (message-tool-bar-map): Add {un,}important.
6540         (message-mode): Doc fix.
6541
6542 2001-11-15  Simon Josefsson  <jas@extundo.com>
6543
6544         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6545
6546         * mml.el (mml-menu): Fix toolbar tooltip.
6547
6548 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6549
6550         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6551         * nnml.el (nnml-save-marks): Ditto.
6552
6553         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6554
6555 2001-11-15  Simon Josefsson  <jas@extundo.com>
6556
6557         * nnml.el (nnml-save-marks):
6558         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6559         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6560
6561 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6562
6563         * gnus-art.el (gnus-article-wash-status-strings): Use
6564         `copy-sequence', not `copy-seq'.
6565
6566 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6567
6568         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6569         (gnus-gnus-article-wash-status-entry): New function.
6570         (gnus-article-wash-status): Use it.
6571
6572 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6573
6574         * mml1991.el: Add coding header.
6575
6576 2001-11-12  Simon Josefsson  <jas@extundo.com>
6577
6578         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6579         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6580         `mml1991-sign' and `mml1991-encrypt'.
6581         (mml1991-encrypt, mml1991-sign): New glue functions.
6582         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6583
6584         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6585         (mml-menu): Add PGP to menu.
6586
6587         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6588         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6589         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6590         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6591
6592         * mml2015.el: Mention RFC 3156.
6593
6594         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6595
6596 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6597
6598         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6599
6600         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6601           From <Michael.Cook@cisco.com>
6602
6603 2001-11-11  Simon Josefsson  <jas@extundo.com>
6604
6605         * message.el (top-level): Autoload sha1.
6606         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6607         canlock, no need to require two different hash algs).  Suggested
6608         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6609
6610 2001-11-09  Simon Josefsson  <jas@extundo.com>
6611
6612         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6613         <Pavel@Janik.cz>.
6614
6615 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6616
6617         * message.el (message-point-in-header-p): New function.
6618         (message-do-auto-fill): Use it.
6619         (message-beginning-of-line): New function.  Goes to beginning of
6620         header value (i.e., end of header name), or to beginning of line
6621         if already at beginning of value.  Behaves like
6622         `beginning-of-line' when in message body.
6623         (message-mode-map): Bind it.
6624
6625 2001-11-08  Simon Josefsson  <jas@extundo.com>
6626
6627         * gnus-msg.el (gnus-posting-styles): Add doc.
6628
6629 2001-11-07  Simon Josefsson  <jas@extundo.com>
6630
6631         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6632
6633         * sieve-mode.el (sieve-control-commands-face)
6634         (sieve-control-commands-face, sieve-action-commands-face)
6635         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6636         faces.
6637         (sieve-font-lock-keywords): Use them.
6638         (sieve-mode): Only set font-lock-defaults in emacs.
6639
6640         * gnus-art.el (gnus-default-article-saver): Add
6641         gnus-summary-save-body-in-file.
6642         (gnus-summary-write-to-file): Fix doc.
6643
6644 2001-11-07  Simon Josefsson  <jas@extundo.com>
6645
6646         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6647         reference to the correct chapter in the manual.
6648
6649         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6650         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6651
6652 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6653
6654         * mml.el (mml-preview): Bind mail-header-separator.
6655
6656 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * message.el: Always require canlock.
6659         (message-ignored-supersedes-headers): Include Cancel-Lock and
6660         Cancel-Key.
6661         (message-insert-canlock): Don't require canlock.
6662         (message-cancel-news): Don't check whether canlock is available.
6663         (message-supersede): Support cancel-locks.
6664
6665         * gnus-art.el: Don't autoload canlock.
6666
6667 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6668
6669         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6670         From: <andre@slamdunknetworks.com>
6671
6672 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6673
6674         * many files: Fix copyright lines.
6675
6676 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6677
6678         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6679         Suggested by Dave Love  <fx@gnu.org>.
6680
6681 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6682
6683         * message.el (message-kill-buffer): Remove auto-save file after
6684         confirm.
6685
6686         * message.el (message-send-mail): Call message-generate-headers
6687         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6688
6689         * gnus-topic.el (gnus-topic-rename): Initial-input.
6690         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6691
6692 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6693
6694         * message.el (message-forbidden-properties): New constant.
6695         (message-strip-forbidden-properties): New function.
6696         (message-mode): Activate it.
6697
6698 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6699
6700         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6701         (mm-hack-charsets): Fix doc.
6702
6703 2001-11-02  Simon Josefsson  <jas@extundo.com>
6704
6705         * gnus-int.el (gnus-check-server): Message "...done" when done.
6706
6707         * imap.el (imap-close): Don't message (imap-send-command-wait
6708         returns if the connection is dropped).
6709         (imap-wait-for-tag): Nix out message only when necessary.
6710
6711         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6712         for non-crossposting.
6713         (gnus-sieve-crosspost): Default to t to be consistent with other
6714         parts of Gnus.
6715
6716 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6717
6718         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6719         (mm-iso-8859-x-to-15-table): Ditto.
6720         (mm-iso-8859-x-to-15-region): Ditto.
6721         (mm-find-mime-charset-region): Ditto.
6722
6723 2001-11-01  Simon Josefsson  <jas@extundo.com>
6724
6725         * nnimap.el (nnimap-close-asynchronous): New variable.
6726         (nnimap-close-group): Use it.
6727         (nnimap-expunge): Don't use it.
6728
6729         * imap.el (imap-callbacks): New variable.
6730         (imap-remassoc): Copied from `gnus-remassoc'.
6731         (imap-add-callback): New function.
6732         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6733         behaviour.
6734         (imap-parse-response): Call the callback.
6735
6736         * message.el (message-insert-canlock): New variable.
6737         (message-canlock-generate, message-canlock-password)
6738         (message-insert-canlock): New functions.
6739         (message-send-news): Call `message-insert-canlock'.
6740         (top-level): Require canlock when compiling.
6741         (message-insert-canlock): Require canlock before we need it.
6742
6743 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6744
6745         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6746
6747 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6748
6749         * dgnushack.el (dgnushack-make-load): A workaround for
6750         custom-add-loads bug in some versions of XEmacs.
6751
6752 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6753
6754         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6755
6756 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6757
6758         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6759         (mm-hack-charsets): New variable.
6760         (mm-iso-8859-15-compatible): New variable.
6761         (mm-iso-8859-x-to-15-table): New variable.
6762         (mm-find-mime-charset-region): Add parameter hack-charsets.
6763
6764         * mm-bodies.el (mm-encode-body): Use it.
6765         * mml.el (mml-parse-1): Ditto.
6766
6767 2001-11-01  Simon Josefsson  <jas@extundo.com>
6768
6769         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6770
6771 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6772
6773         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6774         is nil.
6775
6776 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6777
6778         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6779
6780         * message.el (message-forward-rmail-make-body): Use
6781         save-window-excursion.
6782         (message-encode-message-body): Search with noerror.
6783         (message-setup-1): Convert compose-mail send-actions to
6784         message-send-actions.
6785
6786 2001-11-01  Simon Josefsson  <jas@extundo.com>
6787
6788         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6789         <yamaoka@jpl.org>.
6790
6791 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6792
6793         * sieve-manage.el (sieve-string-bytes): No complain.
6794
6795 2001-11-01  Simon Josefsson  <jas@extundo.com>
6796
6797         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6798         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6799         has autoload cookies, so no `require' should be necessary.)
6800
6801         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6802         files.
6803
6804 2001-10-31  Simon Josefsson  <jas@extundo.com>
6805
6806         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6807         parameter.
6808
6809         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6810         `display' is a number (and C-u wasn't used to enter group), only
6811         fetch that number of articles.
6812
6813 2001-10-31  Matt Armstrong  <matt@lickey.com>
6814
6815         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6816         not-subscribed -> subscribed.
6817
6818 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6819         From: Josh Huber <huber@alum.wpi.edu>
6820
6821         * message.el (message-subscribed-address-functions): New variable.
6822         (message-subscribed-addresses): New variable.
6823         (message-subscribed-regexps): New variable.
6824         (message-goto-mail-followup-to): New function.
6825         (message-send-mail): Add Mail-Followup-To.
6826         (message-make-mft): New function.
6827
6828         * gnus.el (gnus-find-subscribed-addresses): New function.
6829
6830 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6831
6832         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6833         (mail-source-fetch-pop): Ditto.
6834         (mail-source-check-pop): Ditto.
6835
6836         * gnus-start.el (gnus-read-init-file): Ditto.
6837         (gnus-activate-group): Ditto.
6838         (gnus-read-newsrc-el-file): Ditto.
6839
6840 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6841
6842         * message.el (message-get-reply-headers): Make sure there is ", ".
6843
6844         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6845         mm-coding-system-p. Don't correct it only in XEmacs.
6846         (mm-charset-to-coding-system): Use mm-coding-system-p and
6847         mm-get-coding-system-list.
6848         (mm-emacs-mule, mm-mule4-p): New variables.
6849         (mm-enable-multibyte, mm-disable-multibyte,
6850         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6851         mm-with-unibyte-current-buffer,
6852         mm-with-unibyte-current-buffer-mule4): Use them.
6853         (mm-find-mime-charset-region): Treat iso-2022-jp.
6854
6855         From  Dave Love  <fx@gnu.org>:
6856
6857         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6858         construction.
6859         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6860         entries conditional on not having a coding system defined for
6861         them.
6862         (mm-mule-charset-to-mime-charset): Use
6863         find-coding-systems-for-charsets if defined.
6864         (mm-charset-to-coding-system): Don't use
6865         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6866         later.  Add last resort search of coding systems.
6867         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6868         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6869         Mule 4.
6870         (mm-find-mime-charset-region): Re-write.
6871         (mm-with-unibyte-current-buffer): Restore buffer as well as
6872         multibyteness.
6873
6874 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6875
6876         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6877         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6878         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6879
6880 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6881
6882         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6883         again.
6884
6885         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6886
6887 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6888
6889         * gnus-spec.el (gnus-parse-simple-format): Use
6890           buffer-substring-no-properties.
6891
6892 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-art.el (article-verify-cancel-lock): New function.
6895
6896         * nnheader.el (nntp-process-response): New variable.
6897         (nnheader-init-server-buffer): Make `nntp-process-response'
6898         buffer-local in `nntp-server-buffer'.
6899
6900         * nntp.el (nntp-prepare-post-hook): New hook.
6901         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6902         (nntp-async-trigger): Ditto.
6903         (nntp-request-post): Insert a server's ID if there's no Message-ID
6904         header; run `nntp-prepare-post-hook'.
6905
6906 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6907
6908         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6909         instead.
6910
6911         * message.el (message-forward-subject-author-subject): Don't use
6912         message-news-p, which widens the buffer.
6913         (message-forward-make-body): New function.
6914         (message-forward): Use it.
6915         (message-insinuate-rmail): New function.
6916         (message-forward-rmail-make-body): New function.
6917
6918 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6919
6920         * mm-extern.el (mm-extern): Provide it.
6921
6922         * mm-partial.el (mm-partial): Provide it.
6923
6924 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6925
6926         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6927
6928 2001-10-29  Simon Josefsson  <jas@extundo.com>
6929
6930         * mml.el (mml-preview): Bind message-this-is-news if it is
6931         news. From Jesper Harder <harder@myrealbox.com>.
6932
6933 2001-10-28  Simon Josefsson  <jas@extundo.com>
6934
6935         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6936
6937 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6938
6939         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6940         ironic smilies.
6941
6942 2001-10-27  Simon Josefsson  <jas@extundo.com>
6943
6944         * message.el (message-indent-citation): Don't add trailing
6945         whitespace when citing text.
6946
6947         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6948         <harder@ifa.au.dk>.
6949
6950 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6951
6952         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6953         not available.
6954         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6955         (nnweb-type-definition): Add google as alias of dejanews.
6956         (nnweb-google-parse-1): Forward 1 line.
6957
6958 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6959
6960         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6961         variable `message-forward-ignored-headers'.
6962
6963 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6964
6965         * gnus.el (gnus-expand-group-parameter): New function.
6966         (gnus-expand-group-parameters): Call it.
6967         (gnus-group-fast-parameter): New function.
6968         (gnus-group-find-parameter): Call it.
6969
6970 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6971
6972         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6973         vector (it didn't before because of a bug).
6974         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6975         available.  Before it converted it to an article number.
6976
6977         This makes followup to news articles with negative numbers in
6978         nnvirtual groups use news instead of mail.
6979
6980 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6981
6982         * gnus.el (post-method): Use `native' instead of `nil'.
6983
6984         * gnus-msg.el (gnus-post-method): Ditto.
6985
6986 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6987
6988         * gnus.el (gnus-define-group-parameter): Grammar fix.
6989
6990 2001-10-22  Simon Josefsson  <jas@extundo.com>
6991
6992         * gnus-msg.el (gnus-extended-version): Include
6993         system-configuration.
6994         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6995
6996 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6997
6998         * gnus.el (post-method): Customization fix: `native' is not a
6999         valid value.
7000         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7001         `native' is not a valid value.
7002
7003 2001-10-21  Simon Josefsson  <jas@extundo.com>
7004
7005         * nnimap.el (nnimap): Defgroup
7006         (nnimap-strict-function, nnimap-strict-function-match): New
7007         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7008         (nnimap-split-crosspost, nnimap-split-inbox)
7009         (nnimap-split-rule, nnimap-split-predicate)
7010         (nnimap-split-predicate): Defcustom.
7011         (nnimap-split-inbox, nnimap-expunge-search-string)
7012         (nnimap-importantize-dormant): Remove "*" from doc.
7013
7014 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7015
7016         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7017         not supplied via prefix arg.  From Lisp, make arg mandatory.
7018         Suggested by Frank Schmitt.
7019
7020 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7021
7022         * message.el (message-do-auto-fill): Avoid calling
7023         'rfc822-goto-eoh'.
7024
7025 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7026         From Paul Jarc <prj@po.cwru.edu>.
7027
7028         * message.el (message-get-reply-headers): Restructure the logic
7029         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7030
7031 2001-10-20  Simon Josefsson  <jas@extundo.com>
7032
7033         * message.el (message-cancel-news): Support cancel-locks.
7034         Suggested by Per Abrahamsson.
7035
7036         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7037         conses.  From David Z Maze <dmaze@MIT.EDU>.
7038
7039         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7040
7041 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7042
7043         * mm-decode.el (mm-default-directory): Fix customize type.
7044
7045         * message.el (message-setup-fill-variables): Kludge to use
7046         normal-auto-fill-function even if auto fill is already activated.
7047
7048 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7049
7050         * message.el (message-do-auto-fill): New version that does not
7051         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7052         (message-setup-1): Removed the `message-field' property.
7053
7054         * gnus-draft.el (gnus-draft-edit-message): Removed the
7055         `message-field' property.
7056
7057 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7058
7059         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7060         `message-field'.  The `field' property has a special significance in
7061         Emacs 21.
7062
7063         * message.el (message-send, message-setup-1): Ditto.
7064
7065 2001-10-18  Simon Josefsson  <jas@extundo.com>
7066
7067         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7068         when undoing.
7069
7070 2001-10-18  Simon Josefsson  <jas@extundo.com>
7071         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7072
7073         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7074         (gnus-summary-make-menu-bar): Ditto.
7075
7076 2001-10-17  Simon Josefsson  <jas@extundo.com>
7077
7078         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7079         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7080
7081 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7082
7083         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7084         * gnus-util.el (gnus-user-date): New function.
7085         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7086
7087 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7088
7089         * message.el (message-check-news-header-syntax): Special case
7090         nnvirtual groups.
7091
7092         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7093         customize type to `symbol'.
7094
7095 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7096
7097         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7098         %&foo;.
7099         (gnus-parse-simple-format): Support user extended spec too.
7100         %u&foo; invokes gnus-user-format-function-foo.
7101
7102 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7103
7104         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7105         the server.
7106         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7107         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7108         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7109         * nndiary.el (nndiary-request-expire-articles): Ditto.
7110         (nndiary-schedule): Defsubst it before use it.
7111         (nndiary-error): eval-and-compile.
7112
7113 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7114
7115         * gnus-msg.el (gnus-post-method): Changed two instances of
7116         `active' to `current' and one `null' to `not'.
7117
7118 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7119         From Katsumi Yamaoka <yamaoka@jpl.org>.
7120
7121         * message.el (message-setup-fill-variables): Use
7122         `normal-auto-fill-function' instead of `auto-fill-function'.
7123
7124 2001-10-16  Simon Josefsson  <jas@extundo.com>
7125
7126         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7127         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7128         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7129
7130 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7131         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7132
7133         * gnus-draft.el (gnus-draft-edit-message): Add text property
7134         `field' with value `header' to message headers.
7135         * message.el (message-setup-1): Really add text property to all of
7136         the header, not just part of it.
7137
7138 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7139
7140         * gnus-group.el (gnus-group-sort-by-server): Use it.
7141
7142         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7143
7144         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7145         and keystroke.
7146
7147 2001-10-14  Simon Josefsson  <jas@extundo.com>
7148
7149         * dig.el: Doc fix.
7150
7151         * smime.el: Doc fix.
7152
7153         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7154         charset magic from message.el.
7155
7156 2001-10-12  Simon Josefsson  <jas@extundo.com>
7157         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7158
7159         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7160         'cite from g-a-wash-types.
7161         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7162         (gnus-article-hide-citation): Fix.
7163
7164         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7165         character.
7166         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7167
7168         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7169         definition.
7170         (gnus-signature-toggle): Toggle `s' mode line character.
7171
7172         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7173         doing stuff that clears it.
7174
7175 2001-10-12  Simon Josefsson  <jas@extundo.com>
7176
7177         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7178         From Eric Marsden <emarsden@laas.fr>.
7179
7180 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7181
7182         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7183         (autoload): Add some autoloads.
7184
7185 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7186         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7187
7188         * message.el (message-do-auto-fill): New function.  Like
7189         `do-auto-fill' but don't fill when in the message header.
7190         (message-setup-1): Put a text property on the message header.
7191         (message-setup-fill-variables): Use `message-do-auto-fill'.
7192
7193 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7194
7195         * message.el (message-send-mail-partially): Insert an empty line
7196         first, because of the change of message-make-lines.
7197
7198 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7199
7200         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7201         iso-8859-15, make it an alias for iso-8859-1.
7202
7203 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * message.el (message-send-news): Don't modify the value of
7206         `message-syntax-checks' if it is not a list (possibly it is
7207         `dont-check-for-anything-just-trust-me').
7208
7209 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7212         `find-coding-system' for XEmacs to check whether the coding-system
7213         `utf-8' is available.
7214
7215 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7216
7217         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7218
7219 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7220
7221         * message.el (message-send-news): Oops, missed case with no
7222         "Followup-To" header...
7223
7224 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7225
7226         * message.el (message-send-news): Allow
7227         `gnus-group-name-charset-group-alist' to affect encoding of the
7228         "Newsgroups" and "Followup-To" headers.
7229
7230 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7231
7232         * Makefile.in (install-el): Depend on gnus-load.el.
7233
7234 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7235
7236         * Makefile.in (install-el): Use -f.
7237         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7238
7239 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7240
7241         * message.el (message-send-news): Don't encode Followups-To when
7242         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7243
7244         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7245         header.
7246
7247         * gnus-art.el (article-decode-group-name): Also decode
7248         "Followup-To".
7249
7250         * rfc2047.el (rfc2047-encode-message-header): Encode without
7251         asking for null methods.
7252
7253         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7254         default charset for newsgroup names in accordance with USEFOR.
7255
7256         * gnus-group.el (gnus-group-name-charset-method-alist,
7257         gnus-group-name-charset-group-alist): Removed "*" from doc
7258         strings, "*" should not be used for complex variables.
7259
7260 2001-10-06  Simon Josefsson  <jas@extundo.com>
7261
7262         Support UTF-8 group names better.
7263
7264         * message.el (message-check-news-header-syntax): Encode group
7265         names before comparison.
7266
7267         * gnus-msg.el (gnus-copy-article-buffer): Run all
7268         `gnus-article-decode-hook's except `article-decode-charset'
7269         instead of hardcoding call to one of them.
7270
7271         * gnus-art.el (gnus-article-decode-hook): Add
7272         `article-decode-group-name'.
7273         (article-decode-group-name): New function, use `g-d-n'.
7274
7275         * gnus-group.el (gnus-group-insert-group-line): Decode
7276         gnus-tmp-group using `g-d-n'.
7277
7278         * gnus-util.el (gnus-decode-newsgroups): New function.
7279
7280 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7281
7282         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7283         `gnus-group-name-charset-group-alist'.
7284
7285 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7286
7287         * Makefile.in: Install el in install. Add uninstall.
7288
7289 2001-10-05  Simon Josefsson  <jas@extundo.com>
7290
7291         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7292
7293         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7294
7295         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7296         empty folders.
7297
7298         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7299         limiting if read-all (C-u RET) was used.
7300
7301 2001-10-04  Simon Josefsson  <jas@extundo.com>
7302
7303         * mail-source.el (mail-source-movemail-program): New variable.
7304         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7305         <thutt@thutt.vmware.com>.
7306
7307 2001-10-03  Simon Josefsson  <jas@extundo.com>
7308
7309         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7310         (gnus-summary-line-format-alist): Fix param.
7311
7312 2001-10-02  Simon Josefsson  <jas@extundo.com>
7313
7314         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7315         don't go through `nnimap-request-expire-articles' to delete the
7316         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7317
7318 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7319
7320         * gnus-agent.el (gnus-agent-write-active): The min in the
7321         agent/active may be larger than that in the server/active.
7322
7323 2001-10-01  Simon Josefsson  <jas@extundo.com>
7324
7325         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7326         is IMAP4rev1.
7327
7328         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7329
7330         * nnfolder.el: Ditto.
7331
7332 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7333
7334         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7335         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7336
7337 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7338
7339         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7340         (message-mode-menu): Menu item for same.
7341
7342         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7343         delayed articles.
7344
7345         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7346         nndraft:delayed does not exist.
7347         (gnus-delay-initialize): Don't set up keymap, that's done from
7348         message.el now.
7349         (gnus-delay, gnus-delay-group, gnus-delay-header)
7350         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7351
7352 2001-09-29  Simon Josefsson  <jas@extundo.com>
7353
7354         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7355         utf-8, not eight-bit-control.
7356
7357         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7358         (imap-log, imap-debug): Custom.
7359         (imap-log-buffer, imap-debug-buffer): New constants.
7360         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7361         (imap-network-open, imap-shell-open, imap-starttls-open)
7362         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7363         (imap-debug): Use imap-*-buffer.
7364
7365         * nndoc.el (nndoc-article-type): Add mailman.
7366         (nndoc-type-alist): Ditto.
7367         (nndoc-mailman-type-p): New function.
7368
7369 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7370
7371         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7372         gnus-art.el.
7373
7374 2001-09-27  Simon Josefsson  <jas@extundo.com>
7375
7376         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7377         (gnus-topic-catchup-articles): New function. Suggested by Robin
7378         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7379
7380 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7381         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7382
7383         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7384         previous ones.
7385
7386 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7387         From Daiki Ueno  <ueno@unixuser.org>
7388
7389         * gnus-sum.el (gnus-summary-show-article): The arglist of
7390         detect-coding-region is incompatible.
7391
7392 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7393         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7394
7395         * gnus-group.el (gnus-group-delete-group): Typo.
7396
7397 2001-09-26  Simon Josefsson  <jas@extundo.com>
7398
7399         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7400
7401         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7402
7403 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7404
7405         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7406
7407 2001-09-22  Simon Josefsson  <jas@extundo.com>
7408
7409         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7410
7411         * nnfolder.el (nnfolder-open-marks): Ditto.
7412
7413         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7414         (gnus-update-marks): Use it.
7415         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7416         hardcoded list.
7417
7418         * gnus.el (gnus-article-special-mark-lists): Add killed.
7419         (gnus-article-unpropagated-mark-lists): New constant.
7420
7421 2001-09-22  Simon Josefsson  <jas@extundo.com>
7422
7423         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7424         custom option.
7425
7426 2001-09-23  Simon Josefsson  <jas@extundo.com>
7427
7428         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7429
7430 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7431
7432         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7433
7434 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7435
7436         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7437         accept lists of functions.
7438
7439 2001-09-20  Simon Josefsson  <jas@extundo.com>
7440
7441         * gnus-group.el (gnus-group-catchup): Update expire marks in
7442         backend.  Also, if ALL also set expire marks on tick/dormant.
7443
7444 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7445
7446         * message.el (message-tab-body-function): New variable.
7447         * message.el (message-tab): Use it.
7448
7449 2001-09-19  Sam Steingold  <sds@gnu.org>
7450
7451         * gnus-win.el (gnus-buffer-configuration): Respect
7452         `gnus-bug-create-help-buffer'.
7453
7454 2001-09-18  Simon Josefsson  <jas@extundo.com>
7455
7456         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7457         (gnus-parse-simple-format): Re-revert.
7458
7459 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7460         Trivial patch.
7461
7462         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7463         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7464
7465 2001-09-18  Simon Josefsson  <jas@extundo.com>
7466
7467         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7468         signed.
7469         (gnus-parse-simple-format): Don't use it.
7470
7471 2001-09-17  Miles Bader  <miles@gnu.org>
7472
7473         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7474         error querying a backend abort the whole process.
7475
7476 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7477
7478         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7479         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7480
7481 2001-09-17  Didier Verna  <didier@xemacs.org>
7482
7483         * nndiary.el: version 0.2-b14.
7484         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7485         compatibility problem with XEmacs 21.1.
7486
7487 2001-09-15  Simon Josefsson  <jas@extundo.com>
7488
7489         * gnus-group.el (gnus-group-line-format): Document %c.
7490
7491         * nnml.el (nnml-parse-head): Handle CRLF files.
7492         (nnml-generate-nov-file): Ditto.
7493         (nnml-retrieve-headers): Ditto.
7494
7495 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7496
7497         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7498
7499 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7500
7501         * gnus-spec.el (gnus-correct-substring): Still stopped one
7502         character before we wanted (never included last character).
7503         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7504         add missing "," (once per function)
7505
7506 2001-09-14  Simon Josefsson  <jas@extundo.com>
7507
7508         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7509         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7510         default before gnus-group is loaded and the variable set.)
7511
7512         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7513         killed or unsent marks.
7514
7515         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7516         isn't an article to set it on (e.g. when you `a' in a group).
7517
7518 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7519
7520         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7521         can read e-mails from Microsoft Outlook users not using ISO
7522         8859-2 character set.
7523
7524 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7525
7526         * gnus-diary.el: Minor modifications to avoid warnings.
7527         (gnus-summary-misc-menu): defvar.
7528         (gnus-diary-check-message): Use gnus-point-at-eol.
7529         (gnus-diary-kill-entire-line): eval-and-compile.
7530
7531 2001-09-12  Didier Verna  <didier@xemacs.org>
7532
7533         * nndiary.el: new version (0.2-b13).
7534         * nndiary.el (nndiary-mail-sources): doc update.
7535         * nndiary.el (nndiary-split-methods): ditto.
7536         * nndiary.el (nndiary-request-accept-article-hooks): New.
7537         * nndiary.el (nndiary-request-accept-article): use it, check
7538         message validity.
7539         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7540         * nndiary.el (nndiary-schedule): fix bug (misplaced
7541         condition-case): it didn't return nil on error.
7542         * gnus-diary.el: new version.
7543         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7544         * gnus-diary.el (gnus-diary-header-value-history): New.
7545         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7546         * gnus-diary.el (gnus-diary-add-header): New.
7547         * gnus-diary.el (gnus-diary-check-message): New.
7548         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7549         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7550
7551 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7552
7553         * gnus-sum.el (gnus-select-newsgroup): Make
7554         `gnus-current-select-method' buffer-local.
7555
7556         * gnus-art.el (gnus-request-article-this-buffer): Refer
7557         `gnus-current-select-method' in the current summary buffer.
7558
7559 2001-09-10  Simon Josefsson  <jas@extundo.com>
7560         From Daniel Pittman <daniel@rimspace.net>
7561
7562         * gnus-spec.el (gnus-correct-pad-form): Fix.
7563
7564 2001-09-09  Simon Josefsson  <jas@extundo.com>
7565
7566         * mm-decode.el (mm-inline-media-tests): Add
7567         application/x-emacs-lisp.
7568         (mm-attachment-override-types): Add
7569         application/{x-,}pkcs7-signature.
7570
7571         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7572         (gnus-server-line-format, gnus-server-mode-line-format)
7573         (gnus-server-browse-in-group-buffer): Customize.
7574
7575 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7576
7577         * nnml.el (nnml-marks-changed-p): Typo.
7578         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7579         (nnml-marks-changed-p): Use gnus-gethash.
7580         (nnml-marks-modtime): Use gnus-make-hashtable.
7581
7582         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7583         (nnfolder-request-expire-articles, nnfolder-save-marks)
7584         (nnfolder-open-marks): Typo.
7585         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7586         (nnfolder-marks-changed-p): Use gnus-gethash.
7587         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7588
7589 2001-09-08  Simon Josefsson  <jas@extundo.com>
7590
7591         * nnfolder.el (nnfolder-marks-modtime): New variable.
7592         (nnfolder-marks-changed-p): New function.
7593         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7594         (nnfolder-request-update-info): Don't update if marks didn't change.
7595
7596         * nnml.el (nnml-marks-modtime): New variable.
7597         (nnml-marks-changed-p): New function.
7598         (nnml-save-marks, nnml-open-marks): Save modtime.
7599         (nnml-request-update-info): Don't update if marks didn't change.
7600
7601         * gnus-agent.el (gnus-agent-any-covered-gcc)
7602         (gnus-agent-add-server, gnus-agent-remove-server): Use
7603         gnus-agent-method-p.
7604
7605         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7606         (gnus-unbuttonized-mime-type-p): Use it.
7607
7608         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7609         fetch group.
7610
7611 2001-09-08  Simon Josefsson  <jas@extundo.com>
7612         From Daniel Pittman <daniel@rimspace.net>
7613
7614         * gnus-spec.el (gnus-correct-pad-form): New function.
7615         (gnus-parse-simple-format): Use it.
7616
7617 2001-09-07  Simon Josefsson  <jas@extundo.com>
7618
7619         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7620         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7621         Putnam <reader@newsguy.com>.
7622         (gnus-group-sort-selected-groups): Touch dribble file.
7623
7624 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7625
7626         * nnml.el (nnml-filenames-are-evil): New variable.
7627         (nnml-article-to-file-alist): Rename to ...
7628         (nnml-current-group-article-to-file-alist): ... this.
7629         Respect `nnml-filenames-are-evil'.
7630         (nnml-active-number): Update.
7631         (nnml-update-file-alist): Update.
7632         (nnml-request-article): Use nnheader-article-to-file-alist.
7633         (nnml-request-rename-group): Likewise.
7634
7635 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * gnus-sum.el (gnus-summary-insert-line): Fix.
7638
7639 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7640
7641         * gnus-sum.el: Bind g-s-t-s to "W g".
7642         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7643         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7644         display of graphical smilies.
7645
7646 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7647
7648         * gnus-start.el (gnus-setup-news): A typo.
7649         From Bill White <billw@wolfram.com>.
7650
7651 2001-09-06  Simon Josefsson  <jas@extundo.com>
7652
7653         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7654         and unseen marks.
7655
7656 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7657
7658         * nnmail.el (nnmail-split-fancy): Document `junk'.
7659
7660 2001-09-04  Simon Josefsson  <jas@extundo.com>
7661
7662         * imap.el (imap-search): Don't error if server is broken.
7663
7664 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7665
7666         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7667         searching for an article that isn't in the mbox.
7668
7669 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7672         right, and get all the comments.
7673
7674 2001-09-02  Simon Josefsson  <jas@extundo.com>
7675         Suggested by Dan Christensen <jdc+news@uwo.ca>
7676
7677         * nnfolder.el (nnfolder-request-update-info): Fix message.
7678
7679         * nnml.el (nnml-request-update-info): Ditto.
7680
7681 2001-09-01  Simon Josefsson  <jas@extundo.com>
7682
7683         * nnml.el (nnml-request-expire-articles): Also bind
7684         `nnml-current-group' and `nnml-article-file-alist' when using
7685         expiry-target. (Otherwise nnml will be in a inconsistent internal
7686         state causing all kind of problems.)
7687         (nnml-request-expire-articles): If `nnml-article-to-file' or
7688         `file-attributes' failes, return article as un-expirable instead
7689         of treating it as expired.
7690
7691 2001-08-31  Sam Steingold  <sds@gnu.org>
7692
7693         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7694         typo: `exmine' --> `examine'.
7695
7696 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7697
7698         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7699
7700 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7701
7702         * nnml.el (nnml-check-directory-twice): Remove.
7703         (nnml-retrieve-headers): Ditto.
7704         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7705
7706 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7707
7708         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7709         directory twice on Windows, or on GNU Emacs-21.
7710
7711 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7712
7713         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7714         (nnml-request-rename-group): Ditto.
7715         (nnml-active-number): Ditto.
7716         (nnml-request-create-group): Use nnml-directory-articles.
7717         (nnml-request-expire-articles): Use nnml-directory-articles, which
7718         gets list from nov database if available.
7719         (nnml-get-nov-buffer): New function.
7720         (nnml-open-nov): Use it.
7721         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7722         gets alist from nov database if available.
7723         (nnml-directory-articles): New function.
7724         (nnml-article-to-file-alist): New function.
7725
7726 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7727
7728         * mm-decode.el (mm-display-external): Use `name' as filename, if
7729         `filename' attribute is not present.
7730
7731 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7732
7733         * mail-source.el (mail-source-flash): New defcustom.
7734         (mail-source-new-mail-p): Ring visible bell if appropriate.
7735         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7736         timer is cleared even if mail check signals an error.
7737
7738 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7739
7740         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7741         type 'list.
7742
7743 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7744
7745         * flow-fill.el (fill-flowed): eol might be point-max.
7746
7747 2001-08-27  Simon Josefsson  <jas@extundo.com>
7748
7749         * nnml.el (nnml-request-update-info): Fix message.
7750         (nnml-open-marks): Ditto.
7751
7752         * nnfolder.el (nnfolder-request-update-info):
7753         (nnfolder-open-marks): Fix message.
7754
7755 2001-08-25  Simon Josefsson  <jas@extundo.com>
7756
7757         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7758         after group in ~/.
7759
7760 2001-08-25  Simon Josefsson  <jas@extundo.com>
7761         From Andreas Jaeger  <aj@suse.de>
7762
7763         * nnfolder.el (nnfolder-open-marks): Fix typo.
7764         * nnml.el (nnml-open-marks): Likewise.
7765
7766 2001-08-25  Simon Josefsson  <jas@extundo.com>
7767
7768         Make nnfolder groups self-contained as far as marks are concerned.
7769
7770         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7771         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7772         (nnfolder-open-server): Make marks directory.
7773         (nnfolder-request-delete-group): Delete marks file.
7774         (nnfolder-request-delete-group): Check of nov/marks file exist
7775         before deleting.
7776         (nnfolder-request-rename-group): Rename marks file.
7777         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7778         (nnfolder-request-set-mark, nnfolder-request-update-info)
7779         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7780         (nnfolder-open-marks): New functions.
7781         (top-level): Require gnus.
7782
7783 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7784
7785         * nnweb.el (nnweb-type-definition): Use google raw file.
7786         (nnweb-google-parse-1): Ditto.
7787         (nnweb-google-identity): Ditto.
7788         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7789         (nnweb-altavista-wash-article): Ditto.
7790         (nnweb-request-article): Remove nnweb-decode-entities.
7791
7792         * nnml.el: Require 'gnus.
7793
7794 2001-08-25  Simon Josefsson  <jas@extundo.com>
7795
7796         * nnml.el (nnml-marks-is-evil): Add doc.
7797
7798 2001-08-25  Simon Josefsson  <jas@extundo.com>
7799
7800         * nnml.el (nnml-save-marks): Wrap saving marks in a
7801         condition-case, to allow user to start Gnus if saving marks failed
7802         for some reason.
7803
7804 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7807
7808         * gnus-group.el (gnus-update-group-mark-positions): Bind
7809         gnus-group-update-hook to nil.
7810
7811 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7812
7813         * mml.el (mml-generate-mime-1): Force as multibyte string.
7814
7815 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7816
7817         * gnus-sum.el (gnus-summary-insert-line)
7818         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7819         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7820
7821         * gnus-spec.el (gnus-correct-substring): Take optional END.
7822
7823         * nnrss.el (nnrss-request-article): Remove \n.
7824         (nnrss-retrieve-headers): Lines number is -1.
7825
7826 2001-08-24  Simon Josefsson  <jas@extundo.com>
7827
7828         * gnus-group.el (gnus-info-clear-data): Call
7829         nnfoo-request-set-mark to propagate marks.  Fix bug:
7830         `gnus-group-update-line' doesn't update read range unless we call
7831         `gnus-get-unread-articles-in-group' first.
7832
7833         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7834         to server.
7835
7836 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7837
7838         * gnus-util.el (gnus-create-info-command): Return an interactive
7839         function.
7840
7841 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7842         From Katsumi Yamaoka <yamaoka@jpl.org>
7843
7844         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7845
7846 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * gnus-sum.el (gnus-select-newsgroup): Use it.
7849
7850         * gnus-util.el (gnus-not-ignore): New function.
7851
7852         * lpath.el (featurep): Don't fbind char-int.
7853
7854         * gnus-util.el (gnus-create-info-command): New function.
7855
7856         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7857         right node.
7858
7859         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7860         (gnus-summary-limit-children): Use 'identity instead of `all'.
7861         (gnus-summary-limit-to-display-predicate): New command and
7862         keystroke.
7863
7864 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7865
7866         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7867
7868         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7869
7870 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * gnus-spec.el: Add the Gnus version.
7873         (gnus-update-format-specifications): If the Gnus version changes,
7874         nix out the format spec cache.
7875
7876         * gnus.el (gnus-continuum-version): Made into a command and
7877         optionalize the VERSION.
7878
7879         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7880         the start of the lines.
7881
7882 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7883
7884         * gnus.el (gnus-visual-p): Define function before use of
7885         function.
7886
7887 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7888
7889         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7890         (gnus-article-mark-to-type): New function.
7891         (gnus-update-missing-marks): Only update marks of type 'list.
7892
7893         * gnus.el (gnus-article-special-mark-lists): New variable.
7894
7895 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7896
7897         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7898         (gnus-select-newsgroup): Still use 'all.
7899         (gnus-summary-initial-limit): Comparing with 'all.
7900
7901 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7902
7903         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7904         active.
7905
7906 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7907
7908         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7909         nnslashdot-*-retrieve-headers.
7910         (nnslashdot-request-article): Fix for slashcode 2.2.
7911         (nnslashdot-make-tuple): New function.
7912         (nnslashdot-read-groups): Use it.
7913
7914 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915
7916         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7917         list.
7918
7919         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7920
7921 2001-08-20  Simon Josefsson  <jas@extundo.com>
7922
7923         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7924         opened, error instead of continuing (and exploding later).
7925
7926 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * gnus.el (gnus-expand-group-parameters): Return the parameter
7929         list.
7930
7931         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7932         (gnus-summary-show-article): Guess at charset if required.
7933
7934         * gnus-spec.el (gnus-correct-substring): Stopped one character
7935         before we wanted.
7936
7937 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7938
7939         * earcon.el (earcon-auto-play): Remove unused option.
7940
7941 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7944         message down in levels, since it happens very fast.
7945
7946         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7947         of smiley-regexp-alist.
7948
7949         * mm-view.el (mm-inline-text): Ignore vcard errors.
7950
7951         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7952
7953         * gnus-score.el (gnus-all-score-files): Use append instead of
7954         nconc.
7955
7956         * gnus.el (gnus-splash-face): Doc fix.
7957
7958         * mm-decode.el (mm-mailcap-command): Use
7959         mm-path-name-rewrite-functions.
7960         (mm-path-name-rewrite-functions): New variable.
7961
7962         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7963         (gnus-complex-form-to-spec): Insert tab.
7964         (gnus-spec-tab): New function.
7965
7966         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7967         entering the group.
7968
7969         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7970         the positional spec.
7971         (gnus-parse-complex-format): React to %C.
7972
7973         * gnus-ems.el (gnus-char-width): Moved here.
7974
7975         * gnus-sum.el (gnus-select-newsgroup): Set
7976         gnus-newsgroup-articles.
7977         (gnus-unseen-mark): New variable.
7978         (gnus-newsgroup-unseen): Ditto.
7979         (gnus-newsgroup-seen): Ditto.
7980         (gnus-adjust-marked-articles): Use them.
7981         (gnus-update-marks): Use them.
7982         (gnus-summary-update-secondary-mark): Display.
7983         (gnus-summary-prepare-threads): Display.
7984
7985         * gnus-msg.el (gnus-inews-group-method): Use and return the
7986         method, not the server.
7987
7988 2001-08-19  Simon Josefsson  <jas@extundo.com>
7989
7990         * gnus-srvr.el (gnus-server-agent-face): New.
7991         (gnus-server-agent-face): New.
7992         (gnus-server-mode): Turn on font-lock-mode.
7993
7994         * gnus.el (gnus-server-visual): Add defgroup.
7995
7996 2001-08-19  Simon Josefsson  <jas@extundo.com>
7997         From Joe Casadonte <jcasadonte@northbound-train.com>
7998
7999         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8000         gnus-server-denied-face): New.
8001         (gnus-server-opened-face, gnus-server-closed-face,
8002         gnus-server-denied-face): New.
8003         (gnus-server-font-lock-keywords): Add.
8004
8005 2001-08-19  Simon Josefsson  <jas@extundo.com>
8006
8007         * nnml.el (nnml-request-set-mark): Return nil.
8008         (nnml-save-marks): Use nnml-possibly-create-directory.
8009         (nnml-open-marks): Only work in temp buffer when inserting/reading
8010         .marks file.
8011
8012 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8013
8014         * gnus.el (gnus-expand-group-parameters): Fix.
8015
8016         * gnus-spec.el (gnus-char-width): New function.
8017         (gnus-correct-substring, gnus-correct-length): Use it.
8018
8019         * message.el (message-required-mail-headers): Fix doc.
8020
8021 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8022
8023         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8024
8025         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8026
8027 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8028
8029         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8030         slashdot 2.2 (not fully fixed yet).
8031         (nnslashdot-request-article): Ditto.
8032
8033 2001-08-18  Simon Josefsson  <jas@extundo.com>
8034
8035         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8036         nnimap.
8037
8038         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8039         gnus-util.
8040         (nnimap-request-update-info-internal): Use new functions.
8041
8042         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8043         new functions.
8044
8045 2001-08-18  Simon Josefsson  <jas@extundo.com>
8046
8047         Make nnml groups self-contained as far as marks are concerned.
8048
8049         * nnml.el (nnml-request-delete-group): Delete marks file.
8050         (nnml-request-rename-group): Move marks file.
8051         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8052         variables.
8053         (nnml-request-set-mark, nnml-request-update-info): New server
8054         functions.
8055         (nnml-save-marks, nnml-open-marks): New functions.
8056
8057 2001-08-18  Simon Josefsson  <jas@extundo.com>
8058
8059         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8060         `set' when setting marks.
8061
8062 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8063
8064         * gnus.el (gnus-info-find-node): Take an argument.
8065
8066         * gnus-art.el (gnus-button-handle-info): New function.
8067         (gnus-url-unhex-string): Replace "+" with " ".
8068
8069 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8070
8071         * message.el (message-check-news-header-syntax): Check bad From.
8072
8073 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8074
8075         * gnus-spec.el (gnus-correct-length): New function.
8076         (gnus-correct-substring): New function.
8077         (gnus-tilde-max-form): Use it.
8078
8079 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8080
8081         * nnmh.el: Docstring changes as below.
8082
8083         * nnml.el: Docstring changes as below.
8084
8085         * nnbabyl.el: Docstring changes as below.
8086
8087         * nnmbox.el: Docstring changes as below.
8088
8089         * nnfolder.el: Added docstrings identifying each virtual server
8090         parameter.
8091
8092 2001-08-18  Simon Josefsson  <jas@extundo.com>
8093
8094         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8095
8096 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8097
8098         * message.el: rename "Abort Message" to "Postpone Message".
8099         Remove "Attach file as MIME" from Message menu, it's already in
8100         the MIME menu.
8101
8102 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8103
8104         * smime.el (smime-point-at-eol): eval-and-compile.
8105         (smime-make-temp-file): New function.
8106         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8107         Use it.
8108
8109 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110
8111         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8112         (gnus-agent-summary-fetch-group): New command and keystroke.
8113
8114         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8115         (gnus-mime-display-security): Make it respect
8116         gnus-unbuttonized-mime-type-p.
8117
8118         * gnus-sum.el (gnus-articles-to-read): Comments.
8119         (gnus-article-marked-p): New function.
8120         (gnus-summary-display-make-predicate): New function.
8121         (gnus-select-newsgroup): Use them.
8122
8123         * mm-decode.el (mm-save-part-to-file): Made it not error.
8124
8125 2001-08-17  Simon Josefsson  <jas@extundo.com>
8126
8127         * imap.el (imap-wait-for-tag): If process-status isn't open or
8128         run, return nil instead of sit-for looping.
8129
8130 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * lpath.el (featurep): fbind xml-parse-region.
8133
8134         * gnus.el (gnus-message-archive-method): Default to "archive".
8135         (gnus-message-archive-method): Doc fix.
8136         (gnus-parameters-get-parameter): Cleaned up.
8137         (gnus-expand-group-parameter): New function.
8138
8139         * gnus-start.el (gnus-setup-news): Push the archive server only
8140         the server list.
8141
8142         * mml.el (mml-menu): Changed name to "Attachments".
8143
8144         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8145         when there is something to detroy.
8146
8147 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8150         nil.
8151
8152 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8153
8154         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8155         which specifies a time today or tomorrow.
8156
8157 2001-08-15  Simon Josefsson  <jas@extundo.com>
8158         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8159
8160         * gnus-agent.el (gnus-agent-make-mode-line-string)
8161         (gnus-agent-toggle-plugged): Use new API.
8162
8163 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8164
8165         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8166         deadline has expired.
8167
8168 2001-08-12  Simon Josefsson  <jas@extundo.com>
8169         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8170
8171         Support `recent' mark indicating newly arrived messages (to
8172         separate from old but unread messages).
8173
8174         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8175         `nnmail-split-history' if recent is > 0.
8176         (nnimap-request-update-info-internal): Update `recent' marks.
8177         (nnimap-request-set-mark): Never set `recent' marks.
8178         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8179         recent.
8180
8181         * gnus-sum.el (gnus-recent-mark): New mark.
8182         (gnus-newsgroup-recent): New variable.
8183         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8184         (gnus-summary-prepare-threads): Mark recent articles.
8185         (gnus-summary-add-mark): Support recent.
8186         (gnus-summary-update-secondary-mark): Support recent.
8187
8188         * gnus.el (gnus-article-mark-lists): Add recent.
8189
8190 2001-08-12  Simon Josefsson  <jas@extundo.com>
8191
8192         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8193         whether successful decoding took place.  Add doc.
8194
8195 2001-08-12  Simon Josefsson  <jas@extundo.com>
8196         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8197
8198         * gnus.el (gnus-summary-line-format, gnus-parameters):
8199         * gnus-gl.el (gnus-summary-grouplens-line-format):
8200         * gnus-salt.el (gnus-summary-pick-line-format):
8201         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8202
8203 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8204         Committed by Kai Gro\e,b_\e(Bjohann.
8205
8206         * gnus-score.el (gnus-score-string): Fix `match' regexp
8207         for `extra' header case.
8208
8209 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8210
8211         * nnmbox.el (nnmbox-read-mbox): No warning.
8212
8213 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8214
8215         * nndoc.el (nndoc-article-type): Fix doc.
8216         (nndoc-generate-article-function): New variable.
8217         (nndoc-dissection-function): New variable.
8218         (nndoc-type-alist): Add oe-dbx.
8219         (nndoc-oe-dbx-type-p): New function.
8220         (nndoc-oe-dbx-dissection): New function.
8221         (nndoc-oe-dbx-generate-article): New function.
8222
8223 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8224
8225         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8226         whether deadline has been reached.  Patch from Dan Nicolaescu
8227         <dann@godzilla.ics.uci.edu>.
8228
8229 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8230
8231         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8232         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8233         <rintaman@cs.Helsinki.FI>.
8234
8235         * mail-source.el (mail-source-movemail): The error buffer is
8236         modified, but nothing in it.
8237
8238 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8239
8240         * message.el (message-bogus-system-names): New variable.
8241         (message-make-fqdn): Use it.
8242
8243 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8244
8245         * nndraft.el (nndraft-request-group): Use
8246         nndraft-auto-save-file-name.
8247
8248 2001-08-09  Simon Josefsson  <jas@extundo.com>
8249
8250         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8251         Don't ask whether to decrypt.  Just leave result in buffer (don't
8252         call mm).
8253
8254         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8255         parts as well.
8256         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8257         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8258
8259 2001-08-09  Simon Josefsson  <jas@extundo.com>
8260
8261         * mm-decode.el (mm-insert-part): Return decoding success status.
8262         (mm-save-part-to-file): Error if decoding failed.
8263
8264 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8265
8266         * message.el (message-tab): Use indent-relative.
8267         (message-mode): Don't bind indent-line-function to indent-relative.
8268
8269 2001-08-09  Simon Josefsson  <jas@extundo.com>
8270
8271         * message.el (message-get-reply-headers): Fix string. Suggested by
8272         Christoph Conrad <cc@cli.de>.
8273
8274 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8275
8276         * message.el (message-tab): Use the current value of
8277         indent-line-function.
8278         (message-mode): Bind indent-line-function to indent-relative.
8279
8280 2001-08-08  Simon Josefsson  <jas@extundo.com>
8281
8282         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8283         whether `imtest' is installed.
8284
8285 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8286         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8287
8288         * gnus-sum.el (gnus-summary-show-article): Call
8289         gnus-summary-update-secondary-secondary-mark.
8290         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8291         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8292
8293 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8294
8295         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8296
8297         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8298
8299         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8300         <gerd@gnu.org>.
8301
8302         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8303
8304         * gnus-util.el (gnus-output-to-rmail): Ditto.
8305         (gnus-output-to-mail): Ditto.
8306
8307         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8308
8309 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8310
8311         * message.el (message-indent-citation): Use
8312         `message-yank-cited-prefix' for empty lines.
8313
8314 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8315
8316         * message.el (message-indent-citation): Quote only lines starting
8317         with ">" using `message-yank-cited-prefix'.
8318
8319 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8320         Trivial patch.
8321
8322         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8323         gnus-cache-fully-p.
8324
8325 2001-08-04  Simon Josefsson  <jas@extundo.com>
8326
8327         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8328         file if it doesn't exist (by calling gnus-cache-read-active).
8329
8330 2001-08-04  Simon Josefsson  <jas@extundo.com>
8331
8332         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8333         (gnus-cache-passively-or-fully-p): Removed.
8334         (gnus-cache-fully-p): Fix it.
8335
8336         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8337
8338 2001-08-04  Simon Josefsson  <jas@extundo.com>
8339
8340         * gnus-cache.el (gnus-cache-fully-p)
8341         (gnus-cache-passively-or-fully-p): New functions.
8342         (gnus-cache-possibly-enter-article): Cosmetic change, use
8343         `g-c-p-o-f-p'.
8344         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8345         was bogus (`g-c-p-a-a' does not change active info, just change
8346         the functions parameters).
8347         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8348         not removed in groups that match `gnus-uncacheable-groups'.
8349
8350         Reported and modifications based on discussions with Nuutti
8351         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8352
8353 2001-08-04  Simon Josefsson  <jas@extundo.com>
8354         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8355
8356         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8357         calls `gnus-cache-update-active' if bounds has been extended.
8358
8359 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8360
8361         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8362         before remove.
8363         (gnus-mime-security-show-details): Ditto.
8364
8365 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8366
8367         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8368         syntax.  Protect string-match against nil string and regexp.
8369
8370 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8371
8372         * mm-util.el (mm-find-charset-region): Remove control-1.
8373
8374 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8375
8376         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8377
8378 2001-08-04  Simon Josefsson  <jas@extundo.com>
8379
8380         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8381         buffer.  Delete MIME-Version header.
8382
8383 2001-08-03  Simon Josefsson  <jas@extundo.com>
8384
8385         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8386         that is entered does not necessarily have the highest article
8387         number in the group, so use `gnus-cache-possibly-alter-active'
8388         instead of `gnus-cache-update-active'.
8389
8390 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8391
8392         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8393
8394 2001-08-03  Simon Josefsson  <jas@extundo.com>
8395
8396         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8397         menu.
8398
8399 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus.el (post-method): New group parameter.  It also provides
8402         the user option `gnus-post-method-alist' and the internal function
8403         `gnus-parameter-post-method'.
8404
8405         * gnus-msg.el (gnus-post-method): Bind the value of
8406         `gnus-post-method' to the group parameter if it is defined.
8407
8408 2001-08-02  Simon Josefsson  <jas@extundo.com>
8409
8410         * smime.el (smime-extra-arguments): Removed.
8411         (smime-call-openssl-region): Don't use it.
8412
8413 2001-08-02  Simon Josefsson  <jas@extundo.com>
8414
8415         * smime.el (smime-sign-region): Handle stderr.
8416         (smime-encrypt-region): Ditto.
8417
8418         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8419         match the ASN.1 length bytes.
8420         (mm-pkcs7-enveloped-magic): Ditto.
8421         (mm-view-pkcs7-get-type): Don't regexp quote.
8422
8423 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8424         From Andreas Fuchs <asf@void.at>
8425
8426         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8427
8428 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8429
8430         * gnus-art.el (gnus-header-button-alist): References regexp.
8431
8432 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8433
8434         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8435         already fboundp.  Add INTERACTIVE arg to autoload form.
8436
8437 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8438
8439         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8440
8441         * nnmail.el (nnmail-cache-open): Ditto.
8442
8443 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8444
8445         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8446
8447 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8450
8451 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8452         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8453
8454         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8455         (gnus-agent-toggle-plugged): Use it.
8456
8457 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8458
8459         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8460         (gnus-ding-file-coding-system): New variable.
8461         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8462         (gnus-slave-save-newsrc): Use it.
8463
8464 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8465
8466         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8467         syntax.
8468
8469 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8470         Originally from Andreas Fuchs <asf@void.at>
8471
8472         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8473         (mml2015-gpg-pretty-print-fpr): New function.
8474         (mml2015-gpg-extract-signature-details): More details, rename from
8475         `m-g-e-from'.
8476         (mml2015-gpg-verify): Use them.
8477         (mml2015-gpg-clear-verify): Use them.
8478
8479 2001-07-31  Simon Josefsson  <jas@extundo.com>
8480
8481         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8482         buffer when done.
8483
8484 2001-07-30  Simon Josefsson  <jas@extundo.com>
8485
8486         * smime.el (smime-call-openssl-region): Revert previous change,
8487         just pass on buf to `call-process-region'.
8488         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8489         `smime-new-details-buffer'.  Inserts error messages into buffer.
8490         (smime-noverify-region): Ditto.
8491         (smime-decrypt-region): Ditto.  Handles stderr separately.
8492         (smime-verify-buffer, smime-noverify-buffer)
8493         (smime-decrypt-buffer): Doc fix.
8494         (smime-new-details-buffer): New function.
8495         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8496         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8497         (smime-sign-region, smime-encrypt-region): Don't use
8498         `insert-buffer'.
8499
8500         * mml-smime.el (mml-smime-verify): Fix security button strings.
8501
8502 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8503
8504         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8505         gnus-article-mime-handles.
8506
8507 2001-07-29  Simon Josefsson  <jas@extundo.com>
8508
8509         * mail-source.el (top-level): Require message for message-directory.
8510         (mail-source-directory): Change default to message-directory.
8511
8512         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8513         (smime-certificate-directory, smime-openssl-program)
8514         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8515         (smime-extra-arguments): New variable.
8516         (smime-dns-server): Fix customize group.
8517         (smime-call-openssl-region): Use `smime-extra-arguments'.
8518
8519 2001-07-29  Simon Josefsson  <jas@extundo.com>
8520         From Vladimir Volovich <vvv@vsu.ru>
8521
8522         * smime.el (smime-call-openssl-region): Ignore stderr.
8523
8524 2001-07-29  Simon Josefsson  <jas@extundo.com>
8525         From Christoph Conrad <christoph.conrad@gmx.de>
8526
8527         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8528         file.
8529
8530 2001-07-29  Simon Josefsson  <jas@extundo.com>
8531
8532         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8533
8534         Support S/MIME decryption.
8535
8536         * mm-decode.el (mm-inline-media-tests):
8537         (mm-inlined-types):
8538         (mm-automatic-display):
8539         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8540
8541         * mm-view.el (mm-pkcs7-signed-magic):
8542         (mm-pkcs7-enveloped-magic): New variables.
8543         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8544         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8545         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8546         PKCS#7 blobs.
8547
8548         * smime.el (smime-decrypt-region): Expand keyfile.
8549
8550 2001-07-29  Simon Josefsson  <jas@extundo.com>
8551
8552         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8553         `ssl.el' variables.
8554
8555         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8556         but line instead of narrowing to it, because `nnmail-parse-active'
8557         calls widen.  Thanks to Christoph Conrad
8558         <christoph.conrad@gmx.de>.
8559
8560 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8561
8562         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8563         for %B spec.
8564
8565         * gnus-sum.el (gnus-summary-prepare-threads): If
8566         gnus-sum-thread-tree-root is nil, use subject instead.
8567         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8568         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8569         (gnus-sum-thread-tree-leaf-with-other)
8570         (gnus-sum-thread-tree-single-leaf): Documentation.
8571         (gnus-sum-thread-tree-single-indent): Allow nil.
8572
8573 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8574
8575         * message.el (message-fill-paragraph): Do nothing if the user
8576         wants filladapt-mode.
8577
8578 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8579
8580         * mm-decode.el (mm-image-type-from-buffer): New function.
8581         (mm-get-image): Use it.
8582
8583 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8584
8585         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8586
8587         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8588         mm-display-parts too.
8589
8590 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8591
8592         * nnfolder.el (nnfolder-request-accept-article): Bind
8593         nntp-server-buffer.
8594
8595         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8596         nntp-server-buffer.
8597
8598 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8599
8600         * message.el (message-check-news-header-syntax): Use
8601         message-post-method.
8602         (message-send-news): Bind message-post-method.
8603
8604 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * mml.el (mml-tweak-type-alist): New variable.
8607         (mml-tweak-function-alist): New variable.
8608         (mml-tweak-part): New function.
8609         (mml-generate-mime-1): Use it.
8610
8611 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8612
8613         * nnfolder.el (nnfolder-request-accept-article): Replace
8614         nnfolder-request-list.
8615
8616 2001-07-27  Simon Josefsson  <jas@extundo.com>
8617
8618         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8619         nnoo-change-server failed to do it.
8620
8621 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8622
8623         * gnus.el (gnus-parameters): Make it customizable.
8624
8625 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8626
8627         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8628
8629         * message.el (message-set-auto-save-file-name): More
8630         poor-system-types.
8631
8632         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8633
8634         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8635         supports +.
8636
8637 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8638
8639         * mm-decode.el (mm-readable-p): New function.
8640         (mm-inline-media-tests): Fix the default testers.
8641
8642 2001-07-26  Simon Josefsson  <jas@extundo.com>
8643
8644         * nnimap.el (nnimap-version): Bump version number.
8645
8646 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8647         From Steven E. Harris <seh@speakeasy.org>
8648
8649         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8650         in M$Windows too.
8651
8652 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8653
8654         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8655
8656 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8657
8658         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8659
8660         * mm-decode.el (mm-get-image): Guess then use the type.
8661
8662         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8663
8664 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8665
8666         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8667         display (%B) for threads if threading is off.
8668
8669 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8670         From Henrik Enberg <henrik@enberg.org>
8671
8672         * gnus-msg.el: Customization patch.
8673
8674 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8675
8676         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8677         variable.
8678         (nnmail-split-fancy-with-parent): Ignore certain groups.
8679
8680 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8681
8682         * gnus-util.el (gnus-byte-compile): New function.
8683         (gnus-use-byte-compile): New variable.
8684         (gnus-make-sort-function): Use it.
8685
8686         * nnmail.el (nnmail-get-new-mail): Use it.
8687
8688         * gnus-agent.el (gnus-category-make-function): Simple function or
8689         compiled function.
8690         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8691
8692         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8693         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8694         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8695
8696         * message.el (message-check-news-header-syntax): Remove quote.
8697
8698 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8699
8700         * message.el (message-use-mail-followup-to): `t' is not a
8701         documented value.
8702
8703 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8704
8705         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8706
8707 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8708
8709         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8710         there are long lines.
8711
8712 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * dgnushack.el (copy-list): New compiler macro.
8715
8716 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8717
8718         * message.el (message-bounce): If no Return-Path, the whole
8719         content is considered as the original message.
8720
8721         * nnml.el (nnml-check-directory-twice): New variable.
8722         (nnml-article-to-file): Use it.
8723         (nnml-retrieve-headers): Hack it.
8724
8725 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8726
8727         * gnus-win.el (gnus-buffer-configuration): New configure.
8728
8729         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8730         not alive.
8731
8732         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8733         (mm-display-external): Use display-term configure.
8734
8735 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8736
8737         * gnus-delay.el (gnus-delay-default-hour): New variable.
8738         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8739
8740 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8741         From Karl Kleinpaste <karl@charcoal.com>
8742
8743         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8744         (gnus-summary-prepare-threads): Ditto.
8745
8746         * gnus.el (gnus-summary-line-format): Add %B.
8747
8748 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8749
8750         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8751
8752         * mm-util.el (mm-string-as-multibyte): New function.
8753
8754         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8755
8756 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8757
8758         * mm-util.el (mm-universal-coding-system): New variable.
8759
8760         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8761
8762         * score-mode.el (score-mode-coding-system): Use it.
8763
8764 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-start.el (gnus-setup-news): Call
8767         `gnus-check-bogus-newsgroups' just after the native server is
8768         opened.
8769
8770 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8771
8772         * nnmail.el (nnmail-do-request-post): Util function to be used by
8773         `nnchoke-request-post' for all nnmail-derived backends.
8774
8775         * nnml.el (nnml-request-post): Use it.
8776
8777         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8778         backend, for it groks nnml-request-post.
8779
8780         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8781         Treat `mail-post' backends like `mail' backends, not like `news'
8782         backends.
8783
8784 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8785
8786         * gnus-msg.el (gnus-setup-message): make-local-hook.
8787
8788 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8789
8790         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8791         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8792         <karl@charcoal.com>, slightly changed by Kai.
8793
8794         * message.el (message-check-news-header-syntax): When checking
8795         whether the groups exist, check the right server based on
8796         `gnus-post-method'.
8797
8798 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8799
8800         * gnus-delay.el: New file.
8801
8802 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8803
8804         * mm-util.el (mm-read-coding-system): Take two arguments.
8805
8806         * gnus-sum.el (gnus-summary-show-article): Use
8807         mm-read-coding-system.
8808
8809         * gnus-art.el (article-de-quoted-unreadable):
8810         (article-de-base64-unreadable, article-wash-html):
8811         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8812
8813 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8814
8815         * nnml.el (nnml-request-post): New function.  Can be used for
8816         annotations in nnml groups.
8817
8818 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8821         command.
8822
8823         * gnus-start.el (gnus-find-new-newsgroups): Use
8824         `message-make-date' instead of `current-time-string'.
8825         (gnus-ask-server-for-new-groups): Ditto.
8826         (gnus-check-first-time-used): Ditto.
8827
8828 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8829
8830         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8831
8832 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8833
8834         * message.el (message-shorten-references): Change `maxcount' and
8835         `cut' to obey USEFOR draft 5.
8836
8837 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8838
8839         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8840         (gnus-summary-set-article-display-arrow): New function.
8841         (gnus-summary-goto-subject): Use it.
8842
8843 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8844
8845         * gnus-sum.el (gnus-summary-import-article): Insert date if
8846         doesn't exist.
8847
8848 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8849
8850         * mml.el (mml-content-type-parameters): New variable.
8851         (mml-content-disposition-parameters): New variable.
8852         (mml-insert-mime-headers): Use them.
8853         (mml-parse-1): Accept charset.
8854
8855 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8856
8857         * gnus-group.el (gnus-group-select-group): Doc fix.
8858
8859         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8860
8861 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8864         to handle `define-derived-mode'.
8865
8866 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8867         From:  Stefan Monnier  <monnier@cs.yale.edu>
8868
8869         * message.el (message-mode): Use define-derived-mode.
8870         (message-tab): message-completion-alist.
8871
8872         * imap.el (imap-interactive-login): Use make-local-variable.
8873         (imap-open): Ditto.
8874         (imap-authenticate): Ditto.
8875
8876         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8877
8878         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8879
8880 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8881
8882         * message.el (message-citation-line-function): Refer to
8883         gnus-cite-attribution-suffix.
8884
8885 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8886
8887         * gnus-art.el,...: Error convention changes.
8888
8889 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8892
8893 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8894
8895         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8896         (nnrss-read-server-data): Ditto.
8897
8898 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8899
8900         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8901         * Cleanup files.
8902         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8903
8904 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8905
8906         * gnus.el (gnus-summary-line-format): Add %o.
8907
8908         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8909         unless shell outputs something.
8910
8911 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8912
8913         * gnus-art.el (gnus-boring-article-headers): Better doc.
8914         (article-hide-headers): Better regexp.
8915         Suggested by Matt Swift <swift@alum.mit.edu>.
8916
8917         * nnheader.el (nnheader-max-head-length): Better doc.
8918         (nnheader-header-value): Skip spaces.
8919         (nnheader-parse-head): Remove space.
8920         Suggested by Matt Swift <swift@alum.mit.edu>.
8921
8922         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8923         (gnus-get-newsgroup-headers): Remove space.
8924
8925 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8926
8927         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8928         (gnus-summary-reply): Use it.
8929         (gnus-summary-reply-broken-reply-to): New function.
8930         (gnus-msg-force-broken-reply-to): New function.
8931
8932         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8933
8934 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8935
8936         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8937
8938 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8939
8940         * mm-decode.el (mm-external-terminal-program): New variable.
8941         (mm-display-external): Use it. Use term to display when no
8942         window-system.
8943
8944 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8945
8946         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8947         Browse->Next entries to Browse->Prev
8948
8949 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8950
8951         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8952
8953 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8954
8955         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8956         for the default encoding.
8957
8958         * nnrss.el (nnrss-url-field): New field.
8959         (nnrss-request-article): Add newsgroups.
8960
8961         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8962
8963 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8964
8965         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8966
8967         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8968         (gnus-draft-setup): Remove backlog.
8969
8970 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8971
8972         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8973         Cleanup.
8974
8975 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8976
8977         * gnus-msg.el (gnus-bug): Erase buffer.
8978
8979         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8980
8981 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8982
8983         * mm-decode.el (mm-attachment-override-p): Fix typo.
8984
8985 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * gnus-kill.el (gnus-execute): Work with the extra headers.
8988         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8989
8990 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8991
8992         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8993         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8994
8995         * message.el (message-send-mail-real-function): New variable.
8996         (message-send-mail-partially, message-send-mail):
8997
8998         * nngateway.el (nngateway-request-post): Use it.
8999
9000         * gnus-agent.el (gnus-agentize): Use it.
9001
9002         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9003         (nnsoup-revert-variables): Use it.
9004
9005 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9006
9007         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9008         text/plain if the type doesn't match any other media types.
9009         (mm-inlined-types): Doc fix.
9010         (mm-display-inline): Revert previous change (now handled by a
9011         default type in `mm-inline-media-tests'.
9012         (mm-inlinable-p): Revive.
9013         (mm-display-part): Call `mm-inlinable-p'.
9014         (mm-attachment-override-p): Ditto.
9015         (mm-inlined-p): Doc fix.
9016
9017         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9018         well as `mm-inlined-p'.
9019
9020 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9021
9022         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9023         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9024
9025 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9026         From  Paul Jarc <prj@po.cwru.edu>
9027
9028         * message.el (message-use-mail-followup-to): New variable.
9029         (message-get-reply-headers): Use it.
9030
9031 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9032
9033         * nnheader.el (nnheader-init-server-buffer): Make sure the
9034         *nntpd* buffer is made multibyte instead of a random buffer.
9035
9036 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9039         when it returns headers.
9040
9041 2001-07-07  Simon Josefsson  <jas@extundo.com>
9042
9043         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9044         trying to fold. Thanks to Colin Walters
9045         <walters@cis.ohio-state.edu>
9046
9047 2001-07-06  Simon Josefsson  <jas@extundo.com>
9048
9049         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9050         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9051         Add information in `assert's.
9052
9053         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9054         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9055         and `nnimap-group-overview-filename', should handle all
9056         change-of-uidvalidity related issues.  But there may be other
9057         problems.)
9058
9059 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9060
9061         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9062         header name when folding.
9063
9064 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9065
9066         * mm-decode.el (mm-inlined-types): Document relationship with
9067         `mm-inline-media-tests'.
9068         (mm-display-inline): Default to displaying as plain text if no
9069         inlining handler is available.
9070         (mm-inlinable-p): Remove.
9071         (mm-inlined-p): Don't call `mm-inlinable-p'.
9072         (mm-automatic-display-p): Ditto.
9073         (mm-attachment-override-p): Ditto.
9074
9075 2001-07-04  Simon Josefsson  <jas@extundo.com>
9076
9077         * nnimap.el (nnimap-importantize-dormant): New variable.
9078         (nnimap-request-update-info-internal): Use it.
9079         (nnimap-request-set-mark): Ditto.
9080
9081 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9082
9083         * nntp.el (nntp-send-command): don't pass a buffer argument to
9084         `point'. Only XEmacs accepts this.
9085         * nntp.el (nntp-send-command-nodelete): ditto.
9086         * nntp.el (nntp-send-command-and-decode): ditto.
9087
9088 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9089
9090         * nntp.el (nntp-open-connection-function): doc update.
9091         * nntp.el (nntp-pre-command): New.
9092         * nntp.el (nntp-via-rlogin-command): New.
9093         * nntp.el (nntp-via-telnet-command): New.
9094         * nntp.el (nntp-via-telnet-switches): New.
9095         * nntp.el (nntp-via-user-name): New.
9096         * nntp.el (nntp-via-user-password): New.
9097         * nntp.el (nntp-via-address): New.
9098         * nntp.el (nntp-via-envuser): New.
9099         * nntp.el (nntp-via-shell-prompt): New.
9100         * nntp.el (nntp-open-telnet-stream): New.
9101         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9102         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9103         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9104         * nntp.el (nntp-send-command): ditto.
9105         * nntp.el (nntp-send-command-nodelete): ditto.
9106         * nntp.el (nntp-send-command-and-decode): ditto.
9107
9108 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9109         Trivial patch.
9110
9111         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9112         `when'.
9113
9114 2001-07-03  Simon Josefsson  <jas@extundo.com>
9115         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9116
9117         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9118
9119 2001-07-03  Simon Josefsson  <jas@extundo.com>
9120
9121         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9122         remove it (workaround XEmacs `fill-region' bug).
9123
9124 2001-07-01  Simon Josefsson  <jas@extundo.com>
9125
9126         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9127
9128 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9129
9130         * mml2015.el (mml2015-format-error): New function.
9131         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9132         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9133         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9134
9135 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9136
9137         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9138         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9139
9140         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9141         group variables.
9142
9143 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9144
9145         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9146
9147         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9148         (nnrss-save-group-data): Ditto.
9149
9150         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9151
9152 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * message.el (message-do-send-housekeeping): Narrow to headers.
9155
9156 2001-06-24  Simon Josefsson  <jas@extundo.com>
9157
9158         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9159         insertion when breaking lines looked for " \t" instead of "[ \t]".
9160         (rfc2047-encode-message-header): Fold lines even if
9161         no QP encoding is done.
9162
9163 2001-06-23  Simon Josefsson  <jas@extundo.com>
9164         From Samuel Tardieu <sam@inf.enst.fr>
9165
9166         * smime.el (smime-keys): Support additional certificates.
9167         (smime-make-certfiles): New function.
9168         (smime-sign-region): Use previous variables.
9169         (smime-get-certfiles): New function.
9170         (smime-sign-buffer): Use it.
9171         (smime-verify-region): Support both CAfile and CApath.
9172
9173 2001-06-23  Simon Josefsson  <jas@extundo.com>
9174
9175         * smime.el (smime-decrypt-region): Perhaps work.
9176
9177 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9178
9179         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9180
9181 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9182
9183         * mm-decode.el (mm-save-part): Rewrite file name.
9184         (mm-file-name-rewrite-functions): New variable.
9185         (mm-file-name-delete-whitespace): New function.
9186         (mm-file-name-trim-whitespace): New function.
9187         (mm-file-name-collapse-whitespace): New function.
9188         (mm-file-name-replace-whitespace): New variable and function.
9189
9190 2001-06-22  Simon Josefsson  <jas@extundo.com>
9191
9192         * message.el (message-make-date): Workaround locale for weekdays.
9193
9194 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9195
9196         * message.el (message-goto-body): Return nil if not found. (revert!)
9197
9198 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199         From Fremlin <chief@bandits.org>
9200
9201         * message.el (message-goto-body): Some messages have no header.
9202
9203         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9204
9205 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9206
9207         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9208
9209 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9210
9211         * message.el (message-make-date): Add week day.
9212         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9213
9214 2001-06-19  Simon Josefsson  <jas@extundo.com>
9215
9216         * message.el (message-yank-prefix): Doc fix.
9217         (message-yank-cited-prefix): Ditto.
9218         (message-delete-not-region): Keep citation prefix on first line,
9219         if possible and appropriate.
9220
9221 2001-06-19  Simon Josefsson  <jas@extundo.com>
9222
9223         * imap.el (imap-process-connection-type): New variable.
9224         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9225         recent `imtest's work completely (no line length issues), while
9226         making making old `imtest's unusable.  Thanks to NAGY Andras
9227         <nagya@inf.elte.hu> for his work.
9228
9229 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9230
9231         * imap.el (imap-ssl-program): Add -quiet to shut up
9232         OpenSSL/SSLeay's internal debug talk.
9233
9234 2001-06-19  Matt Armstrong  <matt@lickey.com>
9235
9236         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9237         server.
9238
9239 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9240
9241         * nnmail.el (nnmail-article-buffer): New variable.
9242         (nnmail-split-incoming): Use it.
9243
9244 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9245
9246         * qp.el (quoted-printable-decode-region): If called interactively,
9247         use coding-system-for-read.
9248
9249 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9250
9251         * message.el (message-check-news-header-syntax): Check Reply-To.
9252
9253 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9254
9255         * mml.el (mml-parse-1): Use message options.
9256
9257         * message.el (message-do-fcc): Don't do anything if there is no
9258         FCC.
9259
9260 2001-06-16  Simon Josefsson  <jas@extundo.com>
9261
9262         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9263         (nnimap-expunge-search-string): New variable.
9264         (nnimap-request-expire-articles): Use it.
9265
9266 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9267
9268         * message.el (message-send-mail-with-qmail): wrong exit status is
9269         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9270
9271 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9272
9273         * gnus-art.el (article-strip-multiple-blank-lines): Use
9274         delete-region instead of replace-match.
9275
9276 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9277
9278         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9279         (nnweb-google-wash-article): Ditto.
9280
9281 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9282
9283         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9284
9285 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9288         specs.
9289
9290 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9291
9292         * gnus.el (gnus-email-address): Move it here.
9293
9294         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9295         requested.
9296         (article-de-base64-unreadable): Ditto.
9297         (article-wash-html): Ditto.
9298
9299 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9300
9301         * message.el (message-options-set-recipient): Don't add ", "
9302         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9303
9304 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9305
9306         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9307
9308 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9309
9310         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9311         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9312
9313         * nnrss.el (nnrss-node-text): Node might be nil.
9314
9315 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9316
9317         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9318         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9319
9320         * nnrss.el (nnrss-group-alist): More items.
9321
9322 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9323
9324         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9325
9326 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9327         Trivial patch from Dale Hagglund  <rdh@best.com>
9328
9329         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9330         restrict clauses.
9331
9332 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9333
9334         From Benjamin Rutt <brutt+news@bloomington.in.us>
9335
9336         * message.el (message-wide-reply-confirm-recipients): New variable.
9337
9338 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9339         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9340
9341         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9342         fix so it works with XEmacs.
9343
9344 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9345
9346         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9347         headers.
9348
9349 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9350
9351         * nnrss.el: Fix a few bugs.
9352
9353 2001-06-05  Simon Josefsson  <jas@extundo.com>
9354
9355         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9356         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9357
9358 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9359
9360         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9361         binary so that we don't transmit ISO 2022 garbage to the process.
9362         This is needed under XEmacs.
9363
9364 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9365
9366         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9367         autoloaded incorrectly below because ssl-program-* is bound.)
9368         Thanks to Amos Gouaux for report.
9369
9370 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9371
9372         * imap.el (imap-kerberos4-open):
9373         (imap-gssapi-open):
9374         (imap-ssl-open):
9375         (imap-network-open):
9376         (imap-shell-open):
9377         (imap-starttls-open): Set buffer to workaround spurious
9378         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9379         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9380         Colman <colman@ppllc.com> for report.
9381
9382 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9383
9384         * gnus-sum.el (gnus-summary-catchup): New argument.
9385         (gnus-summary-catchup-from-here): New function.
9386
9387 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9388
9389         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9390         back, then insert glyph.  (Before, the glyph was inserted first,
9391         then the newline.)  This works around a behavior in XEmacs where
9392         it is not possible to insert a character after a glyph which is at
9393         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9394
9395 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9396
9397         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9398
9399         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9400         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9401         mm-destroy-postponed-undisplay-list): New functions.
9402         (mm-display-external): Use them.
9403
9404 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9405
9406         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9407         `default-low' when evaluating `gnus-summary-highlight'.
9408         From Raja R Harinath <harinath@cs.umn.edu>.
9409
9410 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9411
9412         * message.el (message-yank-cited-prefix): New variable.
9413         (message-indent-citation): Use it.
9414
9415         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9416         as details.
9417         (mml2015-mailcrypt-clear-verify): Ditto.
9418
9419 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9420         From Nevin Kapur <nevin@jhu.edu>.
9421
9422         * gnus-sum.el (gnus-summary-default-high-score,
9423         gnus-summary-default-low-score): New variables.
9424         (gnus-summary-highlight): Use them.
9425
9426 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9427
9428         * message.el (message-mail): pass the 'send-actions argument to
9429         `message-setup'.
9430
9431 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9432         From Raymond Scholz <ray-2001@zonix.de>
9433
9434         * gnus-art.el (gnus-mime-view-part-as-charset):
9435         (gnus-mime-internalize-part): Doc fixes.
9436
9437 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9438
9439         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9440         status lines without any text ("^215$").
9441
9442 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9443
9444         * nnrss.el (nnrss-check-group): Reverse.
9445
9446 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9447
9448         * message.el (message-get-reply-headers):
9449         (message-followup): Fix typo, suggested by David Green
9450         <dgreen@uab.edu>
9451
9452 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9453
9454         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9455
9456         * nnrss.el (nnrss-open-server): Read server data when it is called.
9457         (nnrss-request-expire-articles): Fix.
9458
9459 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9460
9461         * message.el (message-do-send-housekeeping): mail-abbrevs may
9462         rename buffer behind Gnus.
9463
9464 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9465
9466         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9467         (nnrss-group-alist): Add more resources.
9468         (nnrss-check-group): Ignore errors.
9469
9470 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9471
9472         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9473
9474         * nnslashdot.el (nnslashdot-request-list): Add time.
9475         (nnslashdot-request-expire-articles): New function.
9476
9477         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9478         secondary methods too.
9479
9480 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9481
9482         * message.el (message-use-followup-to): Set default value to t.
9483
9484 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9485
9486         * message.el (message-dont-reply-to-names): Fix documentation.
9487         (message-get-reply-headers): Use Mail-Followup-To only for wide
9488         replies.
9489
9490 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9491
9492         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9493         correctly.
9494         (nnrss-check-group): Use time.
9495
9496 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9497
9498         * gnus.el: Oort Gnus v0.03 is released.
9499
9500 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9501
9502         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9503         group.
9504
9505 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9506
9507         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9508
9509 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * nnultimate.el (nnultimate-retrieve-headers): Return all
9512         available headers.
9513
9514         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9515         (gnus-get-newsgroup-headers-xover): Use it.
9516
9517 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9520
9521 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9522
9523         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9524
9525 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9526
9527         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9528         disable it.
9529
9530         * gnus.el (gnus-info-nodes): Remove a few The's.
9531
9532 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9533
9534         * mail-source.el (mail-source-movemail): Call-process may return a
9535         signal description string.
9536
9537         * gnus-start.el (gnus-read-newsrc-el-file):
9538         gnus-newsrc-file-version may be nil.
9539
9540         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9541         Suggested by Michael Sperber [Mr. Preprocessor]
9542         <sperber@informatik.uni-tuebingen.de>.
9543
9544 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9545
9546         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9547
9548 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9549
9550         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9551         fontify HANDLE.
9552
9553 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9554
9555         * smime.el (smime-ask-passphrase): Rework to return value.
9556         (smime-sign-region): Rework to bind value and use it.
9557         (smime-decrypt-region): Ditto.
9558
9559 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9560         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9561
9562         * smime.el (smime-ask-passphrase): New function.
9563         (smime-sign-region): Use it.
9564         (smime-encrypt-cipher): New variable.
9565         (smime-decrypt-region): Ditto.
9566
9567 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9568         Committed by Simon Josefsson  <simon@josefsson.org>
9569
9570         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9571         the log.
9572
9573 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9574
9575         * gnus.el: Oort Gnus v0.02 is released.
9576
9577 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9578
9579         * gnus.el: Oort Gnus v0.01 is released.
9580
9581 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * gnus-sum.el (gnus-summary-highlight): Highlight read
9584         undownloaded articles as read articles.
9585
9586         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9587         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9588         articles, even read ones, as such.
9589
9590         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9591         (gnus-find-matching-articles): New function.
9592         (gnus-summary-limit-include-matching-articles): New command.
9593         (gnus-summary-limit-include-thread): Include articles that have
9594         matching subjects.
9595         (gnus-offer-save-summaries): Clean up.
9596
9597 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9598
9599         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9600
9601 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9602         From Jason Merrill <jason_merrill@redhat.com>
9603
9604         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9605
9606 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9607         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9608
9609         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9610         newsgroup names when the original article is a news message.
9611
9612 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9613
9614         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9615         supported. Suggest by Jim Meyering <jim@meyering.net>.
9616
9617 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9618         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9619
9620         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9621         regexp in nnmail-split-fancy.
9622
9623 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9624
9625         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9626
9627 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9628
9629         * message.el (message-send-mail): Improve the interaction with the
9630         user.
9631
9632 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9633
9634         * imap.el (imap-message-copy): Work around buggy servers that
9635         doesn't send TRYCREATE tags.
9636
9637 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9640
9641 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9644         date.
9645
9646 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9649         lives.
9650
9651 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * gnus-art.el (gnus-parse-news-url): New function.
9654         (gnus-button-handle-news): New function.
9655         (gnus-button-alist): Point to new functions.
9656
9657         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9658
9659         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9660         gnus-format-specs.
9661
9662         * message.el (message-check-news-header-syntax): Question even
9663         when Gnus doesn't know the group names.
9664         (message-send-news): Clean up.
9665
9666         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9667         exited on purpose without saving.
9668
9669         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9670
9671 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9672
9673         * gnus-score.el (gnus-score-orphans): Clean up.
9674
9675         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9676
9677         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9678         later.
9679
9680         * gnus-start.el (gnus-close-all-servers): Find the right items to
9681         close.
9682
9683         * qp.el (quoted-printable-decode-region): Just message
9684         malformation; don't quit.
9685
9686 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9687         From Gerd Moellmann <gerd@gnu.org>.
9688
9689         * gnus.el (gnus-interactive): A typo.
9690
9691 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9692         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9693
9694         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9695         `assq-delete-all', if that function exists; otherwise use the old
9696         definition. Documentation changed to match the one in
9697         `assq-delete-all'.
9698
9699 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9700
9701         * gnus-start.el (gnus-close-all-servers): New function.
9702
9703         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9704         (gnus-server-remove-denials): Clean up.
9705
9706         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9707         keystroke.
9708
9709 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * message.el (message-send-news): Message where we are sending.
9712         (message-send-mail): Ditto.
9713
9714         * gnus.el (gnus-server-string): New function.
9715
9716         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9717
9718         * mm-decode.el (mm-default-directory): Customized.
9719         (mm-tmp-directory): Ditto.
9720
9721         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9722         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9723         or Chars.
9724         (gnus-summary-line-format-alist): ?l is now a string.
9725         (gnus-summary-prepare-threads): Output ? for unknown lines.
9726         (gnus-summary-insert-line): Ditto.
9727         (gnus-summary-print-article): Unbalanced parentheses.
9728
9729         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9730         out whether new stuff has arrived.
9731
9732 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9733
9734         * gnus-sum.el: Let printing work on ttys on Emacs.
9735
9736 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9737
9738         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9739         when forcing news.
9740
9741         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9742         command.
9743
9744 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9745
9746         * message.el (message-set-auto-save-file-name): Don't use
9747         asterisks under nt.
9748
9749 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9752         lists of articles.
9753
9754         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9755
9756         * gnus-msg.el (gnus-put-message): Clean up.
9757         (gnus-summary-reply): Mark all replied-to articles as replied to.
9758         (gnus-inews-add-send-actions): Also mark as forwarded.
9759         (gnus-summary-mail-forward): Mark as forwarded.
9760
9761         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9762         of articles.
9763         (gnus-summary-mark-article-as-forwarded): Ditto.
9764
9765         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9766         forwarded.
9767         (gnus-summary-mail-forward): Clean up.
9768
9769         * gnus.el (gnus-article-mark-lists): Added forward.
9770
9771         * gnus-sum.el (gnus-forwarded-mark): New variable.
9772         (gnus-summary-prepare-threads): Use it.
9773         (gnus-summary-update-secondary-mark): Ditto.
9774         (gnus-newsgroup-forwarded): New variable.
9775
9776 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9777
9778         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9779         (gnus-summary-very-wide-reply): New command and keystroke.
9780         (gnus-summary-very-wide-reply-with-original): Ditto.
9781
9782         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9783         (gnus-score-adaptive): Use it.
9784
9785         * gnus-start.el (gnus-get-unread-articles): Clean up.
9786
9787 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9790         boards.
9791
9792 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9793
9794         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9795         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9796
9797 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9798
9799         * nnultimate.el (nnultimate-retrieve-headers): Understand
9800         long-form month names.
9801
9802 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9803
9804         * gnus-sum.el (gnus-summary-show-all-headers):
9805         gnus-article-show-all-headers is broken. Use
9806         gnus-summary-toggle-header instead.
9807
9808         * mml2015.el (mml2015-gpg-extract-from): No error.
9809
9810 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9811         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9812
9813         * mml2015.el (mml2015-gpg-extract-from): New function.
9814         (mml2015-gpg-verify): Use it.
9815         (mml2015-gpg-clear-verify): Use it.
9816
9817 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818
9819         * message.el (message-setup-fill-variables): Use
9820         fill-paragraph-function.
9821         (message-fill-paragraph): Take an argument.
9822         (message-newline-and-reformat): Take another argument.
9823
9824 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9825
9826         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9827
9828 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9829
9830         * message.el (message-forward): local-variable-p takes an extra
9831         argument in XEmacs.
9832
9833 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9834
9835         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9836         `nnimap-use-nov-p' (it really tested the negative).
9837         (nnimap-retrieve-headers): Use it.
9838
9839 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9840
9841         * message.el (message-generate-headers-first): Update doc.
9842
9843 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9844         Trivial patch.
9845
9846         * gnus.el (gnus-summary-line-format): Typo.
9847
9848 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9849
9850         * mailcap.el (mailcap-mime-data): Add application/sieve.
9851         (mailcap-mime-extensions): Add .siv, .xls.
9852
9853 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9854         From Christoph Conrad <christoph.conrad@gmx.de>
9855
9856         * gnus-score.el (gnus-summary-lower-thread): Typo.
9857
9858 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859
9860         * message.el (message-forward-decoded-p): New variable.
9861         (message-forward-subject-author-subject): Use it.
9862         (message-make-forward-subject): Use it.
9863         (message-forward): Use it.
9864
9865         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9866
9867         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9868         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9869
9870 ;;Has been fixed -- zsh.
9871 ;;2001-03-05  Dave Love  <fx@gnu.org>
9872 ;;
9873 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9874 ;;      Move it after definition of mm-coding-system-p.
9875 ;;
9876 2001-03-01  Dave Love  <fx@gnu.org>
9877
9878         * mm-util.el (mm-inhibit-file-name-handlers): Add
9879         image-file-handler.
9880
9881 2001-02-11  Dave Love  <fx@gnu.org>
9882
9883         * message.el (message-signature-file): Fix doc, :type.
9884
9885 2001-02-08  Dave Love  <fx@gnu.org>
9886
9887         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9888         (message-posting-charset): Defvar when compiling again.
9889         (rfc2047-encodable-p): Require message.
9890
9891         * gnus-sum.el (gnus-alter-articles-to-read-function):
9892         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9893
9894 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9895
9896         * nnrss.el: New file.
9897
9898 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9899         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9900
9901         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9902         `skip-chars-forward'.
9903
9904 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9905
9906         * nndraft.el (nndraft-request-group): Restore auto save files if
9907         the original files do not exist.
9908
9909 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9910
9911         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9912         SCORE paths.
9913
9914         * mm-decode.el (mm-dissect-buffer): Call
9915         mail-extract-address-components only if necessary.
9916
9917 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9918
9919         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9920         directory part.
9921         (gnus-score-search-global-directories): Use file-directory-p.
9922
9923         * gnus-score.el (gnus-score-score-files-1): Use
9924         gnus-kill-files-directory.
9925         From Adrian Aichner <adrian@xemacs.org>.
9926
9927 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9928
9929         * gnus.el (charset): Move here from gnus-sum.el.
9930
9931 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9932
9933         * mml.el (mml-preview): Disable local map.
9934
9935         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9936         gnus-article-post-menu here.
9937
9938         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9939         if it has not been made.
9940
9941 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9942
9943         * gnus-art.el (gnus-article-describe-key): Map key to event.
9944         (gnus-article-describe-key-briefly): Ditto
9945
9946 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9947
9948         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9949
9950 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9951         From Katsumi Yamaoka <yamaoka@jpl.org>.
9952
9953         * dgnushack.el (coerce, merge, subseq): defmacro.
9954
9955 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9956
9957         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9958         A fake defalias in nndraft.el results a not-activated bug in
9959         uncompiled versions.
9960
9961 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9962         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9963
9964         * gnus-util.el (gnus-split-references): Handle malformed References:.
9965
9966 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9967
9968         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9969
9970 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9971         From NAGY Andras <nagya@inf.elte.hu>.
9972
9973         * gnus.el (gnus-parameters): Typo.
9974
9975 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9976
9977         * gnus.el (gnus-read-method): Remove redundancy.
9978
9979 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9980
9981         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9982         (nnslashdot-request-list): Use it.
9983
9984 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9985
9986         * nnml.el (nnml-generate-active-info): Fix the case when there is
9987         no file.
9988
9989         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9990         (gnus-summary-create-article): New function.
9991
9992         * gnus-group.el (gnus-group-mark-article-read): New function.
9993
9994         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9995
9996         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9997
9998 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9999
10000         * gnus-art.el (gnus-article-edit-done): Don't use
10001         gnus-article-edit-exit.
10002         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10003
10004         * gnus.el (gnus-parameters): New variable.
10005         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10006         (gnus-parameters-get-parameter): New function.
10007         (gnus-group-find-parameter): Use it.
10008
10009 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10010
10011         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10012         change of default value to `current'.
10013
10014 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10015
10016         * nneething.el (nneething-get-head): Insert unreadable file too.
10017
10018 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10019
10020         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10021
10022         * webmail.el (webmail-type-definition): Deja is bought by google.
10023
10024 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10025
10026         * gnus-sum.el (gnus-fetch-headers): New function.
10027         (gnus-select-newsgroup): Use it.
10028         (gnus-summary-insert-articles): New function.
10029         (gnus-summary-insert-old-articles): New function.
10030         (gnus-summary-insert-new-articles): New function.
10031
10032         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10033         (gnus-group-list-active): Ditto.
10034         * gnus-sum.el (gnus-set-mode-line): Ditto.
10035         (gnus-summary-read-group-1): Ditto.
10036
10037 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10038
10039         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10040         current topic.
10041
10042 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10043
10044         * smiley.el (gnus-smiley-display): Don't do widening.
10045
10046         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10047         within body.
10048
10049         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10050
10051         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10052         New variable.
10053         (gnus-mime-display-multipart-related-as-mixed): New variable.
10054         (gnus-mime-display-part): Use them.
10055
10056 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10057
10058         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10059         something special.
10060
10061 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10062
10063         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10064         (nnweb-request-article): Call reference if exists.
10065         (nnweb-type-definition): Dejanews is bought by google.com.
10066         Beta!
10067
10068 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10069
10070         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10071
10072 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10073
10074         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10075         gnus-article-sort-functions.
10076         (gnus-article-sort-functions): Doc fix.  Refer to
10077         gnus-thread-sort-functions.
10078
10079 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10080         From Paul Jarc <prj@po.cwru.edu>.
10081
10082         * message.el (message-get-reply-headers): More fixes.
10083
10084 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10085         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10086
10087         * message.el (message-get-reply-headers): Fix bug with
10088         Mail-Followup-To/to-address interaction.
10089
10090 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10091
10092         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10093         gnus-article-copy.
10094
10095 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10096
10097         * message.el (message-do-send-housekeeping): Rename to a better
10098         name.
10099
10100 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10101
10102         * message.el (message-cancel-news): Check article first, then ask
10103         yes or no.
10104
10105 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10106
10107         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10108
10109 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10110
10111         * gnus-range.el (gnus-range-normalize): New function.
10112
10113 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10114
10115         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10116
10117 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10118
10119         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10120
10121         * nnagent.el (nnagent-request-regenerate): New function.
10122
10123         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10124
10125         * nnml.el (nnml-generate-nov-databases): Accept argument
10126         server. Don't open server if it is opened.
10127         (nnml-request-regenerate): Use it. Change to deffoo.
10128
10129 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10130         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10131
10132         * gnus.el (gnus-define-group-parameter): Fix.
10133
10134 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10135
10136         * gnus.el (gnus-define-group-parameter): Improved.
10137
10138         * gnus-sum.el (charset): Define parameter.
10139         (ignored-charsets): Ditto.
10140         (gnus-summary-setup-default-charset): Use them.
10141
10142         * gnus-start.el (gnus-read-descriptions-file): Use them.
10143
10144         * gnus-cus.el (gnus-group-parameters): Remove them.
10145
10146 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10147
10148         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10149
10150 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10151
10152         * gnus-sum.el (gnus-summary-read-group-1): Remove
10153         gnus-summary-set-local-parameters.
10154         (gnus-summary-setup-buffer): Put it here.
10155
10156 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10157
10158         * gnus.el (to-address): Define parameter.
10159         (to-list): Ditto.
10160         * gnus-art.el (article-hide-boring-headers): Use them.
10161         * gnus-msg.el (gnus-post-news): Ditto.
10162         * gnus-cus.el (gnus-group-parameters): Remove them.
10163
10164 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10165
10166         * gnus-draft.el (gnus-draft-reminder): New function.
10167
10168         * gnus-art.el (gnus-sender-save-name): New function.
10169
10170 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10171
10172         * mm-util.el (mm-mime-charset): Error message.
10173
10174 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10175
10176         * message.el (message-check-news-body-syntax): Don't check mml lines.
10177
10178 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10179
10180         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10181         subscribe.
10182
10183         * gnus-start.el (gnus-call-subscribe-functions): New function.
10184         (gnus-find-new-newsgroups): Use it.
10185         (gnus-ask-server-for-new-groups): Use it.
10186         (gnus-check-first-time-used): Use it.
10187         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10188         (gnus-subscribe-options-newsgroup-method): Ditto.
10189         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10190         return .
10191
10192 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10193
10194         * gnus-cus.el (gnus-score-customize): Doc fix.
10195
10196 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10197
10198         * dgnushack.el (my-getenv): Typo.
10199
10200 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10201
10202         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10203
10204 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10205
10206         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10207
10208         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10209         (gnus-treatment-function-alist): Use it.
10210         (article-remove-leading-whitespace): New function.
10211         (gnus-article-make-menu-bar): Use it.
10212
10213         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10214         remove-leading-whitespace.
10215         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10216         because of conflict.
10217
10218 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10219
10220         * Makefile.in: Hack generating gnus-load.el.
10221         * dgnushack.el: Ditto.
10222         * gnus-load.el: Remove it.
10223
10224 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10225
10226         * dgnushack.el : Add URLDIR.
10227
10228         * Makefile.in (EMACS_COMP): Ditto.
10229
10230 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10231
10232         * gnus-cus.el (gnus-score-customize): Error on no score file.
10233
10234 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10235
10236         * mm-decode.el (mm-merge-handles): New function.
10237
10238         * mm-view.el (mm-inline-message): Use it.
10239         (mm-view-message): Ditto.
10240
10241         * mm-partial.el (mm-inline-partial): Ditto.
10242
10243         * mm-extern.el (mm-inline-external-body): Ditto.
10244
10245         * gnus-art.el (gnus-mime-view-part): Ditto.
10246         (gnus-mime-view-part-as-type): Ditto.
10247         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10248         cases.
10249
10250 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10251
10252         * message.el (message-cancel-news): Allow to shoot foot.
10253         (message-supersede): Ditto.
10254
10255 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10256         Trivial patch.
10257
10258         * gnus-sum.el (gnus-simplify-subject-re): Use
10259         message-subject-re-regexp.
10260
10261 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10262
10263         * nnmail.el (nnmail-expiry-target-group): Bind
10264         nnmail-cache-accepted-message-ids to nil.
10265
10266         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10267         coding system.
10268
10269 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10270
10271         * qp.el (quoted-printable-encode-region): Make sure characters are
10272         between 00 and FF.  Don't check charset.
10273
10274         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10275         in Emacs 20.
10276         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10277
10278 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10279
10280         * message.el (message-make-forward-subject): Argument decoded.
10281         (message-forward): Use it when digest.
10282
10283         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10284         buffer.
10285
10286 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10287
10288         * message.el (message-generate-headers-first): Doc fix.
10289
10290 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10291
10292         * gnus-art.el (article-make-date-line): Error proof.
10293
10294 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10295
10296         * gnus-group.el (gnus-group-listing-limit): New variable.
10297         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10298
10299         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10300
10301 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10302
10303         * message.el (message-newline-and-reformat): Special case for
10304         breaking at BOL.
10305
10306 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10307
10308         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10309         message/rfc822.
10310
10311 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10312
10313         * message.el (message-encode-message-body): Don't insert
10314         Content-Type if it is inside a mail.
10315
10316 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10317
10318         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10319         gnus-article-commands-menu.
10320
10321         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10322         in Emacs.
10323
10324         * gnus-start.el (gnus-read-descriptions-file): Use
10325         gnus-group-name-charset and gnus-group-charset-alist.
10326
10327 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10328
10329         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10330         active region.
10331
10332         * gnus-start.el (gnus-group-change-level): Remove from both
10333         gnus-zombie-list and gnus-killed-list.
10334
10335 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10336
10337         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10338         gnus-subscribe-topics.
10339
10340         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10341
10342 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10343
10344         * gnus-art.el (gnus-article-make-menu-bar): Make
10345         gnus-article-post-menu.
10346
10347         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10348
10349         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10350
10351         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10352
10353         * message.el (message-mode-menu): Ditto.
10354
10355         * gnus-art.el (defvar): eval-when-compile.
10356
10357 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10358
10359         * gnus-agent.el (gnus-agentize): Fix doc.
10360
10361 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10362
10363         * mml.el (mml-preview): Bind `q'.
10364
10365 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10366
10367         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10368
10369 2001-01-31  Dave Love  <fx@gnu.org>
10370
10371         * mm-util.el (mm-mime-mule-charset-alist)
10372         (mm-find-mime-charset-region): Consider mule-utf-8.
10373
10374 2001-01-31  Dave Love  <fx@gnu.org>
10375
10376         * gnus-art.el (gnus-article-x-face-command)
10377         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10378         :version.
10379
10380 2001-01-26  Dave Love  <fx@gnu.org>
10381
10382         * mm-util.el (mm-multibyte-string-p): New.
10383
10384 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10385 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10386 ;;      string-as-multibyte on class.  Clarify line-folding.
10387         (quoted-printable-encode-string): Make temp buffer inherit
10388         string's multibyteness.
10389
10390 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10391
10392         * nnheader.el (toplevel): Don't require `gnus-util' at
10393         compile-time; this creates a circular dependency, and prevents
10394         a bootstrap.
10395
10396 2001-01-22  Andreas Schwab  <schwab@suse.de>
10397
10398         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10399
10400 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10401
10402         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10403
10404         * gnus-art.el (article-hide-list-identifiers): Ditto.
10405
10406         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10407
10408 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10409
10410         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10411
10412         * gnus-art.el (article-hide-list-identifiers): Similar.
10413
10414 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10415
10416         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10417
10418 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10419
10420         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10421
10422 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10423
10424         * gnus-util.el (gnus-string-equal): New function.
10425
10426         * gnus-art.el (article-hide-boring-headers): Use it.
10427
10428 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10429
10430         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10431
10432 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10433
10434         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10435
10436 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10437
10438         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10439         command if there is not last-saver.
10440
10441 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10442
10443         * nntp.el (nntp-open-connection): 201 is possible.
10444
10445 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10446
10447         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10448         (rfc2047-charset-encoding-alist): Add big5.
10449
10450 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10451
10452         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10453         (gnus-agent-remove-server): Ditto.
10454         (autoload): gnus-server-update-server.
10455
10456         * gnus-srvr.el (gnus-server-line-format): Add %a.
10457         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10458         (gnus-server-insert-server-line): Use it.
10459
10460 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10461
10462         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10463         GB2312 and Big5.
10464
10465 2001-01-24  Simon Josefsson  <sj@extundo.com>
10466
10467         * mail-source.el (mail-sources): Add :program specifier to IMAP
10468         mail source.
10469         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10470
10471 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10472
10473         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10474
10475 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10476
10477         * nntp.el (nntp-wait-for): Return the success code.
10478         (nntp-open-connection): Use it.
10479
10480 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10481
10482         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10483
10484 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10485
10486         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10487
10488 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10489
10490         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10491         argument. Allow to print several articles in one file.
10492
10493 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10494
10495         * webmail.el (webmail-type-definition): netaddress changes.
10496
10497 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10498
10499         * gnus.el: Fix copyright. Remove trailing spaces.
10500
10501         * message.el (message-forward): Use mule4.
10502
10503 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10504
10505         * mm-util.el (mm-string-as-unibyte): New function.
10506
10507         * message.el (message-forward): Use it.
10508
10509 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10510
10511         * message.el (message-cite-original-without-signature): Don't peel
10512         off the blank line.
10513         (message-get-reply-headers): Add Cc if it is not in follow-to.
10514
10515 2001-01-20  Simon Josefsson  <sj@extundo.com>
10516
10517         * mm-decode.el (mm-handle-multipart-from): Add.
10518         (mm-dissect-buffer): Save From: header value.
10519         (mm-security-from): Remove.
10520         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10521
10522         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10523         instead of `mml-security-from'.  Protect null from value.
10524
10525 2001-01-20  Simon Josefsson  <sj@extundo.com>
10526
10527         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10528         application/vnd.ms-excel attachments.
10529
10530 2001-01-19  Simon Josefsson  <sj@extundo.com>
10531
10532         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10533
10534 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10535
10536         * message.el (message-ignored-mail-headers): Ditto.
10537
10538 2001-01-19  Simon Josefsson  <sj@extundo.com>
10539
10540         * message.el (message-ignored-news-headers): Only search beginning
10541         of line.
10542
10543 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10544         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10545
10546         * message.el (message-send-mail): Content-Type may not be there.
10547
10548 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10549
10550         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10551         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10552
10553         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10554         not.
10555
10556 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10557
10558         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10559         non-native groups.
10560
10561 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10562
10563         * message.el (message-yank-original): Understand
10564         universal-argument.
10565
10566 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10567
10568         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10569         (article-hide-boring-headers): Ditto.
10570
10571         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10572
10573 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10574
10575         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10576         one.
10577
10578 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10579
10580         * message.el (message-make-in-reply-to): Add comment to message-id
10581         (old syntax, see 2000-08-02 change).
10582
10583 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10584
10585         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10586         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10587         (gnus-button-reply): Ditto.
10588
10589 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-art.el (article-display-x-face): Fix.
10592
10593 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10594
10595         * gnus-art.el (article-display-x-face): Use
10596         gnus-original-article-buffer.
10597
10598 2001-01-15  Jack Twilley  <jmt@tbe.net>
10599
10600         * message.el (message-add-header): Move to point-max.
10601
10602 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10603
10604         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10605         nil, improve documentation.
10606         (smime-certificate-directory): Comment out false hints (until it
10607         is implemented).
10608
10609         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10610         there aren't any keys.
10611         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10612         verify certificate.  Default is changed to only check integrity.
10613         Improved security status texts.  If a certificate doesn't contain
10614         a email address, don't fail.
10615
10616         * smime.el (smime-noverify-region):
10617         (smime-noverify-buffer): New functions.  Verifies integrity only.
10618
10619 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10620
10621         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10622
10623 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10624
10625         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10626         (gnus-remove-some-windows): Ditto.
10627
10628 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10629
10630         * gnus-art.el (article-make-date-line): 11th.
10631
10632 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10633
10634         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10635         (mml2015-gpg-sign): Ditto.
10636
10637 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10638
10639         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10640         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10641
10642 2001-01-08  Dave Love  <fx@gnu.org>
10643
10644         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10645         single character.
10646
10647         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10648
10649         * message.el: Doc and message fixes.
10650         (message-send-rename-function)
10651         (message-make-forward-subject-function)
10652         (message-send-mail-function, message-reply-to-function)
10653         (message-wide-reply-to-function, message-followup-to-function)
10654         (message-distribution-function, message-auto-save-directory): Fix
10655         :type.
10656
10657         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10658         proceeding after warnings.  Amend multipart warning message.
10659
10660 2001-01-04  Dave Love  <fx@gnu.org>
10661
10662         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10663         compiling.
10664         (gnus-make-directory): Require nnmail.
10665
10666         * mm-decode.el (mm-inline-media-tests): Add
10667         image/x-portable-bitmap.
10668         (mm-get-image): Grok pbm.
10669
10670 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10671
10672         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10673
10674 2001-01-09  Didier Verna  <didier@xemacs.org>
10675
10676         * dgnushack.el (dgnushack-compile): give a dummy value to
10677         `gnus-xmas-glyph-directory' for the time of compilation.
10678         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10679         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10680         * gnus-art.el: ditto.
10681         * gnus-group.el: ditto.
10682         * gnus-salt.el: ditto.
10683         * gnus-sum.el: ditto.
10684         * gnus-topic.el: ditto.
10685         * gnus-xmas.el (gnus-xmas-define): see above.
10686         * gnus-xmas.el (gnus-xmas-redefine): see above.
10687         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10688         non-continuable error when the directory can't be found.
10689
10690 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10691
10692         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10693         handle.
10694         * gnus-art.el (gnus-mime-view-part): Copy it.
10695         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10696
10697 2001-01-09  Michael Downes  <mjd@ams.org>
10698
10699         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10700
10701 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10702
10703         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10704         orig-file. Use ',source.
10705
10706 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10707
10708         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10709         (gnus-xmas-group-startup-message):
10710         Detect gnus-xmas-glyph-directory when it is nil.
10711
10712 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10713
10714         * pop3.el (pop3-get-message-count): Andrew Innes
10715         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10716
10717 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10720
10721         * time-date.el (time-to-number-of-days): New function.
10722
10723 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10724         Trivial patch.
10725
10726         * nnslashdot.el (nnslashdot-request-list): Always get the right
10727         sid.
10728
10729 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10730
10731         * message.el (message-minibuffer-local-map): New keymap.
10732         (message-read-from-minibuffer): Use it.
10733         * gnus-msg.el (gnus-summary-resend-message): Use it
10734
10735 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10736
10737         * gnus-start.el (gnus-display-time-event-handler): New function.
10738         (gnus-after-getting-new-news-hook): Use it.
10739
10740 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741
10742         * message.el (message-ignored-mail-headers): Add draft header.
10743
10744 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10745
10746         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10747         excursion.
10748
10749         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10750
10751 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10752         A revoked patch.
10753
10754         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10755
10756 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10757
10758         * qp.el (quoted-printable-decode-region): Don't backward-char.
10759
10760 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10761
10762         * gnus-draft.el: Mark articles as replied.
10763
10764         * gnus-sum.el (gnus-summary-add-mark): New function.
10765
10766         * gnus-group.el (gnus-add-mark): New function.
10767
10768         * gnus-sum.el (gnus-summary-buffer-name): New function.
10769         (gnus-summary-setup-buffer): Use it.
10770
10771         * gnus-draft.el: Set things up with the right post method and
10772         stuff.
10773
10774         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10775
10776         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10777
10778         * gnus.el (gnus-draft-meta-information-header): New variable.
10779
10780 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * gnus-art.el (gnus-treatment-function-alist): Move the date
10783         functions before the header sorting functions.
10784
10785         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10786
10787         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10788         Don't (push "/usr/share/emacs/site-lisp" load-path).
10789
10790         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10791         to empty fill prefixes.
10792
10793 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10794
10795         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10796         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10797
10798 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10799
10800         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10801
10802         * nnml.el (autoload): Move to nnheader.el.
10803
10804         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10805         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10806         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10807         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10808
10809 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10810
10811         * gnus-art.el (article-make-date-line): Get the hours right.
10812         (gnus-ignored-headers): More hiding.
10813
10814         * nnmail.el (nnmail-expiry-wait): Not an integer.
10815
10816         * message.el (message-goto-body): Only expand abbrev when called
10817         interactively.
10818         (message-make-lines): Use it.
10819
10820 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10821
10822         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10823
10824 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10825
10826         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10827         include the expunged articles.
10828
10829         * gnus-group.el (gnus-group-sort-by-server): New function.
10830
10831         * gnus.el (gnus-method-to-server-name): New function.
10832         (gnus-group-prefixed-name): Use it.
10833
10834         * gnus-group.el (gnus-group-sort-function): Doc fix.
10835         (gnus-group-sort-groups-by-server): New command.
10836
10837 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * gnus-art.el (gnus-treat-date-english): New variable.
10840         (article-date-english): New command.
10841         (gnus-english-month-names): New variable.
10842         (article-make-date-line): Do 'english.
10843
10844         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10845         after the fill prefix.
10846
10847         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10848         score...".
10849
10850         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10851
10852         * message.el (message-mode-map): Bind comment-region.
10853
10854         * gnus-art.el (gnus-mime-display-part): Let w3 display
10855         multipart/related.
10856
10857         * mm-bodies.el (mm-long-lines-p): New function.
10858         (mm-body-encoding): Use it.
10859         (mm-body-encoding): Encode articles with lines longer than 1000
10860         characters.
10861
10862 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10863
10864         * mm-util.el (mm-enable-multibyte): Use
10865         default-enable-multibyte-characters.
10866         (mm-enable-multibyte-mule4): Ditto.
10867         (mm-disable-multibyte): Test XEmacs.
10868         (mm-disable-multibyte-mule4): Ditto.
10869         (mm-with-unibyte-current-buffer): Simplified.
10870         (mm-with-unibyte-current-buffer-mule4): Ditto.
10871
10872 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10873
10874         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10875
10876         * nnheader.el (nnheader-string-as-multibyte): New alias.
10877
10878         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10879
10880         * gnus-uu.el (gnus-message-process-mark): New function.
10881         (gnus-uu-mark-by-regexp): Use it.
10882         (gnus-new-processable): New function.
10883
10884 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10885          Trivial patch.
10886
10887         * gnus-sum.el (gnus-no-mark): New variable.
10888
10889 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10892         backslashes.
10893
10894 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10897         definition.
10898
10899 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10900
10901         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10902
10903         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10904         XEmacs.
10905
10906 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10907         Trivial patch.
10908
10909         * mml.el (mml-read-tag): Save tag location.
10910
10911 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10912
10913         * starttls.el: Sync with Emacs 21.
10914
10915 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10916
10917         * message.el (message-mail): Support yank-action.
10918
10919         * message.el (message-setup): Revoke the last change.
10920
10921 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10922
10923         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10924         <jvromans@squirrel.nl>.
10925
10926 2000-12-24  Simon Josefsson  <sj@extundo.com>
10927
10928         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10929         mailing list junk at end of part.
10930
10931 2000-12-23  Simon Josefsson  <sj@extundo.com>
10932
10933         * nnimap.el (nnimap-expiry-target): New function.
10934         (nnimap-request-expire-articles): Use it.
10935
10936 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10937
10938         * gnus.el (gnus-group-parameters-more): New variable.
10939         * gnus-cus.el (gnus-group-customize): Use it.
10940
10941         * gnus.el (gnus-define-group-parameter): New macro.
10942         (auto-expire): Use it
10943         (total-expire): Use it.
10944         * gnus-art.el (banner): Use it.
10945
10946         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10947         <ljz@asfast.com>.
10948
10949 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10950
10951         * gnus-topic.el (gnus-topic-create-topic): Use list.
10952
10953         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10954         before binding gnus-default-article-saver.
10955
10956         * gnus-sum.el (gnus-summary-save-article):
10957         (gnus-summary-pipe-output):
10958         (gnus-summary-save-article-mail):
10959         (gnus-summary-save-article-rmail):
10960         (gnus-summary-save-article-file):
10961         (gnus-summary-write-article-file):
10962         (gnus-summary-save-article-body-file): Ditto.
10963
10964         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10965
10966 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10967
10968         * gnus-art.el (gnus-mime-security-button-map):
10969         (gnus-mime-button-map): Add parent.
10970
10971 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10972
10973         * messagexmas.el (message-xmas-redefine): New function.
10974
10975         * message.el: Use it.
10976
10977         * gnus-art.el (gnus-article-check-hidden-text): Return t.
10978
10979         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10980
10981 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10982
10983         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10984         malformatted messages.
10985
10986 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10987
10988         * mm-util.el (mm-image-load-path): New function.
10989
10990         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10991
10992         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10993
10994         * message.el (message-tool-bar-map): Use it.
10995
10996         * Makefile.in (install-el): New rule.
10997
10998 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * gnus-art.el (article-treat-dumbquotes): Quote \.
11001
11002 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11003
11004         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11005         Emacs 20 runs on a terminal.
11006
11007 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11008
11009         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11010
11011         * mml.el (gnus-add-minor-mode): Autoload.
11012
11013         * message.el (message-forward): Save-restriction.
11014
11015 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11016
11017         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11018         Paul Stevenson <p.stevenson@surrey.ac.uk>
11019
11020 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11021
11022         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11023
11024         * mml.el (gnus-ems): Don't require.
11025
11026         * gnus.el (gnus-decode-rfc1522): Removed.
11027         (gnus-set-text-properties): Define.
11028
11029 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11030
11031         * gnus-art.el (gnus-mime-*): handle may be nil.
11032
11033         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11034
11035         * gnus.el (gnus-group-remove-excess-properties): Not defined
11036         in gnus-xmas.
11037
11038 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11039
11040         * message.el (message-mail-user-agent): Add :version.
11041
11042 2000-12-21  Miles Bader  <miles@gnu.org>
11043
11044         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11045
11046 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11047
11048         * message.el (message-mail-user-agent): New variable.
11049         (message-setup): Renamed to message-setup-1. Support
11050         mail-user-agent.
11051         (message-mail-user-agent): New function.
11052         (message-mail): Use it.
11053         (message-reply): Use it.
11054         (message-resend): Use it.
11055         (message-mail-other-window): Use it.
11056         (message-mail-other-frame): Use it.
11057
11058         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11059
11060 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11061
11062         * message.el (message-tool-bar-map): Simplify.
11063         (message-narrow-to-head-1): New function.
11064         (message-narrow-to-head): Use it.
11065         (message-reply): Ditto.
11066         (message-cancel-news): Ditto.
11067         (message-supersede): Ditto.
11068         (message-make-forward-subject): Ditto.
11069         (message-bounce): Ditto.
11070
11071 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11072
11073         * uudecode.el (uudecode-decode-region-external): make-temp-file
11074         may not be defined.
11075
11076         * binhex.el (defalias): eval-and-compile.
11077
11078         * message.el (message-tool-bar-map): New function.
11079         (message-mode): Use it.
11080
11081 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11082
11083         * nntp.el (nntp-find-connection): Remove the entry.
11084         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11085
11086 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11087
11088         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11089
11090         * message.el (message-forward): Copy buffer in unibyte mode.
11091
11092 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11093
11094         * message.el (message-make-forward-subject): Don't widen. Decode.
11095         (message-forward): Don't decode subject.
11096
11097 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11098
11099         * qp.el (quoted-printable-encode-region): Upcase QP.
11100
11101 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11102
11103         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11104         mail-extract-a-c instead. Don't depend on Gnus.
11105
11106         * mml.el (gnus-ems): Require it.
11107
11108         * gnus-msg.el (gnus-summary-mail-forward):
11109
11110         * message.el (message-forward):  Move mime-to-mml here.
11111
11112 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11113
11114         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11115         * gnus-art.el (gnus-insert-mime-button): Simplify.
11116         (gnus-mime-display-alternative): Ditto.
11117         (gnus-insert-mime-security-button): Ditto.
11118
11119 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11120
11121         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11122         text-property-not-all doesn't return nil when start=mark(end).
11123         (gnus-remove-text-properties-when): Ditto.
11124
11125 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11126
11127         * gnus-start.el (gnus-group-change-level): Remove group from
11128         gnus-active-hashtb if real killed.
11129
11130 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11131
11132         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11133         (gnus-mime-display-alternative): Ditto.
11134         (gnus-insert-mime-security-button): Ditto.
11135
11136 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11137
11138         * gnus-start.el (gnus-group-change-level): Don't add it into
11139         killed-list if it was killed.
11140
11141 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11144         (nnmbox-active-file-coding-system): Ditto.
11145
11146         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11147
11148 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11149
11150         * gnus.el (gnus-version):
11151         (gnus-version-number): Set to Oort Gnus 0.01.
11152
11153         * gnus-art.el (gnus-mime-security-button-map):
11154         (gnus-insert-mime-security-button): Fix for Emacs21.
11155
11156 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11157
11158         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11159         easymenu, because XEmacs doesn't understand :help.
11160
11161         * mm-uu.el: Require binhex.
11162
11163 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11164
11165         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11166
11167 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11168
11169         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11170
11171 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11172
11173         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11174
11175 2000-12-18  Dave Love  <fx@gnu.org>
11176
11177         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11178         (unused).
11179
11180 2000-12-13  Miles Bader  <miles@gnu.org>
11181
11182         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11183         to t, so that we don't get stuck while trying to smilefy
11184         intangible text.
11185
11186 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11187
11188         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11189         at the end of the buffer.
11190         (smiley-region): In the loop, move to the end of the submatch
11191         matching the smiley instead of using the end of the match
11192         of the whole regexp.
11193
11194 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11195
11196         * message.el (message-mode): Doc fix.
11197
11198 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11199
11200         * smiley-ems.el (smiley-region): Doc fix.
11201
11202 2000-12-11  Miles Bader  <miles@gnu.org>
11203
11204         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11205         bottom line visible, check to see if it's partially obscured, and
11206         if so, either scroll one more line to make it fully visible, or
11207         revert to showing the second line from the top.
11208
11209 2000-12-07  Dave Love  <fx@gnu.org>
11210
11211         * mailcap.el (mailcap-download-directory)
11212         * gnus-audio.el (gnus-audio-directory)
11213         * smiley-ems.el (smiley-data-directory): Fix :type.
11214
11215 2000-11-30  Dave Love  <fx@gnu.org>
11216
11217         * message.el (message-auto-save-directory): Use
11218         file-name-as-directory.
11219         (message-set-auto-save-file-name): Create
11220         message-auto-save-directory if necessary.
11221         (message-replace-chars-in-string): Removed -- unused.
11222         (message-mail-alias-type): Customize.
11223         (message-headers): Remove duplicate defgroup.
11224
11225 2000-11-29  Dave Love  <fx@gnu.org>
11226
11227         * qp.el (quoted-printable-decode-region): Use error, not message
11228         to report malformed text (like base64).  Amend message.
11229
11230 2000-11-29  Miles Bader  <miles@gnu.org>
11231
11232         * message.el (message-header-lines): Fontify tag.
11233
11234 2000-11-27  Dave Love  <fx@gnu.org>
11235
11236         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11237         compiler warning.
11238
11239 ;2000-11-26  Dave Love  <fx@gnu.org>
11240 ;
11241 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11242 ;
11243 2000-11-23  Dave Love  <fx@gnu.org>
11244
11245         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11246
11247         * mm-uu.el (uudecode): Require.
11248         (uudecode-decode-region, uudecode-decode-region-external): Don't
11249         autoload.
11250         (mm-uu-copy-to-buffer): Doc fix.
11251         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11252         type fix.
11253
11254         * mailcap.el: Doc fixes.
11255         (mailcap-mime-data): Various adjustments.
11256         (mailcap): New group.
11257         (mailcap-download-directory): Customize.
11258         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11259         (mailcap-temporary-directory): Deleted (unused).
11260         (mailcap-unescape-mime-test): Simplify slightly.
11261         (mailcap-viewer-passes-test): Use functionp.
11262         (mailcap-command-p): Aliased to executable-find.
11263
11264         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11265         default-enable-multibyte-characters is nil.
11266
11267 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11268
11269         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11270
11271 2000-11-21  Dave Love  <fx@gnu.org>
11272
11273         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11274         gnus-article-mode-map.
11275 ;       (gnus-mime-button-menu): Use mouse-set-point.
11276         (gnus-insert-mime-button, gnus-mime-display-alternative)
11277         (gnus-mime-display-alternative): Don't use local-map property.
11278
11279 2000-11-17  Dave Love  <fx@gnu.org>
11280
11281         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11282         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11283         and make-temp-file.
11284         (uudecode-decode-region): Doc fix.
11285
11286 2000-11-14  Dave Love  <fx@gnu.org>
11287
11288         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11289         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11290         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11291         New files, derived from the XPMs.
11292
11293 2000-11-10  Dave Love  <fx@gnu.org>
11294
11295         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11296         (gnus-agent-lib-file, gnus-agent-load-alist)
11297         (gnus-agent-save-alist, gnus-agent-article-name): Use
11298         expand-file-name.
11299
11300         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11301         :version.
11302         (nnkiboze-score-file): Defvar when compiling.
11303
11304         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11305
11306         * gnus-art.el (gnus-article-banner-alist)
11307         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11308         (gnus-article-date-lapsed-new-header)
11309         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11310         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11311         (gnus-treat-strip-headers-in-body)
11312         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11313         (gnus-treat-translate): Add :version.
11314         (gnus-article-mime-part-function): Fix defcustom.
11315
11316         * nnmail.el (nnmail-expiry-target)
11317         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11318         (nnmail-split-header-length-limit): Add :version.
11319
11320         * gnus-sum.el (gnus-auto-expirable-marks)
11321         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11322         (gnus-extra-headers, gnus-ignored-from-addresses)
11323         (gnus-newsgroup-ignored-charsets)
11324         (gnus-group-highlight-words-alist)
11325         (gnus-summary-show-article-charset-alist): Add :version.
11326
11327         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11328         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11329         files, converted from the XPMs.
11330
11331         * gnus-cache.el (gnus-cache-active-file): Don't use
11332         file-name-as-directory on directory.
11333         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11334         use file-name-as-directory on directory.
11335
11336         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11337         (date-to-time): Use it.
11338
11339 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11340 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11341 ;       (message-newline-and-reformat): Likewise.
11342         (message-forward-as-mime, message-forward-ignored-headers)
11343         (message-buffer-naming-style, message-default-charset)
11344         (message-dont-reply-to-names, message-send-mail-partially-limit):
11345         Add :version.
11346
11347         * mm-util.el: Doc fixes.
11348         (mm-mime-charset): Don't use the raw result of
11349         mm-preferred-coding-system.
11350         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11351         (mm-with-unibyte): Simplify.
11352
11353         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11354         concat.
11355
11356         * pop3.el (pop3-version): Deleted.
11357         (pop3-make-date): New function, avoiding message-make-date.
11358         (pop3-munge-message-separator): Use it.
11359
11360 2000-11-09  Dave Love  <fx@gnu.org>
11361
11362         * gnus-group.el (gnus-group-make-directory-group)
11363         (gnus-group-fetch-faq): Use expand-file-name.
11364         (gnus-group-fetch-faq): Simplify completing-read form.
11365
11366         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11367         test for Mule.
11368
11369         * message.el (tool-bar-map): Defvar when compiling.
11370
11371         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11372         (gnus-tm-lisp-directory): Deleted.
11373         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11374         (featurep 'xemacs).
11375         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11376         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11377         version numbers from file names.
11378
11379 2000-11-08  Dave Love  <fx@gnu.org>
11380
11381         * mm-view.el: Use featurep for XEmacs test.
11382         (mm-inline-message): Test for `remove-specifier'; don't use
11383         condition-case.
11384
11385         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11386
11387         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11388         (gnus-score-find-bnews): Don't concat "".
11389
11390         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11391         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11392         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11393         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11394
11395         * gnus-sum.el: Put some defvars in eval-when-compile.
11396         (gnus-summary-mode-hook): Add :options.
11397         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11398         (gnus-summary-tool-bar-map): New variable.
11399         (gnus-summary-make-tool-bar): New function.
11400         (gnus-summary-mode): Put kill-all-local-variables first.
11401
11402         * gnus-group.el (gnus-group-toolbar-map): New variable.
11403         (gnus-group-make-tool-bar): Rewritten.
11404         (gnus-group-mode): Put kill-all-local-variables first.
11405
11406         * rfc2047.el: Require gnus-util.
11407
11408         * nnml.el (gnus-sorted-intersection): Autoload.
11409
11410         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11411         Put some defvars in eval-when-compile.
11412         (gnus-intersection, gnus-sorted-complement):  Autoload.
11413
11414         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11415
11416         * mm-encode.el (mm-body-7-or-8): Autoload.
11417
11418         * mm-decode.el (mm-insert-inline): Autoload.
11419
11420         * mml.el:
11421         * message.el: Put some defvars in eval-when-compile.
11422
11423         * gnus-msg.el: Put some defvars in eval-when-compile.
11424         (gnus-msg-mail): Move after gnus-setup-message.
11425
11426         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11427
11428 2000-11-07  Dave Love  <fx@gnu.org>
11429
11430         * gnus-util.el (nnheader): Don't require message (recursive
11431         autoload).
11432
11433         * uudecode.el: Avoid compiler warnings.
11434
11435         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11436         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11437
11438 2000-11-06  Dave Love  <fx@gnu.org>
11439
11440         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11441
11442         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11443         (uudecode-char-int): New alias, replacing char-int.
11444         (uudecode-decode-region): Don't call buffer-disable-undo.
11445
11446 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11447 ;       (mm-uu-configure-list): Doc fix.
11448 ;
11449 ;       * earcon.el (running-xemacs): Don't define.
11450 ;
11451 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11452 ;
11453 ;       * message.el (message-font-lock-keywords): Match a final newline
11454 ;       to help font-lock's multiline support.
11455 ;
11456 2000-11-03  Dave Love  <fx@gnu.org>
11457
11458         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11459
11460         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11461         name.
11462
11463         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11464         <banner>: Fix custom type, doc.
11465
11466         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11467         name.  Don't disable undo explicitly.
11468
11469 ;2000-11-02  Dave Love  <fx@gnu.org>
11470 ;
11471 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11472 ;       cite-prefix.
11473
11474 2000-11-01  Dave Love  <fx@gnu.org>
11475
11476         * rfc2047.el (base64): Require unconditionally.
11477         (message-posting-charset): Defvar when compiling.
11478         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11479         message.
11480
11481         * gnus-sum.el (nnoo): Require.
11482         (mm-uu-dissect): Autoload.
11483
11484         * mml.el (mml-parse-1): Clarify message.
11485         (mml-minibuffer-read-type): Use mailcap-mime-types.
11486
11487 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11488
11489         * mml.el: Fix a typo in the requiring of CL.
11490
11491 2000-11-01  Dave Love  <fx@gnu.org>
11492
11493         * utf7.el: Require cl when compiling.
11494
11495         * binhex.el: Use (featurep 'xemacs).
11496         (binhex-char-int): New alias, replacing char-int.  Change callers.
11497         (binhex-decode-region): Simplify work buffer code.
11498         (binhex-decode-region-external): Use expand-file-name, not concat.
11499
11500 2000-10-30  Dave Love  <fx@gnu.org>
11501
11502         * gnus-art.el: Fix 2000-10-27 change properly.
11503
11504 2000-10-28  Miles Bader  <miles@gnu.org>
11505
11506         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11507
11508 2000-10-27  Dave Love  <fx@gnu.org>
11509
11510         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11511         strings.
11512         (gnus-group-make-tool-bar): New function.
11513         (gnus-group-mode): Use it.
11514
11515         * message.el (message-mode-menu): Add some :help strings.
11516         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11517         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11518
11519         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11520         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11521         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11522
11523         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11524         display-graphic-p here.
11525
11526 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11527
11528         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11529         of the `gnus-xemacs' variable, as the latter has been removed.
11530         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11531         * gnus-art.el (gnus-treat-display-xface)
11532         (gnus-treat-display-smileys, gnus-treat-display-picons)
11533         (gnus-article-read-summary-keys): Likewise.
11534
11535 2000-10-26  Dave Love  <fx@gnu.org>
11536
11537         (defvar): Use rmail-spool-directory unconditionally.
11538
11539 2000-10-18  Dave Love  <fx@gnu.org>
11540
11541         * mm-bodies.el (mm-uu-decode-function)
11542         (mm-uu-binhex-decode-function): Defvar when compiling.
11543
11544         * gnus-nocem.el (gnus-nocem-issuers): Update.
11545         (gnus-nocem-check-from): New option.
11546         (gnus-nocem-scan-groups): Use it.
11547         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11548         (gnus-nocem-check-article-limit): Add :version.
11549
11550 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11551
11552         * ietf-drums.el (mm-util): Require CL when compiling.
11553
11554 2000-10-15  Dave Love  <fx@gnu.org>
11555
11556         * qp.el: Require mm-util.
11557
11558 2000-10-13  Dave Love  <fx@gnu.org>
11559
11560         * qp.el (quoted-printable-decode-region): Avoid invalid
11561         coding-systems.
11562
11563 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11564
11565         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11566         to a recursive load.
11567
11568 2000-10-12  Dave Love  <fx@gnu.org>
11569
11570         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11571
11572         * gnus.el (gnus-group-startup-message): Check for PBM image.
11573
11574 2000-10-09  Dave Love  <fx@gnu.org>
11575
11576         * mail-source.el (mail-source-fetch-imap): Bind
11577         default-enable-multibyte-characters rather than using
11578         mm-disable-multibyte.
11579
11580 2000-10-05  Dave Love  <fx@gnu.org>
11581
11582         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11583         Autoload.
11584         (quoted-printable-decode-region):  Rename arg which confused
11585         charset with coding-system.  Don't use nonascii-insert-offset.
11586         Coding-system encode the region initially.  Don't recognize `=='
11587         as valid QP.  Coding-system decode the region finally.
11588         (quoted-printable-decode-string): Rename arg which confused
11589         charset with coding-system.
11590
11591         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11592         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11593         mm-encode-coding-region.
11594         (mm-decode-body, mm-decode-string): Rename variables which
11595         confused charset with coding-system.
11596         (binhex-decode-region): Don't autoload.
11597         (mm-body-encoding): Require message.
11598         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11599         cond branches.
11600
11601         * gnus-art.el (article-de-quoted-unreadable)
11602         (article-de-base64-unreadable): Fold search case
11603         rather than downcasing string.  Apply mm-charset-to-coding-system
11604         to arg of quoted-printable-decode-region.
11605
11606 2000-10-04  Dave Love  <fx@gnu.org>
11607
11608         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11609         Require ring when compiling.
11610         (gnus-article-compface-xbm): New variable.
11611
11612 2000-10-04  Dave Love  <fx@gnu.org>
11613
11614         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11615         pbm images.
11616
11617         * frown.pbm, smile.pbm, wry.pbm: New files.
11618
11619         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11620
11621 2000-10-03  Dave Love  <fx@gnu.org>
11622
11623         * mail-source.el (mail-sources): Revert to nil.
11624
11625         * nnmail (nnmail-spool-file): Revert to `((file))'.
11626
11627         * qp.el: Don't require mm-util.
11628         (quoted-printable-decode-region): Rewritten.
11629         (quoted-printable-decode-string, quoted-printable-encode-region):
11630         Doc fix.
11631         (quoted-printable-encode-region): Barf on multibyte characters.
11632         Maybe make the class multibyte.  Upcase chars, not formatted
11633         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11634         (quoted-printable-encode-string): Don't use
11635         mm-with-unibyte-buffer.
11636
11637 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11638
11639         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11640
11641 2000-09-21  Dave Love  <fx@gnu.org>
11642
11643         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11644         (for Emacs 20).  Tidy somewhat.
11645
11646 2000-09-21  Dave Love  <fx@gnu.org>
11647
11648         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11649         image processing.  Rationalize logic somewhat.
11650
11651 2000-09-20  Dave Love  <fx@gnu.org>
11652
11653         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11654         specifically.
11655
11656         * gnus.el (gnus-version-number): Avoid some redundant
11657         autoloads.
11658
11659 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11660
11661         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11662         to XBM; we always have PBM support.
11663
11664 2000-09-14  Dave Love  <fx@gnu.org>
11665
11666         * gnus.el (gnus-charset):
11667         * mm-decode.el (mime-display):
11668         * imap.el (imap) <defgroup>: Add :version.
11669
11670 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11671
11672         * parse-time.el: Fix author's mail address.
11673
11674         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11675         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11676         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11677         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11678         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11679         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11680         * rfc2231.el, uudecode.el: Fix copyright notice.
11681
11682         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11683         require `w3' at load-time only if not running in batch mode.
11684
11685 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11686
11687         * gnus.el: Before merge with Emacs21.
11688
11689 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11690
11691         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11692
11693 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11694
11695         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11696         to avoid conflict with the standard `back-to-indentation'
11697         binding.
11698
11699 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11700
11701         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11702
11703         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11704         (mm-disable-multibyte-mule4): Ditto.
11705         (mm-with-unibyte-current-buffer-mule4): Ditto.
11706
11707 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11708
11709         * pop3.el (pop3-movemail): Use binary.
11710         (pop3-movemail-file-coding-system): Removed.
11711
11712 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11713
11714         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11715
11716 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11717
11718         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11719         exists.
11720
11721 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11722
11723         * gnus-msg.el (gnus-post-method): Use backend name when the
11724         address is "".
11725
11726 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11727
11728         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11729         mm-verify-option.
11730         (gnus-treat-x-pgp-sig): Default value.
11731         (gnus-ignored-headers): Redundant.
11732
11733 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11734
11735         * gnus-win.el (gnus-configure-frame): Save selected window.
11736
11737 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11738
11739         * nnmbox.el: Require gnus-range.
11740         (nnmbox-group-building-active-articles): New variable.
11741         (nnmbox-group-active-articles): New variable; this is a cache of
11742         all active articles by group and number.
11743         (nnmbox-in-header-p): New function.
11744         (nnmbox-find-article): New function.
11745         (nnmbox-record-active-article): New function.
11746         (nnmbox-record-deleted-article): New function.
11747         (nnmbox-is-article-active-p): New function.
11748         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11749         (nnmbox-request-article): Ditto.  Also supply extra arg to
11750         nnmbox-article-group-number.
11751         (nnmbox-request-expire-articles): Ditto.
11752         (nnmbox-request-move-article): Ditto.
11753         (nnmbox-request-replace-article): Ditto.
11754         (nnmbox-request-rename-group): Rename group entry in active
11755         article cache.
11756         (nnmbox-delete-mail): Update active article cache, unless article
11757         is being replaced.
11758         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11759         than partially duplicating it.
11760         (nnmbox-article-group-number): Add extra `this-line' arg, to
11761         handle articles belonging to multiple groups.
11762         (nnmbox-save-mail): Update active article cache.
11763         (nnmbox-read-mbox): Build active article cache when loading mbox.
11764         Also do some repair work, if we find articles that are missing the
11765         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11766         reconstruct these from Xref info.
11767
11768 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11769
11770         * mail-source.el (mail-source-report-new-mail): Use
11771         nnheader-run-at-time.
11772
11773 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11774
11775         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11776         an error is thrown, and then rethrow the error.
11777         (mail-source-check-pop): Ditto.
11778         (mail-source-start-idle-timer): Prevent multiple pop checks
11779         running if the check takes a long time.
11780
11781 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11782
11783         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11784         succeed.
11785
11786 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * gnus-win.el (gnus-configure-windows): Make sure
11789         nntp-server-buffer is live.
11790         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11791
11792 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11793
11794         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11795
11796 2000-12-04  Andreas Jaeger  <aj@suse.de>
11797
11798         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11799
11800 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11801
11802         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11803
11804 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11805         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11806
11807         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11808
11809 2000-12-01  Simon Josefsson  <sj@extundo.com>
11810
11811         * mml-smime.el (mml-smime-verify): Fix address parsing.
11812
11813 2000-12-01  Simon Josefsson  <sj@extundo.com>
11814
11815         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11816         more than one certificate inside PKCS#7 blob.  Better security
11817         information (clamed / actual sender, openssl output, certificates
11818         inside message).
11819
11820         * smime.el (smime-verify-region): Output to /dev/null.
11821         (smime-buffer-as-string-region): Don't parse empty lines.
11822
11823 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11824
11825         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11826         ?d and ?D.
11827         (gnus-mime-security-show-details-inline): New variable.
11828         (gnus-mime-security-show-details): Use them.
11829         (gnus-insert-mime-security-button): Ditto.
11830
11831         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11832         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11833         (mml2015-gpg-clear-verify): Ditto.
11834         (mml2015-gpg-decrypt-1): Ditto.
11835         (mml2015-use): Prefer 'gpg.
11836
11837 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11838
11839         * gnus-util.el (gnus-add-text-properties-when): New function.
11840         (gnus-remove-text-properties-when): Ditto.
11841
11842         * gnus-cite.el (gnus-article-hide-citation): Use them.
11843         (gnus-article-toggle-cited-text): Use them.
11844
11845         * gnus-art.el (gnus-signature-toggle): Use them.
11846         (gnus-article-show-hidden-text): Ditto.
11847         (gnus-article-hide-text): Ditto.
11848
11849 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11850
11851         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11852
11853 2000-11-30  Simon Josefsson  <sj@extundo.com>
11854
11855         * smime.el (smime-point-at-eol): New alias.
11856         (smime-buffer-as-string-region): Use it.
11857
11858 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11859
11860         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11861
11862 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11863
11864         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11865
11866         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11867
11868         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11869
11870 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11871
11872         * nnmh.el (nnmh-request-expire-articles): Implemented
11873         expiry-target for nnmh backend.
11874
11875 2000-11-30  Simon Josefsson  <sj@extundo.com>
11876
11877         * mm-decode.el (mm-security-from): New variable.
11878         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11879
11880         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11881         than `from'.
11882
11883 2000-11-30  Simon Josefsson  <sj@extundo.com>
11884
11885         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11886         address match sender address.
11887
11888         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11889
11890         * smime.el (smime-verify-region): Don't copy buffer.
11891         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11892         (smime-pkcs7-region): New function.
11893         (smime-pkcs7-certificates-region): Ditto.
11894         (smime-pkcs7-email-region): Ditto.
11895         (smime-buffer-as-string-region): Ditto.
11896
11897         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11898         buffer.
11899
11900 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11901
11902         * smime.el (smime-decrypt-region): Fix keyfile argument.
11903
11904 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11905
11906         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11907
11908 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11909
11910         * message.el (message-shoot-gnksa-feet): New variable.
11911         (message-gnksa-enable-p): New function.
11912         (message-send): Use it.
11913         (message-check-news-body-syntax): Ditto.
11914
11915 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * message.el (message-make-message-id): Remove the redundancy.
11918
11919 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11920
11921         * message.el (message-setup): Discourage using mc-install-*-mode.
11922
11923         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11924
11925 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11926
11927         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11928
11929 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11930
11931         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11932
11933 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11934
11935         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11936
11937 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11938
11939         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11940         insert-buffer-substring.
11941
11942         * message.el (message-send-mail): Use buffer-substring-no-properties.
11943         (message-send-news): Ditto.
11944
11945 2000-11-22  David Edmondson  <dme@dme.org>
11946
11947         * imap.el (imap-wait-for-tag): Message read info.
11948
11949 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11950
11951         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11952         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11953         (mml2015-gpg-encrypt): Ditto.
11954
11955 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * mm-decode.el (mm-verify-option): Default value.
11958
11959         * mml-sec.el (mml-secure-part): Error message.
11960
11961 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11962
11963         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11964
11965 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11966
11967         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11968
11969 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * gnus-art.el (gnus-article-describe-key): Use prompt.
11972         (gnus-article-describe-key-briefly): Ditto.
11973
11974 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11975
11976         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11977
11978 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11979
11980         * gnus-art.el (gnus-article-describe-key): New function.
11981         (gnus-article-describe-key-briefly): New function.
11982
11983 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11984
11985         * mm-decode.el (mm-decrypt-option): Doc typo.
11986
11987         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11988         return a number.
11989
11990 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11991
11992         * message.el (message-newline-and-reformat): Typo.
11993
11994 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11995
11996         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11997         original-article-buffer exists.
11998
11999         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12000         (rfc2047-header-encoding-alist): Addresses are different from text.
12001         (rfc2047-encode-message-header): Ditto.
12002         (rfc2047-dissect-region): Extra parameter.
12003         (rfc2047-encode-region): Ditto.
12004         (rfc2047-encode-string): Ditto.
12005
12006 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12007
12008         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12009         (mm-uu-pgp-encrypted-extract): Use it.
12010         (mm-uu-pgp-signed-extract-1): New function.
12011         (mm-uu-pgp-signed-extract): Use it.
12012
12013         * gnus-art.el (gnus-mime-display-security): New function.
12014         (gnus-mime-display-part): Use it.
12015         (gnus-mime-security-verify-or-decrypt): New function.
12016         (gnus-mime-security-press-button): New function.
12017         (gnus-insert-mime-security-button): Use it.
12018
12019         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12020         (mm-find-raw-part-by-type): Ditto.
12021         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12022         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12023         (mm-destroy-parts): Kill nested multibyte buffer.
12024
12025         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12026         (mml2015-gpg-verify): Ditto.
12027
12028 2000-11-18  Simon Josefsson  <sj@extundo.com>
12029
12030         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12031         (mml2015-function-alist): Use it.
12032
12033         * mml-sec.el (mml-sign-alist): Update names.
12034         (mml-encrypt-alist): Ditto.
12035         (mml-secure-part-smime-sign): Moved to mml-smime.el
12036         as `mml-smime-sign-query'.
12037         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12038         `mml-smime-get-file-cert'.
12039         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12040         `mml-smime-get-dns-cert'.
12041         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12042         `mml-smime-encrypt-query'.
12043         (mml-smime-sign-buffer): Use mml-smime-sign.
12044         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12045
12046         * mml-smime.el (mml-smime-sign): New function.
12047         (mml-smime-encrypt):
12048         (mml-smime-sign-query):
12049         (mml-smime-get-file-cert):
12050         (mml-smime-get-dns-cert):
12051         (mml-smime-encrypt-query): Moved from mml-sec.el.
12052
12053 2000-11-16  Simon Josefsson  <sj@extundo.com>
12054
12055         * mml2015.el (mml2015-gpg-clear-verify): New function.
12056         (mml2015-function-alist): Add it.
12057
12058 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059
12060         * message.el (message-setup-fill-variables): Use
12061         message-cite-prefix-regexp.
12062         (message-newline-and-reformat): Check the end of citation, leading
12063         WSP, break in the cite prefix.
12064         (message-fill-paragraph): New function.
12065
12066 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12067
12068         * lpath.el: Shut up.
12069
12070 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12071
12072         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12073         raw 8-bit in headers in dk.* newsgroups.
12074
12075 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12076
12077         * message.el (message-newline-and-reformat): Match extra WSPs.
12078
12079 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12080
12081         * mml.el (mml-generate-mime-1): Ignore ascii.
12082
12083 2000-11-16 Justin Sheehy  <justin@iago.org>
12084
12085         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12086
12087 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12088
12089         * message.el (message-cite-prefix-regexp): Prefix should not end
12090         at space.
12091
12092 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12093
12094         * message.el (message-mode-syntax-table): Add - as a word
12095         constituent as in articles.
12096         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12097         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12098         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12099
12100 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12101
12102         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12103
12104 2000-11-12  David Edmondson  <dme@dme.org>
12105
12106         * message.el (message-font-lock-keywords): use
12107         message-cite-prefix-regexp.
12108
12109 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12110
12111         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12112         Stein Arild Str\e,Ax\e(Bmme.
12113         (gnus-group-jump-to-group): Use it.
12114         (gnus-group-jump-to-group-prompt): Customize.
12115
12116 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12117
12118         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12119
12120 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12121
12122         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12123         incompatible.
12124         (mml2015-mailcrypt-sign): Ditto.
12125
12126 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12127
12128         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12129         group is open.
12130
12131 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12132
12133         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12134         nnvirtual articles.
12135         (gnus-backlog-request-article): Don't request nnvirtual articles.
12136
12137 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12138
12139         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12140         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12141
12142 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12143
12144         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12145         * mml.el (mml-generate-mime-1): Use charset attribute.
12146         * mm-bodies.el (mm-encode-body): Add parameter charset.
12147         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12148
12149 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12150
12151         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12152         (mml2015-mailcrypt-clear-decrypt): Ditto.
12153         (mml2015-mailcrypt-verify): Ditto.
12154         (mml2015-mailcrypt-clear-verify): Ditto.
12155         (mml2015-gpg-verify): Ditto.
12156
12157 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12158
12159         * smime.el (smime-openssl-program): Test the existence of openssl.
12160         * mml-smime.el: Require mm-decode.
12161         (mml-smime-verify-test): New function.
12162         * mm-decode.el (mm-verify-function-alist): Use it.
12163
12164 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12165
12166         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12167         anyway.
12168
12169 2000-11-13  Simon Josefsson  <sj@extundo.com>
12170
12171         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12172         verification doesn't work.
12173
12174 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12175
12176         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12177         (gnus-inews-do-gcc): Use it.
12178
12179 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12182         leading space.
12183         * mm-extern.el (mm-inline-external-body): Report error when no
12184         access-type.
12185
12186 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12187
12188         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12189
12190 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12191
12192         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12193
12194 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12195
12196         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12197         as multipart/mixed.
12198
12199 2000-11-12  David Edmondson  <dme@dme.org>
12200
12201         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12202         and replace `.' with `\w' to allow for different syntax tables
12203         (from Vladimir Volovich).
12204         * message.el (message-newline-and-reformat): use
12205         `message-cite-prefix-regexp'.
12206         * gnus-cite.el (gnus-supercite-regexp): use
12207         `message-cite-prefix-regexp'.
12208         * gnus-cite.el (gnus-cite-parse): use
12209         `message-cite-prefix-regexp'.
12210
12211 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12212
12213         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12214         PGP SIGNATURE.  Escape leading "-"'s.
12215         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12216
12217 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12218
12219         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12220
12221 2000-11-11  Simon Josefsson  <sj@extundo.com>
12222
12223         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12224
12225         * smime.el (smime-details-buffer): New variable.
12226         (smime-sign-region):
12227         (smime-encrypt-region):
12228         (smime-verify-region):
12229         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12230
12231         * mml-smime.el (mml-smime-verify): Support security info.
12232
12233 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12234
12235         * mm-decode.el (mm-verify-option): Set default to nil.
12236         (mm-decrypt-option): Ditto.
12237         * gnus-art.el (article-verify-x-pgp-sig): New function.
12238
12239 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12240
12241         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12242         preferred part.
12243
12244 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12245
12246         * gnus-sum.el (gnus-move-split-methods): Say that
12247         `gnus-split-methods' uses file names, whereas this uses group
12248         names.  (Report from Nevin Kapur)
12249
12250 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12251
12252         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12253
12254 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12255
12256         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12257         (nnheader-directory-articles): Use it.
12258         (nnheader-article-to-file-alist): Ditto.
12259
12260 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12261
12262         * rfc2047.el (rfc2047-pad-base64): New function.
12263         (rfc2047-decode): Use it.
12264
12265 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12266
12267         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12268         select method.
12269
12270 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12271
12272         * mml2015.el (mml2015-gpg-decrypt-1):
12273         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12274
12275 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12276
12277         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12278
12279 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12280
12281         * pop3.el (pop3-munge-message-separator): A message may have an
12282         empty body.
12283
12284 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12285
12286         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12287         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12288         (mm-uu-pgp-signed-extract): Use coding-system.
12289
12290 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12291
12292         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12293         (gnus-insert-mime-security-button): New function.
12294         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12295         * mml2015.el:  Add security info when verify or decrypt.
12296         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12297         (mm-uu-pgp-encrypted-extract): Ditto.
12298
12299 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12300
12301         * mm-decode.el (mm-display-parts): New function.
12302         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12303
12304 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12305
12306         * gnus-mlspl.el: Documentation tweaks.
12307
12308 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12309
12310         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12311         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12312         argument.
12313
12314 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12315
12316         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12317
12318 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12319
12320         * gnus-art.el (gnus-article-encrypt): New function.
12321         (gnus-article-encrypt-protocol-alist): New variable.
12322         (gnus-article-encrypt-protocol): New variable.
12323         * mml2015.el (mml2015-self-encrypt): New function.
12324         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12325
12326 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12327
12328         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12329         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12330         let mailcap do it.
12331         * mml2015.el: Remove snarf code.
12332         * mm-decode.el: Remove snarf code.
12333
12334 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12335
12336         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12337         (mml-insert-mime): Understand gnus-decoded.
12338         (mime-to-mml): New parameter handles.
12339         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12340         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12341
12342 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * mm-decode.el (mime-security): New group.
12345         (mm-verify-function-alist): Add test function.
12346         (mm-decrypt-function-alist): Ditto.
12347         (mm-snarf-option): Set default value as nil.
12348         (mm-find-part-by-type): Recursive parameter.
12349         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12350         * mml2015.el: Support draft-ietf-openpgp-multsig.
12351
12352 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12353
12354         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12355         (gnus-article-view-part-as-charset): New function.
12356
12357 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12358
12359         * mm-decode.el (mm-verify-option): Default value.
12360         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12361
12362 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12363
12364         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12365
12366 2000-11-05  Simon Josefsson  <sj@extundo.com>
12367
12368         * mml-smime.el (mml-smime-verify): Work in original multipart
12369         buffert.
12370
12371         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12372         (mm-handle-multipart-ctl-parameter): Ditto.
12373         (mm-alist-to-plist): New function.
12374         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12375         for multiparts.
12376         (mm-destroy-parts): Destroy multipart buffert.
12377         (mm-remove-part): Ditto.
12378
12379         * mml-smime.el (mml-smime-sign): Not used.
12380         (mml-smime-encrypt): Ditto.
12381
12382         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12383
12384         Verify S/MIME signature support.
12385
12386         * mm-decode.el (mm-inline-media-tests): Add
12387         application/{x-,}pkcs7-signature.
12388         (mm-inlined-types): Ditto.
12389         (mm-automatic-display): Ditto.
12390         (mm-verify-function-alist): Ditto.  Add name of method.
12391         (mm-decrypt-function-alist): Add name of method.
12392         (mm-find-part-by-type): Add documentation.
12393         (mm-possibly-verify-or-decrypt): Use new format of
12394         mm-{verify,decrypt}-function-alist.  Use method names.
12395
12396         * mml-smime.el (mml-smime-verify): New function.
12397
12398 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12399
12400         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12401
12402 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12403
12404         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12405         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12406         * mm-decode.el (mm-snarf-option): New variable.
12407
12408 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12409
12410         * mm-util.el (mm-subst-char-in-string): New function.
12411         (mm-replace-chars-in-string): Use it.
12412         * message.el (message-replace-chars-in-string): Use it.
12413         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12414         * gnus-mh.el (mh-lib-progs): Shut up.
12415
12416 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12417
12418         * base64.el, md5.el: Moved to contrib directory.
12419
12420 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12421
12422         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12423         the last article when search.
12424
12425 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12426
12427         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12428         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12429
12430 2000-09-29  David Edmondson  <dme@thus.net>
12431
12432         * message.el (message-newline-and-reformat): Typo.
12433
12434 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12435
12436         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12437
12438 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12439
12440         * nntp.el (nntp-decode-text): Delete bogus status lines.
12441
12442 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12443
12444         * message.el (message-font-lock-keywords): Match a final newline
12445         to help font-lock's multiline support.
12446
12447 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12448
12449         * nnoo.el (nnoo-set): New function.
12450
12451 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12452
12453         * gpg.el, gpg-ring.el: Moved to contrib directory.
12454
12455 2000-11-04  Simon Josefsson  <sj@extundo.com>
12456
12457         * nnimap.el (nnimap-split-inbox): Typo.
12458
12459 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12460
12461         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12462
12463 2000-11-03  Simon Josefsson  <sj@extundo.com>
12464
12465         * rfc2231.el (rfc2231-parse-qp-string): New function.
12466         (require): rfc2047.
12467
12468         * mail-parse.el (mail-header-parse-content-type):
12469         (mail-header-parse-content-disposition): Support invalid QP
12470         encoded strings, by using `rfc2231-parse-qp-string'.
12471
12472 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12473
12474         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12475         (rfc2231-decode-encoded-string): Typo "> X 1".
12476         (rfc2231-encode-string): Insert the name of charset.
12477         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12478
12479 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12480
12481         * mm-decode.el (mm-save-part): Return the filename.
12482         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12483         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12484         (gnus-mime-action-alist): Use it.
12485         (gnus-mime-button-commands): Use it.
12486         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12487         (mm-inline-external-body): unwind-protect.
12488
12489 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12490
12491         * gnus-art.el (gnus-insert-mime-button): Show url.
12492
12493 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12494
12495         * mml.el (mml-generate-mime-1): Support external url.
12496         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12497
12498 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12499
12500         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12501         * mm-decode.el (mm-display-external): Ditto.
12502         * mm-extern.el: New file.
12503         * mm-decode.el (mm-inline-media-tests): Hook it up.
12504         (mm-inlined-types): Inline message/external-body.
12505
12506 2000-11-02  Simon Josefsson  <sj@extundo.com>
12507
12508         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12509
12510         * message.el (message-get-reply-headers): Better handling when
12511         Mail-Followup-To is very large.
12512
12513 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12514
12515         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12516         * gnus-art.el (gnus-article-edit-done):
12517         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12518         counting code here.
12519         * gnus-msg.el (gnus-setup-message): Remove a hack.
12520
12521 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12522
12523         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12524         (gnus-summary-mode): Make them local variables.
12525         (gnus-set-global-variables): Globalize them.
12526         (gnus-summary-exit): Kill them.
12527
12528 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12529
12530         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12531         word.
12532
12533 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12534
12535         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12536         gnus-article-wash-types.
12537         * gnus-art.el (gnus-article-wash-status): Use them.
12538
12539 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12540
12541         * mml.el (mml-read-tag): Remove spaces and LF.
12542
12543 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12544
12545         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12546         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12547
12548 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12549
12550         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12551
12552 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12553
12554         * gnus-sum.el (gnus-article-charset): New variable.
12555         (gnus-summary-display-article): Set it.
12556         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12557         * gnus-art.el (gnus-article-mode): Make it local variable.
12558
12559 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12560
12561         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12562
12563 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12564
12565         * nnwfm.el: New file.
12566
12567         * nnweb.el (nnweb-replace-in-string): New function.
12568
12569 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12570
12571         * mml2015.el: Wrap gpg.el.
12572         * gpg.el (gpg-verify): The last argument of apply is a list.
12573         (gpg-encrypt): Add passphrase as a parameter.
12574
12575 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12576
12577         * gpg.el: New file.
12578         * gpg-ring.el: New file.
12579
12580 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12581
12582         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12583
12584 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12587         double-quote characters.
12588         (gnus-summary-prepare-threads): Ditto.
12589
12590 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12591
12592         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12593         * mml.el (mml-read-tag): Don't skip the leading space.
12594         * lpath.el (font-lock-set-defaults): Shut up.
12595
12596 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12597
12598         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12599
12600 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12601
12602         * qp.el (quoted-printable-encode-region): Replace leading - when
12603         ultra safe.
12604         * mml.el (mml-generate-mime-postprocess-function): Removed.
12605         (mml-postprocess-alist): Removed.
12606         (mml-generate-mime-1): Use ultra-safe when sign.
12607         * mml2015.el (mml2015-fix-micalg): Uppercase.
12608         (mml2015-verify): Insert LF.
12609         (mml2015-mailcrypt-sign): Downcase; search backward.
12610
12611 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12612
12613         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12614         restrictive.
12615         (nnultimate-table-regexp): New variable.
12616         (nnultimate-forum-table-p): Use it.
12617
12618 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12619         Trivial patch.
12620
12621         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12622
12623 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12624
12625         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12626         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12627
12628 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12629
12630         * mml2015.el: Shut up.
12631
12632 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12633
12634         * gnus.el (gnus-server-browse-hashtb): Removed.
12635         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12636         (gnus-group-insert-group-line-info): Use simplified method.
12637         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12638
12639 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12640
12641         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12642         moved here.
12643         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12644         * gnus-group.el (gnus-group-prepare-flat): Use it.
12645         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12646
12647 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12648
12649         * mml.el (mml-mode): Show menu in XEmacs.
12650
12651 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12652
12653         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12654         (gnus-server-read-server-in-server-buffer): New function.
12655         (gnus-browse-foreign-server): Browse in group buffer.
12656         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12657         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12658         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12659         * gnus.el (gnus-server-browse-hashtb): New variable.
12660
12661 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12662
12663         * nnfolder.el (nnfolder-open-nov): Use group.
12664
12665 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12666
12667         * nnfolder.el: Add NOV. Set version to 2.0.
12668         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12669
12670 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12671
12672         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12673
12674 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12675
12676         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12677         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12678
12679 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12680
12681         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12682
12683 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12684
12685         * mm-decode.el (mm-verify-function-alist): New variable.
12686         (mm-verify-option): New variable.
12687         (mm-decrypt-function-alist): Ditto.
12688         (mm-decrypt-option): Ditto.
12689         (mm-find-raw-part-by-type): New function.
12690         (mm-possibly-verify-or-decrypt): New function.
12691         (mm-dissect-multipart): Use it.
12692         * mml2015.el (mml2015-fix-micalg): New function.
12693         (mml2015-decrypt): Use new interface.
12694         (mml2015-verify):  Use new interface.
12695         (mml2015-setup): Make it bogus.
12696
12697 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12698
12699         * mml.el (mml-generate-mime-postprocess-function): Set to
12700         mml-postprocess.
12701         (autoload): Autoload mml2015 and mml-smime.
12702         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12703         * mml2015.el (mml2015-encrypt): New function.
12704         (mml2015-sign): New function.
12705         (mml2015-encrypt-function): New variable.
12706         (mml2015-sign-function): New variable.
12707         (mml2015-mailcrypt-encrypt): Use message-recipients.
12708         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12709         * mml-smime.el (mml-smime-setup): Ditto.
12710
12711 2000-10-28  Simon Josefsson  <sj@extundo.com>
12712
12713         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12714         Communigate Pro 3.3.1 server.
12715
12716         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12717         in buffers.
12718         (mml-secure-dns-server): Removed.
12719         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12720         write certificates to files.
12721
12722         * smime.el (smime-dns-server): New variable.
12723         (smime-mail-to-domain):
12724         (smime-cert-by-dns): New functions.
12725
12726         * dig.el: New file.
12727
12728 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12729
12730         * message.el (message-options): New variable.
12731         (message-options-set-recipient): New function.
12732         (message-send): Use them.
12733         * gnus-int.el (gnus-request-replace-article): Use them.
12734         (gnus-request-accept-article): Ditto.
12735         * mml.el (mml-preview): Use them.
12736         * gnus-sum.el (gnus-summary-edit-article): Use them.
12737
12738         * message.el (message-options-get): New function.
12739         (message-options-get): New function.
12740         * rfc2047.el (rfc2047-encode-message-header): Use them.
12741         * mm-bodies.el (mm-encode-body): Use them.
12742
12743 2000-10-28  Simon Josefsson  <sj@extundo.com>
12744
12745         * nnimap.el (nnimap-retrieve-which-headers):
12746         (nnimap-request-article-part): Quote message-id.
12747
12748         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12749         (smime-CA-file): New variable.
12750         (smime-call-openssl-region): Don't error.
12751         (smime-sign-region): Return result value.
12752         (smime-encrypt-region): Ditto.
12753         (smime-verify-region): New function.
12754         (smime-decrypt-region): Ditto.
12755         (smime-verify-buffer): Ditto.
12756         (smime-decrypt-buffer): Ditto.
12757
12758         * mml.el: Require mml-sec.
12759         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12760         (mml-mode-map): Add "sign" and "encrypt" maps.
12761         (mml-menu): Add security menu.
12762         (mml-preview): Use generate-new-buffer.
12763
12764         * mml-sec.el: New file.
12765
12766 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12767
12768         * mm-decode.el (mm-find-part-by-type): Move it here.
12769         * mml.el (mml-postprocess): Move it here.
12770         (mml-postprocess-alist): Move it here. Merge them.
12771
12772 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12773
12774         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12775         unencoded stuff in the header.
12776
12777 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12778
12779         * gnus-group.el (gnus-group-listed-groups): New variable.
12780         (gnus-group-list-option): New variable.
12781         (gnus-group-list-limit-map): New keymap.
12782         (gnus-group-list-flush-map): New keymap.
12783         (gnus-group-list-plus-map): New keymap.
12784         (gnus-group-prepare-logic): New function.
12785         (gnus-group-prepare-flat): Merge with
12786         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12787         (gnus-group-prepare-flat-list-dead): Ditto.
12788         (gnus-group-list-matching): Use gnus-group-prepare-function.
12789         (gnus-group-list-dormant): Ditto.
12790         (gnus-group-list-cached): Ditto.
12791         (gnus-group-listed-groups): New function.
12792         (gnus-group-list-limit): New function.
12793         (gnus-group-list-flush): New function.
12794         (gnus-group-list-plus): New function.
12795         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12796         (gnus-topic-prepare-topic): Ditto.
12797
12798 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12799
12800         * message.el (message-insert-to, message-get-reply-headers):
12801         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12802
12803 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12804
12805         * mml2015.el: New file.
12806         * smime.el: New file.
12807         * mml-smime.el: New file.
12808
12809 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12810
12811         * ChangeLog: Moved to ChangeLog.1.
12812
12813     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12814   Copying and distribution of this file, with or without modification,
12815   are permitted provided the copyright notice and this notice are preserved.
12816
12817 ;; Local Variables:
12818 ;; coding: iso-2022-7bit
12819 ;; End: