cb1754af7894774fc62e9a24b0784a5c57128c5b
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2
3         * mml.el (mml-preview): Get rid of MIME handles and buffers after
4         previewing.
5
6 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
7
8         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
9         bug when the (n+1)th article to be added to a group has a smaller
10         number than the n articles already added.
11
12 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
13
14         * message.el (message-mode-field-menu): Use backquote.
15
16 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
17
18         * spam.el: fixed the BBDB autoloads again, using
19         bbdb-search-simple now (which is not a macro, thank god)
20
21         * lpath.el (bbdb-search): removed function from maybe-fbind list
22
23         * gnus.el (ham-process-destination): added new parameter for
24         destination of ham articles found in spam groups at summary exit
25
26         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
27         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
28         (spam-ifile-database-path): added new parameter for ifile's database
29         (spam-move-spam-nonspam-groups-only): new parameter to determine
30         if spam should be moved from all groups or only some
31         (spam-summary-prepare-exit): fixed logic to use
32         spam-move-spam-nonspam-groups-only when deciding to invoke
33         spam-mark-spam-as-expired-and-move-routine; always invoke that
34         routine after the spam has been expired-or-moved in case there's
35         some spam left over; use spam-ham-move-routine in spam groups
36         (spam-ham-move-routine): new function to move ham articles to the
37         ham-process-destinations group parameter
38
39 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
42
43         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
44         gnus-summary-update-article-line.
45
46 2003-01-08  Simon Josefsson  <jas@extundo.com>
47
48         * nnmail.el (nnmail-expiry-target-group): Request group, create it
49         not successful.
50
51 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
54
55 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
58         logic, finally
59
60 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61
62         * gnus-spec.el (gnus-parse-format): %C is a complex format.
63         (gnus-parse-format): Change to %~.
64
65         * message.el (message-generate-headers): Don't generate optional
66         empty headers.
67
68 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
69
70         * message.el (message-cross-post-default)
71         (message-cross-post-note-function, message-shoot-gnksa-feet)
72         (message-strip-subject-trailing-was, message-change-subject)
73         (message-mark-insert-file, message-cross-post-followup-to)
74         (message-cross-post-followup-to, message-mode-map)
75         (message-generate-unsubscribed-mail-followup-to)
76         (message-make-mail-followup-to): Minor changes to doc-strings and
77         error messages.  Updated copyright line.
78
79         * message.el (message-make-mail-followup-to,
80         message-generate-unsubscribed-mail-followup-to): New function
81         names.  Renamed functions: "-mft" -> "-mail-followup-to".
82         (message-make-mft, message-gen-unsubscribed-mft): Removed function
83         names.
84
85         * mml.el (mml-preview-insert-mail-followup-to): New function name.
86         (mml-preview-insert-mft): Removed function name.
87         (mml-preview): Use new function names.
88
89         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
90
91         * message.el (message-mode-field-menu): Moved header related
92         commands from "Message" to "Field" menu.
93
94 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
95
96         * message.el (message-generate-headers-first): Added customization
97         if variable is a list.
98
99 2003-01-07  Michael Shields  <shields@msrl.com>
100
101         * gnus-art.el (gnus-article-next-page): Correctly handle the case
102         where the last line of the article is the last line of the window.
103
104 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * gnus-msg.el (gnus-debug): Use ignore-errors.
107
108         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
109         `gnus-summary-update-line'.
110
111 2003-01-08  Simon Josefsson  <jas@extundo.com>
112
113         * gnus-art.el (gnus-unbuttonized-mime-types)
114         (gnus-buttonized-mime-types): Doc fix.
115
116 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
117
118         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
119
120 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
121
122         * nnrss.el (nnrss-group-alist): Add and clear up.
123
124 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
127
128         * lpath.el (bbdb-search): added BBDB functions for a better way to
129         fix missing functions
130
131         * spam.el (spam-check-ifile): if should be an unless
132
133         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
134         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
135         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
136
137 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus-sum.el (gnus-summary-make-menu-bar): Added
140         gnus-summary-refer-thread to thread menu.
141
142 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
143
144         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
145         summary buffer, articles that cannot be fetched are marked as
146         canceled.
147
148         * nntp.el (nntp-with-open-group): The quit signal handler must
149         propagate the quit signal to the next outer handler so that the
150         caller knows that the request aborted abnormally.
151
152 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
153
154         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
155         (spam-ifile-register-spam-routine)
156         (spam-ifile-register-ham-routine): added ifile functionality that
157         does not use ifile-gnus.el to classify and register articles
158         (spam-get-article-as-string): convenience function
159         (spam-summary-prepare-exit): added ifile spam and ham registration
160         (spam-ifile-all-categories, spam-ifile-spam-category)
161         (spam-ifile-path, spam-ifile): added customization options
162
163         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
164         exit processor
165         (spam-process): added gnus-group-ham-exit-processor-ifile to the
166         list of choices
167
168 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * gnus-score.el (gnus-score-followup): Also score immediate
171         followups.
172
173 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
176
177 2003-01-07  Simon Josefsson  <jas@extundo.com>
178
179         * message.el (message-mode-menu): Fix receipt balloon help.
180
181 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
182
183         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
184         always be interpreted as news.
185
186 2003-01-07  Simon Josefsson  <jas@extundo.com>
187
188         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
189         gnus-sieve-script, instead of the global variable
190         gnus-sieve-crosspost.  One-line patch from Steinar Bang
191         <sb@dod.no>.
192
193 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
194
195         * gnus.el: Renamed gnus-summary-*-uncached-face as
196         gnus-summary-*-undownloaded-face to avoid confusing the agent with
197         the cache.
198
199         * gnus-sum.el: Ditto.
200
201 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
202
203         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
204         in either the group or summary buffer.
205         New command "JS", in summary buffer, will fetch articles per the
206         group's category, predicate, and processable flags.
207         (gnus-agent-summary-fetch-series): Rewritten to call
208         gnus-agent-session-fetch-group once with all articles in the
209         series.
210         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
211         return list of fetched articles.
212         (gnus-agent-fetch-articles): Split fetch list into sublists such
213         that the article buffer is only slightly larger than
214         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
215         the group's article alist is saved.
216         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
217         longer result in the agent trying to fetch an article.
218         (gnus-agent-fetch-group-1): Can now be called in either the group
219         or summary buffer.  Removed the max-fetch-size code that I added
220         on 2002-12-13 as that capability is now part of
221         gnus-agent-fetch-articles.  Added code to update summary buffer.
222         When called in the group buffer, articles that can not be fetched
223         are AUTOMATICALLY MARKED AS READ.
224
225         * gnus-sum.el (): Modified eval-when-compile to minimize
226         misleading compilation warnings.
227         (gnus-update-summary-mark-positions): Changed code to use
228         gnus-undownloaded-mark rather than gnus-downloaded-mark.
229
230         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
231         empty file as the parser assumes that the file isn't empty.
232
233         * nntp.el (nntp-send-string): The process-send-string call can,
234         because it performs I/O on the process, change the process' state
235         from open to closed.  If this happens, call nntp-report
236         immediately to report the broken connection.
237         (nntp-report): Rewritten to avoid needing a global variable to
238         determine the appropriate course of action.  Instead, two function
239         implementations are provided and the nntp-report function value is
240         bound to the appropriate implementation.
241         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
242         (nntp-with-open-group): Now binds nntp-report's function cell
243         rather than binding gnus-with-open-group-first-pass.  Added a
244         condition-case to detect a quit during a nntp command.  When the
245         quit occurs, the current connection is closed as a fetch articles
246         request could have several megabytes queued up for reading.
247         (nntp-retrieve-headers): Bind articles to itself.  If
248         nntp-with-open-group repeats this command, I must have access to
249         the original list of articles.
250         (nntp-retrieve-groups): Ditto for groups.
251         (nntp-retrieve-articles): Ditto for articles.
252         (*): Replaced nntp-possibly-change-group calls to
253         nntp-with-open-group forms in all, but one, occurrance.
254         (nntp-accept-process-output): Bug fix. Detect when called with
255         null process.
256
257 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
258
259         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
260         if we don't need to.
261         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
262
263 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-group.el (gnus-group-make-web-group): Pass the select
266         method on to group-create.
267         (gnus-group-line-format-alist): %U is an integer.
268
269         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
270         ephemeral groups.
271         (gnus-summary-read-group-1): Ditto.
272         (gnus-group-make-articles-read): Ditto.
273
274         * mm-url.el (mm-url-program): Doc fix.
275
276         * message.el (message-mode-map): Rebound
277         message-insert-wide-reply.
278
279 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
282         color as `gnus-group-startup-message' does.
283
284 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
285
286         * spam.el: fixed line lengths to 80 chars or less
287
288         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
289         "not-read" mark
290         (gnus-summary-mark-forward): added the spam-mark to the list of
291         marks not to be marked as "read" when viewed
292
293 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
296
297         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
298         Protect against unactive groups.
299
300         * message.el (message-check-news-header-syntax): Check long
301         header lines.
302         (message-check-news-header-syntax): Update `start'.
303
304         * gnus-group.el (gnus-group-expire-articles): Doc fix.
305         (gnus-group-line-format): %U.
306         (gnus-group-line-format-alist): ?U.
307         (gnus-number-of-unseen-articles-in-group): New function.
308
309         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
310
311         * gnus.el (gnus-version-number): Bump version number.
312
313 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
314
315         * gnus.el: Oort Gnus v0.10 is released.
316
317 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * gnus.el (gnus-version-number): Fix version number.
320
321 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
322
323         * gnus.el: Oort Gnus v0.08 is released.
324
325 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
326
327         * mm-util.el: Add mm-string-make-unibyte.
328
329         * gnus-group.el (gnus-group-jump-to-group): Make it work for
330         UTF-8 groups.
331
332 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
335
336         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
337
338 2003-01-04  Kevin Ryde  <user42@zip.com.au>
339
340         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
341         function.
342
343 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
346         (gnus-summary-read-group-1): Update group line.
347         (gnus-summary-exit-no-update): Update group on exit.
348
349         * gnus-group.el (gnus-group-line-format): Add %*.
350         (gnus-group-line-format-alist): Ditto.
351         (gnus-group-insert-group-line): Set it.
352         (gnus-group-is-exiting-p): New variable.
353         (gnus-group-insert-group-line): Use it.
354
355 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
356
357         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
358         enable BBDB ham processing
359         (spam-blacklist-register-routine): enable blacklist spam processing
360         (spam-whitelist-register-routine): enable whitelist ham processing
361         (spam-fetch-field-from-fast): fast fetching of the "from" field
362         from (gnus-data-list)
363         (spam-summary-prepare-exit): works completely now
364         (spam-use-blacklist): oops, should be nil by default
365         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
366         split processing now; before it was for summary exit as
367         well but that's done with the spam-contents and spam-process
368         parameters now
369
370 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
371
372         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
373         characters.
374
375 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
376
377         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
378         (spam-group-processor-p, spam-group-processor-bogofilter-p)
379         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
380         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
381         (spam-mark-spam-as-expired-and-move-routine)
382         (spam-generic-register-routine, spam-BBDB-register-routine)
383         (spam-ifile-register-routine, spam-blacklist-register-routine)
384         (spam-whitelist-register-routine): new functions
385         (spam-summary-prepare-exit): added summary exit processing (expire
386         or move) of spam-marked articles for spam groups; added slots for
387         all the spam-*-register-routine functions
388
389 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * pop3.el (pop3-retr): Wait 500 msecs.
392         (pop3-read-response): Ditto.
393
394         * gnus-msg.el (gnus-setup-message): Get the evaliation order
395         right.
396         (gnus-inews-make-draft): New function.
397         (gnus-setup-message): Use it.
398
399         * message.el (message-required-headers): Add From.
400
401 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
402         Trivial patch from Norbert Koch <nk@viteno.net>.
403
404         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
405
406 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * message.el (message-generate-headers): Let header formatters do
409         their work.
410
411 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
412
413         * deuglify.el (gnus-article-outlook-deuglify-article):
414         Rehighlight, reapply treatments and call
415         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
416         (gnus-outlook-repair-attribution-block): Recognize cited
417         attributions.  Suggested by Niklas Morberg.
418
419 2003-01-02  Pete Kazmier  <pete@kazmier.com>
420
421         * gnus-art.el (gnus-treat-predicate): Check condition first.
422
423 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
424
425         * lpath.el: Add url-http-file-exists-p.
426
427         * gnus-group.el (gnus-group-fetch-charter): Use
428         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
429
430 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * message.el (message-draft-headers): Also generate From to get a
433         nicer draft buffer summary.
434
435         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
436         parameter.
437
438         * gnus-art.el (article-wash-html): Clean up.
439         (article-wash-html): Typo fix.
440
441         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
442         (gnus-summary-mail-forward): To many lists of lists.
443
444         * gnus-art.el (article-wash-html): Clean up.
445
446 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
447
448         * gnus-art.el (gnus-treat-wash-html): New variable.
449
450 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * message.el (message-check-news-header-syntax): Allow posting.
453         (message-check-news-header-syntax): Fix logic for sure, this
454         time.
455
456 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
457
458         * message.el (message-check-news-header-syntax): Check syntax of
459         continuation headers.
460
461 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
462
463         * gnus-art.el (gnus-button-url-regexp,
464         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
465         (gnus-header-button-alist): Regexps are case insensitive here.
466
467 2003-01-02  Simon Josefsson  <jas@extundo.com>
468
469         * dig.el (query-dig): Doc fix.
470
471 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
472
473         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
474         summary buffer line, not just the download mark.
475
476 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
477
478         * gnus-sum.el (gnus-summary-goto-subjects): New function.
479         (gnus-summary-insert-dormant-articles): New command and
480         keystroke.
481
482         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
483         function for mass insertion of subjects.
484
485         * nndraft.el (nndraft-generate-headers): Don't move point.
486
487         * gnus.el (nnheader): Require nnheader.
488
489         * nndraft.el (nndraft-request-associate-buffer): Use
490         make-local-variable.
491
492 2003-01-02  Michael Shields  <shields@msrl.com>
493
494         * nndraft.el (nndraft-request-associate-buffer): Make
495         write-contents-hooks buffer-local before setting it.
496
497 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * gnus.el (gnus-group-parameter-value): Take an extra param.
500         (gnus-group-fast-parameter): Let group param results be nil.
501
502         * gnus-art.el (gnus-article-forward-header): New function.
503         (article-date-ut): Use it to remove continuation date headers.
504
505         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
506         read-event.
507         (gnus-summary-remove-bookmark): Clean up.
508         (gnus-summary-set-bookmark): Clean up.
509
510         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
511
512         * gnus.el (gnus-group-startup-message): Bind data-directory to
513         the Gnus etc directory.
514
515 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
516
517         * spam.el (spam-summary-prepare-exit): added slots for spam- and
518         ham-processing of articles; use the new
519         spam-group-(spam|ham)-contents-p functions
520         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
521         convenience functions
522         (spam-mark-junk-as-spam-routine): use the new
523         spam-group-spam-contents-p function
524
525         * gnus.el (spam-process, spam-contents, spam-process-destination):
526         added new parameters with corresponding global variables
527         (gnus-group-spam-exit-processor-ifile,
528         gnus-group-spam-exit-processor-bogofilter,
529         gnus-group-spam-exit-processor-blacklist,
530         gnus-group-spam-exit-processor-whitelist,
531         gnus-group-spam-exit-processor-BBDB,
532         gnus-group-spam-classification-spam,
533         gnus-group-spam-classification-ham): added new symbols for the
534         spam-process and spam-contents parameters
535
536         * spam.el (spam-ham-marks, spam-spam-marks): changed list
537         customization and list itself to store mark symbol rather than
538         mark character.
539         (spam-bogofilter-register-routine): added logic to generate mark
540         values list from spam-ham-marks and spam-spam-marks, so (member)
541         would work.
542
543 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * message.el (message-cross-post-followup-to): Fix comment.
546
547 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
548
549         * spam.el (spam-ham-marks, spam-spam-marks): changed list
550         customization and list itself to store mark symbol rather than
551         mark character.
552         (spam-bogofilter-register-routine): added logic to generate mark
553         values list from spam-ham-marks and spam-spam-marks, so (member)
554         would work.
555
556 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
557
558         * message.el (message-signature-insert-empty-line): New variable.
559
560 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
561
562         * message.el: Renamed functions and variables: "xpost" ->
563         "cross-post", "-fup2" -> "-followup-to".
564         (message-cross-post-old-target, message-cross-post-default,
565         message-cross-post-note, message-followup-to-note,
566         message-cross-post-note-function): New variables names.
567         (message-xpost-old-target, message-xpost-default,
568         message-xpost-note, message-fup2-note,
569         message-xpost-note-function): Removed variable names.
570         (message-cross-post-followup-to-header,
571         message-cross-post-insert-note, message-cross-post-followup-to):
572         New function names.
573         (message-xpost-fup2-header, message-xpost-insert-note,
574         message-xpost-fup2): Removed function names.
575
576 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
577
578         * message.el (message-send-mail): Added message-cleanup-headers to
579         prevent newlines in headers.
580
581 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
582
583         * dns.el (dns-make-network-process): Comment.
584
585         * gnus-sum.el (gnus-summary-display-while-building): Default to
586         nil.
587
588 2003-01-01  Wes Hardaker  <wes@hardakers.net>
589
590         * gnus-sum.el (gnus-summary-display-while-building): New
591         variable.
592
593 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
594
595         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
596         before rearranging the article.
597
598 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * nndraft.el (nndraft-generate-headers): New function.
601         (nndraft-request-associate-buffer): Use it to write headers on
602         buffer save.
603
604         * message.el (message-generate-headers): Let the function be a
605         lambda form.
606         (message-draft-headers): New variable.
607
608         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
609         function.
610         (gnus-setup-message): Use it.
611
612         * message.el (message-generate-headers-first): Doc fix.
613         (message-setup-1): Use new function for getting which headers to
614         generate.
615         (message-headers-to-generate): New function.
616
617 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
618
619         * gnus-agent.el (gnus-agent-save-alist): Make directory.
620
621 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
622
623         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
624         mention negatives.
625
626 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
627
628         * deuglify.el (gnus-outlook-rearrange-article): Use
629         `transpose-regions' instead of tempering the kill-ring.
630         (gnus-article-outlook-deuglify-article): Rehighlight article
631         instead of a complete redisplay.
632
633 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
634
635         * spam.el: most defvars are defcustoms now
636
637         patches from Michael Shields  <shields@msrl.com>
638
639         * spam.el (spam-bogofilter-articles): Select the article
640         body using gnus-summary-show-article t instead of
641         gnus-summary-select-article; this presents the raw text
642         without running any hooks.
643
644         * spam.el (spam-bogofilter-articles): Use message-remove-header
645         to remove headers; the old way incorrectly removed just the first
646         line of folded headers.
647
648 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
651
652 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653
654         * gnus-start.el (gnus-load): New function.
655         (gnus-read-newsrc-el-file): Use it.
656
657 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
658
659         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
660         (gnus-button-handle-apropos-documentation): New function.
661         (gnus-button-handle-ctan): New function.
662         (gnus-button-alist): Use them.  Improve some regexps.
663         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
664
665 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
666
667         * message.el (message-subscribed-p): New function.
668         (message-send-mail): Use it.
669         * mml.el (mml-preview-insert-mft): New function.
670         (mml-preview): Use it.
671
672 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
675         when sorting by date.
676
677         * gnus-art.el (gnus-article-edit-mode): New variable.
678         (gnus-article-setup-buffer): Warn user about discarding edits.
679
680         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
681         (gnus-summary-pipe-output): Take a symbolic prefix to save all
682         headers.
683
684         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
685
686 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
687
688         * message.el (message-completion-alist): Added "Mail-Followup-To"
689         and "Mail-Copies-To".
690
691 2002-07-21  Jesper harder  <harder@ifa.au.dk>
692
693         * gnus-group.el: Add key bindings for
694         gnus-group-sort-groups-by-real-name and
695         gnus-group-sort-selected-groups-by-real-name.
696
697 2002-07-21  Jesper harder  <harder@ifa.au.dk>
698
699         * gnus.texi (Sorting Groups): Add key bindings for
700         gnus-group-sort-groups-by-real-name and
701         gnus-group-sort-selected-groups-by-real-name.
702
703 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
704
705         * spam.el (spam-use-dig): new variable for blackhole checking
706         through dig.el
707         (spam-check-blackholes): added dig.el checking functionality and
708         more verbose reporting; query-dig is autoloaded from dig.el
709         (spam-use-blackholes): disabled by default
710         (spam-blackhole-servers): removed rbl.maps.vix.com from the
711         blackhole servers list
712
713 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * message.el (message-required-headers): New variable.
716
717 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
718
719         * dig.el (query-dig): new function
720
721 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * flow-fill.el (fill-flowed): Don't infloop on too long fill
724         prefixes.
725
726         * dns.el (query-dns): Protect against errors.
727
728         * gnus-msg.el (gnus-article-yanked-articles): New variable.
729         (gnus-inews-add-send-actions): Mark all answered messages as
730         answered.
731
732 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
733
734         * nnmail.el (nnmail-split-it): Added tracing to
735         `:' split rule
736
737 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
738
739         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
740         and "%s" so we don't overquote them.
741
742 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
743
744         * (mm-display-external): Display the actual command that has been
745         executed in the echo area.
746
747 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
748
749         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
750
751         * message.el (message-with-reply-buffer): New macro.
752         (message-fetch-reply-field): Use it.
753         (message-insert-wide-reply): New command and keystroke.
754         (message-carefully-insert-headers): New function.
755         (message-insert-to): Use new function.
756
757         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
758         (gnus-topic-goto-missing-group): Use it.
759
760         * message.el (message-required-news-headers): Removed Lines.
761         (message-reply): Don't insert References first.
762         (message-followup): Ditto.
763         (message-make-references): New function.
764         (message-followup): Set message-reply-headers before generating
765         the buffer stuff.
766
767 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
768
769         * mml.el (mml-generate-mime-1): Reverse the order of
770         encoding/flowing.
771
772 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
775         after moving them.
776
777         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
778         fit with newer standard format.
779         (gnus-summary-make-false-root-always): New variable.
780         (gnus-gather-threads-by-subject): Use it.
781
782         * message.el (message-get-reply-headers): Take an address list
783         optional argument.
784
785 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus.el (gnus-keep-backlog): Change default to 20.
788
789         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
790         start.
791         (gnus-agent-check-overview-buffer): Remove negative article
792         numbers.
793
794         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
795         (nnmail-cache-ignore-groups): Doc fix.
796
797         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
798         (nnimap-debug-buffer): New variable.
799         (nnimap-debug): Use it.
800
801 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
802
803         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
804
805 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
808         they aren't already sorted.
809
810 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
811
812         * message.el (message-mode-menu): Add ellipses to menu items
813         expecting user interaction.
814         (message-mode-field-menu): do.
815
816 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
817
818         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
819         it isn't used any more.
820
821 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
822
823         * binhex.el (binhex-decoder-program): Fix docstring.
824
825 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
826
827         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
828         special chars if the mailcap file uses single quotes around %s.
829         From Laurent Martelli <laurent@bearteam.org>.
830
831 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
832
833         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
834         return the info object.
835
836 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
837
838         * gnus-int.el (gnus-request-update-info): Artificially add
839         (1 . (1- min)) to the read range, in case the backend doesn't
840         store marks for nonexistent articles.
841
842 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * binhex.el (binhex-insert-char): Eval-and-compile.
845
846 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
847
848         * lpath.el: Add tool-bar-local-item-from-menu.
849
850         * message.el (message-tool-bar-local-item-from-menu): New function.
851         (message-tool-bar-map): Use it.
852
853 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
854
855         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
856
857         * gnus-art.el (gnus-article-header-rank): Last header in
858         gnus-sorted-header-list should have higher rank than non-members.
859
860 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
863         covered methods.
864
865 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
866
867         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
868         eval-when-compile.  Suggested by Kevin Greiner.
869
870 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
871
872         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
873         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
874         even though no headers may have been fetched
875         (gnus-agent-fetch-group-1, and perhaps others, require this
876         behavior).
877         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
878         server buffer is constrained by gnus-agent-max-fetch-size.
879         Multiple chunks in the same group may perform arbitrarily large
880         updates.
881
882 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
883
884         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
885         gnus-summary-update-download-mark to update the article in the
886         summary.
887
888 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
889
890         * gnus.el (gnus-summary-high-uncached-face,
891         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
892         New faces.
893
894         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
895         added this on 2002-11-23 but it just wasn't working out as
896         intended.  The idea isn't entirely dead, three new faces
897         gnus-summary-*-uncached-face are being added to gnus.el to provide
898         the basis for an improved implementation.
899         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
900         proper file to open is lib/servers.
901         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
902         (i.e. removing the article from gnus-newsgroup-downloadable) will
903         now restore the article's default mark rather than simply setting
904         no mark.
905         (gnus-agent-get-undownloaded-list): Corrected documentation.
906         Added code to set new summary local variable,
907         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
908         a temporary list.  No longer sets gnus-newsgroup-downloadable.
909         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
910         up to date.  Call new gnus-summary-update-download-mark to keep
911         summary buffer up-to-date.
912         (gnus-agent-fetch-selected-article): Keep
913         gnus-newsgroup-undownloaded up to date.
914         (gnus-agent-fetch-articles): Return list of articles that were
915         successfully fetched.
916         (gnus-agent-check-overview-buffer): No more thingatpt.
917         (gnus-agent-expire): No longer deletes NOV entries of unread
918         articles.
919         (gnus-agent-unread-articles): New function.
920         (gnus-agent-regenerate-group): The article number must be
921         terminated by a tab character.  Added more messages to report
922         repairs.  Inhibit quits while writing changes so it is now safe
923         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
924         downloaded to 1) resolve the unbound references and 2) avoid
925         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
926
927         * gnus-art.el (gnus-article-prepare): The agent
928         downloaded/undownloaded mark is no longer stored as the article's
929         mark.
930
931         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
932         gnus-summary-highlight may use it.  Added downloaded as
933         gnus-summary-highlight was using it.
934
935         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
936         the download mark now follows Kai's +/- convention.
937         (gnus-downloaded-mark): Added ?+ mark.
938         (gnus-summary-highlight): Added rules to select
939         gnus-summary-high-uncached-face,
940         gnus-summary-normal-uncached-face, and
941         gnus-summary-low-uncached-face.  Removed the
942         gnus-agent-downloaded-article-face.
943         (gnus-summary-line-format-alist): Implemented the download flag
944         format (?O) as named in the manual.  This implementation displays
945         either gnus-undownloaded-mark, gnus-downloaded-mark, or
946         gnus-no-mark.
947         (gnus-newsgroup-agentized): New local variable that identifies
948         which groups are agentized.  While the agent is now on by default,
949         you don't have to agentize every server that you use.
950         (gnus-update-summary-mark-positions): Completed support for the
951         download type of mark.
952         (gnus-summary-insert-line): Added undownloaded to the parameters.
953         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
954         reference by the gnus-summary-line-format-spec.
955
956         * nntp.el (nntp-with-open-group): This macro handles dropped or
957         broken connections by opening a new connection and repeating the
958         failed command.
959         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
960         XOVER commands preceeding the active articles with the nov entry
961         of the first available article.  When gnus connected to such a
962         server, the unexpected nov entry would result in duplicate lines
963         in the agent's overview file.  This patch fixes the duplicate
964         lines problem and improves performance by skipping over all
965         articles IDs that preceed the first nov entry in the server's
966         reply.
967
968 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
971         (gnus-summary-highlight): Use it instead of `downloaded'.
972         (gnus-summary-highlight-line): Ditto.
973
974         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
975
976 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
979
980         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
981         calls.
982
983         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
984         downloaded variable if we're in an uncovered group.
985
986         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
987         font to soemthing less noticeable.
988         (gnus-agent-group-covered-p): New function.
989
990 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
991
992         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
993         Because of an unknown bug, the group buffer is saved in .overview
994         file.
995
996 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
997
998         * nntp.el (nntp-send-command): Braino in last commit.  Replace
999         `and' with `or'.
1000
1001 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1002
1003         * nntp.el (nntp-send-command): Assume that echo does not happen
1004         when nntp-open-connection-function is nntp-open-network-stream.
1005         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1006
1007 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1008
1009         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1010
1011 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1012
1013         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1014         nntp-server-buffer if we aren't going to write to it.
1015
1016 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1017         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1018
1019         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1020
1021 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1024         decoded words.
1025
1026 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1027
1028         * gnus.el (fboundp): After loading mm-util, make sure it was the
1029         right one.
1030
1031 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1032
1033         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1034         gnus-sum.  Made into a user option.
1035
1036         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1037         (gnus-summary-mark-article-as-unread)
1038
1039 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1040
1041         * time-date.el (date-to-time): Typo.
1042
1043         * parse-time.el: Typo.
1044
1045         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1046
1047         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1048
1049         * nnimap.el:
1050         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1051
1052         * mm-encode.el (mm-safer-encoding): Typo.
1053
1054         * messcompat.el: Typo.
1055
1056         * message.el (message-face-alist): Typo.
1057
1058         * imap.el (imap-interactive-login, imap-open): Typos.
1059
1060         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1061
1062         * gnus.el: Typo.
1063
1064         * gnus-win.el (gnus-configure-frame): Typo.
1065
1066         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1067
1068         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1069
1070         * gnus-sum.el (gnus-summary-article-number)
1071         (gnus-summary-read-group-1, gnus-summary-mark-article)
1072         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1073
1074         * gnus-mule.el (gnus-mule-add-group): Typo.
1075
1076         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1077
1078         * gnus-group.el (gnus-group-fetch-faq): Typo.
1079
1080         * gnus-art.el (gnus-decode-header-methods): Typo.
1081
1082         * flow-fill.el: Typo.
1083
1084 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1085
1086         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1087
1088 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1089
1090         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1091         (gnus-summary-mark-article-as-unread)
1092         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1093         Reformatting to avoid long lines.
1094         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1095
1096 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1097
1098         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1099         be accessed through `mail-header-number'.
1100
1101 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1102
1103         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1104         compressed range to gnus-summary-insert-articles.
1105
1106 2002-11-26  Kevin Ryde <user42@zip.com.au>
1107
1108         * gnus-art.el (gnus-mime-copy-part): Look for filename
1109         parameter under content-disposition, not content-type.
1110
1111         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1112         (gnus-summary-reselect-current-group): Use it.
1113
1114 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1115
1116         * gnus-agent.el (gnus-agent-uncached-articles): if
1117         gnus-agent-load-alist fails, return ARTICLES.
1118
1119         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1120
1121 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1122
1123         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1124         superfluous function call.
1125         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1126         Add warning to docstring.
1127
1128 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * gnus-agent.el: Autoload number-at-point instead.
1131         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1132
1133 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1134
1135         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1136         require thingatpt (for number-at-point) and protect against
1137         deactivate-mark being unbound (on XEmacs).
1138
1139 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1140
1141         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1142         print message on entry.
1143
1144         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1145
1146         * gnus-range.el (gnus-range-difference): New function.
1147         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1148
1149 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1150
1151         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1152         gnus-remove-from-range instead of gnus-range-difference which
1153         doesn't exist.
1154
1155 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1156         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1157
1158         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1159         used for showing which articles have been downloaded.
1160         (gnus-agent-article-alist): Format change.  Add documentation.
1161         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1162         process-marked articles.
1163         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1164         in the series are individually fetched to minimize lose of
1165         content due to an error/quit.
1166         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1167         gnus-message instead of message.
1168         (gnus-agent-read-servers): Use file lib/methods instead of
1169         lib/servers.  TODO: Why?
1170         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1171         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1172         come from the agent.  This means that they are not downloaded.
1173         (gnus-agent-fetch-selected-article): Don't use history.
1174         (gnus-agent-save-history, gnus-agent-enter-history)
1175         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1176         Removed function; history is not used anymore.
1177         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1178         (gnus-agent-crosspost): Started rewrite then realized that a typo
1179         in gnus-agent-fetch-articles ensures that this function is never
1180         called.  This will need to be fixed later.
1181         (gnus-agent-check-overview-buffer): Some sanity checks on the
1182         agent overview buffer.  This is a safety net used during
1183         development.
1184         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1185         changed, write a number to the file indicating this.
1186         (gnus-agent-fetch-headers): Rewrite to respect
1187         gnus-agent-consider-all-articles without relying on the
1188         `.fetched' files.  Make it fast.
1189         (gnus-agent-braid-nov): Change resulting from
1190         gnus-agent-fetch-headers change.
1191         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1192         `.fetched' files.
1193         (gnus-agent-read-agentview): New function, used by
1194         gnus-agent-load-alist.
1195         (gnus-agent-load-fetched-headers): Remove.
1196         (gnus-agent-save-alist): Rewrite to accomodate new format.
1197         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1198         same order as in gnus-newsgroup-headers.
1199         (gnus-agent-expire): Document and implement extra args ARTICLES,
1200         GROUP, FORCE.  Do not restrict usage.
1201         (gnus-agent-uncached-articles): New function.
1202         (gnus-agent-retrieve-headers): Use it.
1203         (gnus-agent-regenerate-group): No longer needs to be called from
1204         gnus-agent-regenerate.  Individual groups may be regenerated. The
1205         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1206         The article fetch dates are validated in the article alist.  The
1207         article alist is pruned of entries that do not reference existing
1208         NOV entries.  All changes are computed then applied with
1209         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1210         regeneration.  The optional clean parameter has been replaced with
1211         an optional reread parameter.  Clean is no longer necessary as
1212         regeneration gets the appropriate setting from
1213         gnus-agent-consider-all-articles.  The new reread parameter will
1214         result in fetched, or all, articles being marked as unread.
1215         (gnus-agent-regenerate): Removed code to regenerate the history
1216         file as it is no longer used.
1217
1218         * gnus-start.el (gnus-make-ascending-articles-unread): New
1219         function, for efficient mass-marking.
1220
1221         * gnus-sum.el (gnus-summary-highlight): Use new face for
1222         downloaded articles.
1223         (gnus-article-mark): Prefer to indicate read/unread status over
1224         downloaded status.
1225         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1226         line.
1227         (gnus-summary-highlight-line): Use new face for downloaded
1228         articles.
1229         (gnus-summary-insert-old-articles): Improved performance by
1230         replacing the initial LIST of older articles with a compressed
1231         RANGE of older articles.  Some servers appear to lie about
1232         their active range so the original list could contain millions
1233         of article numbers.  The range is not expanded into a list
1234         until the optional ALL parameter has been applied.
1235
1236 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1237
1238         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1239
1240 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1241
1242         * spam.el:
1243         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1244
1245         * spam.el: added `M s t' and `M s x' key mappings
1246
1247 2002-11-20  Simon Josefsson  <jas@extundo.com>
1248
1249         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1250
1251 2002-11-19  Simon Josefsson  <jas@extundo.com>
1252
1253         * gnus-sum.el (gnus-summary-morse-message): Load
1254         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1255         (unmorse-region): Autoload it instead.
1256
1257 2002-11-18  Simon Josefsson  <jas@extundo.com>
1258
1259         * gnus-sum.el (gnus-summary-morse-message): New function.
1260         (gnus-summary-wash-map): Bind to `W m'.
1261         (gnus-summary-make-menu-bar): Add.
1262
1263         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1264         before storing \Deleted mark on expired articles.
1265
1266 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1267         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1268
1269         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1270         parens in column 0.
1271
1272 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1273
1274         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1275
1276         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1277
1278         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1279
1280 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1281
1282         * message.el (message-set-auto-save-file-name): Use
1283         make-directory, to avoid the dependence on gnus-util.
1284
1285 2002-11-16  Simon Josefsson  <jas@extundo.com>
1286
1287         * nnimap.el (nnimap-callback-callback-function):
1288         (nnimap-callback-buffer): Removed, these cannot be global but must
1289         be embedded into the callback.
1290         (nnimap-make-callback): New.  Embedd article number, callback and
1291         buffer in function.
1292         (nnimap-callback, nnimap-request-article-part): Update.
1293
1294 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1297
1298 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1299
1300         * gnus.el (gnus-summary-line-format): Document %C.
1301
1302 2002-11-11  Simon Josefsson  <jas@extundo.com>
1303
1304         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1305         output when called interactively.
1306
1307 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1310
1311         * message.el (message-draft-coding-system): Improve comment; use
1312         mm-auto-save-coding-system for the default value.
1313
1314         * nndraft.el (nndraft-request-article): Revert to the state before
1315         2002-10-29; regexp-quote mail-header-separator.
1316
1317 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1318
1319         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1320         allow editing of drafts from an nnvirtual group.
1321
1322 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1325         mm-auto-save-coding-system.
1326
1327         * message.el (message-draft-coding-system): Default to
1328         iso-2022-7bit.
1329
1330         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1331         restore the default value to emacs-mule or escape-quoted.
1332
1333 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1336         a delayed or a queued article as well as a draft.
1337
1338         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1339         delayed or a queued article in the raw format; treat a delayed
1340         article as a raw article as well as a draft.
1341         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1342         for the delayed group.
1343
1344         * nndraft.el (nndraft-request-article): Ignore auto save files for
1345         a delayed or a queued article; don't bother to decode a queued
1346         article; don't bind nnmail-file-coding-system for a queued article.
1347
1348         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1349         and the queue group.
1350
1351 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1352
1353         * gnus-group.el (gnus-group-delete-group):
1354         gnus-cache-active-hashtb might be void.
1355
1356 2002-11-02  Simon Josefsson  <jas@extundo.com>
1357
1358         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1359         setting of the default user ID.  From Raymond Scholz
1360         <ray-2002@zonix.de>.
1361
1362 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1363
1364         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1365         charset.
1366
1367 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1368         From Alex Schroeder <alex@emacswiki.org>
1369         * spam-stat.el (spam-stat-process-directory): add dir to message
1370         (spam-stat-reduce-size): No longer remove words
1371         with values close to 0.5, because the default value is 0.2.
1372
1373 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1374
1375         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1376         documentation.
1377
1378 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1379
1380         * gnus-agent.el (gnus-agent-fetched-headers)
1381         (gnus-agent-load-fetched-headers)
1382         (gnus-agent-save-fetched-headers): Remove variable and two
1383         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1384         works better.
1385         (gnus-agent-fetch-headers): New implementation from Kevin
1386         Greiner.  Uses gnus-agent-article-alist to store information
1387         about fetched messages which aren't on the server anymore.  The
1388         trick is to return a list of considered messages to the caller,
1389         but to only fetch those which haven't been fetched yet.
1390
1391 2002-10-30  Simon Josefsson  <jas@extundo.com>
1392
1393         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1394
1395         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1396
1397 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1398
1399         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1400         versions of emacs-w3m than 1.3.3.
1401
1402         * lpath.el: Bind w3m-minor-mode-map.
1403
1404         * mm-view.el (mm-w3m-mode-command-alist)
1405         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1406         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1407         (mm-setup-w3m): Simplified.
1408         (mm-w3m-local-map-property): New function.
1409         (mm-inline-text-html-render-with-w3m): Use it.
1410
1411         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1412         mm-w3m-local-map-property.
1413
1414 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * mm-util.el (mm-auto-save-coding-system): Default to
1417         iso-2022-7bit.
1418
1419         * nndraft.el (nndraft-request-article): Decode an article using
1420         the coding-system emacs-mule if it seems to have been saved using
1421         emacs-mule.
1422         (nndraft-request-replace-article): Use message-draft-coding-system
1423         instead of mm-auto-save-coding-system for the draft or delayed
1424         group.
1425
1426 2002-10-28  Josh  <huber@alum.wpi.edu>
1427
1428         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1429         functions.
1430
1431 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1432         From mah@everybody.org (Mark A. Hershberger).
1433
1434         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1435         type values ("url" size) regardless of the values of
1436         mm-url-use-external.
1437
1438 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1439
1440         * nnimap.el (nnimap-request-article-part): Try harder to show
1441         group name in debugging message.
1442
1443 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1444
1445         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1446         directory if it doesn't exist.
1447         (gnus-agent-fetch-headers): Remove old cruft that tried to
1448         abstain from downloading articles more than once if
1449         gnus-agent-consider-all-articles was true.  This is now done
1450         properly via the .fetched files.
1451
1452 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * nndraft.el (nndraft-request-article): Treat delayed articles
1455         like drafts.
1456
1457 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1460
1461 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1462
1463         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1464         Remove unused optional arg DIR and corresponding code.
1465
1466         * nnimap.el (nnimap-request-article-part): Include group name in
1467         debugging output.
1468
1469 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1470
1471         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1472
1473 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1474
1475         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1476         contains range of headers that have been fetched by the agent
1477         already.  Compare gnus-agent-article-alist.
1478         (gnus-agent-file-header-cache): Like
1479         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1480         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1481         seen/recent logic.
1482         Remember which headers have been fetched before and don't fetch
1483         them again the next time round.
1484         (gnus-agent-load-fetched-headers)
1485         (gnus-agent-save-fetched-headers): New functions, for remembering
1486         which headers have been fetched before.
1487
1488 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * lpath.el: Remove useless bindings.
1491
1492 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1493
1494         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1495         features while searching.
1496
1497 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1498
1499         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1500
1501 2002-10-22  Simon Josefsson  <jas@extundo.com>
1502
1503         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1504         (pgg-snarf-keys): Add.
1505
1506 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * lpath.el: Fbind bbdb-records.
1509
1510         * spam.el: Don't autoload bbdb-records.
1511
1512 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1515         prevent inf-loop.
1516
1517 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * nnslashdot.el: Removed some test lines.
1520         More test.
1521
1522 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1523
1524         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1525         are known to be downloaded already.
1526
1527 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1530         (mm-text-html-washer-alist): Ditto.
1531
1532 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1533
1534         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1535         boundary between headers and body.
1536         * nnml.el (nnml-parse-head): Ditto.
1537
1538 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1541         entries.
1542
1543         * gnus-group.el (gnus-fetch-group): Allow an optional
1544         specification of the articles to select.
1545
1546         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1547
1548 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1549
1550         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1551         headers from the group, update variable `articles' to contain
1552         only those numbers where headers exist.  (When fetching all
1553         articles in a group, Gnus creates lots of numbers where there is
1554         no articles.)
1555
1556 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1557
1558         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1559         doesn't have the 'alist custom type, use cons cells instead.
1560         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1561         (pgg-parse-hash-algorithm-alist): Ditto.
1562         (pgg-parse-compression-algorithm-alist): Ditto.
1563         (pgg-parse-signature-type-alist): Ditto.
1564
1565         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1566
1567         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1568
1569         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1570
1571 2002-10-19  Simon Josefsson  <jas@extundo.com>
1572
1573         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1574         buffer.
1575
1576 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1577
1578         * gnus-spec.el (gnus-make-format-preserve-properties)
1579         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1580         properties also on XEmacs.  `gnus-xmas-format' is like format but
1581         preserves text properties on XEmacs (though it only understands
1582         simple format specs).  The variable
1583         `gnus-make-format-preserve-properties' controls whether the
1584         function is used, and is checked in `gnus-parse-simple-format'.
1585         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1586
1587         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1588         output.
1589         (gnus-agent-consider-all-articles): New variable.
1590         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1591         (gnus-agent-fetch-headers): Depending on
1592         gnus-agent-consider-all-articles, maybe get all articles.
1593         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1594         `read'.
1595         (gnus-predicate-imples-unread): New function.
1596         (gnus-agent-fetch-headers): Optimize to call
1597         gnus-list-of-unread-articles if that is sufficient.
1598         Check unseen and recent instead of seen and recent.
1599         (gnus-agent-fetch-headers): Abstain from calling
1600         gnus-list-range-intersection if range (a . b) would have (> a b).
1601
1602 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * message.el (message-send-mail): Make it possible to perform
1605         edebug-defun.
1606
1607 2002-10-18  Simon Josefsson  <jas@extundo.com>
1608
1609         * gnus-art.el (gnus-button-man-handler): Change default to
1610         `manual-entry' (defined in both emacsen).
1611         (gnus-button-man-handler): Remove emacsen difference and use
1612         `manual-entry'.
1613
1614 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * spam.el: Wrap autoload settings for bbdb-records,
1617         executable-find and ifile-spam-filter with eval-and-compile.
1618         (spam-display-buffer-contents): Remove.
1619         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1620
1621 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1622
1623         * spam.el (spam-display-buffer-contents): New function.
1624         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1625         from Katsumi Yamaoka <yamaoka@jpl.org>.
1626
1627 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1628
1629         * nnheader.el (nnheader-parse-naked-head): New function.
1630         (nnheader-parse-head): Use the above function, in order to handle
1631         continuation lines properly.
1632         (nnheader-remove-body): New function.
1633         (nnheader-remove-cr-followed-by-lf): New function.
1634         (nnheader-ms-strip-cr): Use the above function.
1635
1636         * gnus-agent.el (gnus-agent-regenerate-group): Call
1637         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1638         `nnheader-parse-head'.
1639         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1640
1641         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1642         continuation lines by itself; call `nnheader-parse-naked-head'
1643         instead of `nnheader-parse-head'.
1644         * nndiary.el (nndiary-parse-head): Ditto.
1645         * nnfolder.el (nnfolder-parse-head): Ditto.
1646         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1647         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1648         * nnml.el (nnml-parse-head): Ditto.
1649
1650 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1651
1652         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1653         XEmacs, default to it if featurep 'xemacs.
1654
1655 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * spam-stat.el: Check for the existence of hash functions instead
1658         of the Emacs version to decide whether to load cl.  Suggested by
1659         Kai Gro\e,A_\e(Bjohann.
1660
1661 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1662
1663         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1664         if it isn't open yet.
1665
1666 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * gnus-group.el: Require mm-url only when compiling.
1669         (gnus-group-fetch-charter): Require mm-url.
1670
1671         * spam-stat.el: Require cl for the functions gethash,
1672         hash-table-count, make-hash-table and mapc for Emacs 20.
1673         (puthash): Alias to cl-puthash for Emacs 20.
1674         (with-syntax-table): New macro for Emacs 20.
1675
1676 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1677
1678         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1679
1680 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1681
1682         * spam.el (spam-check-ifile): added ifile as a spam checking
1683         backend, and spam-use-ifle as the variable to toggle that check.
1684
1685 2002-10-12  Simon Josefsson  <jas@extundo.com>
1686
1687         * message.el (message-beginning-of-line): New variable.
1688         (message-beginning-of-line): Use it.
1689
1690 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1691
1692         * spam.el: more compilation fixes for BBDB
1693
1694         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1695         (spam-stat-reduce-size): Interactive.
1696         (spam-stat-reset): New function.
1697         (spam-stat-save): Interactive.
1698
1699 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * gnus.el: Autoload gnus-delay-initialize.
1702
1703         * message.el: Autoload gnus-delay-article.
1704
1705 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1706
1707         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1708         text property in Emacs.
1709
1710 2002-10-11  Simon Josefsson  <jas@extundo.com>
1711
1712         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1713         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1714
1715         * mml1991.el (mml1991-pgg-sign): Remove CR.
1716
1717 2002-10-10  Simon Josefsson  <jas@extundo.com>
1718
1719         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1720         decrypt failed.
1721         (mml2015-trust-boundaries-alist): Removed.
1722         (mml2015-gpg-extract-signature-details): Don't use it.
1723         (mml2015-unabbrev-trust-alist): New.
1724         (mml2015-gpg-extract-signature-details): Use it.
1725
1726 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1727
1728         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1729         BBDB installed
1730
1731         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1732         statistical analysis of spam in Lisp only
1733
1734 2002-10-10  Simon Josefsson  <jas@extundo.com>
1735
1736         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1737         auth, selected or examine state.
1738
1739         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1740         buffer and error buffer depending on type of information.
1741
1742         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1743         --status-fd stuff even if gpg.el is not used (revert earlier
1744         change).
1745         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1746         gnus details.
1747         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1748         buffer.
1749
1750         * pgg.el (pgg-verify-region): Use it.
1751
1752         * pgg-def.el (pgg-query-keyserver): New variable.
1753
1754         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1755         key-identifier in packet.  Is this a good idea?
1756
1757         * mml.el (mml-mode-map): Add security commands that operates on
1758         MIME parts.
1759         (mml-menu): And menu items for them.
1760
1761         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1762
1763         * mml.el (mml-parse-1): Support sender in #secure tags.
1764
1765         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1766         defined.
1767
1768         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1769         (mml-pgp-encrypt-buffer): Support combined signing.
1770
1771         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1772         (mml1991-gpg-encrypt): Ditto.
1773         (mml1991-pgg-encrypt): Ditto.
1774         (mml1991-encrypt): Pass sign parameter.
1775
1776         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1777         (mml-signencrypt-style): Mention the variable.
1778
1779 2002-10-09  Simon Josefsson  <jas@extundo.com>
1780
1781         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1782         pgg-gpg-user-id.
1783
1784         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1785         (pgg-fetch-key-function): Nil if w3 is not installed.
1786
1787 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1788
1789         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1790         gnus-agent-current-history.
1791
1792 2002-10-06  Simon Josefsson  <jas@extundo.com>
1793
1794         * imap.el (imap-parse-status): Don't use read to read token.
1795
1796 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1797
1798         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1799         for methods not covered by the agent, and when unplugged.
1800
1801 2002-10-05  Simon Josefsson  <jas@extundo.com>
1802
1803         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1804         signing.
1805
1806         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1807         a named server fails, ignore the server.
1808
1809         * mml1991.el (mml1991-pgg-sign): Do QP.
1810
1811         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1812         work.
1813
1814 2002-10-04  Simon Josefsson  <jas@extundo.com>
1815
1816         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1817
1818         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1819         binary-write-decoded-region from MEL.
1820
1821         * pgg.el (pgg-encrypt-region): Support sign.
1822
1823         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1824
1825         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1826
1827         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1828         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1829         branch where PGG was taken from in the ChangeLog entries below.
1830
1831 2002-10-01  Simon Josefsson  <jas@extundo.com>
1832
1833         * pgg-pgp.el: Don't require mel.  Don't use luna.
1834         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1835         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1836         (pgg-pgp-process-region): Don't use binary-funcall.
1837
1838         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1839
1840         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1841         instead of concat.
1842
1843         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1844
1845 2002-09-29  Simon Josefsson  <jas@extundo.com>
1846
1847         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1848         compile warnings.
1849
1850         * pgg.el (pgg-decrypt-region): Don't parse packet.
1851
1852         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1853
1854 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1855
1856         * pgg.el: Remove dependency on calist.el.
1857
1858 2002-09-28  Simon Josefsson  <jas@extundo.com>
1859
1860         * pgg.el (pgg-temporary-file-directory): New variable.
1861         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1862
1863         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1864         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1865
1866         * pgg-parse.el (pgg-char-int): Defalias.
1867         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1868         (pgg-read-bytes, pgg-read-body): Use it.
1869         (pgg-decode-packets): Don't use MEL, use base64-*.
1870         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1871         (pgg-string-as-unibyte): Defalias.
1872         (pgg-parse-armor-region): Use it.
1873
1874         * pgg-gpg.el (pgg-gpg-process-region): Use
1875         pgg-temporary-file-directory.
1876
1877         * luna.el: Don't def-edebug.
1878
1879         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1880         binary-write-decoded-region from MEL.
1881
1882         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1883
1884         * alist.el, calist.el: Don't require product/APEL.
1885
1886         * pgg-parse.el (top-level): Remove dependency on static.el,
1887         pccl.el, mel.el.
1888         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1889         `define-ccl-program' is boundp, instead of using broken.
1890
1891 2002-10-01  Simon Josefsson  <jas@extundo.com>
1892
1893         * message.el (message-required-mail-headers): Remove Lines:.
1894
1895 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1896         From Jesper Harder.
1897
1898         * gnus-group.el (gnus-group-fetch-charter,
1899         gnus-group-fetch-control): Prompt for group if given a prefix
1900         argument.
1901         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1902         gnus-group-fetch-control to summary key map and menu.
1903
1904
1905 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1906
1907         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1908         number when there are no articles.
1909
1910 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1911
1912         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1913         arg ALL means to fetch all articles, not only downloadable ones.
1914         (gnus-agent-fetch-selected-article): New function for
1915         gnus-select-article-hook or gnus-mark-article-hook.
1916
1917 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1918         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1919
1920         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1921         raw-text.
1922
1923 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1924
1925         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1926         Pinard).
1927         Major revamp of the code, documentation is in comments in the file
1928         for now.
1929
1930 2002-09-30  Simon Josefsson  <jas@extundo.com>
1931
1932         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1933         buffer seem to be needed?
1934
1935 2002-09-29  Simon Josefsson  <jas@extundo.com>
1936
1937         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1938         compile warnings.
1939
1940         * mml1991.el (mml1991-function-alist): Add pgg.
1941         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1942         (mml1991-pgg-encrypt): Fix recipients querying.
1943
1944 2002-09-28  Simon Josefsson  <jas@extundo.com>
1945
1946         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1947         from dme@dme.org.
1948         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1949         handle is returned.
1950
1951 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1954         Protect against non-existent of `nnimap-mailbox-info'.
1955
1956 2002-09-27  Simon Josefsson  <jas@extundo.com>
1957
1958         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1959         (gnus-setup-news-hook): Use it.
1960         (gnus-after-getting-new-news-hook): Ditto.
1961
1962         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1963
1964 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1965         From Mats Lidell <matsl@contactor.se>.
1966
1967         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1968
1969 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1970
1971         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1972         the part to decode encoded words, use raw words instead of decoded
1973         words.
1974
1975 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1976
1977         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1978
1979         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1980         (mm-setup-w3m): Use it.
1981
1982 2002-09-27  Simon Josefsson  <jas@extundo.com>
1983
1984         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1985         article buffers.
1986
1987         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1988         it just in case.
1989         (nnimap-update-unseen): New function; update unseen count in
1990         `n-m-info'.
1991         (nnimap-close-group): Call it.
1992
1993         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1994         (gnus-after-getting-new-news-hook): Ditto.
1995
1996         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1997         message into verboselevel 9.  Change slow mail check message.
1998         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1999         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2000         used as a hook after getting new mail.
2001
2002 2002-09-26  Simon Josefsson  <jas@extundo.com>
2003
2004         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2005         SELECT/EXAMINE is first unseen article, not number of unseen
2006         articles.  Make them distinct by renaming the former to
2007         `first-unseen' instead of `unseen'.
2008
2009         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2010         too.
2011         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2012         changed.
2013         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2014
2015         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2016
2017         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2018         better.
2019
2020         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2021         if dissecting resulting buffer actually had any information.
2022
2023 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2026         because the function `string<' allows symbols.
2027
2028         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2029
2030 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2031
2032         * message.el (message-forward-make-body): Revert an early change
2033         because 8-bit utf-8 emails.
2034
2035 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2036
2037         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2038         links to Info)
2039         * gnus-art.el (gnus-treat-highlight-signature):
2040         * gnus-art.el (gnus-treat-buttonize):
2041         * gnus-art.el (gnus-treat-buttonize-head):
2042         * gnus-art.el (gnus-treat-emphasize):
2043         * gnus-art.el (gnus-treat-strip-cr):
2044         * gnus-art.el (gnus-treat-unsplit-urls):
2045         * gnus-art.el (gnus-treat-leading-whitespace):
2046         * gnus-art.el (gnus-treat-hide-headers):
2047         * gnus-art.el (gnus-treat-hide-boring-headers):
2048         * gnus-art.el (gnus-treat-hide-signature):
2049         * gnus-art.el (gnus-treat-fill-article):
2050         * gnus-art.el (gnus-treat-hide-citation):
2051         * gnus-art.el (gnus-treat-hide-citation-maybe):
2052         * gnus-art.el (gnus-treat-strip-list-identifiers):
2053         * gnus-art.el (gnus-treat-strip-pgp):
2054         * gnus-art.el (gnus-treat-strip-pem):
2055         * gnus-art.el (gnus-treat-strip-banner):
2056         * gnus-art.el (gnus-treat-highlight-headers):
2057         * gnus-art.el (gnus-treat-highlight-citation):
2058         * gnus-art.el (gnus-treat-date-ut):
2059         * gnus-art.el (gnus-treat-date-local):
2060         * gnus-art.el (gnus-treat-date-english):
2061         * gnus-art.el (gnus-treat-date-lapsed):
2062         * gnus-art.el (gnus-treat-date-original):
2063         * gnus-art.el (gnus-treat-date-iso8601):
2064         * gnus-art.el (gnus-treat-date-user-defined):
2065         * gnus-art.el (gnus-treat-strip-headers-in-body):
2066         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2067         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2068         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2069         * gnus-art.el (gnus-treat-unfold-headers):
2070         * gnus-art.el (gnus-treat-fold-headers):
2071         * gnus-art.el (gnus-treat-fold-newsgroups):
2072         * gnus-art.el (gnus-treat-overstrike):
2073         * gnus-art.el (gnus-treat-display-xface):
2074         * gnus-art.el (gnus-treat-display-smileys):
2075         * gnus-art.el (gnus-treat-from-picon):
2076         * gnus-art.el (gnus-treat-mail-picon):
2077         * gnus-art.el (gnus-treat-newsgroups-picon):
2078         * gnus-art.el (gnus-treat-body-boundary):
2079         * gnus-art.el (gnus-treat-capitalize-sentences):
2080         * gnus-art.el (gnus-treat-fill-long-lines):
2081         * gnus-art.el (gnus-treat-play-sounds):
2082         * gnus-art.el (gnus-treat-translate):
2083         * gnus-art.el (gnus-treat-x-pgp-sig):
2084         * gnus-art.el (gnus-mime-button-line-format):
2085         * gnus-art.el (gnus-button-man-level):
2086         * gnus-art.el (gnus-button-emacs-level):
2087         * gnus-cus.el (gnus-group-parameters):
2088         * gnus-gl.el (bbb-build-mid-scores-alist):
2089         * gnus-group.el (gnus-group-line-format):
2090         * gnus-mlspl.el (gnus-group-split-setup):
2091         * gnus-mlspl.el (gnus-group-split):
2092         * gnus-msg.el (gnus-mailing-list-groups):
2093         * gnus-msg.el (gnus-posting-styles):
2094         * gnus-nocem.el (gnus-nocem-issuers):
2095         * gnus-score.el (gnus-score-regexp-bad-p):
2096         * gnus-srvr.el (gnus-server-line-format):
2097         * gnus-topic.el (gnus-topic-line-format):
2098         * gnus.el (gnus-summary-line-format):
2099         * mail-source.el (mail-sources):
2100         * message.el (message-subscribed-address-file):
2101         * nnmail.el (nnmail-split-fancy):
2102
2103 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2104
2105         * mail-source.el(mail-source-run-script): use `functionp' to test
2106         whether the argument `script' is in fact a function.
2107         (mail-sources): adjust the defcustom to allow users to specify a
2108         function or a string as the value of the `:prescript' and
2109         `:postscript' arguments of the `file' and `pop3' mail sources.
2110
2111 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2112
2113         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2114         number when article 1 does not exist.
2115
2116 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2117
2118         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2119         apropos if apropos-variable does not exist.
2120         (gnus-button-guessed-mid-regexp)
2121         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2122         regexes.  From Reiner Steib.
2123         (gnus-button-handle-describe-function)
2124         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2125         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2126         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2127
2128 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2129         Trivial patch.
2130
2131         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2132         the file.
2133
2134 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2135
2136         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2137
2138 2002-09-24  Simon Josefsson  <jas@extundo.com>
2139
2140         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2141         (mml2015-use): Prefer PGG if installed.
2142         (mml2015-function-alist): Add PGG wrappers.
2143         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2144         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2145         prefix, make regexp optionally skip it.
2146         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2147         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2148         (mml2015-pgg-encrypt): New functions.
2149         (defvar, autoload): Prevent byte-compile warnings.
2150
2151 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2152         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2153
2154         * gnus-art.el (article-strip-banner): Check for the existence of
2155         from header.
2156
2157 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2158
2159         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2160         (gnus-button-alist): Improved regexp for
2161         gnus-button-handle-mid-or-mail (false positives), fixed
2162         gnus-button-handle-man entries.
2163         From Reiner Steib.
2164
2165 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2166         From Josh Huber.
2167
2168         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2169         nnmail-extra-headers is non-nil.
2170
2171 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2172
2173         * nnmaildir.el: Store article numbers persistently.  General
2174         revision.
2175         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2176         for nnmail-expiry-wait; delete instead of moving if 'force is
2177         given.
2178
2179 2002-09-23  Simon Josefsson  <jas@extundo.com>
2180         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2181
2182         * smime.el (smime-sign-buffer): Get key and extra certs.
2183         (smime-get-key-with-certs-by-email): Utility function.
2184
2185 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2186         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2187
2188         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2189         article exists.
2190
2191 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2192
2193         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2194
2195 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2196         From Reiner Steib.
2197
2198         * gnus-art.el (gnus-button-handle-custom,
2199         gnus-button-handle-mid-or-mail,
2200         gnus-button-handle-describe-{function,variable,key},
2201         gnus-button-handle-apropos{,command,variable}): New functions.
2202         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2203         gnus-button-{man,emacs,mail}-level): New variables.
2204         (gnus-button-alist): Use the above to buttonize emacs and mail
2205         related links.
2206
2207 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2208
2209         * gnus-int.el (gnus-status-message): Fix spacing.
2210
2211         * imap.el (imap-continuation): Fix typos.
2212
2213 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2214
2215         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2216
2217         * gnus-art.el (gnus-article-reply-with-original): Correct
2218         with-current-buffer scope.
2219
2220         * message.el (message-completion-alist): Add Reply-To, From, etc.
2221
2222 2002-09-18  Simon Josefsson  <jas@extundo.com>
2223
2224         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2225         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2226
2227 2002-09-17  Simon Josefsson  <jas@extundo.com>
2228
2229         * nnimap.el (nnimap-expiry-target): Don't search for which
2230         articles exists here.
2231         (nnimap-request-expire-articles): Do it here instead.  Only expire
2232         when articles are found.  Suggested by Nevin Kapur
2233         <nevin@jhu.edu>.
2234
2235 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2236         From Reiner Steib <reiner.steib@gmx.de>.
2237
2238         * message.el (message-strip-subject-trailing-was)
2239         (message-change-subject, message-add-archive-header)
2240         (message-xpost-fup2-header, message-xpost-insert-note)
2241         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2242         adopted from message-utils.el.  Add functions to the keymap, mode
2243         describtion and menu.
2244         (message-change-subject,message-xpost-fup2): Signal error if
2245         current header is empty.
2246         (message-xpost-insert-note): Changed insert position.
2247         (message-archive-note): Ensure to insert note in message body (not
2248         in head).
2249         (message-archive-header, message-archive-note)
2250         (message-xpost-default, message-xpost-note, message-fup2-note)
2251         (message-xpost-note-function): New variables adopted from
2252         message-utils.el.  Changed some doc-strings.
2253         (message-mark-insert-{begin,end}): Rename from
2254         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2255         values.
2256         (message-subject-trailing-was-query)
2257         (message-subject-trailing-was-ask-regexp)
2258         (message-subject-trailing-was-regexp): New variables.
2259         (message-to-list-only): Added doc-string and menu entry.
2260
2261         * message-utils.el: Removed.  Functions are now in message.el.
2262
2263 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2264
2265         * gnus-art.el (gnus-article-reply-with-original,
2266         gnus-article-followup-with-original): Switch to
2267         gnus-summary-buffer before reply/followup.
2268
2269 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2270
2271         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2272         not exist. Toggle it anyway.
2273
2274 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2275
2276         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2277
2278         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2279         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2280
2281         * rfc2047.el (message-posting-charset): Defvar it.
2282         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2283         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2284
2285         * mail-source.el (mail-source-fetch): Hide password.
2286
2287         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2288
2289 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2290         From John Paul Wallington <jpw@shootybangbang.com>.
2291
2292         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2293
2294 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2297
2298 2002-09-11  Simon Josefsson  <jas@extundo.com>
2299
2300         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2301         (nnimap-split-rule): Doc fix.
2302         (nnimap-request-expire-articles): Cleanup code.
2303
2304 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2305         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2306
2307         * gnus-art.el (gnus-article-address-banner-alist): New option.
2308         (article-strip-banner): Refer the above option to split banners of
2309         free mail servers, when no group parameter is specified.
2310
2311 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * nntp.el (nntp-wait-for-string): Check for a process in the
2314         current buffer instead of `nntp-server-buffer'.
2315
2316 2002-09-09  Simon Josefsson  <jas@extundo.com>
2317
2318         * gnus-art.el (gnus-button-man-handler): New variable.
2319         (gnus-button-alist): Use g-b-handle-man.
2320         (gnus-button-handle-man): New, call g-b-man-handler.
2321
2322 2002-09-08  Simon Josefsson  <jas@extundo.com>
2323
2324         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2325
2326 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2329
2330 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2333
2334         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2335         keystroke.
2336
2337         * gnus-srvr.el (gnus-browse-describe-group): New command and
2338         keystroke.
2339
2340 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2343         value for gnus-decoration property.
2344
2345 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2346
2347         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2348         string) as group name in case we have a CRLF in the file.
2349
2350 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2351
2352         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2353         group.
2354         (rfc1843-decode-hzp): do.
2355         (rfc1843-newsgroups-regexp): do.
2356
2357 2002-09-04  Simon Josefsson  <jas@extundo.com>
2358
2359         * message.el (message-canlock-generate): Make sure sha1 doesn't
2360         call external programs.
2361
2362 2002-09-03  Simon Josefsson  <jas@extundo.com>
2363
2364         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2365
2366         * gnus-agent.el (gnus-agent-batch): Add doc.
2367
2368 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2369
2370         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2371         check for signed and encrypted parts.
2372         * mml.el (mml-parse-1): Correct small typo which preventing
2373         setting recipients in a secure tag.
2374
2375 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * mm-util.el (mm-coding-system-priorities): Default to a list of
2378         iso-2022-jp and others for the Japanese environment.
2379
2380 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2383         invalid display names.
2384
2385 2002-08-30  Simon Josefsson  <jas@extundo.com>
2386
2387         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2388         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2389
2390 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2391
2392         * gnus.el (gnus-group-charter-alist): New option.
2393         (gnus-group-fetch-control-use-browse-url): New option.
2394
2395         * gnus-group.el (gnus-group-fetch-charter): New function.
2396         (gnus-group-fetch-control): New function.
2397         Add them to the keymap and menu. Require mm-url.
2398
2399 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2402         From Alex Schroeder <alex@emacswiki.org>.
2403
2404 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2405
2406         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2407         items expecting user interaction.
2408
2409         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2410
2411         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2412
2413         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2414
2415         * mml.el (mml-menu): do.
2416
2417 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * mail-source.el (mail-source-touch-pop): New function.
2420
2421         * message.el (message-smtpmail-send-it): New function.
2422         (message-send-mail-function): Add it for a candidate.
2423
2424 2002-08-27  Simon Josefsson  <jas@extundo.com>
2425
2426         * gnus-msg.el (posting-charset-alist): Use
2427         gnus-define-group-parameter instead of defcustom.
2428         (gnus-put-message): Handle SPC in GCC.
2429         (gnus-inews-insert-gcc): Ditto.
2430         (gnus-inews-insert-archive-gcc): Ditto.
2431
2432 2002-08-26  Simon Josefsson  <jas@extundo.com>
2433
2434         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2435         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2436         (gnus-agent-possibly-save-gcc): Autoload.
2437         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2438
2439 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * gnus.el (gnus-other-frame-function): New user option.
2442         (gnus-other-frame): Use it; add a doc-string; make it work with
2443         the gnuclient program.
2444
2445         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2446
2447         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2448         `device-connection' and `dfw-device'.
2449
2450 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2451
2452         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2453         positives, make it stricter.  From Jochen Hein (trivial change).
2454
2455 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gnus.el (gnus-other-frame): Trivial fix.
2458
2459 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus.el (gnus-other-frame-parameters): New user option.
2462         (gnus-other-frame-object): New variable.
2463         (gnus-other-frame): Make it search for existing Gnus frame; don't
2464         read new news; delete frame on exit.
2465
2466         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2467
2468         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2469
2470 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2471         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2472
2473         * message.el (message-set-auto-save-file-name): Add support for
2474         the Cygwin Emacs; the system-type is `cygwin'.
2475         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2476
2477 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2478
2479         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2480
2481         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2482         avoid arithmetic errors.
2483
2484 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2487
2488 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2491         (message-ignored-resent-headers): Add envelope From.
2492
2493 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2494
2495         * gnus.el (gnus-summary-line-format): Document %k specifier.
2496
2497 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2498
2499         * gnus-sum.el (gnus-summary-line-message-size): New function.
2500         (gnus-summary-line-format-alist): Use it.
2501
2502 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * gnus-art.el (article-make-date-line): Refer to the value for
2505         `gnus-article-time-format' in the summary buffer.
2506
2507         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2508
2509 2002-08-14  Simon Josefsson  <jas@extundo.com>
2510
2511         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2512         quoting.
2513         (gnus-button-alist): Fix doc.
2514         (gnus-header-button-alist): Use ' not ` for default value quoting.
2515         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2516         rationale similar to 2002-05-01 change.
2517         (gnus-article-add-buttons-to-head): Evaluate expression.
2518
2519         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2520
2521 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * message.el (message-font-lock-keywords): Refer to the value for
2524         `message-cite-prefix-regexp' dynamically.
2525
2526 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2529
2530 2002-08-12  Simon Josefsson  <jas@extundo.com>
2531
2532         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2533         (imap-shell-open): Skip initial junk before IMAP greeting.
2534
2535 2002-08-11  Simon Josefsson  <jas@extundo.com>
2536
2537         * message-utils.el (message-xpost-default,
2538         message-xpost-fup2-header, message-xpost-fup2): Fixed
2539         Typos.  Trivial changes from Reiner Steib
2540         <4uce.02.r.steib@gmx.net>.
2541
2542 2002-08-09  Simon Josefsson  <jas@extundo.com>
2543
2544         * message.el (message-canlock-password): Set
2545         canlock-password-for-verify to newly generated canlock-password.
2546         When Emacs is restarted, Custom makes sure this is set, but during
2547         the same session we must set it manually.
2548
2549 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2550
2551         * yenc.el: New file.
2552
2553         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2554         (mm-uu-type-alist): Add yenc.
2555         (mm-uu-yenc-filename): New function.
2556         (mm-uu-yenc-extract): New function.
2557
2558         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2559
2560 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2561
2562         * dgnushack.el (merge): Don't use coerce.
2563
2564 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2565
2566         * mailcap.el (mailcap-mime-data): Test window-system rather than
2567         mm-device-type.
2568         (mailcap-mime-data): Call xdvi and gv with "-safer".
2569
2570         * mm-util.el: Don't define mm-device-type.
2571
2572 2002-08-05  Simon Josefsson  <jas@extundo.com>
2573
2574         * mm-util.el (mm-coding-system-priorities): coding-system type not
2575         supported everywhere.
2576
2577 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * gnus.el (gnus-version-number): Bumped version number.
2580
2581 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2582
2583         * gnus.el: Oort Gnus v0.07 is released.
2584
2585 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2588         (gnus-article-sort-functions): Doc fix.
2589         (t): New keystroke.
2590         (gnus-article-sort-by-random): New function.
2591         (gnus-thread-sort-by-random): New function.
2592
2593 2002-08-02  Simon Josefsson  <jas@extundo.com>
2594
2595         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2596         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2597
2598 2002-07-31  Danny Siu  <dsiu@adobe.com>
2599
2600         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2601         when splitting malformed messages without message-id
2602
2603 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2604         From Niklas Morberg <niklas.morberg@axis.com>.
2605
2606         * nnweb.el (nnweb-type, nnweb-type-definition)
2607         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2608         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2609         functionality.
2610         * nnweb.el: Removed old non-functioning search engines.
2611
2612 2002-07-27  Simon Josefsson  <jas@extundo.com>
2613
2614         * message.el (message-forward-make-body): Don't use
2615         `message-forward-ignored-headers' when doing a "raw" followup (it
2616         is important to preserve e.g. CTE).
2617
2618         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2619
2620         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2621         regexp-quote, Cyrus Sieve is fixed.
2622
2623         * sieve-manage.el (sieve-manage-deletescript): New function.
2624
2625         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2626         (sieve-manage-mode): Fix menubar.
2627         (sieve-activate): Change some messages.
2628         (sieve-deactivate-all): New function.
2629         (sieve-deactivate): New alias.
2630         (sieve-remove): New function.
2631         (sieve-help): Fix help.
2632         All suggested by Ned Ludd.
2633
2634 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2637         (mm-w3m-safe-url-regexp): New user option.
2638
2639         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2640         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2641
2642 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2643
2644         * gnus-sum.el (gnus-summary-delete-article): Force
2645         nnmail-expiry-target to 'delete, so that absolute deletion
2646         happens when absolute deletion is requested.
2647
2648 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2649         From Nevin Kapur <nevin@jhu.edu>.
2650
2651         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2652         headers as empty headers.
2653
2654 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2655         From Jochen Hein <jochen@jochen.org>.
2656
2657         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2658         correct typo.
2659         (gnus-emphasis-strikethru): New face.
2660
2661 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2662         From Jason Merrill <jason@redhat.com>.
2663
2664         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2665         entire file for each of a sequence of missing articles.
2666
2667         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2668         value for gnus-view-pseudos.
2669
2670         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2671         avoid nreverse.
2672
2673 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2674         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2675
2676         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2677         (gnus-summary-mode-line-format-alist): Add %h for number of
2678         spams.
2679         (gnus-newsgroup-spam-marked): New variable.
2680         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2681         (gnus-article-read-p, gnus-article-mark)
2682         (gnus-set-global-variables, gnus-set-global-variables)
2683         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2684         (gnus-summary-mark-article-as-unread)
2685         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2686         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2687         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2688
2689 2002-07-10  Simon Josefsson  <jas@extundo.com>
2690
2691         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2692         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2693
2694 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2695
2696         * gnus-sum.el (gnus-summary-delete-article): Respect group
2697         parameters while expiring.
2698
2699 2002-07-08  Simon Josefsson  <jas@extundo.com>
2700
2701         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2702         Enberg.
2703
2704 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2705
2706         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2707         function is called interactively.  From Niklas Morberg.
2708
2709 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2710
2711         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2712         cdaar to cdar and car.
2713
2714         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2715         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2716
2717 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2720         don't break a narrowed article.
2721
2722         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2723         (nntp-open-via-rlogin-and-telnet): Ditto.
2724
2725 2002-07-02  Didier Verna  <didier@xemacs.org>
2726
2727         * nnmail.el (nnmail-split-methods): fix custom type.
2728
2729 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2730
2731         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2732         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2733
2734 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2735
2736         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2737         (gnus-summary-resend-message): Use it.
2738
2739 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2742         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2743
2744 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2745
2746         * message.el (message-font-lock-keywords): Don't fontify
2747         headers in the message body, only in the header.
2748         (message-font-lock-make-header-matcher): New function, used by
2749         message-font-lock-keywords.
2750         From Katsumi Yamaoka <yamaoka@jpl.org>.
2751
2752 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2755
2756 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2759
2760 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2761
2762         * message.el (message-font-lock-keywords): Revert 2002-06-22
2763         change.
2764
2765 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2766
2767         * message.el (message-font-lock-keywords): Put colon in header
2768         name match.
2769
2770 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2771
2772         * message.el (message-font-lock-keywords): Don't use header faces
2773         in the body.  Thanks to Stefan Monnier for the hint on the
2774         implementation.
2775
2776 2002-05-09  Miles Bader  <miles@gnu.org>
2777
2778         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2779         (gnus-article-hide-citation): Respect it.
2780
2781 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2782
2783         * pop3.el (pop3-open-server): Fix typo.
2784
2785 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2786
2787         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2788         instead of push to ignore duplicate to-(list|address) values.
2789         * nnmail.el (nnmail-cache-ignore-groups): New.
2790         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2791
2792 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2793
2794         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2795         before sending.  Suggested by Jan Rychter.
2796
2797 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * dgnushack.el (remove): New compiler macro.
2800         (last, coerce, subseq): Remove compiler macros for those built-in
2801         or unused functions.
2802
2803 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2804
2805         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2806         sure to write byte-compiled versions of gnus-*-format-alist to
2807         .newsrc.eld.  From Simon Josefsson.
2808
2809 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2810
2811         * gnus-agent.el (gnus-agent-read-servers)
2812         (gnus-agent-write-servers): Put server name (string like
2813         "nnchoke:frumple") in the file instead of a server specification
2814         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2815         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2816
2817 2002-06-16  Simon Josefsson  <jas@extundo.com>
2818
2819         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2820         Reiner Steib <4uce.02.r.steib@gmx.net>.
2821
2822 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2823
2824         * nnheader.el (nnheader-file-name-translation-alist): Set the
2825         default value for MS Windows systems.
2826
2827         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2828
2829 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * message.el (message-beginning-of-line): Keep the region active
2832         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2833
2834 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2835
2836         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2837         * gnus-msg.el (gnus-summary-reply): Ditto.
2838         * gnus-msg.el (gnus-summary-handle-replysign): New.
2839
2840 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2843         if sending failed.
2844
2845 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2846
2847         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2848         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2849         to sign while encrypting.
2850
2851 2002-06-11  Simon Josefsson  <jas@extundo.com>
2852
2853         * gnus-int.el (gnus-request-move-article): Agent expire article if
2854         successfuly moved.
2855
2856         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2857         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2858
2859 2002-06-10  Simon Josefsson  <jas@extundo.com>
2860
2861         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2862
2863 2002-06-09  Simon Josefsson  <jas@extundo.com>
2864
2865         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2866
2867         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2868
2869 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2870
2871         * flow-fill.el (fill-flowed): Ignore errors.
2872
2873 2002-06-06  Simon Josefsson  <jas@extundo.com>
2874
2875         * message.el (message-send-mail-with-sendmail): Improve error message.
2876
2877 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2878
2879         * message.el (message-interactive): Change default from nil to t.
2880         Better to be safe than to be fast.
2881
2882 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2883
2884         * message.el (message-send-mail-with-sendmail): Check return value
2885         from call-process-region.
2886
2887 2002-06-04  Simon Josefsson  <jas@extundo.com>
2888
2889         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2890         (gnus-group-post-news, gnus-summary-mail-other-window)
2891         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2892         gnus-article-copy to nil, thereby inhibiting the `header' posting
2893         style match to use data from last viewed article.
2894         Suggested by Hrvoje Niksic.
2895
2896 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * spam.el (spam-point-at-eol): New alias.
2899         (spam-parse-whitelist): Use it.
2900
2901 2002-06-03  Simon Josefsson  <jas@extundo.com>
2902
2903         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2904         (nnmail-article-group): Use it.
2905
2906 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2907
2908         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2909         so that code reading them won't be surprised.  From Jesper Harder
2910         <harder@ifa.au.dk>.
2911
2912 2002-05-29  Simon Josefsson  <jas@extundo.com>
2913
2914         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2915         articles.
2916
2917         * gnus.el (gnus-agent-cache): Doc fix.
2918         (gnus-agent): Change default to t.
2919
2920         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2921         ARTICLES, GROUP and FORCE parameters.
2922
2923 2002-05-28  Simon Josefsson  <jas@extundo.com>
2924
2925         * gnus-group.el (gnus-group-line-format): Doc fix.
2926
2927 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2928
2929         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2930         original article before yanking.  From Jesper Harder
2931         <harder@ifa.au.dk>.
2932
2933 2002-05-26  Simon Josefsson  <jas@extundo.com>
2934
2935         * gnus-sum.el (gnus-summary-menu-split): New function.
2936         (gnus-summary-make-menu-bar): Split charset submenu.
2937         (gnus-summary-menu-maxlen): New variable.
2938         (gnus-summary-menu-split): Use it.
2939
2940 2002-05-25  Simon Josefsson  <jas@extundo.com>
2941
2942         * mml.el (mml-preview): Generate some headers.
2943
2944         * gnus.el (gnus-large-newsgroup): Fix :type.
2945
2946         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2947         Agent cache NOV's by default now).
2948         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2949
2950 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2951
2952         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2953         call to gnus-parent-id when we check for References loops.
2954         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2955         twice by saving the simplified subject string in simp-subject.
2956
2957 2002-05-23  Simon Josefsson  <jas@extundo.com>
2958
2959         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2960         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2961
2962         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2963         Niklas Morberg <niklas.morberg@axis.com>.
2964
2965 2002-05-22  Simon Josefsson  <jas@extundo.com>
2966
2967         * sieve.el (sieve-change-region): Define it before it is used.
2968
2969         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2970         (gnus-summary-reply): Ask for confirmation when replying to news.
2971         Defaults to not ask.  From Benjamin Rutt
2972         <rutt+news@cis.ohio-state.edu>.
2973
2974         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2975
2976 2002-05-21  Simon Josefsson  <jas@extundo.com>
2977
2978         * sieve-mode.el (sieve-manage): Fix autoloads.
2979
2980         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2981         name (makes it work with recent Cyrus timsieved).
2982
2983 2002-05-20  Jason  <jbaker@cs.utah.edu>
2984         Trivial patch.
2985
2986         * gnus-art.el (gnus-request-article-this-buffer): Try
2987         reconnecting if you don't get the message.
2988
2989 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2992         Reply-To headers from the headers.
2993
2994 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * mm-url.el (mm-url-insert): Remove junk message.
2997
2998 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3001         (nnslashdot-use-front-page): New variable.
3002         (nnslashdot-request-list): Use it.
3003
3004         * mm-url.el (mm-url-timeout): New variable.
3005         (mm-url-retries): Ditto.
3006         (mm-url-insert): Use it.
3007
3008 2002-05-16  Simon Josefsson  <jas@extundo.com>
3009
3010         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3011         (gnus-simplify-subject-functions): Mention g-s-a-w.
3012
3013 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3014
3015         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3016         nnmail-cache-insert.
3017         * nndiary.el (nndiary-request-accept-article): Ditto.
3018         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3019         * nnimap.el (nnimap-request-accept-article): Ditto.
3020         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3021         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3022         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3023         * nnmh.el (nnmh-request-accept-article): Ditto.
3024         * nnmail.el (nnmail-cache-insert): Change group to required,
3025         removed code which tried to figure out the group.
3026
3027 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3028
3029         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3030         messages. From Hans de Graaff <hans@degraaff.org>.
3031         * nnml.el (nnml-request-accept-article): Pass in the group name to
3032         nnmail-cache-insert, since it's available.
3033
3034 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3035
3036         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3037
3038 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3039         From Florian Weimer <fw@deneb.enyo.de>.
3040
3041         * gnus.el (subscribed): New group parameter.
3042         (gnus-find-subscribed-addresses): Use it.
3043
3044 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3045
3046         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3047         the default for pgpmime to support pgp v2.
3048         * mml-sec.el (mml-signencrypt-style): New accessor function to
3049         allow users to get/set the signencrypt style more easily without
3050         frobbing the alist directly.
3051         * mml.el (mml-generate-mime-1): Use accessor function.
3052
3053 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3054
3055         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3056         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3057         <schwab@suse.de>.
3058
3059 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3060
3061         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3062         when intuiting the group the message is written to.  From Josh
3063         Huber <huber@alum.wpi.edu>.
3064
3065 2002-05-06  Simon Josefsson  <jas@extundo.com>
3066
3067         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3068         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3069
3070 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3071
3072         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3073         argument, and fixed compiler warning. (added autoload for
3074         gpg-encrypt).
3075
3076 2002-05-04  Simon Josefsson  <jas@extundo.com>
3077
3078         * mml1991.el (mml1991-function-alist): Doc fix.
3079
3080         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3081         doesn't exist (for previewing messages without having Gnus
3082         started).
3083
3084         * mm-util.el (mm-coding-system-priorities): Defcustom.
3085
3086         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3087
3088 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3089
3090         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3091         default.
3092         * mml-sec.el:
3093         * mml-sec.el (mml-signencrypt-style): New.
3094         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3095         argument `sign'.
3096         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3097         signencrypt.
3098         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3099         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3100         both signed & encryped is processed in one operation. (rather than
3101         two separate ops: sign, then encrypt)
3102         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3103         indication if a message is signed by an expired key.
3104         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3105         enables combined sign & encrypt operation. (this was always on
3106         before).
3107         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3108
3109 2002-05-01  Simon Josefsson  <jas@extundo.com>
3110
3111         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3112         server.
3113         (nnimap-mailbox-info): defvar instead of defvoo.
3114
3115 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3116
3117         * gnus.el: Oort Gnus v0.06 is released.
3118
3119 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * lpath.el: Bind url-package-version.
3122
3123 2002-05-01  Simon Josefsson  <jas@extundo.com>
3124
3125         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3126         filename before deleting the group itself, because the presence of
3127         a group filename decides if long filenames are used or not.
3128
3129         * gnus-art.el (gnus-button-alist): Don't inline
3130         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3131         without also modifying g-button-alist.
3132         (gnus-button-alist): Fix type to allow variable as well as regexp.
3133         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3134         themselves, variables to its contents.
3135         (gnus-button-entry): Ditto.
3136
3137 2002-05-01  Simon Josefsson  <jas@extundo.com>
3138
3139         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3140         UIDNEXT as a string.
3141
3142         * nnimap.el (nnimap-string-lessp-numerical): New function.
3143         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3144         integers.
3145
3146 2002-04-29  Simon Josefsson  <jas@extundo.com>
3147
3148         * nnmail.el (nnmail-cache-insert): Accept optional group
3149         parameter.
3150
3151         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3152         n-r-g-a is disabled.
3153
3154 2002-04-29  Simon Josefsson  <jas@extundo.com>
3155
3156         * nnimap.el (nnimap-split-fancy): Fix doc.
3157         (nnimap-split-fancy): Fix doc.
3158
3159         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3160         (nnimap-mailbox-info): New internal variable.
3161         (nnimap-retrieve-groups): Implement faster new mail check.
3162
3163         * nnimap.el (nnimap-split-articles): Support
3164         nnmail-cache-accepted-message-ids.
3165         (nnimap-request-accept-article): Ditto.
3166
3167         * imap.el (imap-mailbox-status-asynch): New command.
3168
3169 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3170
3171         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3172         are no subscribed mail groups.
3173         - Strip quoted names when comparing addresses
3174
3175 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3176
3177         * mm-decode.el (mm-text-html-renderer): Change customize type to
3178         const.
3179
3180         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3181         (gnus-debug-exclude-variables): do.
3182
3183 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3184
3185         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3186         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3187
3188 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * dns.el (dns-make-network-process): New macro.
3191         (query-dns): Use it.
3192
3193 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3194
3195         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3196         article-buffer.
3197
3198         * mm-url.el (mm-url-package-name): New variable.
3199         (mm-url-package-version): New variable.
3200         (mm-url-insert-file-contents): Bind url-package-name and
3201         url-package-version here.
3202         * nnrss.el (nnrss-insert-w3): Move the bindings.
3203
3204         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3205         url-package-version. Trivial change from Andrew J Cosgriff
3206         <ajc@polydistortion.net>
3207
3208         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3209         attachments. Trivial change from Peter 'Luna' Runestig
3210         <peter@runestig.com>.
3211
3212 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3213
3214         * nnkiboze.el (nnkiboze-request-scan): Call
3215         nnkiboze-possibly-change-group.
3216         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3217         problems.
3218         (nnkiboze-generate-group): Set newsrc to the *highest* article
3219         number kibozed, not the lowest.
3220
3221 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3222
3223         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3224
3225 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3226         From Dan Christensen <jdc+news@uwo.ca>.
3227
3228         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3229         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3230         Recognize math postings.  Extract Date (now ignores "(15kb)").
3231         Extract email address using gnus-extract-address-components
3232         instead of just taking the first word.  Create Date and From
3233         headers for message which are missing these headers.  Get rid
3234         of spurious \\ lines (purely cosmetic).  Extend body-end and
3235         file-end regexps, to exclude more garbage from the message.
3236         Make URL rephrasing regexp more flexible, to match current
3237         format.
3238
3239 2002-04-23  Simon Josefsson  <jas@extundo.com>
3240
3241         * netrc.el: New file, functions copied from gnus-util.el by Ted
3242         Zlatanov <tzz@lifelogs.com>.
3243
3244         * gnus-util.el: Require netrc.
3245         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3246         new code in netrc.el.
3247
3248 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3249
3250         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3251         message-ignored-resent-headers, too.  From Matthieu Moy
3252         <Matthieu.Moy@imag.fr>.
3253
3254 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3255
3256         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3257         boolean not a string
3258         * gnus-group.el (gnus-group-line-format): add description of %C
3259         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3260           as %C
3261         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3262
3263 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3264
3265         * nnmaildir.el (nnmaildir-request-scan): typo: set
3266         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3267         nnmail-get-new-mail for 'find-new-groups.
3268
3269 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3270
3271         * nnmaildir.el (nnmaildir-request-update-info,
3272         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3273         unnecessary calls to nnmaildir-request-scan.
3274
3275 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3276
3277         * gnus-msg.el:
3278         * gnus-msg.el (gnus-message-replysign): New.
3279         * gnus-msg.el (gnus-message-replyencrypt): New.
3280         * gnus-msg.el (gnus-message-replysignencrypted): New.
3281         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3282         (above) to automatically encrypt/sign to encrypted/signed
3283         messages.
3284         * message.el:
3285         * message.el (message-mode-map): Add keybinding for
3286         `message-to-list-only'
3287         * message.el (message-mode): Add description for
3288         `message-to-list-only'
3289         * message.el (message-to-list-only): New.
3290         * message.el (message-make-mft): Changed to use the cl loop macro,
3291         and added optional flag to return only the matched list. (for use
3292         in new message-to-list-only function)
3293
3294 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3295
3296         * gnus-msg.el:
3297         * gnus-msg.el (gnus-message-replysign):
3298         * gnus-msg.el (gnus-replysign): New.
3299         * gnus-msg.el (gnus-replyencrypt): New.
3300         * gnus-msg.el (gnus-replysignencrypted): New.
3301         * gnus-msg.el (gnus-summary-reply):
3302         * message.el:
3303         * message.el (message-mode-map):
3304         * message.el (message-mode):
3305         * message.el (message-to-list-only): New.
3306         * message.el (message-make-mft):
3307
3308 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3309
3310         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3311
3312 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3313
3314         * message.el (message-gen-unsubscribed-mft): accept a prefix
3315         argument so CC can be included with C-u C-c C-f C-a
3316
3317 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3318         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3319
3320         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3321         Improve docstring.
3322         (spam-enter-blacklist): New command.
3323
3324         * gnus-sum.el (gnus-spam-mark): New mark.
3325         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3326         (gnus-summary-make-tool-bar): Correct conditional.
3327         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3328         (gnus-summary-mark-as-spam): New command.
3329
3330 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3331
3332         * mml-sec.el (mml-secure-message): changed to support arbritrary
3333         modes.
3334         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3335         changed to support "signencrypt" mode.
3336         * mml.el (mml-parse-1): changed to support different secure modes
3337         more easily. (for signencrypt)
3338
3339 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3340
3341         * gnus-sum.el (gnus-update-summary-mark-positions)
3342         (gnus-summary-toggle-header):
3343         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3344         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3345         (gnus-uu-post-encoded):
3346         * nnfolder.el (nnfolder-possibly-change-group):
3347         * nnimap.el (nnimap-retrieve-headers):
3348         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3349
3350 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3351
3352         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3353         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3354
3355 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * gnus-srvr.el (gnus-server-set-info): Clear
3358         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3359         From Daiki Ueno <ueno@unixuser.org>.
3360
3361 2002-04-11  Simon Josefsson  <jas@extundo.com>
3362
3363         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3364         viewing of security buttons.  Thanks to Nicolas Kowalski
3365         <Nicolas.Kowalski@imag.fr>.
3366
3367         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3368         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3369         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3370         <Nicolas.Kowalski@imag.fr>.
3371         (smime-decrypt-buffer): Ditto.
3372
3373 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3376         header line.
3377
3378 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3379
3380         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3381
3382 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3383
3384         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3385
3386 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3387
3388         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3389         errors when debug.
3390
3391 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3392
3393         * message.el (message-make-mft): Changed MFT code from using
3394         message-recipients (which included Bcc) to use only the To and CC
3395         headers.
3396
3397 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3398
3399         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3400         add link.
3401         (gnus-treat-mail-picon): Ditto.
3402         (gnus-treat-newsgroups-picon): Ditto.
3403         (gnus-picon-databases): Fix custom type.
3404         (gnus-picon-databases): Add link.
3405         (gnus-article-x-face-command): Add to gnus-picon group.
3406
3407 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3408
3409         * message.el (message-buffer-naming-style): Remove.
3410
3411 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3412
3413         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3414
3415         * message.el (message-tool-bar-map): Ditto.
3416
3417         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3418
3419 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3420
3421         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3422
3423 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3424
3425         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3426
3427 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3428         Trivial patch.
3429
3430         * dns.el: open-network-stream under XEmacs does udp.
3431
3432 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3433
3434         * spam.el (spam-enter-whitelist): New function.
3435         (spam-parse-whitelist): Ditto.
3436         (spam-refresh-list-cache): Ditto.
3437         (spam-address-whitelisted-p): New function.
3438
3439         * dns.el (query-dns): Use TCP when make-network-process isn't
3440         available.
3441         (dns-servers): New variable.
3442         (dns-parse-resolv-conf): New function.
3443         (query-dns): Use it.
3444
3445         * spam.el: New file.
3446
3447         * dns.el (query-dns): Test.
3448
3449 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * lpath.el (featurep): Bind make-network-process.
3452
3453 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3454
3455         * nnmaildir.el: Use defstruct.  Use a single copy of
3456         nnmail-extra-headers to save memory.  Store server's group name
3457         prefix instead of each group's prefixed name.
3458         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3459         nntp-server-buffer.
3460
3461 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * dns.el: New file.
3464
3465 2002-03-28  Simon Josefsson  <jas@extundo.com>
3466
3467         * gnus-sum.el (gnus-summary-dummy-line-format):
3468         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3469         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3470
3471 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3472
3473         * gnus-sum.el (gnus-summary-move-article)
3474         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3475         the doc string.
3476
3477 2002-03-28  Simon Josefsson  <jas@extundo.com>
3478
3479         * mml-sec.el (mml-secure-message): Search after
3480         mail-header-separator from top of message.
3481
3482 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3483
3484         * nnmaildir.el: Cosmetic changes.
3485         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3486         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3487         nnmaildir--group-ls): New macros/functions.  Use them.
3488         (nnmaildir--unlink): Evalutate argument only once.
3489
3490 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3491
3492         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3493         symbols.
3494         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3495         `gnus-point-at-eol'.
3496
3497 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3498
3499         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3500         nnmaildir--marks-dir): New macros.  Use them.
3501         Use inhibit-quit for atomicity instead of in-memory journaling.
3502         (nnmaildir--edit-prep): New function.
3503         (Local Variables): Use it.
3504
3505 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3506
3507         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3508
3509 2002-03-25  Simon Josefsson  <jas@extundo.com>
3510
3511         * message.el (message-mode): Fix doc.
3512
3513 2002-03-25  Simon Josefsson  <jas@extundo.com>
3514
3515         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3516         Matthieu Moy <Matthieu.Moy@imag.fr>.
3517
3518 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3519
3520         * mml-sec.el (mml-unsecure-message): Add docstring.
3521
3522 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3523
3524         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3525         value.
3526         Trivial change from andre@slamdunknetworks.com
3527
3528 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3529
3530         * mml.el (mml-mode-map): Added a keybinding for
3531         `mml-unsecure-message'.  Also, added a menu entry for said
3532         function in the Attachments menu.
3533
3534 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * canlock.el (canlock-version): Remove.
3537         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3538         here; simplify \x insertions.
3539         (canlock-sha1): New function, always return a unibyte string.
3540         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3541         of a password.
3542         (canlock-insert-header): Use `canlock-sha1'.
3543         (canlock-verify): Ditto.
3544
3545 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3546
3547         * message.el (message-fix-before-sending): Add an option that
3548         ignores illegible text.
3549         Trivial change from Mark Milhollan <mlm@attglobal.net>
3550
3551         * message.el (message-font-lock-keywords): Support multi-line MML
3552         tags.
3553
3554         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3555         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3556
3557 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3560         symbols for "View as different encoding" submenu.
3561
3562 2002-03-19  Simon Josefsson  <jas@extundo.com>
3563
3564         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3565         encoding" submenu.
3566
3567 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3568
3569         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3570
3571 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3572
3573         * gnus-sum.el (gnus-sum-thread-tree-root)
3574         (gnus-sum-thread-tree-single-indent)
3575         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3576         (gnus-sum-thread-tree-leaf-with-other)
3577         (gnus-sum-thread-tree-single-leaf): Make customizable.
3578
3579 2002-03-16  Simon Josefsson  <jas@extundo.com>
3580
3581         * gnus-util.el (gnus-extract-address-components): Don't break on
3582         names such as James "Kibo" Parry.  From Francis Litterio
3583         <franl@world.std.com>.
3584
3585 2002-03-13  Simon Josefsson  <jas@extundo.com>
3586
3587         * pop3.el (pop3-open-server): Revert multibyte change.  From
3588         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3589
3590         * message.el (message-send-mail-with-qmail): Make it work.  From
3591         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3592
3593 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3594
3595         * message.el (message-make-mft): Set case-fold-search while
3596         generating the MFT.  Also, a little cleanup in the MFT code.
3597
3598 2002-03-12  Simon Josefsson  <jas@extundo.com>
3599
3600         * message.el (message-qmail-inject-args): May be function.
3601         (message-send-mail-with-qmail): Call function if m-q-i-a is
3602         function.  From fn@hungry.org (Faried Nawaz).
3603
3604 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3605
3606         * message.el (message-abbrevs-loaded): Remove.
3607         (mailabbrev): Require it.
3608
3609         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3610
3611 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * pop3.el (pop3-open-server): Set process buffer unibyte.
3614
3615 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3618
3619 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3620
3621         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3622         too.
3623
3624 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3625
3626         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3627         duplication.
3628         (gnus-summary-save-parts-type-history): Ditto.
3629         (gnus-summary-save-parts-last-directory): Ditto.
3630         Trivial change from andre@slamdunknetworks.com
3631
3632 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3633
3634         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3635
3636 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3637
3638         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3639         -->" as the end of the first article.
3640
3641         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3642         From Matthieu Moy <Matthieu.Moy@imag.fr>
3643
3644         * message.el (message-add-action): Use add-to-list.
3645         (message-delete-action): New function.
3646
3647         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3648         pieces.
3649
3650 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3651
3652         * nnnil.el: New file.
3653         * gnus.el (gnus-valid-select-methods): Include nnnil.
3654
3655 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3656
3657         * message.el (message-syntax-checks): Because canlock is
3658         supported, we disable sender syntax check.
3659         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3660
3661         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3662         value of message-syntax-checks.
3663
3664         * qp.el (quoted-printable-decode-region): Doc addition.
3665         From: Eli Zaretskii <eliz@is.elta.co.il>
3666
3667         * mail-source.el (make-source-make-complex-temp-name): Use
3668         make-temp-file.
3669
3670         * mm-util.el (mm-make-temp-file): New function.
3671         * nneething.el (nneething-file-name): Use it.
3672         * mml-smime.el (mml-smime-encrypt): Ditto.
3673         * mm-view.el (mm-inline-wash-with-file): Ditto.
3674         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3675         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3676         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3677         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3678         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3679         * gnus-art.el (gnus-mime-print-part): Ditto.
3680
3681 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3682
3683         * message.el (nnmaildir-article-number-to-base-name): New
3684         function.
3685         (nnmaildir-base-name-to-article-number): New function.
3686
3687 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * smime.el (smime-make-temp-file): Don't quote
3690         `temporary-file-directory'.
3691
3692 2002-03-04  Simon Josefsson  <jas@extundo.com>
3693
3694         * smime.el (smime-sign-region): Rename argument keyfiles to
3695         keyfile. You only sign something with one key.
3696         (smime-sign-buffer): Better completing-read prompt.
3697         (smime-decrypt-buffer): Ditto.
3698
3699         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3700
3701         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3702         completing-read.
3703         (mm-view-pkcs7-decrypt): CRLF->LF.
3704
3705 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3706
3707         * message.el (message-hierarchical-addresses): New variable.
3708         (message-get-reply-headers): Use it.
3709         From Ted Zlatanov <teodor.zlatanov@divine.com>
3710
3711 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3712
3713         * message.el (message-mode): If buffer-file-name, don't set auto
3714         save file name.
3715         Trivial change from Geoff Greene <ggreene@wpi.edu>
3716
3717 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3718
3719         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3720         takes one argument in read-char.
3721
3722         * message.el (message-fix-before-sending): Forward a char.
3723         Check mmu-multibyte-p, add control-1.
3724
3725 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3726
3727         * gnus-start.el (gnus-read-init-file): Ditto.
3728
3729         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3730
3731         * dgnushack.el (dgnushack-make-load): Ditto.
3732
3733         * mail-source.el (mail-source-fetch): Extract the right error
3734         code.
3735
3736         * message.el (message-fix-before-sending): Check illegible text.
3737
3738         * gnus-util.el (gnus-multiple-choice): New function.
3739
3740         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3741         also defined in gnus-score.el.
3742
3743 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3744
3745         * message.el (message-get-reply-headers): downcase email addresses
3746         for comaparisons for duplicate removal.
3747
3748 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3749
3750         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3751         implementation of PKCS#7, which just allows users read the
3752         message.
3753         (mm-view-pkcs7): Use it.
3754
3755 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3756
3757         * gnus.el (large-newsgroup-initial): New parameter.
3758
3759         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3760         (gnus-summary-insert-old-articles): Ditto.
3761
3762 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3763
3764         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3765         used as the default answer of the question, "How many articles?".
3766         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3767
3768         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3769         small numbers.
3770
3771 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3772
3773         * deuglify.el: Fix comments.
3774
3775 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3776
3777         * html2text.el (html2text-clean-anchor): If there is no HREF,
3778         insert nothing.
3779
3780         * mml.el (mml-generate-mime-1): Add cdr.
3781         From: andre@slamdunknetworks.com
3782
3783         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3784         (mm-text-html-washer-alist): Ditto.
3785
3786         * mm-decode.el (mm-text-html-renderer): Add html2text.
3787
3788         * html2text.el: Face lift.
3789
3790         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3791
3792 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3793
3794         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3795
3796         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3797
3798         * deuglify.el: New file. The original file name is
3799         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3800
3801         * mm-decode.el (mm-display-external): Use
3802         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3803
3804 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3805
3806         * nnmaildir.el (nnmaildir-request-list): Report the highest
3807         article number, not the total number of articles.
3808
3809 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3810
3811         * gnus-sum.el: Move uu key map here.
3812         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3813
3814 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3815
3816         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3817         nnmail-expiry-wait* if expire-age parameter is not set.
3818
3819 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3820
3821         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3822         function.
3823         (gnus-group-sort-selected-groups-by-real-name): New function.
3824         (gnus-group-make-menu-bar): Add sort by real name.
3825
3826         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3827         rebuild.
3828         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3829         nil as dependencies as well.
3830
3831 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3832
3833         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3834         for mime-parts.
3835
3836         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3837
3838         * gnus-group.el (gnus-group-name-decode): Don't test
3839         multibyte-string, because it breaks XEmacs.
3840         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3841
3842         * message.el (message-send-mail): Be talkative.
3843
3844         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3845         (mm-automatic-display): Ditto.
3846
3847         * mailcap.el (mailcap-mime-data): Ditto.
3848         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3849
3850 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * many files: Remove trailing whitespaces, replace spc+tab with
3853         tab, replace leading whitespaces with tabs.
3854
3855 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3856
3857         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3858         articles with no body and no blank line after the header.
3859
3860 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3861
3862         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3863         parts.
3864
3865         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3866         non-ascii chars.
3867
3868         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3869
3870         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3871         w3-delay-image-loads.
3872         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3873         (mm-w3-prepare-buffer): Ditto.
3874
3875         * mail-source.el (mail-source-fetch-directory): Run scripts.
3876
3877 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3878
3879         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3880         for Majordomo confirmations.
3881
3882 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3885
3886 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3889
3890 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3891
3892         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3893         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3894
3895 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3896
3897         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3898         (mm-inline-render-with-stdin): Ditto.
3899         (mm-inline-render-with-function): Ditto.
3900         (mm-inline-wash-with-file): Bind coding-system-for-write.
3901         (mm-inline-wash-with-stdin): Ditto.
3902
3903 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3904
3905         Suggested by Felix Natter <fnatter@gmx.net>
3906
3907         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3908         gnus-mime-externalize-view.
3909         (gnus-mime-view-part-internally): Rename from
3910         gnus-mime-internalize-view.
3911         (gnus-article-view-part-externally): Rename from
3912         gnus-article-externalize-part.
3913         (gnus-mime-action-alist): Change correspondingly.
3914         (gnus-mime-button-commands): Ditto.
3915         (gnus-mime-action-alist): Remove duplication.
3916
3917         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3918
3919 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3920
3921         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3922
3923         * gnus-art.el (gnus-display-mime): Use it.
3924
3925         * mm-partial.el (mm-partial-find-parts): Use it.
3926
3927         * gnus-sum.el (gnus-article-loose-mime): Rename from
3928         gnus-article-no-strict-mime.
3929         (gnus-summary-save-parts): Use it.
3930
3931 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3934         local variable.
3935
3936         * gnus-art.el (article-display-x-face): Don't sort multiple
3937         X-Faces.
3938
3939 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3942         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3943
3944         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3945
3946 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3947
3948         Some ideas is inspired by code from Hrvoje Niksic
3949         <hniksic@arsdigita.com>
3950
3951         * gnus-art.el (gnus-article-wash-function): Set the default to
3952         nil, so that we use mm-text-html-renderer instead.
3953         (article-wash-html): Use mm-text-html-renderer.
3954
3955         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3956         (mm-text-html-renderer): New variable.
3957         (mm-inline-text-html-renderer): Set the default to nil, so that we
3958         use mm-text-html-renderer instead.
3959
3960         * mm-view.el (mm-inline-text-html): New function.
3961         (mm-text-html-renderer-alist): New variable.
3962         (mm-inline-text-vcard): New function.
3963         (mm-inline-text): Split.
3964         (mm-links-remove-leading-blank): New function.
3965         (mm-inline-render-with-file): New function.
3966         (mm-inline-render-with-stdin): New function.
3967         (mm-inline-render-with-function): New function.
3968         (mm-text-html-washer-alist): New variable.
3969         (mm-inline-wash-with-file): New function.
3970         (mm-inline-wash-with-stdin): New function.
3971
3972 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3973
3974         * message-utils.el: Fix installation doc.
3975         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3976
3977 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3978
3979         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3980         (gnus-post-method): Use it.
3981         (gnus-summary-cancel-article): Find the correct post-method.
3982
3983         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3984         * message.el (message-send-news): Ditto.
3985         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3986         <ipmonger@delamancha.org>
3987
3988         * gnus.el (gnus-select-method): Fix doc.
3989         (gnus-server-string): Use 'using nntp'.
3990
3991         * gnus-agent.el (gnus-slave-unplugged): New command.
3992         From: Felix Natter <fnatter@gmx.net>
3993
3994 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3995
3996         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3997         Call edit-done-function first, then change the window
3998         configuration.
3999         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4000         (gnus-article-edit-mode): mml-mode.
4001
4002         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4003         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4004
4005         * message-utils.el: Adopt the file.
4006
4007         * message-utils.el: New file.
4008         From Holger Schauer <Holger.Schauer@gmx.de>
4009
4010 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4011
4012         * gnus-sum.el (gnus-summary-move-article): Select-article only
4013         when gnus-move-split-methods is non-nil. And we don't render or
4014         mark the article.
4015
4016         * gnus-fun.el (gnus-shell-command-to-string): New function.
4017         (gnus-shell-command-on-region): New function.
4018         (gnus-random-x-face): Use them.
4019         (gnus-x-face-from-file): Ditto.
4020         (gnus-convert-image-to-gray-x-face): Ditto.
4021         (gnus-convert-gray-x-face-to-xpm): Ditto.
4022         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4023
4024 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * gnus-art.el (gnus-treat-display-xface): Don't use
4027         `shell-command-to-string' when compiling.
4028         (gnus-treat-display-grey-xface): Ditto.
4029
4030 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4031
4032         * nnmaildir.el (nnmaildir--article-count): If the group is
4033         completely empty, report minimum article number as 1 instead of 0.
4034
4035 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4036
4037         * gnus-agent.el (gnus-get-predicate): Use nconc.
4038
4039         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4040         gnus-summary-display-cache as cache.
4041
4042         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4043         (nndoc-mail-in-mail-type-p): New function.
4044         (nndoc-mail-in-mail-article-begin): New function.
4045
4046 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4047
4048         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4049
4050         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4051         use-hard-newlines to nil.
4052
4053         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4054         image is not available if window-system is not available.
4055
4056         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4057
4058 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4059
4060         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4061         bookmark, because update-mark doesn't handle it correctly.
4062
4063 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4064
4065         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4066         directly instead of calling message-send-mail.
4067
4068         * gnus-start.el (gnus-read-descriptions-file): Use
4069         gnus-default-charset.
4070
4071         * mm-util.el (mm-guess-mime-charset): New function.
4072
4073         * gnus.el (gnus-default-charset): Use it.
4074         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4075         the default.
4076
4077 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4078
4079         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4080         (article-display-x-face): Use it.  Disable grey xface, if
4081         uncompface is not found.
4082
4083         * message.el (message-mode): Don't enable multibyte on an indirect
4084         buffer.
4085
4086         * nnrss.el (nnrss-content-function): New variable.
4087         (nnrss-request-article): Use it.
4088
4089 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4090
4091         * gnus.el: Add article-unsplit-urls.
4092         * gnus-sum.el: Ditto.
4093         * gnus-art.el (gnus-treat-strip-cr): New variable.
4094         (gnus-treatment-function-alist): Use it.
4095         (article-unsplit-urls): New function.
4096         (gnus-article-make-menu-bar): Use it.
4097         From: Michael Cook <michael.cook@cisco.com>
4098
4099 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4100
4101         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4102         copy.
4103
4104 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4105
4106         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4107         with internal whitespace.
4108         (gnus-parent-id): Ditto.
4109
4110 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4111
4112         * gnus-art.el (gnus-article-treat-body-boundary): Add
4113         gnus-decoration property.
4114         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4115
4116         * message.el (message-mode): Set local-abbrev-table.
4117         From Matt Armstrong <matt@lickey.com>.
4118
4119         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4120         too many spaces.
4121
4122         * rfc2047.el (rfc2047-unfold-region): Ditto.
4123         (rfc2047-decode-region): Don't unfold. Let
4124         gnus-article-treat-unfold-headers do it.
4125
4126         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4127         From: Jesper Harder <harder@ifa.au.dk>
4128
4129 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4132         (gnus-configure-posting-styles): Use it.
4133         (gnus-configure-posting-styles): Remove trailing newspaces.
4134
4135 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4136
4137         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4138         is non-nil.
4139
4140         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4141
4142         * gnus.el (gnus-server-to-method): Switch position with
4143         gnus-server-get-method.
4144         (gnus-agent): Add doc.
4145
4146         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4147         (gnus-summary-save-parts): Use it.
4148
4149         * gnus-art.el (gnus-display-mime): Use it.
4150         * mm-partial.el (mm-partial-find-parts): Use it.
4151
4152         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4153
4154         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4155         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4156
4157         * nnagent.el (nnagent-request-expire-articles): Don't delete
4158         files.
4159
4160 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4161
4162         * message.el (message-gen-unsubscribed-mft): New function.
4163         From Sriram Karra <karra@cs.utah.edu>.
4164
4165         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4166         open parenthesis.
4167
4168         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4169         (mm-inline-text-html-render-with-w3): Ditto.
4170         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4171         Suggested by Dave Love  <d.love@dl.ac.uk>.
4172
4173         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4174
4175         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4176         * nntp.el (nntp-send-command): Ditto.
4177         * nntp.el (nntp-send-command-nodelete): Ditto.
4178
4179 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4180
4181         * mm-url.el (mm-url-load-url): New function.
4182         (mm-url-insert-file-contents): Use it.
4183
4184         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4185
4186         * message.el (message-forward-make-body): Correctly copy
4187         forward-buffer.
4188
4189         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4190
4191 2002-02-04  Simon Josefsson  <jas@extundo.com>
4192
4193         * gnus-art.el (gnus-article-followup-with-original): Mark with
4194         force, prevent errors when following up from article buffer.
4195         (gnus-article-reply-with-original): Ditto.
4196
4197         * binhex.el (binhex-decoder-switches): Fix doc.  From
4198         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4199
4200 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4201
4202         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4203         highlight-citation after emphasize.
4204
4205 2002-02-04  Simon Josefsson  <jas@extundo.com>
4206
4207         * nnfolder.el (nnfolder-open-marks):
4208
4209         * nnml.el (nnml-open-marks): Message when done.  From David
4210         Edmondson <dme@sun.com>.
4211
4212 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4213
4214         * imap.el (imap-anonymous-auth): Fix typo.
4215         From: Steinar Bang <sb@dod.no>
4216
4217         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4218         save-excursion.
4219         (gnus-cache-braid-heads): Ditto.
4220
4221         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4222         line, because there are extra articles in the overview buffer.
4223
4224         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4225
4226         * message.el (message-forward-rmail-make-body): Directly use
4227         rmail-msg-restore-non-pruned-header to avoid calling
4228         vertical-motion.
4229
4230 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4231
4232         * gnus-cache.el (gnus-summary-insert-cached-articles):
4233         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4234
4235         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4236         gnus-newsgroups-unselected.
4237
4238         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4239         gnus-add-to-sorted-list.
4240
4241         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4242         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4243         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4244         (gnus-update-read-articles): UNREAD is sorted.
4245         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4246         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4247         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4248         (gnus-newsgroup-dormant): Require sorted.
4249
4250         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4251         directories.
4252         (gnus-dired-print): New function.
4253
4254         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4255         ps-despool.
4256
4257 2002-02-02  Simon Josefsson  <jas@extundo.com>
4258
4259         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4260
4261 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4262
4263         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4264         t. This makes gnus-agent customizable without putting
4265         gnus-agentize into .gnus.
4266
4267         * gnus.el (gnus-agent): Make it customizable.
4268
4269         * gnus-dired.el: New file.
4270         From Benjamin Rutt <brutt@bloomington.in.us>
4271
4272         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4273         if no article.
4274         (gnus-cache-possibly-remove-article): Ditto.
4275         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4276
4277 2002-02-01  Simon Josefsson  <jas@extundo.com>
4278
4279         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4280
4281 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4284         (mm-setup-w3m): Don't bind keys listed in the above.
4285
4286 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4289         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4290         is non-nil; bind `w3m-force-redisplay' with nil.
4291
4292         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4293
4294         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4295
4296 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4297
4298         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4299         use mail-header-unfold-field.
4300
4301         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4302         gnus-summary-limit.
4303
4304         * gnus-range.el (gnus-add-to-sorted-list): New function.
4305         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4306         (gnus-mark-article-as-unread): Ditto.
4307         (gnus-summary-mark-article-as-unread): Ditto.
4308         (gnus-build-get-header): Ditto.
4309         (gnus-summary-prepare-threads): Ditto.
4310         (gnus-summary-insert-pseudos): Ditto.
4311         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4312         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4313         (gnus-summary-insert-old-articles): Ditto.
4314
4315         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4316         (gnus-configure-posting-styles): Support the new format.
4317
4318         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4319         edebug-form-spec to (sexp body).
4320         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4321
4322         * message.el (message-reply-headers): Add doc.
4323
4324 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4325
4326         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4327         gnus-cache-active-hashtb.
4328
4329         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4330         (gnus-agent-summary-fetch-group): Use it.
4331
4332         * gnus-msg.el (gnus-debug-files): New variable.
4333         (gnus-debug-exclude-variables): New variable.
4334         (gnus-debug): Use them.
4335
4336         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4337
4338 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4339
4340         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4341         (message-mode-syntax-table): Move back the previous position.
4342
4343         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4344
4345         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4346         gnus-sorted-difference.
4347
4348         * nnsoup.el (nnsoup-request-expire-articles): Use
4349         gnus-sorted-difference.
4350
4351         * nnheader.el: Autoload gnus-sorted-difference.
4352
4353         * nnfolder.el (nnfolder-request-expire-articles): Use
4354         gnus-sorted-difference.
4355
4356         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4357         gnus-sorted-difference.
4358
4359         * gnus-range.el: Autoload cookies.
4360         (gnus-sorted-difference): New function.
4361         (gnus-sorted-ndifference): New function.
4362         (gnus-sorted-nintersection): Rename from
4363         gnus-set-sorted-intersection.
4364         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4365         (gnus-list-range-difference): Rename from
4366         gnus-inverse-list-range-intersection.
4367         (gnus-inverse-list-range-intersection): Use defalias.
4368
4369         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4370         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4371         (gnus-articles-to-read): Use gnus-sorted-difference.
4372         (gnus-summary-limit-mark-excluded-as-read): Use
4373         gnus-sorted-intersection and gnus-sorted-ndifference.
4374         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4375         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4376
4377         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4378
4379 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4382         property to the buffer for using emacs-w3m command keys.
4383
4384         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4385         option.
4386
4387         * mm-view.el (mm-w3m-mode-map): New variable.
4388         (mm-w3m-mode-command-alist): New variable.
4389         (mm-w3m-minor-mode): Removed.
4390         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4391         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4392         buffer for using emacs-w3m command keys.
4393
4394 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4395
4396         * message.el (message-mode-syntax-table): Move forward.
4397         (message-cite-prefix-regexp): Auto detect non word constituents.
4398         (message-cite-prefix-regexp): Don't use with-syntax-table.
4399
4400         * gnus-sum.el (gnus-summary-update-info): Use
4401         gnus-list-range-intersection.
4402
4403         * gnus-agent.el (gnus-agent-fetch-headers): Use
4404         gnus-list-range-intersection.
4405
4406         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4407         (gnus-list-range-intersection): Use it.
4408         (gnus-inverse-list-range-intersection): Ditto.
4409         (gnus-sorted-intersection): Add doc.
4410         (gnus-set-sorted-intersection): Add doc.
4411         (gnus-sorted-union): New function.
4412         (gnus-set-sorted-union): New function.
4413
4414         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4415         (gnus-inverse-list-range-intersection): Ditto.
4416
4417 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4418
4419         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4420
4421         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4422         and permit `:' and `\' in order to handle full Windows pathnames.
4423         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4424         technically not correct per standard, but seems to have common use.
4425
4426 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4427
4428         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4429         replacing numbers.
4430
4431 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4432
4433         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4434
4435         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4436         Don't split when the window is small, e.g. when a small *BBDB*
4437         window is the lowest one.
4438
4439         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4440         nnheader-find-nov-line to speed up. Use nreverse, because it is
4441         sorted. Use nnheader-insert-nov-file.
4442
4443 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4446
4447         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4448         of `w3m-display-inline-images' with the value of
4449         `mm-inline-text-html-with-images'.
4450         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4451
4452         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4453
4454 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4455
4456         * time-date.el: Add autoload cookies.  Many doc fixes.
4457         (time-add): New function.
4458         (time-subtract): Renamed from subtract-time.
4459         (subtract-time): New alias for time-subtract.
4460
4461 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4464         emacs-w3m in doc-string.
4465
4466         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4467         `w3m-current-buffer'.
4468
4469 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4470
4471         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4472
4473         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4474         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4475         (mm-w3m-cid-retrieve): New function.
4476         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4477
4478 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4479
4480         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4481
4482 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4485
4486 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4489         32K.
4490
4491         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4492
4493         * nnmail.el (nnmail-article-group): Decode headers before running
4494         split rules over them.
4495         (nnmail-mail-splitting-charset): New variable.
4496
4497         * smiley.el: Replaced with smiley-ems.el.
4498
4499 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4500
4501         * mm-url.el (mm-url-predefined-programs): Add w3m.
4502         (mm-url-program): Ditto.
4503
4504 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * nnml.el (nnml-use-compressed-files): New variable.
4507         (nnml-filenames-are-evil): Removed.
4508         (nnml-current-group-article-to-file-alist): Don't use.
4509         (nnml-update-file-alist): Inhibit.
4510         (nnml-article-to-file): Use new var.
4511
4512 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4513
4514         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4515
4516         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4517
4518 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4521         function.
4522
4523         * gnus-util.el (gnus-cache-file-contents): New function.
4524
4525         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4526         (gnus-agent-load-alist): Use it.
4527
4528         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4529
4530         * nnheader.el (nnheader-insert-nov-file): New function.
4531
4532         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4533
4534         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4535         there are no references.
4536         (gnus-extract-message-id-from-in-reply-to): New function.
4537         (gnus-nov-parse-line): Use in-reply-to if there are no
4538         references.
4539
4540 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4543
4544         * gnus-util.el (gnus-parse-without-error): New macro.
4545
4546 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4547
4548         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4549         (gnus-article-wash-function): use locate-library to decide which
4550         to use.
4551
4552 2002-01-25  Simon Josefsson  <jas@extundo.com>
4553
4554         * pop3.el (pop3-munge-message-separator): Work if no date.
4555         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4556
4557 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * gnus-agent.el (gnus-agent-save-alist): Fix.
4560
4561         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4562         mistake.  Reinstated lost code.
4563
4564 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4565
4566         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4567         one exists in the case of an encrypted message with an internal
4568         signature.
4569
4570 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4573
4574 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * dgnushack.el: Commented out the experimental code.
4577
4578 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4581         error.
4582
4583         * gnus.el (gnus-server-to-method): Made into subst.
4584         (gnus-server-method-cache): New variable.
4585         (gnus-server-to-method): Use it.
4586         (gnus-group-method-cache): New variable.
4587         (gnus-find-method-for-group-1): Renamed.
4588         (gnus-find-method-for-group): New function.
4589         (gnus-group-method-cache): Removed.
4590
4591         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4592         function.
4593
4594         * gnus-range.el (gnus-members-of-range): New function.
4595         (gnus-list-range-intersection): Renamed.
4596         (gnus-inverse-list-range-intersection): New function.
4597
4598         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4599
4600         * nnagent.el (nnagent-retrieve-headers): New implementation.
4601
4602         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4603         implementation.
4604
4605 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4608         `w3m-meta-content-type-charset-regexp'.
4609
4610         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4611         charset-encoded html contents.
4612
4613 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4614
4615         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4616         an empty file.
4617
4618         * nnweb.el (url): Ignore errors when request url.
4619
4620         * nnrss.el: Clean up the comments.
4621
4622 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4625
4626         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4627         (mm-inline-media-tests): Test whether the value of
4628         `mm-inline-text-html-renderer' is a function for text/html.
4629
4630         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4631         separated from `mm-inline-text'.
4632         (mm-w3m-minor-mode): New variable.
4633         (mm-w3m-setup): New variable.
4634         (mm-setup-w3m): New function.
4635         (mm-inline-text-html-render-with-w3m): New function.
4636         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4637         text/html.
4638
4639 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4640
4641         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4642
4643 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4646         and `gnus-xmas-completing-read'.
4647
4648 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4649
4650         * nneething.el (nneething-message-id-number): Abolished.
4651         (nneething-encode-file-name): Not encode numerical characters.
4652         (nneething-make-head): `nneething-message-id-number' is not
4653         used to generate message IDs.
4654
4655 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4656
4657         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4658         characters.
4659
4660 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661
4662         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4663         (gnus-xmas-redefine): Redefine conditionally.
4664
4665 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4666
4667         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4668         tag.
4669
4670 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4671
4672         * message.el (message-font-lock-keywords): Added the secure tag.
4673         * mml-sec.el: Added functions to generate/modify/remove the secure
4674         tag while in message mode.
4675         * mml-sec.el (mml-secure-message): New.
4676         * mml-sec.el (mml-unsecure-message): New.
4677         * mml-sec.el (mml-secure-message-sign-smime): New.
4678         * mml-sec.el (mml-secure-message-sign-pgp): New.
4679         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4680         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4681         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4682         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4683         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4684         convert it to either a part or multipart depending on if there are
4685         other parts in the message.
4686         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4687         to use the secure tag, rather than the part tag.
4688         * mml.el (mml-preview): Added a save-excursion to keep cursor
4689         position after doing an MML preview.
4690
4691 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692
4693         * nnheader.el (nnheader-parse-overview-file): New function.
4694         (nnheader-write-overview-file): New function.
4695
4696 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4699         in wanted.
4700
4701         * nnweb.el (nnweb-type-definition): Clean up.
4702
4703 2002-01-21  Alastair Burt  <burt@dfki.de>
4704         Trivial patch.
4705
4706         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4707         buffer exists before jumping to it.
4708
4709 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710
4711         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4712         function.
4713         (article-wash-html): Use it.
4714         (gnus-article-wash-function): New variable.
4715         (gnus-article-wash-html-with-w3m): New function.
4716
4717 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4718
4719         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4720         XEmacs.
4721
4722 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4723
4724         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4725         command line.
4726
4727 2002-01-21  Simon Josefsson  <jas@extundo.com>
4728
4729         * canlock.el (base64-encode-string): Autoload it from base64.
4730         (canlock-make-cancel-key): Base64 encode unibyte string.
4731
4732 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * nnfolder.el (nnfolder-request-accept-article): Unfold
4735         x-from-line.
4736         (nnfolder-request-replace-article): Ditto.
4737
4738 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4739
4740         * gnus-group.el (gnus-group-best-unread-group): Use the right
4741         positioning function.
4742
4743 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * smiley-ems.el (smiley-region): Use new function.
4746         (smiley-update-cache): Use general image functions.
4747         (smiley-region): Use general functions.
4748
4749         * gnus-util.el (gnus-graphic-display-p): New function.
4750
4751         * nnmail.el (nnmail-article-group): Allow outputting traces of
4752         non-strings.
4753
4754         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4755         (nndoc-exim-bounce-type-p): New function.
4756
4757         * message.el (message-dont-send): Doc fix.
4758
4759         * gnus-util.el (gnus-completing-read): Remove
4760         inherit-input-method.
4761
4762         * gnus-art.el (gnus-treat-smiley): Doc fix.
4763
4764         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4765         articles.
4766
4767 2002-01-19  Simon Josefsson  <jas@extundo.com>
4768
4769         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4770         (imap-kerberos4-open): Ditto.
4771         (imap-open): Set port correctly, don't set auth.
4772
4773 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4774
4775         * gnus.el (gnus-version-number): Bump version number.
4776
4777 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4778
4779         * gnus.el: Oort Gnus v0.05 is released.
4780
4781 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4784         exists.
4785
4786         * gnus-spec.el (gnus-string-width-function): New function.
4787         (gnus-tilde-cut-form): Use it.
4788         (gnus-tilde-max-form): Ditto.
4789         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4790         (gnus-substring-function): Use it.
4791         (gnus-tilde-cut-form): Ditto.
4792         (gnus-substring-function): New function.
4793
4794         * message.el (message-check-news-header-syntax): New message.
4795
4796         * gnus.el (gnus-slave-no-server): Doc fix.
4797
4798         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4799
4800 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4803         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4804         (seen (NUM1 . NUM2)).
4805
4806 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4809         number in closed topics.
4810
4811 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4812
4813         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4814         functions.
4815
4816 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * gnus.el (gnus-group-find-parameter): Clean up.
4819
4820         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4821         articles.
4822
4823         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4824
4825         * nnmail.el (nnmail-article-group): Clean up.
4826
4827 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4828
4829         * gnus-agent.el (gnus-category-name): Intern the category name.
4830
4831 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4834
4835         * gnus-util.el (gnus-completing-read): New function.
4836
4837 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4838
4839         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4840
4841         * smiley-ems.el (smiley-region): Register smiley.
4842         (smiley-toggle-buffer): Rewrite the function.
4843         (smiley-active): Removed.
4844
4845 2002-01-19  Simon Josefsson  <jas@extundo.com>
4846
4847         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4848         Jesper Harder <harder@ifa.au.dk>.
4849
4850 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4851
4852         * gnus-art.el (gnus-request-article-this-buffer): Call
4853         `nneething-get-file-name' to extract the file name from the
4854         message id.
4855
4856         * nneething.el (nneething-encode-file-name): New function.
4857         (nneething-decode-file-name): Ditto.
4858         (nneething-get-file-name): Ditto.
4859         (nneething-make-head): Encode the file name and encapsulate it
4860         into the field of the message id.
4861
4862 2002-01-18  Simon Josefsson  <jas@extundo.com>
4863
4864         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4865         stored in .marks.
4866
4867         * nnfolder.el (nnfolder-request-update-info): Ditto.
4868
4869 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4870
4871         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4872
4873 2002-01-18  Simon Josefsson  <jas@extundo.com>
4874
4875         * imap.el (imap-starttls-p): Don't check for binary.
4876         (imap-gssapi-auth-p): Ditto.
4877         (imap-kerberos4-auth-p): Ditto.
4878         (imap-open): Change logic.  Iterate through all possible streams,
4879         instead of bailing out after first failure.  Move authenticator
4880         decision to `imap-authenticate'.
4881         (imap-authenticate): Change logic, now finds the authenticator to
4882         use, was previously in `imap-open'.
4883         (imap-open): Return nil on failure.
4884         (imap-open): Setup temp buffer correctly.
4885         (imap-open): Return buffer only on success.
4886         (imap-interactive-login, imap-interactive-login): Tell the user
4887         which stream/authenticator is used for the queried
4888         username/password.
4889         (imap-open, imap-authenticate): Set variables.
4890         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4891         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4892
4893 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4896
4897 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4900
4901 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4902
4903         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4904         (gnus-agent-group-mode-map): Bind it to "Jo".
4905         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4906
4907 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4908
4909         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4910         (gnus-summary-mail-toolbar): Add mail article deletion button.
4911
4912         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4913         false positives for lines of "^^^^".
4914
4915         * gnus-picon.el (gnus-picon-find-face): faces database is all
4916         lowercase.
4917
4918 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4919
4920         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4921         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4922         duplications.
4923         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4924
4925 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * gnus-sum.el (gnus-summary-initial-limit): Inline
4928         gnus-summary-limit-children.
4929         (gnus-summary-initial-limit): Don't limit if
4930         gnus-newsgroup-display is nil.
4931         (gnus-summary-initial-limit): No, don't.
4932
4933         * gnus-util.el
4934         (gnus-put-text-property-excluding-characters-with-faces): Inline
4935         gnus-put-text-property.
4936
4937         * gnus-spec.el (gnus-default-format-specs): New variable.
4938
4939         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4940         gnus-format-specs.
4941         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4942
4943         * gnus-spec.el (gnus-update-format-specifications): Really check
4944         the Gnus version of the .newsrc.eld file.
4945         (gnus-format-specs): Save the new default summary format.
4946
4947         * gnus-util.el (gnus-parent-id): Check whether references is empty
4948         before splitting.
4949
4950         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4951         functions.
4952         (gnus-gather-threads-by-references): Inline
4953         `gnus-split-references'.
4954
4955         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4956         default value of gnus-summary-line-format-spec.
4957
4958 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4959
4960         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4961         message.
4962         (nnslashdot-request-list): Ditto.
4963         (nnslashdot-sid-strip): Removed.
4964
4965 2002-01-15  Simon Josefsson  <jas@extundo.com>
4966
4967         * nnimap.el (nnimap-close-asynchronous): Enable.
4968         (nnimap-close-group): Expunge.
4969
4970 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4971
4972         * gnus-util.el (gnus-user-date-format-alist): Typo.
4973         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4974
4975 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4976
4977         * nneething.el (nneething-request-article): Set
4978         `nnmail-file-coding-system' to `binary' locally, in order to read
4979         files without any conversion.
4980
4981 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4982
4983         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4984         nnheader-file-coding-system and nnmail-active-file-coding-system.
4985         (gnus-agent-regenerate-group): Ditto.
4986         (gnus-agent-regenerate): Ditto.
4987         (gnus-agent-write-active): Ditto.
4988         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4989
4990 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4991
4992         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4993         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4994
4995 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4996
4997         * gnus.el: We don't need gnus-article-show-all-headers.
4998
4999         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5000         Ditto.
5001
5002         * gnus-sum.el (gnus-summary-select-article): Don't call
5003         show-all-headers, because hidden headers are not hidden text any
5004         more.
5005
5006 2002-01-13  Simon Josefsson  <jas@extundo.com>
5007
5008         * message.el (message-newline-and-reformat): Use `newline' instead
5009         of inserting \n, so that the newline is marked as hard.
5010
5011         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5012         From Jesper Harder <harder@ifa.au.dk>.
5013
5014 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5015
5016         * imap.el (imap-close): Keep going if quit.
5017
5018         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5019         nntp-server-buffer.
5020
5021 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5022
5023         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5024         avoid unbinding shadowed variables.
5025
5026         * gnus-art.el (gnus-picon-databases): Moved here.
5027         (gnus-picons-installed-p): Moved here.
5028         (gnus-article-reply-with-original): Use `mark'.
5029
5030         * gnus.el (gnus-picon): Moved here and renamed.
5031
5032         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5033         installed.
5034         (gnus-treat-mail-picon): Ditto.
5035         (gnus-treat-newsgroups-picon): Ditto.
5036
5037         * gnus-picon.el (gnus-picons-installed-p): New function.
5038
5039 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5040
5041         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5042
5043 2002-01-12  Simon Josefsson  <jas@extundo.com>
5044
5045         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5046         (nnimap-before-find-minmax-bugworkaround): Use it.
5047         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5048         (nnimap-dont-close): New variable.
5049         (nnimap-close-group): Use it.
5050
5051 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * gnus-art.el (gnus-article-reply-with-original): Use
5054         `mark-active'.
5055
5056         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5057
5058         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5059         (gnus-score-advanced): Clean up.
5060         (gnus-score-advanced): Accept a multiple of the score.
5061
5062 2002-01-12  Simon Josefsson  <jas@extundo.com>
5063
5064         * flow-fill.el (fill-flowed-display-column)
5065         (fill-flowed-encode-columnq): New variables.  Suggested by
5066         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5067         (fill-flowed-encode, fill-flowed): Use them.
5068
5069         * message.el (message-send-news, message-send-mail): Use
5070         m-b-s-n-p-e-h-n.
5071
5072         * mml.el (autoload): Autoload fill-flowed-encode.
5073         (mml-buffer-substring-no-properties-except-hard-newlines): New
5074         function.
5075         (mml-read-part): Use it.
5076         (mml-generate-mime-1): Encode format=flowed if appropriate.
5077         (mml-insert-mime-headers): Insert format=flowed.
5078
5079         * flow-fill.el (fill-flowed-encode): New function.
5080         (fill-flowed): Bind fill-column to window width.
5081
5082 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5085         it exists.
5086         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5087         (gnus-summary-buffer-name): Don't return the dead name after all.
5088         (gnus-summary-setup-buffer): Kill the dead buffer.
5089
5090         * gnus-art.el (gnus-article-followup-with-original): Store the
5091         value of the mark before deactivating it.
5092
5093 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5094
5095         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5096         From: Karl Kleinpaste <karl@charcoal.com>
5097
5098         * gnus-art.el (article-display-x-face): Ditto.
5099         (gnus-article-reply-with-original): Use gnus-region-active-p.
5100         (gnus-article-followup-with-original): Ditto.
5101
5102         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5103         downloadable article either.
5104
5105 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5106
5107         * gnus-art.el (article-display-x-face): Insert From:.
5108
5109         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5110         article. Bind gnus-display-mime-function and
5111         gnus-article-prepare-hook.
5112
5113         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5114         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5115         gnus-agent-possibly-synchronize-flags to the last.
5116         (gnus-agent-go-online): New function. New variable.
5117
5118 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5119
5120         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5121         (gnus-agent-regenerate): Ditto.
5122
5123 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5124
5125         * message.el (message-ignored-news-headers)
5126         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5127         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5128
5129         * gnus.el (gnus-gethash-safe): New macro.
5130
5131         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5132         (gnus-agent-regenerate): Show messages.
5133
5134 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5135
5136         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5137         (gnus-agent-regenerate): New function.
5138         (gnus-agent-save-alist): Sort.
5139         (gnus-agent-copy-nov-line): Test eobp.
5140         (gnus-agent-retrieve-headers): Erase buffer.
5141
5142 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5143
5144         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5145         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5146
5147         * gnus.el (gnus-agent-covered-methods): Move here.
5148         (gnus-online): New function.
5149         (gnus-agent-method-p): Move here.
5150
5151         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5152         nil. Remove articles-alist.
5153
5154         * gnus-start.el (gnus-get-unread-articles): Check online.
5155         (gnus-groups-to-gnus-format): Ditto.
5156         (gnus-active-to-gnus-format): Ditto.
5157
5158         * gnus-agent.el (gnus-agent-get-function): Use it.
5159         (gnus-agent-get-undownloaded-list): Ditto.
5160         (gnus-agent-fetch-session): Only fetch online methods.
5161
5162         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5163         (gnus-server-mode-map): Ditto.
5164         (gnus-server-offline-face): New face.
5165         (gnus-server-offline-face): New variable.
5166         (gnus-server-font-lock-keywords): Add offline.
5167         (gnus-server-insert-server-line): Ditto.
5168         (gnus-server-offline-server): New function.
5169
5170         * gnus-int.el (gnus-open-server): Turn to offline.
5171         (gnus-server-unopen-status): New variable.
5172
5173 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5174
5175         * nnkiboze.el (nnkiboze-request-article): Use
5176         gnus-agent-request-article.
5177
5178         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5179         function. Insert undownloaded NOV.
5180
5181         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5182         (gnus-agent-request-article): New function.
5183
5184         * gnus.el (gnus-agent-cache): New variable.
5185
5186         * gnus-int.el (gnus-retrieve-headers): Use
5187         gnus-agent-retrieve-headers.
5188         (gnus-request-head): Use gnus-agent-request-article.
5189         (gnus-request-body): Ditto.
5190
5191         * gnus-art.el (gnus-request-article-this-buffer): Use
5192         gnus-agent-request-article.
5193
5194         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5195         article if it is undownloaded.
5196
5197 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5200
5201 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * canlock.el (canlock-string-as-unibyte): New macro.
5204         (canlock-sha1-with-openssl): Return a unibyte string.
5205         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5206
5207 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5208
5209         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5210
5211 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5212
5213         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5214         application/x-emacs-lisp.
5215
5216         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5217
5218         * nntp.el (nntp-request-article): Add group parameter.
5219         (nntp-request-head): Ditto.
5220         (nntp-find-group-and-number): Add parameter group. Figure out
5221         number if the status line doesn't give (e.g. quimby.gnus.org).
5222
5223 2002-01-08  Simon Josefsson  <jas@extundo.com>
5224
5225         * mml.el (mml-generate-mime-1): Set recipient correctly.
5226
5227 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5228
5229         * message.el (message-read-from-minibuffer): Add parameter
5230         initial-contents.
5231         * gnus-msg.el (gnus-summary-resend-message): Use it.
5232
5233         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5234         behavior of quit-config.
5235
5236         * message.el (message-make-from): Don't quote fullname.
5237         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5238
5239         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5240         From: <andre@slamdunknetworks.com>
5241
5242 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5243
5244         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5245
5246         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5247
5248         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5249         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5250         because bbdb may use it.
5251
5252 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5253
5254         * nneething.el (nneething-request-article): When a non-text file
5255         is converted to an article, its data is encoded in base64.  Call
5256         `nneething-make-head' with options to specify MIME types.
5257         (nneething-make-head): Add optional arguments to specify MIME
5258         types.
5259
5260 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5261
5262         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5263         header if there is not.
5264
5265         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5266
5267         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5268         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5269         (gnus-inews-do-gcc): Use them.
5270
5271         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5272         gnus-newsgroup-unselected.
5273
5274 2002-01-06  Simon Josefsson  <jas@extundo.com>
5275
5276         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5277         condition-case, not ignore-errors.
5278
5279 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5280
5281         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5282         gnus-fetch-old-headers.
5283
5284         * gnus-art.el (article-display-x-face): Use the current buffer
5285         unless `W f'. Otherwise, X-Face may be shown in the header of a
5286         forwarded part.
5287         (gnus-treatment-function-alist): Treat xface before hiding
5288         headers.
5289
5290 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5293         parameters.
5294
5295 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5296
5297         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5298         (mm-guess-charset): New function.
5299         (mm-charset-after): Use it.
5300         (mm-detect-coding-region): New function.
5301         (mm-detect-mime-charset-region): New function.
5302
5303         * gnus-sum.el (gnus-summary-show-article): Use
5304         mm-detect-coding-region.
5305
5306 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * message.el (message-make-fqdn): Be less violent.
5309
5310         * gnus.el (gnus-logo-color-style): Compute custom form
5311         automatically.
5312
5313         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5314         score file of the parent to the document group.
5315
5316         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5317         parameters parameter.
5318
5319         * gnus-score.el (gnus-score-load-file): Clean up.
5320
5321 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5322
5323         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5324         From: Damien Wyart <damien.wyart@free.fr>
5325
5326         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5327
5328 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5329
5330         * gnus-sum.el (gnus-select-group-hook): Typo.
5331
5332         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5333         is no quoted-printable-encoded STRING.
5334         From: Jesper Harder <harder@ifa.au.dk>
5335
5336         (rfc2047-decode-string): Decode it.
5337
5338 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5339
5340         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5341
5342 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5343         Trivial patch.
5344
5345         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5346         buffer to get rid of junk line.
5347
5348 2002-01-05  Simon Josefsson  <jas@extundo.com>
5349
5350         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5351         C-o.
5352         (message-mode-map): Bind message-insert-or-toggle-importance to
5353         C-c C-u.
5354         (message-mode-map): Bind message-disposition-notification-to to
5355         C-c M-n.
5356         (message-mode-menu): Add m-d-n-t.
5357         (message-mode-field-menu): Add m-goto-from.
5358         (message-mode): Doc fix.
5359         (message-goto-from): New function.
5360         (message-insert-disposition-notification-to): New function.
5361         (message-tool-bar-map): Add receipt button.
5362
5363 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364
5365         * gnus-sum.el (gnus-thread-latest-date): New function.
5366         (gnus-thread-sort-by-most-recent-number): Renamed.
5367         (gnus-thread-sort-functions): Doc fix.
5368         (gnus-select-group-hook): Don't use setq on a hook.
5369         (gnus-thread-latest-date): Use date, not number
5370
5371         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5372         (gnus-agent-expire): Allow regexp of expire-days.
5373
5374         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5375         region.
5376         (gnus-article-followup-with-original): Ditto.
5377
5378         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5379
5380         * gnus-art.el (gnus-mime-display-alternative): Use
5381         gnus-local-map-property.
5382         (gnus-mime-display-alternative): Ditto.
5383         (gnus-insert-mime-security-button): Ditto.
5384         (gnus-insert-next-page-button): Ditto.
5385         (gnus-button-prev-page): Take optional args.
5386         (gnus-insert-prev-page-button): widget-convert.
5387
5388         * gnus-util.el (gnus-local-map-property): New function.
5389
5390         * gnus-art.el (gnus-prev-page-map): Use parent map.
5391         (gnus-next-page-map): Ditto.
5392
5393         * gnus-spec.el (gnus-parse-format): Clean up.
5394         (gnus-parse-format): Do complex formatting for %=.
5395
5396         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5397         "X-Face: " to the data in the built-in scenario.
5398
5399         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5400         (gnus-correct-pad-form): Renamed.
5401         (gnus-tilde-max-form): Clean up.
5402         (gnus-pad-form): Use gnus-use-correct-string-widths.
5403
5404         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5405         support if that is available.
5406
5407         * gnus-sum.el (gnus-thread-highest-number): New function.
5408         (gnus-thread-sort-by-most-recent-thread): New function.
5409         (gnus-thread-sort-functions): Doc fix.
5410
5411 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5412
5413         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5414         all cases.
5415         (gnus-summary-mode): Enable it in all cases.
5416         (gnus-summary-display-article): Ditto.
5417         (gnus-summary-edit-article): Ditto.
5418
5419         * gnus-ems.el (gnus-put-image): Really return glyph.
5420
5421         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5422         (gnus-treat-smiley): Don't take "P" in the interactive form.
5423
5424 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425
5426         * compface.el (uncompface): XEmacs and Emacs have differing
5427         capabilities.
5428
5429         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5430
5431         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5432         (gnus-article-xface-ring-size): Removed.
5433         (gnus-article-display-xface): Removed.
5434         (gnus-remove-image): Cleaned up.
5435
5436         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5437         (gnus-xmas-create-image): Take pbm files.
5438         (gnus-x-face): Removed.
5439         (gnus-xmas-article-display-xface): Removed.
5440
5441         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5442         default-enable-multibyte-characters.
5443
5444         * compface.el (uncompface): Doc fix.
5445
5446         * gnus-art.el (gnus-article-x-face-command): Use
5447         gnus-display-x-face-in-from.
5448
5449         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5450
5451         * gnus-ems.el (gnus-put-image): Return the image.
5452
5453         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5454         (gnus-x-face): Moved here.
5455
5456 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5457
5458         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5459         invisible if string is nil.
5460         (gnus-xmas-article-display-xface): Use it.
5461
5462         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5463         property when string is nil.
5464         (gnus-article-display-xface): Use it.
5465
5466 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * gnus-art.el (article-display-x-face): Check whether valid grey
5469         face was returned.
5470         (article-display-x-face): Place image in the right spot.
5471
5472         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5473         stderr.
5474         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5475
5476 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5479         parameters.
5480         (gnus-xmas-put-image): Allow non-strings to be passed.
5481
5482         * gnus-art.el (article-display-x-face): Use optional parameters.
5483
5484         * gnus-ems.el (gnus-create-image): Take optional parameters.
5485
5486         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5487
5488         * compface.el (compface-xbm-p): Removed.
5489
5490         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5491         (gnus-article-display-xface): Use compface.
5492
5493         * compface.el: New file.
5494
5495         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5496         (gnus-convert-image-to-x-face-command): Ditto.
5497         (gnus-random-x-face): Quote argument.
5498         (gnus-x-face-from-file): Ditto.
5499
5500 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5501
5502         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5503         the expire-group parameter once per article rather than once
5504         per group; bind `nnmaildir-article-file-name' and `article'
5505         for convenience.  Leave article alone when expire-group
5506         specifies the current group.
5507         (nnmaildir--update-nov): be more concurrency-friendly with
5508         temp file names.
5509
5510 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5511
5512         * gnus-start.el (gnus-read-init-file): Cleaned up.
5513
5514 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5515
5516         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5517         (gnus-read-init-file): Don't use it.
5518
5519 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5520
5521         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5522
5523 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5524
5525         * gnus-start.el (gnus-read-init-file): Don't force coding system
5526         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5527
5528 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5529
5530         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5531         * nnspool.el (nnspool-request-post): Ditto.
5532
5533         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5534         (mm-find-mime-charset-region): Use it.
5535
5536 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5537
5538         * gnus.el (gnus-summary-line-format): Added :link.
5539         * gnus-topic.el (gnus-topic-line-format): Ditto.
5540         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5541         * gnus-srvr.el (gnus-server-line-format): Ditto.
5542         * gnus-group.el (gnus-group-line-format): Ditto.
5543
5544         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5545         :keys, it works on both Emacsen.
5546
5547 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5548
5549         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5550
5551 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5554
5555 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5556
5557         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5558         very wide reply.
5559
5560 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561
5562         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5563         (gnus-picon-cache): New variable.
5564         (gnus-picon-transform-newsgroups): Cache stuff.
5565
5566         * gnus-art.el (gnus-article-reply-with-original): New command.
5567         (gnus-article-followup-with-original): New command.
5568
5569         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5570         END parameters.
5571         (gnus-summary-followup): Take a list of list of articles.
5572         (gnus-inews-yank-articles): Allow lists of article/regions.
5573
5574         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5575         longer the usual commands.
5576
5577         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5578         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5579         shell-command-on-region.
5580
5581 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5582
5583         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5584           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5585
5586 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5587
5588         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5589         understand ':keys', wrap it in an featurep 'xemacs.
5590
5591 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5592
5593         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5594         order of headers (Actually, it is called in a reversed order). Add
5595         'gnus-image-text-deletable property.
5596         (gnus-remove-image): Remove text with such a property.
5597
5598         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5599         gnus-put-image.
5600
5601         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5602         with ", "
5603
5604 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5605
5606         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5607
5608         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5609         (article-display-x-face): Display grey X-Faces.
5610
5611         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5612         (gnus-convert-gray-x-face-to-ppm): Ditto.
5613         (gnus-convert-image-to-gray-x-face): Ditto.
5614
5615         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5616         gnus-summary-show-raw-article.
5617
5618 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5619
5620         Display picons in XEmacs without showing text.
5621
5622         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5623         mm-create-image-xemacs to create xbm glyph, because it deletes
5624         temporary files.
5625         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5626         (gnus-xmas-remove-image): Make text visible, remove glyph.
5627
5628         * gnus-picon.el (gnus-picon-transform-newsgroups)
5629         (gnus-picon-transform-address): Insert spec backward, due to the
5630         incompatibility of gnus-xmas-put-image.
5631
5632 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5633
5634         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5635
5636 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5637
5638         * gnus.el: Doc fix.
5639
5640         * gnus-art.el: Doc fix.
5641
5642         * gnus-agent.el: Doc fix.
5643
5644 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5645
5646         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5647
5648 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5649
5650         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5651         NOV data out of the message again if nnmail-extra-headers has
5652         changed.
5653
5654 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * gnus-fun.el: New file.
5657         (gnus-convert-image-to-x-face-command): New variable.
5658         (gnus-insert-x-face): New function.
5659         (gnus-random-x-face): Renamed.
5660         (gnus-x-face-from-file): Renamed.
5661
5662         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5663         "_".
5664         (gnus-body-boundary-delimiter): Typo fix.
5665
5666 2002-01-02  Simon Josefsson  <jas@extundo.com>
5667
5668         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5669         (gnus-body-boundary-delimiter): Fix type.
5670
5671 2002-01-01  Simon Josefsson  <jas@extundo.com>
5672
5673         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5674         (gnus-treat-emphasize, gnus-treat-strip-cr)
5675         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5676         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5677         (gnus-treat-fill-article, gnus-treat-hide-citation)
5678         (gnus-treat-hide-citation-maybe)
5679         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5680         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5681         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5682         (gnus-treat-date-ut, gnus-treat-date-local)
5683         (gnus-treat-date-english, gnus-treat-date-lapsed)
5684         (gnus-treat-date-original, gnus-treat-date-iso8601)
5685         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5686         (gnus-treat-strip-trailing-blank-lines)
5687         (gnus-treat-strip-leading-blank-lines)
5688         (gnus-treat-strip-multiple-blank-lines)
5689         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5690         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5691         (gnus-treat-display-xface, gnus-treat-display-smileys)
5692         (gnus-treat-from-picon, gnus-treat-mail-picon)
5693         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5694         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5695         (gnus-treat-play-sounds, gnus-treat-translate)
5696         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5697
5698         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5699         (gnus-article-treat-body-boundary): Use it.
5700
5701         * message.el (message-mode): Fix doc.
5702         (message-mode-menu): Fix names.
5703
5704 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705
5706         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5707         articles.
5708
5709         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5710         (gnus-picon-transform-address): Search for unknown faces as well.
5711         (gnus-picon-find-face): Don't search "news" for MISC.
5712         (gnus-picon-user-directories): Changed default back to exclude
5713         "unknown".
5714
5715         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5716
5717         * gnus-picon.el (gnus-picon-find-face): Search through all
5718         databases.
5719         (gnus-picon-find-face): New implementation.
5720
5721         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5722         keystroke.
5723         (gnus-topic-goto-next-topic): Ditto.
5724
5725         * gnus.el (gnus-summary-line-format): Changed default.
5726
5727         * nnmail.el (nnmail-extra-headers): Change default.
5728
5729         * gnus-sum.el (gnus-extra-headers): Change default.
5730
5731         * message.el (message-news-other-window): Changed "news" to
5732         "posting".
5733         (message-news-other-frame): Ditto.
5734         (message-do-send-housekeeping): Ditto.
5735
5736         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5737         function.
5738         (gnus-article-unread-p): New function.
5739         (gnus-article-unseen-p): New function.
5740         (gnus-dead-summary-mode-map): Typo.
5741
5742         * gnus-util.el (gnus-make-predicate): New function.
5743         (gnus-make-predicate-1): New function.
5744
5745         * gnus-sum.el: New function.
5746         (gnus-map-articles): New function.
5747
5748         * gnus-art.el (gnus-treat-fold-headers): New variable.
5749         (gnus-article-treat-fold-headers): New command and keystroke.
5750
5751         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5752         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5753
5754 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5755
5756         * message.el (message-fcc-externalize-attachments): New variable.
5757         (message-do-fcc): Use it.
5758
5759         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5760         (gnus-inews-do-gcc): Use it.
5761
5762         * mml.el (mml-tweak-sexp-alist): New variable.
5763         (mml-externalize-attachments): New variable.
5764         (mml-tweak-part): Use mml-tweak-sexp-alist.
5765         (mml-tweak-externalize-attachments): New function.
5766
5767 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5768
5769         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5770         'set-glyph-face' so x-face back/foreground can be set.
5771
5772 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5773
5774         * message.el (message-fix-before-sending): Fix a typo.
5775
5776 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * gnus-art.el (gnus-treat-smiley): Renamed command.
5779         (gnus-article-remove-images): New command and keystroke.
5780
5781         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5782
5783         * smiley-ems.el (gnus-smiley-display): Removed.
5784
5785         * gnus.el (gnus-version-number): Update version.
5786
5787         * message.el (message-text-with-property): Renamed and moved
5788         here.
5789         (message-fix-before-sending): Highlight invisible text and place
5790         point there.
5791
5792 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5793
5794         * gnus.el: Oort Gnus v0.04 is released.
5795
5796 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5797
5798         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5799
5800         * gnus-art.el (gnus-ignored-headers): More headers,
5801
5802         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5803         of `scan-error', since XEmacs doesn't seem to support that.
5804
5805 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5806
5807         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5808         arg.
5809         (gnus-summary-best-unread-subject): Ditto.
5810         (gnus-summary-best-unread-subject): No, don't.
5811         (gnus-summary-better-unread-subject): New command.
5812
5813         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5814
5815         * lpath.el ((featurep 'xemacs)): fbind url function.
5816
5817         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5818         buffer.
5819         (gnus-xmas-remove-image): Implementation that does something.
5820         (gnus-xmas-article-display-xface): Mark images properly.
5821
5822         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5823
5824 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5825
5826         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5827
5828 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * gnus-group.el (gnus-group-line-format): Added %O to the default
5831         value.
5832
5833         * gnus-util.el (gnus-text-with-property): The smallest point is
5834         point-min.
5835
5836         * smiley-ems.el (smiley-region): Return images.
5837         (gnus-smiley-display): Allow toggling.
5838         (smiley-region): Use text properties, not overlays.
5839
5840         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5841         implemented yet.
5842
5843         * smiley-ems.el (smiley-update-cache): Check for valid types.
5844
5845         * gnus-art.el (gnus-with-article-buffer): New macro.
5846
5847         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5848         strings as well as the glyphs.
5849         (gnus-picon-transform-address): Ditto.
5850         (gnus-picon-insert-glyph): Ditto.
5851         (gnus-picon-transform-newsgroups): Toggle.
5852         (gnus-picon-transform-address): Toggle.
5853
5854         * gnus-ems.el (gnus-remove-image): New function.
5855         (gnus-put-image): Take an optional string.
5856
5857         * gnus-util.el (gnus-text-with-property): New function.
5858
5859         * gnus-art.el (gnus-delete-images): New function.
5860
5861         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5862
5863         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5864         (gnus-article-wash-status): Use it.
5865         (gnus-signature-toggle): Clean up.
5866         (gnus-add-wash-status): New function.
5867         (gnus-delete-wash-status): New function.
5868         (gnus-article-hide-text-type): Use them throughout.
5869         (gnus-add-image): New function.
5870
5871         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5872
5873         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5874         interface.
5875
5876         * gnus-art.el (article-display-x-face): Cleaned up.
5877
5878         * rfc2047.el (rfc2047-field-value): New function.
5879
5880         * mail-parse.el (mail-header-field-value): New alias.
5881
5882         * gnus-art.el (gnus-mime-print-part): Fix typos.
5883
5884         * smiley-ems.el (gnus-smiley-file-types): New variable.
5885         (smiley-update-cache): Use it.
5886         (smiley-regexp-alist): Suffix-less smiley names.
5887         (smiley-regexp-alist): Added more smileys.
5888
5889         * gnus-sum.el (gnus-print-buffer): Made into own function.
5890         (gnus-summary-print-article): Use it.
5891
5892         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5893         looked for when REQUEST is a string.
5894
5895         * gnus-art.el (gnus-mime-button-commands): Add printing
5896         keystroke.
5897         (gnus-mime-copy-part): Doc fix.
5898         (gnus-mime-print-part): New command.
5899
5900 2001-12-31  Simon Josefsson  <jas@extundo.com>
5901
5902         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5903         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5904
5905 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5906
5907         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5908         (picon): Fix doc.
5909
5910         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5911         longer exists. Remove those codes.
5912         * gnus.el (gnus-use-picons): Ditto.
5913
5914 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915
5916         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5917         infloop.
5918
5919         * gnus-sum.el (t): New `W D' map.
5920
5921         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5922         (gnus-article-treat-body-boundary): Clean up.
5923         (gnus-body-boundary-face): Removed.
5924         (gnus-article-goto-header): Moved here.
5925         (gnus-article-goto-header): Allow better regexps.
5926         (gnus-article-treat-fold-newsgroups): New command.
5927
5928         * gnus-sum.el (gnus-summary-move-article): We have to select an
5929         article to give `gnus-read-move-group-name' an opportunity to
5930         suggest an appropriate default.
5931
5932         * rfc2047.el (rfc2047-fold-line): New function.
5933         (rfc2047-unfold-line): Ditto.
5934         (rfc2047-fold-region): Don't fold just after the header name.
5935
5936         * mail-parse.el (mail-header-fold-line): New alias.
5937         (mail-header-unfold-line): Ditto.
5938
5939         * gnus-art.el (gnus-body-boundary-face): Renamed.
5940         (gnus-article-treat-body-boundary): Use it.
5941         (gnus-article-treat-body-boundary): Use an invisible header and a
5942         line of underline characters.
5943
5944 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5945
5946         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5947
5948         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5949         (gnus-picon-split-address): New function.
5950         (gnus-picon-find-face): Use it.
5951         (gnus-picon-transform-address): Use it. Set first to t for each
5952         address.
5953
5954         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5955         the macro then use it.
5956         (gnus-treatment-function-alist): Treat picons earlier.
5957
5958 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-art.el (gnus-body-separator-face): New variable.
5961         (gnus-article-treat-body-boundary): Use a blank, colored line.
5962
5963         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5964         well.
5965
5966         * gnus-art.el (gnus-treat-body-boundary): New variable.
5967         (gnus-article-treat-unfold-headers): Use helper macro.
5968         (gnus-article-treat-body-boundary): New command.
5969
5970         * gnus.el (gnus-logo-color-style): Change the default color.
5971         (gnus-splash-face): Gray, gray.
5972
5973         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5974         colors.
5975
5976         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5977         (gnus-logo-color-style): Ditto.
5978         (gnus-logo-colors): Ditto.
5979
5980         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5981
5982         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5983
5984         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5985         (gnus-picon-transform-newsgroups): New function.
5986
5987         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5988         string.
5989
5990         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5991
5992         * gnus-art.el (gnus-treat-cc-picon): New variable.
5993         (gnus-treat-mail-picon): Renamed.
5994
5995         * gnus-picon.el: New implementation.
5996         (gnus-picon-find-face): Renamed.
5997         (gnus-treat-from-picon): Use it.
5998         (gnus-picon-transform-address): Renamed.
5999         (gnus-treat-from-picon): Use it.
6000         (gnus-picon-create-glyph): Renamed.
6001         (gnus-picon-transform-address): Use it.
6002         (gnus-treat-cc-picon): New command.
6003
6004         * mm-decode.el (mm-create-image-xemacs): Separated out into
6005         function.
6006         (mm-get-image): Use it.
6007
6008         * gnus-art.el (gnus-treat-display-picons): Simplify.
6009         (gnus-treat-from-picon): Renamed.
6010
6011         * gnus-ems.el (gnus-create-image): New function.
6012         (gnus-put-image): New function.
6013
6014         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6015         (gnus-with-article-headers): New macro.
6016         (gnus-article-goto-header): New function.
6017
6018         * gnus-xmas.el (gnus-image-type-available-p): New function.
6019
6020         * gnus-ems.el (gnus-image-type-available-p): New function.
6021
6022 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6023
6024         * nnrss.el (nnrss-check-group): Find the correct tag, because
6025         xml.el is changed.
6026
6027 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6028
6029         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6030         lines are shorter than the window width.
6031         (gnus-ignored-headers): More headers.
6032
6033 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6034
6035         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6036         (gnus-treat-unfold-headers): Renamed.
6037         (gnus-article-treat-unfold-headers): New command and keystroke.
6038
6039         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6040
6041         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6042
6043 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6044
6045         * sha1-el.el (sha1-use-external): New variable.
6046         (sha1-region): Use it.
6047         (sha1-string): Ditto.
6048
6049         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6050         * gnus-picon.el: Less warnings when compile.
6051
6052 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6055         alias.
6056         (gnus-picons-database): Default to list.
6057         (gnus-picons-lookup-internal): Use it.
6058
6059         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6060         to "bogus".
6061
6062         * gnus-win.el (gnus-configure-windows-hook): New hook.
6063
6064 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6065
6066         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6067
6068 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6071         lists.
6072         (gnus-select-newsgroup): Don't append; push.
6073         (gnus-adjust-marked-articles): Remove obsolete ranges from
6074         `seen'.
6075         (gnus-update-marks): Clean up.
6076         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6077
6078 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6079
6080         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6081
6082 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6083
6084         * gnus-sum.el (gnus-auto-select-subject): New variable.
6085         (gnus-summary-best-unread-subject): New function.
6086         (gnus-summary-best-unread-article): Use it.
6087         (gnus-summary-first-unseen-subject): New function and command.
6088
6089         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6090         other treatments.
6091
6092         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6093         function.
6094
6095         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6096         from the list of hidden types.
6097
6098         * mm-view.el (mm-inline-text): Ditto.
6099         (mm-inline-text): Ditto.
6100         (mm-w3-prepare-buffer): Ditto.
6101
6102         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6103
6104 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * gnus-art.el (gnus-ignored-headers): Added more headers.
6107
6108 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6109
6110         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6111         once.
6112
6113 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114
6115         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6116
6117 2001-12-28  Simon Josefsson  <jas@extundo.com>
6118
6119         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6120         Jesper Harder <harder@ifa.au.dk>.
6121
6122 2001-12-27  Simon Josefsson  <jas@extundo.com>
6123
6124         * gnus-sum.el (gnus-select-newsgroup): Make
6125         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6126         contain all articles (instead of none) when no seen marks have
6127         been set for the group.
6128         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6129         instead, it seems to result in shorter ranges.
6130
6131 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6132
6133         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6134         insert-before-markers.
6135         From Jesper Harder <harder@ifa.au.dk>
6136
6137 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6138
6139         * nnmaildir.el (nnmaildir-save-mail): create the destination
6140         groups if they do not exist.
6141
6142 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6145
6146 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6147
6148         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6149         gnus-group-real-name.
6150
6151         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6152         (gnus-newsgroup-variables): Ditto.
6153
6154         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6155         return it.
6156
6157 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6158
6159         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6160         * nnmaildir.el (top-level): Add commentary.
6161         (nnmaildir-version): Indicate that nnmaildir is now a standard
6162         part of Gnus, not separately released.
6163
6164 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6165
6166         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6167         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6168         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6169         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6170
6171 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6172
6173         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6174
6175 2001-12-20  Simon Josefsson  <jas@extundo.com>
6176
6177         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6178         ZHU <zsh@cs.rochester.edu>.
6179         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6180         Brian P Templeton <bpt@tunes.org>.
6181
6182 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6183
6184         * nnmaildir.el: New file.
6185         From Paul Jarc <prj@po.cwru.edu>.
6186
6187 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6188
6189         * nndoc.el (nndoc-type-alist): Move forward to the end.
6190
6191 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6194         `dolist'.
6195
6196 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6197
6198         * gnus-win.el (gnus-frames-on-display-list): New function.
6199         (gnus-get-buffer-window): Use it.
6200
6201 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6202
6203         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6204
6205 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6206
6207         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6208
6209 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6210            From Harald Meland <Harald.Meland@usit.uio.no>
6211
6212         * gnus-win.el (gnus-get-buffer-window): New function.
6213         (gnus-all-windows-visible-p): Use it.
6214
6215         * gnus-util.el (gnus-horizontal-recenter)
6216         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6217         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6218
6219         * gnus-score.el (gnus-score-insert-help): Use it.
6220
6221         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6222         (gnus-generate-tree, gnus-highlight-selected-tree)
6223         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6224         it.
6225
6226         * gnus-art.el (gnus-article-set-window-start)
6227         (gnus-mm-display-part, gnus-request-article-this-buffer)
6228         (gnus-button-next-page, gnus-button-prev-page)
6229         (gnus-article-button-next-page, gnus-article-button-prev-page):
6230         Use it.
6231
6232 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6233
6234         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6235         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6236         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6237
6238 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6239
6240         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6241         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6242         * mml1991.el, nnultimate.el: Add `coding'.
6243
6244 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6245
6246         * ChangeLog: changed coding to buffer-file-coding-system
6247         * ChangeLog.1: same
6248         * nnwfm.el: same
6249         * gnus-smiley.el: same
6250         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6251         * gnus-delay.el: same
6252         * gnus-spec.el: same
6253         * message.el: same
6254         * mml1991.el: same
6255         * nnultimate.el: same
6256
6257 2001-12-16  Simon Josefsson  <jas@extundo.com>
6258         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6259
6260         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6261         (gnus-summary-save-map): Add muttprint.
6262         (gnus-summary-make-menu-bar): Ditto.
6263         (gnus-summary-muttprint): New function.
6264
6265         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6266
6267 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6268
6269         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6270         temporary list instead of buffer.
6271
6272         * mm-url.el (executable-find): autoload.
6273
6274 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6275
6276         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6277         to variable, follow doc-string conventions).
6278
6279 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6280
6281         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6282         subscribe-level
6283         * gnus-topic.el (gnus-subscribe-topics): use it.
6284
6285 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6286
6287         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6288         messages. (A small patch with indentation)
6289         From Sean Neakums <sneakums@zork.net>.
6290
6291         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6292         nil after shooting down the gnus-original-article-buffer.
6293
6294 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6295
6296         * uudecode.el (uudecode-use-external): New variable.
6297         (uudecode-decode-region): Automatically detect external program.
6298
6299         * binhex.el (binhex-use-external): New variable.
6300         (binhex-decode-region-internal): New function.
6301         (binhex-decode-region): Automatically detect external program.
6302
6303         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6304         Use them.
6305
6306 2001-12-12  Simon Josefsson  <jas@extundo.com>
6307
6308         * nnvirtual.el (nnvirtual-always-rescan)
6309         (nnvirtual-component-regexp): Fix doc.
6310
6311         * nnoo.el (defvoo): Add doc to defvoo variables.
6312
6313         * nnml.el (nnml-directory, nnml-active-file)
6314         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6315         (nnml-marks-is-evil, nnml-filenames-are-evil)
6316         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6317
6318         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6319         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6320         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6321         `error'.
6322
6323         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6324         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6325
6326         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6327         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6328         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6329         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6330
6331         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6332         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6333
6334         * imap.el, nnimap.el: Fix indentation.
6335
6336         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6337
6338 2001-12-12  Didier Verna  <didier@xemacs.org>
6339
6340         * gnus-msg.el (gnus-group-news): New function.
6341         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6342         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6343         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6344         for it.
6345         * gnus-msg.el (gnus-summary-news-other-window): New function.
6346         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6347         bind it to `i'.
6348         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6349         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6350         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6351         for it (called with a prefix).
6352         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6353         group-name argument.
6354         * gnus-msg.el (gnus-setup-message): use it.
6355
6356 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6357
6358         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6359
6360 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6361
6362         * mml.el (mime-to-mml): Remove Content-Disposition too.
6363
6364 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6365
6366         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6367         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6368         strings only.
6369         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6370
6371 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6372
6373         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6374         (nnmail-fancy-expiry-target): Use it.
6375         Suggestions from Simon Josefsson <jas@extundo.com>.
6376
6377 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6378
6379         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6380
6381 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6382
6383         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6384
6385         * gnus-util.el (gnus-url-unhex-string): Move here.
6386
6387 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6388
6389         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6390         mm-url-decode-entities-nbsp.
6391
6392         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6393         * webmail.el, nnwfm.el: Use mm-url.
6394
6395         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6396         (mm-url-remove-markup): Move from nnweb.
6397         (mm-url-fetch-simple): Move from webmail.
6398
6399         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6400
6401 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6402
6403         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6404         (gnus-summary-print-article): Use it.
6405
6406         * gnus-util.el (gnus-replace-in-string): Typo.
6407
6408 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6409
6410         * nnweb.el (nnweb-replace-in-string): Removed.
6411
6412         * gnus-util.el (gnus-replace-in-string): New function.
6413         (gnus-mode-string-quote): Use it.
6414
6415         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6416         * nnwfm.el (nnwfm-create-mapping): Ditto.
6417
6418 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6419
6420         * dgnushack.el (dgnushack-compile): nnrss.el and
6421         nnslashdot.el don't depend on nnweb, url, w3.
6422
6423         * nnrss.el: Use mm-url.
6424
6425 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6426
6427         * mm-url.el (mm-url-insert-file-contents): Support file:.
6428
6429 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6430
6431         * mm-view.el: Lower case for the description line. Sync from the
6432         Emacs CVS.
6433
6434 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6435
6436         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6437         From:  Stefan Monnier  <monnier@cs.yale.edu>
6438
6439 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6442
6443 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6444
6445         * mm-url.el: Require executable.
6446         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6447
6448 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6449
6450         * pop3.el (pop3-munge-message-separator): Only use valid date.
6451         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6452
6453         * Makefile.in: gnus-load.elc may not be generated.
6454
6455 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6456
6457         * mm-url.el: New file.
6458         * nnslashdot.el: Use it.
6459         * mm-extern.el (mm-extern-url): Use it.
6460
6461 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6462
6463         * gnus-sum.el (gnus-summary-save-article): Nix
6464         gnus-display-mime-function and gnus-article-prepare-hook.
6465
6466         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6467         the beginning of lines.
6468         (gnus-complex-form-to-spec): Ditto.
6469
6470 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6471
6472         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6473         From Paul Jarc <prj@po.cwru.edu>.
6474
6475 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6476
6477         * message.el: New variable message-subscribed-address-file;
6478         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6479
6480 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6481
6482         * message.el (message-tab-body-function): Set to nil.
6483         (message-tab): Use text-mode-map or global-map.
6484         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6485
6486 2001-11-30  Simon Josefsson  <jas@extundo.com>
6487
6488         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6489         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6490         <christoph.conrad@gmx.de>.
6491         (gnus-agent-fetch-group-1): Add verbose message.
6492
6493 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6494
6495         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6496         of integers.
6497
6498 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6499
6500         * message.el (message-newgroups-header-regexp)
6501         (message-completion-alist, message-tab-body-function): Use
6502         defcustom rather than defvar.
6503         (message-tab): Mention `message-tab-body-function' in doc.
6504         Suggested by Karl Eichwalder.
6505
6506 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6507
6508         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6509
6510 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6511
6512         * nnheader.el (nnheader-find-nov-line): Don't use macro
6513         gnus-delete-line.
6514
6515         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6516         (gnus-group-name-charset): Ditto.
6517
6518         * gnus-util.el (gnus-buffer-live-p): Ditto.
6519
6520 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6521
6522         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6523         open parenthesis in doc.
6524         (sieve-manage-authenticator-alist): Typo in doc.
6525         * imap.el (imap-authenticator-alist): Typo in doc.
6526         (imap-stream-alist): Backslash.
6527
6528         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6529           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6530
6531 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6532
6533         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6534
6535         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6536
6537         * gnus-msg.el (gnus-configure-posting-styles): use
6538         make-local-hook. Add LOCAL for add-hook.
6539
6540 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6541
6542         * message.el (message-mode): Use `make-local-hook' unless
6543         obsolete.
6544         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6545
6546 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * canlock.el: Remove sha1.el and base64.el stuff.
6549
6550 2001-11-26  Didier Verna  <didier@xemacs.org>
6551
6552         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6553         if needed.
6554
6555 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * message.el (message-tamago-not-in-use-p): New function.
6558         (message-strip-forbidden-properties): Use it.
6559
6560 2001-11-26  Didier Verna  <didier@xemacs.org>
6561
6562         * gnus-start.el (gnus-check-first-time-used): only check for
6563         existence of .el[d] files.
6564
6565 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6566
6567         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6568
6569         * message.el (message-setup-1): Clean up mc-*.
6570
6571 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6572
6573         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6574         * gnus-score.el (gnus-score-find-bnews): Use it.
6575
6576         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6577         (gnus-summary-limit-to-author): Ditto.
6578         (gnus-summary-limit-to-extra): Ditto.
6579         (gnus-summary-find-matching): Support not-matching argument.
6580
6581 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6582
6583         * message.el (message-wash-subject): Use `insert' rather than
6584         `insert-string', which is deprecated.
6585
6586 2001-11-24  Simon Josefsson  <jas@extundo.com>
6587
6588         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6589         message. (Gnus does not "default" to using 8bit for the message,
6590         it default to use 8bit encoding and the user-supplied CTE
6591         value. Calling this behaviour "treating it as 8bit" is perhaps
6592         better.)
6593
6594         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6595         (compare mm-charset-to-coding-system).
6596
6597 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6598
6599         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6600         buffer. Correctly decode hex.
6601
6602 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6603
6604         * gnus-agent.el (gnus-category-insert-line): Convert category
6605         names to strings.
6606
6607 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6608
6609         * message.el (sha1): eval-and-compile.
6610
6611 2001-11-20  Simon Josefsson  <jas@extundo.com>
6612
6613         * message.el (message-allow-no-recipients): New variable.
6614         (message-send): Use it, customize the prompting when posting to
6615         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6616
6617 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6618
6619         * mm-util.el (mm-coding-system-priorities): New variable.
6620         (mm-sort-coding-systems-predicate): New function.
6621         (mm-find-mime-charset-region): Resort coding systems if needed.
6622         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6623
6624 2001-11-20  Didier Verna  <didier@xemacs.org>
6625
6626         * gnus-group.el (gnus-group-make-help-group): new optional
6627         argument to control the error behavior.
6628         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6629         erroring.
6630
6631 2001-11-19  Simon Josefsson  <jas@extundo.com>
6632
6633         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6634         instead of C-c C-u.  Suggested by Per Abrahamsen
6635         <abraham@dina.kvl.dk>.
6636
6637 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6638
6639         * nnfolder.el (nnfolder-read-folder): Use group instead of
6640         nnfolder-current-group.
6641         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6642
6643 2001-11-17  Simon Josefsson  <jas@extundo.com>
6644
6645         * message.el (message-send): Ask user if Fcc/Gcc should be
6646         performed when no other sender was specified.
6647         Suggested by prj@po.cwru.edu (Paul Jarc).
6648
6649 2001-11-17  Simon Josefsson  <jas@extundo.com>
6650
6651         * message.el (message-mode, message-mode-map): Use C-c C-u for
6652         Importance: instead of C-c C-p (used by SC).
6653
6654 2001-11-16  Simon Josefsson  <jas@extundo.com>
6655
6656         * message.el (message-insert-importance-high)
6657         (message-insert-importance-low): Save point.
6658
6659         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6660         value.
6661
6662 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6663
6664         * message.el (message-strip-special-text-properties): New option.
6665         (message-strip-forbidden-properties): Obey it.
6666
6667 2001-11-14  Sam Steingold  <sds@gnu.org>
6668
6669         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6670
6671 2001-11-15  Simon Josefsson  <jas@extundo.com>
6672
6673         Support "Importance:" header in Message.
6674
6675         * message.el (message-mode-map): Bind C-c C-p to
6676         `message-insert-or-toggle-importance'
6677         (message-mode-menu): Add message-insert-importance-{high,low}.
6678         (message-insert-importance-high, message-insert-importance-low)
6679         (message-insert-or-toggle-importance): New functions.
6680         (message-tool-bar-map): Add {un,}important.
6681         (message-mode): Doc fix.
6682
6683 2001-11-15  Simon Josefsson  <jas@extundo.com>
6684
6685         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6686
6687         * mml.el (mml-menu): Fix toolbar tooltip.
6688
6689 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6690
6691         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6692         * nnml.el (nnml-save-marks): Ditto.
6693
6694         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6695
6696 2001-11-15  Simon Josefsson  <jas@extundo.com>
6697
6698         * nnml.el (nnml-save-marks):
6699         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6700         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6701
6702 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6703
6704         * gnus-art.el (gnus-article-wash-status-strings): Use
6705         `copy-sequence', not `copy-seq'.
6706
6707 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6708
6709         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6710         (gnus-gnus-article-wash-status-entry): New function.
6711         (gnus-article-wash-status): Use it.
6712
6713 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6714
6715         * mml1991.el: Add coding header.
6716
6717 2001-11-12  Simon Josefsson  <jas@extundo.com>
6718
6719         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6720         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6721         `mml1991-sign' and `mml1991-encrypt'.
6722         (mml1991-encrypt, mml1991-sign): New glue functions.
6723         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6724
6725         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6726         (mml-menu): Add PGP to menu.
6727
6728         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6729         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6730         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6731         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6732
6733         * mml2015.el: Mention RFC 3156.
6734
6735         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6736
6737 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6738
6739         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6740
6741         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6742           From <Michael.Cook@cisco.com>
6743
6744 2001-11-11  Simon Josefsson  <jas@extundo.com>
6745
6746         * message.el (top-level): Autoload sha1.
6747         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6748         canlock, no need to require two different hash algs).  Suggested
6749         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6750
6751 2001-11-09  Simon Josefsson  <jas@extundo.com>
6752
6753         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6754         <Pavel@Janik.cz>.
6755
6756 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6757
6758         * message.el (message-point-in-header-p): New function.
6759         (message-do-auto-fill): Use it.
6760         (message-beginning-of-line): New function.  Goes to beginning of
6761         header value (i.e., end of header name), or to beginning of line
6762         if already at beginning of value.  Behaves like
6763         `beginning-of-line' when in message body.
6764         (message-mode-map): Bind it.
6765
6766 2001-11-08  Simon Josefsson  <jas@extundo.com>
6767
6768         * gnus-msg.el (gnus-posting-styles): Add doc.
6769
6770 2001-11-07  Simon Josefsson  <jas@extundo.com>
6771
6772         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6773
6774         * sieve-mode.el (sieve-control-commands-face)
6775         (sieve-control-commands-face, sieve-action-commands-face)
6776         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6777         faces.
6778         (sieve-font-lock-keywords): Use them.
6779         (sieve-mode): Only set font-lock-defaults in emacs.
6780
6781         * gnus-art.el (gnus-default-article-saver): Add
6782         gnus-summary-save-body-in-file.
6783         (gnus-summary-write-to-file): Fix doc.
6784
6785 2001-11-07  Simon Josefsson  <jas@extundo.com>
6786
6787         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6788         reference to the correct chapter in the manual.
6789
6790         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6791         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6792
6793 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6794
6795         * mml.el (mml-preview): Bind mail-header-separator.
6796
6797 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * message.el: Always require canlock.
6800         (message-ignored-supersedes-headers): Include Cancel-Lock and
6801         Cancel-Key.
6802         (message-insert-canlock): Don't require canlock.
6803         (message-cancel-news): Don't check whether canlock is available.
6804         (message-supersede): Support cancel-locks.
6805
6806         * gnus-art.el: Don't autoload canlock.
6807
6808 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6809
6810         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6811         From: <andre@slamdunknetworks.com>
6812
6813 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6814
6815         * many files: Fix copyright lines.
6816
6817 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6818
6819         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6820         Suggested by Dave Love  <fx@gnu.org>.
6821
6822 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6823
6824         * message.el (message-kill-buffer): Remove auto-save file after
6825         confirm.
6826
6827         * message.el (message-send-mail): Call message-generate-headers
6828         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6829
6830         * gnus-topic.el (gnus-topic-rename): Initial-input.
6831         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6832
6833 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6834
6835         * message.el (message-forbidden-properties): New constant.
6836         (message-strip-forbidden-properties): New function.
6837         (message-mode): Activate it.
6838
6839 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6840
6841         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6842         (mm-hack-charsets): Fix doc.
6843
6844 2001-11-02  Simon Josefsson  <jas@extundo.com>
6845
6846         * gnus-int.el (gnus-check-server): Message "...done" when done.
6847
6848         * imap.el (imap-close): Don't message (imap-send-command-wait
6849         returns if the connection is dropped).
6850         (imap-wait-for-tag): Nix out message only when necessary.
6851
6852         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6853         for non-crossposting.
6854         (gnus-sieve-crosspost): Default to t to be consistent with other
6855         parts of Gnus.
6856
6857 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6858
6859         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6860         (mm-iso-8859-x-to-15-table): Ditto.
6861         (mm-iso-8859-x-to-15-region): Ditto.
6862         (mm-find-mime-charset-region): Ditto.
6863
6864 2001-11-01  Simon Josefsson  <jas@extundo.com>
6865
6866         * nnimap.el (nnimap-close-asynchronous): New variable.
6867         (nnimap-close-group): Use it.
6868         (nnimap-expunge): Don't use it.
6869
6870         * imap.el (imap-callbacks): New variable.
6871         (imap-remassoc): Copied from `gnus-remassoc'.
6872         (imap-add-callback): New function.
6873         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6874         behaviour.
6875         (imap-parse-response): Call the callback.
6876
6877         * message.el (message-insert-canlock): New variable.
6878         (message-canlock-generate, message-canlock-password)
6879         (message-insert-canlock): New functions.
6880         (message-send-news): Call `message-insert-canlock'.
6881         (top-level): Require canlock when compiling.
6882         (message-insert-canlock): Require canlock before we need it.
6883
6884 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6885
6886         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6887
6888 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6889
6890         * dgnushack.el (dgnushack-make-load): A workaround for
6891         custom-add-loads bug in some versions of XEmacs.
6892
6893 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6894
6895         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6896
6897 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6898
6899         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6900         (mm-hack-charsets): New variable.
6901         (mm-iso-8859-15-compatible): New variable.
6902         (mm-iso-8859-x-to-15-table): New variable.
6903         (mm-find-mime-charset-region): Add parameter hack-charsets.
6904
6905         * mm-bodies.el (mm-encode-body): Use it.
6906         * mml.el (mml-parse-1): Ditto.
6907
6908 2001-11-01  Simon Josefsson  <jas@extundo.com>
6909
6910         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6911
6912 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6913
6914         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6915         is nil.
6916
6917 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6918
6919         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6920
6921         * message.el (message-forward-rmail-make-body): Use
6922         save-window-excursion.
6923         (message-encode-message-body): Search with noerror.
6924         (message-setup-1): Convert compose-mail send-actions to
6925         message-send-actions.
6926
6927 2001-11-01  Simon Josefsson  <jas@extundo.com>
6928
6929         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6930         <yamaoka@jpl.org>.
6931
6932 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6933
6934         * sieve-manage.el (sieve-string-bytes): No complain.
6935
6936 2001-11-01  Simon Josefsson  <jas@extundo.com>
6937
6938         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6939         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6940         has autoload cookies, so no `require' should be necessary.)
6941
6942         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6943         files.
6944
6945 2001-10-31  Simon Josefsson  <jas@extundo.com>
6946
6947         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6948         parameter.
6949
6950         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6951         `display' is a number (and C-u wasn't used to enter group), only
6952         fetch that number of articles.
6953
6954 2001-10-31  Matt Armstrong  <matt@lickey.com>
6955
6956         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6957         not-subscribed -> subscribed.
6958
6959 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6960         From: Josh Huber <huber@alum.wpi.edu>
6961
6962         * message.el (message-subscribed-address-functions): New variable.
6963         (message-subscribed-addresses): New variable.
6964         (message-subscribed-regexps): New variable.
6965         (message-goto-mail-followup-to): New function.
6966         (message-send-mail): Add Mail-Followup-To.
6967         (message-make-mft): New function.
6968
6969         * gnus.el (gnus-find-subscribed-addresses): New function.
6970
6971 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6972
6973         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6974         (mail-source-fetch-pop): Ditto.
6975         (mail-source-check-pop): Ditto.
6976
6977         * gnus-start.el (gnus-read-init-file): Ditto.
6978         (gnus-activate-group): Ditto.
6979         (gnus-read-newsrc-el-file): Ditto.
6980
6981 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6982
6983         * message.el (message-get-reply-headers): Make sure there is ", ".
6984
6985         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6986         mm-coding-system-p. Don't correct it only in XEmacs.
6987         (mm-charset-to-coding-system): Use mm-coding-system-p and
6988         mm-get-coding-system-list.
6989         (mm-emacs-mule, mm-mule4-p): New variables.
6990         (mm-enable-multibyte, mm-disable-multibyte,
6991         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6992         mm-with-unibyte-current-buffer,
6993         mm-with-unibyte-current-buffer-mule4): Use them.
6994         (mm-find-mime-charset-region): Treat iso-2022-jp.
6995
6996         From  Dave Love  <fx@gnu.org>:
6997
6998         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6999         construction.
7000         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7001         entries conditional on not having a coding system defined for
7002         them.
7003         (mm-mule-charset-to-mime-charset): Use
7004         find-coding-systems-for-charsets if defined.
7005         (mm-charset-to-coding-system): Don't use
7006         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7007         later.  Add last resort search of coding systems.
7008         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7009         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7010         Mule 4.
7011         (mm-find-mime-charset-region): Re-write.
7012         (mm-with-unibyte-current-buffer): Restore buffer as well as
7013         multibyteness.
7014
7015 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7016
7017         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7018         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7019         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7020
7021 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7022
7023         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7024         again.
7025
7026         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7027
7028 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7029
7030         * gnus-spec.el (gnus-parse-simple-format): Use
7031           buffer-substring-no-properties.
7032
7033 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-art.el (article-verify-cancel-lock): New function.
7036
7037         * nnheader.el (nntp-process-response): New variable.
7038         (nnheader-init-server-buffer): Make `nntp-process-response'
7039         buffer-local in `nntp-server-buffer'.
7040
7041         * nntp.el (nntp-prepare-post-hook): New hook.
7042         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7043         (nntp-async-trigger): Ditto.
7044         (nntp-request-post): Insert a server's ID if there's no Message-ID
7045         header; run `nntp-prepare-post-hook'.
7046
7047 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7048
7049         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7050         instead.
7051
7052         * message.el (message-forward-subject-author-subject): Don't use
7053         message-news-p, which widens the buffer.
7054         (message-forward-make-body): New function.
7055         (message-forward): Use it.
7056         (message-insinuate-rmail): New function.
7057         (message-forward-rmail-make-body): New function.
7058
7059 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7060
7061         * mm-extern.el (mm-extern): Provide it.
7062
7063         * mm-partial.el (mm-partial): Provide it.
7064
7065 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7066
7067         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7068
7069 2001-10-29  Simon Josefsson  <jas@extundo.com>
7070
7071         * mml.el (mml-preview): Bind message-this-is-news if it is
7072         news. From Jesper Harder <harder@myrealbox.com>.
7073
7074 2001-10-28  Simon Josefsson  <jas@extundo.com>
7075
7076         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7077
7078 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7079
7080         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7081         ironic smilies.
7082
7083 2001-10-27  Simon Josefsson  <jas@extundo.com>
7084
7085         * message.el (message-indent-citation): Don't add trailing
7086         whitespace when citing text.
7087
7088         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7089         <harder@ifa.au.dk>.
7090
7091 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7092
7093         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7094         not available.
7095         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7096         (nnweb-type-definition): Add google as alias of dejanews.
7097         (nnweb-google-parse-1): Forward 1 line.
7098
7099 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7100
7101         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7102         variable `message-forward-ignored-headers'.
7103
7104 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7105
7106         * gnus.el (gnus-expand-group-parameter): New function.
7107         (gnus-expand-group-parameters): Call it.
7108         (gnus-group-fast-parameter): New function.
7109         (gnus-group-find-parameter): Call it.
7110
7111 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7112
7113         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7114         vector (it didn't before because of a bug).
7115         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7116         available.  Before it converted it to an article number.
7117
7118         This makes followup to news articles with negative numbers in
7119         nnvirtual groups use news instead of mail.
7120
7121 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7122
7123         * gnus.el (post-method): Use `native' instead of `nil'.
7124
7125         * gnus-msg.el (gnus-post-method): Ditto.
7126
7127 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7128
7129         * gnus.el (gnus-define-group-parameter): Grammar fix.
7130
7131 2001-10-22  Simon Josefsson  <jas@extundo.com>
7132
7133         * gnus-msg.el (gnus-extended-version): Include
7134         system-configuration.
7135         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7136
7137 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7138
7139         * gnus.el (post-method): Customization fix: `native' is not a
7140         valid value.
7141         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7142         `native' is not a valid value.
7143
7144 2001-10-21  Simon Josefsson  <jas@extundo.com>
7145
7146         * nnimap.el (nnimap): Defgroup
7147         (nnimap-strict-function, nnimap-strict-function-match): New
7148         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7149         (nnimap-split-crosspost, nnimap-split-inbox)
7150         (nnimap-split-rule, nnimap-split-predicate)
7151         (nnimap-split-predicate): Defcustom.
7152         (nnimap-split-inbox, nnimap-expunge-search-string)
7153         (nnimap-importantize-dormant): Remove "*" from doc.
7154
7155 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7156
7157         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7158         not supplied via prefix arg.  From Lisp, make arg mandatory.
7159         Suggested by Frank Schmitt.
7160
7161 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7162
7163         * message.el (message-do-auto-fill): Avoid calling
7164         'rfc822-goto-eoh'.
7165
7166 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7167         From Paul Jarc <prj@po.cwru.edu>.
7168
7169         * message.el (message-get-reply-headers): Restructure the logic
7170         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7171
7172 2001-10-20  Simon Josefsson  <jas@extundo.com>
7173
7174         * message.el (message-cancel-news): Support cancel-locks.
7175         Suggested by Per Abrahamsson.
7176
7177         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7178         conses.  From David Z Maze <dmaze@MIT.EDU>.
7179
7180         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7181
7182 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7183
7184         * mm-decode.el (mm-default-directory): Fix customize type.
7185
7186         * message.el (message-setup-fill-variables): Kludge to use
7187         normal-auto-fill-function even if auto fill is already activated.
7188
7189 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7190
7191         * message.el (message-do-auto-fill): New version that does not
7192         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7193         (message-setup-1): Removed the `message-field' property.
7194
7195         * gnus-draft.el (gnus-draft-edit-message): Removed the
7196         `message-field' property.
7197
7198 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7199
7200         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7201         `message-field'.  The `field' property has a special significance in
7202         Emacs 21.
7203
7204         * message.el (message-send, message-setup-1): Ditto.
7205
7206 2001-10-18  Simon Josefsson  <jas@extundo.com>
7207
7208         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7209         when undoing.
7210
7211 2001-10-18  Simon Josefsson  <jas@extundo.com>
7212         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7213
7214         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7215         (gnus-summary-make-menu-bar): Ditto.
7216
7217 2001-10-17  Simon Josefsson  <jas@extundo.com>
7218
7219         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7220         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7221
7222 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7223
7224         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7225         * gnus-util.el (gnus-user-date): New function.
7226         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7227
7228 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7229
7230         * message.el (message-check-news-header-syntax): Special case
7231         nnvirtual groups.
7232
7233         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7234         customize type to `symbol'.
7235
7236 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7237
7238         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7239         %&foo;.
7240         (gnus-parse-simple-format): Support user extended spec too.
7241         %u&foo; invokes gnus-user-format-function-foo.
7242
7243 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7244
7245         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7246         the server.
7247         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7248         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7249         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7250         * nndiary.el (nndiary-request-expire-articles): Ditto.
7251         (nndiary-schedule): Defsubst it before use it.
7252         (nndiary-error): eval-and-compile.
7253
7254 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7255
7256         * gnus-msg.el (gnus-post-method): Changed two instances of
7257         `active' to `current' and one `null' to `not'.
7258
7259 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7260         From Katsumi Yamaoka <yamaoka@jpl.org>.
7261
7262         * message.el (message-setup-fill-variables): Use
7263         `normal-auto-fill-function' instead of `auto-fill-function'.
7264
7265 2001-10-16  Simon Josefsson  <jas@extundo.com>
7266
7267         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7268         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7269         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7270
7271 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7272         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7273
7274         * gnus-draft.el (gnus-draft-edit-message): Add text property
7275         `field' with value `header' to message headers.
7276         * message.el (message-setup-1): Really add text property to all of
7277         the header, not just part of it.
7278
7279 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * gnus-group.el (gnus-group-sort-by-server): Use it.
7282
7283         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7284
7285         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7286         and keystroke.
7287
7288 2001-10-14  Simon Josefsson  <jas@extundo.com>
7289
7290         * dig.el: Doc fix.
7291
7292         * smime.el: Doc fix.
7293
7294         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7295         charset magic from message.el.
7296
7297 2001-10-12  Simon Josefsson  <jas@extundo.com>
7298         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7299
7300         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7301         'cite from g-a-wash-types.
7302         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7303         (gnus-article-hide-citation): Fix.
7304
7305         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7306         character.
7307         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7308
7309         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7310         definition.
7311         (gnus-signature-toggle): Toggle `s' mode line character.
7312
7313         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7314         doing stuff that clears it.
7315
7316 2001-10-12  Simon Josefsson  <jas@extundo.com>
7317
7318         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7319         From Eric Marsden <emarsden@laas.fr>.
7320
7321 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7322
7323         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7324         (autoload): Add some autoloads.
7325
7326 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7327         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7328
7329         * message.el (message-do-auto-fill): New function.  Like
7330         `do-auto-fill' but don't fill when in the message header.
7331         (message-setup-1): Put a text property on the message header.
7332         (message-setup-fill-variables): Use `message-do-auto-fill'.
7333
7334 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7335
7336         * message.el (message-send-mail-partially): Insert an empty line
7337         first, because of the change of message-make-lines.
7338
7339 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7340
7341         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7342         iso-8859-15, make it an alias for iso-8859-1.
7343
7344 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * message.el (message-send-news): Don't modify the value of
7347         `message-syntax-checks' if it is not a list (possibly it is
7348         `dont-check-for-anything-just-trust-me').
7349
7350 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7353         `find-coding-system' for XEmacs to check whether the coding-system
7354         `utf-8' is available.
7355
7356 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7357
7358         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7359
7360 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7361
7362         * message.el (message-send-news): Oops, missed case with no
7363         "Followup-To" header...
7364
7365 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7366
7367         * message.el (message-send-news): Allow
7368         `gnus-group-name-charset-group-alist' to affect encoding of the
7369         "Newsgroups" and "Followup-To" headers.
7370
7371 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7372
7373         * Makefile.in (install-el): Depend on gnus-load.el.
7374
7375 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7376
7377         * Makefile.in (install-el): Use -f.
7378         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7379
7380 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7381
7382         * message.el (message-send-news): Don't encode Followups-To when
7383         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7384
7385         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7386         header.
7387
7388         * gnus-art.el (article-decode-group-name): Also decode
7389         "Followup-To".
7390
7391         * rfc2047.el (rfc2047-encode-message-header): Encode without
7392         asking for null methods.
7393
7394         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7395         default charset for newsgroup names in accordance with USEFOR.
7396
7397         * gnus-group.el (gnus-group-name-charset-method-alist,
7398         gnus-group-name-charset-group-alist): Removed "*" from doc
7399         strings, "*" should not be used for complex variables.
7400
7401 2001-10-06  Simon Josefsson  <jas@extundo.com>
7402
7403         Support UTF-8 group names better.
7404
7405         * message.el (message-check-news-header-syntax): Encode group
7406         names before comparison.
7407
7408         * gnus-msg.el (gnus-copy-article-buffer): Run all
7409         `gnus-article-decode-hook's except `article-decode-charset'
7410         instead of hardcoding call to one of them.
7411
7412         * gnus-art.el (gnus-article-decode-hook): Add
7413         `article-decode-group-name'.
7414         (article-decode-group-name): New function, use `g-d-n'.
7415
7416         * gnus-group.el (gnus-group-insert-group-line): Decode
7417         gnus-tmp-group using `g-d-n'.
7418
7419         * gnus-util.el (gnus-decode-newsgroups): New function.
7420
7421 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7422
7423         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7424         `gnus-group-name-charset-group-alist'.
7425
7426 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7427
7428         * Makefile.in: Install el in install. Add uninstall.
7429
7430 2001-10-05  Simon Josefsson  <jas@extundo.com>
7431
7432         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7433
7434         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7435
7436         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7437         empty folders.
7438
7439         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7440         limiting if read-all (C-u RET) was used.
7441
7442 2001-10-04  Simon Josefsson  <jas@extundo.com>
7443
7444         * mail-source.el (mail-source-movemail-program): New variable.
7445         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7446         <thutt@thutt.vmware.com>.
7447
7448 2001-10-03  Simon Josefsson  <jas@extundo.com>
7449
7450         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7451         (gnus-summary-line-format-alist): Fix param.
7452
7453 2001-10-02  Simon Josefsson  <jas@extundo.com>
7454
7455         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7456         don't go through `nnimap-request-expire-articles' to delete the
7457         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7458
7459 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7460
7461         * gnus-agent.el (gnus-agent-write-active): The min in the
7462         agent/active may be larger than that in the server/active.
7463
7464 2001-10-01  Simon Josefsson  <jas@extundo.com>
7465
7466         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7467         is IMAP4rev1.
7468
7469         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7470
7471         * nnfolder.el: Ditto.
7472
7473 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7474
7475         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7476         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7477
7478 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7479
7480         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7481         (message-mode-menu): Menu item for same.
7482
7483         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7484         delayed articles.
7485
7486         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7487         nndraft:delayed does not exist.
7488         (gnus-delay-initialize): Don't set up keymap, that's done from
7489         message.el now.
7490         (gnus-delay, gnus-delay-group, gnus-delay-header)
7491         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7492
7493 2001-09-29  Simon Josefsson  <jas@extundo.com>
7494
7495         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7496         utf-8, not eight-bit-control.
7497
7498         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7499         (imap-log, imap-debug): Custom.
7500         (imap-log-buffer, imap-debug-buffer): New constants.
7501         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7502         (imap-network-open, imap-shell-open, imap-starttls-open)
7503         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7504         (imap-debug): Use imap-*-buffer.
7505
7506         * nndoc.el (nndoc-article-type): Add mailman.
7507         (nndoc-type-alist): Ditto.
7508         (nndoc-mailman-type-p): New function.
7509
7510 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7511
7512         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7513         gnus-art.el.
7514
7515 2001-09-27  Simon Josefsson  <jas@extundo.com>
7516
7517         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7518         (gnus-topic-catchup-articles): New function. Suggested by Robin
7519         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7520
7521 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7522         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7523
7524         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7525         previous ones.
7526
7527 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7528         From Daiki Ueno  <ueno@unixuser.org>
7529
7530         * gnus-sum.el (gnus-summary-show-article): The arglist of
7531         detect-coding-region is incompatible.
7532
7533 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7534         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7535
7536         * gnus-group.el (gnus-group-delete-group): Typo.
7537
7538 2001-09-26  Simon Josefsson  <jas@extundo.com>
7539
7540         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7541
7542         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7543
7544 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7545
7546         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7547
7548 2001-09-22  Simon Josefsson  <jas@extundo.com>
7549
7550         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7551
7552         * nnfolder.el (nnfolder-open-marks): Ditto.
7553
7554         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7555         (gnus-update-marks): Use it.
7556         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7557         hardcoded list.
7558
7559         * gnus.el (gnus-article-special-mark-lists): Add killed.
7560         (gnus-article-unpropagated-mark-lists): New constant.
7561
7562 2001-09-22  Simon Josefsson  <jas@extundo.com>
7563
7564         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7565         custom option.
7566
7567 2001-09-23  Simon Josefsson  <jas@extundo.com>
7568
7569         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7570
7571 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7572
7573         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7574
7575 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7576
7577         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7578         accept lists of functions.
7579
7580 2001-09-20  Simon Josefsson  <jas@extundo.com>
7581
7582         * gnus-group.el (gnus-group-catchup): Update expire marks in
7583         backend.  Also, if ALL also set expire marks on tick/dormant.
7584
7585 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7586
7587         * message.el (message-tab-body-function): New variable.
7588         * message.el (message-tab): Use it.
7589
7590 2001-09-19  Sam Steingold  <sds@gnu.org>
7591
7592         * gnus-win.el (gnus-buffer-configuration): Respect
7593         `gnus-bug-create-help-buffer'.
7594
7595 2001-09-18  Simon Josefsson  <jas@extundo.com>
7596
7597         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7598         (gnus-parse-simple-format): Re-revert.
7599
7600 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7601         Trivial patch.
7602
7603         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7604         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7605
7606 2001-09-18  Simon Josefsson  <jas@extundo.com>
7607
7608         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7609         signed.
7610         (gnus-parse-simple-format): Don't use it.
7611
7612 2001-09-17  Miles Bader  <miles@gnu.org>
7613
7614         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7615         error querying a backend abort the whole process.
7616
7617 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7618
7619         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7620         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7621
7622 2001-09-17  Didier Verna  <didier@xemacs.org>
7623
7624         * nndiary.el: version 0.2-b14.
7625         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7626         compatibility problem with XEmacs 21.1.
7627
7628 2001-09-15  Simon Josefsson  <jas@extundo.com>
7629
7630         * gnus-group.el (gnus-group-line-format): Document %c.
7631
7632         * nnml.el (nnml-parse-head): Handle CRLF files.
7633         (nnml-generate-nov-file): Ditto.
7634         (nnml-retrieve-headers): Ditto.
7635
7636 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7637
7638         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7639
7640 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7641
7642         * gnus-spec.el (gnus-correct-substring): Still stopped one
7643         character before we wanted (never included last character).
7644         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7645         add missing "," (once per function)
7646
7647 2001-09-14  Simon Josefsson  <jas@extundo.com>
7648
7649         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7650         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7651         default before gnus-group is loaded and the variable set.)
7652
7653         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7654         killed or unsent marks.
7655
7656         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7657         isn't an article to set it on (e.g. when you `a' in a group).
7658
7659 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7660
7661         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7662         can read e-mails from Microsoft Outlook users not using ISO
7663         8859-2 character set.
7664
7665 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7666
7667         * gnus-diary.el: Minor modifications to avoid warnings.
7668         (gnus-summary-misc-menu): defvar.
7669         (gnus-diary-check-message): Use gnus-point-at-eol.
7670         (gnus-diary-kill-entire-line): eval-and-compile.
7671
7672 2001-09-12  Didier Verna  <didier@xemacs.org>
7673
7674         * nndiary.el: new version (0.2-b13).
7675         * nndiary.el (nndiary-mail-sources): doc update.
7676         * nndiary.el (nndiary-split-methods): ditto.
7677         * nndiary.el (nndiary-request-accept-article-hooks): New.
7678         * nndiary.el (nndiary-request-accept-article): use it, check
7679         message validity.
7680         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7681         * nndiary.el (nndiary-schedule): fix bug (misplaced
7682         condition-case): it didn't return nil on error.
7683         * gnus-diary.el: new version.
7684         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7685         * gnus-diary.el (gnus-diary-header-value-history): New.
7686         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7687         * gnus-diary.el (gnus-diary-add-header): New.
7688         * gnus-diary.el (gnus-diary-check-message): New.
7689         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7690         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7691
7692 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7693
7694         * gnus-sum.el (gnus-select-newsgroup): Make
7695         `gnus-current-select-method' buffer-local.
7696
7697         * gnus-art.el (gnus-request-article-this-buffer): Refer
7698         `gnus-current-select-method' in the current summary buffer.
7699
7700 2001-09-10  Simon Josefsson  <jas@extundo.com>
7701         From Daniel Pittman <daniel@rimspace.net>
7702
7703         * gnus-spec.el (gnus-correct-pad-form): Fix.
7704
7705 2001-09-09  Simon Josefsson  <jas@extundo.com>
7706
7707         * mm-decode.el (mm-inline-media-tests): Add
7708         application/x-emacs-lisp.
7709         (mm-attachment-override-types): Add
7710         application/{x-,}pkcs7-signature.
7711
7712         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7713         (gnus-server-line-format, gnus-server-mode-line-format)
7714         (gnus-server-browse-in-group-buffer): Customize.
7715
7716 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7717
7718         * nnml.el (nnml-marks-changed-p): Typo.
7719         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7720         (nnml-marks-changed-p): Use gnus-gethash.
7721         (nnml-marks-modtime): Use gnus-make-hashtable.
7722
7723         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7724         (nnfolder-request-expire-articles, nnfolder-save-marks)
7725         (nnfolder-open-marks): Typo.
7726         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7727         (nnfolder-marks-changed-p): Use gnus-gethash.
7728         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7729
7730 2001-09-08  Simon Josefsson  <jas@extundo.com>
7731
7732         * nnfolder.el (nnfolder-marks-modtime): New variable.
7733         (nnfolder-marks-changed-p): New function.
7734         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7735         (nnfolder-request-update-info): Don't update if marks didn't change.
7736
7737         * nnml.el (nnml-marks-modtime): New variable.
7738         (nnml-marks-changed-p): New function.
7739         (nnml-save-marks, nnml-open-marks): Save modtime.
7740         (nnml-request-update-info): Don't update if marks didn't change.
7741
7742         * gnus-agent.el (gnus-agent-any-covered-gcc)
7743         (gnus-agent-add-server, gnus-agent-remove-server): Use
7744         gnus-agent-method-p.
7745
7746         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7747         (gnus-unbuttonized-mime-type-p): Use it.
7748
7749         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7750         fetch group.
7751
7752 2001-09-08  Simon Josefsson  <jas@extundo.com>
7753         From Daniel Pittman <daniel@rimspace.net>
7754
7755         * gnus-spec.el (gnus-correct-pad-form): New function.
7756         (gnus-parse-simple-format): Use it.
7757
7758 2001-09-07  Simon Josefsson  <jas@extundo.com>
7759
7760         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7761         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7762         Putnam <reader@newsguy.com>.
7763         (gnus-group-sort-selected-groups): Touch dribble file.
7764
7765 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7766
7767         * nnml.el (nnml-filenames-are-evil): New variable.
7768         (nnml-article-to-file-alist): Rename to ...
7769         (nnml-current-group-article-to-file-alist): ... this.
7770         Respect `nnml-filenames-are-evil'.
7771         (nnml-active-number): Update.
7772         (nnml-update-file-alist): Update.
7773         (nnml-request-article): Use nnheader-article-to-file-alist.
7774         (nnml-request-rename-group): Likewise.
7775
7776 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-sum.el (gnus-summary-insert-line): Fix.
7779
7780 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7781
7782         * gnus-sum.el: Bind g-s-t-s to "W g".
7783         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7784         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7785         display of graphical smilies.
7786
7787 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7788
7789         * gnus-start.el (gnus-setup-news): A typo.
7790         From Bill White <billw@wolfram.com>.
7791
7792 2001-09-06  Simon Josefsson  <jas@extundo.com>
7793
7794         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7795         and unseen marks.
7796
7797 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7798
7799         * nnmail.el (nnmail-split-fancy): Document `junk'.
7800
7801 2001-09-04  Simon Josefsson  <jas@extundo.com>
7802
7803         * imap.el (imap-search): Don't error if server is broken.
7804
7805 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7806
7807         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7808         searching for an article that isn't in the mbox.
7809
7810 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7811
7812         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7813         right, and get all the comments.
7814
7815 2001-09-02  Simon Josefsson  <jas@extundo.com>
7816         Suggested by Dan Christensen <jdc+news@uwo.ca>
7817
7818         * nnfolder.el (nnfolder-request-update-info): Fix message.
7819
7820         * nnml.el (nnml-request-update-info): Ditto.
7821
7822 2001-09-01  Simon Josefsson  <jas@extundo.com>
7823
7824         * nnml.el (nnml-request-expire-articles): Also bind
7825         `nnml-current-group' and `nnml-article-file-alist' when using
7826         expiry-target. (Otherwise nnml will be in a inconsistent internal
7827         state causing all kind of problems.)
7828         (nnml-request-expire-articles): If `nnml-article-to-file' or
7829         `file-attributes' failes, return article as un-expirable instead
7830         of treating it as expired.
7831
7832 2001-08-31  Sam Steingold  <sds@gnu.org>
7833
7834         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7835         typo: `exmine' --> `examine'.
7836
7837 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7838
7839         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7840
7841 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7842
7843         * nnml.el (nnml-check-directory-twice): Remove.
7844         (nnml-retrieve-headers): Ditto.
7845         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7846
7847 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7848
7849         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7850         directory twice on Windows, or on GNU Emacs-21.
7851
7852 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7853
7854         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7855         (nnml-request-rename-group): Ditto.
7856         (nnml-active-number): Ditto.
7857         (nnml-request-create-group): Use nnml-directory-articles.
7858         (nnml-request-expire-articles): Use nnml-directory-articles, which
7859         gets list from nov database if available.
7860         (nnml-get-nov-buffer): New function.
7861         (nnml-open-nov): Use it.
7862         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7863         gets alist from nov database if available.
7864         (nnml-directory-articles): New function.
7865         (nnml-article-to-file-alist): New function.
7866
7867 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7868
7869         * mm-decode.el (mm-display-external): Use `name' as filename, if
7870         `filename' attribute is not present.
7871
7872 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7873
7874         * mail-source.el (mail-source-flash): New defcustom.
7875         (mail-source-new-mail-p): Ring visible bell if appropriate.
7876         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7877         timer is cleared even if mail check signals an error.
7878
7879 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7880
7881         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7882         type 'list.
7883
7884 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7885
7886         * flow-fill.el (fill-flowed): eol might be point-max.
7887
7888 2001-08-27  Simon Josefsson  <jas@extundo.com>
7889
7890         * nnml.el (nnml-request-update-info): Fix message.
7891         (nnml-open-marks): Ditto.
7892
7893         * nnfolder.el (nnfolder-request-update-info):
7894         (nnfolder-open-marks): Fix message.
7895
7896 2001-08-25  Simon Josefsson  <jas@extundo.com>
7897
7898         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7899         after group in ~/.
7900
7901 2001-08-25  Simon Josefsson  <jas@extundo.com>
7902         From Andreas Jaeger  <aj@suse.de>
7903
7904         * nnfolder.el (nnfolder-open-marks): Fix typo.
7905         * nnml.el (nnml-open-marks): Likewise.
7906
7907 2001-08-25  Simon Josefsson  <jas@extundo.com>
7908
7909         Make nnfolder groups self-contained as far as marks are concerned.
7910
7911         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7912         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7913         (nnfolder-open-server): Make marks directory.
7914         (nnfolder-request-delete-group): Delete marks file.
7915         (nnfolder-request-delete-group): Check of nov/marks file exist
7916         before deleting.
7917         (nnfolder-request-rename-group): Rename marks file.
7918         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7919         (nnfolder-request-set-mark, nnfolder-request-update-info)
7920         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7921         (nnfolder-open-marks): New functions.
7922         (top-level): Require gnus.
7923
7924 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7925
7926         * nnweb.el (nnweb-type-definition): Use google raw file.
7927         (nnweb-google-parse-1): Ditto.
7928         (nnweb-google-identity): Ditto.
7929         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7930         (nnweb-altavista-wash-article): Ditto.
7931         (nnweb-request-article): Remove nnweb-decode-entities.
7932
7933         * nnml.el: Require 'gnus.
7934
7935 2001-08-25  Simon Josefsson  <jas@extundo.com>
7936
7937         * nnml.el (nnml-marks-is-evil): Add doc.
7938
7939 2001-08-25  Simon Josefsson  <jas@extundo.com>
7940
7941         * nnml.el (nnml-save-marks): Wrap saving marks in a
7942         condition-case, to allow user to start Gnus if saving marks failed
7943         for some reason.
7944
7945 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7946
7947         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7948
7949         * gnus-group.el (gnus-update-group-mark-positions): Bind
7950         gnus-group-update-hook to nil.
7951
7952 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7953
7954         * mml.el (mml-generate-mime-1): Force as multibyte string.
7955
7956 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7957
7958         * gnus-sum.el (gnus-summary-insert-line)
7959         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7960         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7961
7962         * gnus-spec.el (gnus-correct-substring): Take optional END.
7963
7964         * nnrss.el (nnrss-request-article): Remove \n.
7965         (nnrss-retrieve-headers): Lines number is -1.
7966
7967 2001-08-24  Simon Josefsson  <jas@extundo.com>
7968
7969         * gnus-group.el (gnus-info-clear-data): Call
7970         nnfoo-request-set-mark to propagate marks.  Fix bug:
7971         `gnus-group-update-line' doesn't update read range unless we call
7972         `gnus-get-unread-articles-in-group' first.
7973
7974         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7975         to server.
7976
7977 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7978
7979         * gnus-util.el (gnus-create-info-command): Return an interactive
7980         function.
7981
7982 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7983         From Katsumi Yamaoka <yamaoka@jpl.org>
7984
7985         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7986
7987 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7988
7989         * gnus-sum.el (gnus-select-newsgroup): Use it.
7990
7991         * gnus-util.el (gnus-not-ignore): New function.
7992
7993         * lpath.el (featurep): Don't fbind char-int.
7994
7995         * gnus-util.el (gnus-create-info-command): New function.
7996
7997         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7998         right node.
7999
8000         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8001         (gnus-summary-limit-children): Use 'identity instead of `all'.
8002         (gnus-summary-limit-to-display-predicate): New command and
8003         keystroke.
8004
8005 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8006
8007         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8008
8009         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8010
8011 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8012
8013         * gnus-spec.el: Add the Gnus version.
8014         (gnus-update-format-specifications): If the Gnus version changes,
8015         nix out the format spec cache.
8016
8017         * gnus.el (gnus-continuum-version): Made into a command and
8018         optionalize the VERSION.
8019
8020         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8021         the start of the lines.
8022
8023 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8024
8025         * gnus.el (gnus-visual-p): Define function before use of
8026         function.
8027
8028 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8031         (gnus-article-mark-to-type): New function.
8032         (gnus-update-missing-marks): Only update marks of type 'list.
8033
8034         * gnus.el (gnus-article-special-mark-lists): New variable.
8035
8036 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8037
8038         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8039         (gnus-select-newsgroup): Still use 'all.
8040         (gnus-summary-initial-limit): Comparing with 'all.
8041
8042 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8043
8044         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8045         active.
8046
8047 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8048
8049         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8050         nnslashdot-*-retrieve-headers.
8051         (nnslashdot-request-article): Fix for slashcode 2.2.
8052         (nnslashdot-make-tuple): New function.
8053         (nnslashdot-read-groups): Use it.
8054
8055 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8056
8057         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8058         list.
8059
8060         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8061
8062 2001-08-20  Simon Josefsson  <jas@extundo.com>
8063
8064         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8065         opened, error instead of continuing (and exploding later).
8066
8067 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8068
8069         * gnus.el (gnus-expand-group-parameters): Return the parameter
8070         list.
8071
8072         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8073         (gnus-summary-show-article): Guess at charset if required.
8074
8075         * gnus-spec.el (gnus-correct-substring): Stopped one character
8076         before we wanted.
8077
8078 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8079
8080         * earcon.el (earcon-auto-play): Remove unused option.
8081
8082 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8083
8084         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8085         message down in levels, since it happens very fast.
8086
8087         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8088         of smiley-regexp-alist.
8089
8090         * mm-view.el (mm-inline-text): Ignore vcard errors.
8091
8092         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8093
8094         * gnus-score.el (gnus-all-score-files): Use append instead of
8095         nconc.
8096
8097         * gnus.el (gnus-splash-face): Doc fix.
8098
8099         * mm-decode.el (mm-mailcap-command): Use
8100         mm-path-name-rewrite-functions.
8101         (mm-path-name-rewrite-functions): New variable.
8102
8103         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8104         (gnus-complex-form-to-spec): Insert tab.
8105         (gnus-spec-tab): New function.
8106
8107         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8108         entering the group.
8109
8110         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8111         the positional spec.
8112         (gnus-parse-complex-format): React to %C.
8113
8114         * gnus-ems.el (gnus-char-width): Moved here.
8115
8116         * gnus-sum.el (gnus-select-newsgroup): Set
8117         gnus-newsgroup-articles.
8118         (gnus-unseen-mark): New variable.
8119         (gnus-newsgroup-unseen): Ditto.
8120         (gnus-newsgroup-seen): Ditto.
8121         (gnus-adjust-marked-articles): Use them.
8122         (gnus-update-marks): Use them.
8123         (gnus-summary-update-secondary-mark): Display.
8124         (gnus-summary-prepare-threads): Display.
8125
8126         * gnus-msg.el (gnus-inews-group-method): Use and return the
8127         method, not the server.
8128
8129 2001-08-19  Simon Josefsson  <jas@extundo.com>
8130
8131         * gnus-srvr.el (gnus-server-agent-face): New.
8132         (gnus-server-agent-face): New.
8133         (gnus-server-mode): Turn on font-lock-mode.
8134
8135         * gnus.el (gnus-server-visual): Add defgroup.
8136
8137 2001-08-19  Simon Josefsson  <jas@extundo.com>
8138         From Joe Casadonte <jcasadonte@northbound-train.com>
8139
8140         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8141         gnus-server-denied-face): New.
8142         (gnus-server-opened-face, gnus-server-closed-face,
8143         gnus-server-denied-face): New.
8144         (gnus-server-font-lock-keywords): Add.
8145
8146 2001-08-19  Simon Josefsson  <jas@extundo.com>
8147
8148         * nnml.el (nnml-request-set-mark): Return nil.
8149         (nnml-save-marks): Use nnml-possibly-create-directory.
8150         (nnml-open-marks): Only work in temp buffer when inserting/reading
8151         .marks file.
8152
8153 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8154
8155         * gnus.el (gnus-expand-group-parameters): Fix.
8156
8157         * gnus-spec.el (gnus-char-width): New function.
8158         (gnus-correct-substring, gnus-correct-length): Use it.
8159
8160         * message.el (message-required-mail-headers): Fix doc.
8161
8162 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8163
8164         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8165
8166         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8167
8168 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8169
8170         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8171         slashdot 2.2 (not fully fixed yet).
8172         (nnslashdot-request-article): Ditto.
8173
8174 2001-08-18  Simon Josefsson  <jas@extundo.com>
8175
8176         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8177         nnimap.
8178
8179         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8180         gnus-util.
8181         (nnimap-request-update-info-internal): Use new functions.
8182
8183         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8184         new functions.
8185
8186 2001-08-18  Simon Josefsson  <jas@extundo.com>
8187
8188         Make nnml groups self-contained as far as marks are concerned.
8189
8190         * nnml.el (nnml-request-delete-group): Delete marks file.
8191         (nnml-request-rename-group): Move marks file.
8192         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8193         variables.
8194         (nnml-request-set-mark, nnml-request-update-info): New server
8195         functions.
8196         (nnml-save-marks, nnml-open-marks): New functions.
8197
8198 2001-08-18  Simon Josefsson  <jas@extundo.com>
8199
8200         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8201         `set' when setting marks.
8202
8203 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8204
8205         * gnus.el (gnus-info-find-node): Take an argument.
8206
8207         * gnus-art.el (gnus-button-handle-info): New function.
8208         (gnus-url-unhex-string): Replace "+" with " ".
8209
8210 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8211
8212         * message.el (message-check-news-header-syntax): Check bad From.
8213
8214 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8215
8216         * gnus-spec.el (gnus-correct-length): New function.
8217         (gnus-correct-substring): New function.
8218         (gnus-tilde-max-form): Use it.
8219
8220 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8221
8222         * nnmh.el: Docstring changes as below.
8223
8224         * nnml.el: Docstring changes as below.
8225
8226         * nnbabyl.el: Docstring changes as below.
8227
8228         * nnmbox.el: Docstring changes as below.
8229
8230         * nnfolder.el: Added docstrings identifying each virtual server
8231         parameter.
8232
8233 2001-08-18  Simon Josefsson  <jas@extundo.com>
8234
8235         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8236
8237 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8238
8239         * message.el: rename "Abort Message" to "Postpone Message".
8240         Remove "Attach file as MIME" from Message menu, it's already in
8241         the MIME menu.
8242
8243 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8244
8245         * smime.el (smime-point-at-eol): eval-and-compile.
8246         (smime-make-temp-file): New function.
8247         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8248         Use it.
8249
8250 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8251
8252         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8253         (gnus-agent-summary-fetch-group): New command and keystroke.
8254
8255         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8256         (gnus-mime-display-security): Make it respect
8257         gnus-unbuttonized-mime-type-p.
8258
8259         * gnus-sum.el (gnus-articles-to-read): Comments.
8260         (gnus-article-marked-p): New function.
8261         (gnus-summary-display-make-predicate): New function.
8262         (gnus-select-newsgroup): Use them.
8263
8264         * mm-decode.el (mm-save-part-to-file): Made it not error.
8265
8266 2001-08-17  Simon Josefsson  <jas@extundo.com>
8267
8268         * imap.el (imap-wait-for-tag): If process-status isn't open or
8269         run, return nil instead of sit-for looping.
8270
8271 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * lpath.el (featurep): fbind xml-parse-region.
8274
8275         * gnus.el (gnus-message-archive-method): Default to "archive".
8276         (gnus-message-archive-method): Doc fix.
8277         (gnus-parameters-get-parameter): Cleaned up.
8278         (gnus-expand-group-parameter): New function.
8279
8280         * gnus-start.el (gnus-setup-news): Push the archive server only
8281         the server list.
8282
8283         * mml.el (mml-menu): Changed name to "Attachments".
8284
8285         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8286         when there is something to detroy.
8287
8288 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8291         nil.
8292
8293 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8294
8295         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8296         which specifies a time today or tomorrow.
8297
8298 2001-08-15  Simon Josefsson  <jas@extundo.com>
8299         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8300
8301         * gnus-agent.el (gnus-agent-make-mode-line-string)
8302         (gnus-agent-toggle-plugged): Use new API.
8303
8304 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8305
8306         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8307         deadline has expired.
8308
8309 2001-08-12  Simon Josefsson  <jas@extundo.com>
8310         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8311
8312         Support `recent' mark indicating newly arrived messages (to
8313         separate from old but unread messages).
8314
8315         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8316         `nnmail-split-history' if recent is > 0.
8317         (nnimap-request-update-info-internal): Update `recent' marks.
8318         (nnimap-request-set-mark): Never set `recent' marks.
8319         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8320         recent.
8321
8322         * gnus-sum.el (gnus-recent-mark): New mark.
8323         (gnus-newsgroup-recent): New variable.
8324         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8325         (gnus-summary-prepare-threads): Mark recent articles.
8326         (gnus-summary-add-mark): Support recent.
8327         (gnus-summary-update-secondary-mark): Support recent.
8328
8329         * gnus.el (gnus-article-mark-lists): Add recent.
8330
8331 2001-08-12  Simon Josefsson  <jas@extundo.com>
8332
8333         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8334         whether successful decoding took place.  Add doc.
8335
8336 2001-08-12  Simon Josefsson  <jas@extundo.com>
8337         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8338
8339         * gnus.el (gnus-summary-line-format, gnus-parameters):
8340         * gnus-gl.el (gnus-summary-grouplens-line-format):
8341         * gnus-salt.el (gnus-summary-pick-line-format):
8342         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8343
8344 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8345         Committed by Kai Gro\e,b_\e(Bjohann.
8346
8347         * gnus-score.el (gnus-score-string): Fix `match' regexp
8348         for `extra' header case.
8349
8350 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8351
8352         * nnmbox.el (nnmbox-read-mbox): No warning.
8353
8354 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8355
8356         * nndoc.el (nndoc-article-type): Fix doc.
8357         (nndoc-generate-article-function): New variable.
8358         (nndoc-dissection-function): New variable.
8359         (nndoc-type-alist): Add oe-dbx.
8360         (nndoc-oe-dbx-type-p): New function.
8361         (nndoc-oe-dbx-dissection): New function.
8362         (nndoc-oe-dbx-generate-article): New function.
8363
8364 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8365
8366         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8367         whether deadline has been reached.  Patch from Dan Nicolaescu
8368         <dann@godzilla.ics.uci.edu>.
8369
8370 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8371
8372         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8373         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8374         <rintaman@cs.Helsinki.FI>.
8375
8376         * mail-source.el (mail-source-movemail): The error buffer is
8377         modified, but nothing in it.
8378
8379 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8380
8381         * message.el (message-bogus-system-names): New variable.
8382         (message-make-fqdn): Use it.
8383
8384 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8385
8386         * nndraft.el (nndraft-request-group): Use
8387         nndraft-auto-save-file-name.
8388
8389 2001-08-09  Simon Josefsson  <jas@extundo.com>
8390
8391         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8392         Don't ask whether to decrypt.  Just leave result in buffer (don't
8393         call mm).
8394
8395         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8396         parts as well.
8397         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8398         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8399
8400 2001-08-09  Simon Josefsson  <jas@extundo.com>
8401
8402         * mm-decode.el (mm-insert-part): Return decoding success status.
8403         (mm-save-part-to-file): Error if decoding failed.
8404
8405 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8406
8407         * message.el (message-tab): Use indent-relative.
8408         (message-mode): Don't bind indent-line-function to indent-relative.
8409
8410 2001-08-09  Simon Josefsson  <jas@extundo.com>
8411
8412         * message.el (message-get-reply-headers): Fix string. Suggested by
8413         Christoph Conrad <cc@cli.de>.
8414
8415 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8416
8417         * message.el (message-tab): Use the current value of
8418         indent-line-function.
8419         (message-mode): Bind indent-line-function to indent-relative.
8420
8421 2001-08-08  Simon Josefsson  <jas@extundo.com>
8422
8423         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8424         whether `imtest' is installed.
8425
8426 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8427         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8428
8429         * gnus-sum.el (gnus-summary-show-article): Call
8430         gnus-summary-update-secondary-secondary-mark.
8431         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8432         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8433
8434 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8435
8436         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8437
8438         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8439
8440         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8441         <gerd@gnu.org>.
8442
8443         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8444
8445         * gnus-util.el (gnus-output-to-rmail): Ditto.
8446         (gnus-output-to-mail): Ditto.
8447
8448         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8449
8450 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8451
8452         * message.el (message-indent-citation): Use
8453         `message-yank-cited-prefix' for empty lines.
8454
8455 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8456
8457         * message.el (message-indent-citation): Quote only lines starting
8458         with ">" using `message-yank-cited-prefix'.
8459
8460 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8461         Trivial patch.
8462
8463         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8464         gnus-cache-fully-p.
8465
8466 2001-08-04  Simon Josefsson  <jas@extundo.com>
8467
8468         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8469         file if it doesn't exist (by calling gnus-cache-read-active).
8470
8471 2001-08-04  Simon Josefsson  <jas@extundo.com>
8472
8473         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8474         (gnus-cache-passively-or-fully-p): Removed.
8475         (gnus-cache-fully-p): Fix it.
8476
8477         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8478
8479 2001-08-04  Simon Josefsson  <jas@extundo.com>
8480
8481         * gnus-cache.el (gnus-cache-fully-p)
8482         (gnus-cache-passively-or-fully-p): New functions.
8483         (gnus-cache-possibly-enter-article): Cosmetic change, use
8484         `g-c-p-o-f-p'.
8485         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8486         was bogus (`g-c-p-a-a' does not change active info, just change
8487         the functions parameters).
8488         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8489         not removed in groups that match `gnus-uncacheable-groups'.
8490
8491         Reported and modifications based on discussions with Nuutti
8492         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8493
8494 2001-08-04  Simon Josefsson  <jas@extundo.com>
8495         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8496
8497         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8498         calls `gnus-cache-update-active' if bounds has been extended.
8499
8500 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8501
8502         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8503         before remove.
8504         (gnus-mime-security-show-details): Ditto.
8505
8506 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8507
8508         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8509         syntax.  Protect string-match against nil string and regexp.
8510
8511 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8512
8513         * mm-util.el (mm-find-charset-region): Remove control-1.
8514
8515 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8516
8517         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8518
8519 2001-08-04  Simon Josefsson  <jas@extundo.com>
8520
8521         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8522         buffer.  Delete MIME-Version header.
8523
8524 2001-08-03  Simon Josefsson  <jas@extundo.com>
8525
8526         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8527         that is entered does not necessarily have the highest article
8528         number in the group, so use `gnus-cache-possibly-alter-active'
8529         instead of `gnus-cache-update-active'.
8530
8531 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8532
8533         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8534
8535 2001-08-03  Simon Josefsson  <jas@extundo.com>
8536
8537         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8538         menu.
8539
8540 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * gnus.el (post-method): New group parameter.  It also provides
8543         the user option `gnus-post-method-alist' and the internal function
8544         `gnus-parameter-post-method'.
8545
8546         * gnus-msg.el (gnus-post-method): Bind the value of
8547         `gnus-post-method' to the group parameter if it is defined.
8548
8549 2001-08-02  Simon Josefsson  <jas@extundo.com>
8550
8551         * smime.el (smime-extra-arguments): Removed.
8552         (smime-call-openssl-region): Don't use it.
8553
8554 2001-08-02  Simon Josefsson  <jas@extundo.com>
8555
8556         * smime.el (smime-sign-region): Handle stderr.
8557         (smime-encrypt-region): Ditto.
8558
8559         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8560         match the ASN.1 length bytes.
8561         (mm-pkcs7-enveloped-magic): Ditto.
8562         (mm-view-pkcs7-get-type): Don't regexp quote.
8563
8564 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8565         From Andreas Fuchs <asf@void.at>
8566
8567         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8568
8569 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8570
8571         * gnus-art.el (gnus-header-button-alist): References regexp.
8572
8573 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8574
8575         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8576         already fboundp.  Add INTERACTIVE arg to autoload form.
8577
8578 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8579
8580         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8581
8582         * nnmail.el (nnmail-cache-open): Ditto.
8583
8584 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8585
8586         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8587
8588 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8591
8592 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8593         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8594
8595         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8596         (gnus-agent-toggle-plugged): Use it.
8597
8598 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8599
8600         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8601         (gnus-ding-file-coding-system): New variable.
8602         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8603         (gnus-slave-save-newsrc): Use it.
8604
8605 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8606
8607         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8608         syntax.
8609
8610 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8611         Originally from Andreas Fuchs <asf@void.at>
8612
8613         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8614         (mml2015-gpg-pretty-print-fpr): New function.
8615         (mml2015-gpg-extract-signature-details): More details, rename from
8616         `m-g-e-from'.
8617         (mml2015-gpg-verify): Use them.
8618         (mml2015-gpg-clear-verify): Use them.
8619
8620 2001-07-31  Simon Josefsson  <jas@extundo.com>
8621
8622         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8623         buffer when done.
8624
8625 2001-07-30  Simon Josefsson  <jas@extundo.com>
8626
8627         * smime.el (smime-call-openssl-region): Revert previous change,
8628         just pass on buf to `call-process-region'.
8629         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8630         `smime-new-details-buffer'.  Inserts error messages into buffer.
8631         (smime-noverify-region): Ditto.
8632         (smime-decrypt-region): Ditto.  Handles stderr separately.
8633         (smime-verify-buffer, smime-noverify-buffer)
8634         (smime-decrypt-buffer): Doc fix.
8635         (smime-new-details-buffer): New function.
8636         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8637         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8638         (smime-sign-region, smime-encrypt-region): Don't use
8639         `insert-buffer'.
8640
8641         * mml-smime.el (mml-smime-verify): Fix security button strings.
8642
8643 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8644
8645         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8646         gnus-article-mime-handles.
8647
8648 2001-07-29  Simon Josefsson  <jas@extundo.com>
8649
8650         * mail-source.el (top-level): Require message for message-directory.
8651         (mail-source-directory): Change default to message-directory.
8652
8653         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8654         (smime-certificate-directory, smime-openssl-program)
8655         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8656         (smime-extra-arguments): New variable.
8657         (smime-dns-server): Fix customize group.
8658         (smime-call-openssl-region): Use `smime-extra-arguments'.
8659
8660 2001-07-29  Simon Josefsson  <jas@extundo.com>
8661         From Vladimir Volovich <vvv@vsu.ru>
8662
8663         * smime.el (smime-call-openssl-region): Ignore stderr.
8664
8665 2001-07-29  Simon Josefsson  <jas@extundo.com>
8666         From Christoph Conrad <christoph.conrad@gmx.de>
8667
8668         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8669         file.
8670
8671 2001-07-29  Simon Josefsson  <jas@extundo.com>
8672
8673         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8674
8675         Support S/MIME decryption.
8676
8677         * mm-decode.el (mm-inline-media-tests):
8678         (mm-inlined-types):
8679         (mm-automatic-display):
8680         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8681
8682         * mm-view.el (mm-pkcs7-signed-magic):
8683         (mm-pkcs7-enveloped-magic): New variables.
8684         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8685         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8686         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8687         PKCS#7 blobs.
8688
8689         * smime.el (smime-decrypt-region): Expand keyfile.
8690
8691 2001-07-29  Simon Josefsson  <jas@extundo.com>
8692
8693         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8694         `ssl.el' variables.
8695
8696         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8697         but line instead of narrowing to it, because `nnmail-parse-active'
8698         calls widen.  Thanks to Christoph Conrad
8699         <christoph.conrad@gmx.de>.
8700
8701 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8702
8703         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8704         for %B spec.
8705
8706         * gnus-sum.el (gnus-summary-prepare-threads): If
8707         gnus-sum-thread-tree-root is nil, use subject instead.
8708         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8709         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8710         (gnus-sum-thread-tree-leaf-with-other)
8711         (gnus-sum-thread-tree-single-leaf): Documentation.
8712         (gnus-sum-thread-tree-single-indent): Allow nil.
8713
8714 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8715
8716         * message.el (message-fill-paragraph): Do nothing if the user
8717         wants filladapt-mode.
8718
8719 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * mm-decode.el (mm-image-type-from-buffer): New function.
8722         (mm-get-image): Use it.
8723
8724 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8725
8726         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8727
8728         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8729         mm-display-parts too.
8730
8731 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8732
8733         * nnfolder.el (nnfolder-request-accept-article): Bind
8734         nntp-server-buffer.
8735
8736         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8737         nntp-server-buffer.
8738
8739 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8740
8741         * message.el (message-check-news-header-syntax): Use
8742         message-post-method.
8743         (message-send-news): Bind message-post-method.
8744
8745 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * mml.el (mml-tweak-type-alist): New variable.
8748         (mml-tweak-function-alist): New variable.
8749         (mml-tweak-part): New function.
8750         (mml-generate-mime-1): Use it.
8751
8752 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8753
8754         * nnfolder.el (nnfolder-request-accept-article): Replace
8755         nnfolder-request-list.
8756
8757 2001-07-27  Simon Josefsson  <jas@extundo.com>
8758
8759         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8760         nnoo-change-server failed to do it.
8761
8762 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8763
8764         * gnus.el (gnus-parameters): Make it customizable.
8765
8766 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8767
8768         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8769
8770         * message.el (message-set-auto-save-file-name): More
8771         poor-system-types.
8772
8773         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8774
8775         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8776         supports +.
8777
8778 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8779
8780         * mm-decode.el (mm-readable-p): New function.
8781         (mm-inline-media-tests): Fix the default testers.
8782
8783 2001-07-26  Simon Josefsson  <jas@extundo.com>
8784
8785         * nnimap.el (nnimap-version): Bump version number.
8786
8787 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8788         From Steven E. Harris <seh@speakeasy.org>
8789
8790         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8791         in M$Windows too.
8792
8793 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8794
8795         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8796
8797 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8798
8799         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8800
8801         * mm-decode.el (mm-get-image): Guess then use the type.
8802
8803         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8804
8805 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8806
8807         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8808         display (%B) for threads if threading is off.
8809
8810 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8811         From Henrik Enberg <henrik@enberg.org>
8812
8813         * gnus-msg.el: Customization patch.
8814
8815 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8816
8817         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8818         variable.
8819         (nnmail-split-fancy-with-parent): Ignore certain groups.
8820
8821 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8822
8823         * gnus-util.el (gnus-byte-compile): New function.
8824         (gnus-use-byte-compile): New variable.
8825         (gnus-make-sort-function): Use it.
8826
8827         * nnmail.el (nnmail-get-new-mail): Use it.
8828
8829         * gnus-agent.el (gnus-category-make-function): Simple function or
8830         compiled function.
8831         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8832
8833         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8834         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8835         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8836
8837         * message.el (message-check-news-header-syntax): Remove quote.
8838
8839 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8840
8841         * message.el (message-use-mail-followup-to): `t' is not a
8842         documented value.
8843
8844 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8845
8846         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8847
8848 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8849
8850         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8851         there are long lines.
8852
8853 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * dgnushack.el (copy-list): New compiler macro.
8856
8857 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8858
8859         * message.el (message-bounce): If no Return-Path, the whole
8860         content is considered as the original message.
8861
8862         * nnml.el (nnml-check-directory-twice): New variable.
8863         (nnml-article-to-file): Use it.
8864         (nnml-retrieve-headers): Hack it.
8865
8866 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8867
8868         * gnus-win.el (gnus-buffer-configuration): New configure.
8869
8870         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8871         not alive.
8872
8873         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8874         (mm-display-external): Use display-term configure.
8875
8876 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8877
8878         * gnus-delay.el (gnus-delay-default-hour): New variable.
8879         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8880
8881 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8882         From Karl Kleinpaste <karl@charcoal.com>
8883
8884         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8885         (gnus-summary-prepare-threads): Ditto.
8886
8887         * gnus.el (gnus-summary-line-format): Add %B.
8888
8889 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8892
8893         * mm-util.el (mm-string-as-multibyte): New function.
8894
8895         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8896
8897 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8898
8899         * mm-util.el (mm-universal-coding-system): New variable.
8900
8901         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8902
8903         * score-mode.el (score-mode-coding-system): Use it.
8904
8905 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * gnus-start.el (gnus-setup-news): Call
8908         `gnus-check-bogus-newsgroups' just after the native server is
8909         opened.
8910
8911 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8912
8913         * nnmail.el (nnmail-do-request-post): Util function to be used by
8914         `nnchoke-request-post' for all nnmail-derived backends.
8915
8916         * nnml.el (nnml-request-post): Use it.
8917
8918         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8919         backend, for it groks nnml-request-post.
8920
8921         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8922         Treat `mail-post' backends like `mail' backends, not like `news'
8923         backends.
8924
8925 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8926
8927         * gnus-msg.el (gnus-setup-message): make-local-hook.
8928
8929 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8930
8931         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8932         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8933         <karl@charcoal.com>, slightly changed by Kai.
8934
8935         * message.el (message-check-news-header-syntax): When checking
8936         whether the groups exist, check the right server based on
8937         `gnus-post-method'.
8938
8939 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8940
8941         * gnus-delay.el: New file.
8942
8943 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8944
8945         * mm-util.el (mm-read-coding-system): Take two arguments.
8946
8947         * gnus-sum.el (gnus-summary-show-article): Use
8948         mm-read-coding-system.
8949
8950         * gnus-art.el (article-de-quoted-unreadable):
8951         (article-de-base64-unreadable, article-wash-html):
8952         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8953
8954 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8955
8956         * nnml.el (nnml-request-post): New function.  Can be used for
8957         annotations in nnml groups.
8958
8959 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8962         command.
8963
8964         * gnus-start.el (gnus-find-new-newsgroups): Use
8965         `message-make-date' instead of `current-time-string'.
8966         (gnus-ask-server-for-new-groups): Ditto.
8967         (gnus-check-first-time-used): Ditto.
8968
8969 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8972
8973 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8974
8975         * message.el (message-shorten-references): Change `maxcount' and
8976         `cut' to obey USEFOR draft 5.
8977
8978 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8979
8980         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8981         (gnus-summary-set-article-display-arrow): New function.
8982         (gnus-summary-goto-subject): Use it.
8983
8984 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8985
8986         * gnus-sum.el (gnus-summary-import-article): Insert date if
8987         doesn't exist.
8988
8989 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8990
8991         * mml.el (mml-content-type-parameters): New variable.
8992         (mml-content-disposition-parameters): New variable.
8993         (mml-insert-mime-headers): Use them.
8994         (mml-parse-1): Accept charset.
8995
8996 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8997
8998         * gnus-group.el (gnus-group-select-group): Doc fix.
8999
9000         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9001
9002 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9005         to handle `define-derived-mode'.
9006
9007 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9008         From:  Stefan Monnier  <monnier@cs.yale.edu>
9009
9010         * message.el (message-mode): Use define-derived-mode.
9011         (message-tab): message-completion-alist.
9012
9013         * imap.el (imap-interactive-login): Use make-local-variable.
9014         (imap-open): Ditto.
9015         (imap-authenticate): Ditto.
9016
9017         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9018
9019         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9020
9021 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9022
9023         * message.el (message-citation-line-function): Refer to
9024         gnus-cite-attribution-suffix.
9025
9026 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9027
9028         * gnus-art.el,...: Error convention changes.
9029
9030 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031
9032         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9033
9034 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9035
9036         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9037         (nnrss-read-server-data): Ditto.
9038
9039 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9040
9041         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9042         * Cleanup files.
9043         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9044
9045 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9046
9047         * gnus.el (gnus-summary-line-format): Add %o.
9048
9049         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9050         unless shell outputs something.
9051
9052 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9053
9054         * gnus-art.el (gnus-boring-article-headers): Better doc.
9055         (article-hide-headers): Better regexp.
9056         Suggested by Matt Swift <swift@alum.mit.edu>.
9057
9058         * nnheader.el (nnheader-max-head-length): Better doc.
9059         (nnheader-header-value): Skip spaces.
9060         (nnheader-parse-head): Remove space.
9061         Suggested by Matt Swift <swift@alum.mit.edu>.
9062
9063         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9064         (gnus-get-newsgroup-headers): Remove space.
9065
9066 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9067
9068         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9069         (gnus-summary-reply): Use it.
9070         (gnus-summary-reply-broken-reply-to): New function.
9071         (gnus-msg-force-broken-reply-to): New function.
9072
9073         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9074
9075 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9076
9077         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9078
9079 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9080
9081         * mm-decode.el (mm-external-terminal-program): New variable.
9082         (mm-display-external): Use it. Use term to display when no
9083         window-system.
9084
9085 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9086
9087         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9088         Browse->Next entries to Browse->Prev
9089
9090 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9091
9092         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9093
9094 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9095
9096         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9097         for the default encoding.
9098
9099         * nnrss.el (nnrss-url-field): New field.
9100         (nnrss-request-article): Add newsgroups.
9101
9102         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9103
9104 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9107
9108         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9109         (gnus-draft-setup): Remove backlog.
9110
9111 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9112
9113         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9114         Cleanup.
9115
9116 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9117
9118         * gnus-msg.el (gnus-bug): Erase buffer.
9119
9120         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9121
9122 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9123
9124         * mm-decode.el (mm-attachment-override-p): Fix typo.
9125
9126 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-kill.el (gnus-execute): Work with the extra headers.
9129         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9130
9131 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9132
9133         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9134         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9135
9136         * message.el (message-send-mail-real-function): New variable.
9137         (message-send-mail-partially, message-send-mail):
9138
9139         * nngateway.el (nngateway-request-post): Use it.
9140
9141         * gnus-agent.el (gnus-agentize): Use it.
9142
9143         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9144         (nnsoup-revert-variables): Use it.
9145
9146 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9147
9148         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9149         text/plain if the type doesn't match any other media types.
9150         (mm-inlined-types): Doc fix.
9151         (mm-display-inline): Revert previous change (now handled by a
9152         default type in `mm-inline-media-tests'.
9153         (mm-inlinable-p): Revive.
9154         (mm-display-part): Call `mm-inlinable-p'.
9155         (mm-attachment-override-p): Ditto.
9156         (mm-inlined-p): Doc fix.
9157
9158         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9159         well as `mm-inlined-p'.
9160
9161 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9162
9163         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9164         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9165
9166 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9167         From  Paul Jarc <prj@po.cwru.edu>
9168
9169         * message.el (message-use-mail-followup-to): New variable.
9170         (message-get-reply-headers): Use it.
9171
9172 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9173
9174         * nnheader.el (nnheader-init-server-buffer): Make sure the
9175         *nntpd* buffer is made multibyte instead of a random buffer.
9176
9177 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9178
9179         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9180         when it returns headers.
9181
9182 2001-07-07  Simon Josefsson  <jas@extundo.com>
9183
9184         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9185         trying to fold. Thanks to Colin Walters
9186         <walters@cis.ohio-state.edu>
9187
9188 2001-07-06  Simon Josefsson  <jas@extundo.com>
9189
9190         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9191         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9192         Add information in `assert's.
9193
9194         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9195         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9196         and `nnimap-group-overview-filename', should handle all
9197         change-of-uidvalidity related issues.  But there may be other
9198         problems.)
9199
9200 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9201
9202         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9203         header name when folding.
9204
9205 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9206
9207         * mm-decode.el (mm-inlined-types): Document relationship with
9208         `mm-inline-media-tests'.
9209         (mm-display-inline): Default to displaying as plain text if no
9210         inlining handler is available.
9211         (mm-inlinable-p): Remove.
9212         (mm-inlined-p): Don't call `mm-inlinable-p'.
9213         (mm-automatic-display-p): Ditto.
9214         (mm-attachment-override-p): Ditto.
9215
9216 2001-07-04  Simon Josefsson  <jas@extundo.com>
9217
9218         * nnimap.el (nnimap-importantize-dormant): New variable.
9219         (nnimap-request-update-info-internal): Use it.
9220         (nnimap-request-set-mark): Ditto.
9221
9222 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9223
9224         * nntp.el (nntp-send-command): don't pass a buffer argument to
9225         `point'. Only XEmacs accepts this.
9226         * nntp.el (nntp-send-command-nodelete): ditto.
9227         * nntp.el (nntp-send-command-and-decode): ditto.
9228
9229 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9230
9231         * nntp.el (nntp-open-connection-function): doc update.
9232         * nntp.el (nntp-pre-command): New.
9233         * nntp.el (nntp-via-rlogin-command): New.
9234         * nntp.el (nntp-via-telnet-command): New.
9235         * nntp.el (nntp-via-telnet-switches): New.
9236         * nntp.el (nntp-via-user-name): New.
9237         * nntp.el (nntp-via-user-password): New.
9238         * nntp.el (nntp-via-address): New.
9239         * nntp.el (nntp-via-envuser): New.
9240         * nntp.el (nntp-via-shell-prompt): New.
9241         * nntp.el (nntp-open-telnet-stream): New.
9242         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9243         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9244         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9245         * nntp.el (nntp-send-command): ditto.
9246         * nntp.el (nntp-send-command-nodelete): ditto.
9247         * nntp.el (nntp-send-command-and-decode): ditto.
9248
9249 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9250         Trivial patch.
9251
9252         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9253         `when'.
9254
9255 2001-07-03  Simon Josefsson  <jas@extundo.com>
9256         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9257
9258         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9259
9260 2001-07-03  Simon Josefsson  <jas@extundo.com>
9261
9262         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9263         remove it (workaround XEmacs `fill-region' bug).
9264
9265 2001-07-01  Simon Josefsson  <jas@extundo.com>
9266
9267         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9268
9269 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9270
9271         * mml2015.el (mml2015-format-error): New function.
9272         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9273         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9274         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9275
9276 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9277
9278         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9279         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9280
9281         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9282         group variables.
9283
9284 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9285
9286         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9287
9288         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9289         (nnrss-save-group-data): Ditto.
9290
9291         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9292
9293 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * message.el (message-do-send-housekeeping): Narrow to headers.
9296
9297 2001-06-24  Simon Josefsson  <jas@extundo.com>
9298
9299         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9300         insertion when breaking lines looked for " \t" instead of "[ \t]".
9301         (rfc2047-encode-message-header): Fold lines even if
9302         no QP encoding is done.
9303
9304 2001-06-23  Simon Josefsson  <jas@extundo.com>
9305         From Samuel Tardieu <sam@inf.enst.fr>
9306
9307         * smime.el (smime-keys): Support additional certificates.
9308         (smime-make-certfiles): New function.
9309         (smime-sign-region): Use previous variables.
9310         (smime-get-certfiles): New function.
9311         (smime-sign-buffer): Use it.
9312         (smime-verify-region): Support both CAfile and CApath.
9313
9314 2001-06-23  Simon Josefsson  <jas@extundo.com>
9315
9316         * smime.el (smime-decrypt-region): Perhaps work.
9317
9318 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9319
9320         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9321
9322 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9323
9324         * mm-decode.el (mm-save-part): Rewrite file name.
9325         (mm-file-name-rewrite-functions): New variable.
9326         (mm-file-name-delete-whitespace): New function.
9327         (mm-file-name-trim-whitespace): New function.
9328         (mm-file-name-collapse-whitespace): New function.
9329         (mm-file-name-replace-whitespace): New variable and function.
9330
9331 2001-06-22  Simon Josefsson  <jas@extundo.com>
9332
9333         * message.el (message-make-date): Workaround locale for weekdays.
9334
9335 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9336
9337         * message.el (message-goto-body): Return nil if not found. (revert!)
9338
9339 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9340         From Fremlin <chief@bandits.org>
9341
9342         * message.el (message-goto-body): Some messages have no header.
9343
9344         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9345
9346 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9347
9348         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9349
9350 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9351
9352         * message.el (message-make-date): Add week day.
9353         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9354
9355 2001-06-19  Simon Josefsson  <jas@extundo.com>
9356
9357         * message.el (message-yank-prefix): Doc fix.
9358         (message-yank-cited-prefix): Ditto.
9359         (message-delete-not-region): Keep citation prefix on first line,
9360         if possible and appropriate.
9361
9362 2001-06-19  Simon Josefsson  <jas@extundo.com>
9363
9364         * imap.el (imap-process-connection-type): New variable.
9365         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9366         recent `imtest's work completely (no line length issues), while
9367         making making old `imtest's unusable.  Thanks to NAGY Andras
9368         <nagya@inf.elte.hu> for his work.
9369
9370 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9371
9372         * imap.el (imap-ssl-program): Add -quiet to shut up
9373         OpenSSL/SSLeay's internal debug talk.
9374
9375 2001-06-19  Matt Armstrong  <matt@lickey.com>
9376
9377         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9378         server.
9379
9380 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9381
9382         * nnmail.el (nnmail-article-buffer): New variable.
9383         (nnmail-split-incoming): Use it.
9384
9385 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9386
9387         * qp.el (quoted-printable-decode-region): If called interactively,
9388         use coding-system-for-read.
9389
9390 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9391
9392         * message.el (message-check-news-header-syntax): Check Reply-To.
9393
9394 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9395
9396         * mml.el (mml-parse-1): Use message options.
9397
9398         * message.el (message-do-fcc): Don't do anything if there is no
9399         FCC.
9400
9401 2001-06-16  Simon Josefsson  <jas@extundo.com>
9402
9403         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9404         (nnimap-expunge-search-string): New variable.
9405         (nnimap-request-expire-articles): Use it.
9406
9407 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9408
9409         * message.el (message-send-mail-with-qmail): wrong exit status is
9410         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9411
9412 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9413
9414         * gnus-art.el (article-strip-multiple-blank-lines): Use
9415         delete-region instead of replace-match.
9416
9417 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9418
9419         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9420         (nnweb-google-wash-article): Ditto.
9421
9422 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9423
9424         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9425
9426 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9429         specs.
9430
9431 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9432
9433         * gnus.el (gnus-email-address): Move it here.
9434
9435         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9436         requested.
9437         (article-de-base64-unreadable): Ditto.
9438         (article-wash-html): Ditto.
9439
9440 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9441
9442         * message.el (message-options-set-recipient): Don't add ", "
9443         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9444
9445 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9446
9447         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9448
9449 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9450
9451         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9452         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9453
9454         * nnrss.el (nnrss-node-text): Node might be nil.
9455
9456 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9457
9458         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9459         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9460
9461         * nnrss.el (nnrss-group-alist): More items.
9462
9463 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9464
9465         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9466
9467 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9468         Trivial patch from Dale Hagglund  <rdh@best.com>
9469
9470         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9471         restrict clauses.
9472
9473 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9474
9475         From Benjamin Rutt <brutt+news@bloomington.in.us>
9476
9477         * message.el (message-wide-reply-confirm-recipients): New variable.
9478
9479 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9480         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9481
9482         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9483         fix so it works with XEmacs.
9484
9485 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9486
9487         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9488         headers.
9489
9490 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9491
9492         * nnrss.el: Fix a few bugs.
9493
9494 2001-06-05  Simon Josefsson  <jas@extundo.com>
9495
9496         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9497         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9498
9499 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9500
9501         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9502         binary so that we don't transmit ISO 2022 garbage to the process.
9503         This is needed under XEmacs.
9504
9505 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9506
9507         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9508         autoloaded incorrectly below because ssl-program-* is bound.)
9509         Thanks to Amos Gouaux for report.
9510
9511 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9512
9513         * imap.el (imap-kerberos4-open):
9514         (imap-gssapi-open):
9515         (imap-ssl-open):
9516         (imap-network-open):
9517         (imap-shell-open):
9518         (imap-starttls-open): Set buffer to workaround spurious
9519         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9520         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9521         Colman <colman@ppllc.com> for report.
9522
9523 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9524
9525         * gnus-sum.el (gnus-summary-catchup): New argument.
9526         (gnus-summary-catchup-from-here): New function.
9527
9528 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9529
9530         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9531         back, then insert glyph.  (Before, the glyph was inserted first,
9532         then the newline.)  This works around a behavior in XEmacs where
9533         it is not possible to insert a character after a glyph which is at
9534         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9535
9536 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9537
9538         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9539
9540         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9541         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9542         mm-destroy-postponed-undisplay-list): New functions.
9543         (mm-display-external): Use them.
9544
9545 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9546
9547         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9548         `default-low' when evaluating `gnus-summary-highlight'.
9549         From Raja R Harinath <harinath@cs.umn.edu>.
9550
9551 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9552
9553         * message.el (message-yank-cited-prefix): New variable.
9554         (message-indent-citation): Use it.
9555
9556         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9557         as details.
9558         (mml2015-mailcrypt-clear-verify): Ditto.
9559
9560 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9561         From Nevin Kapur <nevin@jhu.edu>.
9562
9563         * gnus-sum.el (gnus-summary-default-high-score,
9564         gnus-summary-default-low-score): New variables.
9565         (gnus-summary-highlight): Use them.
9566
9567 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9568
9569         * message.el (message-mail): pass the 'send-actions argument to
9570         `message-setup'.
9571
9572 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9573         From Raymond Scholz <ray-2001@zonix.de>
9574
9575         * gnus-art.el (gnus-mime-view-part-as-charset):
9576         (gnus-mime-internalize-part): Doc fixes.
9577
9578 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9579
9580         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9581         status lines without any text ("^215$").
9582
9583 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9584
9585         * nnrss.el (nnrss-check-group): Reverse.
9586
9587 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9588
9589         * message.el (message-get-reply-headers):
9590         (message-followup): Fix typo, suggested by David Green
9591         <dgreen@uab.edu>
9592
9593 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9594
9595         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9596
9597         * nnrss.el (nnrss-open-server): Read server data when it is called.
9598         (nnrss-request-expire-articles): Fix.
9599
9600 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9601
9602         * message.el (message-do-send-housekeeping): mail-abbrevs may
9603         rename buffer behind Gnus.
9604
9605 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9606
9607         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9608         (nnrss-group-alist): Add more resources.
9609         (nnrss-check-group): Ignore errors.
9610
9611 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9612
9613         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9614
9615         * nnslashdot.el (nnslashdot-request-list): Add time.
9616         (nnslashdot-request-expire-articles): New function.
9617
9618         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9619         secondary methods too.
9620
9621 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9622
9623         * message.el (message-use-followup-to): Set default value to t.
9624
9625 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9626
9627         * message.el (message-dont-reply-to-names): Fix documentation.
9628         (message-get-reply-headers): Use Mail-Followup-To only for wide
9629         replies.
9630
9631 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632
9633         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9634         correctly.
9635         (nnrss-check-group): Use time.
9636
9637 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9638
9639         * gnus.el: Oort Gnus v0.03 is released.
9640
9641 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9644         group.
9645
9646 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9649
9650 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * nnultimate.el (nnultimate-retrieve-headers): Return all
9653         available headers.
9654
9655         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9656         (gnus-get-newsgroup-headers-xover): Use it.
9657
9658 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9661
9662 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9663
9664         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9665
9666 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9667
9668         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9669         disable it.
9670
9671         * gnus.el (gnus-info-nodes): Remove a few The's.
9672
9673 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9674
9675         * mail-source.el (mail-source-movemail): Call-process may return a
9676         signal description string.
9677
9678         * gnus-start.el (gnus-read-newsrc-el-file):
9679         gnus-newsrc-file-version may be nil.
9680
9681         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9682         Suggested by Michael Sperber [Mr. Preprocessor]
9683         <sperber@informatik.uni-tuebingen.de>.
9684
9685 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9686
9687         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9688
9689 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9690
9691         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9692         fontify HANDLE.
9693
9694 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9695
9696         * smime.el (smime-ask-passphrase): Rework to return value.
9697         (smime-sign-region): Rework to bind value and use it.
9698         (smime-decrypt-region): Ditto.
9699
9700 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9701         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9702
9703         * smime.el (smime-ask-passphrase): New function.
9704         (smime-sign-region): Use it.
9705         (smime-encrypt-cipher): New variable.
9706         (smime-decrypt-region): Ditto.
9707
9708 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9709         Committed by Simon Josefsson  <simon@josefsson.org>
9710
9711         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9712         the log.
9713
9714 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9715
9716         * gnus.el: Oort Gnus v0.02 is released.
9717
9718 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9719
9720         * gnus.el: Oort Gnus v0.01 is released.
9721
9722 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9723
9724         * gnus-sum.el (gnus-summary-highlight): Highlight read
9725         undownloaded articles as read articles.
9726
9727         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9728         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9729         articles, even read ones, as such.
9730
9731         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9732         (gnus-find-matching-articles): New function.
9733         (gnus-summary-limit-include-matching-articles): New command.
9734         (gnus-summary-limit-include-thread): Include articles that have
9735         matching subjects.
9736         (gnus-offer-save-summaries): Clean up.
9737
9738 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9739
9740         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9741
9742 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9743         From Jason Merrill <jason_merrill@redhat.com>
9744
9745         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9746
9747 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9748         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9749
9750         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9751         newsgroup names when the original article is a news message.
9752
9753 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9754
9755         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9756         supported. Suggest by Jim Meyering <jim@meyering.net>.
9757
9758 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9759         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9760
9761         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9762         regexp in nnmail-split-fancy.
9763
9764 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9765
9766         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9767
9768 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9769
9770         * message.el (message-send-mail): Improve the interaction with the
9771         user.
9772
9773 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9774
9775         * imap.el (imap-message-copy): Work around buggy servers that
9776         doesn't send TRYCREATE tags.
9777
9778 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9781
9782 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9785         date.
9786
9787 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9790         lives.
9791
9792 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9793
9794         * gnus-art.el (gnus-parse-news-url): New function.
9795         (gnus-button-handle-news): New function.
9796         (gnus-button-alist): Point to new functions.
9797
9798         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9799
9800         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9801         gnus-format-specs.
9802
9803         * message.el (message-check-news-header-syntax): Question even
9804         when Gnus doesn't know the group names.
9805         (message-send-news): Clean up.
9806
9807         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9808         exited on purpose without saving.
9809
9810         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9811
9812 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * gnus-score.el (gnus-score-orphans): Clean up.
9815
9816         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9817
9818         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9819         later.
9820
9821         * gnus-start.el (gnus-close-all-servers): Find the right items to
9822         close.
9823
9824         * qp.el (quoted-printable-decode-region): Just message
9825         malformation; don't quit.
9826
9827 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9828         From Gerd Moellmann <gerd@gnu.org>.
9829
9830         * gnus.el (gnus-interactive): A typo.
9831
9832 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9833         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9834
9835         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9836         `assq-delete-all', if that function exists; otherwise use the old
9837         definition. Documentation changed to match the one in
9838         `assq-delete-all'.
9839
9840 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * gnus-start.el (gnus-close-all-servers): New function.
9843
9844         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9845         (gnus-server-remove-denials): Clean up.
9846
9847         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9848         keystroke.
9849
9850 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * message.el (message-send-news): Message where we are sending.
9853         (message-send-mail): Ditto.
9854
9855         * gnus.el (gnus-server-string): New function.
9856
9857         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9858
9859         * mm-decode.el (mm-default-directory): Customized.
9860         (mm-tmp-directory): Ditto.
9861
9862         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9863         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9864         or Chars.
9865         (gnus-summary-line-format-alist): ?l is now a string.
9866         (gnus-summary-prepare-threads): Output ? for unknown lines.
9867         (gnus-summary-insert-line): Ditto.
9868         (gnus-summary-print-article): Unbalanced parentheses.
9869
9870         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9871         out whether new stuff has arrived.
9872
9873 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9874
9875         * gnus-sum.el: Let printing work on ttys on Emacs.
9876
9877 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9878
9879         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9880         when forcing news.
9881
9882         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9883         command.
9884
9885 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9886
9887         * message.el (message-set-auto-save-file-name): Don't use
9888         asterisks under nt.
9889
9890 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9891
9892         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9893         lists of articles.
9894
9895         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9896
9897         * gnus-msg.el (gnus-put-message): Clean up.
9898         (gnus-summary-reply): Mark all replied-to articles as replied to.
9899         (gnus-inews-add-send-actions): Also mark as forwarded.
9900         (gnus-summary-mail-forward): Mark as forwarded.
9901
9902         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9903         of articles.
9904         (gnus-summary-mark-article-as-forwarded): Ditto.
9905
9906         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9907         forwarded.
9908         (gnus-summary-mail-forward): Clean up.
9909
9910         * gnus.el (gnus-article-mark-lists): Added forward.
9911
9912         * gnus-sum.el (gnus-forwarded-mark): New variable.
9913         (gnus-summary-prepare-threads): Use it.
9914         (gnus-summary-update-secondary-mark): Ditto.
9915         (gnus-newsgroup-forwarded): New variable.
9916
9917 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9918
9919         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9920         (gnus-summary-very-wide-reply): New command and keystroke.
9921         (gnus-summary-very-wide-reply-with-original): Ditto.
9922
9923         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9924         (gnus-score-adaptive): Use it.
9925
9926         * gnus-start.el (gnus-get-unread-articles): Clean up.
9927
9928 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929
9930         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9931         boards.
9932
9933 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9934
9935         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9936         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9937
9938 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9939
9940         * nnultimate.el (nnultimate-retrieve-headers): Understand
9941         long-form month names.
9942
9943 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9944
9945         * gnus-sum.el (gnus-summary-show-all-headers):
9946         gnus-article-show-all-headers is broken. Use
9947         gnus-summary-toggle-header instead.
9948
9949         * mml2015.el (mml2015-gpg-extract-from): No error.
9950
9951 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9952         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9953
9954         * mml2015.el (mml2015-gpg-extract-from): New function.
9955         (mml2015-gpg-verify): Use it.
9956         (mml2015-gpg-clear-verify): Use it.
9957
9958 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9959
9960         * message.el (message-setup-fill-variables): Use
9961         fill-paragraph-function.
9962         (message-fill-paragraph): Take an argument.
9963         (message-newline-and-reformat): Take another argument.
9964
9965 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9966
9967         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9968
9969 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9970
9971         * message.el (message-forward): local-variable-p takes an extra
9972         argument in XEmacs.
9973
9974 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9975
9976         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9977         `nnimap-use-nov-p' (it really tested the negative).
9978         (nnimap-retrieve-headers): Use it.
9979
9980 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9981
9982         * message.el (message-generate-headers-first): Update doc.
9983
9984 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9985         Trivial patch.
9986
9987         * gnus.el (gnus-summary-line-format): Typo.
9988
9989 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9990
9991         * mailcap.el (mailcap-mime-data): Add application/sieve.
9992         (mailcap-mime-extensions): Add .siv, .xls.
9993
9994 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9995         From Christoph Conrad <christoph.conrad@gmx.de>
9996
9997         * gnus-score.el (gnus-summary-lower-thread): Typo.
9998
9999 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10000
10001         * message.el (message-forward-decoded-p): New variable.
10002         (message-forward-subject-author-subject): Use it.
10003         (message-make-forward-subject): Use it.
10004         (message-forward): Use it.
10005
10006         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10007
10008         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10009         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10010
10011 ;;Has been fixed -- zsh.
10012 ;;2001-03-05  Dave Love  <fx@gnu.org>
10013 ;;
10014 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10015 ;;      Move it after definition of mm-coding-system-p.
10016 ;;
10017 2001-03-01  Dave Love  <fx@gnu.org>
10018
10019         * mm-util.el (mm-inhibit-file-name-handlers): Add
10020         image-file-handler.
10021
10022 2001-02-11  Dave Love  <fx@gnu.org>
10023
10024         * message.el (message-signature-file): Fix doc, :type.
10025
10026 2001-02-08  Dave Love  <fx@gnu.org>
10027
10028         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10029         (message-posting-charset): Defvar when compiling again.
10030         (rfc2047-encodable-p): Require message.
10031
10032         * gnus-sum.el (gnus-alter-articles-to-read-function):
10033         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10034
10035 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10036
10037         * nnrss.el: New file.
10038
10039 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10040         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10041
10042         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10043         `skip-chars-forward'.
10044
10045 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10046
10047         * nndraft.el (nndraft-request-group): Restore auto save files if
10048         the original files do not exist.
10049
10050 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10051
10052         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10053         SCORE paths.
10054
10055         * mm-decode.el (mm-dissect-buffer): Call
10056         mail-extract-address-components only if necessary.
10057
10058 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10059
10060         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10061         directory part.
10062         (gnus-score-search-global-directories): Use file-directory-p.
10063
10064         * gnus-score.el (gnus-score-score-files-1): Use
10065         gnus-kill-files-directory.
10066         From Adrian Aichner <adrian@xemacs.org>.
10067
10068 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10069
10070         * gnus.el (charset): Move here from gnus-sum.el.
10071
10072 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10073
10074         * mml.el (mml-preview): Disable local map.
10075
10076         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10077         gnus-article-post-menu here.
10078
10079         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10080         if it has not been made.
10081
10082 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10083
10084         * gnus-art.el (gnus-article-describe-key): Map key to event.
10085         (gnus-article-describe-key-briefly): Ditto
10086
10087 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10088
10089         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10090
10091 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10092         From Katsumi Yamaoka <yamaoka@jpl.org>.
10093
10094         * dgnushack.el (coerce, merge, subseq): defmacro.
10095
10096 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10097
10098         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10099         A fake defalias in nndraft.el results a not-activated bug in
10100         uncompiled versions.
10101
10102 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10103         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10104
10105         * gnus-util.el (gnus-split-references): Handle malformed References:.
10106
10107 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10110
10111 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10112         From NAGY Andras <nagya@inf.elte.hu>.
10113
10114         * gnus.el (gnus-parameters): Typo.
10115
10116 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10117
10118         * gnus.el (gnus-read-method): Remove redundancy.
10119
10120 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10121
10122         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10123         (nnslashdot-request-list): Use it.
10124
10125 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10126
10127         * nnml.el (nnml-generate-active-info): Fix the case when there is
10128         no file.
10129
10130         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10131         (gnus-summary-create-article): New function.
10132
10133         * gnus-group.el (gnus-group-mark-article-read): New function.
10134
10135         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10136
10137         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10138
10139 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10140
10141         * gnus-art.el (gnus-article-edit-done): Don't use
10142         gnus-article-edit-exit.
10143         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10144
10145         * gnus.el (gnus-parameters): New variable.
10146         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10147         (gnus-parameters-get-parameter): New function.
10148         (gnus-group-find-parameter): Use it.
10149
10150 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10151
10152         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10153         change of default value to `current'.
10154
10155 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10156
10157         * nneething.el (nneething-get-head): Insert unreadable file too.
10158
10159 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10160
10161         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10162
10163         * webmail.el (webmail-type-definition): Deja is bought by google.
10164
10165 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10166
10167         * gnus-sum.el (gnus-fetch-headers): New function.
10168         (gnus-select-newsgroup): Use it.
10169         (gnus-summary-insert-articles): New function.
10170         (gnus-summary-insert-old-articles): New function.
10171         (gnus-summary-insert-new-articles): New function.
10172
10173         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10174         (gnus-group-list-active): Ditto.
10175         * gnus-sum.el (gnus-set-mode-line): Ditto.
10176         (gnus-summary-read-group-1): Ditto.
10177
10178 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10179
10180         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10181         current topic.
10182
10183 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10184
10185         * smiley.el (gnus-smiley-display): Don't do widening.
10186
10187         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10188         within body.
10189
10190         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10191
10192         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10193         New variable.
10194         (gnus-mime-display-multipart-related-as-mixed): New variable.
10195         (gnus-mime-display-part): Use them.
10196
10197 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10198
10199         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10200         something special.
10201
10202 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10203
10204         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10205         (nnweb-request-article): Call reference if exists.
10206         (nnweb-type-definition): Dejanews is bought by google.com.
10207         Beta!
10208
10209 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10210
10211         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10212
10213 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10214
10215         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10216         gnus-article-sort-functions.
10217         (gnus-article-sort-functions): Doc fix.  Refer to
10218         gnus-thread-sort-functions.
10219
10220 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10221         From Paul Jarc <prj@po.cwru.edu>.
10222
10223         * message.el (message-get-reply-headers): More fixes.
10224
10225 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10226         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10227
10228         * message.el (message-get-reply-headers): Fix bug with
10229         Mail-Followup-To/to-address interaction.
10230
10231 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10232
10233         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10234         gnus-article-copy.
10235
10236 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10237
10238         * message.el (message-do-send-housekeeping): Rename to a better
10239         name.
10240
10241 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10242
10243         * message.el (message-cancel-news): Check article first, then ask
10244         yes or no.
10245
10246 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10247
10248         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10249
10250 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10251
10252         * gnus-range.el (gnus-range-normalize): New function.
10253
10254 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10255
10256         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10257
10258 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10259
10260         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10261
10262         * nnagent.el (nnagent-request-regenerate): New function.
10263
10264         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10265
10266         * nnml.el (nnml-generate-nov-databases): Accept argument
10267         server. Don't open server if it is opened.
10268         (nnml-request-regenerate): Use it. Change to deffoo.
10269
10270 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10271         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10272
10273         * gnus.el (gnus-define-group-parameter): Fix.
10274
10275 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10276
10277         * gnus.el (gnus-define-group-parameter): Improved.
10278
10279         * gnus-sum.el (charset): Define parameter.
10280         (ignored-charsets): Ditto.
10281         (gnus-summary-setup-default-charset): Use them.
10282
10283         * gnus-start.el (gnus-read-descriptions-file): Use them.
10284
10285         * gnus-cus.el (gnus-group-parameters): Remove them.
10286
10287 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10288
10289         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10290
10291 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10292
10293         * gnus-sum.el (gnus-summary-read-group-1): Remove
10294         gnus-summary-set-local-parameters.
10295         (gnus-summary-setup-buffer): Put it here.
10296
10297 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10298
10299         * gnus.el (to-address): Define parameter.
10300         (to-list): Ditto.
10301         * gnus-art.el (article-hide-boring-headers): Use them.
10302         * gnus-msg.el (gnus-post-news): Ditto.
10303         * gnus-cus.el (gnus-group-parameters): Remove them.
10304
10305 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10306
10307         * gnus-draft.el (gnus-draft-reminder): New function.
10308
10309         * gnus-art.el (gnus-sender-save-name): New function.
10310
10311 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10312
10313         * mm-util.el (mm-mime-charset): Error message.
10314
10315 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10316
10317         * message.el (message-check-news-body-syntax): Don't check mml lines.
10318
10319 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10320
10321         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10322         subscribe.
10323
10324         * gnus-start.el (gnus-call-subscribe-functions): New function.
10325         (gnus-find-new-newsgroups): Use it.
10326         (gnus-ask-server-for-new-groups): Use it.
10327         (gnus-check-first-time-used): Use it.
10328         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10329         (gnus-subscribe-options-newsgroup-method): Ditto.
10330         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10331         return .
10332
10333 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10334
10335         * gnus-cus.el (gnus-score-customize): Doc fix.
10336
10337 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10338
10339         * dgnushack.el (my-getenv): Typo.
10340
10341 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10342
10343         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10344
10345 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10346
10347         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10348
10349         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10350         (gnus-treatment-function-alist): Use it.
10351         (article-remove-leading-whitespace): New function.
10352         (gnus-article-make-menu-bar): Use it.
10353
10354         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10355         remove-leading-whitespace.
10356         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10357         because of conflict.
10358
10359 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10360
10361         * Makefile.in: Hack generating gnus-load.el.
10362         * dgnushack.el: Ditto.
10363         * gnus-load.el: Remove it.
10364
10365 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10366
10367         * dgnushack.el : Add URLDIR.
10368
10369         * Makefile.in (EMACS_COMP): Ditto.
10370
10371 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10372
10373         * gnus-cus.el (gnus-score-customize): Error on no score file.
10374
10375 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10376
10377         * mm-decode.el (mm-merge-handles): New function.
10378
10379         * mm-view.el (mm-inline-message): Use it.
10380         (mm-view-message): Ditto.
10381
10382         * mm-partial.el (mm-inline-partial): Ditto.
10383
10384         * mm-extern.el (mm-inline-external-body): Ditto.
10385
10386         * gnus-art.el (gnus-mime-view-part): Ditto.
10387         (gnus-mime-view-part-as-type): Ditto.
10388         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10389         cases.
10390
10391 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10392
10393         * message.el (message-cancel-news): Allow to shoot foot.
10394         (message-supersede): Ditto.
10395
10396 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10397         Trivial patch.
10398
10399         * gnus-sum.el (gnus-simplify-subject-re): Use
10400         message-subject-re-regexp.
10401
10402 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10403
10404         * nnmail.el (nnmail-expiry-target-group): Bind
10405         nnmail-cache-accepted-message-ids to nil.
10406
10407         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10408         coding system.
10409
10410 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10411
10412         * qp.el (quoted-printable-encode-region): Make sure characters are
10413         between 00 and FF.  Don't check charset.
10414
10415         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10416         in Emacs 20.
10417         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10418
10419 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10420
10421         * message.el (message-make-forward-subject): Argument decoded.
10422         (message-forward): Use it when digest.
10423
10424         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10425         buffer.
10426
10427 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10428
10429         * message.el (message-generate-headers-first): Doc fix.
10430
10431 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10432
10433         * gnus-art.el (article-make-date-line): Error proof.
10434
10435 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10436
10437         * gnus-group.el (gnus-group-listing-limit): New variable.
10438         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10439
10440         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10441
10442 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10443
10444         * message.el (message-newline-and-reformat): Special case for
10445         breaking at BOL.
10446
10447 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10448
10449         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10450         message/rfc822.
10451
10452 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10453
10454         * message.el (message-encode-message-body): Don't insert
10455         Content-Type if it is inside a mail.
10456
10457 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10458
10459         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10460         gnus-article-commands-menu.
10461
10462         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10463         in Emacs.
10464
10465         * gnus-start.el (gnus-read-descriptions-file): Use
10466         gnus-group-name-charset and gnus-group-charset-alist.
10467
10468 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10469
10470         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10471         active region.
10472
10473         * gnus-start.el (gnus-group-change-level): Remove from both
10474         gnus-zombie-list and gnus-killed-list.
10475
10476 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10477
10478         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10479         gnus-subscribe-topics.
10480
10481         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10482
10483 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10484
10485         * gnus-art.el (gnus-article-make-menu-bar): Make
10486         gnus-article-post-menu.
10487
10488         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10489
10490         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10491
10492         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10493
10494         * message.el (message-mode-menu): Ditto.
10495
10496         * gnus-art.el (defvar): eval-when-compile.
10497
10498 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10499
10500         * gnus-agent.el (gnus-agentize): Fix doc.
10501
10502 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10503
10504         * mml.el (mml-preview): Bind `q'.
10505
10506 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507
10508         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10509
10510 2001-01-31  Dave Love  <fx@gnu.org>
10511
10512         * mm-util.el (mm-mime-mule-charset-alist)
10513         (mm-find-mime-charset-region): Consider mule-utf-8.
10514
10515 2001-01-31  Dave Love  <fx@gnu.org>
10516
10517         * gnus-art.el (gnus-article-x-face-command)
10518         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10519         :version.
10520
10521 2001-01-26  Dave Love  <fx@gnu.org>
10522
10523         * mm-util.el (mm-multibyte-string-p): New.
10524
10525 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10526 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10527 ;;      string-as-multibyte on class.  Clarify line-folding.
10528         (quoted-printable-encode-string): Make temp buffer inherit
10529         string's multibyteness.
10530
10531 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10532
10533         * nnheader.el (toplevel): Don't require `gnus-util' at
10534         compile-time; this creates a circular dependency, and prevents
10535         a bootstrap.
10536
10537 2001-01-22  Andreas Schwab  <schwab@suse.de>
10538
10539         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10540
10541 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10542
10543         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10544
10545         * gnus-art.el (article-hide-list-identifiers): Ditto.
10546
10547         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10548
10549 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10550
10551         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10552
10553         * gnus-art.el (article-hide-list-identifiers): Similar.
10554
10555 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10556
10557         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10558
10559 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10560
10561         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10562
10563 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10564
10565         * gnus-util.el (gnus-string-equal): New function.
10566
10567         * gnus-art.el (article-hide-boring-headers): Use it.
10568
10569 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10570
10571         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10572
10573 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10574
10575         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10576
10577 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10580         command if there is not last-saver.
10581
10582 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10583
10584         * nntp.el (nntp-open-connection): 201 is possible.
10585
10586 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10587
10588         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10589         (rfc2047-charset-encoding-alist): Add big5.
10590
10591 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10592
10593         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10594         (gnus-agent-remove-server): Ditto.
10595         (autoload): gnus-server-update-server.
10596
10597         * gnus-srvr.el (gnus-server-line-format): Add %a.
10598         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10599         (gnus-server-insert-server-line): Use it.
10600
10601 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10602
10603         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10604         GB2312 and Big5.
10605
10606 2001-01-24  Simon Josefsson  <sj@extundo.com>
10607
10608         * mail-source.el (mail-sources): Add :program specifier to IMAP
10609         mail source.
10610         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10611
10612 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10613
10614         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10615
10616 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10617
10618         * nntp.el (nntp-wait-for): Return the success code.
10619         (nntp-open-connection): Use it.
10620
10621 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10622
10623         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10624
10625 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10626
10627         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10628
10629 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10630
10631         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10632         argument. Allow to print several articles in one file.
10633
10634 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10635
10636         * webmail.el (webmail-type-definition): netaddress changes.
10637
10638 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10639
10640         * gnus.el: Fix copyright. Remove trailing spaces.
10641
10642         * message.el (message-forward): Use mule4.
10643
10644 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10645
10646         * mm-util.el (mm-string-as-unibyte): New function.
10647
10648         * message.el (message-forward): Use it.
10649
10650 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10651
10652         * message.el (message-cite-original-without-signature): Don't peel
10653         off the blank line.
10654         (message-get-reply-headers): Add Cc if it is not in follow-to.
10655
10656 2001-01-20  Simon Josefsson  <sj@extundo.com>
10657
10658         * mm-decode.el (mm-handle-multipart-from): Add.
10659         (mm-dissect-buffer): Save From: header value.
10660         (mm-security-from): Remove.
10661         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10662
10663         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10664         instead of `mml-security-from'.  Protect null from value.
10665
10666 2001-01-20  Simon Josefsson  <sj@extundo.com>
10667
10668         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10669         application/vnd.ms-excel attachments.
10670
10671 2001-01-19  Simon Josefsson  <sj@extundo.com>
10672
10673         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10674
10675 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10676
10677         * message.el (message-ignored-mail-headers): Ditto.
10678
10679 2001-01-19  Simon Josefsson  <sj@extundo.com>
10680
10681         * message.el (message-ignored-news-headers): Only search beginning
10682         of line.
10683
10684 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10685         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10686
10687         * message.el (message-send-mail): Content-Type may not be there.
10688
10689 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10690
10691         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10692         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10693
10694         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10695         not.
10696
10697 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10698
10699         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10700         non-native groups.
10701
10702 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10703
10704         * message.el (message-yank-original): Understand
10705         universal-argument.
10706
10707 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10708
10709         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10710         (article-hide-boring-headers): Ditto.
10711
10712         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10713
10714 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10715
10716         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10717         one.
10718
10719 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10720
10721         * message.el (message-make-in-reply-to): Add comment to message-id
10722         (old syntax, see 2000-08-02 change).
10723
10724 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10725
10726         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10727         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10728         (gnus-button-reply): Ditto.
10729
10730 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * gnus-art.el (article-display-x-face): Fix.
10733
10734 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10735
10736         * gnus-art.el (article-display-x-face): Use
10737         gnus-original-article-buffer.
10738
10739 2001-01-15  Jack Twilley  <jmt@tbe.net>
10740
10741         * message.el (message-add-header): Move to point-max.
10742
10743 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10744
10745         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10746         nil, improve documentation.
10747         (smime-certificate-directory): Comment out false hints (until it
10748         is implemented).
10749
10750         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10751         there aren't any keys.
10752         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10753         verify certificate.  Default is changed to only check integrity.
10754         Improved security status texts.  If a certificate doesn't contain
10755         a email address, don't fail.
10756
10757         * smime.el (smime-noverify-region):
10758         (smime-noverify-buffer): New functions.  Verifies integrity only.
10759
10760 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10763
10764 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10765
10766         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10767         (gnus-remove-some-windows): Ditto.
10768
10769 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus-art.el (article-make-date-line): 11th.
10772
10773 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10774
10775         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10776         (mml2015-gpg-sign): Ditto.
10777
10778 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10781         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10782
10783 2001-01-08  Dave Love  <fx@gnu.org>
10784
10785         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10786         single character.
10787
10788         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10789
10790         * message.el: Doc and message fixes.
10791         (message-send-rename-function)
10792         (message-make-forward-subject-function)
10793         (message-send-mail-function, message-reply-to-function)
10794         (message-wide-reply-to-function, message-followup-to-function)
10795         (message-distribution-function, message-auto-save-directory): Fix
10796         :type.
10797
10798         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10799         proceeding after warnings.  Amend multipart warning message.
10800
10801 2001-01-04  Dave Love  <fx@gnu.org>
10802
10803         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10804         compiling.
10805         (gnus-make-directory): Require nnmail.
10806
10807         * mm-decode.el (mm-inline-media-tests): Add
10808         image/x-portable-bitmap.
10809         (mm-get-image): Grok pbm.
10810
10811 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10812
10813         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10814
10815 2001-01-09  Didier Verna  <didier@xemacs.org>
10816
10817         * dgnushack.el (dgnushack-compile): give a dummy value to
10818         `gnus-xmas-glyph-directory' for the time of compilation.
10819         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10820         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10821         * gnus-art.el: ditto.
10822         * gnus-group.el: ditto.
10823         * gnus-salt.el: ditto.
10824         * gnus-sum.el: ditto.
10825         * gnus-topic.el: ditto.
10826         * gnus-xmas.el (gnus-xmas-define): see above.
10827         * gnus-xmas.el (gnus-xmas-redefine): see above.
10828         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10829         non-continuable error when the directory can't be found.
10830
10831 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10832
10833         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10834         handle.
10835         * gnus-art.el (gnus-mime-view-part): Copy it.
10836         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10837
10838 2001-01-09  Michael Downes  <mjd@ams.org>
10839
10840         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10841
10842 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10843
10844         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10845         orig-file. Use ',source.
10846
10847 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10848
10849         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10850         (gnus-xmas-group-startup-message):
10851         Detect gnus-xmas-glyph-directory when it is nil.
10852
10853 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10854
10855         * pop3.el (pop3-get-message-count): Andrew Innes
10856         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10857
10858 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10859
10860         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10861
10862         * time-date.el (time-to-number-of-days): New function.
10863
10864 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10865         Trivial patch.
10866
10867         * nnslashdot.el (nnslashdot-request-list): Always get the right
10868         sid.
10869
10870 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * message.el (message-minibuffer-local-map): New keymap.
10873         (message-read-from-minibuffer): Use it.
10874         * gnus-msg.el (gnus-summary-resend-message): Use it
10875
10876 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10877
10878         * gnus-start.el (gnus-display-time-event-handler): New function.
10879         (gnus-after-getting-new-news-hook): Use it.
10880
10881 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10882
10883         * message.el (message-ignored-mail-headers): Add draft header.
10884
10885 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10888         excursion.
10889
10890         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10891
10892 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10893         A revoked patch.
10894
10895         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10896
10897 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10898
10899         * qp.el (quoted-printable-decode-region): Don't backward-char.
10900
10901 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * gnus-draft.el: Mark articles as replied.
10904
10905         * gnus-sum.el (gnus-summary-add-mark): New function.
10906
10907         * gnus-group.el (gnus-add-mark): New function.
10908
10909         * gnus-sum.el (gnus-summary-buffer-name): New function.
10910         (gnus-summary-setup-buffer): Use it.
10911
10912         * gnus-draft.el: Set things up with the right post method and
10913         stuff.
10914
10915         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10916
10917         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10918
10919         * gnus.el (gnus-draft-meta-information-header): New variable.
10920
10921 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10922
10923         * gnus-art.el (gnus-treatment-function-alist): Move the date
10924         functions before the header sorting functions.
10925
10926         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10927
10928         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10929         Don't (push "/usr/share/emacs/site-lisp" load-path).
10930
10931         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10932         to empty fill prefixes.
10933
10934 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10935
10936         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10937         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10938
10939 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10940
10941         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10942
10943         * nnml.el (autoload): Move to nnheader.el.
10944
10945         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10946         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10947         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10948         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10949
10950 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951
10952         * gnus-art.el (article-make-date-line): Get the hours right.
10953         (gnus-ignored-headers): More hiding.
10954
10955         * nnmail.el (nnmail-expiry-wait): Not an integer.
10956
10957         * message.el (message-goto-body): Only expand abbrev when called
10958         interactively.
10959         (message-make-lines): Use it.
10960
10961 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10962
10963         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10964
10965 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966
10967         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10968         include the expunged articles.
10969
10970         * gnus-group.el (gnus-group-sort-by-server): New function.
10971
10972         * gnus.el (gnus-method-to-server-name): New function.
10973         (gnus-group-prefixed-name): Use it.
10974
10975         * gnus-group.el (gnus-group-sort-function): Doc fix.
10976         (gnus-group-sort-groups-by-server): New command.
10977
10978 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * gnus-art.el (gnus-treat-date-english): New variable.
10981         (article-date-english): New command.
10982         (gnus-english-month-names): New variable.
10983         (article-make-date-line): Do 'english.
10984
10985         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10986         after the fill prefix.
10987
10988         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10989         score...".
10990
10991         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10992
10993         * message.el (message-mode-map): Bind comment-region.
10994
10995         * gnus-art.el (gnus-mime-display-part): Let w3 display
10996         multipart/related.
10997
10998         * mm-bodies.el (mm-long-lines-p): New function.
10999         (mm-body-encoding): Use it.
11000         (mm-body-encoding): Encode articles with lines longer than 1000
11001         characters.
11002
11003 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * mm-util.el (mm-enable-multibyte): Use
11006         default-enable-multibyte-characters.
11007         (mm-enable-multibyte-mule4): Ditto.
11008         (mm-disable-multibyte): Test XEmacs.
11009         (mm-disable-multibyte-mule4): Ditto.
11010         (mm-with-unibyte-current-buffer): Simplified.
11011         (mm-with-unibyte-current-buffer-mule4): Ditto.
11012
11013 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11014
11015         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11016
11017         * nnheader.el (nnheader-string-as-multibyte): New alias.
11018
11019         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11020
11021         * gnus-uu.el (gnus-message-process-mark): New function.
11022         (gnus-uu-mark-by-regexp): Use it.
11023         (gnus-new-processable): New function.
11024
11025 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11026          Trivial patch.
11027
11028         * gnus-sum.el (gnus-no-mark): New variable.
11029
11030 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11031
11032         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11033         backslashes.
11034
11035 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11038         definition.
11039
11040 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11041
11042         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11043
11044         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11045         XEmacs.
11046
11047 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11048         Trivial patch.
11049
11050         * mml.el (mml-read-tag): Save tag location.
11051
11052 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11053
11054         * starttls.el: Sync with Emacs 21.
11055
11056 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11057
11058         * message.el (message-mail): Support yank-action.
11059
11060         * message.el (message-setup): Revoke the last change.
11061
11062 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11063
11064         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11065         <jvromans@squirrel.nl>.
11066
11067 2000-12-24  Simon Josefsson  <sj@extundo.com>
11068
11069         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11070         mailing list junk at end of part.
11071
11072 2000-12-23  Simon Josefsson  <sj@extundo.com>
11073
11074         * nnimap.el (nnimap-expiry-target): New function.
11075         (nnimap-request-expire-articles): Use it.
11076
11077 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11078
11079         * gnus.el (gnus-group-parameters-more): New variable.
11080         * gnus-cus.el (gnus-group-customize): Use it.
11081
11082         * gnus.el (gnus-define-group-parameter): New macro.
11083         (auto-expire): Use it
11084         (total-expire): Use it.
11085         * gnus-art.el (banner): Use it.
11086
11087         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11088         <ljz@asfast.com>.
11089
11090 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11091
11092         * gnus-topic.el (gnus-topic-create-topic): Use list.
11093
11094         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11095         before binding gnus-default-article-saver.
11096
11097         * gnus-sum.el (gnus-summary-save-article):
11098         (gnus-summary-pipe-output):
11099         (gnus-summary-save-article-mail):
11100         (gnus-summary-save-article-rmail):
11101         (gnus-summary-save-article-file):
11102         (gnus-summary-write-article-file):
11103         (gnus-summary-save-article-body-file): Ditto.
11104
11105         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11106
11107 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11108
11109         * gnus-art.el (gnus-mime-security-button-map):
11110         (gnus-mime-button-map): Add parent.
11111
11112 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11113
11114         * messagexmas.el (message-xmas-redefine): New function.
11115
11116         * message.el: Use it.
11117
11118         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11119
11120         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11121
11122 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11123
11124         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11125         malformatted messages.
11126
11127 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * mm-util.el (mm-image-load-path): New function.
11130
11131         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11132
11133         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11134
11135         * message.el (message-tool-bar-map): Use it.
11136
11137         * Makefile.in (install-el): New rule.
11138
11139 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-art.el (article-treat-dumbquotes): Quote \.
11142
11143 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11144
11145         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11146         Emacs 20 runs on a terminal.
11147
11148 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11149
11150         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11151
11152         * mml.el (gnus-add-minor-mode): Autoload.
11153
11154         * message.el (message-forward): Save-restriction.
11155
11156 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11157
11158         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11159         Paul Stevenson <p.stevenson@surrey.ac.uk>
11160
11161 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11164
11165         * mml.el (gnus-ems): Don't require.
11166
11167         * gnus.el (gnus-decode-rfc1522): Removed.
11168         (gnus-set-text-properties): Define.
11169
11170 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11171
11172         * gnus-art.el (gnus-mime-*): handle may be nil.
11173
11174         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11175
11176         * gnus.el (gnus-group-remove-excess-properties): Not defined
11177         in gnus-xmas.
11178
11179 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11180
11181         * message.el (message-mail-user-agent): Add :version.
11182
11183 2000-12-21  Miles Bader  <miles@gnu.org>
11184
11185         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11186
11187 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11188
11189         * message.el (message-mail-user-agent): New variable.
11190         (message-setup): Renamed to message-setup-1. Support
11191         mail-user-agent.
11192         (message-mail-user-agent): New function.
11193         (message-mail): Use it.
11194         (message-reply): Use it.
11195         (message-resend): Use it.
11196         (message-mail-other-window): Use it.
11197         (message-mail-other-frame): Use it.
11198
11199         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11200
11201 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11202
11203         * message.el (message-tool-bar-map): Simplify.
11204         (message-narrow-to-head-1): New function.
11205         (message-narrow-to-head): Use it.
11206         (message-reply): Ditto.
11207         (message-cancel-news): Ditto.
11208         (message-supersede): Ditto.
11209         (message-make-forward-subject): Ditto.
11210         (message-bounce): Ditto.
11211
11212 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11213
11214         * uudecode.el (uudecode-decode-region-external): make-temp-file
11215         may not be defined.
11216
11217         * binhex.el (defalias): eval-and-compile.
11218
11219         * message.el (message-tool-bar-map): New function.
11220         (message-mode): Use it.
11221
11222 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11223
11224         * nntp.el (nntp-find-connection): Remove the entry.
11225         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11226
11227 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11230
11231         * message.el (message-forward): Copy buffer in unibyte mode.
11232
11233 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11234
11235         * message.el (message-make-forward-subject): Don't widen. Decode.
11236         (message-forward): Don't decode subject.
11237
11238 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11239
11240         * qp.el (quoted-printable-encode-region): Upcase QP.
11241
11242 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11245         mail-extract-a-c instead. Don't depend on Gnus.
11246
11247         * mml.el (gnus-ems): Require it.
11248
11249         * gnus-msg.el (gnus-summary-mail-forward):
11250
11251         * message.el (message-forward):  Move mime-to-mml here.
11252
11253 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11254
11255         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11256         * gnus-art.el (gnus-insert-mime-button): Simplify.
11257         (gnus-mime-display-alternative): Ditto.
11258         (gnus-insert-mime-security-button): Ditto.
11259
11260 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11261
11262         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11263         text-property-not-all doesn't return nil when start=mark(end).
11264         (gnus-remove-text-properties-when): Ditto.
11265
11266 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11267
11268         * gnus-start.el (gnus-group-change-level): Remove group from
11269         gnus-active-hashtb if real killed.
11270
11271 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11272
11273         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11274         (gnus-mime-display-alternative): Ditto.
11275         (gnus-insert-mime-security-button): Ditto.
11276
11277 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11278
11279         * gnus-start.el (gnus-group-change-level): Don't add it into
11280         killed-list if it was killed.
11281
11282 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11283
11284         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11285         (nnmbox-active-file-coding-system): Ditto.
11286
11287         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11288
11289 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11290
11291         * gnus.el (gnus-version):
11292         (gnus-version-number): Set to Oort Gnus 0.01.
11293
11294         * gnus-art.el (gnus-mime-security-button-map):
11295         (gnus-insert-mime-security-button): Fix for Emacs21.
11296
11297 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11298
11299         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11300         easymenu, because XEmacs doesn't understand :help.
11301
11302         * mm-uu.el: Require binhex.
11303
11304 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11305
11306         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11307
11308 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11309
11310         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11311
11312 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11313
11314         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11315
11316 2000-12-18  Dave Love  <fx@gnu.org>
11317
11318         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11319         (unused).
11320
11321 2000-12-13  Miles Bader  <miles@gnu.org>
11322
11323         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11324         to t, so that we don't get stuck while trying to smilefy
11325         intangible text.
11326
11327 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11328
11329         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11330         at the end of the buffer.
11331         (smiley-region): In the loop, move to the end of the submatch
11332         matching the smiley instead of using the end of the match
11333         of the whole regexp.
11334
11335 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11336
11337         * message.el (message-mode): Doc fix.
11338
11339 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11340
11341         * smiley-ems.el (smiley-region): Doc fix.
11342
11343 2000-12-11  Miles Bader  <miles@gnu.org>
11344
11345         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11346         bottom line visible, check to see if it's partially obscured, and
11347         if so, either scroll one more line to make it fully visible, or
11348         revert to showing the second line from the top.
11349
11350 2000-12-07  Dave Love  <fx@gnu.org>
11351
11352         * mailcap.el (mailcap-download-directory)
11353         * gnus-audio.el (gnus-audio-directory)
11354         * smiley-ems.el (smiley-data-directory): Fix :type.
11355
11356 2000-11-30  Dave Love  <fx@gnu.org>
11357
11358         * message.el (message-auto-save-directory): Use
11359         file-name-as-directory.
11360         (message-set-auto-save-file-name): Create
11361         message-auto-save-directory if necessary.
11362         (message-replace-chars-in-string): Removed -- unused.
11363         (message-mail-alias-type): Customize.
11364         (message-headers): Remove duplicate defgroup.
11365
11366 2000-11-29  Dave Love  <fx@gnu.org>
11367
11368         * qp.el (quoted-printable-decode-region): Use error, not message
11369         to report malformed text (like base64).  Amend message.
11370
11371 2000-11-29  Miles Bader  <miles@gnu.org>
11372
11373         * message.el (message-header-lines): Fontify tag.
11374
11375 2000-11-27  Dave Love  <fx@gnu.org>
11376
11377         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11378         compiler warning.
11379
11380 ;2000-11-26  Dave Love  <fx@gnu.org>
11381 ;
11382 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11383 ;
11384 2000-11-23  Dave Love  <fx@gnu.org>
11385
11386         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11387
11388         * mm-uu.el (uudecode): Require.
11389         (uudecode-decode-region, uudecode-decode-region-external): Don't
11390         autoload.
11391         (mm-uu-copy-to-buffer): Doc fix.
11392         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11393         type fix.
11394
11395         * mailcap.el: Doc fixes.
11396         (mailcap-mime-data): Various adjustments.
11397         (mailcap): New group.
11398         (mailcap-download-directory): Customize.
11399         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11400         (mailcap-temporary-directory): Deleted (unused).
11401         (mailcap-unescape-mime-test): Simplify slightly.
11402         (mailcap-viewer-passes-test): Use functionp.
11403         (mailcap-command-p): Aliased to executable-find.
11404
11405         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11406         default-enable-multibyte-characters is nil.
11407
11408 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11409
11410         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11411
11412 2000-11-21  Dave Love  <fx@gnu.org>
11413
11414         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11415         gnus-article-mode-map.
11416 ;       (gnus-mime-button-menu): Use mouse-set-point.
11417         (gnus-insert-mime-button, gnus-mime-display-alternative)
11418         (gnus-mime-display-alternative): Don't use local-map property.
11419
11420 2000-11-17  Dave Love  <fx@gnu.org>
11421
11422         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11423         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11424         and make-temp-file.
11425         (uudecode-decode-region): Doc fix.
11426
11427 2000-11-14  Dave Love  <fx@gnu.org>
11428
11429         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11430         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11431         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11432         New files, derived from the XPMs.
11433
11434 2000-11-10  Dave Love  <fx@gnu.org>
11435
11436         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11437         (gnus-agent-lib-file, gnus-agent-load-alist)
11438         (gnus-agent-save-alist, gnus-agent-article-name): Use
11439         expand-file-name.
11440
11441         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11442         :version.
11443         (nnkiboze-score-file): Defvar when compiling.
11444
11445         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11446
11447         * gnus-art.el (gnus-article-banner-alist)
11448         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11449         (gnus-article-date-lapsed-new-header)
11450         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11451         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11452         (gnus-treat-strip-headers-in-body)
11453         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11454         (gnus-treat-translate): Add :version.
11455         (gnus-article-mime-part-function): Fix defcustom.
11456
11457         * nnmail.el (nnmail-expiry-target)
11458         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11459         (nnmail-split-header-length-limit): Add :version.
11460
11461         * gnus-sum.el (gnus-auto-expirable-marks)
11462         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11463         (gnus-extra-headers, gnus-ignored-from-addresses)
11464         (gnus-newsgroup-ignored-charsets)
11465         (gnus-group-highlight-words-alist)
11466         (gnus-summary-show-article-charset-alist): Add :version.
11467
11468         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11469         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11470         files, converted from the XPMs.
11471
11472         * gnus-cache.el (gnus-cache-active-file): Don't use
11473         file-name-as-directory on directory.
11474         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11475         use file-name-as-directory on directory.
11476
11477         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11478         (date-to-time): Use it.
11479
11480 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11481 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11482 ;       (message-newline-and-reformat): Likewise.
11483         (message-forward-as-mime, message-forward-ignored-headers)
11484         (message-buffer-naming-style, message-default-charset)
11485         (message-dont-reply-to-names, message-send-mail-partially-limit):
11486         Add :version.
11487
11488         * mm-util.el: Doc fixes.
11489         (mm-mime-charset): Don't use the raw result of
11490         mm-preferred-coding-system.
11491         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11492         (mm-with-unibyte): Simplify.
11493
11494         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11495         concat.
11496
11497         * pop3.el (pop3-version): Deleted.
11498         (pop3-make-date): New function, avoiding message-make-date.
11499         (pop3-munge-message-separator): Use it.
11500
11501 2000-11-09  Dave Love  <fx@gnu.org>
11502
11503         * gnus-group.el (gnus-group-make-directory-group)
11504         (gnus-group-fetch-faq): Use expand-file-name.
11505         (gnus-group-fetch-faq): Simplify completing-read form.
11506
11507         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11508         test for Mule.
11509
11510         * message.el (tool-bar-map): Defvar when compiling.
11511
11512         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11513         (gnus-tm-lisp-directory): Deleted.
11514         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11515         (featurep 'xemacs).
11516         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11517         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11518         version numbers from file names.
11519
11520 2000-11-08  Dave Love  <fx@gnu.org>
11521
11522         * mm-view.el: Use featurep for XEmacs test.
11523         (mm-inline-message): Test for `remove-specifier'; don't use
11524         condition-case.
11525
11526         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11527
11528         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11529         (gnus-score-find-bnews): Don't concat "".
11530
11531         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11532         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11533         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11534         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11535
11536         * gnus-sum.el: Put some defvars in eval-when-compile.
11537         (gnus-summary-mode-hook): Add :options.
11538         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11539         (gnus-summary-tool-bar-map): New variable.
11540         (gnus-summary-make-tool-bar): New function.
11541         (gnus-summary-mode): Put kill-all-local-variables first.
11542
11543         * gnus-group.el (gnus-group-toolbar-map): New variable.
11544         (gnus-group-make-tool-bar): Rewritten.
11545         (gnus-group-mode): Put kill-all-local-variables first.
11546
11547         * rfc2047.el: Require gnus-util.
11548
11549         * nnml.el (gnus-sorted-intersection): Autoload.
11550
11551         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11552         Put some defvars in eval-when-compile.
11553         (gnus-intersection, gnus-sorted-complement):  Autoload.
11554
11555         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11556
11557         * mm-encode.el (mm-body-7-or-8): Autoload.
11558
11559         * mm-decode.el (mm-insert-inline): Autoload.
11560
11561         * mml.el:
11562         * message.el: Put some defvars in eval-when-compile.
11563
11564         * gnus-msg.el: Put some defvars in eval-when-compile.
11565         (gnus-msg-mail): Move after gnus-setup-message.
11566
11567         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11568
11569 2000-11-07  Dave Love  <fx@gnu.org>
11570
11571         * gnus-util.el (nnheader): Don't require message (recursive
11572         autoload).
11573
11574         * uudecode.el: Avoid compiler warnings.
11575
11576         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11577         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11578
11579 2000-11-06  Dave Love  <fx@gnu.org>
11580
11581         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11582
11583         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11584         (uudecode-char-int): New alias, replacing char-int.
11585         (uudecode-decode-region): Don't call buffer-disable-undo.
11586
11587 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11588 ;       (mm-uu-configure-list): Doc fix.
11589 ;
11590 ;       * earcon.el (running-xemacs): Don't define.
11591 ;
11592 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11593 ;
11594 ;       * message.el (message-font-lock-keywords): Match a final newline
11595 ;       to help font-lock's multiline support.
11596 ;
11597 2000-11-03  Dave Love  <fx@gnu.org>
11598
11599         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11600
11601         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11602         name.
11603
11604         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11605         <banner>: Fix custom type, doc.
11606
11607         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11608         name.  Don't disable undo explicitly.
11609
11610 ;2000-11-02  Dave Love  <fx@gnu.org>
11611 ;
11612 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11613 ;       cite-prefix.
11614
11615 2000-11-01  Dave Love  <fx@gnu.org>
11616
11617         * rfc2047.el (base64): Require unconditionally.
11618         (message-posting-charset): Defvar when compiling.
11619         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11620         message.
11621
11622         * gnus-sum.el (nnoo): Require.
11623         (mm-uu-dissect): Autoload.
11624
11625         * mml.el (mml-parse-1): Clarify message.
11626         (mml-minibuffer-read-type): Use mailcap-mime-types.
11627
11628 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11629
11630         * mml.el: Fix a typo in the requiring of CL.
11631
11632 2000-11-01  Dave Love  <fx@gnu.org>
11633
11634         * utf7.el: Require cl when compiling.
11635
11636         * binhex.el: Use (featurep 'xemacs).
11637         (binhex-char-int): New alias, replacing char-int.  Change callers.
11638         (binhex-decode-region): Simplify work buffer code.
11639         (binhex-decode-region-external): Use expand-file-name, not concat.
11640
11641 2000-10-30  Dave Love  <fx@gnu.org>
11642
11643         * gnus-art.el: Fix 2000-10-27 change properly.
11644
11645 2000-10-28  Miles Bader  <miles@gnu.org>
11646
11647         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11648
11649 2000-10-27  Dave Love  <fx@gnu.org>
11650
11651         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11652         strings.
11653         (gnus-group-make-tool-bar): New function.
11654         (gnus-group-mode): Use it.
11655
11656         * message.el (message-mode-menu): Add some :help strings.
11657         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11658         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11659
11660         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11661         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11662         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11663
11664         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11665         display-graphic-p here.
11666
11667 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11668
11669         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11670         of the `gnus-xemacs' variable, as the latter has been removed.
11671         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11672         * gnus-art.el (gnus-treat-display-xface)
11673         (gnus-treat-display-smileys, gnus-treat-display-picons)
11674         (gnus-article-read-summary-keys): Likewise.
11675
11676 2000-10-26  Dave Love  <fx@gnu.org>
11677
11678         (defvar): Use rmail-spool-directory unconditionally.
11679
11680 2000-10-18  Dave Love  <fx@gnu.org>
11681
11682         * mm-bodies.el (mm-uu-decode-function)
11683         (mm-uu-binhex-decode-function): Defvar when compiling.
11684
11685         * gnus-nocem.el (gnus-nocem-issuers): Update.
11686         (gnus-nocem-check-from): New option.
11687         (gnus-nocem-scan-groups): Use it.
11688         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11689         (gnus-nocem-check-article-limit): Add :version.
11690
11691 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11692
11693         * ietf-drums.el (mm-util): Require CL when compiling.
11694
11695 2000-10-15  Dave Love  <fx@gnu.org>
11696
11697         * qp.el: Require mm-util.
11698
11699 2000-10-13  Dave Love  <fx@gnu.org>
11700
11701         * qp.el (quoted-printable-decode-region): Avoid invalid
11702         coding-systems.
11703
11704 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11705
11706         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11707         to a recursive load.
11708
11709 2000-10-12  Dave Love  <fx@gnu.org>
11710
11711         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11712
11713         * gnus.el (gnus-group-startup-message): Check for PBM image.
11714
11715 2000-10-09  Dave Love  <fx@gnu.org>
11716
11717         * mail-source.el (mail-source-fetch-imap): Bind
11718         default-enable-multibyte-characters rather than using
11719         mm-disable-multibyte.
11720
11721 2000-10-05  Dave Love  <fx@gnu.org>
11722
11723         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11724         Autoload.
11725         (quoted-printable-decode-region):  Rename arg which confused
11726         charset with coding-system.  Don't use nonascii-insert-offset.
11727         Coding-system encode the region initially.  Don't recognize `=='
11728         as valid QP.  Coding-system decode the region finally.
11729         (quoted-printable-decode-string): Rename arg which confused
11730         charset with coding-system.
11731
11732         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11733         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11734         mm-encode-coding-region.
11735         (mm-decode-body, mm-decode-string): Rename variables which
11736         confused charset with coding-system.
11737         (binhex-decode-region): Don't autoload.
11738         (mm-body-encoding): Require message.
11739         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11740         cond branches.
11741
11742         * gnus-art.el (article-de-quoted-unreadable)
11743         (article-de-base64-unreadable): Fold search case
11744         rather than downcasing string.  Apply mm-charset-to-coding-system
11745         to arg of quoted-printable-decode-region.
11746
11747 2000-10-04  Dave Love  <fx@gnu.org>
11748
11749         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11750         Require ring when compiling.
11751         (gnus-article-compface-xbm): New variable.
11752
11753 2000-10-04  Dave Love  <fx@gnu.org>
11754
11755         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11756         pbm images.
11757
11758         * frown.pbm, smile.pbm, wry.pbm: New files.
11759
11760         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11761
11762 2000-10-03  Dave Love  <fx@gnu.org>
11763
11764         * mail-source.el (mail-sources): Revert to nil.
11765
11766         * nnmail (nnmail-spool-file): Revert to `((file))'.
11767
11768         * qp.el: Don't require mm-util.
11769         (quoted-printable-decode-region): Rewritten.
11770         (quoted-printable-decode-string, quoted-printable-encode-region):
11771         Doc fix.
11772         (quoted-printable-encode-region): Barf on multibyte characters.
11773         Maybe make the class multibyte.  Upcase chars, not formatted
11774         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11775         (quoted-printable-encode-string): Don't use
11776         mm-with-unibyte-buffer.
11777
11778 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11779
11780         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11781
11782 2000-09-21  Dave Love  <fx@gnu.org>
11783
11784         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11785         (for Emacs 20).  Tidy somewhat.
11786
11787 2000-09-21  Dave Love  <fx@gnu.org>
11788
11789         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11790         image processing.  Rationalize logic somewhat.
11791
11792 2000-09-20  Dave Love  <fx@gnu.org>
11793
11794         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11795         specifically.
11796
11797         * gnus.el (gnus-version-number): Avoid some redundant
11798         autoloads.
11799
11800 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11801
11802         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11803         to XBM; we always have PBM support.
11804
11805 2000-09-14  Dave Love  <fx@gnu.org>
11806
11807         * gnus.el (gnus-charset):
11808         * mm-decode.el (mime-display):
11809         * imap.el (imap) <defgroup>: Add :version.
11810
11811 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11812
11813         * parse-time.el: Fix author's mail address.
11814
11815         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11816         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11817         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11818         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11819         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11820         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11821         * rfc2231.el, uudecode.el: Fix copyright notice.
11822
11823         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11824         require `w3' at load-time only if not running in batch mode.
11825
11826 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827
11828         * gnus.el: Before merge with Emacs21.
11829
11830 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11831
11832         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11833
11834 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11835
11836         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11837         to avoid conflict with the standard `back-to-indentation'
11838         binding.
11839
11840 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11841
11842         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11843
11844         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11845         (mm-disable-multibyte-mule4): Ditto.
11846         (mm-with-unibyte-current-buffer-mule4): Ditto.
11847
11848 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11849
11850         * pop3.el (pop3-movemail): Use binary.
11851         (pop3-movemail-file-coding-system): Removed.
11852
11853 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11854
11855         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11856
11857 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11858
11859         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11860         exists.
11861
11862 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11863
11864         * gnus-msg.el (gnus-post-method): Use backend name when the
11865         address is "".
11866
11867 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11868
11869         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11870         mm-verify-option.
11871         (gnus-treat-x-pgp-sig): Default value.
11872         (gnus-ignored-headers): Redundant.
11873
11874 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11875
11876         * gnus-win.el (gnus-configure-frame): Save selected window.
11877
11878 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11879
11880         * nnmbox.el: Require gnus-range.
11881         (nnmbox-group-building-active-articles): New variable.
11882         (nnmbox-group-active-articles): New variable; this is a cache of
11883         all active articles by group and number.
11884         (nnmbox-in-header-p): New function.
11885         (nnmbox-find-article): New function.
11886         (nnmbox-record-active-article): New function.
11887         (nnmbox-record-deleted-article): New function.
11888         (nnmbox-is-article-active-p): New function.
11889         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11890         (nnmbox-request-article): Ditto.  Also supply extra arg to
11891         nnmbox-article-group-number.
11892         (nnmbox-request-expire-articles): Ditto.
11893         (nnmbox-request-move-article): Ditto.
11894         (nnmbox-request-replace-article): Ditto.
11895         (nnmbox-request-rename-group): Rename group entry in active
11896         article cache.
11897         (nnmbox-delete-mail): Update active article cache, unless article
11898         is being replaced.
11899         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11900         than partially duplicating it.
11901         (nnmbox-article-group-number): Add extra `this-line' arg, to
11902         handle articles belonging to multiple groups.
11903         (nnmbox-save-mail): Update active article cache.
11904         (nnmbox-read-mbox): Build active article cache when loading mbox.
11905         Also do some repair work, if we find articles that are missing the
11906         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11907         reconstruct these from Xref info.
11908
11909 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11910
11911         * mail-source.el (mail-source-report-new-mail): Use
11912         nnheader-run-at-time.
11913
11914 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11915
11916         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11917         an error is thrown, and then rethrow the error.
11918         (mail-source-check-pop): Ditto.
11919         (mail-source-start-idle-timer): Prevent multiple pop checks
11920         running if the check takes a long time.
11921
11922 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11923
11924         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11925         succeed.
11926
11927 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11928
11929         * gnus-win.el (gnus-configure-windows): Make sure
11930         nntp-server-buffer is live.
11931         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11932
11933 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11934
11935         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11936
11937 2000-12-04  Andreas Jaeger  <aj@suse.de>
11938
11939         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11940
11941 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11942
11943         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11944
11945 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11946         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11947
11948         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11949
11950 2000-12-01  Simon Josefsson  <sj@extundo.com>
11951
11952         * mml-smime.el (mml-smime-verify): Fix address parsing.
11953
11954 2000-12-01  Simon Josefsson  <sj@extundo.com>
11955
11956         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11957         more than one certificate inside PKCS#7 blob.  Better security
11958         information (clamed / actual sender, openssl output, certificates
11959         inside message).
11960
11961         * smime.el (smime-verify-region): Output to /dev/null.
11962         (smime-buffer-as-string-region): Don't parse empty lines.
11963
11964 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11965
11966         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11967         ?d and ?D.
11968         (gnus-mime-security-show-details-inline): New variable.
11969         (gnus-mime-security-show-details): Use them.
11970         (gnus-insert-mime-security-button): Ditto.
11971
11972         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11973         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11974         (mml2015-gpg-clear-verify): Ditto.
11975         (mml2015-gpg-decrypt-1): Ditto.
11976         (mml2015-use): Prefer 'gpg.
11977
11978 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11979
11980         * gnus-util.el (gnus-add-text-properties-when): New function.
11981         (gnus-remove-text-properties-when): Ditto.
11982
11983         * gnus-cite.el (gnus-article-hide-citation): Use them.
11984         (gnus-article-toggle-cited-text): Use them.
11985
11986         * gnus-art.el (gnus-signature-toggle): Use them.
11987         (gnus-article-show-hidden-text): Ditto.
11988         (gnus-article-hide-text): Ditto.
11989
11990 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11991
11992         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11993
11994 2000-11-30  Simon Josefsson  <sj@extundo.com>
11995
11996         * smime.el (smime-point-at-eol): New alias.
11997         (smime-buffer-as-string-region): Use it.
11998
11999 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12000
12001         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12002
12003 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12004
12005         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12006
12007         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12008
12009         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12010
12011 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12012
12013         * nnmh.el (nnmh-request-expire-articles): Implemented
12014         expiry-target for nnmh backend.
12015
12016 2000-11-30  Simon Josefsson  <sj@extundo.com>
12017
12018         * mm-decode.el (mm-security-from): New variable.
12019         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12020
12021         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12022         than `from'.
12023
12024 2000-11-30  Simon Josefsson  <sj@extundo.com>
12025
12026         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12027         address match sender address.
12028
12029         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12030
12031         * smime.el (smime-verify-region): Don't copy buffer.
12032         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12033         (smime-pkcs7-region): New function.
12034         (smime-pkcs7-certificates-region): Ditto.
12035         (smime-pkcs7-email-region): Ditto.
12036         (smime-buffer-as-string-region): Ditto.
12037
12038         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12039         buffer.
12040
12041 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12042
12043         * smime.el (smime-decrypt-region): Fix keyfile argument.
12044
12045 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12046
12047         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12048
12049 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12050
12051         * message.el (message-shoot-gnksa-feet): New variable.
12052         (message-gnksa-enable-p): New function.
12053         (message-send): Use it.
12054         (message-check-news-body-syntax): Ditto.
12055
12056 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * message.el (message-make-message-id): Remove the redundancy.
12059
12060 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12061
12062         * message.el (message-setup): Discourage using mc-install-*-mode.
12063
12064         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12065
12066 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12067
12068         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12069
12070 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12071
12072         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12073
12074 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12075
12076         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12077
12078 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12079
12080         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12081         insert-buffer-substring.
12082
12083         * message.el (message-send-mail): Use buffer-substring-no-properties.
12084         (message-send-news): Ditto.
12085
12086 2000-11-22  David Edmondson  <dme@dme.org>
12087
12088         * imap.el (imap-wait-for-tag): Message read info.
12089
12090 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12091
12092         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12093         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12094         (mml2015-gpg-encrypt): Ditto.
12095
12096 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12097
12098         * mm-decode.el (mm-verify-option): Default value.
12099
12100         * mml-sec.el (mml-secure-part): Error message.
12101
12102 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12103
12104         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12105
12106 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12107
12108         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12109
12110 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12111
12112         * gnus-art.el (gnus-article-describe-key): Use prompt.
12113         (gnus-article-describe-key-briefly): Ditto.
12114
12115 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12116
12117         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12118
12119 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12120
12121         * gnus-art.el (gnus-article-describe-key): New function.
12122         (gnus-article-describe-key-briefly): New function.
12123
12124 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12125
12126         * mm-decode.el (mm-decrypt-option): Doc typo.
12127
12128         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12129         return a number.
12130
12131 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12132
12133         * message.el (message-newline-and-reformat): Typo.
12134
12135 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12136
12137         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12138         original-article-buffer exists.
12139
12140         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12141         (rfc2047-header-encoding-alist): Addresses are different from text.
12142         (rfc2047-encode-message-header): Ditto.
12143         (rfc2047-dissect-region): Extra parameter.
12144         (rfc2047-encode-region): Ditto.
12145         (rfc2047-encode-string): Ditto.
12146
12147 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12148
12149         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12150         (mm-uu-pgp-encrypted-extract): Use it.
12151         (mm-uu-pgp-signed-extract-1): New function.
12152         (mm-uu-pgp-signed-extract): Use it.
12153
12154         * gnus-art.el (gnus-mime-display-security): New function.
12155         (gnus-mime-display-part): Use it.
12156         (gnus-mime-security-verify-or-decrypt): New function.
12157         (gnus-mime-security-press-button): New function.
12158         (gnus-insert-mime-security-button): Use it.
12159
12160         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12161         (mm-find-raw-part-by-type): Ditto.
12162         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12163         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12164         (mm-destroy-parts): Kill nested multibyte buffer.
12165
12166         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12167         (mml2015-gpg-verify): Ditto.
12168
12169 2000-11-18  Simon Josefsson  <sj@extundo.com>
12170
12171         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12172         (mml2015-function-alist): Use it.
12173
12174         * mml-sec.el (mml-sign-alist): Update names.
12175         (mml-encrypt-alist): Ditto.
12176         (mml-secure-part-smime-sign): Moved to mml-smime.el
12177         as `mml-smime-sign-query'.
12178         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12179         `mml-smime-get-file-cert'.
12180         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12181         `mml-smime-get-dns-cert'.
12182         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12183         `mml-smime-encrypt-query'.
12184         (mml-smime-sign-buffer): Use mml-smime-sign.
12185         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12186
12187         * mml-smime.el (mml-smime-sign): New function.
12188         (mml-smime-encrypt):
12189         (mml-smime-sign-query):
12190         (mml-smime-get-file-cert):
12191         (mml-smime-get-dns-cert):
12192         (mml-smime-encrypt-query): Moved from mml-sec.el.
12193
12194 2000-11-16  Simon Josefsson  <sj@extundo.com>
12195
12196         * mml2015.el (mml2015-gpg-clear-verify): New function.
12197         (mml2015-function-alist): Add it.
12198
12199 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12200
12201         * message.el (message-setup-fill-variables): Use
12202         message-cite-prefix-regexp.
12203         (message-newline-and-reformat): Check the end of citation, leading
12204         WSP, break in the cite prefix.
12205         (message-fill-paragraph): New function.
12206
12207 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * lpath.el: Shut up.
12210
12211 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12212
12213         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12214         raw 8-bit in headers in dk.* newsgroups.
12215
12216 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12217
12218         * message.el (message-newline-and-reformat): Match extra WSPs.
12219
12220 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12221
12222         * mml.el (mml-generate-mime-1): Ignore ascii.
12223
12224 2000-11-16 Justin Sheehy  <justin@iago.org>
12225
12226         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12227
12228 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12229
12230         * message.el (message-cite-prefix-regexp): Prefix should not end
12231         at space.
12232
12233 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12234
12235         * message.el (message-mode-syntax-table): Add - as a word
12236         constituent as in articles.
12237         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12238         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12239         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12240
12241 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12242
12243         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12244
12245 2000-11-12  David Edmondson  <dme@dme.org>
12246
12247         * message.el (message-font-lock-keywords): use
12248         message-cite-prefix-regexp.
12249
12250 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12251
12252         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12253         Stein Arild Str\e,Ax\e(Bmme.
12254         (gnus-group-jump-to-group): Use it.
12255         (gnus-group-jump-to-group-prompt): Customize.
12256
12257 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12258
12259         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12260
12261 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12262
12263         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12264         incompatible.
12265         (mml2015-mailcrypt-sign): Ditto.
12266
12267 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12268
12269         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12270         group is open.
12271
12272 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12273
12274         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12275         nnvirtual articles.
12276         (gnus-backlog-request-article): Don't request nnvirtual articles.
12277
12278 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12279
12280         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12281         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12282
12283 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12284
12285         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12286         * mml.el (mml-generate-mime-1): Use charset attribute.
12287         * mm-bodies.el (mm-encode-body): Add parameter charset.
12288         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12289
12290 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12291
12292         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12293         (mml2015-mailcrypt-clear-decrypt): Ditto.
12294         (mml2015-mailcrypt-verify): Ditto.
12295         (mml2015-mailcrypt-clear-verify): Ditto.
12296         (mml2015-gpg-verify): Ditto.
12297
12298 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12299
12300         * smime.el (smime-openssl-program): Test the existence of openssl.
12301         * mml-smime.el: Require mm-decode.
12302         (mml-smime-verify-test): New function.
12303         * mm-decode.el (mm-verify-function-alist): Use it.
12304
12305 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12306
12307         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12308         anyway.
12309
12310 2000-11-13  Simon Josefsson  <sj@extundo.com>
12311
12312         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12313         verification doesn't work.
12314
12315 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12316
12317         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12318         (gnus-inews-do-gcc): Use it.
12319
12320 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12321
12322         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12323         leading space.
12324         * mm-extern.el (mm-inline-external-body): Report error when no
12325         access-type.
12326
12327 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12328
12329         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12330
12331 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12332
12333         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12334
12335 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12336
12337         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12338         as multipart/mixed.
12339
12340 2000-11-12  David Edmondson  <dme@dme.org>
12341
12342         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12343         and replace `.' with `\w' to allow for different syntax tables
12344         (from Vladimir Volovich).
12345         * message.el (message-newline-and-reformat): use
12346         `message-cite-prefix-regexp'.
12347         * gnus-cite.el (gnus-supercite-regexp): use
12348         `message-cite-prefix-regexp'.
12349         * gnus-cite.el (gnus-cite-parse): use
12350         `message-cite-prefix-regexp'.
12351
12352 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12353
12354         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12355         PGP SIGNATURE.  Escape leading "-"'s.
12356         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12357
12358 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12359
12360         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12361
12362 2000-11-11  Simon Josefsson  <sj@extundo.com>
12363
12364         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12365
12366         * smime.el (smime-details-buffer): New variable.
12367         (smime-sign-region):
12368         (smime-encrypt-region):
12369         (smime-verify-region):
12370         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12371
12372         * mml-smime.el (mml-smime-verify): Support security info.
12373
12374 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12375
12376         * mm-decode.el (mm-verify-option): Set default to nil.
12377         (mm-decrypt-option): Ditto.
12378         * gnus-art.el (article-verify-x-pgp-sig): New function.
12379
12380 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12381
12382         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12383         preferred part.
12384
12385 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12386
12387         * gnus-sum.el (gnus-move-split-methods): Say that
12388         `gnus-split-methods' uses file names, whereas this uses group
12389         names.  (Report from Nevin Kapur)
12390
12391 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12392
12393         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12394
12395 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12396
12397         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12398         (nnheader-directory-articles): Use it.
12399         (nnheader-article-to-file-alist): Ditto.
12400
12401 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12402
12403         * rfc2047.el (rfc2047-pad-base64): New function.
12404         (rfc2047-decode): Use it.
12405
12406 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12407
12408         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12409         select method.
12410
12411 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12412
12413         * mml2015.el (mml2015-gpg-decrypt-1):
12414         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12415
12416 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12417
12418         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12419
12420 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12421
12422         * pop3.el (pop3-munge-message-separator): A message may have an
12423         empty body.
12424
12425 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12426
12427         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12428         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12429         (mm-uu-pgp-signed-extract): Use coding-system.
12430
12431 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12432
12433         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12434         (gnus-insert-mime-security-button): New function.
12435         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12436         * mml2015.el:  Add security info when verify or decrypt.
12437         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12438         (mm-uu-pgp-encrypted-extract): Ditto.
12439
12440 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12441
12442         * mm-decode.el (mm-display-parts): New function.
12443         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12444
12445 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12446
12447         * gnus-mlspl.el: Documentation tweaks.
12448
12449 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12450
12451         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12452         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12453         argument.
12454
12455 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12456
12457         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12458
12459 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12460
12461         * gnus-art.el (gnus-article-encrypt): New function.
12462         (gnus-article-encrypt-protocol-alist): New variable.
12463         (gnus-article-encrypt-protocol): New variable.
12464         * mml2015.el (mml2015-self-encrypt): New function.
12465         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12466
12467 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12468
12469         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12470         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12471         let mailcap do it.
12472         * mml2015.el: Remove snarf code.
12473         * mm-decode.el: Remove snarf code.
12474
12475 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12476
12477         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12478         (mml-insert-mime): Understand gnus-decoded.
12479         (mime-to-mml): New parameter handles.
12480         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12481         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12482
12483 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12484
12485         * mm-decode.el (mime-security): New group.
12486         (mm-verify-function-alist): Add test function.
12487         (mm-decrypt-function-alist): Ditto.
12488         (mm-snarf-option): Set default value as nil.
12489         (mm-find-part-by-type): Recursive parameter.
12490         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12491         * mml2015.el: Support draft-ietf-openpgp-multsig.
12492
12493 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12494
12495         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12496         (gnus-article-view-part-as-charset): New function.
12497
12498 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12499
12500         * mm-decode.el (mm-verify-option): Default value.
12501         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12502
12503 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12504
12505         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12506
12507 2000-11-05  Simon Josefsson  <sj@extundo.com>
12508
12509         * mml-smime.el (mml-smime-verify): Work in original multipart
12510         buffert.
12511
12512         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12513         (mm-handle-multipart-ctl-parameter): Ditto.
12514         (mm-alist-to-plist): New function.
12515         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12516         for multiparts.
12517         (mm-destroy-parts): Destroy multipart buffert.
12518         (mm-remove-part): Ditto.
12519
12520         * mml-smime.el (mml-smime-sign): Not used.
12521         (mml-smime-encrypt): Ditto.
12522
12523         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12524
12525         Verify S/MIME signature support.
12526
12527         * mm-decode.el (mm-inline-media-tests): Add
12528         application/{x-,}pkcs7-signature.
12529         (mm-inlined-types): Ditto.
12530         (mm-automatic-display): Ditto.
12531         (mm-verify-function-alist): Ditto.  Add name of method.
12532         (mm-decrypt-function-alist): Add name of method.
12533         (mm-find-part-by-type): Add documentation.
12534         (mm-possibly-verify-or-decrypt): Use new format of
12535         mm-{verify,decrypt}-function-alist.  Use method names.
12536
12537         * mml-smime.el (mml-smime-verify): New function.
12538
12539 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12540
12541         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12542
12543 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12544
12545         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12546         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12547         * mm-decode.el (mm-snarf-option): New variable.
12548
12549 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12550
12551         * mm-util.el (mm-subst-char-in-string): New function.
12552         (mm-replace-chars-in-string): Use it.
12553         * message.el (message-replace-chars-in-string): Use it.
12554         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12555         * gnus-mh.el (mh-lib-progs): Shut up.
12556
12557 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12558
12559         * base64.el, md5.el: Moved to contrib directory.
12560
12561 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12562
12563         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12564         the last article when search.
12565
12566 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12567
12568         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12569         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12570
12571 2000-09-29  David Edmondson  <dme@thus.net>
12572
12573         * message.el (message-newline-and-reformat): Typo.
12574
12575 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12576
12577         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12578
12579 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12580
12581         * nntp.el (nntp-decode-text): Delete bogus status lines.
12582
12583 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12584
12585         * message.el (message-font-lock-keywords): Match a final newline
12586         to help font-lock's multiline support.
12587
12588 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12589
12590         * nnoo.el (nnoo-set): New function.
12591
12592 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12593
12594         * gpg.el, gpg-ring.el: Moved to contrib directory.
12595
12596 2000-11-04  Simon Josefsson  <sj@extundo.com>
12597
12598         * nnimap.el (nnimap-split-inbox): Typo.
12599
12600 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12601
12602         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12603
12604 2000-11-03  Simon Josefsson  <sj@extundo.com>
12605
12606         * rfc2231.el (rfc2231-parse-qp-string): New function.
12607         (require): rfc2047.
12608
12609         * mail-parse.el (mail-header-parse-content-type):
12610         (mail-header-parse-content-disposition): Support invalid QP
12611         encoded strings, by using `rfc2231-parse-qp-string'.
12612
12613 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12614
12615         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12616         (rfc2231-decode-encoded-string): Typo "> X 1".
12617         (rfc2231-encode-string): Insert the name of charset.
12618         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12619
12620 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12621
12622         * mm-decode.el (mm-save-part): Return the filename.
12623         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12624         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12625         (gnus-mime-action-alist): Use it.
12626         (gnus-mime-button-commands): Use it.
12627         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12628         (mm-inline-external-body): unwind-protect.
12629
12630 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12631
12632         * gnus-art.el (gnus-insert-mime-button): Show url.
12633
12634 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12635
12636         * mml.el (mml-generate-mime-1): Support external url.
12637         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12638
12639 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12640
12641         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12642         * mm-decode.el (mm-display-external): Ditto.
12643         * mm-extern.el: New file.
12644         * mm-decode.el (mm-inline-media-tests): Hook it up.
12645         (mm-inlined-types): Inline message/external-body.
12646
12647 2000-11-02  Simon Josefsson  <sj@extundo.com>
12648
12649         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12650
12651         * message.el (message-get-reply-headers): Better handling when
12652         Mail-Followup-To is very large.
12653
12654 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12655
12656         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12657         * gnus-art.el (gnus-article-edit-done):
12658         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12659         counting code here.
12660         * gnus-msg.el (gnus-setup-message): Remove a hack.
12661
12662 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12663
12664         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12665         (gnus-summary-mode): Make them local variables.
12666         (gnus-set-global-variables): Globalize them.
12667         (gnus-summary-exit): Kill them.
12668
12669 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12670
12671         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12672         word.
12673
12674 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12675
12676         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12677         gnus-article-wash-types.
12678         * gnus-art.el (gnus-article-wash-status): Use them.
12679
12680 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12681
12682         * mml.el (mml-read-tag): Remove spaces and LF.
12683
12684 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12685
12686         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12687         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12688
12689 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12690
12691         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12692
12693 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12694
12695         * gnus-sum.el (gnus-article-charset): New variable.
12696         (gnus-summary-display-article): Set it.
12697         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12698         * gnus-art.el (gnus-article-mode): Make it local variable.
12699
12700 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12701
12702         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12703
12704 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12705
12706         * nnwfm.el: New file.
12707
12708         * nnweb.el (nnweb-replace-in-string): New function.
12709
12710 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12711
12712         * mml2015.el: Wrap gpg.el.
12713         * gpg.el (gpg-verify): The last argument of apply is a list.
12714         (gpg-encrypt): Add passphrase as a parameter.
12715
12716 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12717
12718         * gpg.el: New file.
12719         * gpg-ring.el: New file.
12720
12721 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12722
12723         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12724
12725 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12728         double-quote characters.
12729         (gnus-summary-prepare-threads): Ditto.
12730
12731 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12732
12733         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12734         * mml.el (mml-read-tag): Don't skip the leading space.
12735         * lpath.el (font-lock-set-defaults): Shut up.
12736
12737 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12738
12739         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12740
12741 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12742
12743         * qp.el (quoted-printable-encode-region): Replace leading - when
12744         ultra safe.
12745         * mml.el (mml-generate-mime-postprocess-function): Removed.
12746         (mml-postprocess-alist): Removed.
12747         (mml-generate-mime-1): Use ultra-safe when sign.
12748         * mml2015.el (mml2015-fix-micalg): Uppercase.
12749         (mml2015-verify): Insert LF.
12750         (mml2015-mailcrypt-sign): Downcase; search backward.
12751
12752 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12753
12754         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12755         restrictive.
12756         (nnultimate-table-regexp): New variable.
12757         (nnultimate-forum-table-p): Use it.
12758
12759 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12760         Trivial patch.
12761
12762         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12763
12764 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12765
12766         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12767         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12768
12769 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12770
12771         * mml2015.el: Shut up.
12772
12773 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12774
12775         * gnus.el (gnus-server-browse-hashtb): Removed.
12776         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12777         (gnus-group-insert-group-line-info): Use simplified method.
12778         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12779
12780 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12781
12782         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12783         moved here.
12784         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12785         * gnus-group.el (gnus-group-prepare-flat): Use it.
12786         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12787
12788 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12789
12790         * mml.el (mml-mode): Show menu in XEmacs.
12791
12792 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12793
12794         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12795         (gnus-server-read-server-in-server-buffer): New function.
12796         (gnus-browse-foreign-server): Browse in group buffer.
12797         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12798         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12799         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12800         * gnus.el (gnus-server-browse-hashtb): New variable.
12801
12802 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12803
12804         * nnfolder.el (nnfolder-open-nov): Use group.
12805
12806 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12807
12808         * nnfolder.el: Add NOV. Set version to 2.0.
12809         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12810
12811 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12812
12813         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12814
12815 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12816
12817         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12818         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12819
12820 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12821
12822         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12823
12824 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12825
12826         * mm-decode.el (mm-verify-function-alist): New variable.
12827         (mm-verify-option): New variable.
12828         (mm-decrypt-function-alist): Ditto.
12829         (mm-decrypt-option): Ditto.
12830         (mm-find-raw-part-by-type): New function.
12831         (mm-possibly-verify-or-decrypt): New function.
12832         (mm-dissect-multipart): Use it.
12833         * mml2015.el (mml2015-fix-micalg): New function.
12834         (mml2015-decrypt): Use new interface.
12835         (mml2015-verify):  Use new interface.
12836         (mml2015-setup): Make it bogus.
12837
12838 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12839
12840         * mml.el (mml-generate-mime-postprocess-function): Set to
12841         mml-postprocess.
12842         (autoload): Autoload mml2015 and mml-smime.
12843         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12844         * mml2015.el (mml2015-encrypt): New function.
12845         (mml2015-sign): New function.
12846         (mml2015-encrypt-function): New variable.
12847         (mml2015-sign-function): New variable.
12848         (mml2015-mailcrypt-encrypt): Use message-recipients.
12849         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12850         * mml-smime.el (mml-smime-setup): Ditto.
12851
12852 2000-10-28  Simon Josefsson  <sj@extundo.com>
12853
12854         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12855         Communigate Pro 3.3.1 server.
12856
12857         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12858         in buffers.
12859         (mml-secure-dns-server): Removed.
12860         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12861         write certificates to files.
12862
12863         * smime.el (smime-dns-server): New variable.
12864         (smime-mail-to-domain):
12865         (smime-cert-by-dns): New functions.
12866
12867         * dig.el: New file.
12868
12869 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12870
12871         * message.el (message-options): New variable.
12872         (message-options-set-recipient): New function.
12873         (message-send): Use them.
12874         * gnus-int.el (gnus-request-replace-article): Use them.
12875         (gnus-request-accept-article): Ditto.
12876         * mml.el (mml-preview): Use them.
12877         * gnus-sum.el (gnus-summary-edit-article): Use them.
12878
12879         * message.el (message-options-get): New function.
12880         (message-options-get): New function.
12881         * rfc2047.el (rfc2047-encode-message-header): Use them.
12882         * mm-bodies.el (mm-encode-body): Use them.
12883
12884 2000-10-28  Simon Josefsson  <sj@extundo.com>
12885
12886         * nnimap.el (nnimap-retrieve-which-headers):
12887         (nnimap-request-article-part): Quote message-id.
12888
12889         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12890         (smime-CA-file): New variable.
12891         (smime-call-openssl-region): Don't error.
12892         (smime-sign-region): Return result value.
12893         (smime-encrypt-region): Ditto.
12894         (smime-verify-region): New function.
12895         (smime-decrypt-region): Ditto.
12896         (smime-verify-buffer): Ditto.
12897         (smime-decrypt-buffer): Ditto.
12898
12899         * mml.el: Require mml-sec.
12900         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12901         (mml-mode-map): Add "sign" and "encrypt" maps.
12902         (mml-menu): Add security menu.
12903         (mml-preview): Use generate-new-buffer.
12904
12905         * mml-sec.el: New file.
12906
12907 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12908
12909         * mm-decode.el (mm-find-part-by-type): Move it here.
12910         * mml.el (mml-postprocess): Move it here.
12911         (mml-postprocess-alist): Move it here. Merge them.
12912
12913 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12914
12915         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12916         unencoded stuff in the header.
12917
12918 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12919
12920         * gnus-group.el (gnus-group-listed-groups): New variable.
12921         (gnus-group-list-option): New variable.
12922         (gnus-group-list-limit-map): New keymap.
12923         (gnus-group-list-flush-map): New keymap.
12924         (gnus-group-list-plus-map): New keymap.
12925         (gnus-group-prepare-logic): New function.
12926         (gnus-group-prepare-flat): Merge with
12927         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12928         (gnus-group-prepare-flat-list-dead): Ditto.
12929         (gnus-group-list-matching): Use gnus-group-prepare-function.
12930         (gnus-group-list-dormant): Ditto.
12931         (gnus-group-list-cached): Ditto.
12932         (gnus-group-listed-groups): New function.
12933         (gnus-group-list-limit): New function.
12934         (gnus-group-list-flush): New function.
12935         (gnus-group-list-plus): New function.
12936         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12937         (gnus-topic-prepare-topic): Ditto.
12938
12939 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12940
12941         * message.el (message-insert-to, message-get-reply-headers):
12942         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12943
12944 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12945
12946         * mml2015.el: New file.
12947         * smime.el: New file.
12948         * mml-smime.el: New file.
12949
12950 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12951
12952         * ChangeLog: Moved to ChangeLog.1.
12953
12954     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12955   Copying and distribution of this file, with or without modification,
12956   are permitted provided the copyright notice and this notice are preserved.
12957
12958 ;; Local Variables:
12959 ;; coding: iso-2022-7bit
12960 ;; End: