2003-02-13 Michael Shields <shields@msrl.com>
[gnus] / lisp / ChangeLog
1 2003-02-13  Michael Shields  <shields@msrl.com>
2
3         * gnus-cite.el
4         (gnus-cite-attribution-suffix, gnus-cite-parse):
5         Better handling for Microsoft citation styles.
6         (gnus-unsightly-citation-regexp): New.
7
8 2003-02-12  Michael Shields  <shields@msrl.com>
9
10         * gnus-art.el (article-strip-banner): Strip both per-group and
11         per-user-address banners.
12         (article-really-strip-banner): New.
13
14 2003-02-12  Michael Shields  <shields@msrl.com>
15
16         * gnus-sum.el (gnus-article-goto-next-page,
17         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
18         relying on the summary bindings of `n' and `p'.
19
20 2003-02-12  Michael Shields  <shields@msrl.com>
21
22         * gnus-art.el (gnus-article-only-boring-p): New.
23         (gnus-article-skip-boring): New.
24         * gnus-cite.el (gnus-article-boring-faces): New.
25         * gnus-sum.el (gnus-summary-next-page): Use
26         gnus-article-only-boring-p.
27
28 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
29
30         * spam.el (spam-mark-spam-as-expired-and-move-routine)
31         (spam-ham-move-routine): unmark all articles before marking those
32         of interest and calling gnus-summary-move-article
33
34 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
35
36         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
37         logically the complement of gnus-get-buffer-create and
38         gnus-add-buffer.
39
40         * gnus-util.el (gnus-kill-buffer): do.
41
42         * nnmail.el: Autoload gnus-kill-buffer.
43
44 2002-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
45
46         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
47         gnus-summary-goto-subject as gnus-summary-update-mark operates on
48         the current LINE.
49         (gnus-agent-summary-fetch-group): Minimized the number of times
50         that the article is updated in the buffer.
51         
52 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * spam.el (spam-ham-move-routine): use the process-mark instead of
55         gnus-current-article when moving articles
56         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
57
58 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
61         (gnus-topic-catchup-articles): Ditto.
62         (gnus-topic-mark-topic): Reverse recursive logic.
63
64 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
65
66         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
67         gnus-refer-thread-limit is t.
68
69 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
70
71         * mm-util.el (mm-mule-charset-to-mime-charset): Use
72         sort-coding-systems to prefer utf-8 over utf-16.
73
74 2002-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
75
76         * gnus-agent.el (gnus-agent-expire-days):
77         gnus-request-move-article depends on gnus-agent-expire to clean up
78         the cache after moving the article.  Therefore, g-a-e-d can NOT
79         default to nil or can gnus-agent-expire be disabled by doing so.
80         If you don't want to run gnus-agent-expire, don't call it.
81         (gnus-agent-expire): The broken test to disable gnus-agent-expire
82         when g-a-e-d was NOT nil was removed.
83         (gnus-agent-article-name): Removed unnecessary input test as
84         article IDs are always strings.
85         (gnus-agent-regenerate-group): Added check to protect against
86         servers that generate absurdly long article IDs.  Valid IDs are
87         less than 10 digits to avoid overflow errors.  Fixed logic error
88         when ensuring that the final article ID is present in the new
89         alist.
90         
91 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
94         next line after finding the parent.
95
96 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * gnus.el (gnus-version-number): Bumped.
99
100 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
101
102         * gnus.el: Oort Gnus v0.15 is released.
103
104 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
105
106         * nnmail.el (nnmail-split-it): If a message ends up matching the
107           same mailbox more than once, it will cause duplicates to appear
108           in the mailbox.
109
110 2003-02-08  Simon Josefsson  <jas@extundo.com>
111
112         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
113         code that only worked under Emacs.
114
115         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
116         Das <satyaki@chicory.stanford.edu>.
117
118 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
119
120         * gnus-art.el (gnus-article-refer-article): Use
121         gnus-replace-in-string.
122
123         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
124         (gnus-remove-duplicates): do.
125
126 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
127
128         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
129         (gnus-request-scan): set
130         gnus-internal-registry-spool-current-method to gnus-command-method
131         before a request-scan operation
132
133         * gnus-registry.el (regtest-nnmail): use
134         gnus-internal-registry-spool-current-method
135
136         
137
138 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * mail-source.el (mail-source-fetch): Typo fix.
141
142 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
143
144         * nnmail.el (nnmail-spool-hook): new hook
145         (nnmail-cache-insert): call nnmail-spool-hook
146
147         * gnus-registry.el: new file with examples of using the hooks
148
149         * gnus.el (gnus-registry): added registry customization group
150         (gnus-group-prefixed-name): improve function to return full group
151         name optionally
152         (gnus-group-guess-prefixed-name): shortcut to
153         gnus-group-prefixed-name, using just the group name
154         (gnus-group-full-name): always get a group's full name
155         (gnus-group-guess-full-name): shortcut, using just the group name
156
157         * gnus-sum.el (gnus-summary-article-move-hook) 
158         (gnus-summary-article-delete-hook) 
159         (gnus-summary-article-expire-hook): new hooks
160         (gnus-summary-move-article, gnus-summary-expire-articles) 
161         (gnus-summary-delete-article): invoke the new hooks
162
163 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
164
165         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
166           from message-ID
167
168 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
169
170         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
171
172 2003-02-07  John Paul Wallington  <jpw@gnu.org>
173
174         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
175         (mm-write-region, mm-detect-coding-region): Doc fixes.
176
177 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * mail-source.el (mail-source-fetch): Ignore errors.
180         (mail-source-ignore-errors): New variable.
181
182         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
183         articles. 
184
185         * gnus-msg.el (gnus-version-expose-system): Change default.
186
187 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
188
189         * gnus-msg.el (gnus-version-expose-system): New variable.
190
191 2003-02-07  Simon Josefsson  <jas@extundo.com>
192
193         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
194         patch from deskpot@myrealbox.com (Vasily Korytov).
195
196 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * gnus-art.el (article-display-face): Get the Face header from
199         the current buffer.
200
201 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * gnus-art.el (gnus-mime-view-part-internally): Bind
204         buffer-read-only to nil.
205
206 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
209         from g-a-e-1 to g-a-e-2.
210
211 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
212
213         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
214         of bbdb-search-simple, use spam-use-BBDB-exclusive
215         (spam-check-whitelist): use spam-use-whitelist-exclusive
216         (spam-use-whitelist-exclusive): new variable affecting
217         spam-use-whitelist
218         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
219
220 2003-02-05  Simon Josefsson  <jas@extundo.com>
221
222         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
223         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
224         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
225         (gnus-agent-expire-1): New.
226         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
227         (gnus-agent-expire-2): New.
228
229 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
230
231         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
232         "delete-if" is misleading because it isn't actually destructive.
233
234         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
235         
236         * nnmail.el (nnmail-purge-split-history): do.
237
238         * gnus-win.el (gnus-get-buffer-window): do.
239         
240         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
241         let-binding.
242         (gnus-simplify-all-whitespace): do.
243
244 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * gnus-delay.el (gnus-delay-article): Fix binding of the
247         nndraft:delayed group.
248
249 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
250
251         * gnus.el (spam group parameters): change 'other to 'const in
252         the group parameter definitions to soothe XEmacs
253
254 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
255
256         * gnus-delay.el (gnus-delay-article): Really create
257         nndraft:delayed group if it doesn't exist.
258
259 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
260
261         * gnus-sum.el (gnus-summary-search-article): Speed up by
262         disabling various visual features while searching.
263         (gnus-summary-recenter): Test gnus-auto-center-summary first.
264
265 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
266
267         * spam.el (spam-list-of-checks): Don't quote nil and t in
268         docstrings.  From the elisp manual:
269
270            When a documentation string refers to a Lisp symbol, write
271            it [..] with single-quotes around it.  [..] There are two
272            exceptions: write t and nil without single-quotes.
273
274         * messcompat.el (message-from-style): do.
275
276         * message.el (message-send-mail): do.
277
278         * gnus-util.el (gnus-use-byte-compile): do.
279
280         * gnus-score.el (gnus-score-lower-thread): do.
281
282         * gnus-int.el (gnus-server-unopen-status): do.
283
284         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
285         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
286
287         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
288         (gnus-group-parameters): do.
289
290         * gnus-art.el (gnus-article-mime-match-handle-function): do.
291
292         * mm-decode.el (mm-text-html-renderer): do.
293
294 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * nnheader.el (nnheader-directory-separator-character): Change the
297         way to compute the dafault value.
298
299 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
300
301         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
302         (gnus-button-alist): Fix regexp for describe-key.
303         (gnus-button-handle-describe-function)
304         (gnus-button-handle-describe-variable)
305         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
306         (gnus-button-handle-apropos-variable)
307         (gnus-button-handle-apropos-documentation): Docstring fix.
308
309         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
310
311 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
314         to nil.
315
316         * nnmail.el: Removed gnus-util autoload.
317
318         * gnus.el: Use gnus-prin1-to-string throughout.
319
320         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
321         print-level. 
322
323         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
324         (gnus-treat-display-grey-xface): Removed.
325
326         * gnus-fun.el (gnus-grab-cam-face): New.
327         (gnus-convert-image-to-gray-x-face): Removed.
328         (gnus-convert-gray-x-face-to-xpm): removed.
329         (gnus-convert-gray-x-face-region): Removed.
330         (gnus-grab-gray-x-face): Removed.
331
332         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
333
334 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
335
336         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
337         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
338         bound.
339
340         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
341
342 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
343
344         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
345         Remove -- these are bogus options which are never used.
346
347 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
348
349         * gnus-art.el (gnus-article-mode): Use summary tool bar.
350
351 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
352
353         * spam.el (spam-check-blackholes) 
354         (spam-blackhole-good-server-regex): new variable to skip some IPs
355         when checking blackholes; use it
356         (spam-check-bogofilter-headers) 
357         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
358         case more X-Bogosity is used than just "Yes/No"
359         (spam-ham-move-routine): semi-fixed, only first article is
360         properly moved now
361
362 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
363
364         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
365         as well.
366         
367         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
368         
369         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
370         
371         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
372         
373         * gnus-bcklg.el (gnus-backlog-shutdown): do.
374         
375         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
376
377 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-fun.el (gnus-face-encode): New function.
380         (gnus-convert-png-to-face): Use it.
381
382         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
383
384 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
385
386         * mm-decode.el (mm-dissection-list): Remove.
387         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
388         only used in mm-remove-all-parts.
389         (mm-remove-all-parts): Remove it, it's never called.
390
391 2003-01-25  Simon Josefsson  <jas@extundo.com>
392
393         * gnus-group.el (gnus-group-make-group): Report errors.
394
395         * nnimap.el (nnimap-request-create-group): Ditto.
396
397         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
398
399         * sieve.el (sieve-upload): Fix error printing.
400
401         * mm-encode.el (mm-qp-or-base64): Always QP iff
402         mm-use-ultra-safe-encoding and cleartext PGP.
403
404         * gnus-sum.el (gnus-summary-select-article): Inhibit
405         redisplay (mainly for secured messages).
406
407         * nnmail.el (nnmail-article-group): Copy body too (but don't
408         process it).
409
410 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
411
412         * gnus-art.el (gnus-article-setup-buffer): Reset
413         gnus-button-marker-list.
414
415 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * nntp.el (nntp-read-timeout): Default to using a second delay
418         under Microsoft Windows.
419
420 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * nnheader.el (nnheader-directory-separator-character): New
423         variable. 
424
425 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
426
427         * gnus-agent.el (gnus-agent-max-fetch-size)
428         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
429         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
430         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
431         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
432         (gnus-agent-braid-nov, gnus-agent-load-alist)
433         (gnus-agent-article-alist-save-format)
434         (gnus-agent-read-agentview, gnus-agent-save-alist)
435         (gnus-agent-fetch-group-1, gnus-agent-expire)
436         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
437         (gnus-agent-regenerate-group): Reformat to keep under eighty
438         columns.  Reword docstrings so that first line is under eighty
439         chars and a complete sentence.  Still need to work on the rear
440         end of the file, in particular gnus-agent-expire.       
441
442 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * gnus-agent.el (gnus-agentize): Indent.
445
446         * gnus.el (gnus-version-number): Bumped.
447
448 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
449
450         * gnus.el: Oort Gnus v0.14 is released.
451
452 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
453
454         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
455         before beginning.  Tiny patch from Mark Thomas
456         <swoon@bellatlantic.net>.
457
458 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
459
460         * spam.el (spam-check-blackholes, spam-split) 
461         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
462         gnus-message calls to show to users what spam.el is doing
463
464 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
465
466         * gnus-msg.el (gnus-message-replysign)
467         (gnus-message-replyencrypt): Fix typo.
468
469 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
472         details. 
473
474 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
475
476         * gnus-art.el (gnus-article-press-button): let* -> let.
477         (gnus-mime-security-show-details): Cleaned up.
478         (gnus-mime-security-press-button): Save excursion.
479         (gnus-insert-mime-security-button): Clean up.
480
481         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
482
483         * gnus-async.el (gnus-async-wait-for-article): Don't use a
484         timeout. 
485
486         * nntp.el (nntp-accept-process-output): Removed timeout. 
487         (nntp-read-timeout): New variable.
488         (nntp-accept-process-output): Use it.
489
490         * gnus-sum.el (gnus-data-find-list): Remove *.
491
492 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
493
494         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
495         introduced on 2002-01-22.
496         (gnus-summary-first-unseen-or-unread-subject): Ditto.
497
498 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
499
500         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
501         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
502         checks of incoming mail based on simple header regexp matching
503
504 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
505
506         * gnus-sum.el (gnus-spam-mark): set to `$'
507
508 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
509
510         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
511         gnus-newsgroup-unfetched, the list of articles whose headers have
512         not been fetched from the server.
513
514         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
515         parameter as it never worked due to a bug.  Added check to prevent
516         selection of any article in the gnus-newsgroup-unfetched list.
517         (gnus-summary-find-prev): Added check to prevent selection of any
518         article in the gnus-newsgroup-unfetched list.
519         (gnus-summary-first-subject): Documented API. Modified
520         implementation so that constraints are handled independently.
521         Added check to prevent selection of any article in the
522         gnus-newsgroup-unfetched list.
523         (gnus-summary-first-unseen-subject): Updated parameters in
524         gnus-summary-first-subject call to match new API.
525         (gnus-summary-first-unseen-or-unread-subject): Ditto.
526         (gnus-summary-catchup): Do not mark unfetched articles as read.
527         
528 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
529
530         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
531         make-obsolete-variable allows only two arguments in XEmacs and
532         Emacs 20.
533
534         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
535         gnus-article-hide-pgp.
536         (gnus-summary-make-menu-bar): do.
537
538         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
539         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
540         gnus-article-hide-pgp.
541         (article-hide-pgp): Remove.
542         (gnus-article-hide): Remove gnus-article-hide-pgp.
543
544         * gnus.el: Remove gnus-article-hide-pgp
545
546 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * message.el (message-required-headers): Doc fix.
549
550 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
551
552         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
553         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
554         option to make ifile a purely binary classifier
555
556 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
559         (mml-secure-encrypt-pgpmime): Removed double.
560
561         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
562         debugging statements.
563
564 2003-01-21  Andreas Fuchs  <asf@void.at>
565
566         * mml-sec.el (mml-sign-alist): Added pgpauto.
567
568 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * gnus.el (gnus-version-number): Bumped version number.
571
572 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
573
574         * gnus.el: Oort Gnus v0.13 is released.
575
576 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * gnus-art.el (gnus-button-url-regexp): Removed |.
579
580         * message.el (message-send-hook): Doc fix.
581
582         * gnus-win.el (gnus-buffer-configuration): Display article
583         instead of article-copy when `reply'.
584
585 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
586
587         * gnus.el (gnus-format): Change customize group to gnus.
588         (gnus-cache): Add link.
589         (gnus-group-charter-alist): Fix docstring.
590
591 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
592
593         * mailcap.el (mailcap-print-command): lpr-command might be
594         unbound in XEmacs.
595
596 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
597
598         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
599
600         * gnus-sum.el (gnus-summary-update-article-line): Fixed
601         calculation of net characters added for use in the gnus-data
602         structure.
603         
604 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
605
606         * nnmail.el (nnmail-process-unix-mail-format): Improve error
607         message.  Suggested by Jari Aalto.
608
609 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
612         (gnus-article-reply-with-original): Ditto.
613
614         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
615         read articles don't become unread.
616
617 2003-01-17  Simon Josefsson  <jas@extundo.com>
618
619         * gnus-fun.el (gnus-x-face-from-file): 
620         (gnus-face-from-file): Suggest image format in minibuffer prompt.
621
622         * gnus-fun.el (gnus-convert-image-to-x-face-command)
623         (gnus-convert-image-to-face-command): Doc fix.
624
625 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
628
629 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
630
631         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
632         avoid encoding problems.
633
634         * mailcap.el (mailcap-ps-command): New variable.
635         (mailcap-mime-data): Add print entry where applicable.  Use
636         pdftotext on a tty.
637
638 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
639
640         * gnus-sum.el (gnus-alter-header-function): Add type and group.
641
642 2003-01-16  Simon Josefsson  <jas@extundo.com>
643
644         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
645         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
646         (gnus-face-from-file): Doc fix; don't mention image format.
647
648 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
649
650         * spam.el (spam-get-article-as-filename): new function (unused for now)
651         (spam-get-article-as-buffer): new function
652         (spam-get-article-as-string): use spam-get-article-as-buffer
653         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
654
655 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
656  
657         * gnus-agent.el: Don't use `path'.
658         From the GNU coding standards:
659         
660             Please do not use the term ``pathname'' that is used in Unix
661             documentation; use ``file name'' (two words) instead.  We use
662             the term ``path'' only for search paths, which are lists of
663             directory names.
664
665         * nnsoup.el (nnsoup-file-name): Ditto.
666  
667         * nnmail.el (nnmail-pathname-coding-system): Ditto.
668         (nnmail-group-pathname): Ditto.
669  
670         * nnimap.el (nnimap-group-overview-filename): Ditto.
671  
672         * nnheader.el (nnheader-pathname-coding-system): Ditto.
673         (nnheader-group-pathname): Ditto.
674  
675         * nnfolder.el (nnfolder-group-pathname): Ditto.
676  
677         * gnus.el (gnus-home-directory): Ditto.
678  
679         * gnus-group.el (gnus-group-icon-list): Ditto.
680  
681 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
682
683         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
684
685         * message.el (message-mode-menu): Use it.
686         (message-mode-menu): Deactivate "Yank Original" if there's no
687         reply buffer.
688
689         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
690
691         * message.el (message-mark-active-p): New function.
692
693 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
694
695         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
696         (spam-bogofilter-database-directory): new variables
697         (spam-check-bogofilter-headers, spam-check-bogofilter) 
698         (spam-bogofilter-register-with-bogofilter) 
699         (spam-bogofilter-register-spam-routine) 
700         (spam-bogofilter-register-ham-routine) 
701         (spam-group-ham-processor-bogofilter-p): new functions for the new
702         Bogofilter interface
703         (spam-summary-prepare-exit): use the new Bogofilter functions
704         (spam-list-of-checks): added spam-use-bogofilter-headers
705         (spam-bogofilter-score): rewrote function
706         (spam-check-bogofilter): optional score parameter, uses
707         spam-check-bogofilter-headers better
708         (spam-check-bogofilter-headers): optional score parameter
709
710         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
711         default, in the gnus-start customization group.  Used to disable
712         the spam-*/ham-* parameters.
713         (gnus-group-ham-exit-processor-bogofilter): new ham processor
714
715 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
716
717         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
718         XEmacs.
719
720         * gnus-ems.el (gnus-mark-active-p): do.
721
722 2003-01-15  Kevin Ryde  <user42@zip.com.au>
723
724         * gnus.texi (Using MIME): Mention auto-compression-mode with
725         gnus-mime-copy-part.
726
727 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * message.el (message-send): Don't warn about duplicates when
730         superseding. 
731
732 2003-01-15  Simon Josefsson  <jas@extundo.com>
733
734         * nnimap.el (nnimap-split-download-body): New variable.
735         (nnimap-split-articles): Use it.
736
737 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
738
739         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
740         integrity checker was incorrectly flagging, and removing, articles
741         whose article number was negative.
742         (gnus-agent-fetch-group-1): When executed in the group's summary
743         buffer, refresh each downloaded line to update the status flag and
744         font.  Preserve the value of gnus-newsgroup-headers so that
745         gnus-agent-fetch-articles can split the requests by size.
746         (gnus-agent-expire): Corrected day calculation for when
747         gnus-agent-expire-days contains a list.
748
749 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
752
753 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
754
755         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
756           /usr/bin/play as default player. 
757           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
758
759 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
762         articles to be marked as well.
763
764 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
765         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
766         fictious headers generated by nnagent (ie. Undownloaded Article
767         ####) in the list of articles that have not been downloaded.
768         
769         * gnus-int.el (): Added require declarations to resolve
770         compile-time warnings.
771         (gnus-open-server): If the server status is set to offline,
772         recursively execute gnus-open-server to open the offline backend
773         (e.g. nnagent).
774
775 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
776
777         * gnus-art.el (gnus-article-reply-with-original): Use
778         gnus-mark-active-p.
779         (gnus-article-followup-with-original): do.
780
781 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
782
783         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
784
785 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
786
787         * gnus-score.el (gnus-score-edit-file-at-point): New function.
788         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
789
790 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
791
792         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
793         (gnus-face-from-file): Ditto.
794
795 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus-sum.el (gnus-articles-to-read): Don't just apply
798         gnus-alter-articles-to-read-function to the unread articles. 
799
800 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
801
802         * deuglify.el (gnus-article-outlook-unwrap-lines)
803         (gnus-article-outlook-repair-attribution)
804         (gnus-article-outlook-rearrange-citation): New function names,
805         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
806         doc-string.
807
808         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
809         removed `W k' key binding (use `W Y f' instead).
810         (gnus-summary-make-menu-bar): Use new function names.
811
812 2003-01-13  Simon Josefsson  <jas@extundo.com>
813
814         * gnus-fun.el (gnus-random-x-face): Doc fix.
815         (gnus-insert-random-x-face-header): New function.
816
817 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
818
819         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
820         mark is not active.
821
822         * gnus-msg.el (gnus-inews-do-gcc): Comment.
823
824         * gnus-ems.el (gnus-mark-active-p): New function.
825
826         * gnus-group.el (gnus-topic-mode-p): New function.
827         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
828         Deactivate items if mark is not active.
829
830 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus.el (gnus-version-number): Bumped version.
833         (gnus-summary-line-format): Doc fix.
834
835 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
836
837         * gnus.el: Oort Gnus v0.12 is released.
838
839 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * mail-source.el (mail-sources): Removed autoload to make it
842         compile under XEmacs.
843
844 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
845
846         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
847         regexp or a function too.
848         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
849         confirmation even if the original article is mail.
850
851 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
854         articles to be marked when not yanking.
855
856 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
857
858         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
859         
860 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-fun.el (gnus-face-from-file): Autoload.
863
864         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
865         errors.
866
867 2003-01-12  Simon Josefsson  <jas@extundo.com>
868
869         * sieve.el (sieve-upload-and-bury): New.  Suggested by
870         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
871
872         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
873         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
874
875 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
878         in every string.
879
880         * gnus.el (gnus-version-number): Bumped version number.
881
882 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
883
884         * gnus.el: Oort Gnus v0.11 is released.
885
886 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
887
888         * message.el (message-fetch-reply-field): Narrow to headers.
889
890         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
891         if Gnus isn't alive.
892
893 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
894
895         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
896         marks from articles that are already stored in the agent.
897         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
898         backup copy of an invalid .overview file for later analysis.
899         
900 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
901
902         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
903         exit work with two frames.
904
905 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
906
907         * message.el (message-forward-make-body): Use mule4.
908
909 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * message.el (message-mode-map): Move wide-reply command.
912
913 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
914
915         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
916         castellano.
917         (gnus-outlook-display-hook): New variable.
918         (gnus-outlook-display-article-buffer): New function.
919         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
920         (gnus-outlook-deuglify-article): Made them interactive and added
921         optional arg.  Use `g-o-d-a-b'.
922         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
923
924         * gnus-sum.el: Added autoloads.
925         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
926         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
927
928 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus-art.el (gnus-display-mime): Use the mime emulation
931         variable. 
932
933         * gnus-sum.el (gnus-article-emulate-mime): New variable.
934
935         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
936         newsrc-alist is initialized properly.
937
938         * mail-source.el (mail-sources): Autoload.
939
940         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
941         nil.
942
943         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
944         insert two newlines.
945
946         * message.el (message-check-news-header-syntax): Compute the
947         header length correctly.
948
949 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
950
951         * gnus-agent.el (gnus-agent-expire): Do not remove article from
952         alist when keeping fetched article file.
953         (gnus-agent-retrieve-headers): When parsing response for article
954         numbers, use the same algorithm as gnus-agent-braid-nov to protect
955         against garbage in the server's response.
956
957         * gnus-int.el (gnus-request-expire-articles,
958         gnus-request-move-article): Only expire when the group's server
959         has been agentized.
960
961 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
964         errors when deleting overlays.
965
966         * gnus-score.el (gnus-score-followup): Allow tracing.
967
968         * gnus-art.el (gnus-treat-display-face): New variable.
969         (article-display-face): New command.
970
971         * gnus-fun.el (gnus-face-from-file): New function.
972         (gnus-convert-face-to-png): Ditto.
973
974         * gnus-art.el (gnus-ignored-headers): Added Face.
975
976 2003-01-10  Simon Josefsson  <jas@extundo.com>
977
978         * nndraft.el (nndraft-request-group): Avoid crash in
979         directory-files when draft directory doesn't exists.
980
981         * gnus-sum.el (gnus-select-article-hook): Add :option.
982
983 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
984
985         * spam.el (spam-use-stat): new variable
986         (spam-group-spam-processor-stat-p) 
987         (spam-group-ham-processor-stat-p): new convenience functions
988         (spam-summary-prepare-exit): add spam/ham processors to sequence
989         (spam-list-of-checks): add spam-use-stat to list of checks
990         (spam-split): conditionally load the spam-stat tables
991         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
992         spam-check-ifile): new functions
993
994         * spam-stat.el (spam-stat): typo fix
995         (spam-stat-install-hooks): new variable
996         (spam-stat-split-fancy-spam-group): added documentation clarification
997         (spam-stat-split-fancy-spam-threshhold): new variable
998         (spam-stat-install-hooks): make hooks conditional
999         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1000
1001         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1002         spam-stat ham/spam processor symbols
1003
1004 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1007         file exists.
1008
1009 2003-01-10  Simon Josefsson  <jas@extundo.com>
1010
1011         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1012         undownloaded/downloadable only when unplugged.
1013
1014 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1015
1016         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1017
1018 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1019
1020         * spam.el (spam-check-ifile): fixed call-process-region to use the
1021         db parameter only if it's set
1022         (spam-ifile-register-with-ifile): ditto
1023
1024 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1025
1026         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1027         spam-stat-nbad before creating the hash table.
1028         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1029         Changed copyright statement to FSF.
1030
1031 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1032
1033         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1034         processable articles as read.
1035         (gnus-agent-summary-fetch-series): Remove processable and
1036         downloadable marks on all downloaded articles in the series.
1037
1038         * nntp.el (nntp-report): Throw error after reporting the problem.
1039         (nntp-accept-process-output): Corrected error check to report an
1040         error when the process is nil.
1041
1042 2003-01-09  Simon Josefsson  <jas@extundo.com>
1043
1044         * message.el (message-tool-bar-map): Add preview.
1045
1046 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1047
1048         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1049         previewing.
1050
1051 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1052
1053         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1054         bug when the (n+1)th article to be added to a group has a smaller
1055         number than the n articles already added.
1056
1057 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1058
1059         * message.el (message-mode-field-menu): Use backquote.
1060
1061 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1062
1063         * spam.el: fixed the BBDB autoloads again, using
1064         bbdb-search-simple now (which is not a macro, thank god)
1065
1066         * lpath.el (bbdb-search): removed function from maybe-fbind list
1067
1068         * gnus.el (ham-process-destination): added new parameter for
1069         destination of ham articles found in spam groups at summary exit
1070
1071         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1072         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1073         (spam-ifile-database-path): added new parameter for ifile's database
1074         (spam-move-spam-nonspam-groups-only): new parameter to determine
1075         if spam should be moved from all groups or only some
1076         (spam-summary-prepare-exit): fixed logic to use
1077         spam-move-spam-nonspam-groups-only when deciding to invoke
1078         spam-mark-spam-as-expired-and-move-routine; always invoke that
1079         routine after the spam has been expired-or-moved in case there's
1080         some spam left over; use spam-ham-move-routine in spam groups
1081         (spam-ham-move-routine): new function to move ham articles to the
1082         ham-process-destinations group parameter
1083
1084 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1087
1088         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1089         gnus-summary-update-article-line.
1090
1091 2003-01-08  Simon Josefsson  <jas@extundo.com>
1092
1093         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1094         not successful.
1095
1096 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1099
1100 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1101
1102         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1103         logic, finally
1104
1105 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1108         (gnus-parse-format): Change to %~.
1109
1110         * message.el (message-generate-headers): Don't generate optional
1111         empty headers.
1112
1113 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1114
1115         * message.el (message-cross-post-default)
1116         (message-cross-post-note-function, message-shoot-gnksa-feet)
1117         (message-strip-subject-trailing-was, message-change-subject)
1118         (message-mark-insert-file, message-cross-post-followup-to)
1119         (message-cross-post-followup-to, message-mode-map)
1120         (message-generate-unsubscribed-mail-followup-to)
1121         (message-make-mail-followup-to): Minor changes to doc-strings and
1122         error messages.  Updated copyright line.
1123
1124         * message.el (message-make-mail-followup-to,
1125         message-generate-unsubscribed-mail-followup-to): New function
1126         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1127         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1128         names.
1129
1130         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1131         (mml-preview-insert-mft): Removed function name.
1132         (mml-preview): Use new function names.
1133
1134         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1135
1136         * message.el (message-mode-field-menu): Moved header related
1137         commands from "Message" to "Field" menu.
1138
1139 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1140
1141         * message.el (message-generate-headers-first): Added customization
1142         if variable is a list.
1143
1144 2003-01-07  Michael Shields  <shields@msrl.com>
1145
1146         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1147         where the last line of the article is the last line of the window.
1148
1149 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus-msg.el (gnus-debug): Use ignore-errors.
1152
1153         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1154         `gnus-summary-update-line'.
1155
1156 2003-01-08  Simon Josefsson  <jas@extundo.com>
1157
1158         * gnus-art.el (gnus-unbuttonized-mime-types)
1159         (gnus-buttonized-mime-types): Doc fix.
1160
1161 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1162
1163         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1164
1165 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1166
1167         * nnrss.el (nnrss-group-alist): Add and clear up.
1168
1169 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1170
1171         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1172
1173         * lpath.el (bbdb-search): added BBDB functions for a better way to
1174         fix missing functions
1175
1176         * spam.el (spam-check-ifile): if should be an unless
1177
1178         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1179         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1180         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1181
1182 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1185         gnus-summary-refer-thread to thread menu.
1186
1187 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1188
1189         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1190         summary buffer, articles that cannot be fetched are marked as
1191         canceled.
1192
1193         * nntp.el (nntp-with-open-group): The quit signal handler must
1194         propagate the quit signal to the next outer handler so that the
1195         caller knows that the request aborted abnormally.
1196
1197 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1198
1199         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1200         (spam-ifile-register-spam-routine)
1201         (spam-ifile-register-ham-routine): added ifile functionality that
1202         does not use ifile-gnus.el to classify and register articles
1203         (spam-get-article-as-string): convenience function
1204         (spam-summary-prepare-exit): added ifile spam and ham registration
1205         (spam-ifile-all-categories, spam-ifile-spam-category)
1206         (spam-ifile-path, spam-ifile): added customization options
1207
1208         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1209         exit processor
1210         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1211         list of choices
1212
1213 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * gnus-score.el (gnus-score-followup): Also score immediate
1216         followups.
1217
1218 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1221
1222 2003-01-07  Simon Josefsson  <jas@extundo.com>
1223
1224         * message.el (message-mode-menu): Fix receipt balloon help.
1225
1226 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1227
1228         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1229         always be interpreted as news.
1230
1231 2003-01-07  Simon Josefsson  <jas@extundo.com>
1232
1233         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1234         gnus-sieve-script, instead of the global variable
1235         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1236         <sb@dod.no>.
1237
1238 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1239
1240         * gnus.el: Renamed gnus-summary-*-uncached-face as
1241         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1242         the cache.
1243
1244         * gnus-sum.el: Ditto.
1245
1246 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1247
1248         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1249         in either the group or summary buffer.
1250         New command "JS", in summary buffer, will fetch articles per the
1251         group's category, predicate, and processable flags.
1252         (gnus-agent-summary-fetch-series): Rewritten to call
1253         gnus-agent-session-fetch-group once with all articles in the
1254         series.
1255         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1256         return list of fetched articles.
1257         (gnus-agent-fetch-articles): Split fetch list into sublists such
1258         that the article buffer is only slightly larger than
1259         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1260         the group's article alist is saved.
1261         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1262         longer result in the agent trying to fetch an article.
1263         (gnus-agent-fetch-group-1): Can now be called in either the group
1264         or summary buffer.  Removed the max-fetch-size code that I added
1265         on 2002-12-13 as that capability is now part of
1266         gnus-agent-fetch-articles.  Added code to update summary buffer.
1267         When called in the group buffer, articles that can not be fetched
1268         are AUTOMATICALLY MARKED AS READ.
1269
1270         * gnus-sum.el (): Modified eval-when-compile to minimize
1271         misleading compilation warnings.
1272         (gnus-update-summary-mark-positions): Changed code to use
1273         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1274
1275         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1276         empty file as the parser assumes that the file isn't empty.
1277
1278         * nntp.el (nntp-send-string): The process-send-string call can,
1279         because it performs I/O on the process, change the process' state
1280         from open to closed.  If this happens, call nntp-report
1281         immediately to report the broken connection.
1282         (nntp-report): Rewritten to avoid needing a global variable to
1283         determine the appropriate course of action.  Instead, two function
1284         implementations are provided and the nntp-report function value is
1285         bound to the appropriate implementation.
1286         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1287         (nntp-with-open-group): Now binds nntp-report's function cell
1288         rather than binding gnus-with-open-group-first-pass.  Added a
1289         condition-case to detect a quit during a nntp command.  When the
1290         quit occurs, the current connection is closed as a fetch articles
1291         request could have several megabytes queued up for reading.
1292         (nntp-retrieve-headers): Bind articles to itself.  If
1293         nntp-with-open-group repeats this command, I must have access to
1294         the original list of articles.
1295         (nntp-retrieve-groups): Ditto for groups.
1296         (nntp-retrieve-articles): Ditto for articles.
1297         (*): Replaced nntp-possibly-change-group calls to
1298         nntp-with-open-group forms in all, but one, occurrance.
1299         (nntp-accept-process-output): Bug fix. Detect when called with
1300         null process.
1301
1302 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1303
1304         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1305         if we don't need to.
1306         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1307
1308 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * gnus-group.el (gnus-group-make-web-group): Pass the select
1311         method on to group-create.
1312         (gnus-group-line-format-alist): %U is an integer.
1313
1314         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1315         ephemeral groups.
1316         (gnus-summary-read-group-1): Ditto.
1317         (gnus-group-make-articles-read): Ditto.
1318
1319         * mm-url.el (mm-url-program): Doc fix.
1320
1321         * message.el (message-mode-map): Rebound
1322         message-insert-wide-reply.
1323
1324 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1327         color as `gnus-group-startup-message' does.
1328
1329 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1330
1331         * spam.el: fixed line lengths to 80 chars or less
1332
1333         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1334         "not-read" mark
1335         (gnus-summary-mark-forward): added the spam-mark to the list of
1336         marks not to be marked as "read" when viewed
1337
1338 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1341
1342         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1343         Protect against unactive groups.
1344
1345         * message.el (message-check-news-header-syntax): Check long
1346         header lines.
1347         (message-check-news-header-syntax): Update `start'.
1348
1349         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1350         (gnus-group-line-format): %U.
1351         (gnus-group-line-format-alist): ?U.
1352         (gnus-number-of-unseen-articles-in-group): New function.
1353
1354         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1355
1356         * gnus.el (gnus-version-number): Bump version number.
1357
1358 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1359
1360         * gnus.el: Oort Gnus v0.10 is released.
1361
1362 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * gnus.el (gnus-version-number): Fix version number.
1365
1366 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1367
1368         * gnus.el: Oort Gnus v0.08 is released.
1369
1370 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1371
1372         * mm-util.el: Add mm-string-make-unibyte.
1373
1374         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1375         UTF-8 groups.
1376
1377 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1380
1381         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1382
1383 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1384
1385         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1386         function.
1387
1388 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1391         (gnus-summary-read-group-1): Update group line.
1392         (gnus-summary-exit-no-update): Update group on exit.
1393
1394         * gnus-group.el (gnus-group-line-format): Add %*.
1395         (gnus-group-line-format-alist): Ditto.
1396         (gnus-group-insert-group-line): Set it.
1397         (gnus-group-is-exiting-p): New variable.
1398         (gnus-group-insert-group-line): Use it.
1399
1400 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1401
1402         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1403         enable BBDB ham processing
1404         (spam-blacklist-register-routine): enable blacklist spam processing
1405         (spam-whitelist-register-routine): enable whitelist ham processing
1406         (spam-fetch-field-from-fast): fast fetching of the "from" field
1407         from (gnus-data-list)
1408         (spam-summary-prepare-exit): works completely now
1409         (spam-use-blacklist): oops, should be nil by default
1410         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1411         split processing now; before it was for summary exit as
1412         well but that's done with the spam-contents and spam-process
1413         parameters now
1414
1415 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1416
1417         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1418         characters.
1419
1420 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1421
1422         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1423         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1424         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1425         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1426         (spam-mark-spam-as-expired-and-move-routine)
1427         (spam-generic-register-routine, spam-BBDB-register-routine)
1428         (spam-ifile-register-routine, spam-blacklist-register-routine)
1429         (spam-whitelist-register-routine): new functions
1430         (spam-summary-prepare-exit): added summary exit processing (expire
1431         or move) of spam-marked articles for spam groups; added slots for
1432         all the spam-*-register-routine functions
1433
1434 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * pop3.el (pop3-retr): Wait 500 msecs.
1437         (pop3-read-response): Ditto.
1438
1439         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1440         right.
1441         (gnus-inews-make-draft): New function.
1442         (gnus-setup-message): Use it.
1443
1444         * message.el (message-required-headers): Add From.
1445
1446 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1447         Trivial patch from Norbert Koch <nk@viteno.net>.
1448
1449         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1450
1451 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * message.el (message-generate-headers): Let header formatters do
1454         their work.
1455
1456 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1457
1458         * deuglify.el (gnus-article-outlook-deuglify-article):
1459         Rehighlight, reapply treatments and call
1460         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1461         (gnus-outlook-repair-attribution-block): Recognize cited
1462         attributions.  Suggested by Niklas Morberg.
1463
1464 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1465
1466         * gnus-art.el (gnus-treat-predicate): Check condition first.
1467
1468 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1469
1470         * lpath.el: Add url-http-file-exists-p.
1471
1472         * gnus-group.el (gnus-group-fetch-charter): Use
1473         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1474
1475 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * message.el (message-draft-headers): Also generate From to get a
1478         nicer draft buffer summary.
1479
1480         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1481         parameter.
1482
1483         * gnus-art.el (article-wash-html): Clean up.
1484         (article-wash-html): Typo fix.
1485
1486         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1487         (gnus-summary-mail-forward): To many lists of lists.
1488
1489         * gnus-art.el (article-wash-html): Clean up.
1490
1491 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1492
1493         * gnus-art.el (gnus-treat-wash-html): New variable.
1494
1495 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * message.el (message-check-news-header-syntax): Allow posting.
1498         (message-check-news-header-syntax): Fix logic for sure, this
1499         time.
1500
1501 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1502
1503         * message.el (message-check-news-header-syntax): Check syntax of
1504         continuation headers.
1505
1506 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1507
1508         * gnus-art.el (gnus-button-url-regexp,
1509         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1510         (gnus-header-button-alist): Regexps are case insensitive here.
1511
1512 2003-01-02  Simon Josefsson  <jas@extundo.com>
1513
1514         * dig.el (query-dig): Doc fix.
1515
1516 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1517
1518         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1519         summary buffer line, not just the download mark.
1520
1521 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1524         (gnus-summary-insert-dormant-articles): New command and
1525         keystroke.
1526
1527         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1528         function for mass insertion of subjects.
1529
1530         * nndraft.el (nndraft-generate-headers): Don't move point.
1531
1532         * gnus.el (nnheader): Require nnheader.
1533
1534         * nndraft.el (nndraft-request-associate-buffer): Use
1535         make-local-variable.
1536
1537 2003-01-02  Michael Shields  <shields@msrl.com>
1538
1539         * nndraft.el (nndraft-request-associate-buffer): Make
1540         write-contents-hooks buffer-local before setting it.
1541
1542 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * gnus.el (gnus-group-parameter-value): Take an extra param.
1545         (gnus-group-fast-parameter): Let group param results be nil.
1546
1547         * gnus-art.el (gnus-article-forward-header): New function.
1548         (article-date-ut): Use it to remove continuation date headers.
1549
1550         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1551         read-event.
1552         (gnus-summary-remove-bookmark): Clean up.
1553         (gnus-summary-set-bookmark): Clean up.
1554
1555         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1556
1557         * gnus.el (gnus-group-startup-message): Bind data-directory to
1558         the Gnus etc directory.
1559
1560 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1561
1562         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1563         ham-processing of articles; use the new
1564         spam-group-(spam|ham)-contents-p functions
1565         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1566         convenience functions
1567         (spam-mark-junk-as-spam-routine): use the new
1568         spam-group-spam-contents-p function
1569
1570         * gnus.el (spam-process, spam-contents, spam-process-destination):
1571         added new parameters with corresponding global variables
1572         (gnus-group-spam-exit-processor-ifile,
1573         gnus-group-spam-exit-processor-bogofilter,
1574         gnus-group-spam-exit-processor-blacklist,
1575         gnus-group-spam-exit-processor-whitelist,
1576         gnus-group-spam-exit-processor-BBDB,
1577         gnus-group-spam-classification-spam,
1578         gnus-group-spam-classification-ham): added new symbols for the
1579         spam-process and spam-contents parameters
1580
1581         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1582         customization and list itself to store mark symbol rather than
1583         mark character.
1584         (spam-bogofilter-register-routine): added logic to generate mark
1585         values list from spam-ham-marks and spam-spam-marks, so (member)
1586         would work.
1587
1588 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * message.el (message-cross-post-followup-to): Fix comment.
1591
1592 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1593
1594         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1595         customization and list itself to store mark symbol rather than
1596         mark character.
1597         (spam-bogofilter-register-routine): added logic to generate mark
1598         values list from spam-ham-marks and spam-spam-marks, so (member)
1599         would work.
1600
1601 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1602
1603         * message.el (message-signature-insert-empty-line): New variable.
1604
1605 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1606
1607         * message.el: Renamed functions and variables: "xpost" ->
1608         "cross-post", "-fup2" -> "-followup-to".
1609         (message-cross-post-old-target, message-cross-post-default,
1610         message-cross-post-note, message-followup-to-note,
1611         message-cross-post-note-function): New variables names.
1612         (message-xpost-old-target, message-xpost-default,
1613         message-xpost-note, message-fup2-note,
1614         message-xpost-note-function): Removed variable names.
1615         (message-cross-post-followup-to-header,
1616         message-cross-post-insert-note, message-cross-post-followup-to):
1617         New function names.
1618         (message-xpost-fup2-header, message-xpost-insert-note,
1619         message-xpost-fup2): Removed function names.
1620
1621 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1622
1623         * message.el (message-send-mail): Added message-cleanup-headers to
1624         prevent newlines in headers.
1625
1626 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * dns.el (dns-make-network-process): Comment.
1629
1630         * gnus-sum.el (gnus-summary-display-while-building): Default to
1631         nil.
1632
1633 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1634
1635         * gnus-sum.el (gnus-summary-display-while-building): New
1636         variable.
1637
1638 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1639
1640         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1641         before rearranging the article.
1642
1643 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * nndraft.el (nndraft-generate-headers): New function.
1646         (nndraft-request-associate-buffer): Use it to write headers on
1647         buffer save.
1648
1649         * message.el (message-generate-headers): Let the function be a
1650         lambda form.
1651         (message-draft-headers): New variable.
1652
1653         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1654         function.
1655         (gnus-setup-message): Use it.
1656
1657         * message.el (message-generate-headers-first): Doc fix.
1658         (message-setup-1): Use new function for getting which headers to
1659         generate.
1660         (message-headers-to-generate): New function.
1661
1662 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1663
1664         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1665
1666 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1667
1668         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1669         mention negatives.
1670
1671 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1672
1673         * deuglify.el (gnus-outlook-rearrange-article): Use
1674         `transpose-regions' instead of tempering the kill-ring.
1675         (gnus-article-outlook-deuglify-article): Rehighlight article
1676         instead of a complete redisplay.
1677
1678 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1679
1680         * spam.el: most defvars are defcustoms now
1681
1682         patches from Michael Shields  <shields@msrl.com>
1683
1684         * spam.el (spam-bogofilter-articles): Select the article
1685         body using gnus-summary-show-article t instead of
1686         gnus-summary-select-article; this presents the raw text
1687         without running any hooks.
1688
1689         * spam.el (spam-bogofilter-articles): Use message-remove-header
1690         to remove headers; the old way incorrectly removed just the first
1691         line of folded headers.
1692
1693 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1696
1697 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * gnus-start.el (gnus-load): New function.
1700         (gnus-read-newsrc-el-file): Use it.
1701
1702 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1703
1704         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1705         (gnus-button-handle-apropos-documentation): New function.
1706         (gnus-button-handle-ctan): New function.
1707         (gnus-button-alist): Use them.  Improve some regexps.
1708         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1709
1710 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1711
1712         * message.el (message-subscribed-p): New function.
1713         (message-send-mail): Use it.
1714         * mml.el (mml-preview-insert-mft): New function.
1715         (mml-preview): Use it.
1716
1717 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1720         when sorting by date.
1721
1722         * gnus-art.el (gnus-article-edit-mode): New variable.
1723         (gnus-article-setup-buffer): Warn user about discarding edits.
1724
1725         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1726         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1727         headers.
1728
1729         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1730
1731 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1732
1733         * message.el (message-completion-alist): Added "Mail-Followup-To"
1734         and "Mail-Copies-To".
1735
1736 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1737
1738         * gnus-group.el: Add key bindings for
1739         gnus-group-sort-groups-by-real-name and
1740         gnus-group-sort-selected-groups-by-real-name.
1741
1742 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1743
1744         * gnus.texi (Sorting Groups): Add key bindings for
1745         gnus-group-sort-groups-by-real-name and
1746         gnus-group-sort-selected-groups-by-real-name.
1747
1748 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1749
1750         * spam.el (spam-use-dig): new variable for blackhole checking
1751         through dig.el
1752         (spam-check-blackholes): added dig.el checking functionality and
1753         more verbose reporting; query-dig is autoloaded from dig.el
1754         (spam-use-blackholes): disabled by default
1755         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1756         blackhole servers list
1757
1758 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * message.el (message-required-headers): New variable.
1761
1762 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1763
1764         * dig.el (query-dig): new function
1765
1766 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1769         prefixes.
1770
1771         * dns.el (query-dns): Protect against errors.
1772
1773         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1774         (gnus-inews-add-send-actions): Mark all answered messages as
1775         answered.
1776
1777 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1778
1779         * nnmail.el (nnmail-split-it): Added tracing to
1780         `:' split rule
1781
1782 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1783
1784         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1785         and "%s" so we don't overquote them.
1786
1787 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1788
1789         * (mm-display-external): Display the actual command that has been
1790         executed in the echo area.
1791
1792 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1795
1796         * message.el (message-with-reply-buffer): New macro.
1797         (message-fetch-reply-field): Use it.
1798         (message-insert-wide-reply): New command and keystroke.
1799         (message-carefully-insert-headers): New function.
1800         (message-insert-to): Use new function.
1801
1802         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1803         (gnus-topic-goto-missing-group): Use it.
1804
1805         * message.el (message-required-news-headers): Removed Lines.
1806         (message-reply): Don't insert References first.
1807         (message-followup): Ditto.
1808         (message-make-references): New function.
1809         (message-followup): Set message-reply-headers before generating
1810         the buffer stuff.
1811
1812 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1813
1814         * mml.el (mml-generate-mime-1): Reverse the order of
1815         encoding/flowing.
1816
1817 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1820         after moving them.
1821
1822         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1823         fit with newer standard format.
1824         (gnus-summary-make-false-root-always): New variable.
1825         (gnus-gather-threads-by-subject): Use it.
1826
1827         * message.el (message-get-reply-headers): Take an address list
1828         optional argument.
1829
1830 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * gnus.el (gnus-keep-backlog): Change default to 20.
1833
1834         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1835         start.
1836         (gnus-agent-check-overview-buffer): Remove negative article
1837         numbers.
1838
1839         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1840         (nnmail-cache-ignore-groups): Doc fix.
1841
1842         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1843         (nnimap-debug-buffer): New variable.
1844         (nnimap-debug): Use it.
1845
1846 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1847
1848         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1849
1850 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1853         they aren't already sorted.
1854
1855 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1856
1857         * message.el (message-mode-menu): Add ellipses to menu items
1858         expecting user interaction.
1859         (message-mode-field-menu): do.
1860
1861 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1862
1863         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1864         it isn't used any more.
1865
1866 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1867
1868         * binhex.el (binhex-decoder-program): Fix docstring.
1869
1870 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1871
1872         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1873         special chars if the mailcap file uses single quotes around %s.
1874         From Laurent Martelli <laurent@bearteam.org>.
1875
1876 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1877
1878         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1879         return the info object.
1880
1881 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1882
1883         * gnus-int.el (gnus-request-update-info): Artificially add
1884         (1 . (1- min)) to the read range, in case the backend doesn't
1885         store marks for nonexistent articles.
1886
1887 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * binhex.el (binhex-insert-char): Eval-and-compile.
1890
1891 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1892
1893         * lpath.el: Add tool-bar-local-item-from-menu.
1894
1895         * message.el (message-tool-bar-local-item-from-menu): New function.
1896         (message-tool-bar-map): Use it.
1897
1898 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1899
1900         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1901
1902         * gnus-art.el (gnus-article-header-rank): Last header in
1903         gnus-sorted-header-list should have higher rank than non-members.
1904
1905 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1908         covered methods.
1909
1910 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1911
1912         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1913         eval-when-compile.  Suggested by Kevin Greiner.
1914
1915 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1916
1917         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1918         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1919         even though no headers may have been fetched
1920         (gnus-agent-fetch-group-1, and perhaps others, require this
1921         behavior).
1922         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1923         server buffer is constrained by gnus-agent-max-fetch-size.
1924         Multiple chunks in the same group may perform arbitrarily large
1925         updates.
1926
1927 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1928
1929         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1930         gnus-summary-update-download-mark to update the article in the
1931         summary.
1932
1933 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1934
1935         * gnus.el (gnus-summary-high-uncached-face,
1936         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1937         New faces.
1938
1939         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1940         added this on 2002-11-23 but it just wasn't working out as
1941         intended.  The idea isn't entirely dead, three new faces
1942         gnus-summary-*-uncached-face are being added to gnus.el to provide
1943         the basis for an improved implementation.
1944         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1945         proper file to open is lib/servers.
1946         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1947         (i.e. removing the article from gnus-newsgroup-downloadable) will
1948         now restore the article's default mark rather than simply setting
1949         no mark.
1950         (gnus-agent-get-undownloaded-list): Corrected documentation.
1951         Added code to set new summary local variable,
1952         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1953         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1954         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1955         up to date.  Call new gnus-summary-update-download-mark to keep
1956         summary buffer up-to-date.
1957         (gnus-agent-fetch-selected-article): Keep
1958         gnus-newsgroup-undownloaded up to date.
1959         (gnus-agent-fetch-articles): Return list of articles that were
1960         successfully fetched.
1961         (gnus-agent-check-overview-buffer): No more thingatpt.
1962         (gnus-agent-expire): No longer deletes NOV entries of unread
1963         articles.
1964         (gnus-agent-unread-articles): New function.
1965         (gnus-agent-regenerate-group): The article number must be
1966         terminated by a tab character.  Added more messages to report
1967         repairs.  Inhibit quits while writing changes so it is now safe
1968         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1969         downloaded to 1) resolve the unbound references and 2) avoid
1970         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1971
1972         * gnus-art.el (gnus-article-prepare): The agent
1973         downloaded/undownloaded mark is no longer stored as the article's
1974         mark.
1975
1976         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1977         gnus-summary-highlight may use it.  Added downloaded as
1978         gnus-summary-highlight was using it.
1979
1980         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1981         the download mark now follows Kai's +/- convention.
1982         (gnus-downloaded-mark): Added ?+ mark.
1983         (gnus-summary-highlight): Added rules to select
1984         gnus-summary-high-uncached-face,
1985         gnus-summary-normal-uncached-face, and
1986         gnus-summary-low-uncached-face.  Removed the
1987         gnus-agent-downloaded-article-face.
1988         (gnus-summary-line-format-alist): Implemented the download flag
1989         format (?O) as named in the manual.  This implementation displays
1990         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1991         gnus-no-mark.
1992         (gnus-newsgroup-agentized): New local variable that identifies
1993         which groups are agentized.  While the agent is now on by default,
1994         you don't have to agentize every server that you use.
1995         (gnus-update-summary-mark-positions): Completed support for the
1996         download type of mark.
1997         (gnus-summary-insert-line): Added undownloaded to the parameters.
1998         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1999         reference by the gnus-summary-line-format-spec.
2000
2001         * nntp.el (nntp-with-open-group): This macro handles dropped or
2002         broken connections by opening a new connection and repeating the
2003         failed command.
2004         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2005         XOVER commands preceeding the active articles with the nov entry
2006         of the first available article.  When gnus connected to such a
2007         server, the unexpected nov entry would result in duplicate lines
2008         in the agent's overview file.  This patch fixes the duplicate
2009         lines problem and improves performance by skipping over all
2010         articles IDs that preceed the first nov entry in the server's
2011         reply.
2012
2013 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2016         (gnus-summary-highlight): Use it instead of `downloaded'.
2017         (gnus-summary-highlight-line): Ditto.
2018
2019         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2020
2021 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2024
2025         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2026         calls.
2027
2028         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2029         downloaded variable if we're in an uncovered group.
2030
2031         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2032         font to soemthing less noticeable.
2033         (gnus-agent-group-covered-p): New function.
2034
2035 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2036
2037         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2038         Because of an unknown bug, the group buffer is saved in .overview
2039         file.
2040
2041 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2042
2043         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2044         `and' with `or'.
2045
2046 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2047
2048         * nntp.el (nntp-send-command): Assume that echo does not happen
2049         when nntp-open-connection-function is nntp-open-network-stream.
2050         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2051
2052 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2053
2054         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2055
2056 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2057
2058         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2059         nntp-server-buffer if we aren't going to write to it.
2060
2061 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2062         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2063
2064         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2065
2066 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2069         decoded words.
2070
2071 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2072
2073         * gnus.el (fboundp): After loading mm-util, make sure it was the
2074         right one.
2075
2076 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2077
2078         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2079         gnus-sum.  Made into a user option.
2080
2081         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2082         (gnus-summary-mark-article-as-unread)
2083
2084 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2085
2086         * time-date.el (date-to-time): Typo.
2087
2088         * parse-time.el: Typo.
2089
2090         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2091
2092         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2093
2094         * nnimap.el:
2095         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2096
2097         * mm-encode.el (mm-safer-encoding): Typo.
2098
2099         * messcompat.el: Typo.
2100
2101         * message.el (message-face-alist): Typo.
2102
2103         * imap.el (imap-interactive-login, imap-open): Typos.
2104
2105         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2106
2107         * gnus.el: Typo.
2108
2109         * gnus-win.el (gnus-configure-frame): Typo.
2110
2111         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2112
2113         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2114
2115         * gnus-sum.el (gnus-summary-article-number)
2116         (gnus-summary-read-group-1, gnus-summary-mark-article)
2117         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2118
2119         * gnus-mule.el (gnus-mule-add-group): Typo.
2120
2121         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2122
2123         * gnus-group.el (gnus-group-fetch-faq): Typo.
2124
2125         * gnus-art.el (gnus-decode-header-methods): Typo.
2126
2127         * flow-fill.el: Typo.
2128
2129 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2130
2131         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2132
2133 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2134
2135         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2136         (gnus-summary-mark-article-as-unread)
2137         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2138         Reformatting to avoid long lines.
2139         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2140
2141 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2142
2143         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2144         be accessed through `mail-header-number'.
2145
2146 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2147
2148         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2149         compressed range to gnus-summary-insert-articles.
2150
2151 2002-11-26  Kevin Ryde <user42@zip.com.au>
2152
2153         * gnus-art.el (gnus-mime-copy-part): Look for filename
2154         parameter under content-disposition, not content-type.
2155
2156         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2157         (gnus-summary-reselect-current-group): Use it.
2158
2159 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2160
2161         * gnus-agent.el (gnus-agent-uncached-articles): if
2162         gnus-agent-load-alist fails, return ARTICLES.
2163
2164         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2165
2166 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2167
2168         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2169         superfluous function call.
2170         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2171         Add warning to docstring.
2172
2173 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-agent.el: Autoload number-at-point instead.
2176         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2177
2178 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2179
2180         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2181         require thingatpt (for number-at-point) and protect against
2182         deactivate-mark being unbound (on XEmacs).
2183
2184 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2185
2186         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2187         print message on entry.
2188
2189         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2190
2191         * gnus-range.el (gnus-range-difference): New function.
2192         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2193
2194 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2195
2196         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2197         gnus-remove-from-range instead of gnus-range-difference which
2198         doesn't exist.
2199
2200 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2201         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2202
2203         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2204         used for showing which articles have been downloaded.
2205         (gnus-agent-article-alist): Format change.  Add documentation.
2206         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2207         process-marked articles.
2208         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2209         in the series are individually fetched to minimize lose of
2210         content due to an error/quit.
2211         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2212         gnus-message instead of message.
2213         (gnus-agent-read-servers): Use file lib/methods instead of
2214         lib/servers.  TODO: Why?
2215         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2216         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2217         come from the agent.  This means that they are not downloaded.
2218         (gnus-agent-fetch-selected-article): Don't use history.
2219         (gnus-agent-save-history, gnus-agent-enter-history)
2220         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2221         Removed function; history is not used anymore.
2222         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2223         (gnus-agent-crosspost): Started rewrite then realized that a typo
2224         in gnus-agent-fetch-articles ensures that this function is never
2225         called.  This will need to be fixed later.
2226         (gnus-agent-check-overview-buffer): Some sanity checks on the
2227         agent overview buffer.  This is a safety net used during
2228         development.
2229         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2230         changed, write a number to the file indicating this.
2231         (gnus-agent-fetch-headers): Rewrite to respect
2232         gnus-agent-consider-all-articles without relying on the
2233         `.fetched' files.  Make it fast.
2234         (gnus-agent-braid-nov): Change resulting from
2235         gnus-agent-fetch-headers change.
2236         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2237         `.fetched' files.
2238         (gnus-agent-read-agentview): New function, used by
2239         gnus-agent-load-alist.
2240         (gnus-agent-load-fetched-headers): Remove.
2241         (gnus-agent-save-alist): Rewrite to accomodate new format.
2242         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2243         same order as in gnus-newsgroup-headers.
2244         (gnus-agent-expire): Document and implement extra args ARTICLES,
2245         GROUP, FORCE.  Do not restrict usage.
2246         (gnus-agent-uncached-articles): New function.
2247         (gnus-agent-retrieve-headers): Use it.
2248         (gnus-agent-regenerate-group): No longer needs to be called from
2249         gnus-agent-regenerate.  Individual groups may be regenerated. The
2250         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2251         The article fetch dates are validated in the article alist.  The
2252         article alist is pruned of entries that do not reference existing
2253         NOV entries.  All changes are computed then applied with
2254         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2255         regeneration.  The optional clean parameter has been replaced with
2256         an optional reread parameter.  Clean is no longer necessary as
2257         regeneration gets the appropriate setting from
2258         gnus-agent-consider-all-articles.  The new reread parameter will
2259         result in fetched, or all, articles being marked as unread.
2260         (gnus-agent-regenerate): Removed code to regenerate the history
2261         file as it is no longer used.
2262
2263         * gnus-start.el (gnus-make-ascending-articles-unread): New
2264         function, for efficient mass-marking.
2265
2266         * gnus-sum.el (gnus-summary-highlight): Use new face for
2267         downloaded articles.
2268         (gnus-article-mark): Prefer to indicate read/unread status over
2269         downloaded status.
2270         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2271         line.
2272         (gnus-summary-highlight-line): Use new face for downloaded
2273         articles.
2274         (gnus-summary-insert-old-articles): Improved performance by
2275         replacing the initial LIST of older articles with a compressed
2276         RANGE of older articles.  Some servers appear to lie about
2277         their active range so the original list could contain millions
2278         of article numbers.  The range is not expanded into a list
2279         until the optional ALL parameter has been applied.
2280
2281 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2282
2283         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2284
2285 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2286
2287         * spam.el:
2288         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2289
2290         * spam.el: added `M s t' and `M s x' key mappings
2291
2292 2002-11-20  Simon Josefsson  <jas@extundo.com>
2293
2294         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2295
2296 2002-11-19  Simon Josefsson  <jas@extundo.com>
2297
2298         * gnus-sum.el (gnus-summary-morse-message): Load
2299         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2300         (unmorse-region): Autoload it instead.
2301
2302 2002-11-18  Simon Josefsson  <jas@extundo.com>
2303
2304         * gnus-sum.el (gnus-summary-morse-message): New function.
2305         (gnus-summary-wash-map): Bind to `W m'.
2306         (gnus-summary-make-menu-bar): Add.
2307
2308         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2309         before storing \Deleted mark on expired articles.
2310
2311 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2312         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2313
2314         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2315         parens in column 0.
2316
2317 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2318
2319         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2320
2321         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2322
2323         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2324
2325 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2326
2327         * message.el (message-set-auto-save-file-name): Use
2328         make-directory, to avoid the dependence on gnus-util.
2329
2330 2002-11-16  Simon Josefsson  <jas@extundo.com>
2331
2332         * nnimap.el (nnimap-callback-callback-function):
2333         (nnimap-callback-buffer): Removed, these cannot be global but must
2334         be embedded into the callback.
2335         (nnimap-make-callback): New.  Embedd article number, callback and
2336         buffer in function.
2337         (nnimap-callback, nnimap-request-article-part): Update.
2338
2339 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2342
2343 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2344
2345         * gnus.el (gnus-summary-line-format): Document %C.
2346
2347 2002-11-11  Simon Josefsson  <jas@extundo.com>
2348
2349         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2350         output when called interactively.
2351
2352 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2355
2356         * message.el (message-draft-coding-system): Improve comment; use
2357         mm-auto-save-coding-system for the default value.
2358
2359         * nndraft.el (nndraft-request-article): Revert to the state before
2360         2002-10-29; regexp-quote mail-header-separator.
2361
2362 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2363
2364         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2365         allow editing of drafts from an nnvirtual group.
2366
2367 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2370         mm-auto-save-coding-system.
2371
2372         * message.el (message-draft-coding-system): Default to
2373         iso-2022-7bit.
2374
2375         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2376         restore the default value to emacs-mule or escape-quoted.
2377
2378 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2381         a delayed or a queued article as well as a draft.
2382
2383         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2384         delayed or a queued article in the raw format; treat a delayed
2385         article as a raw article as well as a draft.
2386         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2387         for the delayed group.
2388
2389         * nndraft.el (nndraft-request-article): Ignore auto save files for
2390         a delayed or a queued article; don't bother to decode a queued
2391         article; don't bind nnmail-file-coding-system for a queued article.
2392
2393         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2394         and the queue group.
2395
2396 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2397
2398         * gnus-group.el (gnus-group-delete-group):
2399         gnus-cache-active-hashtb might be void.
2400
2401 2002-11-02  Simon Josefsson  <jas@extundo.com>
2402
2403         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2404         setting of the default user ID.  From Raymond Scholz
2405         <ray-2002@zonix.de>.
2406
2407 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2408
2409         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2410         charset.
2411
2412 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2413         From Alex Schroeder <alex@emacswiki.org>
2414         * spam-stat.el (spam-stat-process-directory): add dir to message
2415         (spam-stat-reduce-size): No longer remove words
2416         with values close to 0.5, because the default value is 0.2.
2417
2418 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2419
2420         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2421         documentation.
2422
2423 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2424
2425         * gnus-agent.el (gnus-agent-fetched-headers)
2426         (gnus-agent-load-fetched-headers)
2427         (gnus-agent-save-fetched-headers): Remove variable and two
2428         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2429         works better.
2430         (gnus-agent-fetch-headers): New implementation from Kevin
2431         Greiner.  Uses gnus-agent-article-alist to store information
2432         about fetched messages which aren't on the server anymore.  The
2433         trick is to return a list of considered messages to the caller,
2434         but to only fetch those which haven't been fetched yet.
2435
2436 2002-10-30  Simon Josefsson  <jas@extundo.com>
2437
2438         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2439
2440         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2441
2442 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2443
2444         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2445         versions of emacs-w3m than 1.3.3.
2446
2447         * lpath.el: Bind w3m-minor-mode-map.
2448
2449         * mm-view.el (mm-w3m-mode-command-alist)
2450         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2451         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2452         (mm-setup-w3m): Simplified.
2453         (mm-w3m-local-map-property): New function.
2454         (mm-inline-text-html-render-with-w3m): Use it.
2455
2456         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2457         mm-w3m-local-map-property.
2458
2459 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * mm-util.el (mm-auto-save-coding-system): Default to
2462         iso-2022-7bit.
2463
2464         * nndraft.el (nndraft-request-article): Decode an article using
2465         the coding-system emacs-mule if it seems to have been saved using
2466         emacs-mule.
2467         (nndraft-request-replace-article): Use message-draft-coding-system
2468         instead of mm-auto-save-coding-system for the draft or delayed
2469         group.
2470
2471 2002-10-28  Josh  <huber@alum.wpi.edu>
2472
2473         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2474         functions.
2475
2476 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2477         From mah@everybody.org (Mark A. Hershberger).
2478
2479         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2480         type values ("url" size) regardless of the values of
2481         mm-url-use-external.
2482
2483 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2484
2485         * nnimap.el (nnimap-request-article-part): Try harder to show
2486         group name in debugging message.
2487
2488 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2489
2490         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2491         directory if it doesn't exist.
2492         (gnus-agent-fetch-headers): Remove old cruft that tried to
2493         abstain from downloading articles more than once if
2494         gnus-agent-consider-all-articles was true.  This is now done
2495         properly via the .fetched files.
2496
2497 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * nndraft.el (nndraft-request-article): Treat delayed articles
2500         like drafts.
2501
2502 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2505
2506 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2507
2508         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2509         Remove unused optional arg DIR and corresponding code.
2510
2511         * nnimap.el (nnimap-request-article-part): Include group name in
2512         debugging output.
2513
2514 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2515
2516         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2517
2518 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2519
2520         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2521         contains range of headers that have been fetched by the agent
2522         already.  Compare gnus-agent-article-alist.
2523         (gnus-agent-file-header-cache): Like
2524         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2525         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2526         seen/recent logic.
2527         Remember which headers have been fetched before and don't fetch
2528         them again the next time round.
2529         (gnus-agent-load-fetched-headers)
2530         (gnus-agent-save-fetched-headers): New functions, for remembering
2531         which headers have been fetched before.
2532
2533 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * lpath.el: Remove useless bindings.
2536
2537 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2538
2539         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2540         features while searching.
2541
2542 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2543
2544         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2545
2546 2002-10-22  Simon Josefsson  <jas@extundo.com>
2547
2548         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2549         (pgg-snarf-keys): Add.
2550
2551 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * lpath.el: Fbind bbdb-records.
2554
2555         * spam.el: Don't autoload bbdb-records.
2556
2557 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2560         prevent inf-loop.
2561
2562 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * nnslashdot.el: Removed some test lines.
2565         More test.
2566
2567 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2568
2569         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2570         are known to be downloaded already.
2571
2572 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2575         (mm-text-html-washer-alist): Ditto.
2576
2577 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2578
2579         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2580         boundary between headers and body.
2581         * nnml.el (nnml-parse-head): Ditto.
2582
2583 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2586         entries.
2587
2588         * gnus-group.el (gnus-fetch-group): Allow an optional
2589         specification of the articles to select.
2590
2591         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2592
2593 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2594
2595         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2596         headers from the group, update variable `articles' to contain
2597         only those numbers where headers exist.  (When fetching all
2598         articles in a group, Gnus creates lots of numbers where there is
2599         no articles.)
2600
2601 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2602
2603         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2604         doesn't have the 'alist custom type, use cons cells instead.
2605         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2606         (pgg-parse-hash-algorithm-alist): Ditto.
2607         (pgg-parse-compression-algorithm-alist): Ditto.
2608         (pgg-parse-signature-type-alist): Ditto.
2609
2610         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2611
2612         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2613
2614         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2615
2616 2002-10-19  Simon Josefsson  <jas@extundo.com>
2617
2618         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2619         buffer.
2620
2621 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2622
2623         * gnus-spec.el (gnus-make-format-preserve-properties)
2624         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2625         properties also on XEmacs.  `gnus-xmas-format' is like format but
2626         preserves text properties on XEmacs (though it only understands
2627         simple format specs).  The variable
2628         `gnus-make-format-preserve-properties' controls whether the
2629         function is used, and is checked in `gnus-parse-simple-format'.
2630         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2631
2632         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2633         output.
2634         (gnus-agent-consider-all-articles): New variable.
2635         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2636         (gnus-agent-fetch-headers): Depending on
2637         gnus-agent-consider-all-articles, maybe get all articles.
2638         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2639         `read'.
2640         (gnus-predicate-imples-unread): New function.
2641         (gnus-agent-fetch-headers): Optimize to call
2642         gnus-list-of-unread-articles if that is sufficient.
2643         Check unseen and recent instead of seen and recent.
2644         (gnus-agent-fetch-headers): Abstain from calling
2645         gnus-list-range-intersection if range (a . b) would have (> a b).
2646
2647 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * message.el (message-send-mail): Make it possible to perform
2650         edebug-defun.
2651
2652 2002-10-18  Simon Josefsson  <jas@extundo.com>
2653
2654         * gnus-art.el (gnus-button-man-handler): Change default to
2655         `manual-entry' (defined in both emacsen).
2656         (gnus-button-man-handler): Remove emacsen difference and use
2657         `manual-entry'.
2658
2659 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * spam.el: Wrap autoload settings for bbdb-records,
2662         executable-find and ifile-spam-filter with eval-and-compile.
2663         (spam-display-buffer-contents): Remove.
2664         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2665
2666 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2667
2668         * spam.el (spam-display-buffer-contents): New function.
2669         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2670         from Katsumi Yamaoka <yamaoka@jpl.org>.
2671
2672 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2673
2674         * nnheader.el (nnheader-parse-naked-head): New function.
2675         (nnheader-parse-head): Use the above function, in order to handle
2676         continuation lines properly.
2677         (nnheader-remove-body): New function.
2678         (nnheader-remove-cr-followed-by-lf): New function.
2679         (nnheader-ms-strip-cr): Use the above function.
2680
2681         * gnus-agent.el (gnus-agent-regenerate-group): Call
2682         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2683         `nnheader-parse-head'.
2684         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2685
2686         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2687         continuation lines by itself; call `nnheader-parse-naked-head'
2688         instead of `nnheader-parse-head'.
2689         * nndiary.el (nndiary-parse-head): Ditto.
2690         * nnfolder.el (nnfolder-parse-head): Ditto.
2691         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2692         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2693         * nnml.el (nnml-parse-head): Ditto.
2694
2695 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2696
2697         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2698         XEmacs, default to it if featurep 'xemacs.
2699
2700 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * spam-stat.el: Check for the existence of hash functions instead
2703         of the Emacs version to decide whether to load cl.  Suggested by
2704         Kai Gro\e,A_\e(Bjohann.
2705
2706 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2707
2708         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2709         if it isn't open yet.
2710
2711 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-group.el: Require mm-url only when compiling.
2714         (gnus-group-fetch-charter): Require mm-url.
2715
2716         * spam-stat.el: Require cl for the functions gethash,
2717         hash-table-count, make-hash-table and mapc for Emacs 20.
2718         (puthash): Alias to cl-puthash for Emacs 20.
2719         (with-syntax-table): New macro for Emacs 20.
2720
2721 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2722
2723         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2724
2725 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2726
2727         * spam.el (spam-check-ifile): added ifile as a spam checking
2728         backend, and spam-use-ifle as the variable to toggle that check.
2729
2730 2002-10-12  Simon Josefsson  <jas@extundo.com>
2731
2732         * message.el (message-beginning-of-line): New variable.
2733         (message-beginning-of-line): Use it.
2734
2735 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2736
2737         * spam.el: more compilation fixes for BBDB
2738
2739         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2740         (spam-stat-reduce-size): Interactive.
2741         (spam-stat-reset): New function.
2742         (spam-stat-save): Interactive.
2743
2744 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gnus.el: Autoload gnus-delay-initialize.
2747
2748         * message.el: Autoload gnus-delay-article.
2749
2750 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2751
2752         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2753         text property in Emacs.
2754
2755 2002-10-11  Simon Josefsson  <jas@extundo.com>
2756
2757         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2758         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2759
2760         * mml1991.el (mml1991-pgg-sign): Remove CR.
2761
2762 2002-10-10  Simon Josefsson  <jas@extundo.com>
2763
2764         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2765         decrypt failed.
2766         (mml2015-trust-boundaries-alist): Removed.
2767         (mml2015-gpg-extract-signature-details): Don't use it.
2768         (mml2015-unabbrev-trust-alist): New.
2769         (mml2015-gpg-extract-signature-details): Use it.
2770
2771 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2772
2773         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2774         BBDB installed
2775
2776         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2777         statistical analysis of spam in Lisp only
2778
2779 2002-10-10  Simon Josefsson  <jas@extundo.com>
2780
2781         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2782         auth, selected or examine state.
2783
2784         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2785         buffer and error buffer depending on type of information.
2786
2787         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2788         --status-fd stuff even if gpg.el is not used (revert earlier
2789         change).
2790         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2791         gnus details.
2792         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2793         buffer.
2794
2795         * pgg.el (pgg-verify-region): Use it.
2796
2797         * pgg-def.el (pgg-query-keyserver): New variable.
2798
2799         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2800         key-identifier in packet.  Is this a good idea?
2801
2802         * mml.el (mml-mode-map): Add security commands that operates on
2803         MIME parts.
2804         (mml-menu): And menu items for them.
2805
2806         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2807
2808         * mml.el (mml-parse-1): Support sender in #secure tags.
2809
2810         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2811         defined.
2812
2813         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2814         (mml-pgp-encrypt-buffer): Support combined signing.
2815
2816         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2817         (mml1991-gpg-encrypt): Ditto.
2818         (mml1991-pgg-encrypt): Ditto.
2819         (mml1991-encrypt): Pass sign parameter.
2820
2821         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2822         (mml-signencrypt-style): Mention the variable.
2823
2824 2002-10-09  Simon Josefsson  <jas@extundo.com>
2825
2826         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2827         pgg-gpg-user-id.
2828
2829         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2830         (pgg-fetch-key-function): Nil if w3 is not installed.
2831
2832 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2833
2834         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2835         gnus-agent-current-history.
2836
2837 2002-10-06  Simon Josefsson  <jas@extundo.com>
2838
2839         * imap.el (imap-parse-status): Don't use read to read token.
2840
2841 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2842
2843         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2844         for methods not covered by the agent, and when unplugged.
2845
2846 2002-10-05  Simon Josefsson  <jas@extundo.com>
2847
2848         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2849         signing.
2850
2851         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2852         a named server fails, ignore the server.
2853
2854         * mml1991.el (mml1991-pgg-sign): Do QP.
2855
2856         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2857         work.
2858
2859 2002-10-04  Simon Josefsson  <jas@extundo.com>
2860
2861         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2862
2863         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2864         binary-write-decoded-region from MEL.
2865
2866         * pgg.el (pgg-encrypt-region): Support sign.
2867
2868         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2869
2870         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2871
2872         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2873         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2874         branch where PGG was taken from in the ChangeLog entries below.
2875
2876 2002-10-01  Simon Josefsson  <jas@extundo.com>
2877
2878         * pgg-pgp.el: Don't require mel.  Don't use luna.
2879         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2880         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2881         (pgg-pgp-process-region): Don't use binary-funcall.
2882
2883         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2884
2885         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2886         instead of concat.
2887
2888         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2889
2890 2002-09-29  Simon Josefsson  <jas@extundo.com>
2891
2892         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2893         compile warnings.
2894
2895         * pgg.el (pgg-decrypt-region): Don't parse packet.
2896
2897         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2898
2899 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2900
2901         * pgg.el: Remove dependency on calist.el.
2902
2903 2002-09-28  Simon Josefsson  <jas@extundo.com>
2904
2905         * pgg.el (pgg-temporary-file-directory): New variable.
2906         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2907
2908         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2909         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2910
2911         * pgg-parse.el (pgg-char-int): Defalias.
2912         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2913         (pgg-read-bytes, pgg-read-body): Use it.
2914         (pgg-decode-packets): Don't use MEL, use base64-*.
2915         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2916         (pgg-string-as-unibyte): Defalias.
2917         (pgg-parse-armor-region): Use it.
2918
2919         * pgg-gpg.el (pgg-gpg-process-region): Use
2920         pgg-temporary-file-directory.
2921
2922         * luna.el: Don't def-edebug.
2923
2924         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2925         binary-write-decoded-region from MEL.
2926
2927         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2928
2929         * alist.el, calist.el: Don't require product/APEL.
2930
2931         * pgg-parse.el (top-level): Remove dependency on static.el,
2932         pccl.el, mel.el.
2933         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2934         `define-ccl-program' is boundp, instead of using broken.
2935
2936 2002-10-01  Simon Josefsson  <jas@extundo.com>
2937
2938         * message.el (message-required-mail-headers): Remove Lines:.
2939
2940 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2941         From Jesper Harder.
2942
2943         * gnus-group.el (gnus-group-fetch-charter,
2944         gnus-group-fetch-control): Prompt for group if given a prefix
2945         argument.
2946         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2947         gnus-group-fetch-control to summary key map and menu.
2948
2949
2950 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2951
2952         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2953         number when there are no articles.
2954
2955 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2956
2957         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2958         arg ALL means to fetch all articles, not only downloadable ones.
2959         (gnus-agent-fetch-selected-article): New function for
2960         gnus-select-article-hook or gnus-mark-article-hook.
2961
2962 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2963         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2964
2965         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2966         raw-text.
2967
2968 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2969
2970         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2971         Pinard).
2972         Major revamp of the code, documentation is in comments in the file
2973         for now.
2974
2975 2002-09-30  Simon Josefsson  <jas@extundo.com>
2976
2977         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2978         buffer seem to be needed?
2979
2980 2002-09-29  Simon Josefsson  <jas@extundo.com>
2981
2982         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2983         compile warnings.
2984
2985         * mml1991.el (mml1991-function-alist): Add pgg.
2986         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2987         (mml1991-pgg-encrypt): Fix recipients querying.
2988
2989 2002-09-28  Simon Josefsson  <jas@extundo.com>
2990
2991         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2992         from dme@dme.org.
2993         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2994         handle is returned.
2995
2996 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2999         Protect against non-existent of `nnimap-mailbox-info'.
3000
3001 2002-09-27  Simon Josefsson  <jas@extundo.com>
3002
3003         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3004         (gnus-setup-news-hook): Use it.
3005         (gnus-after-getting-new-news-hook): Ditto.
3006
3007         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3008
3009 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3010         From Mats Lidell <matsl@contactor.se>.
3011
3012         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3013
3014 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3015
3016         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3017         the part to decode encoded words, use raw words instead of decoded
3018         words.
3019
3020 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3021
3022         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3023
3024         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3025         (mm-setup-w3m): Use it.
3026
3027 2002-09-27  Simon Josefsson  <jas@extundo.com>
3028
3029         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3030         article buffers.
3031
3032         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3033         it just in case.
3034         (nnimap-update-unseen): New function; update unseen count in
3035         `n-m-info'.
3036         (nnimap-close-group): Call it.
3037
3038         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3039         (gnus-after-getting-new-news-hook): Ditto.
3040
3041         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3042         message into verboselevel 9.  Change slow mail check message.
3043         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3044         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3045         used as a hook after getting new mail.
3046
3047 2002-09-26  Simon Josefsson  <jas@extundo.com>
3048
3049         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3050         SELECT/EXAMINE is first unseen article, not number of unseen
3051         articles.  Make them distinct by renaming the former to
3052         `first-unseen' instead of `unseen'.
3053
3054         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3055         too.
3056         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3057         changed.
3058         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3059
3060         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3061
3062         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3063         better.
3064
3065         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3066         if dissecting resulting buffer actually had any information.
3067
3068 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3071         because the function `string<' allows symbols.
3072
3073         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3074
3075 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3076
3077         * message.el (message-forward-make-body): Revert an early change
3078         because 8-bit utf-8 emails.
3079
3080 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3081
3082         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3083         links to Info)
3084         * gnus-art.el (gnus-treat-highlight-signature):
3085         * gnus-art.el (gnus-treat-buttonize):
3086         * gnus-art.el (gnus-treat-buttonize-head):
3087         * gnus-art.el (gnus-treat-emphasize):
3088         * gnus-art.el (gnus-treat-strip-cr):
3089         * gnus-art.el (gnus-treat-unsplit-urls):
3090         * gnus-art.el (gnus-treat-leading-whitespace):
3091         * gnus-art.el (gnus-treat-hide-headers):
3092         * gnus-art.el (gnus-treat-hide-boring-headers):
3093         * gnus-art.el (gnus-treat-hide-signature):
3094         * gnus-art.el (gnus-treat-fill-article):
3095         * gnus-art.el (gnus-treat-hide-citation):
3096         * gnus-art.el (gnus-treat-hide-citation-maybe):
3097         * gnus-art.el (gnus-treat-strip-list-identifiers):
3098         * gnus-art.el (gnus-treat-strip-pgp):
3099         * gnus-art.el (gnus-treat-strip-pem):
3100         * gnus-art.el (gnus-treat-strip-banner):
3101         * gnus-art.el (gnus-treat-highlight-headers):
3102         * gnus-art.el (gnus-treat-highlight-citation):
3103         * gnus-art.el (gnus-treat-date-ut):
3104         * gnus-art.el (gnus-treat-date-local):
3105         * gnus-art.el (gnus-treat-date-english):
3106         * gnus-art.el (gnus-treat-date-lapsed):
3107         * gnus-art.el (gnus-treat-date-original):
3108         * gnus-art.el (gnus-treat-date-iso8601):
3109         * gnus-art.el (gnus-treat-date-user-defined):
3110         * gnus-art.el (gnus-treat-strip-headers-in-body):
3111         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3112         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3113         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3114         * gnus-art.el (gnus-treat-unfold-headers):
3115         * gnus-art.el (gnus-treat-fold-headers):
3116         * gnus-art.el (gnus-treat-fold-newsgroups):
3117         * gnus-art.el (gnus-treat-overstrike):
3118         * gnus-art.el (gnus-treat-display-xface):
3119         * gnus-art.el (gnus-treat-display-smileys):
3120         * gnus-art.el (gnus-treat-from-picon):
3121         * gnus-art.el (gnus-treat-mail-picon):
3122         * gnus-art.el (gnus-treat-newsgroups-picon):
3123         * gnus-art.el (gnus-treat-body-boundary):
3124         * gnus-art.el (gnus-treat-capitalize-sentences):
3125         * gnus-art.el (gnus-treat-fill-long-lines):
3126         * gnus-art.el (gnus-treat-play-sounds):
3127         * gnus-art.el (gnus-treat-translate):
3128         * gnus-art.el (gnus-treat-x-pgp-sig):
3129         * gnus-art.el (gnus-mime-button-line-format):
3130         * gnus-art.el (gnus-button-man-level):
3131         * gnus-art.el (gnus-button-emacs-level):
3132         * gnus-cus.el (gnus-group-parameters):
3133         * gnus-gl.el (bbb-build-mid-scores-alist):
3134         * gnus-group.el (gnus-group-line-format):
3135         * gnus-mlspl.el (gnus-group-split-setup):
3136         * gnus-mlspl.el (gnus-group-split):
3137         * gnus-msg.el (gnus-mailing-list-groups):
3138         * gnus-msg.el (gnus-posting-styles):
3139         * gnus-nocem.el (gnus-nocem-issuers):
3140         * gnus-score.el (gnus-score-regexp-bad-p):
3141         * gnus-srvr.el (gnus-server-line-format):
3142         * gnus-topic.el (gnus-topic-line-format):
3143         * gnus.el (gnus-summary-line-format):
3144         * mail-source.el (mail-sources):
3145         * message.el (message-subscribed-address-file):
3146         * nnmail.el (nnmail-split-fancy):
3147
3148 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3149
3150         * mail-source.el(mail-source-run-script): use `functionp' to test
3151         whether the argument `script' is in fact a function.
3152         (mail-sources): adjust the defcustom to allow users to specify a
3153         function or a string as the value of the `:prescript' and
3154         `:postscript' arguments of the `file' and `pop3' mail sources.
3155
3156 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3157
3158         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3159         number when article 1 does not exist.
3160
3161 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3162
3163         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3164         apropos if apropos-variable does not exist.
3165         (gnus-button-guessed-mid-regexp)
3166         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3167         regexes.  From Reiner Steib.
3168         (gnus-button-handle-describe-function)
3169         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3170         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3171         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3172
3173 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3174         Trivial patch.
3175
3176         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3177         the file.
3178
3179 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3180
3181         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3182
3183 2002-09-24  Simon Josefsson  <jas@extundo.com>
3184
3185         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3186         (mml2015-use): Prefer PGG if installed.
3187         (mml2015-function-alist): Add PGG wrappers.
3188         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3189         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3190         prefix, make regexp optionally skip it.
3191         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3192         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3193         (mml2015-pgg-encrypt): New functions.
3194         (defvar, autoload): Prevent byte-compile warnings.
3195
3196 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3197         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3198
3199         * gnus-art.el (article-strip-banner): Check for the existence of
3200         from header.
3201
3202 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3203
3204         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3205         (gnus-button-alist): Improved regexp for
3206         gnus-button-handle-mid-or-mail (false positives), fixed
3207         gnus-button-handle-man entries.
3208         From Reiner Steib.
3209
3210 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3211         From Josh Huber.
3212
3213         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3214         nnmail-extra-headers is non-nil.
3215
3216 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3217
3218         * nnmaildir.el: Store article numbers persistently.  General
3219         revision.
3220         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3221         for nnmail-expiry-wait; delete instead of moving if 'force is
3222         given.
3223
3224 2002-09-23  Simon Josefsson  <jas@extundo.com>
3225         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3226
3227         * smime.el (smime-sign-buffer): Get key and extra certs.
3228         (smime-get-key-with-certs-by-email): Utility function.
3229
3230 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3231         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3232
3233         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3234         article exists.
3235
3236 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3237
3238         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3239
3240 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3241         From Reiner Steib.
3242
3243         * gnus-art.el (gnus-button-handle-custom,
3244         gnus-button-handle-mid-or-mail,
3245         gnus-button-handle-describe-{function,variable,key},
3246         gnus-button-handle-apropos{,command,variable}): New functions.
3247         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3248         gnus-button-{man,emacs,mail}-level): New variables.
3249         (gnus-button-alist): Use the above to buttonize emacs and mail
3250         related links.
3251
3252 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3253
3254         * gnus-int.el (gnus-status-message): Fix spacing.
3255
3256         * imap.el (imap-continuation): Fix typos.
3257
3258 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3259
3260         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3261
3262         * gnus-art.el (gnus-article-reply-with-original): Correct
3263         with-current-buffer scope.
3264
3265         * message.el (message-completion-alist): Add Reply-To, From, etc.
3266
3267 2002-09-18  Simon Josefsson  <jas@extundo.com>
3268
3269         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3270         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3271
3272 2002-09-17  Simon Josefsson  <jas@extundo.com>
3273
3274         * nnimap.el (nnimap-expiry-target): Don't search for which
3275         articles exists here.
3276         (nnimap-request-expire-articles): Do it here instead.  Only expire
3277         when articles are found.  Suggested by Nevin Kapur
3278         <nevin@jhu.edu>.
3279
3280 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3281         From Reiner Steib <reiner.steib@gmx.de>.
3282
3283         * message.el (message-strip-subject-trailing-was)
3284         (message-change-subject, message-add-archive-header)
3285         (message-xpost-fup2-header, message-xpost-insert-note)
3286         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3287         adopted from message-utils.el.  Add functions to the keymap, mode
3288         describtion and menu.
3289         (message-change-subject,message-xpost-fup2): Signal error if
3290         current header is empty.
3291         (message-xpost-insert-note): Changed insert position.
3292         (message-archive-note): Ensure to insert note in message body (not
3293         in head).
3294         (message-archive-header, message-archive-note)
3295         (message-xpost-default, message-xpost-note, message-fup2-note)
3296         (message-xpost-note-function): New variables adopted from
3297         message-utils.el.  Changed some doc-strings.
3298         (message-mark-insert-{begin,end}): Rename from
3299         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3300         values.
3301         (message-subject-trailing-was-query)
3302         (message-subject-trailing-was-ask-regexp)
3303         (message-subject-trailing-was-regexp): New variables.
3304         (message-to-list-only): Added doc-string and menu entry.
3305
3306         * message-utils.el: Removed.  Functions are now in message.el.
3307
3308 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3309
3310         * gnus-art.el (gnus-article-reply-with-original,
3311         gnus-article-followup-with-original): Switch to
3312         gnus-summary-buffer before reply/followup.
3313
3314 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3315
3316         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3317         not exist. Toggle it anyway.
3318
3319 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3320
3321         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3322
3323         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3324         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3325
3326         * rfc2047.el (message-posting-charset): Defvar it.
3327         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3328         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3329
3330         * mail-source.el (mail-source-fetch): Hide password.
3331
3332         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3333
3334 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3335         From John Paul Wallington <jpw@shootybangbang.com>.
3336
3337         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3338
3339 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3342
3343 2002-09-11  Simon Josefsson  <jas@extundo.com>
3344
3345         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3346         (nnimap-split-rule): Doc fix.
3347         (nnimap-request-expire-articles): Cleanup code.
3348
3349 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3350         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3351
3352         * gnus-art.el (gnus-article-address-banner-alist): New option.
3353         (article-strip-banner): Refer the above option to split banners of
3354         free mail servers, when no group parameter is specified.
3355
3356 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * nntp.el (nntp-wait-for-string): Check for a process in the
3359         current buffer instead of `nntp-server-buffer'.
3360
3361 2002-09-09  Simon Josefsson  <jas@extundo.com>
3362
3363         * gnus-art.el (gnus-button-man-handler): New variable.
3364         (gnus-button-alist): Use g-b-handle-man.
3365         (gnus-button-handle-man): New, call g-b-man-handler.
3366
3367 2002-09-08  Simon Josefsson  <jas@extundo.com>
3368
3369         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3370
3371 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3374
3375 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3378
3379         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3380         keystroke.
3381
3382         * gnus-srvr.el (gnus-browse-describe-group): New command and
3383         keystroke.
3384
3385 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3388         value for gnus-decoration property.
3389
3390 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3391
3392         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3393         string) as group name in case we have a CRLF in the file.
3394
3395 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3396
3397         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3398         group.
3399         (rfc1843-decode-hzp): do.
3400         (rfc1843-newsgroups-regexp): do.
3401
3402 2002-09-04  Simon Josefsson  <jas@extundo.com>
3403
3404         * message.el (message-canlock-generate): Make sure sha1 doesn't
3405         call external programs.
3406
3407 2002-09-03  Simon Josefsson  <jas@extundo.com>
3408
3409         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3410
3411         * gnus-agent.el (gnus-agent-batch): Add doc.
3412
3413 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3414
3415         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3416         check for signed and encrypted parts.
3417         * mml.el (mml-parse-1): Correct small typo which preventing
3418         setting recipients in a secure tag.
3419
3420 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * mm-util.el (mm-coding-system-priorities): Default to a list of
3423         iso-2022-jp and others for the Japanese environment.
3424
3425 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3428         invalid display names.
3429
3430 2002-08-30  Simon Josefsson  <jas@extundo.com>
3431
3432         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3433         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3434
3435 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3436
3437         * gnus.el (gnus-group-charter-alist): New option.
3438         (gnus-group-fetch-control-use-browse-url): New option.
3439
3440         * gnus-group.el (gnus-group-fetch-charter): New function.
3441         (gnus-group-fetch-control): New function.
3442         Add them to the keymap and menu. Require mm-url.
3443
3444 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3447         From Alex Schroeder <alex@emacswiki.org>.
3448
3449 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3450
3451         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3452         items expecting user interaction.
3453
3454         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3455
3456         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3457
3458         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3459
3460         * mml.el (mml-menu): do.
3461
3462 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * mail-source.el (mail-source-touch-pop): New function.
3465
3466         * message.el (message-smtpmail-send-it): New function.
3467         (message-send-mail-function): Add it for a candidate.
3468
3469 2002-08-27  Simon Josefsson  <jas@extundo.com>
3470
3471         * gnus-msg.el (posting-charset-alist): Use
3472         gnus-define-group-parameter instead of defcustom.
3473         (gnus-put-message): Handle SPC in GCC.
3474         (gnus-inews-insert-gcc): Ditto.
3475         (gnus-inews-insert-archive-gcc): Ditto.
3476
3477 2002-08-26  Simon Josefsson  <jas@extundo.com>
3478
3479         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3480         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3481         (gnus-agent-possibly-save-gcc): Autoload.
3482         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3483
3484 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus.el (gnus-other-frame-function): New user option.
3487         (gnus-other-frame): Use it; add a doc-string; make it work with
3488         the gnuclient program.
3489
3490         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3491
3492         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3493         `device-connection' and `dfw-device'.
3494
3495 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3496
3497         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3498         positives, make it stricter.  From Jochen Hein (trivial change).
3499
3500 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * gnus.el (gnus-other-frame): Trivial fix.
3503
3504 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * gnus.el (gnus-other-frame-parameters): New user option.
3507         (gnus-other-frame-object): New variable.
3508         (gnus-other-frame): Make it search for existing Gnus frame; don't
3509         read new news; delete frame on exit.
3510
3511         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3512
3513         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3514
3515 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3516         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3517
3518         * message.el (message-set-auto-save-file-name): Add support for
3519         the Cygwin Emacs; the system-type is `cygwin'.
3520         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3521
3522 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3523
3524         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3525
3526         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3527         avoid arithmetic errors.
3528
3529 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3532
3533 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3536         (message-ignored-resent-headers): Add envelope From.
3537
3538 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3539
3540         * gnus.el (gnus-summary-line-format): Document %k specifier.
3541
3542 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3543
3544         * gnus-sum.el (gnus-summary-line-message-size): New function.
3545         (gnus-summary-line-format-alist): Use it.
3546
3547 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * gnus-art.el (article-make-date-line): Refer to the value for
3550         `gnus-article-time-format' in the summary buffer.
3551
3552         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3553
3554 2002-08-14  Simon Josefsson  <jas@extundo.com>
3555
3556         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3557         quoting.
3558         (gnus-button-alist): Fix doc.
3559         (gnus-header-button-alist): Use ' not ` for default value quoting.
3560         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3561         rationale similar to 2002-05-01 change.
3562         (gnus-article-add-buttons-to-head): Evaluate expression.
3563
3564         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3565
3566 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * message.el (message-font-lock-keywords): Refer to the value for
3569         `message-cite-prefix-regexp' dynamically.
3570
3571 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3574
3575 2002-08-12  Simon Josefsson  <jas@extundo.com>
3576
3577         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3578         (imap-shell-open): Skip initial junk before IMAP greeting.
3579
3580 2002-08-11  Simon Josefsson  <jas@extundo.com>
3581
3582         * message-utils.el (message-xpost-default,
3583         message-xpost-fup2-header, message-xpost-fup2): Fixed
3584         Typos.  Trivial changes from Reiner Steib
3585         <4uce.02.r.steib@gmx.net>.
3586
3587 2002-08-09  Simon Josefsson  <jas@extundo.com>
3588
3589         * message.el (message-canlock-password): Set
3590         canlock-password-for-verify to newly generated canlock-password.
3591         When Emacs is restarted, Custom makes sure this is set, but during
3592         the same session we must set it manually.
3593
3594 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3595
3596         * yenc.el: New file.
3597
3598         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3599         (mm-uu-type-alist): Add yenc.
3600         (mm-uu-yenc-filename): New function.
3601         (mm-uu-yenc-extract): New function.
3602
3603         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3604
3605 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3606
3607         * dgnushack.el (merge): Don't use coerce.
3608
3609 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3610
3611         * mailcap.el (mailcap-mime-data): Test window-system rather than
3612         mm-device-type.
3613         (mailcap-mime-data): Call xdvi and gv with "-safer".
3614
3615         * mm-util.el: Don't define mm-device-type.
3616
3617 2002-08-05  Simon Josefsson  <jas@extundo.com>
3618
3619         * mm-util.el (mm-coding-system-priorities): coding-system type not
3620         supported everywhere.
3621
3622 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus.el (gnus-version-number): Bumped version number.
3625
3626 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3627
3628         * gnus.el: Oort Gnus v0.07 is released.
3629
3630 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3633         (gnus-article-sort-functions): Doc fix.
3634         (t): New keystroke.
3635         (gnus-article-sort-by-random): New function.
3636         (gnus-thread-sort-by-random): New function.
3637
3638 2002-08-02  Simon Josefsson  <jas@extundo.com>
3639
3640         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3641         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3642
3643 2002-07-31  Danny Siu  <dsiu@adobe.com>
3644
3645         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3646         when splitting malformed messages without message-id
3647
3648 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3649         From Niklas Morberg <niklas.morberg@axis.com>.
3650
3651         * nnweb.el (nnweb-type, nnweb-type-definition)
3652         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3653         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3654         functionality.
3655         * nnweb.el: Removed old non-functioning search engines.
3656
3657 2002-07-27  Simon Josefsson  <jas@extundo.com>
3658
3659         * message.el (message-forward-make-body): Don't use
3660         `message-forward-ignored-headers' when doing a "raw" followup (it
3661         is important to preserve e.g. CTE).
3662
3663         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3664
3665         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3666         regexp-quote, Cyrus Sieve is fixed.
3667
3668         * sieve-manage.el (sieve-manage-deletescript): New function.
3669
3670         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3671         (sieve-manage-mode): Fix menubar.
3672         (sieve-activate): Change some messages.
3673         (sieve-deactivate-all): New function.
3674         (sieve-deactivate): New alias.
3675         (sieve-remove): New function.
3676         (sieve-help): Fix help.
3677         All suggested by Ned Ludd.
3678
3679 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3682         (mm-w3m-safe-url-regexp): New user option.
3683
3684         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3685         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3686
3687 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3688
3689         * gnus-sum.el (gnus-summary-delete-article): Force
3690         nnmail-expiry-target to 'delete, so that absolute deletion
3691         happens when absolute deletion is requested.
3692
3693 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3694         From Nevin Kapur <nevin@jhu.edu>.
3695
3696         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3697         headers as empty headers.
3698
3699 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3700         From Jochen Hein <jochen@jochen.org>.
3701
3702         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3703         correct typo.
3704         (gnus-emphasis-strikethru): New face.
3705
3706 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3707         From Jason Merrill <jason@redhat.com>.
3708
3709         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3710         entire file for each of a sequence of missing articles.
3711
3712         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3713         value for gnus-view-pseudos.
3714
3715         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3716         avoid nreverse.
3717
3718 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3719         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3720
3721         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3722         (gnus-summary-mode-line-format-alist): Add %h for number of
3723         spams.
3724         (gnus-newsgroup-spam-marked): New variable.
3725         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3726         (gnus-article-read-p, gnus-article-mark)
3727         (gnus-set-global-variables, gnus-set-global-variables)
3728         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3729         (gnus-summary-mark-article-as-unread)
3730         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3731         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3732         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3733
3734 2002-07-10  Simon Josefsson  <jas@extundo.com>
3735
3736         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3737         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3738
3739 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3740
3741         * gnus-sum.el (gnus-summary-delete-article): Respect group
3742         parameters while expiring.
3743
3744 2002-07-08  Simon Josefsson  <jas@extundo.com>
3745
3746         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3747         Enberg.
3748
3749 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3750
3751         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3752         function is called interactively.  From Niklas Morberg.
3753
3754 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3755
3756         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3757         cdaar to cdar and car.
3758
3759         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3760         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3761
3762 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3765         don't break a narrowed article.
3766
3767         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3768         (nntp-open-via-rlogin-and-telnet): Ditto.
3769
3770 2002-07-02  Didier Verna  <didier@xemacs.org>
3771
3772         * nnmail.el (nnmail-split-methods): fix custom type.
3773
3774 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3775
3776         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3777         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3778
3779 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3780
3781         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3782         (gnus-summary-resend-message): Use it.
3783
3784 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3787         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3788
3789 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3790
3791         * message.el (message-font-lock-keywords): Don't fontify
3792         headers in the message body, only in the header.
3793         (message-font-lock-make-header-matcher): New function, used by
3794         message-font-lock-keywords.
3795         From Katsumi Yamaoka <yamaoka@jpl.org>.
3796
3797 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3800
3801 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3802
3803         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3804
3805 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3806
3807         * message.el (message-font-lock-keywords): Revert 2002-06-22
3808         change.
3809
3810 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3811
3812         * message.el (message-font-lock-keywords): Put colon in header
3813         name match.
3814
3815 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3816
3817         * message.el (message-font-lock-keywords): Don't use header faces
3818         in the body.  Thanks to Stefan Monnier for the hint on the
3819         implementation.
3820
3821 2002-05-09  Miles Bader  <miles@gnu.org>
3822
3823         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3824         (gnus-article-hide-citation): Respect it.
3825
3826 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3827
3828         * pop3.el (pop3-open-server): Fix typo.
3829
3830 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3831
3832         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3833         instead of push to ignore duplicate to-(list|address) values.
3834         * nnmail.el (nnmail-cache-ignore-groups): New.
3835         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3836
3837 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3838
3839         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3840         before sending.  Suggested by Jan Rychter.
3841
3842 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * dgnushack.el (remove): New compiler macro.
3845         (last, coerce, subseq): Remove compiler macros for those built-in
3846         or unused functions.
3847
3848 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3849
3850         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3851         sure to write byte-compiled versions of gnus-*-format-alist to
3852         .newsrc.eld.  From Simon Josefsson.
3853
3854 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3855
3856         * gnus-agent.el (gnus-agent-read-servers)
3857         (gnus-agent-write-servers): Put server name (string like
3858         "nnchoke:frumple") in the file instead of a server specification
3859         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3860         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3861
3862 2002-06-16  Simon Josefsson  <jas@extundo.com>
3863
3864         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3865         Reiner Steib <4uce.02.r.steib@gmx.net>.
3866
3867 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3868
3869         * nnheader.el (nnheader-file-name-translation-alist): Set the
3870         default value for MS Windows systems.
3871
3872         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3873
3874 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * message.el (message-beginning-of-line): Keep the region active
3877         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3878
3879 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3880
3881         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3882         * gnus-msg.el (gnus-summary-reply): Ditto.
3883         * gnus-msg.el (gnus-summary-handle-replysign): New.
3884
3885 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3888         if sending failed.
3889
3890 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3891
3892         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3893         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3894         to sign while encrypting.
3895
3896 2002-06-11  Simon Josefsson  <jas@extundo.com>
3897
3898         * gnus-int.el (gnus-request-move-article): Agent expire article if
3899         successfuly moved.
3900
3901         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3902         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3903
3904 2002-06-10  Simon Josefsson  <jas@extundo.com>
3905
3906         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3907
3908 2002-06-09  Simon Josefsson  <jas@extundo.com>
3909
3910         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3911
3912         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3913
3914 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3915
3916         * flow-fill.el (fill-flowed): Ignore errors.
3917
3918 2002-06-06  Simon Josefsson  <jas@extundo.com>
3919
3920         * message.el (message-send-mail-with-sendmail): Improve error message.
3921
3922 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3923
3924         * message.el (message-interactive): Change default from nil to t.
3925         Better to be safe than to be fast.
3926
3927 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3928
3929         * message.el (message-send-mail-with-sendmail): Check return value
3930         from call-process-region.
3931
3932 2002-06-04  Simon Josefsson  <jas@extundo.com>
3933
3934         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3935         (gnus-group-post-news, gnus-summary-mail-other-window)
3936         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3937         gnus-article-copy to nil, thereby inhibiting the `header' posting
3938         style match to use data from last viewed article.
3939         Suggested by Hrvoje Niksic.
3940
3941 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * spam.el (spam-point-at-eol): New alias.
3944         (spam-parse-whitelist): Use it.
3945
3946 2002-06-03  Simon Josefsson  <jas@extundo.com>
3947
3948         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3949         (nnmail-article-group): Use it.
3950
3951 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3952
3953         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3954         so that code reading them won't be surprised.  From Jesper Harder
3955         <harder@ifa.au.dk>.
3956
3957 2002-05-29  Simon Josefsson  <jas@extundo.com>
3958
3959         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3960         articles.
3961
3962         * gnus.el (gnus-agent-cache): Doc fix.
3963         (gnus-agent): Change default to t.
3964
3965         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3966         ARTICLES, GROUP and FORCE parameters.
3967
3968 2002-05-28  Simon Josefsson  <jas@extundo.com>
3969
3970         * gnus-group.el (gnus-group-line-format): Doc fix.
3971
3972 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3973
3974         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3975         original article before yanking.  From Jesper Harder
3976         <harder@ifa.au.dk>.
3977
3978 2002-05-26  Simon Josefsson  <jas@extundo.com>
3979
3980         * gnus-sum.el (gnus-summary-menu-split): New function.
3981         (gnus-summary-make-menu-bar): Split charset submenu.
3982         (gnus-summary-menu-maxlen): New variable.
3983         (gnus-summary-menu-split): Use it.
3984
3985 2002-05-25  Simon Josefsson  <jas@extundo.com>
3986
3987         * mml.el (mml-preview): Generate some headers.
3988
3989         * gnus.el (gnus-large-newsgroup): Fix :type.
3990
3991         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3992         Agent cache NOV's by default now).
3993         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3994
3995 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3996
3997         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3998         call to gnus-parent-id when we check for References loops.
3999         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4000         twice by saving the simplified subject string in simp-subject.
4001
4002 2002-05-23  Simon Josefsson  <jas@extundo.com>
4003
4004         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4005         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4006
4007         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4008         Niklas Morberg <niklas.morberg@axis.com>.
4009
4010 2002-05-22  Simon Josefsson  <jas@extundo.com>
4011
4012         * sieve.el (sieve-change-region): Define it before it is used.
4013
4014         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4015         (gnus-summary-reply): Ask for confirmation when replying to news.
4016         Defaults to not ask.  From Benjamin Rutt
4017         <rutt+news@cis.ohio-state.edu>.
4018
4019         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4020
4021 2002-05-21  Simon Josefsson  <jas@extundo.com>
4022
4023         * sieve-mode.el (sieve-manage): Fix autoloads.
4024
4025         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4026         name (makes it work with recent Cyrus timsieved).
4027
4028 2002-05-20  Jason  <jbaker@cs.utah.edu>
4029         Trivial patch.
4030
4031         * gnus-art.el (gnus-request-article-this-buffer): Try
4032         reconnecting if you don't get the message.
4033
4034 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4035
4036         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4037         Reply-To headers from the headers.
4038
4039 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040
4041         * mm-url.el (mm-url-insert): Remove junk message.
4042
4043 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4046         (nnslashdot-use-front-page): New variable.
4047         (nnslashdot-request-list): Use it.
4048
4049         * mm-url.el (mm-url-timeout): New variable.
4050         (mm-url-retries): Ditto.
4051         (mm-url-insert): Use it.
4052
4053 2002-05-16  Simon Josefsson  <jas@extundo.com>
4054
4055         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4056         (gnus-simplify-subject-functions): Mention g-s-a-w.
4057
4058 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4059
4060         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4061         nnmail-cache-insert.
4062         * nndiary.el (nndiary-request-accept-article): Ditto.
4063         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4064         * nnimap.el (nnimap-request-accept-article): Ditto.
4065         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4066         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4067         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4068         * nnmh.el (nnmh-request-accept-article): Ditto.
4069         * nnmail.el (nnmail-cache-insert): Change group to required,
4070         removed code which tried to figure out the group.
4071
4072 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4073
4074         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4075         messages. From Hans de Graaff <hans@degraaff.org>.
4076         * nnml.el (nnml-request-accept-article): Pass in the group name to
4077         nnmail-cache-insert, since it's available.
4078
4079 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4080
4081         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4082
4083 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4084         From Florian Weimer <fw@deneb.enyo.de>.
4085
4086         * gnus.el (subscribed): New group parameter.
4087         (gnus-find-subscribed-addresses): Use it.
4088
4089 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4090
4091         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4092         the default for pgpmime to support pgp v2.
4093         * mml-sec.el (mml-signencrypt-style): New accessor function to
4094         allow users to get/set the signencrypt style more easily without
4095         frobbing the alist directly.
4096         * mml.el (mml-generate-mime-1): Use accessor function.
4097
4098 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4099
4100         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4101         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4102         <schwab@suse.de>.
4103
4104 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4105
4106         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4107         when intuiting the group the message is written to.  From Josh
4108         Huber <huber@alum.wpi.edu>.
4109
4110 2002-05-06  Simon Josefsson  <jas@extundo.com>
4111
4112         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4113         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4114
4115 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4116
4117         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4118         argument, and fixed compiler warning. (added autoload for
4119         gpg-encrypt).
4120
4121 2002-05-04  Simon Josefsson  <jas@extundo.com>
4122
4123         * mml1991.el (mml1991-function-alist): Doc fix.
4124
4125         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4126         doesn't exist (for previewing messages without having Gnus
4127         started).
4128
4129         * mm-util.el (mm-coding-system-priorities): Defcustom.
4130
4131         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4132
4133 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4134
4135         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4136         default.
4137         * mml-sec.el:
4138         * mml-sec.el (mml-signencrypt-style): New.
4139         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4140         argument `sign'.
4141         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4142         signencrypt.
4143         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4144         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4145         both signed & encryped is processed in one operation. (rather than
4146         two separate ops: sign, then encrypt)
4147         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4148         indication if a message is signed by an expired key.
4149         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4150         enables combined sign & encrypt operation. (this was always on
4151         before).
4152         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4153
4154 2002-05-01  Simon Josefsson  <jas@extundo.com>
4155
4156         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4157         server.
4158         (nnimap-mailbox-info): defvar instead of defvoo.
4159
4160 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4161
4162         * gnus.el: Oort Gnus v0.06 is released.
4163
4164 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * lpath.el: Bind url-package-version.
4167
4168 2002-05-01  Simon Josefsson  <jas@extundo.com>
4169
4170         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4171         filename before deleting the group itself, because the presence of
4172         a group filename decides if long filenames are used or not.
4173
4174         * gnus-art.el (gnus-button-alist): Don't inline
4175         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4176         without also modifying g-button-alist.
4177         (gnus-button-alist): Fix type to allow variable as well as regexp.
4178         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4179         themselves, variables to its contents.
4180         (gnus-button-entry): Ditto.
4181
4182 2002-05-01  Simon Josefsson  <jas@extundo.com>
4183
4184         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4185         UIDNEXT as a string.
4186
4187         * nnimap.el (nnimap-string-lessp-numerical): New function.
4188         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4189         integers.
4190
4191 2002-04-29  Simon Josefsson  <jas@extundo.com>
4192
4193         * nnmail.el (nnmail-cache-insert): Accept optional group
4194         parameter.
4195
4196         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4197         n-r-g-a is disabled.
4198
4199 2002-04-29  Simon Josefsson  <jas@extundo.com>
4200
4201         * nnimap.el (nnimap-split-fancy): Fix doc.
4202         (nnimap-split-fancy): Fix doc.
4203
4204         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4205         (nnimap-mailbox-info): New internal variable.
4206         (nnimap-retrieve-groups): Implement faster new mail check.
4207
4208         * nnimap.el (nnimap-split-articles): Support
4209         nnmail-cache-accepted-message-ids.
4210         (nnimap-request-accept-article): Ditto.
4211
4212         * imap.el (imap-mailbox-status-asynch): New command.
4213
4214 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4215
4216         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4217         are no subscribed mail groups.
4218         - Strip quoted names when comparing addresses
4219
4220 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4221
4222         * mm-decode.el (mm-text-html-renderer): Change customize type to
4223         const.
4224
4225         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4226         (gnus-debug-exclude-variables): do.
4227
4228 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4229
4230         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4231         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4232
4233 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * dns.el (dns-make-network-process): New macro.
4236         (query-dns): Use it.
4237
4238 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4239
4240         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4241         article-buffer.
4242
4243         * mm-url.el (mm-url-package-name): New variable.
4244         (mm-url-package-version): New variable.
4245         (mm-url-insert-file-contents): Bind url-package-name and
4246         url-package-version here.
4247         * nnrss.el (nnrss-insert-w3): Move the bindings.
4248
4249         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4250         url-package-version. Trivial change from Andrew J Cosgriff
4251         <ajc@polydistortion.net>
4252
4253         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4254         attachments. Trivial change from Peter 'Luna' Runestig
4255         <peter@runestig.com>.
4256
4257 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4258
4259         * nnkiboze.el (nnkiboze-request-scan): Call
4260         nnkiboze-possibly-change-group.
4261         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4262         problems.
4263         (nnkiboze-generate-group): Set newsrc to the *highest* article
4264         number kibozed, not the lowest.
4265
4266 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4267
4268         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4269
4270 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4271         From Dan Christensen <jdc+news@uwo.ca>.
4272
4273         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4274         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4275         Recognize math postings.  Extract Date (now ignores "(15kb)").
4276         Extract email address using gnus-extract-address-components
4277         instead of just taking the first word.  Create Date and From
4278         headers for message which are missing these headers.  Get rid
4279         of spurious \\ lines (purely cosmetic).  Extend body-end and
4280         file-end regexps, to exclude more garbage from the message.
4281         Make URL rephrasing regexp more flexible, to match current
4282         format.
4283
4284 2002-04-23  Simon Josefsson  <jas@extundo.com>
4285
4286         * netrc.el: New file, functions copied from gnus-util.el by Ted
4287         Zlatanov <tzz@lifelogs.com>.
4288
4289         * gnus-util.el: Require netrc.
4290         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4291         new code in netrc.el.
4292
4293 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4294
4295         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4296         message-ignored-resent-headers, too.  From Matthieu Moy
4297         <Matthieu.Moy@imag.fr>.
4298
4299 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4300
4301         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4302         boolean not a string
4303         * gnus-group.el (gnus-group-line-format): add description of %C
4304         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4305           as %C
4306         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4307
4308 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4309
4310         * nnmaildir.el (nnmaildir-request-scan): typo: set
4311         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4312         nnmail-get-new-mail for 'find-new-groups.
4313
4314 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4315
4316         * nnmaildir.el (nnmaildir-request-update-info,
4317         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4318         unnecessary calls to nnmaildir-request-scan.
4319
4320 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4321
4322         * gnus-msg.el:
4323         * gnus-msg.el (gnus-message-replysign): New.
4324         * gnus-msg.el (gnus-message-replyencrypt): New.
4325         * gnus-msg.el (gnus-message-replysignencrypted): New.
4326         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4327         (above) to automatically encrypt/sign to encrypted/signed
4328         messages.
4329         * message.el:
4330         * message.el (message-mode-map): Add keybinding for
4331         `message-to-list-only'
4332         * message.el (message-mode): Add description for
4333         `message-to-list-only'
4334         * message.el (message-to-list-only): New.
4335         * message.el (message-make-mft): Changed to use the cl loop macro,
4336         and added optional flag to return only the matched list. (for use
4337         in new message-to-list-only function)
4338
4339 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4340
4341         * gnus-msg.el:
4342         * gnus-msg.el (gnus-message-replysign):
4343         * gnus-msg.el (gnus-replysign): New.
4344         * gnus-msg.el (gnus-replyencrypt): New.
4345         * gnus-msg.el (gnus-replysignencrypted): New.
4346         * gnus-msg.el (gnus-summary-reply):
4347         * message.el:
4348         * message.el (message-mode-map):
4349         * message.el (message-mode):
4350         * message.el (message-to-list-only): New.
4351         * message.el (message-make-mft):
4352
4353 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4354
4355         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4356
4357 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4358
4359         * message.el (message-gen-unsubscribed-mft): accept a prefix
4360         argument so CC can be included with C-u C-c C-f C-a
4361
4362 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4363         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4364
4365         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4366         Improve docstring.
4367         (spam-enter-blacklist): New command.
4368
4369         * gnus-sum.el (gnus-spam-mark): New mark.
4370         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4371         (gnus-summary-make-tool-bar): Correct conditional.
4372         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4373         (gnus-summary-mark-as-spam): New command.
4374
4375 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4376
4377         * mml-sec.el (mml-secure-message): changed to support arbritrary
4378         modes.
4379         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4380         changed to support "signencrypt" mode.
4381         * mml.el (mml-parse-1): changed to support different secure modes
4382         more easily. (for signencrypt)
4383
4384 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4385
4386         * gnus-sum.el (gnus-update-summary-mark-positions)
4387         (gnus-summary-toggle-header):
4388         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4389         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4390         (gnus-uu-post-encoded):
4391         * nnfolder.el (nnfolder-possibly-change-group):
4392         * nnimap.el (nnimap-retrieve-headers):
4393         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4394
4395 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4396
4397         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4398         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4399
4400 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-srvr.el (gnus-server-set-info): Clear
4403         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4404         From Daiki Ueno <ueno@unixuser.org>.
4405
4406 2002-04-11  Simon Josefsson  <jas@extundo.com>
4407
4408         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4409         viewing of security buttons.  Thanks to Nicolas Kowalski
4410         <Nicolas.Kowalski@imag.fr>.
4411
4412         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4413         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4414         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4415         <Nicolas.Kowalski@imag.fr>.
4416         (smime-decrypt-buffer): Ditto.
4417
4418 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4421         header line.
4422
4423 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4424
4425         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4426
4427 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4428
4429         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4430
4431 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4432
4433         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4434         errors when debug.
4435
4436 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4437
4438         * message.el (message-make-mft): Changed MFT code from using
4439         message-recipients (which included Bcc) to use only the To and CC
4440         headers.
4441
4442 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4443
4444         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4445         add link.
4446         (gnus-treat-mail-picon): Ditto.
4447         (gnus-treat-newsgroups-picon): Ditto.
4448         (gnus-picon-databases): Fix custom type.
4449         (gnus-picon-databases): Add link.
4450         (gnus-article-x-face-command): Add to gnus-picon group.
4451
4452 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4453
4454         * message.el (message-buffer-naming-style): Remove.
4455
4456 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4457
4458         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4459
4460         * message.el (message-tool-bar-map): Ditto.
4461
4462         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4463
4464 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4465
4466         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4467
4468 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4469
4470         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4471
4472 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4473         Trivial patch.
4474
4475         * dns.el: open-network-stream under XEmacs does udp.
4476
4477 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4478
4479         * spam.el (spam-enter-whitelist): New function.
4480         (spam-parse-whitelist): Ditto.
4481         (spam-refresh-list-cache): Ditto.
4482         (spam-address-whitelisted-p): New function.
4483
4484         * dns.el (query-dns): Use TCP when make-network-process isn't
4485         available.
4486         (dns-servers): New variable.
4487         (dns-parse-resolv-conf): New function.
4488         (query-dns): Use it.
4489
4490         * spam.el: New file.
4491
4492         * dns.el (query-dns): Test.
4493
4494 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * lpath.el (featurep): Bind make-network-process.
4497
4498 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4499
4500         * nnmaildir.el: Use defstruct.  Use a single copy of
4501         nnmail-extra-headers to save memory.  Store server's group name
4502         prefix instead of each group's prefixed name.
4503         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4504         nntp-server-buffer.
4505
4506 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * dns.el: New file.
4509
4510 2002-03-28  Simon Josefsson  <jas@extundo.com>
4511
4512         * gnus-sum.el (gnus-summary-dummy-line-format):
4513         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4514         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4515
4516 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4517
4518         * gnus-sum.el (gnus-summary-move-article)
4519         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4520         the doc string.
4521
4522 2002-03-28  Simon Josefsson  <jas@extundo.com>
4523
4524         * mml-sec.el (mml-secure-message): Search after
4525         mail-header-separator from top of message.
4526
4527 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4528
4529         * nnmaildir.el: Cosmetic changes.
4530         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4531         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4532         nnmaildir--group-ls): New macros/functions.  Use them.
4533         (nnmaildir--unlink): Evalutate argument only once.
4534
4535 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4536
4537         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4538         symbols.
4539         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4540         `gnus-point-at-eol'.
4541
4542 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4543
4544         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4545         nnmaildir--marks-dir): New macros.  Use them.
4546         Use inhibit-quit for atomicity instead of in-memory journaling.
4547         (nnmaildir--edit-prep): New function.
4548         (Local Variables): Use it.
4549
4550 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4551
4552         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4553
4554 2002-03-25  Simon Josefsson  <jas@extundo.com>
4555
4556         * message.el (message-mode): Fix doc.
4557
4558 2002-03-25  Simon Josefsson  <jas@extundo.com>
4559
4560         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4561         Matthieu Moy <Matthieu.Moy@imag.fr>.
4562
4563 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4564
4565         * mml-sec.el (mml-unsecure-message): Add docstring.
4566
4567 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4568
4569         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4570         value.
4571         Trivial change from andre@slamdunknetworks.com
4572
4573 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4574
4575         * mml.el (mml-mode-map): Added a keybinding for
4576         `mml-unsecure-message'.  Also, added a menu entry for said
4577         function in the Attachments menu.
4578
4579 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * canlock.el (canlock-version): Remove.
4582         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4583         here; simplify \x insertions.
4584         (canlock-sha1): New function, always return a unibyte string.
4585         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4586         of a password.
4587         (canlock-insert-header): Use `canlock-sha1'.
4588         (canlock-verify): Ditto.
4589
4590 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4591
4592         * message.el (message-fix-before-sending): Add an option that
4593         ignores illegible text.
4594         Trivial change from Mark Milhollan <mlm@attglobal.net>
4595
4596         * message.el (message-font-lock-keywords): Support multi-line MML
4597         tags.
4598
4599         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4600         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4601
4602 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4605         symbols for "View as different encoding" submenu.
4606
4607 2002-03-19  Simon Josefsson  <jas@extundo.com>
4608
4609         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4610         encoding" submenu.
4611
4612 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4613
4614         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4615
4616 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4617
4618         * gnus-sum.el (gnus-sum-thread-tree-root)
4619         (gnus-sum-thread-tree-single-indent)
4620         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4621         (gnus-sum-thread-tree-leaf-with-other)
4622         (gnus-sum-thread-tree-single-leaf): Make customizable.
4623
4624 2002-03-16  Simon Josefsson  <jas@extundo.com>
4625
4626         * gnus-util.el (gnus-extract-address-components): Don't break on
4627         names such as James "Kibo" Parry.  From Francis Litterio
4628         <franl@world.std.com>.
4629
4630 2002-03-13  Simon Josefsson  <jas@extundo.com>
4631
4632         * pop3.el (pop3-open-server): Revert multibyte change.  From
4633         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4634
4635         * message.el (message-send-mail-with-qmail): Make it work.  From
4636         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4637
4638 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4639
4640         * message.el (message-make-mft): Set case-fold-search while
4641         generating the MFT.  Also, a little cleanup in the MFT code.
4642
4643 2002-03-12  Simon Josefsson  <jas@extundo.com>
4644
4645         * message.el (message-qmail-inject-args): May be function.
4646         (message-send-mail-with-qmail): Call function if m-q-i-a is
4647         function.  From fn@hungry.org (Faried Nawaz).
4648
4649 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4650
4651         * message.el (message-abbrevs-loaded): Remove.
4652         (mailabbrev): Require it.
4653
4654         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4655
4656 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * pop3.el (pop3-open-server): Set process buffer unibyte.
4659
4660 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661
4662         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4663
4664 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4665
4666         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4667         too.
4668
4669 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4670
4671         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4672         duplication.
4673         (gnus-summary-save-parts-type-history): Ditto.
4674         (gnus-summary-save-parts-last-directory): Ditto.
4675         Trivial change from andre@slamdunknetworks.com
4676
4677 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4678
4679         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4680
4681 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4682
4683         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4684         -->" as the end of the first article.
4685
4686         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4687         From Matthieu Moy <Matthieu.Moy@imag.fr>
4688
4689         * message.el (message-add-action): Use add-to-list.
4690         (message-delete-action): New function.
4691
4692         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4693         pieces.
4694
4695 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4696
4697         * nnnil.el: New file.
4698         * gnus.el (gnus-valid-select-methods): Include nnnil.
4699
4700 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4701
4702         * message.el (message-syntax-checks): Because canlock is
4703         supported, we disable sender syntax check.
4704         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4705
4706         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4707         value of message-syntax-checks.
4708
4709         * qp.el (quoted-printable-decode-region): Doc addition.
4710         From: Eli Zaretskii <eliz@is.elta.co.il>
4711
4712         * mail-source.el (make-source-make-complex-temp-name): Use
4713         make-temp-file.
4714
4715         * mm-util.el (mm-make-temp-file): New function.
4716         * nneething.el (nneething-file-name): Use it.
4717         * mml-smime.el (mml-smime-encrypt): Ditto.
4718         * mm-view.el (mm-inline-wash-with-file): Ditto.
4719         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4720         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4721         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4722         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4723         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4724         * gnus-art.el (gnus-mime-print-part): Ditto.
4725
4726 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4727
4728         * message.el (nnmaildir-article-number-to-base-name): New
4729         function.
4730         (nnmaildir-base-name-to-article-number): New function.
4731
4732 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * smime.el (smime-make-temp-file): Don't quote
4735         `temporary-file-directory'.
4736
4737 2002-03-04  Simon Josefsson  <jas@extundo.com>
4738
4739         * smime.el (smime-sign-region): Rename argument keyfiles to
4740         keyfile. You only sign something with one key.
4741         (smime-sign-buffer): Better completing-read prompt.
4742         (smime-decrypt-buffer): Ditto.
4743
4744         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4745
4746         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4747         completing-read.
4748         (mm-view-pkcs7-decrypt): CRLF->LF.
4749
4750 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4751
4752         * message.el (message-hierarchical-addresses): New variable.
4753         (message-get-reply-headers): Use it.
4754         From Ted Zlatanov <teodor.zlatanov@divine.com>
4755
4756 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4757
4758         * message.el (message-mode): If buffer-file-name, don't set auto
4759         save file name.
4760         Trivial change from Geoff Greene <ggreene@wpi.edu>
4761
4762 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4763
4764         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4765         takes one argument in read-char.
4766
4767         * message.el (message-fix-before-sending): Forward a char.
4768         Check mmu-multibyte-p, add control-1.
4769
4770 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4771
4772         * gnus-start.el (gnus-read-init-file): Ditto.
4773
4774         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4775
4776         * dgnushack.el (dgnushack-make-load): Ditto.
4777
4778         * mail-source.el (mail-source-fetch): Extract the right error
4779         code.
4780
4781         * message.el (message-fix-before-sending): Check illegible text.
4782
4783         * gnus-util.el (gnus-multiple-choice): New function.
4784
4785         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4786         also defined in gnus-score.el.
4787
4788 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4789
4790         * message.el (message-get-reply-headers): downcase email addresses
4791         for comaparisons for duplicate removal.
4792
4793 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4794
4795         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4796         implementation of PKCS#7, which just allows users read the
4797         message.
4798         (mm-view-pkcs7): Use it.
4799
4800 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4801
4802         * gnus.el (large-newsgroup-initial): New parameter.
4803
4804         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4805         (gnus-summary-insert-old-articles): Ditto.
4806
4807 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4808
4809         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4810         used as the default answer of the question, "How many articles?".
4811         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4812
4813         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4814         small numbers.
4815
4816 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4817
4818         * deuglify.el: Fix comments.
4819
4820 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4821
4822         * html2text.el (html2text-clean-anchor): If there is no HREF,
4823         insert nothing.
4824
4825         * mml.el (mml-generate-mime-1): Add cdr.
4826         From: andre@slamdunknetworks.com
4827
4828         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4829         (mm-text-html-washer-alist): Ditto.
4830
4831         * mm-decode.el (mm-text-html-renderer): Add html2text.
4832
4833         * html2text.el: Face lift.
4834
4835         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4836
4837 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4838
4839         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4840
4841         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4842
4843         * deuglify.el: New file. The original file name is
4844         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4845
4846         * mm-decode.el (mm-display-external): Use
4847         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4848
4849 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4850
4851         * nnmaildir.el (nnmaildir-request-list): Report the highest
4852         article number, not the total number of articles.
4853
4854 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4855
4856         * gnus-sum.el: Move uu key map here.
4857         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4858
4859 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4860
4861         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4862         nnmail-expiry-wait* if expire-age parameter is not set.
4863
4864 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4865
4866         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4867         function.
4868         (gnus-group-sort-selected-groups-by-real-name): New function.
4869         (gnus-group-make-menu-bar): Add sort by real name.
4870
4871         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4872         rebuild.
4873         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4874         nil as dependencies as well.
4875
4876 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4877
4878         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4879         for mime-parts.
4880
4881         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4882
4883         * gnus-group.el (gnus-group-name-decode): Don't test
4884         multibyte-string, because it breaks XEmacs.
4885         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4886
4887         * message.el (message-send-mail): Be talkative.
4888
4889         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4890         (mm-automatic-display): Ditto.
4891
4892         * mailcap.el (mailcap-mime-data): Ditto.
4893         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4894
4895 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * many files: Remove trailing whitespaces, replace spc+tab with
4898         tab, replace leading whitespaces with tabs.
4899
4900 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4901
4902         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4903         articles with no body and no blank line after the header.
4904
4905 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4906
4907         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4908         parts.
4909
4910         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4911         non-ascii chars.
4912
4913         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4914
4915         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4916         w3-delay-image-loads.
4917         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4918         (mm-w3-prepare-buffer): Ditto.
4919
4920         * mail-source.el (mail-source-fetch-directory): Run scripts.
4921
4922 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4925         for Majordomo confirmations.
4926
4927 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4930
4931 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4934
4935 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4936
4937         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4938         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4939
4940 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4941
4942         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4943         (mm-inline-render-with-stdin): Ditto.
4944         (mm-inline-render-with-function): Ditto.
4945         (mm-inline-wash-with-file): Bind coding-system-for-write.
4946         (mm-inline-wash-with-stdin): Ditto.
4947
4948 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4949
4950         Suggested by Felix Natter <fnatter@gmx.net>
4951
4952         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4953         gnus-mime-externalize-view.
4954         (gnus-mime-view-part-internally): Rename from
4955         gnus-mime-internalize-view.
4956         (gnus-article-view-part-externally): Rename from
4957         gnus-article-externalize-part.
4958         (gnus-mime-action-alist): Change correspondingly.
4959         (gnus-mime-button-commands): Ditto.
4960         (gnus-mime-action-alist): Remove duplication.
4961
4962         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4963
4964 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4965
4966         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4967
4968         * gnus-art.el (gnus-display-mime): Use it.
4969
4970         * mm-partial.el (mm-partial-find-parts): Use it.
4971
4972         * gnus-sum.el (gnus-article-loose-mime): Rename from
4973         gnus-article-no-strict-mime.
4974         (gnus-summary-save-parts): Use it.
4975
4976 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4979         local variable.
4980
4981         * gnus-art.el (article-display-x-face): Don't sort multiple
4982         X-Faces.
4983
4984 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4987         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4988
4989         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4990
4991 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4992
4993         Some ideas is inspired by code from Hrvoje Niksic
4994         <hniksic@arsdigita.com>
4995
4996         * gnus-art.el (gnus-article-wash-function): Set the default to
4997         nil, so that we use mm-text-html-renderer instead.
4998         (article-wash-html): Use mm-text-html-renderer.
4999
5000         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5001         (mm-text-html-renderer): New variable.
5002         (mm-inline-text-html-renderer): Set the default to nil, so that we
5003         use mm-text-html-renderer instead.
5004
5005         * mm-view.el (mm-inline-text-html): New function.
5006         (mm-text-html-renderer-alist): New variable.
5007         (mm-inline-text-vcard): New function.
5008         (mm-inline-text): Split.
5009         (mm-links-remove-leading-blank): New function.
5010         (mm-inline-render-with-file): New function.
5011         (mm-inline-render-with-stdin): New function.
5012         (mm-inline-render-with-function): New function.
5013         (mm-text-html-washer-alist): New variable.
5014         (mm-inline-wash-with-file): New function.
5015         (mm-inline-wash-with-stdin): New function.
5016
5017 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5018
5019         * message-utils.el: Fix installation doc.
5020         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5021
5022 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5023
5024         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5025         (gnus-post-method): Use it.
5026         (gnus-summary-cancel-article): Find the correct post-method.
5027
5028         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5029         * message.el (message-send-news): Ditto.
5030         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5031         <ipmonger@delamancha.org>
5032
5033         * gnus.el (gnus-select-method): Fix doc.
5034         (gnus-server-string): Use 'using nntp'.
5035
5036         * gnus-agent.el (gnus-slave-unplugged): New command.
5037         From: Felix Natter <fnatter@gmx.net>
5038
5039 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5040
5041         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5042         Call edit-done-function first, then change the window
5043         configuration.
5044         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5045         (gnus-article-edit-mode): mml-mode.
5046
5047         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5048         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5049
5050         * message-utils.el: Adopt the file.
5051
5052         * message-utils.el: New file.
5053         From Holger Schauer <Holger.Schauer@gmx.de>
5054
5055 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5056
5057         * gnus-sum.el (gnus-summary-move-article): Select-article only
5058         when gnus-move-split-methods is non-nil. And we don't render or
5059         mark the article.
5060
5061         * gnus-fun.el (gnus-shell-command-to-string): New function.
5062         (gnus-shell-command-on-region): New function.
5063         (gnus-random-x-face): Use them.
5064         (gnus-x-face-from-file): Ditto.
5065         (gnus-convert-image-to-gray-x-face): Ditto.
5066         (gnus-convert-gray-x-face-to-xpm): Ditto.
5067         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5068
5069 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-art.el (gnus-treat-display-xface): Don't use
5072         `shell-command-to-string' when compiling.
5073         (gnus-treat-display-grey-xface): Ditto.
5074
5075 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5076
5077         * nnmaildir.el (nnmaildir--article-count): If the group is
5078         completely empty, report minimum article number as 1 instead of 0.
5079
5080 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5081
5082         * gnus-agent.el (gnus-get-predicate): Use nconc.
5083
5084         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5085         gnus-summary-display-cache as cache.
5086
5087         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5088         (nndoc-mail-in-mail-type-p): New function.
5089         (nndoc-mail-in-mail-article-begin): New function.
5090
5091 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5092
5093         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5094
5095         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5096         use-hard-newlines to nil.
5097
5098         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5099         image is not available if window-system is not available.
5100
5101         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5102
5103 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5104
5105         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5106         bookmark, because update-mark doesn't handle it correctly.
5107
5108 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5109
5110         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5111         directly instead of calling message-send-mail.
5112
5113         * gnus-start.el (gnus-read-descriptions-file): Use
5114         gnus-default-charset.
5115
5116         * mm-util.el (mm-guess-mime-charset): New function.
5117
5118         * gnus.el (gnus-default-charset): Use it.
5119         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5120         the default.
5121
5122 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5123
5124         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5125         (article-display-x-face): Use it.  Disable grey xface, if
5126         uncompface is not found.
5127
5128         * message.el (message-mode): Don't enable multibyte on an indirect
5129         buffer.
5130
5131         * nnrss.el (nnrss-content-function): New variable.
5132         (nnrss-request-article): Use it.
5133
5134 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5135
5136         * gnus.el: Add article-unsplit-urls.
5137         * gnus-sum.el: Ditto.
5138         * gnus-art.el (gnus-treat-strip-cr): New variable.
5139         (gnus-treatment-function-alist): Use it.
5140         (article-unsplit-urls): New function.
5141         (gnus-article-make-menu-bar): Use it.
5142         From: Michael Cook <michael.cook@cisco.com>
5143
5144 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5145
5146         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5147         copy.
5148
5149 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5150
5151         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5152         with internal whitespace.
5153         (gnus-parent-id): Ditto.
5154
5155 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5156
5157         * gnus-art.el (gnus-article-treat-body-boundary): Add
5158         gnus-decoration property.
5159         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5160
5161         * message.el (message-mode): Set local-abbrev-table.
5162         From Matt Armstrong <matt@lickey.com>.
5163
5164         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5165         too many spaces.
5166
5167         * rfc2047.el (rfc2047-unfold-region): Ditto.
5168         (rfc2047-decode-region): Don't unfold. Let
5169         gnus-article-treat-unfold-headers do it.
5170
5171         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5172         From: Jesper Harder <harder@ifa.au.dk>
5173
5174 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5177         (gnus-configure-posting-styles): Use it.
5178         (gnus-configure-posting-styles): Remove trailing newspaces.
5179
5180 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5181
5182         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5183         is non-nil.
5184
5185         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5186
5187         * gnus.el (gnus-server-to-method): Switch position with
5188         gnus-server-get-method.
5189         (gnus-agent): Add doc.
5190
5191         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5192         (gnus-summary-save-parts): Use it.
5193
5194         * gnus-art.el (gnus-display-mime): Use it.
5195         * mm-partial.el (mm-partial-find-parts): Use it.
5196
5197         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5198
5199         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5200         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5201
5202         * nnagent.el (nnagent-request-expire-articles): Don't delete
5203         files.
5204
5205 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5206
5207         * message.el (message-gen-unsubscribed-mft): New function.
5208         From Sriram Karra <karra@cs.utah.edu>.
5209
5210         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5211         open parenthesis.
5212
5213         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5214         (mm-inline-text-html-render-with-w3): Ditto.
5215         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5216         Suggested by Dave Love  <d.love@dl.ac.uk>.
5217
5218         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5219
5220         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5221         * nntp.el (nntp-send-command): Ditto.
5222         * nntp.el (nntp-send-command-nodelete): Ditto.
5223
5224 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5225
5226         * mm-url.el (mm-url-load-url): New function.
5227         (mm-url-insert-file-contents): Use it.
5228
5229         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5230
5231         * message.el (message-forward-make-body): Correctly copy
5232         forward-buffer.
5233
5234         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5235
5236 2002-02-04  Simon Josefsson  <jas@extundo.com>
5237
5238         * gnus-art.el (gnus-article-followup-with-original): Mark with
5239         force, prevent errors when following up from article buffer.
5240         (gnus-article-reply-with-original): Ditto.
5241
5242         * binhex.el (binhex-decoder-switches): Fix doc.  From
5243         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5244
5245 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5246
5247         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5248         highlight-citation after emphasize.
5249
5250 2002-02-04  Simon Josefsson  <jas@extundo.com>
5251
5252         * nnfolder.el (nnfolder-open-marks):
5253
5254         * nnml.el (nnml-open-marks): Message when done.  From David
5255         Edmondson <dme@sun.com>.
5256
5257 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5258
5259         * imap.el (imap-anonymous-auth): Fix typo.
5260         From: Steinar Bang <sb@dod.no>
5261
5262         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5263         save-excursion.
5264         (gnus-cache-braid-heads): Ditto.
5265
5266         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5267         line, because there are extra articles in the overview buffer.
5268
5269         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5270
5271         * message.el (message-forward-rmail-make-body): Directly use
5272         rmail-msg-restore-non-pruned-header to avoid calling
5273         vertical-motion.
5274
5275 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5276
5277         * gnus-cache.el (gnus-summary-insert-cached-articles):
5278         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5279
5280         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5281         gnus-newsgroups-unselected.
5282
5283         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5284         gnus-add-to-sorted-list.
5285
5286         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5287         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5288         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5289         (gnus-update-read-articles): UNREAD is sorted.
5290         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5291         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5292         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5293         (gnus-newsgroup-dormant): Require sorted.
5294
5295         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5296         directories.
5297         (gnus-dired-print): New function.
5298
5299         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5300         ps-despool.
5301
5302 2002-02-02  Simon Josefsson  <jas@extundo.com>
5303
5304         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5305
5306 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5307
5308         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5309         t. This makes gnus-agent customizable without putting
5310         gnus-agentize into .gnus.
5311
5312         * gnus.el (gnus-agent): Make it customizable.
5313
5314         * gnus-dired.el: New file.
5315         From Benjamin Rutt <brutt@bloomington.in.us>
5316
5317         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5318         if no article.
5319         (gnus-cache-possibly-remove-article): Ditto.
5320         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5321
5322 2002-02-01  Simon Josefsson  <jas@extundo.com>
5323
5324         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5325
5326 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5329         (mm-setup-w3m): Don't bind keys listed in the above.
5330
5331 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5334         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5335         is non-nil; bind `w3m-force-redisplay' with nil.
5336
5337         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5338
5339         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5340
5341 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5342
5343         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5344         use mail-header-unfold-field.
5345
5346         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5347         gnus-summary-limit.
5348
5349         * gnus-range.el (gnus-add-to-sorted-list): New function.
5350         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5351         (gnus-mark-article-as-unread): Ditto.
5352         (gnus-summary-mark-article-as-unread): Ditto.
5353         (gnus-build-get-header): Ditto.
5354         (gnus-summary-prepare-threads): Ditto.
5355         (gnus-summary-insert-pseudos): Ditto.
5356         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5357         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5358         (gnus-summary-insert-old-articles): Ditto.
5359
5360         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5361         (gnus-configure-posting-styles): Support the new format.
5362
5363         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5364         edebug-form-spec to (sexp body).
5365         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5366
5367         * message.el (message-reply-headers): Add doc.
5368
5369 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5370
5371         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5372         gnus-cache-active-hashtb.
5373
5374         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5375         (gnus-agent-summary-fetch-group): Use it.
5376
5377         * gnus-msg.el (gnus-debug-files): New variable.
5378         (gnus-debug-exclude-variables): New variable.
5379         (gnus-debug): Use them.
5380
5381         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5382
5383 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5384
5385         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5386         (message-mode-syntax-table): Move back the previous position.
5387
5388         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5389
5390         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5391         gnus-sorted-difference.
5392
5393         * nnsoup.el (nnsoup-request-expire-articles): Use
5394         gnus-sorted-difference.
5395
5396         * nnheader.el: Autoload gnus-sorted-difference.
5397
5398         * nnfolder.el (nnfolder-request-expire-articles): Use
5399         gnus-sorted-difference.
5400
5401         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5402         gnus-sorted-difference.
5403
5404         * gnus-range.el: Autoload cookies.
5405         (gnus-sorted-difference): New function.
5406         (gnus-sorted-ndifference): New function.
5407         (gnus-sorted-nintersection): Rename from
5408         gnus-set-sorted-intersection.
5409         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5410         (gnus-list-range-difference): Rename from
5411         gnus-inverse-list-range-intersection.
5412         (gnus-inverse-list-range-intersection): Use defalias.
5413
5414         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5415         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5416         (gnus-articles-to-read): Use gnus-sorted-difference.
5417         (gnus-summary-limit-mark-excluded-as-read): Use
5418         gnus-sorted-intersection and gnus-sorted-ndifference.
5419         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5420         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5421
5422         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5423
5424 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5427         property to the buffer for using emacs-w3m command keys.
5428
5429         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5430         option.
5431
5432         * mm-view.el (mm-w3m-mode-map): New variable.
5433         (mm-w3m-mode-command-alist): New variable.
5434         (mm-w3m-minor-mode): Removed.
5435         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5436         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5437         buffer for using emacs-w3m command keys.
5438
5439 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5440
5441         * message.el (message-mode-syntax-table): Move forward.
5442         (message-cite-prefix-regexp): Auto detect non word constituents.
5443         (message-cite-prefix-regexp): Don't use with-syntax-table.
5444
5445         * gnus-sum.el (gnus-summary-update-info): Use
5446         gnus-list-range-intersection.
5447
5448         * gnus-agent.el (gnus-agent-fetch-headers): Use
5449         gnus-list-range-intersection.
5450
5451         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5452         (gnus-list-range-intersection): Use it.
5453         (gnus-inverse-list-range-intersection): Ditto.
5454         (gnus-sorted-intersection): Add doc.
5455         (gnus-set-sorted-intersection): Add doc.
5456         (gnus-sorted-union): New function.
5457         (gnus-set-sorted-union): New function.
5458
5459         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5460         (gnus-inverse-list-range-intersection): Ditto.
5461
5462 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5463
5464         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5465
5466         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5467         and permit `:' and `\' in order to handle full Windows pathnames.
5468         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5469         technically not correct per standard, but seems to have common use.
5470
5471 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5472
5473         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5474         replacing numbers.
5475
5476 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5477
5478         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5479
5480         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5481         Don't split when the window is small, e.g. when a small *BBDB*
5482         window is the lowest one.
5483
5484         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5485         nnheader-find-nov-line to speed up. Use nreverse, because it is
5486         sorted. Use nnheader-insert-nov-file.
5487
5488 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5491
5492         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5493         of `w3m-display-inline-images' with the value of
5494         `mm-inline-text-html-with-images'.
5495         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5496
5497         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5498
5499 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5500
5501         * time-date.el: Add autoload cookies.  Many doc fixes.
5502         (time-add): New function.
5503         (time-subtract): Renamed from subtract-time.
5504         (subtract-time): New alias for time-subtract.
5505
5506 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5509         emacs-w3m in doc-string.
5510
5511         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5512         `w3m-current-buffer'.
5513
5514 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5515
5516         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5517
5518         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5519         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5520         (mm-w3m-cid-retrieve): New function.
5521         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5522
5523 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5524
5525         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5526
5527 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5528
5529         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5530
5531 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5534         32K.
5535
5536         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5537
5538         * nnmail.el (nnmail-article-group): Decode headers before running
5539         split rules over them.
5540         (nnmail-mail-splitting-charset): New variable.
5541
5542         * smiley.el: Replaced with smiley-ems.el.
5543
5544 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5545
5546         * mm-url.el (mm-url-predefined-programs): Add w3m.
5547         (mm-url-program): Ditto.
5548
5549 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5550
5551         * nnml.el (nnml-use-compressed-files): New variable.
5552         (nnml-filenames-are-evil): Removed.
5553         (nnml-current-group-article-to-file-alist): Don't use.
5554         (nnml-update-file-alist): Inhibit.
5555         (nnml-article-to-file): Use new var.
5556
5557 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5558
5559         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5560
5561         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5562
5563 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5566         function.
5567
5568         * gnus-util.el (gnus-cache-file-contents): New function.
5569
5570         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5571         (gnus-agent-load-alist): Use it.
5572
5573         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5574
5575         * nnheader.el (nnheader-insert-nov-file): New function.
5576
5577         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5578
5579         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5580         there are no references.
5581         (gnus-extract-message-id-from-in-reply-to): New function.
5582         (gnus-nov-parse-line): Use in-reply-to if there are no
5583         references.
5584
5585 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5588
5589         * gnus-util.el (gnus-parse-without-error): New macro.
5590
5591 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5592
5593         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5594         (gnus-article-wash-function): use locate-library to decide which
5595         to use.
5596
5597 2002-01-25  Simon Josefsson  <jas@extundo.com>
5598
5599         * pop3.el (pop3-munge-message-separator): Work if no date.
5600         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5601
5602 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5603
5604         * gnus-agent.el (gnus-agent-save-alist): Fix.
5605
5606         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5607         mistake.  Reinstated lost code.
5608
5609 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5610
5611         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5612         one exists in the case of an encrypted message with an internal
5613         signature.
5614
5615 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5618
5619 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * dgnushack.el: Commented out the experimental code.
5622
5623 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5626         error.
5627
5628         * gnus.el (gnus-server-to-method): Made into subst.
5629         (gnus-server-method-cache): New variable.
5630         (gnus-server-to-method): Use it.
5631         (gnus-group-method-cache): New variable.
5632         (gnus-find-method-for-group-1): Renamed.
5633         (gnus-find-method-for-group): New function.
5634         (gnus-group-method-cache): Removed.
5635
5636         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5637         function.
5638
5639         * gnus-range.el (gnus-members-of-range): New function.
5640         (gnus-list-range-intersection): Renamed.
5641         (gnus-inverse-list-range-intersection): New function.
5642
5643         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5644
5645         * nnagent.el (nnagent-retrieve-headers): New implementation.
5646
5647         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5648         implementation.
5649
5650 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5653         `w3m-meta-content-type-charset-regexp'.
5654
5655         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5656         charset-encoded html contents.
5657
5658 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5659
5660         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5661         an empty file.
5662
5663         * nnweb.el (url): Ignore errors when request url.
5664
5665         * nnrss.el: Clean up the comments.
5666
5667 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5670
5671         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5672         (mm-inline-media-tests): Test whether the value of
5673         `mm-inline-text-html-renderer' is a function for text/html.
5674
5675         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5676         separated from `mm-inline-text'.
5677         (mm-w3m-minor-mode): New variable.
5678         (mm-w3m-setup): New variable.
5679         (mm-setup-w3m): New function.
5680         (mm-inline-text-html-render-with-w3m): New function.
5681         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5682         text/html.
5683
5684 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5685
5686         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5687
5688 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5691         and `gnus-xmas-completing-read'.
5692
5693 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5694
5695         * nneething.el (nneething-message-id-number): Abolished.
5696         (nneething-encode-file-name): Not encode numerical characters.
5697         (nneething-make-head): `nneething-message-id-number' is not
5698         used to generate message IDs.
5699
5700 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701
5702         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5703         characters.
5704
5705 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706
5707         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5708         (gnus-xmas-redefine): Redefine conditionally.
5709
5710 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5711
5712         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5713         tag.
5714
5715 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5716
5717         * message.el (message-font-lock-keywords): Added the secure tag.
5718         * mml-sec.el: Added functions to generate/modify/remove the secure
5719         tag while in message mode.
5720         * mml-sec.el (mml-secure-message): New.
5721         * mml-sec.el (mml-unsecure-message): New.
5722         * mml-sec.el (mml-secure-message-sign-smime): New.
5723         * mml-sec.el (mml-secure-message-sign-pgp): New.
5724         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5725         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5726         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5727         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5728         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5729         convert it to either a part or multipart depending on if there are
5730         other parts in the message.
5731         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5732         to use the secure tag, rather than the part tag.
5733         * mml.el (mml-preview): Added a save-excursion to keep cursor
5734         position after doing an MML preview.
5735
5736 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737
5738         * nnheader.el (nnheader-parse-overview-file): New function.
5739         (nnheader-write-overview-file): New function.
5740
5741 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5742
5743         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5744         in wanted.
5745
5746         * nnweb.el (nnweb-type-definition): Clean up.
5747
5748 2002-01-21  Alastair Burt  <burt@dfki.de>
5749         Trivial patch.
5750
5751         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5752         buffer exists before jumping to it.
5753
5754 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5757         function.
5758         (article-wash-html): Use it.
5759         (gnus-article-wash-function): New variable.
5760         (gnus-article-wash-html-with-w3m): New function.
5761
5762 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5763
5764         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5765         XEmacs.
5766
5767 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5768
5769         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5770         command line.
5771
5772 2002-01-21  Simon Josefsson  <jas@extundo.com>
5773
5774         * canlock.el (base64-encode-string): Autoload it from base64.
5775         (canlock-make-cancel-key): Base64 encode unibyte string.
5776
5777 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5778
5779         * nnfolder.el (nnfolder-request-accept-article): Unfold
5780         x-from-line.
5781         (nnfolder-request-replace-article): Ditto.
5782
5783 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5784
5785         * gnus-group.el (gnus-group-best-unread-group): Use the right
5786         positioning function.
5787
5788 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5789
5790         * smiley-ems.el (smiley-region): Use new function.
5791         (smiley-update-cache): Use general image functions.
5792         (smiley-region): Use general functions.
5793
5794         * gnus-util.el (gnus-graphic-display-p): New function.
5795
5796         * nnmail.el (nnmail-article-group): Allow outputting traces of
5797         non-strings.
5798
5799         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5800         (nndoc-exim-bounce-type-p): New function.
5801
5802         * message.el (message-dont-send): Doc fix.
5803
5804         * gnus-util.el (gnus-completing-read): Remove
5805         inherit-input-method.
5806
5807         * gnus-art.el (gnus-treat-smiley): Doc fix.
5808
5809         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5810         articles.
5811
5812 2002-01-19  Simon Josefsson  <jas@extundo.com>
5813
5814         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5815         (imap-kerberos4-open): Ditto.
5816         (imap-open): Set port correctly, don't set auth.
5817
5818 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * gnus.el (gnus-version-number): Bump version number.
5821
5822 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5823
5824         * gnus.el: Oort Gnus v0.05 is released.
5825
5826 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5829         exists.
5830
5831         * gnus-spec.el (gnus-string-width-function): New function.
5832         (gnus-tilde-cut-form): Use it.
5833         (gnus-tilde-max-form): Ditto.
5834         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5835         (gnus-substring-function): Use it.
5836         (gnus-tilde-cut-form): Ditto.
5837         (gnus-substring-function): New function.
5838
5839         * message.el (message-check-news-header-syntax): New message.
5840
5841         * gnus.el (gnus-slave-no-server): Doc fix.
5842
5843         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5844
5845 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5848         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5849         (seen (NUM1 . NUM2)).
5850
5851 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852
5853         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5854         number in closed topics.
5855
5856 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5857
5858         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5859         functions.
5860
5861 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * gnus.el (gnus-group-find-parameter): Clean up.
5864
5865         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5866         articles.
5867
5868         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5869
5870         * nnmail.el (nnmail-article-group): Clean up.
5871
5872 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5873
5874         * gnus-agent.el (gnus-category-name): Intern the category name.
5875
5876 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5877
5878         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5879
5880         * gnus-util.el (gnus-completing-read): New function.
5881
5882 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5883
5884         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5885
5886         * smiley-ems.el (smiley-region): Register smiley.
5887         (smiley-toggle-buffer): Rewrite the function.
5888         (smiley-active): Removed.
5889
5890 2002-01-19  Simon Josefsson  <jas@extundo.com>
5891
5892         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5893         Jesper Harder <harder@ifa.au.dk>.
5894
5895 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5896
5897         * gnus-art.el (gnus-request-article-this-buffer): Call
5898         `nneething-get-file-name' to extract the file name from the
5899         message id.
5900
5901         * nneething.el (nneething-encode-file-name): New function.
5902         (nneething-decode-file-name): Ditto.
5903         (nneething-get-file-name): Ditto.
5904         (nneething-make-head): Encode the file name and encapsulate it
5905         into the field of the message id.
5906
5907 2002-01-18  Simon Josefsson  <jas@extundo.com>
5908
5909         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5910         stored in .marks.
5911
5912         * nnfolder.el (nnfolder-request-update-info): Ditto.
5913
5914 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5915
5916         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5917
5918 2002-01-18  Simon Josefsson  <jas@extundo.com>
5919
5920         * imap.el (imap-starttls-p): Don't check for binary.
5921         (imap-gssapi-auth-p): Ditto.
5922         (imap-kerberos4-auth-p): Ditto.
5923         (imap-open): Change logic.  Iterate through all possible streams,
5924         instead of bailing out after first failure.  Move authenticator
5925         decision to `imap-authenticate'.
5926         (imap-authenticate): Change logic, now finds the authenticator to
5927         use, was previously in `imap-open'.
5928         (imap-open): Return nil on failure.
5929         (imap-open): Setup temp buffer correctly.
5930         (imap-open): Return buffer only on success.
5931         (imap-interactive-login, imap-interactive-login): Tell the user
5932         which stream/authenticator is used for the queried
5933         username/password.
5934         (imap-open, imap-authenticate): Set variables.
5935         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5936         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5937
5938 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5939
5940         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5941
5942 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5945
5946 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5947
5948         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5949         (gnus-agent-group-mode-map): Bind it to "Jo".
5950         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5951
5952 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5953
5954         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5955         (gnus-summary-mail-toolbar): Add mail article deletion button.
5956
5957         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5958         false positives for lines of "^^^^".
5959
5960         * gnus-picon.el (gnus-picon-find-face): faces database is all
5961         lowercase.
5962
5963 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5964
5965         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5966         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5967         duplications.
5968         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5969
5970 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5971
5972         * gnus-sum.el (gnus-summary-initial-limit): Inline
5973         gnus-summary-limit-children.
5974         (gnus-summary-initial-limit): Don't limit if
5975         gnus-newsgroup-display is nil.
5976         (gnus-summary-initial-limit): No, don't.
5977
5978         * gnus-util.el
5979         (gnus-put-text-property-excluding-characters-with-faces): Inline
5980         gnus-put-text-property.
5981
5982         * gnus-spec.el (gnus-default-format-specs): New variable.
5983
5984         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5985         gnus-format-specs.
5986         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5987
5988         * gnus-spec.el (gnus-update-format-specifications): Really check
5989         the Gnus version of the .newsrc.eld file.
5990         (gnus-format-specs): Save the new default summary format.
5991
5992         * gnus-util.el (gnus-parent-id): Check whether references is empty
5993         before splitting.
5994
5995         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5996         functions.
5997         (gnus-gather-threads-by-references): Inline
5998         `gnus-split-references'.
5999
6000         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6001         default value of gnus-summary-line-format-spec.
6002
6003 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6004
6005         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6006         message.
6007         (nnslashdot-request-list): Ditto.
6008         (nnslashdot-sid-strip): Removed.
6009
6010 2002-01-15  Simon Josefsson  <jas@extundo.com>
6011
6012         * nnimap.el (nnimap-close-asynchronous): Enable.
6013         (nnimap-close-group): Expunge.
6014
6015 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6016
6017         * gnus-util.el (gnus-user-date-format-alist): Typo.
6018         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6019
6020 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6021
6022         * nneething.el (nneething-request-article): Set
6023         `nnmail-file-coding-system' to `binary' locally, in order to read
6024         files without any conversion.
6025
6026 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6027
6028         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6029         nnheader-file-coding-system and nnmail-active-file-coding-system.
6030         (gnus-agent-regenerate-group): Ditto.
6031         (gnus-agent-regenerate): Ditto.
6032         (gnus-agent-write-active): Ditto.
6033         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6034
6035 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6036
6037         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6038         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6039
6040 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6041
6042         * gnus.el: We don't need gnus-article-show-all-headers.
6043
6044         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6045         Ditto.
6046
6047         * gnus-sum.el (gnus-summary-select-article): Don't call
6048         show-all-headers, because hidden headers are not hidden text any
6049         more.
6050
6051 2002-01-13  Simon Josefsson  <jas@extundo.com>
6052
6053         * message.el (message-newline-and-reformat): Use `newline' instead
6054         of inserting \n, so that the newline is marked as hard.
6055
6056         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6057         From Jesper Harder <harder@ifa.au.dk>.
6058
6059 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6060
6061         * imap.el (imap-close): Keep going if quit.
6062
6063         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6064         nntp-server-buffer.
6065
6066 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6069         avoid unbinding shadowed variables.
6070
6071         * gnus-art.el (gnus-picon-databases): Moved here.
6072         (gnus-picons-installed-p): Moved here.
6073         (gnus-article-reply-with-original): Use `mark'.
6074
6075         * gnus.el (gnus-picon): Moved here and renamed.
6076
6077         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6078         installed.
6079         (gnus-treat-mail-picon): Ditto.
6080         (gnus-treat-newsgroups-picon): Ditto.
6081
6082         * gnus-picon.el (gnus-picons-installed-p): New function.
6083
6084 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6085
6086         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6087
6088 2002-01-12  Simon Josefsson  <jas@extundo.com>
6089
6090         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6091         (nnimap-before-find-minmax-bugworkaround): Use it.
6092         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6093         (nnimap-dont-close): New variable.
6094         (nnimap-close-group): Use it.
6095
6096 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * gnus-art.el (gnus-article-reply-with-original): Use
6099         `mark-active'.
6100
6101         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6102
6103         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6104         (gnus-score-advanced): Clean up.
6105         (gnus-score-advanced): Accept a multiple of the score.
6106
6107 2002-01-12  Simon Josefsson  <jas@extundo.com>
6108
6109         * flow-fill.el (fill-flowed-display-column)
6110         (fill-flowed-encode-columnq): New variables.  Suggested by
6111         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6112         (fill-flowed-encode, fill-flowed): Use them.
6113
6114         * message.el (message-send-news, message-send-mail): Use
6115         m-b-s-n-p-e-h-n.
6116
6117         * mml.el (autoload): Autoload fill-flowed-encode.
6118         (mml-buffer-substring-no-properties-except-hard-newlines): New
6119         function.
6120         (mml-read-part): Use it.
6121         (mml-generate-mime-1): Encode format=flowed if appropriate.
6122         (mml-insert-mime-headers): Insert format=flowed.
6123
6124         * flow-fill.el (fill-flowed-encode): New function.
6125         (fill-flowed): Bind fill-column to window width.
6126
6127 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128
6129         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6130         it exists.
6131         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6132         (gnus-summary-buffer-name): Don't return the dead name after all.
6133         (gnus-summary-setup-buffer): Kill the dead buffer.
6134
6135         * gnus-art.el (gnus-article-followup-with-original): Store the
6136         value of the mark before deactivating it.
6137
6138 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6139
6140         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6141         From: Karl Kleinpaste <karl@charcoal.com>
6142
6143         * gnus-art.el (article-display-x-face): Ditto.
6144         (gnus-article-reply-with-original): Use gnus-region-active-p.
6145         (gnus-article-followup-with-original): Ditto.
6146
6147         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6148         downloadable article either.
6149
6150 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6151
6152         * gnus-art.el (article-display-x-face): Insert From:.
6153
6154         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6155         article. Bind gnus-display-mime-function and
6156         gnus-article-prepare-hook.
6157
6158         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6159         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6160         gnus-agent-possibly-synchronize-flags to the last.
6161         (gnus-agent-go-online): New function. New variable.
6162
6163 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6164
6165         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6166         (gnus-agent-regenerate): Ditto.
6167
6168 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6169
6170         * message.el (message-ignored-news-headers)
6171         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6172         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6173
6174         * gnus.el (gnus-gethash-safe): New macro.
6175
6176         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6177         (gnus-agent-regenerate): Show messages.
6178
6179 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6180
6181         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6182         (gnus-agent-regenerate): New function.
6183         (gnus-agent-save-alist): Sort.
6184         (gnus-agent-copy-nov-line): Test eobp.
6185         (gnus-agent-retrieve-headers): Erase buffer.
6186
6187 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6188
6189         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6190         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6191
6192         * gnus.el (gnus-agent-covered-methods): Move here.
6193         (gnus-online): New function.
6194         (gnus-agent-method-p): Move here.
6195
6196         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6197         nil. Remove articles-alist.
6198
6199         * gnus-start.el (gnus-get-unread-articles): Check online.
6200         (gnus-groups-to-gnus-format): Ditto.
6201         (gnus-active-to-gnus-format): Ditto.
6202
6203         * gnus-agent.el (gnus-agent-get-function): Use it.
6204         (gnus-agent-get-undownloaded-list): Ditto.
6205         (gnus-agent-fetch-session): Only fetch online methods.
6206
6207         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6208         (gnus-server-mode-map): Ditto.
6209         (gnus-server-offline-face): New face.
6210         (gnus-server-offline-face): New variable.
6211         (gnus-server-font-lock-keywords): Add offline.
6212         (gnus-server-insert-server-line): Ditto.
6213         (gnus-server-offline-server): New function.
6214
6215         * gnus-int.el (gnus-open-server): Turn to offline.
6216         (gnus-server-unopen-status): New variable.
6217
6218 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6219
6220         * nnkiboze.el (nnkiboze-request-article): Use
6221         gnus-agent-request-article.
6222
6223         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6224         function. Insert undownloaded NOV.
6225
6226         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6227         (gnus-agent-request-article): New function.
6228
6229         * gnus.el (gnus-agent-cache): New variable.
6230
6231         * gnus-int.el (gnus-retrieve-headers): Use
6232         gnus-agent-retrieve-headers.
6233         (gnus-request-head): Use gnus-agent-request-article.
6234         (gnus-request-body): Ditto.
6235
6236         * gnus-art.el (gnus-request-article-this-buffer): Use
6237         gnus-agent-request-article.
6238
6239         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6240         article if it is undownloaded.
6241
6242 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6245
6246 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * canlock.el (canlock-string-as-unibyte): New macro.
6249         (canlock-sha1-with-openssl): Return a unibyte string.
6250         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6251
6252 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6253
6254         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6255
6256 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6257
6258         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6259         application/x-emacs-lisp.
6260
6261         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6262
6263         * nntp.el (nntp-request-article): Add group parameter.
6264         (nntp-request-head): Ditto.
6265         (nntp-find-group-and-number): Add parameter group. Figure out
6266         number if the status line doesn't give (e.g. quimby.gnus.org).
6267
6268 2002-01-08  Simon Josefsson  <jas@extundo.com>
6269
6270         * mml.el (mml-generate-mime-1): Set recipient correctly.
6271
6272 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6273
6274         * message.el (message-read-from-minibuffer): Add parameter
6275         initial-contents.
6276         * gnus-msg.el (gnus-summary-resend-message): Use it.
6277
6278         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6279         behavior of quit-config.
6280
6281         * message.el (message-make-from): Don't quote fullname.
6282         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6283
6284         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6285         From: <andre@slamdunknetworks.com>
6286
6287 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6288
6289         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6290
6291         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6292
6293         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6294         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6295         because bbdb may use it.
6296
6297 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6298
6299         * nneething.el (nneething-request-article): When a non-text file
6300         is converted to an article, its data is encoded in base64.  Call
6301         `nneething-make-head' with options to specify MIME types.
6302         (nneething-make-head): Add optional arguments to specify MIME
6303         types.
6304
6305 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6306
6307         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6308         header if there is not.
6309
6310         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6311
6312         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6313         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6314         (gnus-inews-do-gcc): Use them.
6315
6316         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6317         gnus-newsgroup-unselected.
6318
6319 2002-01-06  Simon Josefsson  <jas@extundo.com>
6320
6321         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6322         condition-case, not ignore-errors.
6323
6324 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6325
6326         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6327         gnus-fetch-old-headers.
6328
6329         * gnus-art.el (article-display-x-face): Use the current buffer
6330         unless `W f'. Otherwise, X-Face may be shown in the header of a
6331         forwarded part.
6332         (gnus-treatment-function-alist): Treat xface before hiding
6333         headers.
6334
6335 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6338         parameters.
6339
6340 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6341
6342         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6343         (mm-guess-charset): New function.
6344         (mm-charset-after): Use it.
6345         (mm-detect-coding-region): New function.
6346         (mm-detect-mime-charset-region): New function.
6347
6348         * gnus-sum.el (gnus-summary-show-article): Use
6349         mm-detect-coding-region.
6350
6351 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6352
6353         * message.el (message-make-fqdn): Be less violent.
6354
6355         * gnus.el (gnus-logo-color-style): Compute custom form
6356         automatically.
6357
6358         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6359         score file of the parent to the document group.
6360
6361         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6362         parameters parameter.
6363
6364         * gnus-score.el (gnus-score-load-file): Clean up.
6365
6366 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6367
6368         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6369         From: Damien Wyart <damien.wyart@free.fr>
6370
6371         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6372
6373 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6374
6375         * gnus-sum.el (gnus-select-group-hook): Typo.
6376
6377         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6378         is no quoted-printable-encoded STRING.
6379         From: Jesper Harder <harder@ifa.au.dk>
6380
6381         (rfc2047-decode-string): Decode it.
6382
6383 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384
6385         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6386
6387 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6388         Trivial patch.
6389
6390         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6391         buffer to get rid of junk line.
6392
6393 2002-01-05  Simon Josefsson  <jas@extundo.com>
6394
6395         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6396         C-o.
6397         (message-mode-map): Bind message-insert-or-toggle-importance to
6398         C-c C-u.
6399         (message-mode-map): Bind message-disposition-notification-to to
6400         C-c M-n.
6401         (message-mode-menu): Add m-d-n-t.
6402         (message-mode-field-menu): Add m-goto-from.
6403         (message-mode): Doc fix.
6404         (message-goto-from): New function.
6405         (message-insert-disposition-notification-to): New function.
6406         (message-tool-bar-map): Add receipt button.
6407
6408 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6409
6410         * gnus-sum.el (gnus-thread-latest-date): New function.
6411         (gnus-thread-sort-by-most-recent-number): Renamed.
6412         (gnus-thread-sort-functions): Doc fix.
6413         (gnus-select-group-hook): Don't use setq on a hook.
6414         (gnus-thread-latest-date): Use date, not number
6415
6416         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6417         (gnus-agent-expire): Allow regexp of expire-days.
6418
6419         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6420         region.
6421         (gnus-article-followup-with-original): Ditto.
6422
6423         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6424
6425         * gnus-art.el (gnus-mime-display-alternative): Use
6426         gnus-local-map-property.
6427         (gnus-mime-display-alternative): Ditto.
6428         (gnus-insert-mime-security-button): Ditto.
6429         (gnus-insert-next-page-button): Ditto.
6430         (gnus-button-prev-page): Take optional args.
6431         (gnus-insert-prev-page-button): widget-convert.
6432
6433         * gnus-util.el (gnus-local-map-property): New function.
6434
6435         * gnus-art.el (gnus-prev-page-map): Use parent map.
6436         (gnus-next-page-map): Ditto.
6437
6438         * gnus-spec.el (gnus-parse-format): Clean up.
6439         (gnus-parse-format): Do complex formatting for %=.
6440
6441         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6442         "X-Face: " to the data in the built-in scenario.
6443
6444         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6445         (gnus-correct-pad-form): Renamed.
6446         (gnus-tilde-max-form): Clean up.
6447         (gnus-pad-form): Use gnus-use-correct-string-widths.
6448
6449         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6450         support if that is available.
6451
6452         * gnus-sum.el (gnus-thread-highest-number): New function.
6453         (gnus-thread-sort-by-most-recent-thread): New function.
6454         (gnus-thread-sort-functions): Doc fix.
6455
6456 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6457
6458         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6459         all cases.
6460         (gnus-summary-mode): Enable it in all cases.
6461         (gnus-summary-display-article): Ditto.
6462         (gnus-summary-edit-article): Ditto.
6463
6464         * gnus-ems.el (gnus-put-image): Really return glyph.
6465
6466         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6467         (gnus-treat-smiley): Don't take "P" in the interactive form.
6468
6469 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6470
6471         * compface.el (uncompface): XEmacs and Emacs have differing
6472         capabilities.
6473
6474         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6475
6476         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6477         (gnus-article-xface-ring-size): Removed.
6478         (gnus-article-display-xface): Removed.
6479         (gnus-remove-image): Cleaned up.
6480
6481         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6482         (gnus-xmas-create-image): Take pbm files.
6483         (gnus-x-face): Removed.
6484         (gnus-xmas-article-display-xface): Removed.
6485
6486         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6487         default-enable-multibyte-characters.
6488
6489         * compface.el (uncompface): Doc fix.
6490
6491         * gnus-art.el (gnus-article-x-face-command): Use
6492         gnus-display-x-face-in-from.
6493
6494         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6495
6496         * gnus-ems.el (gnus-put-image): Return the image.
6497
6498         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6499         (gnus-x-face): Moved here.
6500
6501 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6502
6503         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6504         invisible if string is nil.
6505         (gnus-xmas-article-display-xface): Use it.
6506
6507         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6508         property when string is nil.
6509         (gnus-article-display-xface): Use it.
6510
6511 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * gnus-art.el (article-display-x-face): Check whether valid grey
6514         face was returned.
6515         (article-display-x-face): Place image in the right spot.
6516
6517         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6518         stderr.
6519         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6520
6521 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6524         parameters.
6525         (gnus-xmas-put-image): Allow non-strings to be passed.
6526
6527         * gnus-art.el (article-display-x-face): Use optional parameters.
6528
6529         * gnus-ems.el (gnus-create-image): Take optional parameters.
6530
6531         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6532
6533         * compface.el (compface-xbm-p): Removed.
6534
6535         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6536         (gnus-article-display-xface): Use compface.
6537
6538         * compface.el: New file.
6539
6540         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6541         (gnus-convert-image-to-x-face-command): Ditto.
6542         (gnus-random-x-face): Quote argument.
6543         (gnus-x-face-from-file): Ditto.
6544
6545 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6546
6547         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6548         the expire-group parameter once per article rather than once
6549         per group; bind `nnmaildir-article-file-name' and `article'
6550         for convenience.  Leave article alone when expire-group
6551         specifies the current group.
6552         (nnmaildir--update-nov): be more concurrency-friendly with
6553         temp file names.
6554
6555 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * gnus-start.el (gnus-read-init-file): Cleaned up.
6558
6559 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6560
6561         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6562         (gnus-read-init-file): Don't use it.
6563
6564 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6565
6566         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6567
6568 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6569
6570         * gnus-start.el (gnus-read-init-file): Don't force coding system
6571         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6572
6573 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6574
6575         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6576         * nnspool.el (nnspool-request-post): Ditto.
6577
6578         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6579         (mm-find-mime-charset-region): Use it.
6580
6581 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6582
6583         * gnus.el (gnus-summary-line-format): Added :link.
6584         * gnus-topic.el (gnus-topic-line-format): Ditto.
6585         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6586         * gnus-srvr.el (gnus-server-line-format): Ditto.
6587         * gnus-group.el (gnus-group-line-format): Ditto.
6588
6589         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6590         :keys, it works on both Emacsen.
6591
6592 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6593
6594         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6595
6596 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6597
6598         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6599
6600 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6601
6602         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6603         very wide reply.
6604
6605 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6608         (gnus-picon-cache): New variable.
6609         (gnus-picon-transform-newsgroups): Cache stuff.
6610
6611         * gnus-art.el (gnus-article-reply-with-original): New command.
6612         (gnus-article-followup-with-original): New command.
6613
6614         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6615         END parameters.
6616         (gnus-summary-followup): Take a list of list of articles.
6617         (gnus-inews-yank-articles): Allow lists of article/regions.
6618
6619         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6620         longer the usual commands.
6621
6622         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6623         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6624         shell-command-on-region.
6625
6626 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6627
6628         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6629           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6630
6631 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6632
6633         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6634         understand ':keys', wrap it in an featurep 'xemacs.
6635
6636 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6637
6638         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6639         order of headers (Actually, it is called in a reversed order). Add
6640         'gnus-image-text-deletable property.
6641         (gnus-remove-image): Remove text with such a property.
6642
6643         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6644         gnus-put-image.
6645
6646         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6647         with ", "
6648
6649 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650
6651         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6652
6653         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6654         (article-display-x-face): Display grey X-Faces.
6655
6656         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6657         (gnus-convert-gray-x-face-to-ppm): Ditto.
6658         (gnus-convert-image-to-gray-x-face): Ditto.
6659
6660         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6661         gnus-summary-show-raw-article.
6662
6663 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6664
6665         Display picons in XEmacs without showing text.
6666
6667         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6668         mm-create-image-xemacs to create xbm glyph, because it deletes
6669         temporary files.
6670         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6671         (gnus-xmas-remove-image): Make text visible, remove glyph.
6672
6673         * gnus-picon.el (gnus-picon-transform-newsgroups)
6674         (gnus-picon-transform-address): Insert spec backward, due to the
6675         incompatibility of gnus-xmas-put-image.
6676
6677 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6678
6679         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6680
6681 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6682
6683         * gnus.el: Doc fix.
6684
6685         * gnus-art.el: Doc fix.
6686
6687         * gnus-agent.el: Doc fix.
6688
6689 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6690
6691         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6692
6693 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6694
6695         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6696         NOV data out of the message again if nnmail-extra-headers has
6697         changed.
6698
6699 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6700
6701         * gnus-fun.el: New file.
6702         (gnus-convert-image-to-x-face-command): New variable.
6703         (gnus-insert-x-face): New function.
6704         (gnus-random-x-face): Renamed.
6705         (gnus-x-face-from-file): Renamed.
6706
6707         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6708         "_".
6709         (gnus-body-boundary-delimiter): Typo fix.
6710
6711 2002-01-02  Simon Josefsson  <jas@extundo.com>
6712
6713         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6714         (gnus-body-boundary-delimiter): Fix type.
6715
6716 2002-01-01  Simon Josefsson  <jas@extundo.com>
6717
6718         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6719         (gnus-treat-emphasize, gnus-treat-strip-cr)
6720         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6721         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6722         (gnus-treat-fill-article, gnus-treat-hide-citation)
6723         (gnus-treat-hide-citation-maybe)
6724         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6725         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6726         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6727         (gnus-treat-date-ut, gnus-treat-date-local)
6728         (gnus-treat-date-english, gnus-treat-date-lapsed)
6729         (gnus-treat-date-original, gnus-treat-date-iso8601)
6730         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6731         (gnus-treat-strip-trailing-blank-lines)
6732         (gnus-treat-strip-leading-blank-lines)
6733         (gnus-treat-strip-multiple-blank-lines)
6734         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6735         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6736         (gnus-treat-display-xface, gnus-treat-display-smileys)
6737         (gnus-treat-from-picon, gnus-treat-mail-picon)
6738         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6739         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6740         (gnus-treat-play-sounds, gnus-treat-translate)
6741         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6742
6743         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6744         (gnus-article-treat-body-boundary): Use it.
6745
6746         * message.el (message-mode): Fix doc.
6747         (message-mode-menu): Fix names.
6748
6749 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6750
6751         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6752         articles.
6753
6754         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6755         (gnus-picon-transform-address): Search for unknown faces as well.
6756         (gnus-picon-find-face): Don't search "news" for MISC.
6757         (gnus-picon-user-directories): Changed default back to exclude
6758         "unknown".
6759
6760         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6761
6762         * gnus-picon.el (gnus-picon-find-face): Search through all
6763         databases.
6764         (gnus-picon-find-face): New implementation.
6765
6766         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6767         keystroke.
6768         (gnus-topic-goto-next-topic): Ditto.
6769
6770         * gnus.el (gnus-summary-line-format): Changed default.
6771
6772         * nnmail.el (nnmail-extra-headers): Change default.
6773
6774         * gnus-sum.el (gnus-extra-headers): Change default.
6775
6776         * message.el (message-news-other-window): Changed "news" to
6777         "posting".
6778         (message-news-other-frame): Ditto.
6779         (message-do-send-housekeeping): Ditto.
6780
6781         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6782         function.
6783         (gnus-article-unread-p): New function.
6784         (gnus-article-unseen-p): New function.
6785         (gnus-dead-summary-mode-map): Typo.
6786
6787         * gnus-util.el (gnus-make-predicate): New function.
6788         (gnus-make-predicate-1): New function.
6789
6790         * gnus-sum.el: New function.
6791         (gnus-map-articles): New function.
6792
6793         * gnus-art.el (gnus-treat-fold-headers): New variable.
6794         (gnus-article-treat-fold-headers): New command and keystroke.
6795
6796         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6797         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6798
6799 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6800
6801         * message.el (message-fcc-externalize-attachments): New variable.
6802         (message-do-fcc): Use it.
6803
6804         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6805         (gnus-inews-do-gcc): Use it.
6806
6807         * mml.el (mml-tweak-sexp-alist): New variable.
6808         (mml-externalize-attachments): New variable.
6809         (mml-tweak-part): Use mml-tweak-sexp-alist.
6810         (mml-tweak-externalize-attachments): New function.
6811
6812 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6813
6814         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6815         'set-glyph-face' so x-face back/foreground can be set.
6816
6817 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6818
6819         * message.el (message-fix-before-sending): Fix a typo.
6820
6821 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * gnus-art.el (gnus-treat-smiley): Renamed command.
6824         (gnus-article-remove-images): New command and keystroke.
6825
6826         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6827
6828         * smiley-ems.el (gnus-smiley-display): Removed.
6829
6830         * gnus.el (gnus-version-number): Update version.
6831
6832         * message.el (message-text-with-property): Renamed and moved
6833         here.
6834         (message-fix-before-sending): Highlight invisible text and place
6835         point there.
6836
6837 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6838
6839         * gnus.el: Oort Gnus v0.04 is released.
6840
6841 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6842
6843         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6844
6845         * gnus-art.el (gnus-ignored-headers): More headers,
6846
6847         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6848         of `scan-error', since XEmacs doesn't seem to support that.
6849
6850 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6853         arg.
6854         (gnus-summary-best-unread-subject): Ditto.
6855         (gnus-summary-best-unread-subject): No, don't.
6856         (gnus-summary-better-unread-subject): New command.
6857
6858         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6859
6860         * lpath.el ((featurep 'xemacs)): fbind url function.
6861
6862         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6863         buffer.
6864         (gnus-xmas-remove-image): Implementation that does something.
6865         (gnus-xmas-article-display-xface): Mark images properly.
6866
6867         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6868
6869 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6870
6871         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6872
6873 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6874
6875         * gnus-group.el (gnus-group-line-format): Added %O to the default
6876         value.
6877
6878         * gnus-util.el (gnus-text-with-property): The smallest point is
6879         point-min.
6880
6881         * smiley-ems.el (smiley-region): Return images.
6882         (gnus-smiley-display): Allow toggling.
6883         (smiley-region): Use text properties, not overlays.
6884
6885         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6886         implemented yet.
6887
6888         * smiley-ems.el (smiley-update-cache): Check for valid types.
6889
6890         * gnus-art.el (gnus-with-article-buffer): New macro.
6891
6892         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6893         strings as well as the glyphs.
6894         (gnus-picon-transform-address): Ditto.
6895         (gnus-picon-insert-glyph): Ditto.
6896         (gnus-picon-transform-newsgroups): Toggle.
6897         (gnus-picon-transform-address): Toggle.
6898
6899         * gnus-ems.el (gnus-remove-image): New function.
6900         (gnus-put-image): Take an optional string.
6901
6902         * gnus-util.el (gnus-text-with-property): New function.
6903
6904         * gnus-art.el (gnus-delete-images): New function.
6905
6906         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6907
6908         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6909         (gnus-article-wash-status): Use it.
6910         (gnus-signature-toggle): Clean up.
6911         (gnus-add-wash-status): New function.
6912         (gnus-delete-wash-status): New function.
6913         (gnus-article-hide-text-type): Use them throughout.
6914         (gnus-add-image): New function.
6915
6916         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6917
6918         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6919         interface.
6920
6921         * gnus-art.el (article-display-x-face): Cleaned up.
6922
6923         * rfc2047.el (rfc2047-field-value): New function.
6924
6925         * mail-parse.el (mail-header-field-value): New alias.
6926
6927         * gnus-art.el (gnus-mime-print-part): Fix typos.
6928
6929         * smiley-ems.el (gnus-smiley-file-types): New variable.
6930         (smiley-update-cache): Use it.
6931         (smiley-regexp-alist): Suffix-less smiley names.
6932         (smiley-regexp-alist): Added more smileys.
6933
6934         * gnus-sum.el (gnus-print-buffer): Made into own function.
6935         (gnus-summary-print-article): Use it.
6936
6937         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6938         looked for when REQUEST is a string.
6939
6940         * gnus-art.el (gnus-mime-button-commands): Add printing
6941         keystroke.
6942         (gnus-mime-copy-part): Doc fix.
6943         (gnus-mime-print-part): New command.
6944
6945 2001-12-31  Simon Josefsson  <jas@extundo.com>
6946
6947         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6948         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6949
6950 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6951
6952         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6953         (picon): Fix doc.
6954
6955         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6956         longer exists. Remove those codes.
6957         * gnus.el (gnus-use-picons): Ditto.
6958
6959 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960
6961         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6962         infloop.
6963
6964         * gnus-sum.el (t): New `W D' map.
6965
6966         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6967         (gnus-article-treat-body-boundary): Clean up.
6968         (gnus-body-boundary-face): Removed.
6969         (gnus-article-goto-header): Moved here.
6970         (gnus-article-goto-header): Allow better regexps.
6971         (gnus-article-treat-fold-newsgroups): New command.
6972
6973         * gnus-sum.el (gnus-summary-move-article): We have to select an
6974         article to give `gnus-read-move-group-name' an opportunity to
6975         suggest an appropriate default.
6976
6977         * rfc2047.el (rfc2047-fold-line): New function.
6978         (rfc2047-unfold-line): Ditto.
6979         (rfc2047-fold-region): Don't fold just after the header name.
6980
6981         * mail-parse.el (mail-header-fold-line): New alias.
6982         (mail-header-unfold-line): Ditto.
6983
6984         * gnus-art.el (gnus-body-boundary-face): Renamed.
6985         (gnus-article-treat-body-boundary): Use it.
6986         (gnus-article-treat-body-boundary): Use an invisible header and a
6987         line of underline characters.
6988
6989 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6990
6991         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6992
6993         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6994         (gnus-picon-split-address): New function.
6995         (gnus-picon-find-face): Use it.
6996         (gnus-picon-transform-address): Use it. Set first to t for each
6997         address.
6998
6999         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7000         the macro then use it.
7001         (gnus-treatment-function-alist): Treat picons earlier.
7002
7003 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7004
7005         * gnus-art.el (gnus-body-separator-face): New variable.
7006         (gnus-article-treat-body-boundary): Use a blank, colored line.
7007
7008         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7009         well.
7010
7011         * gnus-art.el (gnus-treat-body-boundary): New variable.
7012         (gnus-article-treat-unfold-headers): Use helper macro.
7013         (gnus-article-treat-body-boundary): New command.
7014
7015         * gnus.el (gnus-logo-color-style): Change the default color.
7016         (gnus-splash-face): Gray, gray.
7017
7018         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7019         colors.
7020
7021         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7022         (gnus-logo-color-style): Ditto.
7023         (gnus-logo-colors): Ditto.
7024
7025         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7026
7027         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7028
7029         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7030         (gnus-picon-transform-newsgroups): New function.
7031
7032         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7033         string.
7034
7035         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7036
7037         * gnus-art.el (gnus-treat-cc-picon): New variable.
7038         (gnus-treat-mail-picon): Renamed.
7039
7040         * gnus-picon.el: New implementation.
7041         (gnus-picon-find-face): Renamed.
7042         (gnus-treat-from-picon): Use it.
7043         (gnus-picon-transform-address): Renamed.
7044         (gnus-treat-from-picon): Use it.
7045         (gnus-picon-create-glyph): Renamed.
7046         (gnus-picon-transform-address): Use it.
7047         (gnus-treat-cc-picon): New command.
7048
7049         * mm-decode.el (mm-create-image-xemacs): Separated out into
7050         function.
7051         (mm-get-image): Use it.
7052
7053         * gnus-art.el (gnus-treat-display-picons): Simplify.
7054         (gnus-treat-from-picon): Renamed.
7055
7056         * gnus-ems.el (gnus-create-image): New function.
7057         (gnus-put-image): New function.
7058
7059         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7060         (gnus-with-article-headers): New macro.
7061         (gnus-article-goto-header): New function.
7062
7063         * gnus-xmas.el (gnus-image-type-available-p): New function.
7064
7065         * gnus-ems.el (gnus-image-type-available-p): New function.
7066
7067 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7068
7069         * nnrss.el (nnrss-check-group): Find the correct tag, because
7070         xml.el is changed.
7071
7072 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073
7074         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7075         lines are shorter than the window width.
7076         (gnus-ignored-headers): More headers.
7077
7078 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7081         (gnus-treat-unfold-headers): Renamed.
7082         (gnus-article-treat-unfold-headers): New command and keystroke.
7083
7084         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7085
7086         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7087
7088 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7089
7090         * sha1-el.el (sha1-use-external): New variable.
7091         (sha1-region): Use it.
7092         (sha1-string): Ditto.
7093
7094         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7095         * gnus-picon.el: Less warnings when compile.
7096
7097 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7100         alias.
7101         (gnus-picons-database): Default to list.
7102         (gnus-picons-lookup-internal): Use it.
7103
7104         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7105         to "bogus".
7106
7107         * gnus-win.el (gnus-configure-windows-hook): New hook.
7108
7109 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7110
7111         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7112
7113 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7116         lists.
7117         (gnus-select-newsgroup): Don't append; push.
7118         (gnus-adjust-marked-articles): Remove obsolete ranges from
7119         `seen'.
7120         (gnus-update-marks): Clean up.
7121         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7122
7123 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7124
7125         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7126
7127 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7128
7129         * gnus-sum.el (gnus-auto-select-subject): New variable.
7130         (gnus-summary-best-unread-subject): New function.
7131         (gnus-summary-best-unread-article): Use it.
7132         (gnus-summary-first-unseen-subject): New function and command.
7133
7134         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7135         other treatments.
7136
7137         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7138         function.
7139
7140         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7141         from the list of hidden types.
7142
7143         * mm-view.el (mm-inline-text): Ditto.
7144         (mm-inline-text): Ditto.
7145         (mm-w3-prepare-buffer): Ditto.
7146
7147         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7148
7149 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7150
7151         * gnus-art.el (gnus-ignored-headers): Added more headers.
7152
7153 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7154
7155         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7156         once.
7157
7158 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7161
7162 2001-12-28  Simon Josefsson  <jas@extundo.com>
7163
7164         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7165         Jesper Harder <harder@ifa.au.dk>.
7166
7167 2001-12-27  Simon Josefsson  <jas@extundo.com>
7168
7169         * gnus-sum.el (gnus-select-newsgroup): Make
7170         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7171         contain all articles (instead of none) when no seen marks have
7172         been set for the group.
7173         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7174         instead, it seems to result in shorter ranges.
7175
7176 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7177
7178         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7179         insert-before-markers.
7180         From Jesper Harder <harder@ifa.au.dk>
7181
7182 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7183
7184         * nnmaildir.el (nnmaildir-save-mail): create the destination
7185         groups if they do not exist.
7186
7187 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7190
7191 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7192
7193         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7194         gnus-group-real-name.
7195
7196         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7197         (gnus-newsgroup-variables): Ditto.
7198
7199         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7200         return it.
7201
7202 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7203
7204         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7205         * nnmaildir.el (top-level): Add commentary.
7206         (nnmaildir-version): Indicate that nnmaildir is now a standard
7207         part of Gnus, not separately released.
7208
7209 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7210
7211         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7212         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7213         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7214         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7215
7216 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7217
7218         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7219
7220 2001-12-20  Simon Josefsson  <jas@extundo.com>
7221
7222         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7223         ZHU <zsh@cs.rochester.edu>.
7224         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7225         Brian P Templeton <bpt@tunes.org>.
7226
7227 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7228
7229         * nnmaildir.el: New file.
7230         From Paul Jarc <prj@po.cwru.edu>.
7231
7232 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7233
7234         * nndoc.el (nndoc-type-alist): Move forward to the end.
7235
7236 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7239         `dolist'.
7240
7241 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7242
7243         * gnus-win.el (gnus-frames-on-display-list): New function.
7244         (gnus-get-buffer-window): Use it.
7245
7246 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7247
7248         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7249
7250 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7251
7252         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7253
7254 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7255            From Harald Meland <Harald.Meland@usit.uio.no>
7256
7257         * gnus-win.el (gnus-get-buffer-window): New function.
7258         (gnus-all-windows-visible-p): Use it.
7259
7260         * gnus-util.el (gnus-horizontal-recenter)
7261         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7262         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7263
7264         * gnus-score.el (gnus-score-insert-help): Use it.
7265
7266         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7267         (gnus-generate-tree, gnus-highlight-selected-tree)
7268         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7269         it.
7270
7271         * gnus-art.el (gnus-article-set-window-start)
7272         (gnus-mm-display-part, gnus-request-article-this-buffer)
7273         (gnus-button-next-page, gnus-button-prev-page)
7274         (gnus-article-button-next-page, gnus-article-button-prev-page):
7275         Use it.
7276
7277 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7278
7279         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7280         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7281         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7282
7283 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7284
7285         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7286         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7287         * mml1991.el, nnultimate.el: Add `coding'.
7288
7289 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7290
7291         * ChangeLog: changed coding to buffer-file-coding-system
7292         * ChangeLog.1: same
7293         * nnwfm.el: same
7294         * gnus-smiley.el: same
7295         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7296         * gnus-delay.el: same
7297         * gnus-spec.el: same
7298         * message.el: same
7299         * mml1991.el: same
7300         * nnultimate.el: same
7301
7302 2001-12-16  Simon Josefsson  <jas@extundo.com>
7303         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7304
7305         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7306         (gnus-summary-save-map): Add muttprint.
7307         (gnus-summary-make-menu-bar): Ditto.
7308         (gnus-summary-muttprint): New function.
7309
7310         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7311
7312 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7313
7314         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7315         temporary list instead of buffer.
7316
7317         * mm-url.el (executable-find): autoload.
7318
7319 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7320
7321         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7322         to variable, follow doc-string conventions).
7323
7324 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7325
7326         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7327         subscribe-level
7328         * gnus-topic.el (gnus-subscribe-topics): use it.
7329
7330 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7331
7332         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7333         messages. (A small patch with indentation)
7334         From Sean Neakums <sneakums@zork.net>.
7335
7336         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7337         nil after shooting down the gnus-original-article-buffer.
7338
7339 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7340
7341         * uudecode.el (uudecode-use-external): New variable.
7342         (uudecode-decode-region): Automatically detect external program.
7343
7344         * binhex.el (binhex-use-external): New variable.
7345         (binhex-decode-region-internal): New function.
7346         (binhex-decode-region): Automatically detect external program.
7347
7348         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7349         Use them.
7350
7351 2001-12-12  Simon Josefsson  <jas@extundo.com>
7352
7353         * nnvirtual.el (nnvirtual-always-rescan)
7354         (nnvirtual-component-regexp): Fix doc.
7355
7356         * nnoo.el (defvoo): Add doc to defvoo variables.
7357
7358         * nnml.el (nnml-directory, nnml-active-file)
7359         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7360         (nnml-marks-is-evil, nnml-filenames-are-evil)
7361         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7362
7363         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7364         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7365         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7366         `error'.
7367
7368         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7369         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7370
7371         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7372         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7373         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7374         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7375
7376         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7377         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7378
7379         * imap.el, nnimap.el: Fix indentation.
7380
7381         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7382
7383 2001-12-12  Didier Verna  <didier@xemacs.org>
7384
7385         * gnus-msg.el (gnus-group-news): New function.
7386         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7387         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7388         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7389         for it.
7390         * gnus-msg.el (gnus-summary-news-other-window): New function.
7391         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7392         bind it to `i'.
7393         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7394         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7395         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7396         for it (called with a prefix).
7397         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7398         group-name argument.
7399         * gnus-msg.el (gnus-setup-message): use it.
7400
7401 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7402
7403         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7404
7405 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7406
7407         * mml.el (mime-to-mml): Remove Content-Disposition too.
7408
7409 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7410
7411         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7412         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7413         strings only.
7414         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7415
7416 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7417
7418         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7419         (nnmail-fancy-expiry-target): Use it.
7420         Suggestions from Simon Josefsson <jas@extundo.com>.
7421
7422 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7423
7424         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7425
7426 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7427
7428         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7429
7430         * gnus-util.el (gnus-url-unhex-string): Move here.
7431
7432 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7433
7434         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7435         mm-url-decode-entities-nbsp.
7436
7437         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7438         * webmail.el, nnwfm.el: Use mm-url.
7439
7440         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7441         (mm-url-remove-markup): Move from nnweb.
7442         (mm-url-fetch-simple): Move from webmail.
7443
7444         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7445
7446 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7447
7448         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7449         (gnus-summary-print-article): Use it.
7450
7451         * gnus-util.el (gnus-replace-in-string): Typo.
7452
7453 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7454
7455         * nnweb.el (nnweb-replace-in-string): Removed.
7456
7457         * gnus-util.el (gnus-replace-in-string): New function.
7458         (gnus-mode-string-quote): Use it.
7459
7460         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7461         * nnwfm.el (nnwfm-create-mapping): Ditto.
7462
7463 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7464
7465         * dgnushack.el (dgnushack-compile): nnrss.el and
7466         nnslashdot.el don't depend on nnweb, url, w3.
7467
7468         * nnrss.el: Use mm-url.
7469
7470 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7471
7472         * mm-url.el (mm-url-insert-file-contents): Support file:.
7473
7474 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7475
7476         * mm-view.el: Lower case for the description line. Sync from the
7477         Emacs CVS.
7478
7479 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7480
7481         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7482         From:  Stefan Monnier  <monnier@cs.yale.edu>
7483
7484 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7487
7488 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7489
7490         * mm-url.el: Require executable.
7491         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7492
7493 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7494
7495         * pop3.el (pop3-munge-message-separator): Only use valid date.
7496         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7497
7498         * Makefile.in: gnus-load.elc may not be generated.
7499
7500 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7501
7502         * mm-url.el: New file.
7503         * nnslashdot.el: Use it.
7504         * mm-extern.el (mm-extern-url): Use it.
7505
7506 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7507
7508         * gnus-sum.el (gnus-summary-save-article): Nix
7509         gnus-display-mime-function and gnus-article-prepare-hook.
7510
7511         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7512         the beginning of lines.
7513         (gnus-complex-form-to-spec): Ditto.
7514
7515 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7516
7517         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7518         From Paul Jarc <prj@po.cwru.edu>.
7519
7520 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7521
7522         * message.el: New variable message-subscribed-address-file;
7523         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7524
7525 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7526
7527         * message.el (message-tab-body-function): Set to nil.
7528         (message-tab): Use text-mode-map or global-map.
7529         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7530
7531 2001-11-30  Simon Josefsson  <jas@extundo.com>
7532
7533         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7534         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7535         <christoph.conrad@gmx.de>.
7536         (gnus-agent-fetch-group-1): Add verbose message.
7537
7538 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7539
7540         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7541         of integers.
7542
7543 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7544
7545         * message.el (message-newgroups-header-regexp)
7546         (message-completion-alist, message-tab-body-function): Use
7547         defcustom rather than defvar.
7548         (message-tab): Mention `message-tab-body-function' in doc.
7549         Suggested by Karl Eichwalder.
7550
7551 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7552
7553         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7554
7555 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7556
7557         * nnheader.el (nnheader-find-nov-line): Don't use macro
7558         gnus-delete-line.
7559
7560         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7561         (gnus-group-name-charset): Ditto.
7562
7563         * gnus-util.el (gnus-buffer-live-p): Ditto.
7564
7565 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7566
7567         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7568         open parenthesis in doc.
7569         (sieve-manage-authenticator-alist): Typo in doc.
7570         * imap.el (imap-authenticator-alist): Typo in doc.
7571         (imap-stream-alist): Backslash.
7572
7573         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7574           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7575
7576 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7577
7578         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7579
7580         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7581
7582         * gnus-msg.el (gnus-configure-posting-styles): use
7583         make-local-hook. Add LOCAL for add-hook.
7584
7585 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7586
7587         * message.el (message-mode): Use `make-local-hook' unless
7588         obsolete.
7589         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7590
7591 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * canlock.el: Remove sha1.el and base64.el stuff.
7594
7595 2001-11-26  Didier Verna  <didier@xemacs.org>
7596
7597         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7598         if needed.
7599
7600 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * message.el (message-tamago-not-in-use-p): New function.
7603         (message-strip-forbidden-properties): Use it.
7604
7605 2001-11-26  Didier Verna  <didier@xemacs.org>
7606
7607         * gnus-start.el (gnus-check-first-time-used): only check for
7608         existence of .el[d] files.
7609
7610 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7611
7612         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7613
7614         * message.el (message-setup-1): Clean up mc-*.
7615
7616 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7617
7618         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7619         * gnus-score.el (gnus-score-find-bnews): Use it.
7620
7621         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7622         (gnus-summary-limit-to-author): Ditto.
7623         (gnus-summary-limit-to-extra): Ditto.
7624         (gnus-summary-find-matching): Support not-matching argument.
7625
7626 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7627
7628         * message.el (message-wash-subject): Use `insert' rather than
7629         `insert-string', which is deprecated.
7630
7631 2001-11-24  Simon Josefsson  <jas@extundo.com>
7632
7633         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7634         message. (Gnus does not "default" to using 8bit for the message,
7635         it default to use 8bit encoding and the user-supplied CTE
7636         value. Calling this behaviour "treating it as 8bit" is perhaps
7637         better.)
7638
7639         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7640         (compare mm-charset-to-coding-system).
7641
7642 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7643
7644         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7645         buffer. Correctly decode hex.
7646
7647 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7648
7649         * gnus-agent.el (gnus-category-insert-line): Convert category
7650         names to strings.
7651
7652 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7653
7654         * message.el (sha1): eval-and-compile.
7655
7656 2001-11-20  Simon Josefsson  <jas@extundo.com>
7657
7658         * message.el (message-allow-no-recipients): New variable.
7659         (message-send): Use it, customize the prompting when posting to
7660         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7661
7662 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7663
7664         * mm-util.el (mm-coding-system-priorities): New variable.
7665         (mm-sort-coding-systems-predicate): New function.
7666         (mm-find-mime-charset-region): Resort coding systems if needed.
7667         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7668
7669 2001-11-20  Didier Verna  <didier@xemacs.org>
7670
7671         * gnus-group.el (gnus-group-make-help-group): new optional
7672         argument to control the error behavior.
7673         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7674         erroring.
7675
7676 2001-11-19  Simon Josefsson  <jas@extundo.com>
7677
7678         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7679         instead of C-c C-u.  Suggested by Per Abrahamsen
7680         <abraham@dina.kvl.dk>.
7681
7682 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7683
7684         * nnfolder.el (nnfolder-read-folder): Use group instead of
7685         nnfolder-current-group.
7686         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7687
7688 2001-11-17  Simon Josefsson  <jas@extundo.com>
7689
7690         * message.el (message-send): Ask user if Fcc/Gcc should be
7691         performed when no other sender was specified.
7692         Suggested by prj@po.cwru.edu (Paul Jarc).
7693
7694 2001-11-17  Simon Josefsson  <jas@extundo.com>
7695
7696         * message.el (message-mode, message-mode-map): Use C-c C-u for
7697         Importance: instead of C-c C-p (used by SC).
7698
7699 2001-11-16  Simon Josefsson  <jas@extundo.com>
7700
7701         * message.el (message-insert-importance-high)
7702         (message-insert-importance-low): Save point.
7703
7704         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7705         value.
7706
7707 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7708
7709         * message.el (message-strip-special-text-properties): New option.
7710         (message-strip-forbidden-properties): Obey it.
7711
7712 2001-11-14  Sam Steingold  <sds@gnu.org>
7713
7714         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7715
7716 2001-11-15  Simon Josefsson  <jas@extundo.com>
7717
7718         Support "Importance:" header in Message.
7719
7720         * message.el (message-mode-map): Bind C-c C-p to
7721         `message-insert-or-toggle-importance'
7722         (message-mode-menu): Add message-insert-importance-{high,low}.
7723         (message-insert-importance-high, message-insert-importance-low)
7724         (message-insert-or-toggle-importance): New functions.
7725         (message-tool-bar-map): Add {un,}important.
7726         (message-mode): Doc fix.
7727
7728 2001-11-15  Simon Josefsson  <jas@extundo.com>
7729
7730         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7731
7732         * mml.el (mml-menu): Fix toolbar tooltip.
7733
7734 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7735
7736         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7737         * nnml.el (nnml-save-marks): Ditto.
7738
7739         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7740
7741 2001-11-15  Simon Josefsson  <jas@extundo.com>
7742
7743         * nnml.el (nnml-save-marks):
7744         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7745         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7746
7747 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7748
7749         * gnus-art.el (gnus-article-wash-status-strings): Use
7750         `copy-sequence', not `copy-seq'.
7751
7752 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7753
7754         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7755         (gnus-gnus-article-wash-status-entry): New function.
7756         (gnus-article-wash-status): Use it.
7757
7758 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7759
7760         * mml1991.el: Add coding header.
7761
7762 2001-11-12  Simon Josefsson  <jas@extundo.com>
7763
7764         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7765         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7766         `mml1991-sign' and `mml1991-encrypt'.
7767         (mml1991-encrypt, mml1991-sign): New glue functions.
7768         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7769
7770         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7771         (mml-menu): Add PGP to menu.
7772
7773         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7774         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7775         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7776         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7777
7778         * mml2015.el: Mention RFC 3156.
7779
7780         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7781
7782 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7783
7784         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7785
7786         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7787           From <Michael.Cook@cisco.com>
7788
7789 2001-11-11  Simon Josefsson  <jas@extundo.com>
7790
7791         * message.el (top-level): Autoload sha1.
7792         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7793         canlock, no need to require two different hash algs).  Suggested
7794         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7795
7796 2001-11-09  Simon Josefsson  <jas@extundo.com>
7797
7798         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7799         <Pavel@Janik.cz>.
7800
7801 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7802
7803         * message.el (message-point-in-header-p): New function.
7804         (message-do-auto-fill): Use it.
7805         (message-beginning-of-line): New function.  Goes to beginning of
7806         header value (i.e., end of header name), or to beginning of line
7807         if already at beginning of value.  Behaves like
7808         `beginning-of-line' when in message body.
7809         (message-mode-map): Bind it.
7810
7811 2001-11-08  Simon Josefsson  <jas@extundo.com>
7812
7813         * gnus-msg.el (gnus-posting-styles): Add doc.
7814
7815 2001-11-07  Simon Josefsson  <jas@extundo.com>
7816
7817         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7818
7819         * sieve-mode.el (sieve-control-commands-face)
7820         (sieve-control-commands-face, sieve-action-commands-face)
7821         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7822         faces.
7823         (sieve-font-lock-keywords): Use them.
7824         (sieve-mode): Only set font-lock-defaults in emacs.
7825
7826         * gnus-art.el (gnus-default-article-saver): Add
7827         gnus-summary-save-body-in-file.
7828         (gnus-summary-write-to-file): Fix doc.
7829
7830 2001-11-07  Simon Josefsson  <jas@extundo.com>
7831
7832         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7833         reference to the correct chapter in the manual.
7834
7835         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7836         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7837
7838 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7839
7840         * mml.el (mml-preview): Bind mail-header-separator.
7841
7842 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * message.el: Always require canlock.
7845         (message-ignored-supersedes-headers): Include Cancel-Lock and
7846         Cancel-Key.
7847         (message-insert-canlock): Don't require canlock.
7848         (message-cancel-news): Don't check whether canlock is available.
7849         (message-supersede): Support cancel-locks.
7850
7851         * gnus-art.el: Don't autoload canlock.
7852
7853 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7854
7855         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7856         From: <andre@slamdunknetworks.com>
7857
7858 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7859
7860         * many files: Fix copyright lines.
7861
7862 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7863
7864         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7865         Suggested by Dave Love  <fx@gnu.org>.
7866
7867 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7868
7869         * message.el (message-kill-buffer): Remove auto-save file after
7870         confirm.
7871
7872         * message.el (message-send-mail): Call message-generate-headers
7873         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7874
7875         * gnus-topic.el (gnus-topic-rename): Initial-input.
7876         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7877
7878 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7879
7880         * message.el (message-forbidden-properties): New constant.
7881         (message-strip-forbidden-properties): New function.
7882         (message-mode): Activate it.
7883
7884 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7885
7886         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7887         (mm-hack-charsets): Fix doc.
7888
7889 2001-11-02  Simon Josefsson  <jas@extundo.com>
7890
7891         * gnus-int.el (gnus-check-server): Message "...done" when done.
7892
7893         * imap.el (imap-close): Don't message (imap-send-command-wait
7894         returns if the connection is dropped).
7895         (imap-wait-for-tag): Nix out message only when necessary.
7896
7897         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7898         for non-crossposting.
7899         (gnus-sieve-crosspost): Default to t to be consistent with other
7900         parts of Gnus.
7901
7902 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7903
7904         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7905         (mm-iso-8859-x-to-15-table): Ditto.
7906         (mm-iso-8859-x-to-15-region): Ditto.
7907         (mm-find-mime-charset-region): Ditto.
7908
7909 2001-11-01  Simon Josefsson  <jas@extundo.com>
7910
7911         * nnimap.el (nnimap-close-asynchronous): New variable.
7912         (nnimap-close-group): Use it.
7913         (nnimap-expunge): Don't use it.
7914
7915         * imap.el (imap-callbacks): New variable.
7916         (imap-remassoc): Copied from `gnus-remassoc'.
7917         (imap-add-callback): New function.
7918         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7919         behaviour.
7920         (imap-parse-response): Call the callback.
7921
7922         * message.el (message-insert-canlock): New variable.
7923         (message-canlock-generate, message-canlock-password)
7924         (message-insert-canlock): New functions.
7925         (message-send-news): Call `message-insert-canlock'.
7926         (top-level): Require canlock when compiling.
7927         (message-insert-canlock): Require canlock before we need it.
7928
7929 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7930
7931         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7932
7933 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7934
7935         * dgnushack.el (dgnushack-make-load): A workaround for
7936         custom-add-loads bug in some versions of XEmacs.
7937
7938 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7939
7940         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7941
7942 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7943
7944         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7945         (mm-hack-charsets): New variable.
7946         (mm-iso-8859-15-compatible): New variable.
7947         (mm-iso-8859-x-to-15-table): New variable.
7948         (mm-find-mime-charset-region): Add parameter hack-charsets.
7949
7950         * mm-bodies.el (mm-encode-body): Use it.
7951         * mml.el (mml-parse-1): Ditto.
7952
7953 2001-11-01  Simon Josefsson  <jas@extundo.com>
7954
7955         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7956
7957 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7958
7959         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7960         is nil.
7961
7962 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7963
7964         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7965
7966         * message.el (message-forward-rmail-make-body): Use
7967         save-window-excursion.
7968         (message-encode-message-body): Search with noerror.
7969         (message-setup-1): Convert compose-mail send-actions to
7970         message-send-actions.
7971
7972 2001-11-01  Simon Josefsson  <jas@extundo.com>
7973
7974         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7975         <yamaoka@jpl.org>.
7976
7977 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7978
7979         * sieve-manage.el (sieve-string-bytes): No complain.
7980
7981 2001-11-01  Simon Josefsson  <jas@extundo.com>
7982
7983         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7984         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7985         has autoload cookies, so no `require' should be necessary.)
7986
7987         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7988         files.
7989
7990 2001-10-31  Simon Josefsson  <jas@extundo.com>
7991
7992         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7993         parameter.
7994
7995         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7996         `display' is a number (and C-u wasn't used to enter group), only
7997         fetch that number of articles.
7998
7999 2001-10-31  Matt Armstrong  <matt@lickey.com>
8000
8001         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8002         not-subscribed -> subscribed.
8003
8004 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8005         From: Josh Huber <huber@alum.wpi.edu>
8006
8007         * message.el (message-subscribed-address-functions): New variable.
8008         (message-subscribed-addresses): New variable.
8009         (message-subscribed-regexps): New variable.
8010         (message-goto-mail-followup-to): New function.
8011         (message-send-mail): Add Mail-Followup-To.
8012         (message-make-mft): New function.
8013
8014         * gnus.el (gnus-find-subscribed-addresses): New function.
8015
8016 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8017
8018         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8019         (mail-source-fetch-pop): Ditto.
8020         (mail-source-check-pop): Ditto.
8021
8022         * gnus-start.el (gnus-read-init-file): Ditto.
8023         (gnus-activate-group): Ditto.
8024         (gnus-read-newsrc-el-file): Ditto.
8025
8026 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8027
8028         * message.el (message-get-reply-headers): Make sure there is ", ".
8029
8030         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8031         mm-coding-system-p. Don't correct it only in XEmacs.
8032         (mm-charset-to-coding-system): Use mm-coding-system-p and
8033         mm-get-coding-system-list.
8034         (mm-emacs-mule, mm-mule4-p): New variables.
8035         (mm-enable-multibyte, mm-disable-multibyte,
8036         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8037         mm-with-unibyte-current-buffer,
8038         mm-with-unibyte-current-buffer-mule4): Use them.
8039         (mm-find-mime-charset-region): Treat iso-2022-jp.
8040
8041         From  Dave Love  <fx@gnu.org>:
8042
8043         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8044         construction.
8045         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8046         entries conditional on not having a coding system defined for
8047         them.
8048         (mm-mule-charset-to-mime-charset): Use
8049         find-coding-systems-for-charsets if defined.
8050         (mm-charset-to-coding-system): Don't use
8051         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8052         later.  Add last resort search of coding systems.
8053         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8054         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8055         Mule 4.
8056         (mm-find-mime-charset-region): Re-write.
8057         (mm-with-unibyte-current-buffer): Restore buffer as well as
8058         multibyteness.
8059
8060 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8061
8062         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8063         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8064         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8065
8066 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8067
8068         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8069         again.
8070
8071         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8072
8073 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8074
8075         * gnus-spec.el (gnus-parse-simple-format): Use
8076           buffer-substring-no-properties.
8077
8078 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * gnus-art.el (article-verify-cancel-lock): New function.
8081
8082         * nnheader.el (nntp-process-response): New variable.
8083         (nnheader-init-server-buffer): Make `nntp-process-response'
8084         buffer-local in `nntp-server-buffer'.
8085
8086         * nntp.el (nntp-prepare-post-hook): New hook.
8087         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8088         (nntp-async-trigger): Ditto.
8089         (nntp-request-post): Insert a server's ID if there's no Message-ID
8090         header; run `nntp-prepare-post-hook'.
8091
8092 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8093
8094         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8095         instead.
8096
8097         * message.el (message-forward-subject-author-subject): Don't use
8098         message-news-p, which widens the buffer.
8099         (message-forward-make-body): New function.
8100         (message-forward): Use it.
8101         (message-insinuate-rmail): New function.
8102         (message-forward-rmail-make-body): New function.
8103
8104 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8105
8106         * mm-extern.el (mm-extern): Provide it.
8107
8108         * mm-partial.el (mm-partial): Provide it.
8109
8110 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8111
8112         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8113
8114 2001-10-29  Simon Josefsson  <jas@extundo.com>
8115
8116         * mml.el (mml-preview): Bind message-this-is-news if it is
8117         news. From Jesper Harder <harder@myrealbox.com>.
8118
8119 2001-10-28  Simon Josefsson  <jas@extundo.com>
8120
8121         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8122
8123 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8124
8125         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8126         ironic smilies.
8127
8128 2001-10-27  Simon Josefsson  <jas@extundo.com>
8129
8130         * message.el (message-indent-citation): Don't add trailing
8131         whitespace when citing text.
8132
8133         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8134         <harder@ifa.au.dk>.
8135
8136 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8137
8138         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8139         not available.
8140         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8141         (nnweb-type-definition): Add google as alias of dejanews.
8142         (nnweb-google-parse-1): Forward 1 line.
8143
8144 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8145
8146         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8147         variable `message-forward-ignored-headers'.
8148
8149 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8150
8151         * gnus.el (gnus-expand-group-parameter): New function.
8152         (gnus-expand-group-parameters): Call it.
8153         (gnus-group-fast-parameter): New function.
8154         (gnus-group-find-parameter): Call it.
8155
8156 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8157
8158         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8159         vector (it didn't before because of a bug).
8160         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8161         available.  Before it converted it to an article number.
8162
8163         This makes followup to news articles with negative numbers in
8164         nnvirtual groups use news instead of mail.
8165
8166 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8167
8168         * gnus.el (post-method): Use `native' instead of `nil'.
8169
8170         * gnus-msg.el (gnus-post-method): Ditto.
8171
8172 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8173
8174         * gnus.el (gnus-define-group-parameter): Grammar fix.
8175
8176 2001-10-22  Simon Josefsson  <jas@extundo.com>
8177
8178         * gnus-msg.el (gnus-extended-version): Include
8179         system-configuration.
8180         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8181
8182 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8183
8184         * gnus.el (post-method): Customization fix: `native' is not a
8185         valid value.
8186         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8187         `native' is not a valid value.
8188
8189 2001-10-21  Simon Josefsson  <jas@extundo.com>
8190
8191         * nnimap.el (nnimap): Defgroup
8192         (nnimap-strict-function, nnimap-strict-function-match): New
8193         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8194         (nnimap-split-crosspost, nnimap-split-inbox)
8195         (nnimap-split-rule, nnimap-split-predicate)
8196         (nnimap-split-predicate): Defcustom.
8197         (nnimap-split-inbox, nnimap-expunge-search-string)
8198         (nnimap-importantize-dormant): Remove "*" from doc.
8199
8200 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8201
8202         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8203         not supplied via prefix arg.  From Lisp, make arg mandatory.
8204         Suggested by Frank Schmitt.
8205
8206 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8207
8208         * message.el (message-do-auto-fill): Avoid calling
8209         'rfc822-goto-eoh'.
8210
8211 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8212         From Paul Jarc <prj@po.cwru.edu>.
8213
8214         * message.el (message-get-reply-headers): Restructure the logic
8215         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8216
8217 2001-10-20  Simon Josefsson  <jas@extundo.com>
8218
8219         * message.el (message-cancel-news): Support cancel-locks.
8220         Suggested by Per Abrahamsson.
8221
8222         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8223         conses.  From David Z Maze <dmaze@MIT.EDU>.
8224
8225         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8226
8227 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8228
8229         * mm-decode.el (mm-default-directory): Fix customize type.
8230
8231         * message.el (message-setup-fill-variables): Kludge to use
8232         normal-auto-fill-function even if auto fill is already activated.
8233
8234 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8235
8236         * message.el (message-do-auto-fill): New version that does not
8237         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8238         (message-setup-1): Removed the `message-field' property.
8239
8240         * gnus-draft.el (gnus-draft-edit-message): Removed the
8241         `message-field' property.
8242
8243 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8244
8245         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8246         `message-field'.  The `field' property has a special significance in
8247         Emacs 21.
8248
8249         * message.el (message-send, message-setup-1): Ditto.
8250
8251 2001-10-18  Simon Josefsson  <jas@extundo.com>
8252
8253         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8254         when undoing.
8255
8256 2001-10-18  Simon Josefsson  <jas@extundo.com>
8257         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8258
8259         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8260         (gnus-summary-make-menu-bar): Ditto.
8261
8262 2001-10-17  Simon Josefsson  <jas@extundo.com>
8263
8264         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8265         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8266
8267 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8268
8269         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8270         * gnus-util.el (gnus-user-date): New function.
8271         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8272
8273 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8274
8275         * message.el (message-check-news-header-syntax): Special case
8276         nnvirtual groups.
8277
8278         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8279         customize type to `symbol'.
8280
8281 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8282
8283         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8284         %&foo;.
8285         (gnus-parse-simple-format): Support user extended spec too.
8286         %u&foo; invokes gnus-user-format-function-foo.
8287
8288 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8289
8290         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8291         the server.
8292         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8293         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8294         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8295         * nndiary.el (nndiary-request-expire-articles): Ditto.
8296         (nndiary-schedule): Defsubst it before use it.
8297         (nndiary-error): eval-and-compile.
8298
8299 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8300
8301         * gnus-msg.el (gnus-post-method): Changed two instances of
8302         `active' to `current' and one `null' to `not'.
8303
8304 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8305         From Katsumi Yamaoka <yamaoka@jpl.org>.
8306
8307         * message.el (message-setup-fill-variables): Use
8308         `normal-auto-fill-function' instead of `auto-fill-function'.
8309
8310 2001-10-16  Simon Josefsson  <jas@extundo.com>
8311
8312         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8313         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8314         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8315
8316 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8317         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8318
8319         * gnus-draft.el (gnus-draft-edit-message): Add text property
8320         `field' with value `header' to message headers.
8321         * message.el (message-setup-1): Really add text property to all of
8322         the header, not just part of it.
8323
8324 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325
8326         * gnus-group.el (gnus-group-sort-by-server): Use it.
8327
8328         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8329
8330         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8331         and keystroke.
8332
8333 2001-10-14  Simon Josefsson  <jas@extundo.com>
8334
8335         * dig.el: Doc fix.
8336
8337         * smime.el: Doc fix.
8338
8339         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8340         charset magic from message.el.
8341
8342 2001-10-12  Simon Josefsson  <jas@extundo.com>
8343         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8344
8345         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8346         'cite from g-a-wash-types.
8347         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8348         (gnus-article-hide-citation): Fix.
8349
8350         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8351         character.
8352         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8353
8354         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8355         definition.
8356         (gnus-signature-toggle): Toggle `s' mode line character.
8357
8358         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8359         doing stuff that clears it.
8360
8361 2001-10-12  Simon Josefsson  <jas@extundo.com>
8362
8363         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8364         From Eric Marsden <emarsden@laas.fr>.
8365
8366 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8367
8368         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8369         (autoload): Add some autoloads.
8370
8371 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8372         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8373
8374         * message.el (message-do-auto-fill): New function.  Like
8375         `do-auto-fill' but don't fill when in the message header.
8376         (message-setup-1): Put a text property on the message header.
8377         (message-setup-fill-variables): Use `message-do-auto-fill'.
8378
8379 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8380
8381         * message.el (message-send-mail-partially): Insert an empty line
8382         first, because of the change of message-make-lines.
8383
8384 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8385
8386         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8387         iso-8859-15, make it an alias for iso-8859-1.
8388
8389 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * message.el (message-send-news): Don't modify the value of
8392         `message-syntax-checks' if it is not a list (possibly it is
8393         `dont-check-for-anything-just-trust-me').
8394
8395 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8398         `find-coding-system' for XEmacs to check whether the coding-system
8399         `utf-8' is available.
8400
8401 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8402
8403         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8404
8405 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8406
8407         * message.el (message-send-news): Oops, missed case with no
8408         "Followup-To" header...
8409
8410 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8411
8412         * message.el (message-send-news): Allow
8413         `gnus-group-name-charset-group-alist' to affect encoding of the
8414         "Newsgroups" and "Followup-To" headers.
8415
8416 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8417
8418         * Makefile.in (install-el): Depend on gnus-load.el.
8419
8420 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8421
8422         * Makefile.in (install-el): Use -f.
8423         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8424
8425 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8426
8427         * message.el (message-send-news): Don't encode Followups-To when
8428         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8429
8430         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8431         header.
8432
8433         * gnus-art.el (article-decode-group-name): Also decode
8434         "Followup-To".
8435
8436         * rfc2047.el (rfc2047-encode-message-header): Encode without
8437         asking for null methods.
8438
8439         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8440         default charset for newsgroup names in accordance with USEFOR.
8441
8442         * gnus-group.el (gnus-group-name-charset-method-alist,
8443         gnus-group-name-charset-group-alist): Removed "*" from doc
8444         strings, "*" should not be used for complex variables.
8445
8446 2001-10-06  Simon Josefsson  <jas@extundo.com>
8447
8448         Support UTF-8 group names better.
8449
8450         * message.el (message-check-news-header-syntax): Encode group
8451         names before comparison.
8452
8453         * gnus-msg.el (gnus-copy-article-buffer): Run all
8454         `gnus-article-decode-hook's except `article-decode-charset'
8455         instead of hardcoding call to one of them.
8456
8457         * gnus-art.el (gnus-article-decode-hook): Add
8458         `article-decode-group-name'.
8459         (article-decode-group-name): New function, use `g-d-n'.
8460
8461         * gnus-group.el (gnus-group-insert-group-line): Decode
8462         gnus-tmp-group using `g-d-n'.
8463
8464         * gnus-util.el (gnus-decode-newsgroups): New function.
8465
8466 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8467
8468         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8469         `gnus-group-name-charset-group-alist'.
8470
8471 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8472
8473         * Makefile.in: Install el in install. Add uninstall.
8474
8475 2001-10-05  Simon Josefsson  <jas@extundo.com>
8476
8477         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8478
8479         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8480
8481         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8482         empty folders.
8483
8484         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8485         limiting if read-all (C-u RET) was used.
8486
8487 2001-10-04  Simon Josefsson  <jas@extundo.com>
8488
8489         * mail-source.el (mail-source-movemail-program): New variable.
8490         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8491         <thutt@thutt.vmware.com>.
8492
8493 2001-10-03  Simon Josefsson  <jas@extundo.com>
8494
8495         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8496         (gnus-summary-line-format-alist): Fix param.
8497
8498 2001-10-02  Simon Josefsson  <jas@extundo.com>
8499
8500         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8501         don't go through `nnimap-request-expire-articles' to delete the
8502         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8503
8504 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8505
8506         * gnus-agent.el (gnus-agent-write-active): The min in the
8507         agent/active may be larger than that in the server/active.
8508
8509 2001-10-01  Simon Josefsson  <jas@extundo.com>
8510
8511         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8512         is IMAP4rev1.
8513
8514         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8515
8516         * nnfolder.el: Ditto.
8517
8518 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8519
8520         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8521         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8522
8523 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8524
8525         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8526         (message-mode-menu): Menu item for same.
8527
8528         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8529         delayed articles.
8530
8531         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8532         nndraft:delayed does not exist.
8533         (gnus-delay-initialize): Don't set up keymap, that's done from
8534         message.el now.
8535         (gnus-delay, gnus-delay-group, gnus-delay-header)
8536         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8537
8538 2001-09-29  Simon Josefsson  <jas@extundo.com>
8539
8540         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8541         utf-8, not eight-bit-control.
8542
8543         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8544         (imap-log, imap-debug): Custom.
8545         (imap-log-buffer, imap-debug-buffer): New constants.
8546         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8547         (imap-network-open, imap-shell-open, imap-starttls-open)
8548         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8549         (imap-debug): Use imap-*-buffer.
8550
8551         * nndoc.el (nndoc-article-type): Add mailman.
8552         (nndoc-type-alist): Ditto.
8553         (nndoc-mailman-type-p): New function.
8554
8555 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8556
8557         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8558         gnus-art.el.
8559
8560 2001-09-27  Simon Josefsson  <jas@extundo.com>
8561
8562         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8563         (gnus-topic-catchup-articles): New function. Suggested by Robin
8564         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8565
8566 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8567         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8568
8569         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8570         previous ones.
8571
8572 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8573         From Daiki Ueno  <ueno@unixuser.org>
8574
8575         * gnus-sum.el (gnus-summary-show-article): The arglist of
8576         detect-coding-region is incompatible.
8577
8578 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8579         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8580
8581         * gnus-group.el (gnus-group-delete-group): Typo.
8582
8583 2001-09-26  Simon Josefsson  <jas@extundo.com>
8584
8585         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8586
8587         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8588
8589 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8590
8591         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8592
8593 2001-09-22  Simon Josefsson  <jas@extundo.com>
8594
8595         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8596
8597         * nnfolder.el (nnfolder-open-marks): Ditto.
8598
8599         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8600         (gnus-update-marks): Use it.
8601         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8602         hardcoded list.
8603
8604         * gnus.el (gnus-article-special-mark-lists): Add killed.
8605         (gnus-article-unpropagated-mark-lists): New constant.
8606
8607 2001-09-22  Simon Josefsson  <jas@extundo.com>
8608
8609         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8610         custom option.
8611
8612 2001-09-23  Simon Josefsson  <jas@extundo.com>
8613
8614         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8615
8616 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8617
8618         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8619
8620 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8621
8622         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8623         accept lists of functions.
8624
8625 2001-09-20  Simon Josefsson  <jas@extundo.com>
8626
8627         * gnus-group.el (gnus-group-catchup): Update expire marks in
8628         backend.  Also, if ALL also set expire marks on tick/dormant.
8629
8630 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8631
8632         * message.el (message-tab-body-function): New variable.
8633         * message.el (message-tab): Use it.
8634
8635 2001-09-19  Sam Steingold  <sds@gnu.org>
8636
8637         * gnus-win.el (gnus-buffer-configuration): Respect
8638         `gnus-bug-create-help-buffer'.
8639
8640 2001-09-18  Simon Josefsson  <jas@extundo.com>
8641
8642         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8643         (gnus-parse-simple-format): Re-revert.
8644
8645 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8646         Trivial patch.
8647
8648         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8649         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8650
8651 2001-09-18  Simon Josefsson  <jas@extundo.com>
8652
8653         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8654         signed.
8655         (gnus-parse-simple-format): Don't use it.
8656
8657 2001-09-17  Miles Bader  <miles@gnu.org>
8658
8659         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8660         error querying a backend abort the whole process.
8661
8662 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8663
8664         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8665         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8666
8667 2001-09-17  Didier Verna  <didier@xemacs.org>
8668
8669         * nndiary.el: version 0.2-b14.
8670         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8671         compatibility problem with XEmacs 21.1.
8672
8673 2001-09-15  Simon Josefsson  <jas@extundo.com>
8674
8675         * gnus-group.el (gnus-group-line-format): Document %c.
8676
8677         * nnml.el (nnml-parse-head): Handle CRLF files.
8678         (nnml-generate-nov-file): Ditto.
8679         (nnml-retrieve-headers): Ditto.
8680
8681 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8682
8683         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8684
8685 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8686
8687         * gnus-spec.el (gnus-correct-substring): Still stopped one
8688         character before we wanted (never included last character).
8689         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8690         add missing "," (once per function)
8691
8692 2001-09-14  Simon Josefsson  <jas@extundo.com>
8693
8694         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8695         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8696         default before gnus-group is loaded and the variable set.)
8697
8698         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8699         killed or unsent marks.
8700
8701         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8702         isn't an article to set it on (e.g. when you `a' in a group).
8703
8704 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8705
8706         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8707         can read e-mails from Microsoft Outlook users not using ISO
8708         8859-2 character set.
8709
8710 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8711
8712         * gnus-diary.el: Minor modifications to avoid warnings.
8713         (gnus-summary-misc-menu): defvar.
8714         (gnus-diary-check-message): Use gnus-point-at-eol.
8715         (gnus-diary-kill-entire-line): eval-and-compile.
8716
8717 2001-09-12  Didier Verna  <didier@xemacs.org>
8718
8719         * nndiary.el: new version (0.2-b13).
8720         * nndiary.el (nndiary-mail-sources): doc update.
8721         * nndiary.el (nndiary-split-methods): ditto.
8722         * nndiary.el (nndiary-request-accept-article-hooks): New.
8723         * nndiary.el (nndiary-request-accept-article): use it, check
8724         message validity.
8725         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8726         * nndiary.el (nndiary-schedule): fix bug (misplaced
8727         condition-case): it didn't return nil on error.
8728         * gnus-diary.el: new version.
8729         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8730         * gnus-diary.el (gnus-diary-header-value-history): New.
8731         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8732         * gnus-diary.el (gnus-diary-add-header): New.
8733         * gnus-diary.el (gnus-diary-check-message): New.
8734         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8735         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8736
8737 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8738
8739         * gnus-sum.el (gnus-select-newsgroup): Make
8740         `gnus-current-select-method' buffer-local.
8741
8742         * gnus-art.el (gnus-request-article-this-buffer): Refer
8743         `gnus-current-select-method' in the current summary buffer.
8744
8745 2001-09-10  Simon Josefsson  <jas@extundo.com>
8746         From Daniel Pittman <daniel@rimspace.net>
8747
8748         * gnus-spec.el (gnus-correct-pad-form): Fix.
8749
8750 2001-09-09  Simon Josefsson  <jas@extundo.com>
8751
8752         * mm-decode.el (mm-inline-media-tests): Add
8753         application/x-emacs-lisp.
8754         (mm-attachment-override-types): Add
8755         application/{x-,}pkcs7-signature.
8756
8757         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8758         (gnus-server-line-format, gnus-server-mode-line-format)
8759         (gnus-server-browse-in-group-buffer): Customize.
8760
8761 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8762
8763         * nnml.el (nnml-marks-changed-p): Typo.
8764         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8765         (nnml-marks-changed-p): Use gnus-gethash.
8766         (nnml-marks-modtime): Use gnus-make-hashtable.
8767
8768         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8769         (nnfolder-request-expire-articles, nnfolder-save-marks)
8770         (nnfolder-open-marks): Typo.
8771         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8772         (nnfolder-marks-changed-p): Use gnus-gethash.
8773         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8774
8775 2001-09-08  Simon Josefsson  <jas@extundo.com>
8776
8777         * nnfolder.el (nnfolder-marks-modtime): New variable.
8778         (nnfolder-marks-changed-p): New function.
8779         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8780         (nnfolder-request-update-info): Don't update if marks didn't change.
8781
8782         * nnml.el (nnml-marks-modtime): New variable.
8783         (nnml-marks-changed-p): New function.
8784         (nnml-save-marks, nnml-open-marks): Save modtime.
8785         (nnml-request-update-info): Don't update if marks didn't change.
8786
8787         * gnus-agent.el (gnus-agent-any-covered-gcc)
8788         (gnus-agent-add-server, gnus-agent-remove-server): Use
8789         gnus-agent-method-p.
8790
8791         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8792         (gnus-unbuttonized-mime-type-p): Use it.
8793
8794         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8795         fetch group.
8796
8797 2001-09-08  Simon Josefsson  <jas@extundo.com>
8798         From Daniel Pittman <daniel@rimspace.net>
8799
8800         * gnus-spec.el (gnus-correct-pad-form): New function.
8801         (gnus-parse-simple-format): Use it.
8802
8803 2001-09-07  Simon Josefsson  <jas@extundo.com>
8804
8805         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8806         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8807         Putnam <reader@newsguy.com>.
8808         (gnus-group-sort-selected-groups): Touch dribble file.
8809
8810 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8811
8812         * nnml.el (nnml-filenames-are-evil): New variable.
8813         (nnml-article-to-file-alist): Rename to ...
8814         (nnml-current-group-article-to-file-alist): ... this.
8815         Respect `nnml-filenames-are-evil'.
8816         (nnml-active-number): Update.
8817         (nnml-update-file-alist): Update.
8818         (nnml-request-article): Use nnheader-article-to-file-alist.
8819         (nnml-request-rename-group): Likewise.
8820
8821 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * gnus-sum.el (gnus-summary-insert-line): Fix.
8824
8825 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8826
8827         * gnus-sum.el: Bind g-s-t-s to "W g".
8828         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8829         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8830         display of graphical smilies.
8831
8832 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8833
8834         * gnus-start.el (gnus-setup-news): A typo.
8835         From Bill White <billw@wolfram.com>.
8836
8837 2001-09-06  Simon Josefsson  <jas@extundo.com>
8838
8839         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8840         and unseen marks.
8841
8842 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8843
8844         * nnmail.el (nnmail-split-fancy): Document `junk'.
8845
8846 2001-09-04  Simon Josefsson  <jas@extundo.com>
8847
8848         * imap.el (imap-search): Don't error if server is broken.
8849
8850 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8851
8852         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8853         searching for an article that isn't in the mbox.
8854
8855 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8858         right, and get all the comments.
8859
8860 2001-09-02  Simon Josefsson  <jas@extundo.com>
8861         Suggested by Dan Christensen <jdc+news@uwo.ca>
8862
8863         * nnfolder.el (nnfolder-request-update-info): Fix message.
8864
8865         * nnml.el (nnml-request-update-info): Ditto.
8866
8867 2001-09-01  Simon Josefsson  <jas@extundo.com>
8868
8869         * nnml.el (nnml-request-expire-articles): Also bind
8870         `nnml-current-group' and `nnml-article-file-alist' when using
8871         expiry-target. (Otherwise nnml will be in a inconsistent internal
8872         state causing all kind of problems.)
8873         (nnml-request-expire-articles): If `nnml-article-to-file' or
8874         `file-attributes' failes, return article as un-expirable instead
8875         of treating it as expired.
8876
8877 2001-08-31  Sam Steingold  <sds@gnu.org>
8878
8879         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8880         typo: `exmine' --> `examine'.
8881
8882 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8883
8884         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8885
8886 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8887
8888         * nnml.el (nnml-check-directory-twice): Remove.
8889         (nnml-retrieve-headers): Ditto.
8890         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8891
8892 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8893
8894         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8895         directory twice on Windows, or on GNU Emacs-21.
8896
8897 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8898
8899         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8900         (nnml-request-rename-group): Ditto.
8901         (nnml-active-number): Ditto.
8902         (nnml-request-create-group): Use nnml-directory-articles.
8903         (nnml-request-expire-articles): Use nnml-directory-articles, which
8904         gets list from nov database if available.
8905         (nnml-get-nov-buffer): New function.
8906         (nnml-open-nov): Use it.
8907         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8908         gets alist from nov database if available.
8909         (nnml-directory-articles): New function.
8910         (nnml-article-to-file-alist): New function.
8911
8912 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8913
8914         * mm-decode.el (mm-display-external): Use `name' as filename, if
8915         `filename' attribute is not present.
8916
8917 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8918
8919         * mail-source.el (mail-source-flash): New defcustom.
8920         (mail-source-new-mail-p): Ring visible bell if appropriate.
8921         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8922         timer is cleared even if mail check signals an error.
8923
8924 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8925
8926         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8927         type 'list.
8928
8929 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8930
8931         * flow-fill.el (fill-flowed): eol might be point-max.
8932
8933 2001-08-27  Simon Josefsson  <jas@extundo.com>
8934
8935         * nnml.el (nnml-request-update-info): Fix message.
8936         (nnml-open-marks): Ditto.
8937
8938         * nnfolder.el (nnfolder-request-update-info):
8939         (nnfolder-open-marks): Fix message.
8940
8941 2001-08-25  Simon Josefsson  <jas@extundo.com>
8942
8943         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8944         after group in ~/.
8945
8946 2001-08-25  Simon Josefsson  <jas@extundo.com>
8947         From Andreas Jaeger  <aj@suse.de>
8948
8949         * nnfolder.el (nnfolder-open-marks): Fix typo.
8950         * nnml.el (nnml-open-marks): Likewise.
8951
8952 2001-08-25  Simon Josefsson  <jas@extundo.com>
8953
8954         Make nnfolder groups self-contained as far as marks are concerned.
8955
8956         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8957         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8958         (nnfolder-open-server): Make marks directory.
8959         (nnfolder-request-delete-group): Delete marks file.
8960         (nnfolder-request-delete-group): Check of nov/marks file exist
8961         before deleting.
8962         (nnfolder-request-rename-group): Rename marks file.
8963         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8964         (nnfolder-request-set-mark, nnfolder-request-update-info)
8965         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8966         (nnfolder-open-marks): New functions.
8967         (top-level): Require gnus.
8968
8969 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * nnweb.el (nnweb-type-definition): Use google raw file.
8972         (nnweb-google-parse-1): Ditto.
8973         (nnweb-google-identity): Ditto.
8974         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8975         (nnweb-altavista-wash-article): Ditto.
8976         (nnweb-request-article): Remove nnweb-decode-entities.
8977
8978         * nnml.el: Require 'gnus.
8979
8980 2001-08-25  Simon Josefsson  <jas@extundo.com>
8981
8982         * nnml.el (nnml-marks-is-evil): Add doc.
8983
8984 2001-08-25  Simon Josefsson  <jas@extundo.com>
8985
8986         * nnml.el (nnml-save-marks): Wrap saving marks in a
8987         condition-case, to allow user to start Gnus if saving marks failed
8988         for some reason.
8989
8990 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8993
8994         * gnus-group.el (gnus-update-group-mark-positions): Bind
8995         gnus-group-update-hook to nil.
8996
8997 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8998
8999         * mml.el (mml-generate-mime-1): Force as multibyte string.
9000
9001 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9002
9003         * gnus-sum.el (gnus-summary-insert-line)
9004         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9005         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9006
9007         * gnus-spec.el (gnus-correct-substring): Take optional END.
9008
9009         * nnrss.el (nnrss-request-article): Remove \n.
9010         (nnrss-retrieve-headers): Lines number is -1.
9011
9012 2001-08-24  Simon Josefsson  <jas@extundo.com>
9013
9014         * gnus-group.el (gnus-info-clear-data): Call
9015         nnfoo-request-set-mark to propagate marks.  Fix bug:
9016         `gnus-group-update-line' doesn't update read range unless we call
9017         `gnus-get-unread-articles-in-group' first.
9018
9019         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9020         to server.
9021
9022 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9023
9024         * gnus-util.el (gnus-create-info-command): Return an interactive
9025         function.
9026
9027 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9028         From Katsumi Yamaoka <yamaoka@jpl.org>
9029
9030         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9031
9032 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9033
9034         * gnus-sum.el (gnus-select-newsgroup): Use it.
9035
9036         * gnus-util.el (gnus-not-ignore): New function.
9037
9038         * lpath.el (featurep): Don't fbind char-int.
9039
9040         * gnus-util.el (gnus-create-info-command): New function.
9041
9042         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9043         right node.
9044
9045         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9046         (gnus-summary-limit-children): Use 'identity instead of `all'.
9047         (gnus-summary-limit-to-display-predicate): New command and
9048         keystroke.
9049
9050 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9051
9052         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9053
9054         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9055
9056 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * gnus-spec.el: Add the Gnus version.
9059         (gnus-update-format-specifications): If the Gnus version changes,
9060         nix out the format spec cache.
9061
9062         * gnus.el (gnus-continuum-version): Made into a command and
9063         optionalize the VERSION.
9064
9065         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9066         the start of the lines.
9067
9068 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069
9070         * gnus.el (gnus-visual-p): Define function before use of
9071         function.
9072
9073 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9074
9075         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9076         (gnus-article-mark-to-type): New function.
9077         (gnus-update-missing-marks): Only update marks of type 'list.
9078
9079         * gnus.el (gnus-article-special-mark-lists): New variable.
9080
9081 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9082
9083         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9084         (gnus-select-newsgroup): Still use 'all.
9085         (gnus-summary-initial-limit): Comparing with 'all.
9086
9087 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9088
9089         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9090         active.
9091
9092 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9093
9094         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9095         nnslashdot-*-retrieve-headers.
9096         (nnslashdot-request-article): Fix for slashcode 2.2.
9097         (nnslashdot-make-tuple): New function.
9098         (nnslashdot-read-groups): Use it.
9099
9100 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101
9102         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9103         list.
9104
9105         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9106
9107 2001-08-20  Simon Josefsson  <jas@extundo.com>
9108
9109         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9110         opened, error instead of continuing (and exploding later).
9111
9112 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113
9114         * gnus.el (gnus-expand-group-parameters): Return the parameter
9115         list.
9116
9117         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9118         (gnus-summary-show-article): Guess at charset if required.
9119
9120         * gnus-spec.el (gnus-correct-substring): Stopped one character
9121         before we wanted.
9122
9123 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9124
9125         * earcon.el (earcon-auto-play): Remove unused option.
9126
9127 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9130         message down in levels, since it happens very fast.
9131
9132         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9133         of smiley-regexp-alist.
9134
9135         * mm-view.el (mm-inline-text): Ignore vcard errors.
9136
9137         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9138
9139         * gnus-score.el (gnus-all-score-files): Use append instead of
9140         nconc.
9141
9142         * gnus.el (gnus-splash-face): Doc fix.
9143
9144         * mm-decode.el (mm-mailcap-command): Use
9145         mm-path-name-rewrite-functions.
9146         (mm-path-name-rewrite-functions): New variable.
9147
9148         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9149         (gnus-complex-form-to-spec): Insert tab.
9150         (gnus-spec-tab): New function.
9151
9152         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9153         entering the group.
9154
9155         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9156         the positional spec.
9157         (gnus-parse-complex-format): React to %C.
9158
9159         * gnus-ems.el (gnus-char-width): Moved here.
9160
9161         * gnus-sum.el (gnus-select-newsgroup): Set
9162         gnus-newsgroup-articles.
9163         (gnus-unseen-mark): New variable.
9164         (gnus-newsgroup-unseen): Ditto.
9165         (gnus-newsgroup-seen): Ditto.
9166         (gnus-adjust-marked-articles): Use them.
9167         (gnus-update-marks): Use them.
9168         (gnus-summary-update-secondary-mark): Display.
9169         (gnus-summary-prepare-threads): Display.
9170
9171         * gnus-msg.el (gnus-inews-group-method): Use and return the
9172         method, not the server.
9173
9174 2001-08-19  Simon Josefsson  <jas@extundo.com>
9175
9176         * gnus-srvr.el (gnus-server-agent-face): New.
9177         (gnus-server-agent-face): New.
9178         (gnus-server-mode): Turn on font-lock-mode.
9179
9180         * gnus.el (gnus-server-visual): Add defgroup.
9181
9182 2001-08-19  Simon Josefsson  <jas@extundo.com>
9183         From Joe Casadonte <jcasadonte@northbound-train.com>
9184
9185         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9186         gnus-server-denied-face): New.
9187         (gnus-server-opened-face, gnus-server-closed-face,
9188         gnus-server-denied-face): New.
9189         (gnus-server-font-lock-keywords): Add.
9190
9191 2001-08-19  Simon Josefsson  <jas@extundo.com>
9192
9193         * nnml.el (nnml-request-set-mark): Return nil.
9194         (nnml-save-marks): Use nnml-possibly-create-directory.
9195         (nnml-open-marks): Only work in temp buffer when inserting/reading
9196         .marks file.
9197
9198 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199
9200         * gnus.el (gnus-expand-group-parameters): Fix.
9201
9202         * gnus-spec.el (gnus-char-width): New function.
9203         (gnus-correct-substring, gnus-correct-length): Use it.
9204
9205         * message.el (message-required-mail-headers): Fix doc.
9206
9207 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9208
9209         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9210
9211         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9212
9213 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9214
9215         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9216         slashdot 2.2 (not fully fixed yet).
9217         (nnslashdot-request-article): Ditto.
9218
9219 2001-08-18  Simon Josefsson  <jas@extundo.com>
9220
9221         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9222         nnimap.
9223
9224         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9225         gnus-util.
9226         (nnimap-request-update-info-internal): Use new functions.
9227
9228         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9229         new functions.
9230
9231 2001-08-18  Simon Josefsson  <jas@extundo.com>
9232
9233         Make nnml groups self-contained as far as marks are concerned.
9234
9235         * nnml.el (nnml-request-delete-group): Delete marks file.
9236         (nnml-request-rename-group): Move marks file.
9237         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9238         variables.
9239         (nnml-request-set-mark, nnml-request-update-info): New server
9240         functions.
9241         (nnml-save-marks, nnml-open-marks): New functions.
9242
9243 2001-08-18  Simon Josefsson  <jas@extundo.com>
9244
9245         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9246         `set' when setting marks.
9247
9248 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9249
9250         * gnus.el (gnus-info-find-node): Take an argument.
9251
9252         * gnus-art.el (gnus-button-handle-info): New function.
9253         (gnus-url-unhex-string): Replace "+" with " ".
9254
9255 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9256
9257         * message.el (message-check-news-header-syntax): Check bad From.
9258
9259 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9260
9261         * gnus-spec.el (gnus-correct-length): New function.
9262         (gnus-correct-substring): New function.
9263         (gnus-tilde-max-form): Use it.
9264
9265 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9266
9267         * nnmh.el: Docstring changes as below.
9268
9269         * nnml.el: Docstring changes as below.
9270
9271         * nnbabyl.el: Docstring changes as below.
9272
9273         * nnmbox.el: Docstring changes as below.
9274
9275         * nnfolder.el: Added docstrings identifying each virtual server
9276         parameter.
9277
9278 2001-08-18  Simon Josefsson  <jas@extundo.com>
9279
9280         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9281
9282 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9283
9284         * message.el: rename "Abort Message" to "Postpone Message".
9285         Remove "Attach file as MIME" from Message menu, it's already in
9286         the MIME menu.
9287
9288 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9289
9290         * smime.el (smime-point-at-eol): eval-and-compile.
9291         (smime-make-temp-file): New function.
9292         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9293         Use it.
9294
9295 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9296
9297         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9298         (gnus-agent-summary-fetch-group): New command and keystroke.
9299
9300         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9301         (gnus-mime-display-security): Make it respect
9302         gnus-unbuttonized-mime-type-p.
9303
9304         * gnus-sum.el (gnus-articles-to-read): Comments.
9305         (gnus-article-marked-p): New function.
9306         (gnus-summary-display-make-predicate): New function.
9307         (gnus-select-newsgroup): Use them.
9308
9309         * mm-decode.el (mm-save-part-to-file): Made it not error.
9310
9311 2001-08-17  Simon Josefsson  <jas@extundo.com>
9312
9313         * imap.el (imap-wait-for-tag): If process-status isn't open or
9314         run, return nil instead of sit-for looping.
9315
9316 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317
9318         * lpath.el (featurep): fbind xml-parse-region.
9319
9320         * gnus.el (gnus-message-archive-method): Default to "archive".
9321         (gnus-message-archive-method): Doc fix.
9322         (gnus-parameters-get-parameter): Cleaned up.
9323         (gnus-expand-group-parameter): New function.
9324
9325         * gnus-start.el (gnus-setup-news): Push the archive server only
9326         the server list.
9327
9328         * mml.el (mml-menu): Changed name to "Attachments".
9329
9330         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9331         when there is something to detroy.
9332
9333 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9336         nil.
9337
9338 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9339
9340         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9341         which specifies a time today or tomorrow.
9342
9343 2001-08-15  Simon Josefsson  <jas@extundo.com>
9344         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9345
9346         * gnus-agent.el (gnus-agent-make-mode-line-string)
9347         (gnus-agent-toggle-plugged): Use new API.
9348
9349 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9350
9351         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9352         deadline has expired.
9353
9354 2001-08-12  Simon Josefsson  <jas@extundo.com>
9355         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9356
9357         Support `recent' mark indicating newly arrived messages (to
9358         separate from old but unread messages).
9359
9360         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9361         `nnmail-split-history' if recent is > 0.
9362         (nnimap-request-update-info-internal): Update `recent' marks.
9363         (nnimap-request-set-mark): Never set `recent' marks.
9364         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9365         recent.
9366
9367         * gnus-sum.el (gnus-recent-mark): New mark.
9368         (gnus-newsgroup-recent): New variable.
9369         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9370         (gnus-summary-prepare-threads): Mark recent articles.
9371         (gnus-summary-add-mark): Support recent.
9372         (gnus-summary-update-secondary-mark): Support recent.
9373
9374         * gnus.el (gnus-article-mark-lists): Add recent.
9375
9376 2001-08-12  Simon Josefsson  <jas@extundo.com>
9377
9378         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9379         whether successful decoding took place.  Add doc.
9380
9381 2001-08-12  Simon Josefsson  <jas@extundo.com>
9382         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9383
9384         * gnus.el (gnus-summary-line-format, gnus-parameters):
9385         * gnus-gl.el (gnus-summary-grouplens-line-format):
9386         * gnus-salt.el (gnus-summary-pick-line-format):
9387         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9388
9389 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9390         Committed by Kai Gro\e,b_\e(Bjohann.
9391
9392         * gnus-score.el (gnus-score-string): Fix `match' regexp
9393         for `extra' header case.
9394
9395 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9396
9397         * nnmbox.el (nnmbox-read-mbox): No warning.
9398
9399 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9400
9401         * nndoc.el (nndoc-article-type): Fix doc.
9402         (nndoc-generate-article-function): New variable.
9403         (nndoc-dissection-function): New variable.
9404         (nndoc-type-alist): Add oe-dbx.
9405         (nndoc-oe-dbx-type-p): New function.
9406         (nndoc-oe-dbx-dissection): New function.
9407         (nndoc-oe-dbx-generate-article): New function.
9408
9409 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9410
9411         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9412         whether deadline has been reached.  Patch from Dan Nicolaescu
9413         <dann@godzilla.ics.uci.edu>.
9414
9415 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9416
9417         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9418         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9419         <rintaman@cs.Helsinki.FI>.
9420
9421         * mail-source.el (mail-source-movemail): The error buffer is
9422         modified, but nothing in it.
9423
9424 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9425
9426         * message.el (message-bogus-system-names): New variable.
9427         (message-make-fqdn): Use it.
9428
9429 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9430
9431         * nndraft.el (nndraft-request-group): Use
9432         nndraft-auto-save-file-name.
9433
9434 2001-08-09  Simon Josefsson  <jas@extundo.com>
9435
9436         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9437         Don't ask whether to decrypt.  Just leave result in buffer (don't
9438         call mm).
9439
9440         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9441         parts as well.
9442         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9443         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9444
9445 2001-08-09  Simon Josefsson  <jas@extundo.com>
9446
9447         * mm-decode.el (mm-insert-part): Return decoding success status.
9448         (mm-save-part-to-file): Error if decoding failed.
9449
9450 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9451
9452         * message.el (message-tab): Use indent-relative.
9453         (message-mode): Don't bind indent-line-function to indent-relative.
9454
9455 2001-08-09  Simon Josefsson  <jas@extundo.com>
9456
9457         * message.el (message-get-reply-headers): Fix string. Suggested by
9458         Christoph Conrad <cc@cli.de>.
9459
9460 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9461
9462         * message.el (message-tab): Use the current value of
9463         indent-line-function.
9464         (message-mode): Bind indent-line-function to indent-relative.
9465
9466 2001-08-08  Simon Josefsson  <jas@extundo.com>
9467
9468         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9469         whether `imtest' is installed.
9470
9471 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9472         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9473
9474         * gnus-sum.el (gnus-summary-show-article): Call
9475         gnus-summary-update-secondary-secondary-mark.
9476         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9477         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9478
9479 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9480
9481         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9482
9483         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9484
9485         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9486         <gerd@gnu.org>.
9487
9488         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9489
9490         * gnus-util.el (gnus-output-to-rmail): Ditto.
9491         (gnus-output-to-mail): Ditto.
9492
9493         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9494
9495 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9496
9497         * message.el (message-indent-citation): Use
9498         `message-yank-cited-prefix' for empty lines.
9499
9500 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9501
9502         * message.el (message-indent-citation): Quote only lines starting
9503         with ">" using `message-yank-cited-prefix'.
9504
9505 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9506         Trivial patch.
9507
9508         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9509         gnus-cache-fully-p.
9510
9511 2001-08-04  Simon Josefsson  <jas@extundo.com>
9512
9513         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9514         file if it doesn't exist (by calling gnus-cache-read-active).
9515
9516 2001-08-04  Simon Josefsson  <jas@extundo.com>
9517
9518         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9519         (gnus-cache-passively-or-fully-p): Removed.
9520         (gnus-cache-fully-p): Fix it.
9521
9522         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9523
9524 2001-08-04  Simon Josefsson  <jas@extundo.com>
9525
9526         * gnus-cache.el (gnus-cache-fully-p)
9527         (gnus-cache-passively-or-fully-p): New functions.
9528         (gnus-cache-possibly-enter-article): Cosmetic change, use
9529         `g-c-p-o-f-p'.
9530         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9531         was bogus (`g-c-p-a-a' does not change active info, just change
9532         the functions parameters).
9533         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9534         not removed in groups that match `gnus-uncacheable-groups'.
9535
9536         Reported and modifications based on discussions with Nuutti
9537         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9538
9539 2001-08-04  Simon Josefsson  <jas@extundo.com>
9540         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9541
9542         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9543         calls `gnus-cache-update-active' if bounds has been extended.
9544
9545 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9546
9547         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9548         before remove.
9549         (gnus-mime-security-show-details): Ditto.
9550
9551 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9552
9553         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9554         syntax.  Protect string-match against nil string and regexp.
9555
9556 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9557
9558         * mm-util.el (mm-find-charset-region): Remove control-1.
9559
9560 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9561
9562         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9563
9564 2001-08-04  Simon Josefsson  <jas@extundo.com>
9565
9566         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9567         buffer.  Delete MIME-Version header.
9568
9569 2001-08-03  Simon Josefsson  <jas@extundo.com>
9570
9571         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9572         that is entered does not necessarily have the highest article
9573         number in the group, so use `gnus-cache-possibly-alter-active'
9574         instead of `gnus-cache-update-active'.
9575
9576 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9577
9578         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9579
9580 2001-08-03  Simon Josefsson  <jas@extundo.com>
9581
9582         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9583         menu.
9584
9585 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus.el (post-method): New group parameter.  It also provides
9588         the user option `gnus-post-method-alist' and the internal function
9589         `gnus-parameter-post-method'.
9590
9591         * gnus-msg.el (gnus-post-method): Bind the value of
9592         `gnus-post-method' to the group parameter if it is defined.
9593
9594 2001-08-02  Simon Josefsson  <jas@extundo.com>
9595
9596         * smime.el (smime-extra-arguments): Removed.
9597         (smime-call-openssl-region): Don't use it.
9598
9599 2001-08-02  Simon Josefsson  <jas@extundo.com>
9600
9601         * smime.el (smime-sign-region): Handle stderr.
9602         (smime-encrypt-region): Ditto.
9603
9604         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9605         match the ASN.1 length bytes.
9606         (mm-pkcs7-enveloped-magic): Ditto.
9607         (mm-view-pkcs7-get-type): Don't regexp quote.
9608
9609 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9610         From Andreas Fuchs <asf@void.at>
9611
9612         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9613
9614 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9615
9616         * gnus-art.el (gnus-header-button-alist): References regexp.
9617
9618 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9619
9620         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9621         already fboundp.  Add INTERACTIVE arg to autoload form.
9622
9623 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9624
9625         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9626
9627         * nnmail.el (nnmail-cache-open): Ditto.
9628
9629 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9630
9631         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9632
9633 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9636
9637 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9638         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9639
9640         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9641         (gnus-agent-toggle-plugged): Use it.
9642
9643 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9644
9645         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9646         (gnus-ding-file-coding-system): New variable.
9647         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9648         (gnus-slave-save-newsrc): Use it.
9649
9650 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9651
9652         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9653         syntax.
9654
9655 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9656         Originally from Andreas Fuchs <asf@void.at>
9657
9658         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9659         (mml2015-gpg-pretty-print-fpr): New function.
9660         (mml2015-gpg-extract-signature-details): More details, rename from
9661         `m-g-e-from'.
9662         (mml2015-gpg-verify): Use them.
9663         (mml2015-gpg-clear-verify): Use them.
9664
9665 2001-07-31  Simon Josefsson  <jas@extundo.com>
9666
9667         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9668         buffer when done.
9669
9670 2001-07-30  Simon Josefsson  <jas@extundo.com>
9671
9672         * smime.el (smime-call-openssl-region): Revert previous change,
9673         just pass on buf to `call-process-region'.
9674         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9675         `smime-new-details-buffer'.  Inserts error messages into buffer.
9676         (smime-noverify-region): Ditto.
9677         (smime-decrypt-region): Ditto.  Handles stderr separately.
9678         (smime-verify-buffer, smime-noverify-buffer)
9679         (smime-decrypt-buffer): Doc fix.
9680         (smime-new-details-buffer): New function.
9681         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9682         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9683         (smime-sign-region, smime-encrypt-region): Don't use
9684         `insert-buffer'.
9685
9686         * mml-smime.el (mml-smime-verify): Fix security button strings.
9687
9688 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9689
9690         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9691         gnus-article-mime-handles.
9692
9693 2001-07-29  Simon Josefsson  <jas@extundo.com>
9694
9695         * mail-source.el (top-level): Require message for message-directory.
9696         (mail-source-directory): Change default to message-directory.
9697
9698         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9699         (smime-certificate-directory, smime-openssl-program)
9700         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9701         (smime-extra-arguments): New variable.
9702         (smime-dns-server): Fix customize group.
9703         (smime-call-openssl-region): Use `smime-extra-arguments'.
9704
9705 2001-07-29  Simon Josefsson  <jas@extundo.com>
9706         From Vladimir Volovich <vvv@vsu.ru>
9707
9708         * smime.el (smime-call-openssl-region): Ignore stderr.
9709
9710 2001-07-29  Simon Josefsson  <jas@extundo.com>
9711         From Christoph Conrad <christoph.conrad@gmx.de>
9712
9713         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9714         file.
9715
9716 2001-07-29  Simon Josefsson  <jas@extundo.com>
9717
9718         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9719
9720         Support S/MIME decryption.
9721
9722         * mm-decode.el (mm-inline-media-tests):
9723         (mm-inlined-types):
9724         (mm-automatic-display):
9725         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9726
9727         * mm-view.el (mm-pkcs7-signed-magic):
9728         (mm-pkcs7-enveloped-magic): New variables.
9729         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9730         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9731         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9732         PKCS#7 blobs.
9733
9734         * smime.el (smime-decrypt-region): Expand keyfile.
9735
9736 2001-07-29  Simon Josefsson  <jas@extundo.com>
9737
9738         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9739         `ssl.el' variables.
9740
9741         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9742         but line instead of narrowing to it, because `nnmail-parse-active'
9743         calls widen.  Thanks to Christoph Conrad
9744         <christoph.conrad@gmx.de>.
9745
9746 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9747
9748         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9749         for %B spec.
9750
9751         * gnus-sum.el (gnus-summary-prepare-threads): If
9752         gnus-sum-thread-tree-root is nil, use subject instead.
9753         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9754         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9755         (gnus-sum-thread-tree-leaf-with-other)
9756         (gnus-sum-thread-tree-single-leaf): Documentation.
9757         (gnus-sum-thread-tree-single-indent): Allow nil.
9758
9759 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9760
9761         * message.el (message-fill-paragraph): Do nothing if the user
9762         wants filladapt-mode.
9763
9764 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9765
9766         * mm-decode.el (mm-image-type-from-buffer): New function.
9767         (mm-get-image): Use it.
9768
9769 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9770
9771         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9772
9773         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9774         mm-display-parts too.
9775
9776 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9777
9778         * nnfolder.el (nnfolder-request-accept-article): Bind
9779         nntp-server-buffer.
9780
9781         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9782         nntp-server-buffer.
9783
9784 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9785
9786         * message.el (message-check-news-header-syntax): Use
9787         message-post-method.
9788         (message-send-news): Bind message-post-method.
9789
9790 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9791
9792         * mml.el (mml-tweak-type-alist): New variable.
9793         (mml-tweak-function-alist): New variable.
9794         (mml-tweak-part): New function.
9795         (mml-generate-mime-1): Use it.
9796
9797 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9798
9799         * nnfolder.el (nnfolder-request-accept-article): Replace
9800         nnfolder-request-list.
9801
9802 2001-07-27  Simon Josefsson  <jas@extundo.com>
9803
9804         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9805         nnoo-change-server failed to do it.
9806
9807 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9808
9809         * gnus.el (gnus-parameters): Make it customizable.
9810
9811 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9812
9813         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9814
9815         * message.el (message-set-auto-save-file-name): More
9816         poor-system-types.
9817
9818         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9819
9820         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9821         supports +.
9822
9823 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9824
9825         * mm-decode.el (mm-readable-p): New function.
9826         (mm-inline-media-tests): Fix the default testers.
9827
9828 2001-07-26  Simon Josefsson  <jas@extundo.com>
9829
9830         * nnimap.el (nnimap-version): Bump version number.
9831
9832 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9833         From Steven E. Harris <seh@speakeasy.org>
9834
9835         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9836         in M$Windows too.
9837
9838 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9839
9840         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9841
9842 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9843
9844         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9845
9846         * mm-decode.el (mm-get-image): Guess then use the type.
9847
9848         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9849
9850 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9851
9852         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9853         display (%B) for threads if threading is off.
9854
9855 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9856         From Henrik Enberg <henrik@enberg.org>
9857
9858         * gnus-msg.el: Customization patch.
9859
9860 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9861
9862         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9863         variable.
9864         (nnmail-split-fancy-with-parent): Ignore certain groups.
9865
9866 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9867
9868         * gnus-util.el (gnus-byte-compile): New function.
9869         (gnus-use-byte-compile): New variable.
9870         (gnus-make-sort-function): Use it.
9871
9872         * nnmail.el (nnmail-get-new-mail): Use it.
9873
9874         * gnus-agent.el (gnus-category-make-function): Simple function or
9875         compiled function.
9876         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9877
9878         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9879         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9880         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9881
9882         * message.el (message-check-news-header-syntax): Remove quote.
9883
9884 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9885
9886         * message.el (message-use-mail-followup-to): `t' is not a
9887         documented value.
9888
9889 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9890
9891         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9892
9893 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9894
9895         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9896         there are long lines.
9897
9898 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * dgnushack.el (copy-list): New compiler macro.
9901
9902 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9903
9904         * message.el (message-bounce): If no Return-Path, the whole
9905         content is considered as the original message.
9906
9907         * nnml.el (nnml-check-directory-twice): New variable.
9908         (nnml-article-to-file): Use it.
9909         (nnml-retrieve-headers): Hack it.
9910
9911 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9912
9913         * gnus-win.el (gnus-buffer-configuration): New configure.
9914
9915         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9916         not alive.
9917
9918         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9919         (mm-display-external): Use display-term configure.
9920
9921 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9922
9923         * gnus-delay.el (gnus-delay-default-hour): New variable.
9924         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9925
9926 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9927         From Karl Kleinpaste <karl@charcoal.com>
9928
9929         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9930         (gnus-summary-prepare-threads): Ditto.
9931
9932         * gnus.el (gnus-summary-line-format): Add %B.
9933
9934 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9935
9936         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9937
9938         * mm-util.el (mm-string-as-multibyte): New function.
9939
9940         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9941
9942 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9943
9944         * mm-util.el (mm-universal-coding-system): New variable.
9945
9946         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9947
9948         * score-mode.el (score-mode-coding-system): Use it.
9949
9950 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * gnus-start.el (gnus-setup-news): Call
9953         `gnus-check-bogus-newsgroups' just after the native server is
9954         opened.
9955
9956 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9957
9958         * nnmail.el (nnmail-do-request-post): Util function to be used by
9959         `nnchoke-request-post' for all nnmail-derived backends.
9960
9961         * nnml.el (nnml-request-post): Use it.
9962
9963         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9964         backend, for it groks nnml-request-post.
9965
9966         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9967         Treat `mail-post' backends like `mail' backends, not like `news'
9968         backends.
9969
9970 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9971
9972         * gnus-msg.el (gnus-setup-message): make-local-hook.
9973
9974 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9975
9976         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9977         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9978         <karl@charcoal.com>, slightly changed by Kai.
9979
9980         * message.el (message-check-news-header-syntax): When checking
9981         whether the groups exist, check the right server based on
9982         `gnus-post-method'.
9983
9984 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9985
9986         * gnus-delay.el: New file.
9987
9988 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9989
9990         * mm-util.el (mm-read-coding-system): Take two arguments.
9991
9992         * gnus-sum.el (gnus-summary-show-article): Use
9993         mm-read-coding-system.
9994
9995         * gnus-art.el (article-de-quoted-unreadable):
9996         (article-de-base64-unreadable, article-wash-html):
9997         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9998
9999 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10000
10001         * nnml.el (nnml-request-post): New function.  Can be used for
10002         annotations in nnml groups.
10003
10004 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10007         command.
10008
10009         * gnus-start.el (gnus-find-new-newsgroups): Use
10010         `message-make-date' instead of `current-time-string'.
10011         (gnus-ask-server-for-new-groups): Ditto.
10012         (gnus-check-first-time-used): Ditto.
10013
10014 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10015
10016         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10017
10018 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10019
10020         * message.el (message-shorten-references): Change `maxcount' and
10021         `cut' to obey USEFOR draft 5.
10022
10023 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10024
10025         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10026         (gnus-summary-set-article-display-arrow): New function.
10027         (gnus-summary-goto-subject): Use it.
10028
10029 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10030
10031         * gnus-sum.el (gnus-summary-import-article): Insert date if
10032         doesn't exist.
10033
10034 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10035
10036         * mml.el (mml-content-type-parameters): New variable.
10037         (mml-content-disposition-parameters): New variable.
10038         (mml-insert-mime-headers): Use them.
10039         (mml-parse-1): Accept charset.
10040
10041 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10042
10043         * gnus-group.el (gnus-group-select-group): Doc fix.
10044
10045         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10046
10047 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10050         to handle `define-derived-mode'.
10051
10052 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10053         From:  Stefan Monnier  <monnier@cs.yale.edu>
10054
10055         * message.el (message-mode): Use define-derived-mode.
10056         (message-tab): message-completion-alist.
10057
10058         * imap.el (imap-interactive-login): Use make-local-variable.
10059         (imap-open): Ditto.
10060         (imap-authenticate): Ditto.
10061
10062         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10063
10064         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10065
10066 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10067
10068         * message.el (message-citation-line-function): Refer to
10069         gnus-cite-attribution-suffix.
10070
10071 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10072
10073         * gnus-art.el,...: Error convention changes.
10074
10075 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10076
10077         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10078
10079 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10080
10081         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10082         (nnrss-read-server-data): Ditto.
10083
10084 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10085
10086         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10087         * Cleanup files.
10088         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10089
10090 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10091
10092         * gnus.el (gnus-summary-line-format): Add %o.
10093
10094         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10095         unless shell outputs something.
10096
10097 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10098
10099         * gnus-art.el (gnus-boring-article-headers): Better doc.
10100         (article-hide-headers): Better regexp.
10101         Suggested by Matt Swift <swift@alum.mit.edu>.
10102
10103         * nnheader.el (nnheader-max-head-length): Better doc.
10104         (nnheader-header-value): Skip spaces.
10105         (nnheader-parse-head): Remove space.
10106         Suggested by Matt Swift <swift@alum.mit.edu>.
10107
10108         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10109         (gnus-get-newsgroup-headers): Remove space.
10110
10111 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10112
10113         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10114         (gnus-summary-reply): Use it.
10115         (gnus-summary-reply-broken-reply-to): New function.
10116         (gnus-msg-force-broken-reply-to): New function.
10117
10118         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10119
10120 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10121
10122         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10123
10124 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10125
10126         * mm-decode.el (mm-external-terminal-program): New variable.
10127         (mm-display-external): Use it. Use term to display when no
10128         window-system.
10129
10130 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10131
10132         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10133         Browse->Next entries to Browse->Prev
10134
10135 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10136
10137         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10138
10139 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10140
10141         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10142         for the default encoding.
10143
10144         * nnrss.el (nnrss-url-field): New field.
10145         (nnrss-request-article): Add newsgroups.
10146
10147         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10148
10149 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10150
10151         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10152
10153         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10154         (gnus-draft-setup): Remove backlog.
10155
10156 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10157
10158         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10159         Cleanup.
10160
10161 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10162
10163         * gnus-msg.el (gnus-bug): Erase buffer.
10164
10165         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10166
10167 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10168
10169         * mm-decode.el (mm-attachment-override-p): Fix typo.
10170
10171 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-kill.el (gnus-execute): Work with the extra headers.
10174         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10175
10176 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10177
10178         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10179         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10180
10181         * message.el (message-send-mail-real-function): New variable.
10182         (message-send-mail-partially, message-send-mail):
10183
10184         * nngateway.el (nngateway-request-post): Use it.
10185
10186         * gnus-agent.el (gnus-agentize): Use it.
10187
10188         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10189         (nnsoup-revert-variables): Use it.
10190
10191 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10192
10193         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10194         text/plain if the type doesn't match any other media types.
10195         (mm-inlined-types): Doc fix.
10196         (mm-display-inline): Revert previous change (now handled by a
10197         default type in `mm-inline-media-tests'.
10198         (mm-inlinable-p): Revive.
10199         (mm-display-part): Call `mm-inlinable-p'.
10200         (mm-attachment-override-p): Ditto.
10201         (mm-inlined-p): Doc fix.
10202
10203         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10204         well as `mm-inlined-p'.
10205
10206 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10207
10208         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10209         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10210
10211 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10212         From  Paul Jarc <prj@po.cwru.edu>
10213
10214         * message.el (message-use-mail-followup-to): New variable.
10215         (message-get-reply-headers): Use it.
10216
10217 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10218
10219         * nnheader.el (nnheader-init-server-buffer): Make sure the
10220         *nntpd* buffer is made multibyte instead of a random buffer.
10221
10222 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10223
10224         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10225         when it returns headers.
10226
10227 2001-07-07  Simon Josefsson  <jas@extundo.com>
10228
10229         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10230         trying to fold. Thanks to Colin Walters
10231         <walters@cis.ohio-state.edu>
10232
10233 2001-07-06  Simon Josefsson  <jas@extundo.com>
10234
10235         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10236         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10237         Add information in `assert's.
10238
10239         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10240         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10241         and `nnimap-group-overview-filename', should handle all
10242         change-of-uidvalidity related issues.  But there may be other
10243         problems.)
10244
10245 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10246
10247         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10248         header name when folding.
10249
10250 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10251
10252         * mm-decode.el (mm-inlined-types): Document relationship with
10253         `mm-inline-media-tests'.
10254         (mm-display-inline): Default to displaying as plain text if no
10255         inlining handler is available.
10256         (mm-inlinable-p): Remove.
10257         (mm-inlined-p): Don't call `mm-inlinable-p'.
10258         (mm-automatic-display-p): Ditto.
10259         (mm-attachment-override-p): Ditto.
10260
10261 2001-07-04  Simon Josefsson  <jas@extundo.com>
10262
10263         * nnimap.el (nnimap-importantize-dormant): New variable.
10264         (nnimap-request-update-info-internal): Use it.
10265         (nnimap-request-set-mark): Ditto.
10266
10267 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10268
10269         * nntp.el (nntp-send-command): don't pass a buffer argument to
10270         `point'. Only XEmacs accepts this.
10271         * nntp.el (nntp-send-command-nodelete): ditto.
10272         * nntp.el (nntp-send-command-and-decode): ditto.
10273
10274 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10275
10276         * nntp.el (nntp-open-connection-function): doc update.
10277         * nntp.el (nntp-pre-command): New.
10278         * nntp.el (nntp-via-rlogin-command): New.
10279         * nntp.el (nntp-via-telnet-command): New.
10280         * nntp.el (nntp-via-telnet-switches): New.
10281         * nntp.el (nntp-via-user-name): New.
10282         * nntp.el (nntp-via-user-password): New.
10283         * nntp.el (nntp-via-address): New.
10284         * nntp.el (nntp-via-envuser): New.
10285         * nntp.el (nntp-via-shell-prompt): New.
10286         * nntp.el (nntp-open-telnet-stream): New.
10287         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10288         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10289         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10290         * nntp.el (nntp-send-command): ditto.
10291         * nntp.el (nntp-send-command-nodelete): ditto.
10292         * nntp.el (nntp-send-command-and-decode): ditto.
10293
10294 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10295         Trivial patch.
10296
10297         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10298         `when'.
10299
10300 2001-07-03  Simon Josefsson  <jas@extundo.com>
10301         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10302
10303         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10304
10305 2001-07-03  Simon Josefsson  <jas@extundo.com>
10306
10307         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10308         remove it (workaround XEmacs `fill-region' bug).
10309
10310 2001-07-01  Simon Josefsson  <jas@extundo.com>
10311
10312         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10313
10314 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * mml2015.el (mml2015-format-error): New function.
10317         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10318         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10319         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10320
10321 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10322
10323         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10324         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10325
10326         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10327         group variables.
10328
10329 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10330
10331         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10332
10333         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10334         (nnrss-save-group-data): Ditto.
10335
10336         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10337
10338 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * message.el (message-do-send-housekeeping): Narrow to headers.
10341
10342 2001-06-24  Simon Josefsson  <jas@extundo.com>
10343
10344         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10345         insertion when breaking lines looked for " \t" instead of "[ \t]".
10346         (rfc2047-encode-message-header): Fold lines even if
10347         no QP encoding is done.
10348
10349 2001-06-23  Simon Josefsson  <jas@extundo.com>
10350         From Samuel Tardieu <sam@inf.enst.fr>
10351
10352         * smime.el (smime-keys): Support additional certificates.
10353         (smime-make-certfiles): New function.
10354         (smime-sign-region): Use previous variables.
10355         (smime-get-certfiles): New function.
10356         (smime-sign-buffer): Use it.
10357         (smime-verify-region): Support both CAfile and CApath.
10358
10359 2001-06-23  Simon Josefsson  <jas@extundo.com>
10360
10361         * smime.el (smime-decrypt-region): Perhaps work.
10362
10363 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10364
10365         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10366
10367 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10368
10369         * mm-decode.el (mm-save-part): Rewrite file name.
10370         (mm-file-name-rewrite-functions): New variable.
10371         (mm-file-name-delete-whitespace): New function.
10372         (mm-file-name-trim-whitespace): New function.
10373         (mm-file-name-collapse-whitespace): New function.
10374         (mm-file-name-replace-whitespace): New variable and function.
10375
10376 2001-06-22  Simon Josefsson  <jas@extundo.com>
10377
10378         * message.el (message-make-date): Workaround locale for weekdays.
10379
10380 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10381
10382         * message.el (message-goto-body): Return nil if not found. (revert!)
10383
10384 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10385         From Fremlin <chief@bandits.org>
10386
10387         * message.el (message-goto-body): Some messages have no header.
10388
10389         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10390
10391 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10392
10393         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10394
10395 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10396
10397         * message.el (message-make-date): Add week day.
10398         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10399
10400 2001-06-19  Simon Josefsson  <jas@extundo.com>
10401
10402         * message.el (message-yank-prefix): Doc fix.
10403         (message-yank-cited-prefix): Ditto.
10404         (message-delete-not-region): Keep citation prefix on first line,
10405         if possible and appropriate.
10406
10407 2001-06-19  Simon Josefsson  <jas@extundo.com>
10408
10409         * imap.el (imap-process-connection-type): New variable.
10410         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10411         recent `imtest's work completely (no line length issues), while
10412         making making old `imtest's unusable.  Thanks to NAGY Andras
10413         <nagya@inf.elte.hu> for his work.
10414
10415 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10416
10417         * imap.el (imap-ssl-program): Add -quiet to shut up
10418         OpenSSL/SSLeay's internal debug talk.
10419
10420 2001-06-19  Matt Armstrong  <matt@lickey.com>
10421
10422         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10423         server.
10424
10425 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10426
10427         * nnmail.el (nnmail-article-buffer): New variable.
10428         (nnmail-split-incoming): Use it.
10429
10430 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10431
10432         * qp.el (quoted-printable-decode-region): If called interactively,
10433         use coding-system-for-read.
10434
10435 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10436
10437         * message.el (message-check-news-header-syntax): Check Reply-To.
10438
10439 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10440
10441         * mml.el (mml-parse-1): Use message options.
10442
10443         * message.el (message-do-fcc): Don't do anything if there is no
10444         FCC.
10445
10446 2001-06-16  Simon Josefsson  <jas@extundo.com>
10447
10448         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10449         (nnimap-expunge-search-string): New variable.
10450         (nnimap-request-expire-articles): Use it.
10451
10452 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10453
10454         * message.el (message-send-mail-with-qmail): wrong exit status is
10455         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10456
10457 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10458
10459         * gnus-art.el (article-strip-multiple-blank-lines): Use
10460         delete-region instead of replace-match.
10461
10462 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10463
10464         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10465         (nnweb-google-wash-article): Ditto.
10466
10467 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10468
10469         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10470
10471 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10474         specs.
10475
10476 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10477
10478         * gnus.el (gnus-email-address): Move it here.
10479
10480         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10481         requested.
10482         (article-de-base64-unreadable): Ditto.
10483         (article-wash-html): Ditto.
10484
10485 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10486
10487         * message.el (message-options-set-recipient): Don't add ", "
10488         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10489
10490 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10491
10492         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10493
10494 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10495
10496         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10497         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10498
10499         * nnrss.el (nnrss-node-text): Node might be nil.
10500
10501 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10502
10503         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10504         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10505
10506         * nnrss.el (nnrss-group-alist): More items.
10507
10508 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10509
10510         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10511
10512 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10513         Trivial patch from Dale Hagglund  <rdh@best.com>
10514
10515         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10516         restrict clauses.
10517
10518 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10519
10520         From Benjamin Rutt <brutt+news@bloomington.in.us>
10521
10522         * message.el (message-wide-reply-confirm-recipients): New variable.
10523
10524 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10525         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10526
10527         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10528         fix so it works with XEmacs.
10529
10530 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10531
10532         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10533         headers.
10534
10535 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10536
10537         * nnrss.el: Fix a few bugs.
10538
10539 2001-06-05  Simon Josefsson  <jas@extundo.com>
10540
10541         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10542         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10543
10544 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10545
10546         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10547         binary so that we don't transmit ISO 2022 garbage to the process.
10548         This is needed under XEmacs.
10549
10550 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10551
10552         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10553         autoloaded incorrectly below because ssl-program-* is bound.)
10554         Thanks to Amos Gouaux for report.
10555
10556 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10557
10558         * imap.el (imap-kerberos4-open):
10559         (imap-gssapi-open):
10560         (imap-ssl-open):
10561         (imap-network-open):
10562         (imap-shell-open):
10563         (imap-starttls-open): Set buffer to workaround spurious
10564         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10565         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10566         Colman <colman@ppllc.com> for report.
10567
10568 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10569
10570         * gnus-sum.el (gnus-summary-catchup): New argument.
10571         (gnus-summary-catchup-from-here): New function.
10572
10573 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10574
10575         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10576         back, then insert glyph.  (Before, the glyph was inserted first,
10577         then the newline.)  This works around a behavior in XEmacs where
10578         it is not possible to insert a character after a glyph which is at
10579         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10580
10581 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10582
10583         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10584
10585         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10586         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10587         mm-destroy-postponed-undisplay-list): New functions.
10588         (mm-display-external): Use them.
10589
10590 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10591
10592         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10593         `default-low' when evaluating `gnus-summary-highlight'.
10594         From Raja R Harinath <harinath@cs.umn.edu>.
10595
10596 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10597
10598         * message.el (message-yank-cited-prefix): New variable.
10599         (message-indent-citation): Use it.
10600
10601         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10602         as details.
10603         (mml2015-mailcrypt-clear-verify): Ditto.
10604
10605 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10606         From Nevin Kapur <nevin@jhu.edu>.
10607
10608         * gnus-sum.el (gnus-summary-default-high-score,
10609         gnus-summary-default-low-score): New variables.
10610         (gnus-summary-highlight): Use them.
10611
10612 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10613
10614         * message.el (message-mail): pass the 'send-actions argument to
10615         `message-setup'.
10616
10617 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10618         From Raymond Scholz <ray-2001@zonix.de>
10619
10620         * gnus-art.el (gnus-mime-view-part-as-charset):
10621         (gnus-mime-internalize-part): Doc fixes.
10622
10623 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10624
10625         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10626         status lines without any text ("^215$").
10627
10628 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10629
10630         * nnrss.el (nnrss-check-group): Reverse.
10631
10632 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10633
10634         * message.el (message-get-reply-headers):
10635         (message-followup): Fix typo, suggested by David Green
10636         <dgreen@uab.edu>
10637
10638 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10639
10640         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10641
10642         * nnrss.el (nnrss-open-server): Read server data when it is called.
10643         (nnrss-request-expire-articles): Fix.
10644
10645 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10646
10647         * message.el (message-do-send-housekeeping): mail-abbrevs may
10648         rename buffer behind Gnus.
10649
10650 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10651
10652         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10653         (nnrss-group-alist): Add more resources.
10654         (nnrss-check-group): Ignore errors.
10655
10656 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10657
10658         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10659
10660         * nnslashdot.el (nnslashdot-request-list): Add time.
10661         (nnslashdot-request-expire-articles): New function.
10662
10663         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10664         secondary methods too.
10665
10666 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10667
10668         * message.el (message-use-followup-to): Set default value to t.
10669
10670 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10671
10672         * message.el (message-dont-reply-to-names): Fix documentation.
10673         (message-get-reply-headers): Use Mail-Followup-To only for wide
10674         replies.
10675
10676 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10677
10678         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10679         correctly.
10680         (nnrss-check-group): Use time.
10681
10682 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10683
10684         * gnus.el: Oort Gnus v0.03 is released.
10685
10686 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687
10688         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10689         group.
10690
10691 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10692
10693         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10694
10695 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * nnultimate.el (nnultimate-retrieve-headers): Return all
10698         available headers.
10699
10700         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10701         (gnus-get-newsgroup-headers-xover): Use it.
10702
10703 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10704
10705         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10706
10707 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10708
10709         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10710
10711 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10712
10713         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10714         disable it.
10715
10716         * gnus.el (gnus-info-nodes): Remove a few The's.
10717
10718 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10719
10720         * mail-source.el (mail-source-movemail): Call-process may return a
10721         signal description string.
10722
10723         * gnus-start.el (gnus-read-newsrc-el-file):
10724         gnus-newsrc-file-version may be nil.
10725
10726         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10727         Suggested by Michael Sperber [Mr. Preprocessor]
10728         <sperber@informatik.uni-tuebingen.de>.
10729
10730 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10731
10732         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10733
10734 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10735
10736         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10737         fontify HANDLE.
10738
10739 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10740
10741         * smime.el (smime-ask-passphrase): Rework to return value.
10742         (smime-sign-region): Rework to bind value and use it.
10743         (smime-decrypt-region): Ditto.
10744
10745 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10746         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10747
10748         * smime.el (smime-ask-passphrase): New function.
10749         (smime-sign-region): Use it.
10750         (smime-encrypt-cipher): New variable.
10751         (smime-decrypt-region): Ditto.
10752
10753 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10754         Committed by Simon Josefsson  <simon@josefsson.org>
10755
10756         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10757         the log.
10758
10759 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10760
10761         * gnus.el: Oort Gnus v0.02 is released.
10762
10763 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10764
10765         * gnus.el: Oort Gnus v0.01 is released.
10766
10767 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768
10769         * gnus-sum.el (gnus-summary-highlight): Highlight read
10770         undownloaded articles as read articles.
10771
10772         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10773         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10774         articles, even read ones, as such.
10775
10776         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10777         (gnus-find-matching-articles): New function.
10778         (gnus-summary-limit-include-matching-articles): New command.
10779         (gnus-summary-limit-include-thread): Include articles that have
10780         matching subjects.
10781         (gnus-offer-save-summaries): Clean up.
10782
10783 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10784
10785         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10786
10787 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788         From Jason Merrill <jason_merrill@redhat.com>
10789
10790         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10791
10792 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10793         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10794
10795         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10796         newsgroup names when the original article is a news message.
10797
10798 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10799
10800         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10801         supported. Suggest by Jim Meyering <jim@meyering.net>.
10802
10803 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10804         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10805
10806         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10807         regexp in nnmail-split-fancy.
10808
10809 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10810
10811         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10812
10813 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10814
10815         * message.el (message-send-mail): Improve the interaction with the
10816         user.
10817
10818 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10819
10820         * imap.el (imap-message-copy): Work around buggy servers that
10821         doesn't send TRYCREATE tags.
10822
10823 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10826
10827 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828
10829         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10830         date.
10831
10832 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10833
10834         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10835         lives.
10836
10837 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * gnus-art.el (gnus-parse-news-url): New function.
10840         (gnus-button-handle-news): New function.
10841         (gnus-button-alist): Point to new functions.
10842
10843         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10844
10845         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10846         gnus-format-specs.
10847
10848         * message.el (message-check-news-header-syntax): Question even
10849         when Gnus doesn't know the group names.
10850         (message-send-news): Clean up.
10851
10852         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10853         exited on purpose without saving.
10854
10855         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10856
10857 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858
10859         * gnus-score.el (gnus-score-orphans): Clean up.
10860
10861         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10862
10863         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10864         later.
10865
10866         * gnus-start.el (gnus-close-all-servers): Find the right items to
10867         close.
10868
10869         * qp.el (quoted-printable-decode-region): Just message
10870         malformation; don't quit.
10871
10872 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10873         From Gerd Moellmann <gerd@gnu.org>.
10874
10875         * gnus.el (gnus-interactive): A typo.
10876
10877 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10878         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10879
10880         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10881         `assq-delete-all', if that function exists; otherwise use the old
10882         definition. Documentation changed to match the one in
10883         `assq-delete-all'.
10884
10885 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * gnus-start.el (gnus-close-all-servers): New function.
10888
10889         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10890         (gnus-server-remove-denials): Clean up.
10891
10892         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10893         keystroke.
10894
10895 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10896
10897         * message.el (message-send-news): Message where we are sending.
10898         (message-send-mail): Ditto.
10899
10900         * gnus.el (gnus-server-string): New function.
10901
10902         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10903
10904         * mm-decode.el (mm-default-directory): Customized.
10905         (mm-tmp-directory): Ditto.
10906
10907         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10908         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10909         or Chars.
10910         (gnus-summary-line-format-alist): ?l is now a string.
10911         (gnus-summary-prepare-threads): Output ? for unknown lines.
10912         (gnus-summary-insert-line): Ditto.
10913         (gnus-summary-print-article): Unbalanced parentheses.
10914
10915         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10916         out whether new stuff has arrived.
10917
10918 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10919
10920         * gnus-sum.el: Let printing work on ttys on Emacs.
10921
10922 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10925         when forcing news.
10926
10927         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10928         command.
10929
10930 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10931
10932         * message.el (message-set-auto-save-file-name): Don't use
10933         asterisks under nt.
10934
10935 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10938         lists of articles.
10939
10940         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10941
10942         * gnus-msg.el (gnus-put-message): Clean up.
10943         (gnus-summary-reply): Mark all replied-to articles as replied to.
10944         (gnus-inews-add-send-actions): Also mark as forwarded.
10945         (gnus-summary-mail-forward): Mark as forwarded.
10946
10947         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10948         of articles.
10949         (gnus-summary-mark-article-as-forwarded): Ditto.
10950
10951         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10952         forwarded.
10953         (gnus-summary-mail-forward): Clean up.
10954
10955         * gnus.el (gnus-article-mark-lists): Added forward.
10956
10957         * gnus-sum.el (gnus-forwarded-mark): New variable.
10958         (gnus-summary-prepare-threads): Use it.
10959         (gnus-summary-update-secondary-mark): Ditto.
10960         (gnus-newsgroup-forwarded): New variable.
10961
10962 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10963
10964         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10965         (gnus-summary-very-wide-reply): New command and keystroke.
10966         (gnus-summary-very-wide-reply-with-original): Ditto.
10967
10968         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10969         (gnus-score-adaptive): Use it.
10970
10971         * gnus-start.el (gnus-get-unread-articles): Clean up.
10972
10973 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974
10975         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10976         boards.
10977
10978 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10979
10980         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10981         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10982
10983 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * nnultimate.el (nnultimate-retrieve-headers): Understand
10986         long-form month names.
10987
10988 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989
10990         * gnus-sum.el (gnus-summary-show-all-headers):
10991         gnus-article-show-all-headers is broken. Use
10992         gnus-summary-toggle-header instead.
10993
10994         * mml2015.el (mml2015-gpg-extract-from): No error.
10995
10996 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10997         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10998
10999         * mml2015.el (mml2015-gpg-extract-from): New function.
11000         (mml2015-gpg-verify): Use it.
11001         (mml2015-gpg-clear-verify): Use it.
11002
11003 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * message.el (message-setup-fill-variables): Use
11006         fill-paragraph-function.
11007         (message-fill-paragraph): Take an argument.
11008         (message-newline-and-reformat): Take another argument.
11009
11010 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11011
11012         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11013
11014 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11015
11016         * message.el (message-forward): local-variable-p takes an extra
11017         argument in XEmacs.
11018
11019 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11020
11021         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11022         `nnimap-use-nov-p' (it really tested the negative).
11023         (nnimap-retrieve-headers): Use it.
11024
11025 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11026
11027         * message.el (message-generate-headers-first): Update doc.
11028
11029 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11030         Trivial patch.
11031
11032         * gnus.el (gnus-summary-line-format): Typo.
11033
11034 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11035
11036         * mailcap.el (mailcap-mime-data): Add application/sieve.
11037         (mailcap-mime-extensions): Add .siv, .xls.
11038
11039 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11040         From Christoph Conrad <christoph.conrad@gmx.de>
11041
11042         * gnus-score.el (gnus-summary-lower-thread): Typo.
11043
11044 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11045
11046         * message.el (message-forward-decoded-p): New variable.
11047         (message-forward-subject-author-subject): Use it.
11048         (message-make-forward-subject): Use it.
11049         (message-forward): Use it.
11050
11051         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11052
11053         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11054         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11055
11056 ;;Has been fixed -- zsh.
11057 ;;2001-03-05  Dave Love  <fx@gnu.org>
11058 ;;
11059 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11060 ;;      Move it after definition of mm-coding-system-p.
11061 ;;
11062 2001-03-01  Dave Love  <fx@gnu.org>
11063
11064         * mm-util.el (mm-inhibit-file-name-handlers): Add
11065         image-file-handler.
11066
11067 2001-02-11  Dave Love  <fx@gnu.org>
11068
11069         * message.el (message-signature-file): Fix doc, :type.
11070
11071 2001-02-08  Dave Love  <fx@gnu.org>
11072
11073         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11074         (message-posting-charset): Defvar when compiling again.
11075         (rfc2047-encodable-p): Require message.
11076
11077         * gnus-sum.el (gnus-alter-articles-to-read-function):
11078         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11079
11080 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11081
11082         * nnrss.el: New file.
11083
11084 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11085         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11086
11087         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11088         `skip-chars-forward'.
11089
11090 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11091
11092         * nndraft.el (nndraft-request-group): Restore auto save files if
11093         the original files do not exist.
11094
11095 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11096
11097         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11098         SCORE paths.
11099
11100         * mm-decode.el (mm-dissect-buffer): Call
11101         mail-extract-address-components only if necessary.
11102
11103 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11104
11105         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11106         directory part.
11107         (gnus-score-search-global-directories): Use file-directory-p.
11108
11109         * gnus-score.el (gnus-score-score-files-1): Use
11110         gnus-kill-files-directory.
11111         From Adrian Aichner <adrian@xemacs.org>.
11112
11113 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11114
11115         * gnus.el (charset): Move here from gnus-sum.el.
11116
11117 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11118
11119         * mml.el (mml-preview): Disable local map.
11120
11121         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11122         gnus-article-post-menu here.
11123
11124         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11125         if it has not been made.
11126
11127 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * gnus-art.el (gnus-article-describe-key): Map key to event.
11130         (gnus-article-describe-key-briefly): Ditto
11131
11132 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11133
11134         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11135
11136 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11137         From Katsumi Yamaoka <yamaoka@jpl.org>.
11138
11139         * dgnushack.el (coerce, merge, subseq): defmacro.
11140
11141 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11144         A fake defalias in nndraft.el results a not-activated bug in
11145         uncompiled versions.
11146
11147 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11148         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11149
11150         * gnus-util.el (gnus-split-references): Handle malformed References:.
11151
11152 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11153
11154         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11155
11156 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11157         From NAGY Andras <nagya@inf.elte.hu>.
11158
11159         * gnus.el (gnus-parameters): Typo.
11160
11161 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * gnus.el (gnus-read-method): Remove redundancy.
11164
11165 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11166
11167         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11168         (nnslashdot-request-list): Use it.
11169
11170 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11171
11172         * nnml.el (nnml-generate-active-info): Fix the case when there is
11173         no file.
11174
11175         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11176         (gnus-summary-create-article): New function.
11177
11178         * gnus-group.el (gnus-group-mark-article-read): New function.
11179
11180         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11181
11182         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11183
11184 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11185
11186         * gnus-art.el (gnus-article-edit-done): Don't use
11187         gnus-article-edit-exit.
11188         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11189
11190         * gnus.el (gnus-parameters): New variable.
11191         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11192         (gnus-parameters-get-parameter): New function.
11193         (gnus-group-find-parameter): Use it.
11194
11195 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11196
11197         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11198         change of default value to `current'.
11199
11200 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11201
11202         * nneething.el (nneething-get-head): Insert unreadable file too.
11203
11204 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11205
11206         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11207
11208         * webmail.el (webmail-type-definition): Deja is bought by google.
11209
11210 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11211
11212         * gnus-sum.el (gnus-fetch-headers): New function.
11213         (gnus-select-newsgroup): Use it.
11214         (gnus-summary-insert-articles): New function.
11215         (gnus-summary-insert-old-articles): New function.
11216         (gnus-summary-insert-new-articles): New function.
11217
11218         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11219         (gnus-group-list-active): Ditto.
11220         * gnus-sum.el (gnus-set-mode-line): Ditto.
11221         (gnus-summary-read-group-1): Ditto.
11222
11223 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11224
11225         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11226         current topic.
11227
11228 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11229
11230         * smiley.el (gnus-smiley-display): Don't do widening.
11231
11232         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11233         within body.
11234
11235         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11236
11237         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11238         New variable.
11239         (gnus-mime-display-multipart-related-as-mixed): New variable.
11240         (gnus-mime-display-part): Use them.
11241
11242 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11245         something special.
11246
11247 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11250         (nnweb-request-article): Call reference if exists.
11251         (nnweb-type-definition): Dejanews is bought by google.com.
11252         Beta!
11253
11254 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11255
11256         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11257
11258 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11259
11260         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11261         gnus-article-sort-functions.
11262         (gnus-article-sort-functions): Doc fix.  Refer to
11263         gnus-thread-sort-functions.
11264
11265 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11266         From Paul Jarc <prj@po.cwru.edu>.
11267
11268         * message.el (message-get-reply-headers): More fixes.
11269
11270 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11271         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11272
11273         * message.el (message-get-reply-headers): Fix bug with
11274         Mail-Followup-To/to-address interaction.
11275
11276 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11277
11278         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11279         gnus-article-copy.
11280
11281 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11282
11283         * message.el (message-do-send-housekeeping): Rename to a better
11284         name.
11285
11286 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11287
11288         * message.el (message-cancel-news): Check article first, then ask
11289         yes or no.
11290
11291 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11294
11295 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11296
11297         * gnus-range.el (gnus-range-normalize): New function.
11298
11299 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11300
11301         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11302
11303 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11304
11305         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11306
11307         * nnagent.el (nnagent-request-regenerate): New function.
11308
11309         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11310
11311         * nnml.el (nnml-generate-nov-databases): Accept argument
11312         server. Don't open server if it is opened.
11313         (nnml-request-regenerate): Use it. Change to deffoo.
11314
11315 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11316         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11317
11318         * gnus.el (gnus-define-group-parameter): Fix.
11319
11320 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11321
11322         * gnus.el (gnus-define-group-parameter): Improved.
11323
11324         * gnus-sum.el (charset): Define parameter.
11325         (ignored-charsets): Ditto.
11326         (gnus-summary-setup-default-charset): Use them.
11327
11328         * gnus-start.el (gnus-read-descriptions-file): Use them.
11329
11330         * gnus-cus.el (gnus-group-parameters): Remove them.
11331
11332 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11333
11334         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11335
11336 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11337
11338         * gnus-sum.el (gnus-summary-read-group-1): Remove
11339         gnus-summary-set-local-parameters.
11340         (gnus-summary-setup-buffer): Put it here.
11341
11342 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11343
11344         * gnus.el (to-address): Define parameter.
11345         (to-list): Ditto.
11346         * gnus-art.el (article-hide-boring-headers): Use them.
11347         * gnus-msg.el (gnus-post-news): Ditto.
11348         * gnus-cus.el (gnus-group-parameters): Remove them.
11349
11350 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11351
11352         * gnus-draft.el (gnus-draft-reminder): New function.
11353
11354         * gnus-art.el (gnus-sender-save-name): New function.
11355
11356 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11357
11358         * mm-util.el (mm-mime-charset): Error message.
11359
11360 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11361
11362         * message.el (message-check-news-body-syntax): Don't check mml lines.
11363
11364 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11365
11366         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11367         subscribe.
11368
11369         * gnus-start.el (gnus-call-subscribe-functions): New function.
11370         (gnus-find-new-newsgroups): Use it.
11371         (gnus-ask-server-for-new-groups): Use it.
11372         (gnus-check-first-time-used): Use it.
11373         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11374         (gnus-subscribe-options-newsgroup-method): Ditto.
11375         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11376         return .
11377
11378 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11379
11380         * gnus-cus.el (gnus-score-customize): Doc fix.
11381
11382 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11383
11384         * dgnushack.el (my-getenv): Typo.
11385
11386 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11387
11388         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11389
11390 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11391
11392         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11393
11394         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11395         (gnus-treatment-function-alist): Use it.
11396         (article-remove-leading-whitespace): New function.
11397         (gnus-article-make-menu-bar): Use it.
11398
11399         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11400         remove-leading-whitespace.
11401         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11402         because of conflict.
11403
11404 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11405
11406         * Makefile.in: Hack generating gnus-load.el.
11407         * dgnushack.el: Ditto.
11408         * gnus-load.el: Remove it.
11409
11410 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11411
11412         * dgnushack.el : Add URLDIR.
11413
11414         * Makefile.in (EMACS_COMP): Ditto.
11415
11416 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11417
11418         * gnus-cus.el (gnus-score-customize): Error on no score file.
11419
11420 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11421
11422         * mm-decode.el (mm-merge-handles): New function.
11423
11424         * mm-view.el (mm-inline-message): Use it.
11425         (mm-view-message): Ditto.
11426
11427         * mm-partial.el (mm-inline-partial): Ditto.
11428
11429         * mm-extern.el (mm-inline-external-body): Ditto.
11430
11431         * gnus-art.el (gnus-mime-view-part): Ditto.
11432         (gnus-mime-view-part-as-type): Ditto.
11433         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11434         cases.
11435
11436 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * message.el (message-cancel-news): Allow to shoot foot.
11439         (message-supersede): Ditto.
11440
11441 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11442         Trivial patch.
11443
11444         * gnus-sum.el (gnus-simplify-subject-re): Use
11445         message-subject-re-regexp.
11446
11447 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11448
11449         * nnmail.el (nnmail-expiry-target-group): Bind
11450         nnmail-cache-accepted-message-ids to nil.
11451
11452         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11453         coding system.
11454
11455 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11456
11457         * qp.el (quoted-printable-encode-region): Make sure characters are
11458         between 00 and FF.  Don't check charset.
11459
11460         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11461         in Emacs 20.
11462         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11463
11464 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11465
11466         * message.el (message-make-forward-subject): Argument decoded.
11467         (message-forward): Use it when digest.
11468
11469         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11470         buffer.
11471
11472 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11473
11474         * message.el (message-generate-headers-first): Doc fix.
11475
11476 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11477
11478         * gnus-art.el (article-make-date-line): Error proof.
11479
11480 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11481
11482         * gnus-group.el (gnus-group-listing-limit): New variable.
11483         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11484
11485         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11486
11487 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11488
11489         * message.el (message-newline-and-reformat): Special case for
11490         breaking at BOL.
11491
11492 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11493
11494         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11495         message/rfc822.
11496
11497 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11498
11499         * message.el (message-encode-message-body): Don't insert
11500         Content-Type if it is inside a mail.
11501
11502 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11503
11504         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11505         gnus-article-commands-menu.
11506
11507         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11508         in Emacs.
11509
11510         * gnus-start.el (gnus-read-descriptions-file): Use
11511         gnus-group-name-charset and gnus-group-charset-alist.
11512
11513 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11516         active region.
11517
11518         * gnus-start.el (gnus-group-change-level): Remove from both
11519         gnus-zombie-list and gnus-killed-list.
11520
11521 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11522
11523         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11524         gnus-subscribe-topics.
11525
11526         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11527
11528 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11529
11530         * gnus-art.el (gnus-article-make-menu-bar): Make
11531         gnus-article-post-menu.
11532
11533         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11534
11535         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11536
11537         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11538
11539         * message.el (message-mode-menu): Ditto.
11540
11541         * gnus-art.el (defvar): eval-when-compile.
11542
11543 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11544
11545         * gnus-agent.el (gnus-agentize): Fix doc.
11546
11547 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11548
11549         * mml.el (mml-preview): Bind `q'.
11550
11551 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11552
11553         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11554
11555 2001-01-31  Dave Love  <fx@gnu.org>
11556
11557         * mm-util.el (mm-mime-mule-charset-alist)
11558         (mm-find-mime-charset-region): Consider mule-utf-8.
11559
11560 2001-01-31  Dave Love  <fx@gnu.org>
11561
11562         * gnus-art.el (gnus-article-x-face-command)
11563         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11564         :version.
11565
11566 2001-01-26  Dave Love  <fx@gnu.org>
11567
11568         * mm-util.el (mm-multibyte-string-p): New.
11569
11570 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11571 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11572 ;;      string-as-multibyte on class.  Clarify line-folding.
11573         (quoted-printable-encode-string): Make temp buffer inherit
11574         string's multibyteness.
11575
11576 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11577
11578         * nnheader.el (toplevel): Don't require `gnus-util' at
11579         compile-time; this creates a circular dependency, and prevents
11580         a bootstrap.
11581
11582 2001-01-22  Andreas Schwab  <schwab@suse.de>
11583
11584         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11585
11586 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11587
11588         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11589
11590         * gnus-art.el (article-hide-list-identifiers): Ditto.
11591
11592         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11593
11594 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11595
11596         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11597
11598         * gnus-art.el (article-hide-list-identifiers): Similar.
11599
11600 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11601
11602         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11603
11604 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11605
11606         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11607
11608 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11609
11610         * gnus-util.el (gnus-string-equal): New function.
11611
11612         * gnus-art.el (article-hide-boring-headers): Use it.
11613
11614 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11615
11616         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11617
11618 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11619
11620         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11621
11622 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11623
11624         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11625         command if there is not last-saver.
11626
11627 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11628
11629         * nntp.el (nntp-open-connection): 201 is possible.
11630
11631 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11632
11633         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11634         (rfc2047-charset-encoding-alist): Add big5.
11635
11636 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11637
11638         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11639         (gnus-agent-remove-server): Ditto.
11640         (autoload): gnus-server-update-server.
11641
11642         * gnus-srvr.el (gnus-server-line-format): Add %a.
11643         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11644         (gnus-server-insert-server-line): Use it.
11645
11646 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11647
11648         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11649         GB2312 and Big5.
11650
11651 2001-01-24  Simon Josefsson  <sj@extundo.com>
11652
11653         * mail-source.el (mail-sources): Add :program specifier to IMAP
11654         mail source.
11655         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11656
11657 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11658
11659         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11660
11661 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11662
11663         * nntp.el (nntp-wait-for): Return the success code.
11664         (nntp-open-connection): Use it.
11665
11666 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11667
11668         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11669
11670 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11671
11672         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11673
11674 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11675
11676         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11677         argument. Allow to print several articles in one file.
11678
11679 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11680
11681         * webmail.el (webmail-type-definition): netaddress changes.
11682
11683 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11684
11685         * gnus.el: Fix copyright. Remove trailing spaces.
11686
11687         * message.el (message-forward): Use mule4.
11688
11689 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11690
11691         * mm-util.el (mm-string-as-unibyte): New function.
11692
11693         * message.el (message-forward): Use it.
11694
11695 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11696
11697         * message.el (message-cite-original-without-signature): Don't peel
11698         off the blank line.
11699         (message-get-reply-headers): Add Cc if it is not in follow-to.
11700
11701 2001-01-20  Simon Josefsson  <sj@extundo.com>
11702
11703         * mm-decode.el (mm-handle-multipart-from): Add.
11704         (mm-dissect-buffer): Save From: header value.
11705         (mm-security-from): Remove.
11706         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11707
11708         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11709         instead of `mml-security-from'.  Protect null from value.
11710
11711 2001-01-20  Simon Josefsson  <sj@extundo.com>
11712
11713         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11714         application/vnd.ms-excel attachments.
11715
11716 2001-01-19  Simon Josefsson  <sj@extundo.com>
11717
11718         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11719
11720 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11721
11722         * message.el (message-ignored-mail-headers): Ditto.
11723
11724 2001-01-19  Simon Josefsson  <sj@extundo.com>
11725
11726         * message.el (message-ignored-news-headers): Only search beginning
11727         of line.
11728
11729 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11730         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11731
11732         * message.el (message-send-mail): Content-Type may not be there.
11733
11734 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11735
11736         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11737         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11738
11739         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11740         not.
11741
11742 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11743
11744         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11745         non-native groups.
11746
11747 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11748
11749         * message.el (message-yank-original): Understand
11750         universal-argument.
11751
11752 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11753
11754         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11755         (article-hide-boring-headers): Ditto.
11756
11757         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11758
11759 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11760
11761         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11762         one.
11763
11764 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11765
11766         * message.el (message-make-in-reply-to): Add comment to message-id
11767         (old syntax, see 2000-08-02 change).
11768
11769 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11770
11771         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11772         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11773         (gnus-button-reply): Ditto.
11774
11775 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-art.el (article-display-x-face): Fix.
11778
11779 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11780
11781         * gnus-art.el (article-display-x-face): Use
11782         gnus-original-article-buffer.
11783
11784 2001-01-15  Jack Twilley  <jmt@tbe.net>
11785
11786         * message.el (message-add-header): Move to point-max.
11787
11788 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11789
11790         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11791         nil, improve documentation.
11792         (smime-certificate-directory): Comment out false hints (until it
11793         is implemented).
11794
11795         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11796         there aren't any keys.
11797         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11798         verify certificate.  Default is changed to only check integrity.
11799         Improved security status texts.  If a certificate doesn't contain
11800         a email address, don't fail.
11801
11802         * smime.el (smime-noverify-region):
11803         (smime-noverify-buffer): New functions.  Verifies integrity only.
11804
11805 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11806
11807         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11808
11809 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11810
11811         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11812         (gnus-remove-some-windows): Ditto.
11813
11814 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11815
11816         * gnus-art.el (article-make-date-line): 11th.
11817
11818 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11819
11820         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11821         (mml2015-gpg-sign): Ditto.
11822
11823 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11824
11825         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11826         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11827
11828 2001-01-08  Dave Love  <fx@gnu.org>
11829
11830         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11831         single character.
11832
11833         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11834
11835         * message.el: Doc and message fixes.
11836         (message-send-rename-function)
11837         (message-make-forward-subject-function)
11838         (message-send-mail-function, message-reply-to-function)
11839         (message-wide-reply-to-function, message-followup-to-function)
11840         (message-distribution-function, message-auto-save-directory): Fix
11841         :type.
11842
11843         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11844         proceeding after warnings.  Amend multipart warning message.
11845
11846 2001-01-04  Dave Love  <fx@gnu.org>
11847
11848         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11849         compiling.
11850         (gnus-make-directory): Require nnmail.
11851
11852         * mm-decode.el (mm-inline-media-tests): Add
11853         image/x-portable-bitmap.
11854         (mm-get-image): Grok pbm.
11855
11856 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11857
11858         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11859
11860 2001-01-09  Didier Verna  <didier@xemacs.org>
11861
11862         * dgnushack.el (dgnushack-compile): give a dummy value to
11863         `gnus-xmas-glyph-directory' for the time of compilation.
11864         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11865         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11866         * gnus-art.el: ditto.
11867         * gnus-group.el: ditto.
11868         * gnus-salt.el: ditto.
11869         * gnus-sum.el: ditto.
11870         * gnus-topic.el: ditto.
11871         * gnus-xmas.el (gnus-xmas-define): see above.
11872         * gnus-xmas.el (gnus-xmas-redefine): see above.
11873         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11874         non-continuable error when the directory can't be found.
11875
11876 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11877
11878         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11879         handle.
11880         * gnus-art.el (gnus-mime-view-part): Copy it.
11881         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11882
11883 2001-01-09  Michael Downes  <mjd@ams.org>
11884
11885         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11886
11887 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11888
11889         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11890         orig-file. Use ',source.
11891
11892 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11893
11894         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11895         (gnus-xmas-group-startup-message):
11896         Detect gnus-xmas-glyph-directory when it is nil.
11897
11898 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11899
11900         * pop3.el (pop3-get-message-count): Andrew Innes
11901         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11902
11903 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11906
11907         * time-date.el (time-to-number-of-days): New function.
11908
11909 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11910         Trivial patch.
11911
11912         * nnslashdot.el (nnslashdot-request-list): Always get the right
11913         sid.
11914
11915 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11916
11917         * message.el (message-minibuffer-local-map): New keymap.
11918         (message-read-from-minibuffer): Use it.
11919         * gnus-msg.el (gnus-summary-resend-message): Use it
11920
11921 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11922
11923         * gnus-start.el (gnus-display-time-event-handler): New function.
11924         (gnus-after-getting-new-news-hook): Use it.
11925
11926 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11927
11928         * message.el (message-ignored-mail-headers): Add draft header.
11929
11930 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11931
11932         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11933         excursion.
11934
11935         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11936
11937 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11938         A revoked patch.
11939
11940         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11941
11942 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11943
11944         * qp.el (quoted-printable-decode-region): Don't backward-char.
11945
11946 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11947
11948         * gnus-draft.el: Mark articles as replied.
11949
11950         * gnus-sum.el (gnus-summary-add-mark): New function.
11951
11952         * gnus-group.el (gnus-add-mark): New function.
11953
11954         * gnus-sum.el (gnus-summary-buffer-name): New function.
11955         (gnus-summary-setup-buffer): Use it.
11956
11957         * gnus-draft.el: Set things up with the right post method and
11958         stuff.
11959
11960         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11961
11962         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11963
11964         * gnus.el (gnus-draft-meta-information-header): New variable.
11965
11966 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11967
11968         * gnus-art.el (gnus-treatment-function-alist): Move the date
11969         functions before the header sorting functions.
11970
11971         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11972
11973         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11974         Don't (push "/usr/share/emacs/site-lisp" load-path).
11975
11976         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11977         to empty fill prefixes.
11978
11979 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11980
11981         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11982         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11983
11984 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11985
11986         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11987
11988         * nnml.el (autoload): Move to nnheader.el.
11989
11990         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11991         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11992         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11993         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11994
11995 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11996
11997         * gnus-art.el (article-make-date-line): Get the hours right.
11998         (gnus-ignored-headers): More hiding.
11999
12000         * nnmail.el (nnmail-expiry-wait): Not an integer.
12001
12002         * message.el (message-goto-body): Only expand abbrev when called
12003         interactively.
12004         (message-make-lines): Use it.
12005
12006 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12007
12008         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12009
12010 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12011
12012         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12013         include the expunged articles.
12014
12015         * gnus-group.el (gnus-group-sort-by-server): New function.
12016
12017         * gnus.el (gnus-method-to-server-name): New function.
12018         (gnus-group-prefixed-name): Use it.
12019
12020         * gnus-group.el (gnus-group-sort-function): Doc fix.
12021         (gnus-group-sort-groups-by-server): New command.
12022
12023 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12024
12025         * gnus-art.el (gnus-treat-date-english): New variable.
12026         (article-date-english): New command.
12027         (gnus-english-month-names): New variable.
12028         (article-make-date-line): Do 'english.
12029
12030         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12031         after the fill prefix.
12032
12033         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12034         score...".
12035
12036         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12037
12038         * message.el (message-mode-map): Bind comment-region.
12039
12040         * gnus-art.el (gnus-mime-display-part): Let w3 display
12041         multipart/related.
12042
12043         * mm-bodies.el (mm-long-lines-p): New function.
12044         (mm-body-encoding): Use it.
12045         (mm-body-encoding): Encode articles with lines longer than 1000
12046         characters.
12047
12048 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12049
12050         * mm-util.el (mm-enable-multibyte): Use
12051         default-enable-multibyte-characters.
12052         (mm-enable-multibyte-mule4): Ditto.
12053         (mm-disable-multibyte): Test XEmacs.
12054         (mm-disable-multibyte-mule4): Ditto.
12055         (mm-with-unibyte-current-buffer): Simplified.
12056         (mm-with-unibyte-current-buffer-mule4): Ditto.
12057
12058 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12059
12060         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12061
12062         * nnheader.el (nnheader-string-as-multibyte): New alias.
12063
12064         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12065
12066         * gnus-uu.el (gnus-message-process-mark): New function.
12067         (gnus-uu-mark-by-regexp): Use it.
12068         (gnus-new-processable): New function.
12069
12070 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12071          Trivial patch.
12072
12073         * gnus-sum.el (gnus-no-mark): New variable.
12074
12075 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12076
12077         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12078         backslashes.
12079
12080 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12083         definition.
12084
12085 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12086
12087         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12088
12089         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12090         XEmacs.
12091
12092 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12093         Trivial patch.
12094
12095         * mml.el (mml-read-tag): Save tag location.
12096
12097 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12098
12099         * starttls.el: Sync with Emacs 21.
12100
12101 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12102
12103         * message.el (message-mail): Support yank-action.
12104
12105         * message.el (message-setup): Revoke the last change.
12106
12107 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12108
12109         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12110         <jvromans@squirrel.nl>.
12111
12112 2000-12-24  Simon Josefsson  <sj@extundo.com>
12113
12114         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12115         mailing list junk at end of part.
12116
12117 2000-12-23  Simon Josefsson  <sj@extundo.com>
12118
12119         * nnimap.el (nnimap-expiry-target): New function.
12120         (nnimap-request-expire-articles): Use it.
12121
12122 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12123
12124         * gnus.el (gnus-group-parameters-more): New variable.
12125         * gnus-cus.el (gnus-group-customize): Use it.
12126
12127         * gnus.el (gnus-define-group-parameter): New macro.
12128         (auto-expire): Use it
12129         (total-expire): Use it.
12130         * gnus-art.el (banner): Use it.
12131
12132         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12133         <ljz@asfast.com>.
12134
12135 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12136
12137         * gnus-topic.el (gnus-topic-create-topic): Use list.
12138
12139         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12140         before binding gnus-default-article-saver.
12141
12142         * gnus-sum.el (gnus-summary-save-article):
12143         (gnus-summary-pipe-output):
12144         (gnus-summary-save-article-mail):
12145         (gnus-summary-save-article-rmail):
12146         (gnus-summary-save-article-file):
12147         (gnus-summary-write-article-file):
12148         (gnus-summary-save-article-body-file): Ditto.
12149
12150         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12151
12152 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12153
12154         * gnus-art.el (gnus-mime-security-button-map):
12155         (gnus-mime-button-map): Add parent.
12156
12157 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12158
12159         * messagexmas.el (message-xmas-redefine): New function.
12160
12161         * message.el: Use it.
12162
12163         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12164
12165         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12166
12167 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12168
12169         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12170         malformatted messages.
12171
12172 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12173
12174         * mm-util.el (mm-image-load-path): New function.
12175
12176         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12177
12178         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12179
12180         * message.el (message-tool-bar-map): Use it.
12181
12182         * Makefile.in (install-el): New rule.
12183
12184 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-art.el (article-treat-dumbquotes): Quote \.
12187
12188 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12189
12190         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12191         Emacs 20 runs on a terminal.
12192
12193 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12194
12195         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12196
12197         * mml.el (gnus-add-minor-mode): Autoload.
12198
12199         * message.el (message-forward): Save-restriction.
12200
12201 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12202
12203         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12204         Paul Stevenson <p.stevenson@surrey.ac.uk>
12205
12206 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12207
12208         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12209
12210         * mml.el (gnus-ems): Don't require.
12211
12212         * gnus.el (gnus-decode-rfc1522): Removed.
12213         (gnus-set-text-properties): Define.
12214
12215 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12216
12217         * gnus-art.el (gnus-mime-*): handle may be nil.
12218
12219         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12220
12221         * gnus.el (gnus-group-remove-excess-properties): Not defined
12222         in gnus-xmas.
12223
12224 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * message.el (message-mail-user-agent): Add :version.
12227
12228 2000-12-21  Miles Bader  <miles@gnu.org>
12229
12230         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12231
12232 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12233
12234         * message.el (message-mail-user-agent): New variable.
12235         (message-setup): Renamed to message-setup-1. Support
12236         mail-user-agent.
12237         (message-mail-user-agent): New function.
12238         (message-mail): Use it.
12239         (message-reply): Use it.
12240         (message-resend): Use it.
12241         (message-mail-other-window): Use it.
12242         (message-mail-other-frame): Use it.
12243
12244         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12245
12246 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12247
12248         * message.el (message-tool-bar-map): Simplify.
12249         (message-narrow-to-head-1): New function.
12250         (message-narrow-to-head): Use it.
12251         (message-reply): Ditto.
12252         (message-cancel-news): Ditto.
12253         (message-supersede): Ditto.
12254         (message-make-forward-subject): Ditto.
12255         (message-bounce): Ditto.
12256
12257 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12258
12259         * uudecode.el (uudecode-decode-region-external): make-temp-file
12260         may not be defined.
12261
12262         * binhex.el (defalias): eval-and-compile.
12263
12264         * message.el (message-tool-bar-map): New function.
12265         (message-mode): Use it.
12266
12267 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12268
12269         * nntp.el (nntp-find-connection): Remove the entry.
12270         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12271
12272 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12273
12274         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12275
12276         * message.el (message-forward): Copy buffer in unibyte mode.
12277
12278 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12279
12280         * message.el (message-make-forward-subject): Don't widen. Decode.
12281         (message-forward): Don't decode subject.
12282
12283 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12284
12285         * qp.el (quoted-printable-encode-region): Upcase QP.
12286
12287 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12288
12289         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12290         mail-extract-a-c instead. Don't depend on Gnus.
12291
12292         * mml.el (gnus-ems): Require it.
12293
12294         * gnus-msg.el (gnus-summary-mail-forward):
12295
12296         * message.el (message-forward):  Move mime-to-mml here.
12297
12298 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12299
12300         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12301         * gnus-art.el (gnus-insert-mime-button): Simplify.
12302         (gnus-mime-display-alternative): Ditto.
12303         (gnus-insert-mime-security-button): Ditto.
12304
12305 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12306
12307         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12308         text-property-not-all doesn't return nil when start=mark(end).
12309         (gnus-remove-text-properties-when): Ditto.
12310
12311 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12312
12313         * gnus-start.el (gnus-group-change-level): Remove group from
12314         gnus-active-hashtb if real killed.
12315
12316 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12317
12318         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12319         (gnus-mime-display-alternative): Ditto.
12320         (gnus-insert-mime-security-button): Ditto.
12321
12322 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12323
12324         * gnus-start.el (gnus-group-change-level): Don't add it into
12325         killed-list if it was killed.
12326
12327 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12328
12329         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12330         (nnmbox-active-file-coding-system): Ditto.
12331
12332         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12333
12334 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12335
12336         * gnus.el (gnus-version):
12337         (gnus-version-number): Set to Oort Gnus 0.01.
12338
12339         * gnus-art.el (gnus-mime-security-button-map):
12340         (gnus-insert-mime-security-button): Fix for Emacs21.
12341
12342 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12345         easymenu, because XEmacs doesn't understand :help.
12346
12347         * mm-uu.el: Require binhex.
12348
12349 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12350
12351         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12352
12353 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12354
12355         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12356
12357 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12358
12359         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12360
12361 2000-12-18  Dave Love  <fx@gnu.org>
12362
12363         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12364         (unused).
12365
12366 2000-12-13  Miles Bader  <miles@gnu.org>
12367
12368         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12369         to t, so that we don't get stuck while trying to smilefy
12370         intangible text.
12371
12372 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12373
12374         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12375         at the end of the buffer.
12376         (smiley-region): In the loop, move to the end of the submatch
12377         matching the smiley instead of using the end of the match
12378         of the whole regexp.
12379
12380 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12381
12382         * message.el (message-mode): Doc fix.
12383
12384 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12385
12386         * smiley-ems.el (smiley-region): Doc fix.
12387
12388 2000-12-11  Miles Bader  <miles@gnu.org>
12389
12390         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12391         bottom line visible, check to see if it's partially obscured, and
12392         if so, either scroll one more line to make it fully visible, or
12393         revert to showing the second line from the top.
12394
12395 2000-12-07  Dave Love  <fx@gnu.org>
12396
12397         * mailcap.el (mailcap-download-directory)
12398         * gnus-audio.el (gnus-audio-directory)
12399         * smiley-ems.el (smiley-data-directory): Fix :type.
12400
12401 2000-11-30  Dave Love  <fx@gnu.org>
12402
12403         * message.el (message-auto-save-directory): Use
12404         file-name-as-directory.
12405         (message-set-auto-save-file-name): Create
12406         message-auto-save-directory if necessary.
12407         (message-replace-chars-in-string): Removed -- unused.
12408         (message-mail-alias-type): Customize.
12409         (message-headers): Remove duplicate defgroup.
12410
12411 2000-11-29  Dave Love  <fx@gnu.org>
12412
12413         * qp.el (quoted-printable-decode-region): Use error, not message
12414         to report malformed text (like base64).  Amend message.
12415
12416 2000-11-29  Miles Bader  <miles@gnu.org>
12417
12418         * message.el (message-header-lines): Fontify tag.
12419
12420 2000-11-27  Dave Love  <fx@gnu.org>
12421
12422         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12423         compiler warning.
12424
12425 ;2000-11-26  Dave Love  <fx@gnu.org>
12426 ;
12427 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12428 ;
12429 2000-11-23  Dave Love  <fx@gnu.org>
12430
12431         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12432
12433         * mm-uu.el (uudecode): Require.
12434         (uudecode-decode-region, uudecode-decode-region-external): Don't
12435         autoload.
12436         (mm-uu-copy-to-buffer): Doc fix.
12437         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12438         type fix.
12439
12440         * mailcap.el: Doc fixes.
12441         (mailcap-mime-data): Various adjustments.
12442         (mailcap): New group.
12443         (mailcap-download-directory): Customize.
12444         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12445         (mailcap-temporary-directory): Deleted (unused).
12446         (mailcap-unescape-mime-test): Simplify slightly.
12447         (mailcap-viewer-passes-test): Use functionp.
12448         (mailcap-command-p): Aliased to executable-find.
12449
12450         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12451         default-enable-multibyte-characters is nil.
12452
12453 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12454
12455         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12456
12457 2000-11-21  Dave Love  <fx@gnu.org>
12458
12459         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12460         gnus-article-mode-map.
12461 ;       (gnus-mime-button-menu): Use mouse-set-point.
12462         (gnus-insert-mime-button, gnus-mime-display-alternative)
12463         (gnus-mime-display-alternative): Don't use local-map property.
12464
12465 2000-11-17  Dave Love  <fx@gnu.org>
12466
12467         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12468         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12469         and make-temp-file.
12470         (uudecode-decode-region): Doc fix.
12471
12472 2000-11-14  Dave Love  <fx@gnu.org>
12473
12474         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12475         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12476         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12477         New files, derived from the XPMs.
12478
12479 2000-11-10  Dave Love  <fx@gnu.org>
12480
12481         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12482         (gnus-agent-lib-file, gnus-agent-load-alist)
12483         (gnus-agent-save-alist, gnus-agent-article-name): Use
12484         expand-file-name.
12485
12486         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12487         :version.
12488         (nnkiboze-score-file): Defvar when compiling.
12489
12490         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12491
12492         * gnus-art.el (gnus-article-banner-alist)
12493         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12494         (gnus-article-date-lapsed-new-header)
12495         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12496         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12497         (gnus-treat-strip-headers-in-body)
12498         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12499         (gnus-treat-translate): Add :version.
12500         (gnus-article-mime-part-function): Fix defcustom.
12501
12502         * nnmail.el (nnmail-expiry-target)
12503         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12504         (nnmail-split-header-length-limit): Add :version.
12505
12506         * gnus-sum.el (gnus-auto-expirable-marks)
12507         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12508         (gnus-extra-headers, gnus-ignored-from-addresses)
12509         (gnus-newsgroup-ignored-charsets)
12510         (gnus-group-highlight-words-alist)
12511         (gnus-summary-show-article-charset-alist): Add :version.
12512
12513         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12514         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12515         files, converted from the XPMs.
12516
12517         * gnus-cache.el (gnus-cache-active-file): Don't use
12518         file-name-as-directory on directory.
12519         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12520         use file-name-as-directory on directory.
12521
12522         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12523         (date-to-time): Use it.
12524
12525 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12526 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12527 ;       (message-newline-and-reformat): Likewise.
12528         (message-forward-as-mime, message-forward-ignored-headers)
12529         (message-buffer-naming-style, message-default-charset)
12530         (message-dont-reply-to-names, message-send-mail-partially-limit):
12531         Add :version.
12532
12533         * mm-util.el: Doc fixes.
12534         (mm-mime-charset): Don't use the raw result of
12535         mm-preferred-coding-system.
12536         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12537         (mm-with-unibyte): Simplify.
12538
12539         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12540         concat.
12541
12542         * pop3.el (pop3-version): Deleted.
12543         (pop3-make-date): New function, avoiding message-make-date.
12544         (pop3-munge-message-separator): Use it.
12545
12546 2000-11-09  Dave Love  <fx@gnu.org>
12547
12548         * gnus-group.el (gnus-group-make-directory-group)
12549         (gnus-group-fetch-faq): Use expand-file-name.
12550         (gnus-group-fetch-faq): Simplify completing-read form.
12551
12552         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12553         test for Mule.
12554
12555         * message.el (tool-bar-map): Defvar when compiling.
12556
12557         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12558         (gnus-tm-lisp-directory): Deleted.
12559         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12560         (featurep 'xemacs).
12561         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12562         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12563         version numbers from file names.
12564
12565 2000-11-08  Dave Love  <fx@gnu.org>
12566
12567         * mm-view.el: Use featurep for XEmacs test.
12568         (mm-inline-message): Test for `remove-specifier'; don't use
12569         condition-case.
12570
12571         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12572
12573         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12574         (gnus-score-find-bnews): Don't concat "".
12575
12576         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12577         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12578         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12579         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12580
12581         * gnus-sum.el: Put some defvars in eval-when-compile.
12582         (gnus-summary-mode-hook): Add :options.
12583         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12584         (gnus-summary-tool-bar-map): New variable.
12585         (gnus-summary-make-tool-bar): New function.
12586         (gnus-summary-mode): Put kill-all-local-variables first.
12587
12588         * gnus-group.el (gnus-group-toolbar-map): New variable.
12589         (gnus-group-make-tool-bar): Rewritten.
12590         (gnus-group-mode): Put kill-all-local-variables first.
12591
12592         * rfc2047.el: Require gnus-util.
12593
12594         * nnml.el (gnus-sorted-intersection): Autoload.
12595
12596         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12597         Put some defvars in eval-when-compile.
12598         (gnus-intersection, gnus-sorted-complement):  Autoload.
12599
12600         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12601
12602         * mm-encode.el (mm-body-7-or-8): Autoload.
12603
12604         * mm-decode.el (mm-insert-inline): Autoload.
12605
12606         * mml.el:
12607         * message.el: Put some defvars in eval-when-compile.
12608
12609         * gnus-msg.el: Put some defvars in eval-when-compile.
12610         (gnus-msg-mail): Move after gnus-setup-message.
12611
12612         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12613
12614 2000-11-07  Dave Love  <fx@gnu.org>
12615
12616         * gnus-util.el (nnheader): Don't require message (recursive
12617         autoload).
12618
12619         * uudecode.el: Avoid compiler warnings.
12620
12621         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12622         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12623
12624 2000-11-06  Dave Love  <fx@gnu.org>
12625
12626         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12627
12628         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12629         (uudecode-char-int): New alias, replacing char-int.
12630         (uudecode-decode-region): Don't call buffer-disable-undo.
12631
12632 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12633 ;       (mm-uu-configure-list): Doc fix.
12634 ;
12635 ;       * earcon.el (running-xemacs): Don't define.
12636 ;
12637 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12638 ;
12639 ;       * message.el (message-font-lock-keywords): Match a final newline
12640 ;       to help font-lock's multiline support.
12641 ;
12642 2000-11-03  Dave Love  <fx@gnu.org>
12643
12644         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12645
12646         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12647         name.
12648
12649         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12650         <banner>: Fix custom type, doc.
12651
12652         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12653         name.  Don't disable undo explicitly.
12654
12655 ;2000-11-02  Dave Love  <fx@gnu.org>
12656 ;
12657 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12658 ;       cite-prefix.
12659
12660 2000-11-01  Dave Love  <fx@gnu.org>
12661
12662         * rfc2047.el (base64): Require unconditionally.
12663         (message-posting-charset): Defvar when compiling.
12664         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12665         message.
12666
12667         * gnus-sum.el (nnoo): Require.
12668         (mm-uu-dissect): Autoload.
12669
12670         * mml.el (mml-parse-1): Clarify message.
12671         (mml-minibuffer-read-type): Use mailcap-mime-types.
12672
12673 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12674
12675         * mml.el: Fix a typo in the requiring of CL.
12676
12677 2000-11-01  Dave Love  <fx@gnu.org>
12678
12679         * utf7.el: Require cl when compiling.
12680
12681         * binhex.el: Use (featurep 'xemacs).
12682         (binhex-char-int): New alias, replacing char-int.  Change callers.
12683         (binhex-decode-region): Simplify work buffer code.
12684         (binhex-decode-region-external): Use expand-file-name, not concat.
12685
12686 2000-10-30  Dave Love  <fx@gnu.org>
12687
12688         * gnus-art.el: Fix 2000-10-27 change properly.
12689
12690 2000-10-28  Miles Bader  <miles@gnu.org>
12691
12692         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12693
12694 2000-10-27  Dave Love  <fx@gnu.org>
12695
12696         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12697         strings.
12698         (gnus-group-make-tool-bar): New function.
12699         (gnus-group-mode): Use it.
12700
12701         * message.el (message-mode-menu): Add some :help strings.
12702         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12703         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12704
12705         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12706         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12707         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12708
12709         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12710         display-graphic-p here.
12711
12712 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12713
12714         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12715         of the `gnus-xemacs' variable, as the latter has been removed.
12716         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12717         * gnus-art.el (gnus-treat-display-xface)
12718         (gnus-treat-display-smileys, gnus-treat-display-picons)
12719         (gnus-article-read-summary-keys): Likewise.
12720
12721 2000-10-26  Dave Love  <fx@gnu.org>
12722
12723         (defvar): Use rmail-spool-directory unconditionally.
12724
12725 2000-10-18  Dave Love  <fx@gnu.org>
12726
12727         * mm-bodies.el (mm-uu-decode-function)
12728         (mm-uu-binhex-decode-function): Defvar when compiling.
12729
12730         * gnus-nocem.el (gnus-nocem-issuers): Update.
12731         (gnus-nocem-check-from): New option.
12732         (gnus-nocem-scan-groups): Use it.
12733         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12734         (gnus-nocem-check-article-limit): Add :version.
12735
12736 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12737
12738         * ietf-drums.el (mm-util): Require CL when compiling.
12739
12740 2000-10-15  Dave Love  <fx@gnu.org>
12741
12742         * qp.el: Require mm-util.
12743
12744 2000-10-13  Dave Love  <fx@gnu.org>
12745
12746         * qp.el (quoted-printable-decode-region): Avoid invalid
12747         coding-systems.
12748
12749 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12750
12751         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12752         to a recursive load.
12753
12754 2000-10-12  Dave Love  <fx@gnu.org>
12755
12756         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12757
12758         * gnus.el (gnus-group-startup-message): Check for PBM image.
12759
12760 2000-10-09  Dave Love  <fx@gnu.org>
12761
12762         * mail-source.el (mail-source-fetch-imap): Bind
12763         default-enable-multibyte-characters rather than using
12764         mm-disable-multibyte.
12765
12766 2000-10-05  Dave Love  <fx@gnu.org>
12767
12768         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12769         Autoload.
12770         (quoted-printable-decode-region):  Rename arg which confused
12771         charset with coding-system.  Don't use nonascii-insert-offset.
12772         Coding-system encode the region initially.  Don't recognize `=='
12773         as valid QP.  Coding-system decode the region finally.
12774         (quoted-printable-decode-string): Rename arg which confused
12775         charset with coding-system.
12776
12777         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12778         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12779         mm-encode-coding-region.
12780         (mm-decode-body, mm-decode-string): Rename variables which
12781         confused charset with coding-system.
12782         (binhex-decode-region): Don't autoload.
12783         (mm-body-encoding): Require message.
12784         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12785         cond branches.
12786
12787         * gnus-art.el (article-de-quoted-unreadable)
12788         (article-de-base64-unreadable): Fold search case
12789         rather than downcasing string.  Apply mm-charset-to-coding-system
12790         to arg of quoted-printable-decode-region.
12791
12792 2000-10-04  Dave Love  <fx@gnu.org>
12793
12794         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12795         Require ring when compiling.
12796         (gnus-article-compface-xbm): New variable.
12797
12798 2000-10-04  Dave Love  <fx@gnu.org>
12799
12800         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12801         pbm images.
12802
12803         * frown.pbm, smile.pbm, wry.pbm: New files.
12804
12805         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12806
12807 2000-10-03  Dave Love  <fx@gnu.org>
12808
12809         * mail-source.el (mail-sources): Revert to nil.
12810
12811         * nnmail (nnmail-spool-file): Revert to `((file))'.
12812
12813         * qp.el: Don't require mm-util.
12814         (quoted-printable-decode-region): Rewritten.
12815         (quoted-printable-decode-string, quoted-printable-encode-region):
12816         Doc fix.
12817         (quoted-printable-encode-region): Barf on multibyte characters.
12818         Maybe make the class multibyte.  Upcase chars, not formatted
12819         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12820         (quoted-printable-encode-string): Don't use
12821         mm-with-unibyte-buffer.
12822
12823 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12824
12825         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12826
12827 2000-09-21  Dave Love  <fx@gnu.org>
12828
12829         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12830         (for Emacs 20).  Tidy somewhat.
12831
12832 2000-09-21  Dave Love  <fx@gnu.org>
12833
12834         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12835         image processing.  Rationalize logic somewhat.
12836
12837 2000-09-20  Dave Love  <fx@gnu.org>
12838
12839         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12840         specifically.
12841
12842         * gnus.el (gnus-version-number): Avoid some redundant
12843         autoloads.
12844
12845 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12846
12847         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12848         to XBM; we always have PBM support.
12849
12850 2000-09-14  Dave Love  <fx@gnu.org>
12851
12852         * gnus.el (gnus-charset):
12853         * mm-decode.el (mime-display):
12854         * imap.el (imap) <defgroup>: Add :version.
12855
12856 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12857
12858         * parse-time.el: Fix author's mail address.
12859
12860         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12861         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12862         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12863         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12864         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12865         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12866         * rfc2231.el, uudecode.el: Fix copyright notice.
12867
12868         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12869         require `w3' at load-time only if not running in batch mode.
12870
12871 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12872
12873         * gnus.el: Before merge with Emacs21.
12874
12875 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12876
12877         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12878
12879 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12880
12881         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12882         to avoid conflict with the standard `back-to-indentation'
12883         binding.
12884
12885 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12886
12887         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12888
12889         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12890         (mm-disable-multibyte-mule4): Ditto.
12891         (mm-with-unibyte-current-buffer-mule4): Ditto.
12892
12893 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12894
12895         * pop3.el (pop3-movemail): Use binary.
12896         (pop3-movemail-file-coding-system): Removed.
12897
12898 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12899
12900         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12901
12902 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12903
12904         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12905         exists.
12906
12907 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12908
12909         * gnus-msg.el (gnus-post-method): Use backend name when the
12910         address is "".
12911
12912 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12913
12914         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12915         mm-verify-option.
12916         (gnus-treat-x-pgp-sig): Default value.
12917         (gnus-ignored-headers): Redundant.
12918
12919 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12920
12921         * gnus-win.el (gnus-configure-frame): Save selected window.
12922
12923 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12924
12925         * nnmbox.el: Require gnus-range.
12926         (nnmbox-group-building-active-articles): New variable.
12927         (nnmbox-group-active-articles): New variable; this is a cache of
12928         all active articles by group and number.
12929         (nnmbox-in-header-p): New function.
12930         (nnmbox-find-article): New function.
12931         (nnmbox-record-active-article): New function.
12932         (nnmbox-record-deleted-article): New function.
12933         (nnmbox-is-article-active-p): New function.
12934         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12935         (nnmbox-request-article): Ditto.  Also supply extra arg to
12936         nnmbox-article-group-number.
12937         (nnmbox-request-expire-articles): Ditto.
12938         (nnmbox-request-move-article): Ditto.
12939         (nnmbox-request-replace-article): Ditto.
12940         (nnmbox-request-rename-group): Rename group entry in active
12941         article cache.
12942         (nnmbox-delete-mail): Update active article cache, unless article
12943         is being replaced.
12944         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12945         than partially duplicating it.
12946         (nnmbox-article-group-number): Add extra `this-line' arg, to
12947         handle articles belonging to multiple groups.
12948         (nnmbox-save-mail): Update active article cache.
12949         (nnmbox-read-mbox): Build active article cache when loading mbox.
12950         Also do some repair work, if we find articles that are missing the
12951         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12952         reconstruct these from Xref info.
12953
12954 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12955
12956         * mail-source.el (mail-source-report-new-mail): Use
12957         nnheader-run-at-time.
12958
12959 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12960
12961         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12962         an error is thrown, and then rethrow the error.
12963         (mail-source-check-pop): Ditto.
12964         (mail-source-start-idle-timer): Prevent multiple pop checks
12965         running if the check takes a long time.
12966
12967 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12968
12969         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12970         succeed.
12971
12972 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12973
12974         * gnus-win.el (gnus-configure-windows): Make sure
12975         nntp-server-buffer is live.
12976         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12977
12978 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12979
12980         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12981
12982 2000-12-04  Andreas Jaeger  <aj@suse.de>
12983
12984         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12985
12986 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12987
12988         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12989
12990 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12991         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12992
12993         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12994
12995 2000-12-01  Simon Josefsson  <sj@extundo.com>
12996
12997         * mml-smime.el (mml-smime-verify): Fix address parsing.
12998
12999 2000-12-01  Simon Josefsson  <sj@extundo.com>
13000
13001         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13002         more than one certificate inside PKCS#7 blob.  Better security
13003         information (clamed / actual sender, openssl output, certificates
13004         inside message).
13005
13006         * smime.el (smime-verify-region): Output to /dev/null.
13007         (smime-buffer-as-string-region): Don't parse empty lines.
13008
13009 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13010
13011         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13012         ?d and ?D.
13013         (gnus-mime-security-show-details-inline): New variable.
13014         (gnus-mime-security-show-details): Use them.
13015         (gnus-insert-mime-security-button): Ditto.
13016
13017         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13018         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13019         (mml2015-gpg-clear-verify): Ditto.
13020         (mml2015-gpg-decrypt-1): Ditto.
13021         (mml2015-use): Prefer 'gpg.
13022
13023 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13024
13025         * gnus-util.el (gnus-add-text-properties-when): New function.
13026         (gnus-remove-text-properties-when): Ditto.
13027
13028         * gnus-cite.el (gnus-article-hide-citation): Use them.
13029         (gnus-article-toggle-cited-text): Use them.
13030
13031         * gnus-art.el (gnus-signature-toggle): Use them.
13032         (gnus-article-show-hidden-text): Ditto.
13033         (gnus-article-hide-text): Ditto.
13034
13035 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13036
13037         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13038
13039 2000-11-30  Simon Josefsson  <sj@extundo.com>
13040
13041         * smime.el (smime-point-at-eol): New alias.
13042         (smime-buffer-as-string-region): Use it.
13043
13044 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13045
13046         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13047
13048 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13049
13050         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13051
13052         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13053
13054         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13055
13056 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13057
13058         * nnmh.el (nnmh-request-expire-articles): Implemented
13059         expiry-target for nnmh backend.
13060
13061 2000-11-30  Simon Josefsson  <sj@extundo.com>
13062
13063         * mm-decode.el (mm-security-from): New variable.
13064         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13065
13066         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13067         than `from'.
13068
13069 2000-11-30  Simon Josefsson  <sj@extundo.com>
13070
13071         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13072         address match sender address.
13073
13074         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13075
13076         * smime.el (smime-verify-region): Don't copy buffer.
13077         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13078         (smime-pkcs7-region): New function.
13079         (smime-pkcs7-certificates-region): Ditto.
13080         (smime-pkcs7-email-region): Ditto.
13081         (smime-buffer-as-string-region): Ditto.
13082
13083         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13084         buffer.
13085
13086 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13087
13088         * smime.el (smime-decrypt-region): Fix keyfile argument.
13089
13090 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13091
13092         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13093
13094 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13095
13096         * message.el (message-shoot-gnksa-feet): New variable.
13097         (message-gnksa-enable-p): New function.
13098         (message-send): Use it.
13099         (message-check-news-body-syntax): Ditto.
13100
13101 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * message.el (message-make-message-id): Remove the redundancy.
13104
13105 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13106
13107         * message.el (message-setup): Discourage using mc-install-*-mode.
13108
13109         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13110
13111 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13112
13113         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13114
13115 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13116
13117         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13118
13119 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13120
13121         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13122
13123 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13124
13125         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13126         insert-buffer-substring.
13127
13128         * message.el (message-send-mail): Use buffer-substring-no-properties.
13129         (message-send-news): Ditto.
13130
13131 2000-11-22  David Edmondson  <dme@dme.org>
13132
13133         * imap.el (imap-wait-for-tag): Message read info.
13134
13135 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13136
13137         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13138         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13139         (mml2015-gpg-encrypt): Ditto.
13140
13141 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13142
13143         * mm-decode.el (mm-verify-option): Default value.
13144
13145         * mml-sec.el (mml-secure-part): Error message.
13146
13147 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13148
13149         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13150
13151 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13152
13153         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13154
13155 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13156
13157         * gnus-art.el (gnus-article-describe-key): Use prompt.
13158         (gnus-article-describe-key-briefly): Ditto.
13159
13160 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13161
13162         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13163
13164 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13165
13166         * gnus-art.el (gnus-article-describe-key): New function.
13167         (gnus-article-describe-key-briefly): New function.
13168
13169 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13170
13171         * mm-decode.el (mm-decrypt-option): Doc typo.
13172
13173         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13174         return a number.
13175
13176 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13177
13178         * message.el (message-newline-and-reformat): Typo.
13179
13180 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13181
13182         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13183         original-article-buffer exists.
13184
13185         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13186         (rfc2047-header-encoding-alist): Addresses are different from text.
13187         (rfc2047-encode-message-header): Ditto.
13188         (rfc2047-dissect-region): Extra parameter.
13189         (rfc2047-encode-region): Ditto.
13190         (rfc2047-encode-string): Ditto.
13191
13192 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13193
13194         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13195         (mm-uu-pgp-encrypted-extract): Use it.
13196         (mm-uu-pgp-signed-extract-1): New function.
13197         (mm-uu-pgp-signed-extract): Use it.
13198
13199         * gnus-art.el (gnus-mime-display-security): New function.
13200         (gnus-mime-display-part): Use it.
13201         (gnus-mime-security-verify-or-decrypt): New function.
13202         (gnus-mime-security-press-button): New function.
13203         (gnus-insert-mime-security-button): Use it.
13204
13205         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13206         (mm-find-raw-part-by-type): Ditto.
13207         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13208         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13209         (mm-destroy-parts): Kill nested multibyte buffer.
13210
13211         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13212         (mml2015-gpg-verify): Ditto.
13213
13214 2000-11-18  Simon Josefsson  <sj@extundo.com>
13215
13216         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13217         (mml2015-function-alist): Use it.
13218
13219         * mml-sec.el (mml-sign-alist): Update names.
13220         (mml-encrypt-alist): Ditto.
13221         (mml-secure-part-smime-sign): Moved to mml-smime.el
13222         as `mml-smime-sign-query'.
13223         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13224         `mml-smime-get-file-cert'.
13225         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13226         `mml-smime-get-dns-cert'.
13227         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13228         `mml-smime-encrypt-query'.
13229         (mml-smime-sign-buffer): Use mml-smime-sign.
13230         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13231
13232         * mml-smime.el (mml-smime-sign): New function.
13233         (mml-smime-encrypt):
13234         (mml-smime-sign-query):
13235         (mml-smime-get-file-cert):
13236         (mml-smime-get-dns-cert):
13237         (mml-smime-encrypt-query): Moved from mml-sec.el.
13238
13239 2000-11-16  Simon Josefsson  <sj@extundo.com>
13240
13241         * mml2015.el (mml2015-gpg-clear-verify): New function.
13242         (mml2015-function-alist): Add it.
13243
13244 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13245
13246         * message.el (message-setup-fill-variables): Use
13247         message-cite-prefix-regexp.
13248         (message-newline-and-reformat): Check the end of citation, leading
13249         WSP, break in the cite prefix.
13250         (message-fill-paragraph): New function.
13251
13252 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13253
13254         * lpath.el: Shut up.
13255
13256 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13257
13258         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13259         raw 8-bit in headers in dk.* newsgroups.
13260
13261 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13262
13263         * message.el (message-newline-and-reformat): Match extra WSPs.
13264
13265 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13266
13267         * mml.el (mml-generate-mime-1): Ignore ascii.
13268
13269 2000-11-16 Justin Sheehy  <justin@iago.org>
13270
13271         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13272
13273 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13274
13275         * message.el (message-cite-prefix-regexp): Prefix should not end
13276         at space.
13277
13278 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13279
13280         * message.el (message-mode-syntax-table): Add - as a word
13281         constituent as in articles.
13282         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13283         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13284         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13285
13286 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13287
13288         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13289
13290 2000-11-12  David Edmondson  <dme@dme.org>
13291
13292         * message.el (message-font-lock-keywords): use
13293         message-cite-prefix-regexp.
13294
13295 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13296
13297         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13298         Stein Arild Str\e,Ax\e(Bmme.
13299         (gnus-group-jump-to-group): Use it.
13300         (gnus-group-jump-to-group-prompt): Customize.
13301
13302 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13303
13304         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13305
13306 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13307
13308         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13309         incompatible.
13310         (mml2015-mailcrypt-sign): Ditto.
13311
13312 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13313
13314         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13315         group is open.
13316
13317 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13318
13319         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13320         nnvirtual articles.
13321         (gnus-backlog-request-article): Don't request nnvirtual articles.
13322
13323 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13324
13325         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13326         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13327
13328 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13329
13330         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13331         * mml.el (mml-generate-mime-1): Use charset attribute.
13332         * mm-bodies.el (mm-encode-body): Add parameter charset.
13333         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13334
13335 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13336
13337         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13338         (mml2015-mailcrypt-clear-decrypt): Ditto.
13339         (mml2015-mailcrypt-verify): Ditto.
13340         (mml2015-mailcrypt-clear-verify): Ditto.
13341         (mml2015-gpg-verify): Ditto.
13342
13343 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13344
13345         * smime.el (smime-openssl-program): Test the existence of openssl.
13346         * mml-smime.el: Require mm-decode.
13347         (mml-smime-verify-test): New function.
13348         * mm-decode.el (mm-verify-function-alist): Use it.
13349
13350 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13351
13352         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13353         anyway.
13354
13355 2000-11-13  Simon Josefsson  <sj@extundo.com>
13356
13357         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13358         verification doesn't work.
13359
13360 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13361
13362         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13363         (gnus-inews-do-gcc): Use it.
13364
13365 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13366
13367         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13368         leading space.
13369         * mm-extern.el (mm-inline-external-body): Report error when no
13370         access-type.
13371
13372 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13373
13374         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13375
13376 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13377
13378         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13379
13380 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13381
13382         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13383         as multipart/mixed.
13384
13385 2000-11-12  David Edmondson  <dme@dme.org>
13386
13387         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13388         and replace `.' with `\w' to allow for different syntax tables
13389         (from Vladimir Volovich).
13390         * message.el (message-newline-and-reformat): use
13391         `message-cite-prefix-regexp'.
13392         * gnus-cite.el (gnus-supercite-regexp): use
13393         `message-cite-prefix-regexp'.
13394         * gnus-cite.el (gnus-cite-parse): use
13395         `message-cite-prefix-regexp'.
13396
13397 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13398
13399         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13400         PGP SIGNATURE.  Escape leading "-"'s.
13401         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13402
13403 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13404
13405         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13406
13407 2000-11-11  Simon Josefsson  <sj@extundo.com>
13408
13409         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13410
13411         * smime.el (smime-details-buffer): New variable.
13412         (smime-sign-region):
13413         (smime-encrypt-region):
13414         (smime-verify-region):
13415         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13416
13417         * mml-smime.el (mml-smime-verify): Support security info.
13418
13419 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13420
13421         * mm-decode.el (mm-verify-option): Set default to nil.
13422         (mm-decrypt-option): Ditto.
13423         * gnus-art.el (article-verify-x-pgp-sig): New function.
13424
13425 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13426
13427         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13428         preferred part.
13429
13430 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13431
13432         * gnus-sum.el (gnus-move-split-methods): Say that
13433         `gnus-split-methods' uses file names, whereas this uses group
13434         names.  (Report from Nevin Kapur)
13435
13436 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13437
13438         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13439
13440 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13441
13442         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13443         (nnheader-directory-articles): Use it.
13444         (nnheader-article-to-file-alist): Ditto.
13445
13446 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13447
13448         * rfc2047.el (rfc2047-pad-base64): New function.
13449         (rfc2047-decode): Use it.
13450
13451 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13452
13453         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13454         select method.
13455
13456 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13457
13458         * mml2015.el (mml2015-gpg-decrypt-1):
13459         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13460
13461 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13462
13463         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13464
13465 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13466
13467         * pop3.el (pop3-munge-message-separator): A message may have an
13468         empty body.
13469
13470 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13471
13472         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13473         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13474         (mm-uu-pgp-signed-extract): Use coding-system.
13475
13476 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13477
13478         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13479         (gnus-insert-mime-security-button): New function.
13480         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13481         * mml2015.el:  Add security info when verify or decrypt.
13482         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13483         (mm-uu-pgp-encrypted-extract): Ditto.
13484
13485 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13486
13487         * mm-decode.el (mm-display-parts): New function.
13488         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13489
13490 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13491
13492         * gnus-mlspl.el: Documentation tweaks.
13493
13494 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13495
13496         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13497         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13498         argument.
13499
13500 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13501
13502         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13503
13504 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13505
13506         * gnus-art.el (gnus-article-encrypt): New function.
13507         (gnus-article-encrypt-protocol-alist): New variable.
13508         (gnus-article-encrypt-protocol): New variable.
13509         * mml2015.el (mml2015-self-encrypt): New function.
13510         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13511
13512 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13513
13514         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13515         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13516         let mailcap do it.
13517         * mml2015.el: Remove snarf code.
13518         * mm-decode.el: Remove snarf code.
13519
13520 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13521
13522         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13523         (mml-insert-mime): Understand gnus-decoded.
13524         (mime-to-mml): New parameter handles.
13525         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13526         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13527
13528 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13529
13530         * mm-decode.el (mime-security): New group.
13531         (mm-verify-function-alist): Add test function.
13532         (mm-decrypt-function-alist): Ditto.
13533         (mm-snarf-option): Set default value as nil.
13534         (mm-find-part-by-type): Recursive parameter.
13535         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13536         * mml2015.el: Support draft-ietf-openpgp-multsig.
13537
13538 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13539
13540         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13541         (gnus-article-view-part-as-charset): New function.
13542
13543 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13544
13545         * mm-decode.el (mm-verify-option): Default value.
13546         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13547
13548 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13549
13550         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13551
13552 2000-11-05  Simon Josefsson  <sj@extundo.com>
13553
13554         * mml-smime.el (mml-smime-verify): Work in original multipart
13555         buffert.
13556
13557         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13558         (mm-handle-multipart-ctl-parameter): Ditto.
13559         (mm-alist-to-plist): New function.
13560         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13561         for multiparts.
13562         (mm-destroy-parts): Destroy multipart buffert.
13563         (mm-remove-part): Ditto.
13564
13565         * mml-smime.el (mml-smime-sign): Not used.
13566         (mml-smime-encrypt): Ditto.
13567
13568         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13569
13570         Verify S/MIME signature support.
13571
13572         * mm-decode.el (mm-inline-media-tests): Add
13573         application/{x-,}pkcs7-signature.
13574         (mm-inlined-types): Ditto.
13575         (mm-automatic-display): Ditto.
13576         (mm-verify-function-alist): Ditto.  Add name of method.
13577         (mm-decrypt-function-alist): Add name of method.
13578         (mm-find-part-by-type): Add documentation.
13579         (mm-possibly-verify-or-decrypt): Use new format of
13580         mm-{verify,decrypt}-function-alist.  Use method names.
13581
13582         * mml-smime.el (mml-smime-verify): New function.
13583
13584 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13585
13586         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13587
13588 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13589
13590         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13591         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13592         * mm-decode.el (mm-snarf-option): New variable.
13593
13594 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13595
13596         * mm-util.el (mm-subst-char-in-string): New function.
13597         (mm-replace-chars-in-string): Use it.
13598         * message.el (message-replace-chars-in-string): Use it.
13599         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13600         * gnus-mh.el (mh-lib-progs): Shut up.
13601
13602 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13603
13604         * base64.el, md5.el: Moved to contrib directory.
13605
13606 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13607
13608         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13609         the last article when search.
13610
13611 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13612
13613         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13614         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13615
13616 2000-09-29  David Edmondson  <dme@thus.net>
13617
13618         * message.el (message-newline-and-reformat): Typo.
13619
13620 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13621
13622         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13623
13624 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13625
13626         * nntp.el (nntp-decode-text): Delete bogus status lines.
13627
13628 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13629
13630         * message.el (message-font-lock-keywords): Match a final newline
13631         to help font-lock's multiline support.
13632
13633 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13634
13635         * nnoo.el (nnoo-set): New function.
13636
13637 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13638
13639         * gpg.el, gpg-ring.el: Moved to contrib directory.
13640
13641 2000-11-04  Simon Josefsson  <sj@extundo.com>
13642
13643         * nnimap.el (nnimap-split-inbox): Typo.
13644
13645 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13646
13647         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13648
13649 2000-11-03  Simon Josefsson  <sj@extundo.com>
13650
13651         * rfc2231.el (rfc2231-parse-qp-string): New function.
13652         (require): rfc2047.
13653
13654         * mail-parse.el (mail-header-parse-content-type):
13655         (mail-header-parse-content-disposition): Support invalid QP
13656         encoded strings, by using `rfc2231-parse-qp-string'.
13657
13658 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13659
13660         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13661         (rfc2231-decode-encoded-string): Typo "> X 1".
13662         (rfc2231-encode-string): Insert the name of charset.
13663         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13664
13665 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13666
13667         * mm-decode.el (mm-save-part): Return the filename.
13668         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13669         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13670         (gnus-mime-action-alist): Use it.
13671         (gnus-mime-button-commands): Use it.
13672         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13673         (mm-inline-external-body): unwind-protect.
13674
13675 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13676
13677         * gnus-art.el (gnus-insert-mime-button): Show url.
13678
13679 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13680
13681         * mml.el (mml-generate-mime-1): Support external url.
13682         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13683
13684 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13685
13686         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13687         * mm-decode.el (mm-display-external): Ditto.
13688         * mm-extern.el: New file.
13689         * mm-decode.el (mm-inline-media-tests): Hook it up.
13690         (mm-inlined-types): Inline message/external-body.
13691
13692 2000-11-02  Simon Josefsson  <sj@extundo.com>
13693
13694         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13695
13696         * message.el (message-get-reply-headers): Better handling when
13697         Mail-Followup-To is very large.
13698
13699 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13700
13701         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13702         * gnus-art.el (gnus-article-edit-done):
13703         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13704         counting code here.
13705         * gnus-msg.el (gnus-setup-message): Remove a hack.
13706
13707 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13708
13709         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13710         (gnus-summary-mode): Make them local variables.
13711         (gnus-set-global-variables): Globalize them.
13712         (gnus-summary-exit): Kill them.
13713
13714 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13715
13716         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13717         word.
13718
13719 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13720
13721         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13722         gnus-article-wash-types.
13723         * gnus-art.el (gnus-article-wash-status): Use them.
13724
13725 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13726
13727         * mml.el (mml-read-tag): Remove spaces and LF.
13728
13729 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13730
13731         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13732         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13733
13734 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13735
13736         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13737
13738 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13739
13740         * gnus-sum.el (gnus-article-charset): New variable.
13741         (gnus-summary-display-article): Set it.
13742         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13743         * gnus-art.el (gnus-article-mode): Make it local variable.
13744
13745 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13746
13747         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13748
13749 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13750
13751         * nnwfm.el: New file.
13752
13753         * nnweb.el (nnweb-replace-in-string): New function.
13754
13755 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13756
13757         * mml2015.el: Wrap gpg.el.
13758         * gpg.el (gpg-verify): The last argument of apply is a list.
13759         (gpg-encrypt): Add passphrase as a parameter.
13760
13761 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13762
13763         * gpg.el: New file.
13764         * gpg-ring.el: New file.
13765
13766 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13767
13768         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13769
13770 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13773         double-quote characters.
13774         (gnus-summary-prepare-threads): Ditto.
13775
13776 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13777
13778         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13779         * mml.el (mml-read-tag): Don't skip the leading space.
13780         * lpath.el (font-lock-set-defaults): Shut up.
13781
13782 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13783
13784         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13785
13786 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13787
13788         * qp.el (quoted-printable-encode-region): Replace leading - when
13789         ultra safe.
13790         * mml.el (mml-generate-mime-postprocess-function): Removed.
13791         (mml-postprocess-alist): Removed.
13792         (mml-generate-mime-1): Use ultra-safe when sign.
13793         * mml2015.el (mml2015-fix-micalg): Uppercase.
13794         (mml2015-verify): Insert LF.
13795         (mml2015-mailcrypt-sign): Downcase; search backward.
13796
13797 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13798
13799         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13800         restrictive.
13801         (nnultimate-table-regexp): New variable.
13802         (nnultimate-forum-table-p): Use it.
13803
13804 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13805         Trivial patch.
13806
13807         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13808
13809 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13810
13811         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13812         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13813
13814 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13815
13816         * mml2015.el: Shut up.
13817
13818 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13819
13820         * gnus.el (gnus-server-browse-hashtb): Removed.
13821         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13822         (gnus-group-insert-group-line-info): Use simplified method.
13823         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13824
13825 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13826
13827         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13828         moved here.
13829         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13830         * gnus-group.el (gnus-group-prepare-flat): Use it.
13831         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13832
13833 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13834
13835         * mml.el (mml-mode): Show menu in XEmacs.
13836
13837 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13838
13839         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13840         (gnus-server-read-server-in-server-buffer): New function.
13841         (gnus-browse-foreign-server): Browse in group buffer.
13842         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13843         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13844         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13845         * gnus.el (gnus-server-browse-hashtb): New variable.
13846
13847 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13848
13849         * nnfolder.el (nnfolder-open-nov): Use group.
13850
13851 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13852
13853         * nnfolder.el: Add NOV. Set version to 2.0.
13854         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13855
13856 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13857
13858         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13859
13860 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13861
13862         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13863         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13864
13865 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13866
13867         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13868
13869 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13870
13871         * mm-decode.el (mm-verify-function-alist): New variable.
13872         (mm-verify-option): New variable.
13873         (mm-decrypt-function-alist): Ditto.
13874         (mm-decrypt-option): Ditto.
13875         (mm-find-raw-part-by-type): New function.
13876         (mm-possibly-verify-or-decrypt): New function.
13877         (mm-dissect-multipart): Use it.
13878         * mml2015.el (mml2015-fix-micalg): New function.
13879         (mml2015-decrypt): Use new interface.
13880         (mml2015-verify):  Use new interface.
13881         (mml2015-setup): Make it bogus.
13882
13883 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13884
13885         * mml.el (mml-generate-mime-postprocess-function): Set to
13886         mml-postprocess.
13887         (autoload): Autoload mml2015 and mml-smime.
13888         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13889         * mml2015.el (mml2015-encrypt): New function.
13890         (mml2015-sign): New function.
13891         (mml2015-encrypt-function): New variable.
13892         (mml2015-sign-function): New variable.
13893         (mml2015-mailcrypt-encrypt): Use message-recipients.
13894         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13895         * mml-smime.el (mml-smime-setup): Ditto.
13896
13897 2000-10-28  Simon Josefsson  <sj@extundo.com>
13898
13899         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13900         Communigate Pro 3.3.1 server.
13901
13902         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13903         in buffers.
13904         (mml-secure-dns-server): Removed.
13905         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13906         write certificates to files.
13907
13908         * smime.el (smime-dns-server): New variable.
13909         (smime-mail-to-domain):
13910         (smime-cert-by-dns): New functions.
13911
13912         * dig.el: New file.
13913
13914 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13915
13916         * message.el (message-options): New variable.
13917         (message-options-set-recipient): New function.
13918         (message-send): Use them.
13919         * gnus-int.el (gnus-request-replace-article): Use them.
13920         (gnus-request-accept-article): Ditto.
13921         * mml.el (mml-preview): Use them.
13922         * gnus-sum.el (gnus-summary-edit-article): Use them.
13923
13924         * message.el (message-options-get): New function.
13925         (message-options-get): New function.
13926         * rfc2047.el (rfc2047-encode-message-header): Use them.
13927         * mm-bodies.el (mm-encode-body): Use them.
13928
13929 2000-10-28  Simon Josefsson  <sj@extundo.com>
13930
13931         * nnimap.el (nnimap-retrieve-which-headers):
13932         (nnimap-request-article-part): Quote message-id.
13933
13934         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13935         (smime-CA-file): New variable.
13936         (smime-call-openssl-region): Don't error.
13937         (smime-sign-region): Return result value.
13938         (smime-encrypt-region): Ditto.
13939         (smime-verify-region): New function.
13940         (smime-decrypt-region): Ditto.
13941         (smime-verify-buffer): Ditto.
13942         (smime-decrypt-buffer): Ditto.
13943
13944         * mml.el: Require mml-sec.
13945         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13946         (mml-mode-map): Add "sign" and "encrypt" maps.
13947         (mml-menu): Add security menu.
13948         (mml-preview): Use generate-new-buffer.
13949
13950         * mml-sec.el: New file.
13951
13952 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13953
13954         * mm-decode.el (mm-find-part-by-type): Move it here.
13955         * mml.el (mml-postprocess): Move it here.
13956         (mml-postprocess-alist): Move it here. Merge them.
13957
13958 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13959
13960         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13961         unencoded stuff in the header.
13962
13963 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13964
13965         * gnus-group.el (gnus-group-listed-groups): New variable.
13966         (gnus-group-list-option): New variable.
13967         (gnus-group-list-limit-map): New keymap.
13968         (gnus-group-list-flush-map): New keymap.
13969         (gnus-group-list-plus-map): New keymap.
13970         (gnus-group-prepare-logic): New function.
13971         (gnus-group-prepare-flat): Merge with
13972         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13973         (gnus-group-prepare-flat-list-dead): Ditto.
13974         (gnus-group-list-matching): Use gnus-group-prepare-function.
13975         (gnus-group-list-dormant): Ditto.
13976         (gnus-group-list-cached): Ditto.
13977         (gnus-group-listed-groups): New function.
13978         (gnus-group-list-limit): New function.
13979         (gnus-group-list-flush): New function.
13980         (gnus-group-list-plus): New function.
13981         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13982         (gnus-topic-prepare-topic): Ditto.
13983
13984 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13985
13986         * message.el (message-insert-to, message-get-reply-headers):
13987         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13988
13989 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13990
13991         * mml2015.el: New file.
13992         * smime.el: New file.
13993         * mml-smime.el: New file.
13994
13995 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13996
13997         * ChangeLog: Moved to ChangeLog.1.
13998
13999     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14000   Copying and distribution of this file, with or without modification,
14001   are permitted provided the copyright notice and this notice are preserved.
14002
14003 ;; Local Variables:
14004 ;; coding: iso-2022-7bit
14005 ;; End: