* gnus-agent.el (gnus-summary-set-agent-mark): Added call to
[gnus] / lisp / ChangeLog
1 2002-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2
3         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
4         gnus-summary-goto-subject as gnus-summary-update-mark operates on
5         the current LINE.
6         (gnus-agent-summary-fetch-group): Minimized the number of times
7         that the article is updated in the buffer.
8         
9 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10
11         * spam.el (spam-ham-move-routine): use the process-mark instead of
12         gnus-current-article when moving articles
13         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
14
15 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
18         (gnus-topic-catchup-articles): Ditto.
19         (gnus-topic-mark-topic): Reverse recursive logic.
20
21 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
22
23         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
24         gnus-refer-thread-limit is t.
25
26 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
27
28         * mm-util.el (mm-mule-charset-to-mime-charset): Use
29         sort-coding-systems to prefer utf-8 over utf-16.
30
31 2002-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
32
33         * gnus-agent.el (gnus-agent-expire-days):
34         gnus-request-move-article depends on gnus-agent-expire to clean up
35         the cache after moving the article.  Therefore, g-a-e-d can NOT
36         default to nil or can gnus-agent-expire be disabled by doing so.
37         If you don't want to run gnus-agent-expire, don't call it.
38         (gnus-agent-expire): The broken test to disable gnus-agent-expire
39         when g-a-e-d was NOT nil was removed.
40         (gnus-agent-article-name): Removed unnecessary input test as
41         article IDs are always strings.
42         (gnus-agent-regenerate-group): Added check to protect against
43         servers that generate absurdly long article IDs.  Valid IDs are
44         less than 10 digits to avoid overflow errors.  Fixed logic error
45         when ensuring that the final article ID is present in the new
46         alist.
47         
48 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
51         next line after finding the parent.
52
53 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * gnus.el (gnus-version-number): Bumped.
56
57 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
58
59         * gnus.el: Oort Gnus v0.15 is released.
60
61 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
62
63         * nnmail.el (nnmail-split-it): If a message ends up matching the
64           same mailbox more than once, it will cause duplicates to appear
65           in the mailbox.
66
67 2003-02-08  Simon Josefsson  <jas@extundo.com>
68
69         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
70         code that only worked under Emacs.
71
72         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
73         Das <satyaki@chicory.stanford.edu>.
74
75 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
76
77         * gnus-art.el (gnus-article-refer-article): Use
78         gnus-replace-in-string.
79
80         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
81         (gnus-remove-duplicates): do.
82
83 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
84
85         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
86         (gnus-request-scan): set
87         gnus-internal-registry-spool-current-method to gnus-command-method
88         before a request-scan operation
89
90         * gnus-registry.el (regtest-nnmail): use
91         gnus-internal-registry-spool-current-method
92
93         
94
95 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * mail-source.el (mail-source-fetch): Typo fix.
98
99 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
100
101         * nnmail.el (nnmail-spool-hook): new hook
102         (nnmail-cache-insert): call nnmail-spool-hook
103
104         * gnus-registry.el: new file with examples of using the hooks
105
106         * gnus.el (gnus-registry): added registry customization group
107         (gnus-group-prefixed-name): improve function to return full group
108         name optionally
109         (gnus-group-guess-prefixed-name): shortcut to
110         gnus-group-prefixed-name, using just the group name
111         (gnus-group-full-name): always get a group's full name
112         (gnus-group-guess-full-name): shortcut, using just the group name
113
114         * gnus-sum.el (gnus-summary-article-move-hook) 
115         (gnus-summary-article-delete-hook) 
116         (gnus-summary-article-expire-hook): new hooks
117         (gnus-summary-move-article, gnus-summary-expire-articles) 
118         (gnus-summary-delete-article): invoke the new hooks
119
120 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
121
122         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
123           from message-ID
124
125 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
126
127         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
128
129 2003-02-07  John Paul Wallington  <jpw@gnu.org>
130
131         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
132         (mm-write-region, mm-detect-coding-region): Doc fixes.
133
134 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * mail-source.el (mail-source-fetch): Ignore errors.
137         (mail-source-ignore-errors): New variable.
138
139         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
140         articles. 
141
142         * gnus-msg.el (gnus-version-expose-system): Change default.
143
144 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
145
146         * gnus-msg.el (gnus-version-expose-system): New variable.
147
148 2003-02-07  Simon Josefsson  <jas@extundo.com>
149
150         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
151         patch from deskpot@myrealbox.com (Vasily Korytov).
152
153 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * gnus-art.el (article-display-face): Get the Face header from
156         the current buffer.
157
158 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * gnus-art.el (gnus-mime-view-part-internally): Bind
161         buffer-read-only to nil.
162
163 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
166         from g-a-e-1 to g-a-e-2.
167
168 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
169
170         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
171         of bbdb-search-simple, use spam-use-BBDB-exclusive
172         (spam-check-whitelist): use spam-use-whitelist-exclusive
173         (spam-use-whitelist-exclusive): new variable affecting
174         spam-use-whitelist
175         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
176
177 2003-02-05  Simon Josefsson  <jas@extundo.com>
178
179         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
180         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
181         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
182         (gnus-agent-expire-1): New.
183         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
184         (gnus-agent-expire-2): New.
185
186 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
187
188         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
189         "delete-if" is misleading because it isn't actually destructive.
190
191         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
192         
193         * nnmail.el (nnmail-purge-split-history): do.
194
195         * gnus-win.el (gnus-get-buffer-window): do.
196         
197         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
198         let-binding.
199         (gnus-simplify-all-whitespace): do.
200
201 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * gnus-delay.el (gnus-delay-article): Fix binding of the
204         nndraft:delayed group.
205
206 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
207
208         * gnus.el (spam group parameters): change 'other to 'const in
209         the group parameter definitions to soothe XEmacs
210
211 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
212
213         * gnus-delay.el (gnus-delay-article): Really create
214         nndraft:delayed group if it doesn't exist.
215
216 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
217
218         * gnus-sum.el (gnus-summary-search-article): Speed up by
219         disabling various visual features while searching.
220         (gnus-summary-recenter): Test gnus-auto-center-summary first.
221
222 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
223
224         * spam.el (spam-list-of-checks): Don't quote nil and t in
225         docstrings.  From the elisp manual:
226
227            When a documentation string refers to a Lisp symbol, write
228            it [..] with single-quotes around it.  [..] There are two
229            exceptions: write t and nil without single-quotes.
230
231         * messcompat.el (message-from-style): do.
232
233         * message.el (message-send-mail): do.
234
235         * gnus-util.el (gnus-use-byte-compile): do.
236
237         * gnus-score.el (gnus-score-lower-thread): do.
238
239         * gnus-int.el (gnus-server-unopen-status): do.
240
241         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
242         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
243
244         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
245         (gnus-group-parameters): do.
246
247         * gnus-art.el (gnus-article-mime-match-handle-function): do.
248
249         * mm-decode.el (mm-text-html-renderer): do.
250
251 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * nnheader.el (nnheader-directory-separator-character): Change the
254         way to compute the dafault value.
255
256 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
257
258         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
259         (gnus-button-alist): Fix regexp for describe-key.
260         (gnus-button-handle-describe-function)
261         (gnus-button-handle-describe-variable)
262         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
263         (gnus-button-handle-apropos-variable)
264         (gnus-button-handle-apropos-documentation): Docstring fix.
265
266         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
267
268 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
271         to nil.
272
273         * nnmail.el: Removed gnus-util autoload.
274
275         * gnus.el: Use gnus-prin1-to-string throughout.
276
277         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
278         print-level. 
279
280         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
281         (gnus-treat-display-grey-xface): Removed.
282
283         * gnus-fun.el (gnus-grab-cam-face): New.
284         (gnus-convert-image-to-gray-x-face): Removed.
285         (gnus-convert-gray-x-face-to-xpm): removed.
286         (gnus-convert-gray-x-face-region): Removed.
287         (gnus-grab-gray-x-face): Removed.
288
289         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
290
291 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
292
293         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
294         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
295         bound.
296
297         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
298
299 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
300
301         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
302         Remove -- these are bogus options which are never used.
303
304 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
305
306         * gnus-art.el (gnus-article-mode): Use summary tool bar.
307
308 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
309
310         * spam.el (spam-check-blackholes) 
311         (spam-blackhole-good-server-regex): new variable to skip some IPs
312         when checking blackholes; use it
313         (spam-check-bogofilter-headers) 
314         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
315         case more X-Bogosity is used than just "Yes/No"
316         (spam-ham-move-routine): semi-fixed, only first article is
317         properly moved now
318
319 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
320
321         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
322         as well.
323         
324         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
325         
326         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
327         
328         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
329         
330         * gnus-bcklg.el (gnus-backlog-shutdown): do.
331         
332         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
333
334 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * gnus-fun.el (gnus-face-encode): New function.
337         (gnus-convert-png-to-face): Use it.
338
339         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
340
341 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
342
343         * mm-decode.el (mm-dissection-list): Remove.
344         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
345         only used in mm-remove-all-parts.
346         (mm-remove-all-parts): Remove it, it's never called.
347
348 2003-01-25  Simon Josefsson  <jas@extundo.com>
349
350         * gnus-group.el (gnus-group-make-group): Report errors.
351
352         * nnimap.el (nnimap-request-create-group): Ditto.
353
354         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
355
356         * sieve.el (sieve-upload): Fix error printing.
357
358         * mm-encode.el (mm-qp-or-base64): Always QP iff
359         mm-use-ultra-safe-encoding and cleartext PGP.
360
361         * gnus-sum.el (gnus-summary-select-article): Inhibit
362         redisplay (mainly for secured messages).
363
364         * nnmail.el (nnmail-article-group): Copy body too (but don't
365         process it).
366
367 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
368
369         * gnus-art.el (gnus-article-setup-buffer): Reset
370         gnus-button-marker-list.
371
372 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * nntp.el (nntp-read-timeout): Default to using a second delay
375         under Microsoft Windows.
376
377 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * nnheader.el (nnheader-directory-separator-character): New
380         variable. 
381
382 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
383
384         * gnus-agent.el (gnus-agent-max-fetch-size)
385         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
386         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
387         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
388         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
389         (gnus-agent-braid-nov, gnus-agent-load-alist)
390         (gnus-agent-article-alist-save-format)
391         (gnus-agent-read-agentview, gnus-agent-save-alist)
392         (gnus-agent-fetch-group-1, gnus-agent-expire)
393         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
394         (gnus-agent-regenerate-group): Reformat to keep under eighty
395         columns.  Reword docstrings so that first line is under eighty
396         chars and a complete sentence.  Still need to work on the rear
397         end of the file, in particular gnus-agent-expire.       
398
399 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * gnus-agent.el (gnus-agentize): Indent.
402
403         * gnus.el (gnus-version-number): Bumped.
404
405 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
406
407         * gnus.el: Oort Gnus v0.14 is released.
408
409 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
410
411         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
412         before beginning.  Tiny patch from Mark Thomas
413         <swoon@bellatlantic.net>.
414
415 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
416
417         * spam.el (spam-check-blackholes, spam-split) 
418         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
419         gnus-message calls to show to users what spam.el is doing
420
421 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
422
423         * gnus-msg.el (gnus-message-replysign)
424         (gnus-message-replyencrypt): Fix typo.
425
426 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
429         details. 
430
431 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-art.el (gnus-article-press-button): let* -> let.
434         (gnus-mime-security-show-details): Cleaned up.
435         (gnus-mime-security-press-button): Save excursion.
436         (gnus-insert-mime-security-button): Clean up.
437
438         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
439
440         * gnus-async.el (gnus-async-wait-for-article): Don't use a
441         timeout. 
442
443         * nntp.el (nntp-accept-process-output): Removed timeout. 
444         (nntp-read-timeout): New variable.
445         (nntp-accept-process-output): Use it.
446
447         * gnus-sum.el (gnus-data-find-list): Remove *.
448
449 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
450
451         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
452         introduced on 2002-01-22.
453         (gnus-summary-first-unseen-or-unread-subject): Ditto.
454
455 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
456
457         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
458         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
459         checks of incoming mail based on simple header regexp matching
460
461 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
462
463         * gnus-sum.el (gnus-spam-mark): set to `$'
464
465 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
466
467         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
468         gnus-newsgroup-unfetched, the list of articles whose headers have
469         not been fetched from the server.
470
471         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
472         parameter as it never worked due to a bug.  Added check to prevent
473         selection of any article in the gnus-newsgroup-unfetched list.
474         (gnus-summary-find-prev): Added check to prevent selection of any
475         article in the gnus-newsgroup-unfetched list.
476         (gnus-summary-first-subject): Documented API. Modified
477         implementation so that constraints are handled independently.
478         Added check to prevent selection of any article in the
479         gnus-newsgroup-unfetched list.
480         (gnus-summary-first-unseen-subject): Updated parameters in
481         gnus-summary-first-subject call to match new API.
482         (gnus-summary-first-unseen-or-unread-subject): Ditto.
483         (gnus-summary-catchup): Do not mark unfetched articles as read.
484         
485 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
486
487         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
488         make-obsolete-variable allows only two arguments in XEmacs and
489         Emacs 20.
490
491         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
492         gnus-article-hide-pgp.
493         (gnus-summary-make-menu-bar): do.
494
495         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
496         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
497         gnus-article-hide-pgp.
498         (article-hide-pgp): Remove.
499         (gnus-article-hide): Remove gnus-article-hide-pgp.
500
501         * gnus.el: Remove gnus-article-hide-pgp
502
503 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * message.el (message-required-headers): Doc fix.
506
507 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
508
509         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
510         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
511         option to make ifile a purely binary classifier
512
513 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
516         (mml-secure-encrypt-pgpmime): Removed double.
517
518         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
519         debugging statements.
520
521 2003-01-21  Andreas Fuchs  <asf@void.at>
522
523         * mml-sec.el (mml-sign-alist): Added pgpauto.
524
525 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus.el (gnus-version-number): Bumped version number.
528
529 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
530
531         * gnus.el: Oort Gnus v0.13 is released.
532
533 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * gnus-art.el (gnus-button-url-regexp): Removed |.
536
537         * message.el (message-send-hook): Doc fix.
538
539         * gnus-win.el (gnus-buffer-configuration): Display article
540         instead of article-copy when `reply'.
541
542 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
543
544         * gnus.el (gnus-format): Change customize group to gnus.
545         (gnus-cache): Add link.
546         (gnus-group-charter-alist): Fix docstring.
547
548 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
549
550         * mailcap.el (mailcap-print-command): lpr-command might be
551         unbound in XEmacs.
552
553 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
554
555         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
556
557         * gnus-sum.el (gnus-summary-update-article-line): Fixed
558         calculation of net characters added for use in the gnus-data
559         structure.
560         
561 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
562
563         * nnmail.el (nnmail-process-unix-mail-format): Improve error
564         message.  Suggested by Jari Aalto.
565
566 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
569         (gnus-article-reply-with-original): Ditto.
570
571         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
572         read articles don't become unread.
573
574 2003-01-17  Simon Josefsson  <jas@extundo.com>
575
576         * gnus-fun.el (gnus-x-face-from-file): 
577         (gnus-face-from-file): Suggest image format in minibuffer prompt.
578
579         * gnus-fun.el (gnus-convert-image-to-x-face-command)
580         (gnus-convert-image-to-face-command): Doc fix.
581
582 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
585
586 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
587
588         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
589         avoid encoding problems.
590
591         * mailcap.el (mailcap-ps-command): New variable.
592         (mailcap-mime-data): Add print entry where applicable.  Use
593         pdftotext on a tty.
594
595 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
596
597         * gnus-sum.el (gnus-alter-header-function): Add type and group.
598
599 2003-01-16  Simon Josefsson  <jas@extundo.com>
600
601         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
602         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
603         (gnus-face-from-file): Doc fix; don't mention image format.
604
605 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
606
607         * spam.el (spam-get-article-as-filename): new function (unused for now)
608         (spam-get-article-as-buffer): new function
609         (spam-get-article-as-string): use spam-get-article-as-buffer
610         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
611
612 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
613  
614         * gnus-agent.el: Don't use `path'.
615         From the GNU coding standards:
616         
617             Please do not use the term ``pathname'' that is used in Unix
618             documentation; use ``file name'' (two words) instead.  We use
619             the term ``path'' only for search paths, which are lists of
620             directory names.
621
622         * nnsoup.el (nnsoup-file-name): Ditto.
623  
624         * nnmail.el (nnmail-pathname-coding-system): Ditto.
625         (nnmail-group-pathname): Ditto.
626  
627         * nnimap.el (nnimap-group-overview-filename): Ditto.
628  
629         * nnheader.el (nnheader-pathname-coding-system): Ditto.
630         (nnheader-group-pathname): Ditto.
631  
632         * nnfolder.el (nnfolder-group-pathname): Ditto.
633  
634         * gnus.el (gnus-home-directory): Ditto.
635  
636         * gnus-group.el (gnus-group-icon-list): Ditto.
637  
638 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
639
640         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
641
642         * message.el (message-mode-menu): Use it.
643         (message-mode-menu): Deactivate "Yank Original" if there's no
644         reply buffer.
645
646         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
647
648         * message.el (message-mark-active-p): New function.
649
650 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
651
652         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
653         (spam-bogofilter-database-directory): new variables
654         (spam-check-bogofilter-headers, spam-check-bogofilter) 
655         (spam-bogofilter-register-with-bogofilter) 
656         (spam-bogofilter-register-spam-routine) 
657         (spam-bogofilter-register-ham-routine) 
658         (spam-group-ham-processor-bogofilter-p): new functions for the new
659         Bogofilter interface
660         (spam-summary-prepare-exit): use the new Bogofilter functions
661         (spam-list-of-checks): added spam-use-bogofilter-headers
662         (spam-bogofilter-score): rewrote function
663         (spam-check-bogofilter): optional score parameter, uses
664         spam-check-bogofilter-headers better
665         (spam-check-bogofilter-headers): optional score parameter
666
667         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
668         default, in the gnus-start customization group.  Used to disable
669         the spam-*/ham-* parameters.
670         (gnus-group-ham-exit-processor-bogofilter): new ham processor
671
672 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
673
674         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
675         XEmacs.
676
677         * gnus-ems.el (gnus-mark-active-p): do.
678
679 2003-01-15  Kevin Ryde  <user42@zip.com.au>
680
681         * gnus.texi (Using MIME): Mention auto-compression-mode with
682         gnus-mime-copy-part.
683
684 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * message.el (message-send): Don't warn about duplicates when
687         superseding. 
688
689 2003-01-15  Simon Josefsson  <jas@extundo.com>
690
691         * nnimap.el (nnimap-split-download-body): New variable.
692         (nnimap-split-articles): Use it.
693
694 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
695
696         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
697         integrity checker was incorrectly flagging, and removing, articles
698         whose article number was negative.
699         (gnus-agent-fetch-group-1): When executed in the group's summary
700         buffer, refresh each downloaded line to update the status flag and
701         font.  Preserve the value of gnus-newsgroup-headers so that
702         gnus-agent-fetch-articles can split the requests by size.
703         (gnus-agent-expire): Corrected day calculation for when
704         gnus-agent-expire-days contains a list.
705
706 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
709
710 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
711
712         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
713           /usr/bin/play as default player. 
714           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
715
716 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
717
718         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
719         articles to be marked as well.
720
721 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
722         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
723         fictious headers generated by nnagent (ie. Undownloaded Article
724         ####) in the list of articles that have not been downloaded.
725         
726         * gnus-int.el (): Added require declarations to resolve
727         compile-time warnings.
728         (gnus-open-server): If the server status is set to offline,
729         recursively execute gnus-open-server to open the offline backend
730         (e.g. nnagent).
731
732 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
733
734         * gnus-art.el (gnus-article-reply-with-original): Use
735         gnus-mark-active-p.
736         (gnus-article-followup-with-original): do.
737
738 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
739
740         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
741
742 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
743
744         * gnus-score.el (gnus-score-edit-file-at-point): New function.
745         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
746
747 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
748
749         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
750         (gnus-face-from-file): Ditto.
751
752 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * gnus-sum.el (gnus-articles-to-read): Don't just apply
755         gnus-alter-articles-to-read-function to the unread articles. 
756
757 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
758
759         * deuglify.el (gnus-article-outlook-unwrap-lines)
760         (gnus-article-outlook-repair-attribution)
761         (gnus-article-outlook-rearrange-citation): New function names,
762         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
763         doc-string.
764
765         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
766         removed `W k' key binding (use `W Y f' instead).
767         (gnus-summary-make-menu-bar): Use new function names.
768
769 2003-01-13  Simon Josefsson  <jas@extundo.com>
770
771         * gnus-fun.el (gnus-random-x-face): Doc fix.
772         (gnus-insert-random-x-face-header): New function.
773
774 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
775
776         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
777         mark is not active.
778
779         * gnus-msg.el (gnus-inews-do-gcc): Comment.
780
781         * gnus-ems.el (gnus-mark-active-p): New function.
782
783         * gnus-group.el (gnus-topic-mode-p): New function.
784         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
785         Deactivate items if mark is not active.
786
787 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * gnus.el (gnus-version-number): Bumped version.
790         (gnus-summary-line-format): Doc fix.
791
792 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
793
794         * gnus.el: Oort Gnus v0.12 is released.
795
796 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * mail-source.el (mail-sources): Removed autoload to make it
799         compile under XEmacs.
800
801 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
802
803         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
804         regexp or a function too.
805         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
806         confirmation even if the original article is mail.
807
808 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
811         articles to be marked when not yanking.
812
813 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
814
815         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
816         
817 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * gnus-fun.el (gnus-face-from-file): Autoload.
820
821         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
822         errors.
823
824 2003-01-12  Simon Josefsson  <jas@extundo.com>
825
826         * sieve.el (sieve-upload-and-bury): New.  Suggested by
827         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
828
829         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
830         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
831
832 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
835         in every string.
836
837         * gnus.el (gnus-version-number): Bumped version number.
838
839 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
840
841         * gnus.el: Oort Gnus v0.11 is released.
842
843 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
844
845         * message.el (message-fetch-reply-field): Narrow to headers.
846
847         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
848         if Gnus isn't alive.
849
850 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
851
852         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
853         marks from articles that are already stored in the agent.
854         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
855         backup copy of an invalid .overview file for later analysis.
856         
857 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
858
859         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
860         exit work with two frames.
861
862 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
863
864         * message.el (message-forward-make-body): Use mule4.
865
866 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * message.el (message-mode-map): Move wide-reply command.
869
870 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
871
872         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
873         castellano.
874         (gnus-outlook-display-hook): New variable.
875         (gnus-outlook-display-article-buffer): New function.
876         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
877         (gnus-outlook-deuglify-article): Made them interactive and added
878         optional arg.  Use `g-o-d-a-b'.
879         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
880
881         * gnus-sum.el: Added autoloads.
882         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
883         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
884
885 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-art.el (gnus-display-mime): Use the mime emulation
888         variable. 
889
890         * gnus-sum.el (gnus-article-emulate-mime): New variable.
891
892         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
893         newsrc-alist is initialized properly.
894
895         * mail-source.el (mail-sources): Autoload.
896
897         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
898         nil.
899
900         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
901         insert two newlines.
902
903         * message.el (message-check-news-header-syntax): Compute the
904         header length correctly.
905
906 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
907
908         * gnus-agent.el (gnus-agent-expire): Do not remove article from
909         alist when keeping fetched article file.
910         (gnus-agent-retrieve-headers): When parsing response for article
911         numbers, use the same algorithm as gnus-agent-braid-nov to protect
912         against garbage in the server's response.
913
914         * gnus-int.el (gnus-request-expire-articles,
915         gnus-request-move-article): Only expire when the group's server
916         has been agentized.
917
918 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
921         errors when deleting overlays.
922
923         * gnus-score.el (gnus-score-followup): Allow tracing.
924
925         * gnus-art.el (gnus-treat-display-face): New variable.
926         (article-display-face): New command.
927
928         * gnus-fun.el (gnus-face-from-file): New function.
929         (gnus-convert-face-to-png): Ditto.
930
931         * gnus-art.el (gnus-ignored-headers): Added Face.
932
933 2003-01-10  Simon Josefsson  <jas@extundo.com>
934
935         * nndraft.el (nndraft-request-group): Avoid crash in
936         directory-files when draft directory doesn't exists.
937
938         * gnus-sum.el (gnus-select-article-hook): Add :option.
939
940 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
941
942         * spam.el (spam-use-stat): new variable
943         (spam-group-spam-processor-stat-p) 
944         (spam-group-ham-processor-stat-p): new convenience functions
945         (spam-summary-prepare-exit): add spam/ham processors to sequence
946         (spam-list-of-checks): add spam-use-stat to list of checks
947         (spam-split): conditionally load the spam-stat tables
948         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
949         spam-check-ifile): new functions
950
951         * spam-stat.el (spam-stat): typo fix
952         (spam-stat-install-hooks): new variable
953         (spam-stat-split-fancy-spam-group): added documentation clarification
954         (spam-stat-split-fancy-spam-threshhold): new variable
955         (spam-stat-install-hooks): make hooks conditional
956         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
957
958         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
959         spam-stat ham/spam processor symbols
960
961 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
964         file exists.
965
966 2003-01-10  Simon Josefsson  <jas@extundo.com>
967
968         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
969         undownloaded/downloadable only when unplugged.
970
971 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
972
973         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
974
975 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
976
977         * spam.el (spam-check-ifile): fixed call-process-region to use the
978         db parameter only if it's set
979         (spam-ifile-register-with-ifile): ditto
980
981 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
982
983         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
984         spam-stat-nbad before creating the hash table.
985         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
986         Changed copyright statement to FSF.
987
988 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
989
990         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
991         processable articles as read.
992         (gnus-agent-summary-fetch-series): Remove processable and
993         downloadable marks on all downloaded articles in the series.
994
995         * nntp.el (nntp-report): Throw error after reporting the problem.
996         (nntp-accept-process-output): Corrected error check to report an
997         error when the process is nil.
998
999 2003-01-09  Simon Josefsson  <jas@extundo.com>
1000
1001         * message.el (message-tool-bar-map): Add preview.
1002
1003 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1004
1005         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1006         previewing.
1007
1008 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1009
1010         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1011         bug when the (n+1)th article to be added to a group has a smaller
1012         number than the n articles already added.
1013
1014 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1015
1016         * message.el (message-mode-field-menu): Use backquote.
1017
1018 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1019
1020         * spam.el: fixed the BBDB autoloads again, using
1021         bbdb-search-simple now (which is not a macro, thank god)
1022
1023         * lpath.el (bbdb-search): removed function from maybe-fbind list
1024
1025         * gnus.el (ham-process-destination): added new parameter for
1026         destination of ham articles found in spam groups at summary exit
1027
1028         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1029         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1030         (spam-ifile-database-path): added new parameter for ifile's database
1031         (spam-move-spam-nonspam-groups-only): new parameter to determine
1032         if spam should be moved from all groups or only some
1033         (spam-summary-prepare-exit): fixed logic to use
1034         spam-move-spam-nonspam-groups-only when deciding to invoke
1035         spam-mark-spam-as-expired-and-move-routine; always invoke that
1036         routine after the spam has been expired-or-moved in case there's
1037         some spam left over; use spam-ham-move-routine in spam groups
1038         (spam-ham-move-routine): new function to move ham articles to the
1039         ham-process-destinations group parameter
1040
1041 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1044
1045         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1046         gnus-summary-update-article-line.
1047
1048 2003-01-08  Simon Josefsson  <jas@extundo.com>
1049
1050         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1051         not successful.
1052
1053 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1056
1057 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1060         logic, finally
1061
1062 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1065         (gnus-parse-format): Change to %~.
1066
1067         * message.el (message-generate-headers): Don't generate optional
1068         empty headers.
1069
1070 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1071
1072         * message.el (message-cross-post-default)
1073         (message-cross-post-note-function, message-shoot-gnksa-feet)
1074         (message-strip-subject-trailing-was, message-change-subject)
1075         (message-mark-insert-file, message-cross-post-followup-to)
1076         (message-cross-post-followup-to, message-mode-map)
1077         (message-generate-unsubscribed-mail-followup-to)
1078         (message-make-mail-followup-to): Minor changes to doc-strings and
1079         error messages.  Updated copyright line.
1080
1081         * message.el (message-make-mail-followup-to,
1082         message-generate-unsubscribed-mail-followup-to): New function
1083         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1084         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1085         names.
1086
1087         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1088         (mml-preview-insert-mft): Removed function name.
1089         (mml-preview): Use new function names.
1090
1091         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1092
1093         * message.el (message-mode-field-menu): Moved header related
1094         commands from "Message" to "Field" menu.
1095
1096 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1097
1098         * message.el (message-generate-headers-first): Added customization
1099         if variable is a list.
1100
1101 2003-01-07  Michael Shields  <shields@msrl.com>
1102
1103         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1104         where the last line of the article is the last line of the window.
1105
1106 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-msg.el (gnus-debug): Use ignore-errors.
1109
1110         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1111         `gnus-summary-update-line'.
1112
1113 2003-01-08  Simon Josefsson  <jas@extundo.com>
1114
1115         * gnus-art.el (gnus-unbuttonized-mime-types)
1116         (gnus-buttonized-mime-types): Doc fix.
1117
1118 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1119
1120         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1121
1122 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1123
1124         * nnrss.el (nnrss-group-alist): Add and clear up.
1125
1126 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1127
1128         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1129
1130         * lpath.el (bbdb-search): added BBDB functions for a better way to
1131         fix missing functions
1132
1133         * spam.el (spam-check-ifile): if should be an unless
1134
1135         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1136         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1137         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1138
1139 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1142         gnus-summary-refer-thread to thread menu.
1143
1144 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1145
1146         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1147         summary buffer, articles that cannot be fetched are marked as
1148         canceled.
1149
1150         * nntp.el (nntp-with-open-group): The quit signal handler must
1151         propagate the quit signal to the next outer handler so that the
1152         caller knows that the request aborted abnormally.
1153
1154 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1155
1156         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1157         (spam-ifile-register-spam-routine)
1158         (spam-ifile-register-ham-routine): added ifile functionality that
1159         does not use ifile-gnus.el to classify and register articles
1160         (spam-get-article-as-string): convenience function
1161         (spam-summary-prepare-exit): added ifile spam and ham registration
1162         (spam-ifile-all-categories, spam-ifile-spam-category)
1163         (spam-ifile-path, spam-ifile): added customization options
1164
1165         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1166         exit processor
1167         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1168         list of choices
1169
1170 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-score.el (gnus-score-followup): Also score immediate
1173         followups.
1174
1175 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1178
1179 2003-01-07  Simon Josefsson  <jas@extundo.com>
1180
1181         * message.el (message-mode-menu): Fix receipt balloon help.
1182
1183 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1184
1185         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1186         always be interpreted as news.
1187
1188 2003-01-07  Simon Josefsson  <jas@extundo.com>
1189
1190         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1191         gnus-sieve-script, instead of the global variable
1192         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1193         <sb@dod.no>.
1194
1195 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1196
1197         * gnus.el: Renamed gnus-summary-*-uncached-face as
1198         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1199         the cache.
1200
1201         * gnus-sum.el: Ditto.
1202
1203 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1204
1205         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1206         in either the group or summary buffer.
1207         New command "JS", in summary buffer, will fetch articles per the
1208         group's category, predicate, and processable flags.
1209         (gnus-agent-summary-fetch-series): Rewritten to call
1210         gnus-agent-session-fetch-group once with all articles in the
1211         series.
1212         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1213         return list of fetched articles.
1214         (gnus-agent-fetch-articles): Split fetch list into sublists such
1215         that the article buffer is only slightly larger than
1216         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1217         the group's article alist is saved.
1218         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1219         longer result in the agent trying to fetch an article.
1220         (gnus-agent-fetch-group-1): Can now be called in either the group
1221         or summary buffer.  Removed the max-fetch-size code that I added
1222         on 2002-12-13 as that capability is now part of
1223         gnus-agent-fetch-articles.  Added code to update summary buffer.
1224         When called in the group buffer, articles that can not be fetched
1225         are AUTOMATICALLY MARKED AS READ.
1226
1227         * gnus-sum.el (): Modified eval-when-compile to minimize
1228         misleading compilation warnings.
1229         (gnus-update-summary-mark-positions): Changed code to use
1230         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1231
1232         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1233         empty file as the parser assumes that the file isn't empty.
1234
1235         * nntp.el (nntp-send-string): The process-send-string call can,
1236         because it performs I/O on the process, change the process' state
1237         from open to closed.  If this happens, call nntp-report
1238         immediately to report the broken connection.
1239         (nntp-report): Rewritten to avoid needing a global variable to
1240         determine the appropriate course of action.  Instead, two function
1241         implementations are provided and the nntp-report function value is
1242         bound to the appropriate implementation.
1243         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1244         (nntp-with-open-group): Now binds nntp-report's function cell
1245         rather than binding gnus-with-open-group-first-pass.  Added a
1246         condition-case to detect a quit during a nntp command.  When the
1247         quit occurs, the current connection is closed as a fetch articles
1248         request could have several megabytes queued up for reading.
1249         (nntp-retrieve-headers): Bind articles to itself.  If
1250         nntp-with-open-group repeats this command, I must have access to
1251         the original list of articles.
1252         (nntp-retrieve-groups): Ditto for groups.
1253         (nntp-retrieve-articles): Ditto for articles.
1254         (*): Replaced nntp-possibly-change-group calls to
1255         nntp-with-open-group forms in all, but one, occurrance.
1256         (nntp-accept-process-output): Bug fix. Detect when called with
1257         null process.
1258
1259 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1260
1261         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1262         if we don't need to.
1263         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1264
1265 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * gnus-group.el (gnus-group-make-web-group): Pass the select
1268         method on to group-create.
1269         (gnus-group-line-format-alist): %U is an integer.
1270
1271         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1272         ephemeral groups.
1273         (gnus-summary-read-group-1): Ditto.
1274         (gnus-group-make-articles-read): Ditto.
1275
1276         * mm-url.el (mm-url-program): Doc fix.
1277
1278         * message.el (message-mode-map): Rebound
1279         message-insert-wide-reply.
1280
1281 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1284         color as `gnus-group-startup-message' does.
1285
1286 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1287
1288         * spam.el: fixed line lengths to 80 chars or less
1289
1290         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1291         "not-read" mark
1292         (gnus-summary-mark-forward): added the spam-mark to the list of
1293         marks not to be marked as "read" when viewed
1294
1295 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1298
1299         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1300         Protect against unactive groups.
1301
1302         * message.el (message-check-news-header-syntax): Check long
1303         header lines.
1304         (message-check-news-header-syntax): Update `start'.
1305
1306         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1307         (gnus-group-line-format): %U.
1308         (gnus-group-line-format-alist): ?U.
1309         (gnus-number-of-unseen-articles-in-group): New function.
1310
1311         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1312
1313         * gnus.el (gnus-version-number): Bump version number.
1314
1315 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1316
1317         * gnus.el: Oort Gnus v0.10 is released.
1318
1319 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * gnus.el (gnus-version-number): Fix version number.
1322
1323 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1324
1325         * gnus.el: Oort Gnus v0.08 is released.
1326
1327 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1328
1329         * mm-util.el: Add mm-string-make-unibyte.
1330
1331         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1332         UTF-8 groups.
1333
1334 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1337
1338         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1339
1340 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1341
1342         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1343         function.
1344
1345 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1348         (gnus-summary-read-group-1): Update group line.
1349         (gnus-summary-exit-no-update): Update group on exit.
1350
1351         * gnus-group.el (gnus-group-line-format): Add %*.
1352         (gnus-group-line-format-alist): Ditto.
1353         (gnus-group-insert-group-line): Set it.
1354         (gnus-group-is-exiting-p): New variable.
1355         (gnus-group-insert-group-line): Use it.
1356
1357 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1358
1359         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1360         enable BBDB ham processing
1361         (spam-blacklist-register-routine): enable blacklist spam processing
1362         (spam-whitelist-register-routine): enable whitelist ham processing
1363         (spam-fetch-field-from-fast): fast fetching of the "from" field
1364         from (gnus-data-list)
1365         (spam-summary-prepare-exit): works completely now
1366         (spam-use-blacklist): oops, should be nil by default
1367         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1368         split processing now; before it was for summary exit as
1369         well but that's done with the spam-contents and spam-process
1370         parameters now
1371
1372 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1373
1374         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1375         characters.
1376
1377 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1378
1379         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1380         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1381         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1382         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1383         (spam-mark-spam-as-expired-and-move-routine)
1384         (spam-generic-register-routine, spam-BBDB-register-routine)
1385         (spam-ifile-register-routine, spam-blacklist-register-routine)
1386         (spam-whitelist-register-routine): new functions
1387         (spam-summary-prepare-exit): added summary exit processing (expire
1388         or move) of spam-marked articles for spam groups; added slots for
1389         all the spam-*-register-routine functions
1390
1391 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * pop3.el (pop3-retr): Wait 500 msecs.
1394         (pop3-read-response): Ditto.
1395
1396         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1397         right.
1398         (gnus-inews-make-draft): New function.
1399         (gnus-setup-message): Use it.
1400
1401         * message.el (message-required-headers): Add From.
1402
1403 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1404         Trivial patch from Norbert Koch <nk@viteno.net>.
1405
1406         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1407
1408 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * message.el (message-generate-headers): Let header formatters do
1411         their work.
1412
1413 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1414
1415         * deuglify.el (gnus-article-outlook-deuglify-article):
1416         Rehighlight, reapply treatments and call
1417         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1418         (gnus-outlook-repair-attribution-block): Recognize cited
1419         attributions.  Suggested by Niklas Morberg.
1420
1421 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1422
1423         * gnus-art.el (gnus-treat-predicate): Check condition first.
1424
1425 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1426
1427         * lpath.el: Add url-http-file-exists-p.
1428
1429         * gnus-group.el (gnus-group-fetch-charter): Use
1430         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1431
1432 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * message.el (message-draft-headers): Also generate From to get a
1435         nicer draft buffer summary.
1436
1437         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1438         parameter.
1439
1440         * gnus-art.el (article-wash-html): Clean up.
1441         (article-wash-html): Typo fix.
1442
1443         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1444         (gnus-summary-mail-forward): To many lists of lists.
1445
1446         * gnus-art.el (article-wash-html): Clean up.
1447
1448 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1449
1450         * gnus-art.el (gnus-treat-wash-html): New variable.
1451
1452 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * message.el (message-check-news-header-syntax): Allow posting.
1455         (message-check-news-header-syntax): Fix logic for sure, this
1456         time.
1457
1458 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1459
1460         * message.el (message-check-news-header-syntax): Check syntax of
1461         continuation headers.
1462
1463 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1464
1465         * gnus-art.el (gnus-button-url-regexp,
1466         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1467         (gnus-header-button-alist): Regexps are case insensitive here.
1468
1469 2003-01-02  Simon Josefsson  <jas@extundo.com>
1470
1471         * dig.el (query-dig): Doc fix.
1472
1473 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1474
1475         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1476         summary buffer line, not just the download mark.
1477
1478 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1481         (gnus-summary-insert-dormant-articles): New command and
1482         keystroke.
1483
1484         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1485         function for mass insertion of subjects.
1486
1487         * nndraft.el (nndraft-generate-headers): Don't move point.
1488
1489         * gnus.el (nnheader): Require nnheader.
1490
1491         * nndraft.el (nndraft-request-associate-buffer): Use
1492         make-local-variable.
1493
1494 2003-01-02  Michael Shields  <shields@msrl.com>
1495
1496         * nndraft.el (nndraft-request-associate-buffer): Make
1497         write-contents-hooks buffer-local before setting it.
1498
1499 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * gnus.el (gnus-group-parameter-value): Take an extra param.
1502         (gnus-group-fast-parameter): Let group param results be nil.
1503
1504         * gnus-art.el (gnus-article-forward-header): New function.
1505         (article-date-ut): Use it to remove continuation date headers.
1506
1507         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1508         read-event.
1509         (gnus-summary-remove-bookmark): Clean up.
1510         (gnus-summary-set-bookmark): Clean up.
1511
1512         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1513
1514         * gnus.el (gnus-group-startup-message): Bind data-directory to
1515         the Gnus etc directory.
1516
1517 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1518
1519         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1520         ham-processing of articles; use the new
1521         spam-group-(spam|ham)-contents-p functions
1522         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1523         convenience functions
1524         (spam-mark-junk-as-spam-routine): use the new
1525         spam-group-spam-contents-p function
1526
1527         * gnus.el (spam-process, spam-contents, spam-process-destination):
1528         added new parameters with corresponding global variables
1529         (gnus-group-spam-exit-processor-ifile,
1530         gnus-group-spam-exit-processor-bogofilter,
1531         gnus-group-spam-exit-processor-blacklist,
1532         gnus-group-spam-exit-processor-whitelist,
1533         gnus-group-spam-exit-processor-BBDB,
1534         gnus-group-spam-classification-spam,
1535         gnus-group-spam-classification-ham): added new symbols for the
1536         spam-process and spam-contents parameters
1537
1538         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1539         customization and list itself to store mark symbol rather than
1540         mark character.
1541         (spam-bogofilter-register-routine): added logic to generate mark
1542         values list from spam-ham-marks and spam-spam-marks, so (member)
1543         would work.
1544
1545 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * message.el (message-cross-post-followup-to): Fix comment.
1548
1549 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1550
1551         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1552         customization and list itself to store mark symbol rather than
1553         mark character.
1554         (spam-bogofilter-register-routine): added logic to generate mark
1555         values list from spam-ham-marks and spam-spam-marks, so (member)
1556         would work.
1557
1558 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1559
1560         * message.el (message-signature-insert-empty-line): New variable.
1561
1562 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1563
1564         * message.el: Renamed functions and variables: "xpost" ->
1565         "cross-post", "-fup2" -> "-followup-to".
1566         (message-cross-post-old-target, message-cross-post-default,
1567         message-cross-post-note, message-followup-to-note,
1568         message-cross-post-note-function): New variables names.
1569         (message-xpost-old-target, message-xpost-default,
1570         message-xpost-note, message-fup2-note,
1571         message-xpost-note-function): Removed variable names.
1572         (message-cross-post-followup-to-header,
1573         message-cross-post-insert-note, message-cross-post-followup-to):
1574         New function names.
1575         (message-xpost-fup2-header, message-xpost-insert-note,
1576         message-xpost-fup2): Removed function names.
1577
1578 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1579
1580         * message.el (message-send-mail): Added message-cleanup-headers to
1581         prevent newlines in headers.
1582
1583 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * dns.el (dns-make-network-process): Comment.
1586
1587         * gnus-sum.el (gnus-summary-display-while-building): Default to
1588         nil.
1589
1590 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1591
1592         * gnus-sum.el (gnus-summary-display-while-building): New
1593         variable.
1594
1595 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1596
1597         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1598         before rearranging the article.
1599
1600 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * nndraft.el (nndraft-generate-headers): New function.
1603         (nndraft-request-associate-buffer): Use it to write headers on
1604         buffer save.
1605
1606         * message.el (message-generate-headers): Let the function be a
1607         lambda form.
1608         (message-draft-headers): New variable.
1609
1610         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1611         function.
1612         (gnus-setup-message): Use it.
1613
1614         * message.el (message-generate-headers-first): Doc fix.
1615         (message-setup-1): Use new function for getting which headers to
1616         generate.
1617         (message-headers-to-generate): New function.
1618
1619 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1620
1621         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1622
1623 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1624
1625         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1626         mention negatives.
1627
1628 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1629
1630         * deuglify.el (gnus-outlook-rearrange-article): Use
1631         `transpose-regions' instead of tempering the kill-ring.
1632         (gnus-article-outlook-deuglify-article): Rehighlight article
1633         instead of a complete redisplay.
1634
1635 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1636
1637         * spam.el: most defvars are defcustoms now
1638
1639         patches from Michael Shields  <shields@msrl.com>
1640
1641         * spam.el (spam-bogofilter-articles): Select the article
1642         body using gnus-summary-show-article t instead of
1643         gnus-summary-select-article; this presents the raw text
1644         without running any hooks.
1645
1646         * spam.el (spam-bogofilter-articles): Use message-remove-header
1647         to remove headers; the old way incorrectly removed just the first
1648         line of folded headers.
1649
1650 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1653
1654 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * gnus-start.el (gnus-load): New function.
1657         (gnus-read-newsrc-el-file): Use it.
1658
1659 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1660
1661         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1662         (gnus-button-handle-apropos-documentation): New function.
1663         (gnus-button-handle-ctan): New function.
1664         (gnus-button-alist): Use them.  Improve some regexps.
1665         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1666
1667 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1668
1669         * message.el (message-subscribed-p): New function.
1670         (message-send-mail): Use it.
1671         * mml.el (mml-preview-insert-mft): New function.
1672         (mml-preview): Use it.
1673
1674 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1677         when sorting by date.
1678
1679         * gnus-art.el (gnus-article-edit-mode): New variable.
1680         (gnus-article-setup-buffer): Warn user about discarding edits.
1681
1682         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1683         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1684         headers.
1685
1686         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1687
1688 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1689
1690         * message.el (message-completion-alist): Added "Mail-Followup-To"
1691         and "Mail-Copies-To".
1692
1693 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1694
1695         * gnus-group.el: Add key bindings for
1696         gnus-group-sort-groups-by-real-name and
1697         gnus-group-sort-selected-groups-by-real-name.
1698
1699 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1700
1701         * gnus.texi (Sorting Groups): Add key bindings for
1702         gnus-group-sort-groups-by-real-name and
1703         gnus-group-sort-selected-groups-by-real-name.
1704
1705 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1706
1707         * spam.el (spam-use-dig): new variable for blackhole checking
1708         through dig.el
1709         (spam-check-blackholes): added dig.el checking functionality and
1710         more verbose reporting; query-dig is autoloaded from dig.el
1711         (spam-use-blackholes): disabled by default
1712         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1713         blackhole servers list
1714
1715 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * message.el (message-required-headers): New variable.
1718
1719 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1720
1721         * dig.el (query-dig): new function
1722
1723 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1726         prefixes.
1727
1728         * dns.el (query-dns): Protect against errors.
1729
1730         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1731         (gnus-inews-add-send-actions): Mark all answered messages as
1732         answered.
1733
1734 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1735
1736         * nnmail.el (nnmail-split-it): Added tracing to
1737         `:' split rule
1738
1739 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1740
1741         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1742         and "%s" so we don't overquote them.
1743
1744 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1745
1746         * (mm-display-external): Display the actual command that has been
1747         executed in the echo area.
1748
1749 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1752
1753         * message.el (message-with-reply-buffer): New macro.
1754         (message-fetch-reply-field): Use it.
1755         (message-insert-wide-reply): New command and keystroke.
1756         (message-carefully-insert-headers): New function.
1757         (message-insert-to): Use new function.
1758
1759         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1760         (gnus-topic-goto-missing-group): Use it.
1761
1762         * message.el (message-required-news-headers): Removed Lines.
1763         (message-reply): Don't insert References first.
1764         (message-followup): Ditto.
1765         (message-make-references): New function.
1766         (message-followup): Set message-reply-headers before generating
1767         the buffer stuff.
1768
1769 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1770
1771         * mml.el (mml-generate-mime-1): Reverse the order of
1772         encoding/flowing.
1773
1774 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1777         after moving them.
1778
1779         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1780         fit with newer standard format.
1781         (gnus-summary-make-false-root-always): New variable.
1782         (gnus-gather-threads-by-subject): Use it.
1783
1784         * message.el (message-get-reply-headers): Take an address list
1785         optional argument.
1786
1787 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus.el (gnus-keep-backlog): Change default to 20.
1790
1791         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1792         start.
1793         (gnus-agent-check-overview-buffer): Remove negative article
1794         numbers.
1795
1796         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1797         (nnmail-cache-ignore-groups): Doc fix.
1798
1799         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1800         (nnimap-debug-buffer): New variable.
1801         (nnimap-debug): Use it.
1802
1803 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1804
1805         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1806
1807 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1810         they aren't already sorted.
1811
1812 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1813
1814         * message.el (message-mode-menu): Add ellipses to menu items
1815         expecting user interaction.
1816         (message-mode-field-menu): do.
1817
1818 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1819
1820         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1821         it isn't used any more.
1822
1823 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1824
1825         * binhex.el (binhex-decoder-program): Fix docstring.
1826
1827 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1828
1829         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1830         special chars if the mailcap file uses single quotes around %s.
1831         From Laurent Martelli <laurent@bearteam.org>.
1832
1833 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1834
1835         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1836         return the info object.
1837
1838 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1839
1840         * gnus-int.el (gnus-request-update-info): Artificially add
1841         (1 . (1- min)) to the read range, in case the backend doesn't
1842         store marks for nonexistent articles.
1843
1844 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * binhex.el (binhex-insert-char): Eval-and-compile.
1847
1848 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1849
1850         * lpath.el: Add tool-bar-local-item-from-menu.
1851
1852         * message.el (message-tool-bar-local-item-from-menu): New function.
1853         (message-tool-bar-map): Use it.
1854
1855 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1856
1857         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1858
1859         * gnus-art.el (gnus-article-header-rank): Last header in
1860         gnus-sorted-header-list should have higher rank than non-members.
1861
1862 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1865         covered methods.
1866
1867 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1868
1869         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1870         eval-when-compile.  Suggested by Kevin Greiner.
1871
1872 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1873
1874         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1875         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1876         even though no headers may have been fetched
1877         (gnus-agent-fetch-group-1, and perhaps others, require this
1878         behavior).
1879         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1880         server buffer is constrained by gnus-agent-max-fetch-size.
1881         Multiple chunks in the same group may perform arbitrarily large
1882         updates.
1883
1884 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1885
1886         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1887         gnus-summary-update-download-mark to update the article in the
1888         summary.
1889
1890 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1891
1892         * gnus.el (gnus-summary-high-uncached-face,
1893         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1894         New faces.
1895
1896         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1897         added this on 2002-11-23 but it just wasn't working out as
1898         intended.  The idea isn't entirely dead, three new faces
1899         gnus-summary-*-uncached-face are being added to gnus.el to provide
1900         the basis for an improved implementation.
1901         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1902         proper file to open is lib/servers.
1903         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1904         (i.e. removing the article from gnus-newsgroup-downloadable) will
1905         now restore the article's default mark rather than simply setting
1906         no mark.
1907         (gnus-agent-get-undownloaded-list): Corrected documentation.
1908         Added code to set new summary local variable,
1909         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1910         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1911         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1912         up to date.  Call new gnus-summary-update-download-mark to keep
1913         summary buffer up-to-date.
1914         (gnus-agent-fetch-selected-article): Keep
1915         gnus-newsgroup-undownloaded up to date.
1916         (gnus-agent-fetch-articles): Return list of articles that were
1917         successfully fetched.
1918         (gnus-agent-check-overview-buffer): No more thingatpt.
1919         (gnus-agent-expire): No longer deletes NOV entries of unread
1920         articles.
1921         (gnus-agent-unread-articles): New function.
1922         (gnus-agent-regenerate-group): The article number must be
1923         terminated by a tab character.  Added more messages to report
1924         repairs.  Inhibit quits while writing changes so it is now safe
1925         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1926         downloaded to 1) resolve the unbound references and 2) avoid
1927         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1928
1929         * gnus-art.el (gnus-article-prepare): The agent
1930         downloaded/undownloaded mark is no longer stored as the article's
1931         mark.
1932
1933         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1934         gnus-summary-highlight may use it.  Added downloaded as
1935         gnus-summary-highlight was using it.
1936
1937         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1938         the download mark now follows Kai's +/- convention.
1939         (gnus-downloaded-mark): Added ?+ mark.
1940         (gnus-summary-highlight): Added rules to select
1941         gnus-summary-high-uncached-face,
1942         gnus-summary-normal-uncached-face, and
1943         gnus-summary-low-uncached-face.  Removed the
1944         gnus-agent-downloaded-article-face.
1945         (gnus-summary-line-format-alist): Implemented the download flag
1946         format (?O) as named in the manual.  This implementation displays
1947         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1948         gnus-no-mark.
1949         (gnus-newsgroup-agentized): New local variable that identifies
1950         which groups are agentized.  While the agent is now on by default,
1951         you don't have to agentize every server that you use.
1952         (gnus-update-summary-mark-positions): Completed support for the
1953         download type of mark.
1954         (gnus-summary-insert-line): Added undownloaded to the parameters.
1955         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1956         reference by the gnus-summary-line-format-spec.
1957
1958         * nntp.el (nntp-with-open-group): This macro handles dropped or
1959         broken connections by opening a new connection and repeating the
1960         failed command.
1961         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1962         XOVER commands preceeding the active articles with the nov entry
1963         of the first available article.  When gnus connected to such a
1964         server, the unexpected nov entry would result in duplicate lines
1965         in the agent's overview file.  This patch fixes the duplicate
1966         lines problem and improves performance by skipping over all
1967         articles IDs that preceed the first nov entry in the server's
1968         reply.
1969
1970 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1973         (gnus-summary-highlight): Use it instead of `downloaded'.
1974         (gnus-summary-highlight-line): Ditto.
1975
1976         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1977
1978 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1981
1982         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1983         calls.
1984
1985         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1986         downloaded variable if we're in an uncovered group.
1987
1988         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1989         font to soemthing less noticeable.
1990         (gnus-agent-group-covered-p): New function.
1991
1992 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1993
1994         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1995         Because of an unknown bug, the group buffer is saved in .overview
1996         file.
1997
1998 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1999
2000         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2001         `and' with `or'.
2002
2003 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2004
2005         * nntp.el (nntp-send-command): Assume that echo does not happen
2006         when nntp-open-connection-function is nntp-open-network-stream.
2007         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2008
2009 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2010
2011         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2012
2013 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2014
2015         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2016         nntp-server-buffer if we aren't going to write to it.
2017
2018 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2019         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2020
2021         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2022
2023 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2026         decoded words.
2027
2028 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2029
2030         * gnus.el (fboundp): After loading mm-util, make sure it was the
2031         right one.
2032
2033 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2034
2035         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2036         gnus-sum.  Made into a user option.
2037
2038         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2039         (gnus-summary-mark-article-as-unread)
2040
2041 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2042
2043         * time-date.el (date-to-time): Typo.
2044
2045         * parse-time.el: Typo.
2046
2047         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2048
2049         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2050
2051         * nnimap.el:
2052         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2053
2054         * mm-encode.el (mm-safer-encoding): Typo.
2055
2056         * messcompat.el: Typo.
2057
2058         * message.el (message-face-alist): Typo.
2059
2060         * imap.el (imap-interactive-login, imap-open): Typos.
2061
2062         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2063
2064         * gnus.el: Typo.
2065
2066         * gnus-win.el (gnus-configure-frame): Typo.
2067
2068         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2069
2070         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2071
2072         * gnus-sum.el (gnus-summary-article-number)
2073         (gnus-summary-read-group-1, gnus-summary-mark-article)
2074         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2075
2076         * gnus-mule.el (gnus-mule-add-group): Typo.
2077
2078         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2079
2080         * gnus-group.el (gnus-group-fetch-faq): Typo.
2081
2082         * gnus-art.el (gnus-decode-header-methods): Typo.
2083
2084         * flow-fill.el: Typo.
2085
2086 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2087
2088         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2089
2090 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2091
2092         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2093         (gnus-summary-mark-article-as-unread)
2094         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2095         Reformatting to avoid long lines.
2096         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2097
2098 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2099
2100         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2101         be accessed through `mail-header-number'.
2102
2103 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2104
2105         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2106         compressed range to gnus-summary-insert-articles.
2107
2108 2002-11-26  Kevin Ryde <user42@zip.com.au>
2109
2110         * gnus-art.el (gnus-mime-copy-part): Look for filename
2111         parameter under content-disposition, not content-type.
2112
2113         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2114         (gnus-summary-reselect-current-group): Use it.
2115
2116 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2117
2118         * gnus-agent.el (gnus-agent-uncached-articles): if
2119         gnus-agent-load-alist fails, return ARTICLES.
2120
2121         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2122
2123 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2124
2125         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2126         superfluous function call.
2127         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2128         Add warning to docstring.
2129
2130 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * gnus-agent.el: Autoload number-at-point instead.
2133         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2134
2135 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2136
2137         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2138         require thingatpt (for number-at-point) and protect against
2139         deactivate-mark being unbound (on XEmacs).
2140
2141 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2142
2143         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2144         print message on entry.
2145
2146         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2147
2148         * gnus-range.el (gnus-range-difference): New function.
2149         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2150
2151 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2152
2153         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2154         gnus-remove-from-range instead of gnus-range-difference which
2155         doesn't exist.
2156
2157 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2158         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2159
2160         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2161         used for showing which articles have been downloaded.
2162         (gnus-agent-article-alist): Format change.  Add documentation.
2163         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2164         process-marked articles.
2165         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2166         in the series are individually fetched to minimize lose of
2167         content due to an error/quit.
2168         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2169         gnus-message instead of message.
2170         (gnus-agent-read-servers): Use file lib/methods instead of
2171         lib/servers.  TODO: Why?
2172         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2173         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2174         come from the agent.  This means that they are not downloaded.
2175         (gnus-agent-fetch-selected-article): Don't use history.
2176         (gnus-agent-save-history, gnus-agent-enter-history)
2177         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2178         Removed function; history is not used anymore.
2179         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2180         (gnus-agent-crosspost): Started rewrite then realized that a typo
2181         in gnus-agent-fetch-articles ensures that this function is never
2182         called.  This will need to be fixed later.
2183         (gnus-agent-check-overview-buffer): Some sanity checks on the
2184         agent overview buffer.  This is a safety net used during
2185         development.
2186         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2187         changed, write a number to the file indicating this.
2188         (gnus-agent-fetch-headers): Rewrite to respect
2189         gnus-agent-consider-all-articles without relying on the
2190         `.fetched' files.  Make it fast.
2191         (gnus-agent-braid-nov): Change resulting from
2192         gnus-agent-fetch-headers change.
2193         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2194         `.fetched' files.
2195         (gnus-agent-read-agentview): New function, used by
2196         gnus-agent-load-alist.
2197         (gnus-agent-load-fetched-headers): Remove.
2198         (gnus-agent-save-alist): Rewrite to accomodate new format.
2199         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2200         same order as in gnus-newsgroup-headers.
2201         (gnus-agent-expire): Document and implement extra args ARTICLES,
2202         GROUP, FORCE.  Do not restrict usage.
2203         (gnus-agent-uncached-articles): New function.
2204         (gnus-agent-retrieve-headers): Use it.
2205         (gnus-agent-regenerate-group): No longer needs to be called from
2206         gnus-agent-regenerate.  Individual groups may be regenerated. The
2207         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2208         The article fetch dates are validated in the article alist.  The
2209         article alist is pruned of entries that do not reference existing
2210         NOV entries.  All changes are computed then applied with
2211         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2212         regeneration.  The optional clean parameter has been replaced with
2213         an optional reread parameter.  Clean is no longer necessary as
2214         regeneration gets the appropriate setting from
2215         gnus-agent-consider-all-articles.  The new reread parameter will
2216         result in fetched, or all, articles being marked as unread.
2217         (gnus-agent-regenerate): Removed code to regenerate the history
2218         file as it is no longer used.
2219
2220         * gnus-start.el (gnus-make-ascending-articles-unread): New
2221         function, for efficient mass-marking.
2222
2223         * gnus-sum.el (gnus-summary-highlight): Use new face for
2224         downloaded articles.
2225         (gnus-article-mark): Prefer to indicate read/unread status over
2226         downloaded status.
2227         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2228         line.
2229         (gnus-summary-highlight-line): Use new face for downloaded
2230         articles.
2231         (gnus-summary-insert-old-articles): Improved performance by
2232         replacing the initial LIST of older articles with a compressed
2233         RANGE of older articles.  Some servers appear to lie about
2234         their active range so the original list could contain millions
2235         of article numbers.  The range is not expanded into a list
2236         until the optional ALL parameter has been applied.
2237
2238 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2239
2240         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2241
2242 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2243
2244         * spam.el:
2245         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2246
2247         * spam.el: added `M s t' and `M s x' key mappings
2248
2249 2002-11-20  Simon Josefsson  <jas@extundo.com>
2250
2251         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2252
2253 2002-11-19  Simon Josefsson  <jas@extundo.com>
2254
2255         * gnus-sum.el (gnus-summary-morse-message): Load
2256         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2257         (unmorse-region): Autoload it instead.
2258
2259 2002-11-18  Simon Josefsson  <jas@extundo.com>
2260
2261         * gnus-sum.el (gnus-summary-morse-message): New function.
2262         (gnus-summary-wash-map): Bind to `W m'.
2263         (gnus-summary-make-menu-bar): Add.
2264
2265         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2266         before storing \Deleted mark on expired articles.
2267
2268 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2269         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2270
2271         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2272         parens in column 0.
2273
2274 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2275
2276         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2277
2278         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2279
2280         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2281
2282 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2283
2284         * message.el (message-set-auto-save-file-name): Use
2285         make-directory, to avoid the dependence on gnus-util.
2286
2287 2002-11-16  Simon Josefsson  <jas@extundo.com>
2288
2289         * nnimap.el (nnimap-callback-callback-function):
2290         (nnimap-callback-buffer): Removed, these cannot be global but must
2291         be embedded into the callback.
2292         (nnimap-make-callback): New.  Embedd article number, callback and
2293         buffer in function.
2294         (nnimap-callback, nnimap-request-article-part): Update.
2295
2296 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2299
2300 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2301
2302         * gnus.el (gnus-summary-line-format): Document %C.
2303
2304 2002-11-11  Simon Josefsson  <jas@extundo.com>
2305
2306         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2307         output when called interactively.
2308
2309 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2312
2313         * message.el (message-draft-coding-system): Improve comment; use
2314         mm-auto-save-coding-system for the default value.
2315
2316         * nndraft.el (nndraft-request-article): Revert to the state before
2317         2002-10-29; regexp-quote mail-header-separator.
2318
2319 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2320
2321         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2322         allow editing of drafts from an nnvirtual group.
2323
2324 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2327         mm-auto-save-coding-system.
2328
2329         * message.el (message-draft-coding-system): Default to
2330         iso-2022-7bit.
2331
2332         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2333         restore the default value to emacs-mule or escape-quoted.
2334
2335 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2338         a delayed or a queued article as well as a draft.
2339
2340         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2341         delayed or a queued article in the raw format; treat a delayed
2342         article as a raw article as well as a draft.
2343         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2344         for the delayed group.
2345
2346         * nndraft.el (nndraft-request-article): Ignore auto save files for
2347         a delayed or a queued article; don't bother to decode a queued
2348         article; don't bind nnmail-file-coding-system for a queued article.
2349
2350         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2351         and the queue group.
2352
2353 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2354
2355         * gnus-group.el (gnus-group-delete-group):
2356         gnus-cache-active-hashtb might be void.
2357
2358 2002-11-02  Simon Josefsson  <jas@extundo.com>
2359
2360         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2361         setting of the default user ID.  From Raymond Scholz
2362         <ray-2002@zonix.de>.
2363
2364 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2365
2366         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2367         charset.
2368
2369 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2370         From Alex Schroeder <alex@emacswiki.org>
2371         * spam-stat.el (spam-stat-process-directory): add dir to message
2372         (spam-stat-reduce-size): No longer remove words
2373         with values close to 0.5, because the default value is 0.2.
2374
2375 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2376
2377         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2378         documentation.
2379
2380 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2381
2382         * gnus-agent.el (gnus-agent-fetched-headers)
2383         (gnus-agent-load-fetched-headers)
2384         (gnus-agent-save-fetched-headers): Remove variable and two
2385         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2386         works better.
2387         (gnus-agent-fetch-headers): New implementation from Kevin
2388         Greiner.  Uses gnus-agent-article-alist to store information
2389         about fetched messages which aren't on the server anymore.  The
2390         trick is to return a list of considered messages to the caller,
2391         but to only fetch those which haven't been fetched yet.
2392
2393 2002-10-30  Simon Josefsson  <jas@extundo.com>
2394
2395         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2396
2397         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2398
2399 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2400
2401         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2402         versions of emacs-w3m than 1.3.3.
2403
2404         * lpath.el: Bind w3m-minor-mode-map.
2405
2406         * mm-view.el (mm-w3m-mode-command-alist)
2407         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2408         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2409         (mm-setup-w3m): Simplified.
2410         (mm-w3m-local-map-property): New function.
2411         (mm-inline-text-html-render-with-w3m): Use it.
2412
2413         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2414         mm-w3m-local-map-property.
2415
2416 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * mm-util.el (mm-auto-save-coding-system): Default to
2419         iso-2022-7bit.
2420
2421         * nndraft.el (nndraft-request-article): Decode an article using
2422         the coding-system emacs-mule if it seems to have been saved using
2423         emacs-mule.
2424         (nndraft-request-replace-article): Use message-draft-coding-system
2425         instead of mm-auto-save-coding-system for the draft or delayed
2426         group.
2427
2428 2002-10-28  Josh  <huber@alum.wpi.edu>
2429
2430         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2431         functions.
2432
2433 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2434         From mah@everybody.org (Mark A. Hershberger).
2435
2436         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2437         type values ("url" size) regardless of the values of
2438         mm-url-use-external.
2439
2440 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2441
2442         * nnimap.el (nnimap-request-article-part): Try harder to show
2443         group name in debugging message.
2444
2445 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2446
2447         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2448         directory if it doesn't exist.
2449         (gnus-agent-fetch-headers): Remove old cruft that tried to
2450         abstain from downloading articles more than once if
2451         gnus-agent-consider-all-articles was true.  This is now done
2452         properly via the .fetched files.
2453
2454 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * nndraft.el (nndraft-request-article): Treat delayed articles
2457         like drafts.
2458
2459 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2462
2463 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2464
2465         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2466         Remove unused optional arg DIR and corresponding code.
2467
2468         * nnimap.el (nnimap-request-article-part): Include group name in
2469         debugging output.
2470
2471 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2472
2473         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2474
2475 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2476
2477         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2478         contains range of headers that have been fetched by the agent
2479         already.  Compare gnus-agent-article-alist.
2480         (gnus-agent-file-header-cache): Like
2481         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2482         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2483         seen/recent logic.
2484         Remember which headers have been fetched before and don't fetch
2485         them again the next time round.
2486         (gnus-agent-load-fetched-headers)
2487         (gnus-agent-save-fetched-headers): New functions, for remembering
2488         which headers have been fetched before.
2489
2490 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * lpath.el: Remove useless bindings.
2493
2494 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2495
2496         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2497         features while searching.
2498
2499 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2500
2501         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2502
2503 2002-10-22  Simon Josefsson  <jas@extundo.com>
2504
2505         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2506         (pgg-snarf-keys): Add.
2507
2508 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * lpath.el: Fbind bbdb-records.
2511
2512         * spam.el: Don't autoload bbdb-records.
2513
2514 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2517         prevent inf-loop.
2518
2519 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * nnslashdot.el: Removed some test lines.
2522         More test.
2523
2524 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2525
2526         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2527         are known to be downloaded already.
2528
2529 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530
2531         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2532         (mm-text-html-washer-alist): Ditto.
2533
2534 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2535
2536         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2537         boundary between headers and body.
2538         * nnml.el (nnml-parse-head): Ditto.
2539
2540 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2543         entries.
2544
2545         * gnus-group.el (gnus-fetch-group): Allow an optional
2546         specification of the articles to select.
2547
2548         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2549
2550 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2551
2552         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2553         headers from the group, update variable `articles' to contain
2554         only those numbers where headers exist.  (When fetching all
2555         articles in a group, Gnus creates lots of numbers where there is
2556         no articles.)
2557
2558 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2559
2560         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2561         doesn't have the 'alist custom type, use cons cells instead.
2562         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2563         (pgg-parse-hash-algorithm-alist): Ditto.
2564         (pgg-parse-compression-algorithm-alist): Ditto.
2565         (pgg-parse-signature-type-alist): Ditto.
2566
2567         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2568
2569         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2570
2571         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2572
2573 2002-10-19  Simon Josefsson  <jas@extundo.com>
2574
2575         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2576         buffer.
2577
2578 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2579
2580         * gnus-spec.el (gnus-make-format-preserve-properties)
2581         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2582         properties also on XEmacs.  `gnus-xmas-format' is like format but
2583         preserves text properties on XEmacs (though it only understands
2584         simple format specs).  The variable
2585         `gnus-make-format-preserve-properties' controls whether the
2586         function is used, and is checked in `gnus-parse-simple-format'.
2587         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2588
2589         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2590         output.
2591         (gnus-agent-consider-all-articles): New variable.
2592         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2593         (gnus-agent-fetch-headers): Depending on
2594         gnus-agent-consider-all-articles, maybe get all articles.
2595         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2596         `read'.
2597         (gnus-predicate-imples-unread): New function.
2598         (gnus-agent-fetch-headers): Optimize to call
2599         gnus-list-of-unread-articles if that is sufficient.
2600         Check unseen and recent instead of seen and recent.
2601         (gnus-agent-fetch-headers): Abstain from calling
2602         gnus-list-range-intersection if range (a . b) would have (> a b).
2603
2604 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * message.el (message-send-mail): Make it possible to perform
2607         edebug-defun.
2608
2609 2002-10-18  Simon Josefsson  <jas@extundo.com>
2610
2611         * gnus-art.el (gnus-button-man-handler): Change default to
2612         `manual-entry' (defined in both emacsen).
2613         (gnus-button-man-handler): Remove emacsen difference and use
2614         `manual-entry'.
2615
2616 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * spam.el: Wrap autoload settings for bbdb-records,
2619         executable-find and ifile-spam-filter with eval-and-compile.
2620         (spam-display-buffer-contents): Remove.
2621         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2622
2623 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2624
2625         * spam.el (spam-display-buffer-contents): New function.
2626         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2627         from Katsumi Yamaoka <yamaoka@jpl.org>.
2628
2629 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2630
2631         * nnheader.el (nnheader-parse-naked-head): New function.
2632         (nnheader-parse-head): Use the above function, in order to handle
2633         continuation lines properly.
2634         (nnheader-remove-body): New function.
2635         (nnheader-remove-cr-followed-by-lf): New function.
2636         (nnheader-ms-strip-cr): Use the above function.
2637
2638         * gnus-agent.el (gnus-agent-regenerate-group): Call
2639         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2640         `nnheader-parse-head'.
2641         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2642
2643         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2644         continuation lines by itself; call `nnheader-parse-naked-head'
2645         instead of `nnheader-parse-head'.
2646         * nndiary.el (nndiary-parse-head): Ditto.
2647         * nnfolder.el (nnfolder-parse-head): Ditto.
2648         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2649         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2650         * nnml.el (nnml-parse-head): Ditto.
2651
2652 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2653
2654         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2655         XEmacs, default to it if featurep 'xemacs.
2656
2657 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * spam-stat.el: Check for the existence of hash functions instead
2660         of the Emacs version to decide whether to load cl.  Suggested by
2661         Kai Gro\e,A_\e(Bjohann.
2662
2663 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2664
2665         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2666         if it isn't open yet.
2667
2668 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * gnus-group.el: Require mm-url only when compiling.
2671         (gnus-group-fetch-charter): Require mm-url.
2672
2673         * spam-stat.el: Require cl for the functions gethash,
2674         hash-table-count, make-hash-table and mapc for Emacs 20.
2675         (puthash): Alias to cl-puthash for Emacs 20.
2676         (with-syntax-table): New macro for Emacs 20.
2677
2678 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2679
2680         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2681
2682 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2683
2684         * spam.el (spam-check-ifile): added ifile as a spam checking
2685         backend, and spam-use-ifle as the variable to toggle that check.
2686
2687 2002-10-12  Simon Josefsson  <jas@extundo.com>
2688
2689         * message.el (message-beginning-of-line): New variable.
2690         (message-beginning-of-line): Use it.
2691
2692 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2693
2694         * spam.el: more compilation fixes for BBDB
2695
2696         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2697         (spam-stat-reduce-size): Interactive.
2698         (spam-stat-reset): New function.
2699         (spam-stat-save): Interactive.
2700
2701 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus.el: Autoload gnus-delay-initialize.
2704
2705         * message.el: Autoload gnus-delay-article.
2706
2707 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2708
2709         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2710         text property in Emacs.
2711
2712 2002-10-11  Simon Josefsson  <jas@extundo.com>
2713
2714         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2715         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2716
2717         * mml1991.el (mml1991-pgg-sign): Remove CR.
2718
2719 2002-10-10  Simon Josefsson  <jas@extundo.com>
2720
2721         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2722         decrypt failed.
2723         (mml2015-trust-boundaries-alist): Removed.
2724         (mml2015-gpg-extract-signature-details): Don't use it.
2725         (mml2015-unabbrev-trust-alist): New.
2726         (mml2015-gpg-extract-signature-details): Use it.
2727
2728 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2729
2730         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2731         BBDB installed
2732
2733         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2734         statistical analysis of spam in Lisp only
2735
2736 2002-10-10  Simon Josefsson  <jas@extundo.com>
2737
2738         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2739         auth, selected or examine state.
2740
2741         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2742         buffer and error buffer depending on type of information.
2743
2744         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2745         --status-fd stuff even if gpg.el is not used (revert earlier
2746         change).
2747         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2748         gnus details.
2749         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2750         buffer.
2751
2752         * pgg.el (pgg-verify-region): Use it.
2753
2754         * pgg-def.el (pgg-query-keyserver): New variable.
2755
2756         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2757         key-identifier in packet.  Is this a good idea?
2758
2759         * mml.el (mml-mode-map): Add security commands that operates on
2760         MIME parts.
2761         (mml-menu): And menu items for them.
2762
2763         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2764
2765         * mml.el (mml-parse-1): Support sender in #secure tags.
2766
2767         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2768         defined.
2769
2770         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2771         (mml-pgp-encrypt-buffer): Support combined signing.
2772
2773         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2774         (mml1991-gpg-encrypt): Ditto.
2775         (mml1991-pgg-encrypt): Ditto.
2776         (mml1991-encrypt): Pass sign parameter.
2777
2778         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2779         (mml-signencrypt-style): Mention the variable.
2780
2781 2002-10-09  Simon Josefsson  <jas@extundo.com>
2782
2783         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2784         pgg-gpg-user-id.
2785
2786         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2787         (pgg-fetch-key-function): Nil if w3 is not installed.
2788
2789 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2790
2791         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2792         gnus-agent-current-history.
2793
2794 2002-10-06  Simon Josefsson  <jas@extundo.com>
2795
2796         * imap.el (imap-parse-status): Don't use read to read token.
2797
2798 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2799
2800         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2801         for methods not covered by the agent, and when unplugged.
2802
2803 2002-10-05  Simon Josefsson  <jas@extundo.com>
2804
2805         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2806         signing.
2807
2808         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2809         a named server fails, ignore the server.
2810
2811         * mml1991.el (mml1991-pgg-sign): Do QP.
2812
2813         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2814         work.
2815
2816 2002-10-04  Simon Josefsson  <jas@extundo.com>
2817
2818         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2819
2820         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2821         binary-write-decoded-region from MEL.
2822
2823         * pgg.el (pgg-encrypt-region): Support sign.
2824
2825         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2826
2827         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2828
2829         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2830         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2831         branch where PGG was taken from in the ChangeLog entries below.
2832
2833 2002-10-01  Simon Josefsson  <jas@extundo.com>
2834
2835         * pgg-pgp.el: Don't require mel.  Don't use luna.
2836         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2837         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2838         (pgg-pgp-process-region): Don't use binary-funcall.
2839
2840         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2841
2842         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2843         instead of concat.
2844
2845         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2846
2847 2002-09-29  Simon Josefsson  <jas@extundo.com>
2848
2849         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2850         compile warnings.
2851
2852         * pgg.el (pgg-decrypt-region): Don't parse packet.
2853
2854         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2855
2856 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2857
2858         * pgg.el: Remove dependency on calist.el.
2859
2860 2002-09-28  Simon Josefsson  <jas@extundo.com>
2861
2862         * pgg.el (pgg-temporary-file-directory): New variable.
2863         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2864
2865         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2866         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2867
2868         * pgg-parse.el (pgg-char-int): Defalias.
2869         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2870         (pgg-read-bytes, pgg-read-body): Use it.
2871         (pgg-decode-packets): Don't use MEL, use base64-*.
2872         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2873         (pgg-string-as-unibyte): Defalias.
2874         (pgg-parse-armor-region): Use it.
2875
2876         * pgg-gpg.el (pgg-gpg-process-region): Use
2877         pgg-temporary-file-directory.
2878
2879         * luna.el: Don't def-edebug.
2880
2881         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2882         binary-write-decoded-region from MEL.
2883
2884         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2885
2886         * alist.el, calist.el: Don't require product/APEL.
2887
2888         * pgg-parse.el (top-level): Remove dependency on static.el,
2889         pccl.el, mel.el.
2890         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2891         `define-ccl-program' is boundp, instead of using broken.
2892
2893 2002-10-01  Simon Josefsson  <jas@extundo.com>
2894
2895         * message.el (message-required-mail-headers): Remove Lines:.
2896
2897 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2898         From Jesper Harder.
2899
2900         * gnus-group.el (gnus-group-fetch-charter,
2901         gnus-group-fetch-control): Prompt for group if given a prefix
2902         argument.
2903         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2904         gnus-group-fetch-control to summary key map and menu.
2905
2906
2907 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2908
2909         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2910         number when there are no articles.
2911
2912 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2913
2914         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2915         arg ALL means to fetch all articles, not only downloadable ones.
2916         (gnus-agent-fetch-selected-article): New function for
2917         gnus-select-article-hook or gnus-mark-article-hook.
2918
2919 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2920         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2921
2922         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2923         raw-text.
2924
2925 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2926
2927         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2928         Pinard).
2929         Major revamp of the code, documentation is in comments in the file
2930         for now.
2931
2932 2002-09-30  Simon Josefsson  <jas@extundo.com>
2933
2934         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2935         buffer seem to be needed?
2936
2937 2002-09-29  Simon Josefsson  <jas@extundo.com>
2938
2939         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2940         compile warnings.
2941
2942         * mml1991.el (mml1991-function-alist): Add pgg.
2943         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2944         (mml1991-pgg-encrypt): Fix recipients querying.
2945
2946 2002-09-28  Simon Josefsson  <jas@extundo.com>
2947
2948         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2949         from dme@dme.org.
2950         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2951         handle is returned.
2952
2953 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2956         Protect against non-existent of `nnimap-mailbox-info'.
2957
2958 2002-09-27  Simon Josefsson  <jas@extundo.com>
2959
2960         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2961         (gnus-setup-news-hook): Use it.
2962         (gnus-after-getting-new-news-hook): Ditto.
2963
2964         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2965
2966 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2967         From Mats Lidell <matsl@contactor.se>.
2968
2969         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2970
2971 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2972
2973         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2974         the part to decode encoded words, use raw words instead of decoded
2975         words.
2976
2977 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2978
2979         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2980
2981         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2982         (mm-setup-w3m): Use it.
2983
2984 2002-09-27  Simon Josefsson  <jas@extundo.com>
2985
2986         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2987         article buffers.
2988
2989         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2990         it just in case.
2991         (nnimap-update-unseen): New function; update unseen count in
2992         `n-m-info'.
2993         (nnimap-close-group): Call it.
2994
2995         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2996         (gnus-after-getting-new-news-hook): Ditto.
2997
2998         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2999         message into verboselevel 9.  Change slow mail check message.
3000         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3001         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3002         used as a hook after getting new mail.
3003
3004 2002-09-26  Simon Josefsson  <jas@extundo.com>
3005
3006         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3007         SELECT/EXAMINE is first unseen article, not number of unseen
3008         articles.  Make them distinct by renaming the former to
3009         `first-unseen' instead of `unseen'.
3010
3011         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3012         too.
3013         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3014         changed.
3015         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3016
3017         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3018
3019         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3020         better.
3021
3022         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3023         if dissecting resulting buffer actually had any information.
3024
3025 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3028         because the function `string<' allows symbols.
3029
3030         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3031
3032 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3033
3034         * message.el (message-forward-make-body): Revert an early change
3035         because 8-bit utf-8 emails.
3036
3037 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3038
3039         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3040         links to Info)
3041         * gnus-art.el (gnus-treat-highlight-signature):
3042         * gnus-art.el (gnus-treat-buttonize):
3043         * gnus-art.el (gnus-treat-buttonize-head):
3044         * gnus-art.el (gnus-treat-emphasize):
3045         * gnus-art.el (gnus-treat-strip-cr):
3046         * gnus-art.el (gnus-treat-unsplit-urls):
3047         * gnus-art.el (gnus-treat-leading-whitespace):
3048         * gnus-art.el (gnus-treat-hide-headers):
3049         * gnus-art.el (gnus-treat-hide-boring-headers):
3050         * gnus-art.el (gnus-treat-hide-signature):
3051         * gnus-art.el (gnus-treat-fill-article):
3052         * gnus-art.el (gnus-treat-hide-citation):
3053         * gnus-art.el (gnus-treat-hide-citation-maybe):
3054         * gnus-art.el (gnus-treat-strip-list-identifiers):
3055         * gnus-art.el (gnus-treat-strip-pgp):
3056         * gnus-art.el (gnus-treat-strip-pem):
3057         * gnus-art.el (gnus-treat-strip-banner):
3058         * gnus-art.el (gnus-treat-highlight-headers):
3059         * gnus-art.el (gnus-treat-highlight-citation):
3060         * gnus-art.el (gnus-treat-date-ut):
3061         * gnus-art.el (gnus-treat-date-local):
3062         * gnus-art.el (gnus-treat-date-english):
3063         * gnus-art.el (gnus-treat-date-lapsed):
3064         * gnus-art.el (gnus-treat-date-original):
3065         * gnus-art.el (gnus-treat-date-iso8601):
3066         * gnus-art.el (gnus-treat-date-user-defined):
3067         * gnus-art.el (gnus-treat-strip-headers-in-body):
3068         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3069         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3070         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3071         * gnus-art.el (gnus-treat-unfold-headers):
3072         * gnus-art.el (gnus-treat-fold-headers):
3073         * gnus-art.el (gnus-treat-fold-newsgroups):
3074         * gnus-art.el (gnus-treat-overstrike):
3075         * gnus-art.el (gnus-treat-display-xface):
3076         * gnus-art.el (gnus-treat-display-smileys):
3077         * gnus-art.el (gnus-treat-from-picon):
3078         * gnus-art.el (gnus-treat-mail-picon):
3079         * gnus-art.el (gnus-treat-newsgroups-picon):
3080         * gnus-art.el (gnus-treat-body-boundary):
3081         * gnus-art.el (gnus-treat-capitalize-sentences):
3082         * gnus-art.el (gnus-treat-fill-long-lines):
3083         * gnus-art.el (gnus-treat-play-sounds):
3084         * gnus-art.el (gnus-treat-translate):
3085         * gnus-art.el (gnus-treat-x-pgp-sig):
3086         * gnus-art.el (gnus-mime-button-line-format):
3087         * gnus-art.el (gnus-button-man-level):
3088         * gnus-art.el (gnus-button-emacs-level):
3089         * gnus-cus.el (gnus-group-parameters):
3090         * gnus-gl.el (bbb-build-mid-scores-alist):
3091         * gnus-group.el (gnus-group-line-format):
3092         * gnus-mlspl.el (gnus-group-split-setup):
3093         * gnus-mlspl.el (gnus-group-split):
3094         * gnus-msg.el (gnus-mailing-list-groups):
3095         * gnus-msg.el (gnus-posting-styles):
3096         * gnus-nocem.el (gnus-nocem-issuers):
3097         * gnus-score.el (gnus-score-regexp-bad-p):
3098         * gnus-srvr.el (gnus-server-line-format):
3099         * gnus-topic.el (gnus-topic-line-format):
3100         * gnus.el (gnus-summary-line-format):
3101         * mail-source.el (mail-sources):
3102         * message.el (message-subscribed-address-file):
3103         * nnmail.el (nnmail-split-fancy):
3104
3105 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3106
3107         * mail-source.el(mail-source-run-script): use `functionp' to test
3108         whether the argument `script' is in fact a function.
3109         (mail-sources): adjust the defcustom to allow users to specify a
3110         function or a string as the value of the `:prescript' and
3111         `:postscript' arguments of the `file' and `pop3' mail sources.
3112
3113 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3114
3115         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3116         number when article 1 does not exist.
3117
3118 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3119
3120         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3121         apropos if apropos-variable does not exist.
3122         (gnus-button-guessed-mid-regexp)
3123         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3124         regexes.  From Reiner Steib.
3125         (gnus-button-handle-describe-function)
3126         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3127         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3128         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3129
3130 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3131         Trivial patch.
3132
3133         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3134         the file.
3135
3136 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3137
3138         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3139
3140 2002-09-24  Simon Josefsson  <jas@extundo.com>
3141
3142         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3143         (mml2015-use): Prefer PGG if installed.
3144         (mml2015-function-alist): Add PGG wrappers.
3145         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3146         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3147         prefix, make regexp optionally skip it.
3148         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3149         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3150         (mml2015-pgg-encrypt): New functions.
3151         (defvar, autoload): Prevent byte-compile warnings.
3152
3153 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3154         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3155
3156         * gnus-art.el (article-strip-banner): Check for the existence of
3157         from header.
3158
3159 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3160
3161         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3162         (gnus-button-alist): Improved regexp for
3163         gnus-button-handle-mid-or-mail (false positives), fixed
3164         gnus-button-handle-man entries.
3165         From Reiner Steib.
3166
3167 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3168         From Josh Huber.
3169
3170         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3171         nnmail-extra-headers is non-nil.
3172
3173 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3174
3175         * nnmaildir.el: Store article numbers persistently.  General
3176         revision.
3177         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3178         for nnmail-expiry-wait; delete instead of moving if 'force is
3179         given.
3180
3181 2002-09-23  Simon Josefsson  <jas@extundo.com>
3182         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3183
3184         * smime.el (smime-sign-buffer): Get key and extra certs.
3185         (smime-get-key-with-certs-by-email): Utility function.
3186
3187 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3188         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3189
3190         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3191         article exists.
3192
3193 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3194
3195         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3196
3197 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3198         From Reiner Steib.
3199
3200         * gnus-art.el (gnus-button-handle-custom,
3201         gnus-button-handle-mid-or-mail,
3202         gnus-button-handle-describe-{function,variable,key},
3203         gnus-button-handle-apropos{,command,variable}): New functions.
3204         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3205         gnus-button-{man,emacs,mail}-level): New variables.
3206         (gnus-button-alist): Use the above to buttonize emacs and mail
3207         related links.
3208
3209 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3210
3211         * gnus-int.el (gnus-status-message): Fix spacing.
3212
3213         * imap.el (imap-continuation): Fix typos.
3214
3215 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3216
3217         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3218
3219         * gnus-art.el (gnus-article-reply-with-original): Correct
3220         with-current-buffer scope.
3221
3222         * message.el (message-completion-alist): Add Reply-To, From, etc.
3223
3224 2002-09-18  Simon Josefsson  <jas@extundo.com>
3225
3226         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3227         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3228
3229 2002-09-17  Simon Josefsson  <jas@extundo.com>
3230
3231         * nnimap.el (nnimap-expiry-target): Don't search for which
3232         articles exists here.
3233         (nnimap-request-expire-articles): Do it here instead.  Only expire
3234         when articles are found.  Suggested by Nevin Kapur
3235         <nevin@jhu.edu>.
3236
3237 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3238         From Reiner Steib <reiner.steib@gmx.de>.
3239
3240         * message.el (message-strip-subject-trailing-was)
3241         (message-change-subject, message-add-archive-header)
3242         (message-xpost-fup2-header, message-xpost-insert-note)
3243         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3244         adopted from message-utils.el.  Add functions to the keymap, mode
3245         describtion and menu.
3246         (message-change-subject,message-xpost-fup2): Signal error if
3247         current header is empty.
3248         (message-xpost-insert-note): Changed insert position.
3249         (message-archive-note): Ensure to insert note in message body (not
3250         in head).
3251         (message-archive-header, message-archive-note)
3252         (message-xpost-default, message-xpost-note, message-fup2-note)
3253         (message-xpost-note-function): New variables adopted from
3254         message-utils.el.  Changed some doc-strings.
3255         (message-mark-insert-{begin,end}): Rename from
3256         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3257         values.
3258         (message-subject-trailing-was-query)
3259         (message-subject-trailing-was-ask-regexp)
3260         (message-subject-trailing-was-regexp): New variables.
3261         (message-to-list-only): Added doc-string and menu entry.
3262
3263         * message-utils.el: Removed.  Functions are now in message.el.
3264
3265 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3266
3267         * gnus-art.el (gnus-article-reply-with-original,
3268         gnus-article-followup-with-original): Switch to
3269         gnus-summary-buffer before reply/followup.
3270
3271 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3272
3273         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3274         not exist. Toggle it anyway.
3275
3276 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3277
3278         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3279
3280         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3281         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3282
3283         * rfc2047.el (message-posting-charset): Defvar it.
3284         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3285         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3286
3287         * mail-source.el (mail-source-fetch): Hide password.
3288
3289         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3290
3291 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3292         From John Paul Wallington <jpw@shootybangbang.com>.
3293
3294         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3295
3296 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3299
3300 2002-09-11  Simon Josefsson  <jas@extundo.com>
3301
3302         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3303         (nnimap-split-rule): Doc fix.
3304         (nnimap-request-expire-articles): Cleanup code.
3305
3306 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3307         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3308
3309         * gnus-art.el (gnus-article-address-banner-alist): New option.
3310         (article-strip-banner): Refer the above option to split banners of
3311         free mail servers, when no group parameter is specified.
3312
3313 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * nntp.el (nntp-wait-for-string): Check for a process in the
3316         current buffer instead of `nntp-server-buffer'.
3317
3318 2002-09-09  Simon Josefsson  <jas@extundo.com>
3319
3320         * gnus-art.el (gnus-button-man-handler): New variable.
3321         (gnus-button-alist): Use g-b-handle-man.
3322         (gnus-button-handle-man): New, call g-b-man-handler.
3323
3324 2002-09-08  Simon Josefsson  <jas@extundo.com>
3325
3326         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3327
3328 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3331
3332 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3335
3336         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3337         keystroke.
3338
3339         * gnus-srvr.el (gnus-browse-describe-group): New command and
3340         keystroke.
3341
3342 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3345         value for gnus-decoration property.
3346
3347 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3348
3349         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3350         string) as group name in case we have a CRLF in the file.
3351
3352 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3353
3354         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3355         group.
3356         (rfc1843-decode-hzp): do.
3357         (rfc1843-newsgroups-regexp): do.
3358
3359 2002-09-04  Simon Josefsson  <jas@extundo.com>
3360
3361         * message.el (message-canlock-generate): Make sure sha1 doesn't
3362         call external programs.
3363
3364 2002-09-03  Simon Josefsson  <jas@extundo.com>
3365
3366         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3367
3368         * gnus-agent.el (gnus-agent-batch): Add doc.
3369
3370 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3371
3372         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3373         check for signed and encrypted parts.
3374         * mml.el (mml-parse-1): Correct small typo which preventing
3375         setting recipients in a secure tag.
3376
3377 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * mm-util.el (mm-coding-system-priorities): Default to a list of
3380         iso-2022-jp and others for the Japanese environment.
3381
3382 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3385         invalid display names.
3386
3387 2002-08-30  Simon Josefsson  <jas@extundo.com>
3388
3389         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3390         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3391
3392 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3393
3394         * gnus.el (gnus-group-charter-alist): New option.
3395         (gnus-group-fetch-control-use-browse-url): New option.
3396
3397         * gnus-group.el (gnus-group-fetch-charter): New function.
3398         (gnus-group-fetch-control): New function.
3399         Add them to the keymap and menu. Require mm-url.
3400
3401 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3404         From Alex Schroeder <alex@emacswiki.org>.
3405
3406 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3407
3408         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3409         items expecting user interaction.
3410
3411         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3412
3413         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3414
3415         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3416
3417         * mml.el (mml-menu): do.
3418
3419 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * mail-source.el (mail-source-touch-pop): New function.
3422
3423         * message.el (message-smtpmail-send-it): New function.
3424         (message-send-mail-function): Add it for a candidate.
3425
3426 2002-08-27  Simon Josefsson  <jas@extundo.com>
3427
3428         * gnus-msg.el (posting-charset-alist): Use
3429         gnus-define-group-parameter instead of defcustom.
3430         (gnus-put-message): Handle SPC in GCC.
3431         (gnus-inews-insert-gcc): Ditto.
3432         (gnus-inews-insert-archive-gcc): Ditto.
3433
3434 2002-08-26  Simon Josefsson  <jas@extundo.com>
3435
3436         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3437         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3438         (gnus-agent-possibly-save-gcc): Autoload.
3439         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3440
3441 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * gnus.el (gnus-other-frame-function): New user option.
3444         (gnus-other-frame): Use it; add a doc-string; make it work with
3445         the gnuclient program.
3446
3447         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3448
3449         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3450         `device-connection' and `dfw-device'.
3451
3452 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3453
3454         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3455         positives, make it stricter.  From Jochen Hein (trivial change).
3456
3457 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus.el (gnus-other-frame): Trivial fix.
3460
3461 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * gnus.el (gnus-other-frame-parameters): New user option.
3464         (gnus-other-frame-object): New variable.
3465         (gnus-other-frame): Make it search for existing Gnus frame; don't
3466         read new news; delete frame on exit.
3467
3468         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3469
3470         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3471
3472 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3473         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3474
3475         * message.el (message-set-auto-save-file-name): Add support for
3476         the Cygwin Emacs; the system-type is `cygwin'.
3477         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3478
3479 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3480
3481         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3482
3483         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3484         avoid arithmetic errors.
3485
3486 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3489
3490 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3493         (message-ignored-resent-headers): Add envelope From.
3494
3495 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3496
3497         * gnus.el (gnus-summary-line-format): Document %k specifier.
3498
3499 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3500
3501         * gnus-sum.el (gnus-summary-line-message-size): New function.
3502         (gnus-summary-line-format-alist): Use it.
3503
3504 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * gnus-art.el (article-make-date-line): Refer to the value for
3507         `gnus-article-time-format' in the summary buffer.
3508
3509         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3510
3511 2002-08-14  Simon Josefsson  <jas@extundo.com>
3512
3513         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3514         quoting.
3515         (gnus-button-alist): Fix doc.
3516         (gnus-header-button-alist): Use ' not ` for default value quoting.
3517         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3518         rationale similar to 2002-05-01 change.
3519         (gnus-article-add-buttons-to-head): Evaluate expression.
3520
3521         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3522
3523 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * message.el (message-font-lock-keywords): Refer to the value for
3526         `message-cite-prefix-regexp' dynamically.
3527
3528 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3531
3532 2002-08-12  Simon Josefsson  <jas@extundo.com>
3533
3534         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3535         (imap-shell-open): Skip initial junk before IMAP greeting.
3536
3537 2002-08-11  Simon Josefsson  <jas@extundo.com>
3538
3539         * message-utils.el (message-xpost-default,
3540         message-xpost-fup2-header, message-xpost-fup2): Fixed
3541         Typos.  Trivial changes from Reiner Steib
3542         <4uce.02.r.steib@gmx.net>.
3543
3544 2002-08-09  Simon Josefsson  <jas@extundo.com>
3545
3546         * message.el (message-canlock-password): Set
3547         canlock-password-for-verify to newly generated canlock-password.
3548         When Emacs is restarted, Custom makes sure this is set, but during
3549         the same session we must set it manually.
3550
3551 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3552
3553         * yenc.el: New file.
3554
3555         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3556         (mm-uu-type-alist): Add yenc.
3557         (mm-uu-yenc-filename): New function.
3558         (mm-uu-yenc-extract): New function.
3559
3560         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3561
3562 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3563
3564         * dgnushack.el (merge): Don't use coerce.
3565
3566 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3567
3568         * mailcap.el (mailcap-mime-data): Test window-system rather than
3569         mm-device-type.
3570         (mailcap-mime-data): Call xdvi and gv with "-safer".
3571
3572         * mm-util.el: Don't define mm-device-type.
3573
3574 2002-08-05  Simon Josefsson  <jas@extundo.com>
3575
3576         * mm-util.el (mm-coding-system-priorities): coding-system type not
3577         supported everywhere.
3578
3579 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * gnus.el (gnus-version-number): Bumped version number.
3582
3583 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3584
3585         * gnus.el: Oort Gnus v0.07 is released.
3586
3587 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3590         (gnus-article-sort-functions): Doc fix.
3591         (t): New keystroke.
3592         (gnus-article-sort-by-random): New function.
3593         (gnus-thread-sort-by-random): New function.
3594
3595 2002-08-02  Simon Josefsson  <jas@extundo.com>
3596
3597         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3598         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3599
3600 2002-07-31  Danny Siu  <dsiu@adobe.com>
3601
3602         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3603         when splitting malformed messages without message-id
3604
3605 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3606         From Niklas Morberg <niklas.morberg@axis.com>.
3607
3608         * nnweb.el (nnweb-type, nnweb-type-definition)
3609         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3610         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3611         functionality.
3612         * nnweb.el: Removed old non-functioning search engines.
3613
3614 2002-07-27  Simon Josefsson  <jas@extundo.com>
3615
3616         * message.el (message-forward-make-body): Don't use
3617         `message-forward-ignored-headers' when doing a "raw" followup (it
3618         is important to preserve e.g. CTE).
3619
3620         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3621
3622         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3623         regexp-quote, Cyrus Sieve is fixed.
3624
3625         * sieve-manage.el (sieve-manage-deletescript): New function.
3626
3627         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3628         (sieve-manage-mode): Fix menubar.
3629         (sieve-activate): Change some messages.
3630         (sieve-deactivate-all): New function.
3631         (sieve-deactivate): New alias.
3632         (sieve-remove): New function.
3633         (sieve-help): Fix help.
3634         All suggested by Ned Ludd.
3635
3636 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3639         (mm-w3m-safe-url-regexp): New user option.
3640
3641         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3642         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3643
3644 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3645
3646         * gnus-sum.el (gnus-summary-delete-article): Force
3647         nnmail-expiry-target to 'delete, so that absolute deletion
3648         happens when absolute deletion is requested.
3649
3650 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3651         From Nevin Kapur <nevin@jhu.edu>.
3652
3653         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3654         headers as empty headers.
3655
3656 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3657         From Jochen Hein <jochen@jochen.org>.
3658
3659         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3660         correct typo.
3661         (gnus-emphasis-strikethru): New face.
3662
3663 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3664         From Jason Merrill <jason@redhat.com>.
3665
3666         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3667         entire file for each of a sequence of missing articles.
3668
3669         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3670         value for gnus-view-pseudos.
3671
3672         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3673         avoid nreverse.
3674
3675 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3676         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3677
3678         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3679         (gnus-summary-mode-line-format-alist): Add %h for number of
3680         spams.
3681         (gnus-newsgroup-spam-marked): New variable.
3682         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3683         (gnus-article-read-p, gnus-article-mark)
3684         (gnus-set-global-variables, gnus-set-global-variables)
3685         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3686         (gnus-summary-mark-article-as-unread)
3687         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3688         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3689         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3690
3691 2002-07-10  Simon Josefsson  <jas@extundo.com>
3692
3693         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3694         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3695
3696 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3697
3698         * gnus-sum.el (gnus-summary-delete-article): Respect group
3699         parameters while expiring.
3700
3701 2002-07-08  Simon Josefsson  <jas@extundo.com>
3702
3703         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3704         Enberg.
3705
3706 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3707
3708         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3709         function is called interactively.  From Niklas Morberg.
3710
3711 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3712
3713         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3714         cdaar to cdar and car.
3715
3716         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3717         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3718
3719 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3722         don't break a narrowed article.
3723
3724         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3725         (nntp-open-via-rlogin-and-telnet): Ditto.
3726
3727 2002-07-02  Didier Verna  <didier@xemacs.org>
3728
3729         * nnmail.el (nnmail-split-methods): fix custom type.
3730
3731 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3732
3733         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3734         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3735
3736 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3737
3738         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3739         (gnus-summary-resend-message): Use it.
3740
3741 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3744         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3745
3746 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3747
3748         * message.el (message-font-lock-keywords): Don't fontify
3749         headers in the message body, only in the header.
3750         (message-font-lock-make-header-matcher): New function, used by
3751         message-font-lock-keywords.
3752         From Katsumi Yamaoka <yamaoka@jpl.org>.
3753
3754 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3757
3758 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3761
3762 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3763
3764         * message.el (message-font-lock-keywords): Revert 2002-06-22
3765         change.
3766
3767 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3768
3769         * message.el (message-font-lock-keywords): Put colon in header
3770         name match.
3771
3772 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3773
3774         * message.el (message-font-lock-keywords): Don't use header faces
3775         in the body.  Thanks to Stefan Monnier for the hint on the
3776         implementation.
3777
3778 2002-05-09  Miles Bader  <miles@gnu.org>
3779
3780         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3781         (gnus-article-hide-citation): Respect it.
3782
3783 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3784
3785         * pop3.el (pop3-open-server): Fix typo.
3786
3787 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3788
3789         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3790         instead of push to ignore duplicate to-(list|address) values.
3791         * nnmail.el (nnmail-cache-ignore-groups): New.
3792         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3793
3794 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3795
3796         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3797         before sending.  Suggested by Jan Rychter.
3798
3799 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * dgnushack.el (remove): New compiler macro.
3802         (last, coerce, subseq): Remove compiler macros for those built-in
3803         or unused functions.
3804
3805 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3806
3807         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3808         sure to write byte-compiled versions of gnus-*-format-alist to
3809         .newsrc.eld.  From Simon Josefsson.
3810
3811 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3812
3813         * gnus-agent.el (gnus-agent-read-servers)
3814         (gnus-agent-write-servers): Put server name (string like
3815         "nnchoke:frumple") in the file instead of a server specification
3816         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3817         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3818
3819 2002-06-16  Simon Josefsson  <jas@extundo.com>
3820
3821         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3822         Reiner Steib <4uce.02.r.steib@gmx.net>.
3823
3824 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3825
3826         * nnheader.el (nnheader-file-name-translation-alist): Set the
3827         default value for MS Windows systems.
3828
3829         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3830
3831 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * message.el (message-beginning-of-line): Keep the region active
3834         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3835
3836 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3837
3838         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3839         * gnus-msg.el (gnus-summary-reply): Ditto.
3840         * gnus-msg.el (gnus-summary-handle-replysign): New.
3841
3842 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3845         if sending failed.
3846
3847 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3848
3849         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3850         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3851         to sign while encrypting.
3852
3853 2002-06-11  Simon Josefsson  <jas@extundo.com>
3854
3855         * gnus-int.el (gnus-request-move-article): Agent expire article if
3856         successfuly moved.
3857
3858         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3859         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3860
3861 2002-06-10  Simon Josefsson  <jas@extundo.com>
3862
3863         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3864
3865 2002-06-09  Simon Josefsson  <jas@extundo.com>
3866
3867         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3868
3869         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3870
3871 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3872
3873         * flow-fill.el (fill-flowed): Ignore errors.
3874
3875 2002-06-06  Simon Josefsson  <jas@extundo.com>
3876
3877         * message.el (message-send-mail-with-sendmail): Improve error message.
3878
3879 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3880
3881         * message.el (message-interactive): Change default from nil to t.
3882         Better to be safe than to be fast.
3883
3884 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3885
3886         * message.el (message-send-mail-with-sendmail): Check return value
3887         from call-process-region.
3888
3889 2002-06-04  Simon Josefsson  <jas@extundo.com>
3890
3891         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3892         (gnus-group-post-news, gnus-summary-mail-other-window)
3893         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3894         gnus-article-copy to nil, thereby inhibiting the `header' posting
3895         style match to use data from last viewed article.
3896         Suggested by Hrvoje Niksic.
3897
3898 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * spam.el (spam-point-at-eol): New alias.
3901         (spam-parse-whitelist): Use it.
3902
3903 2002-06-03  Simon Josefsson  <jas@extundo.com>
3904
3905         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3906         (nnmail-article-group): Use it.
3907
3908 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3909
3910         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3911         so that code reading them won't be surprised.  From Jesper Harder
3912         <harder@ifa.au.dk>.
3913
3914 2002-05-29  Simon Josefsson  <jas@extundo.com>
3915
3916         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3917         articles.
3918
3919         * gnus.el (gnus-agent-cache): Doc fix.
3920         (gnus-agent): Change default to t.
3921
3922         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3923         ARTICLES, GROUP and FORCE parameters.
3924
3925 2002-05-28  Simon Josefsson  <jas@extundo.com>
3926
3927         * gnus-group.el (gnus-group-line-format): Doc fix.
3928
3929 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3930
3931         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3932         original article before yanking.  From Jesper Harder
3933         <harder@ifa.au.dk>.
3934
3935 2002-05-26  Simon Josefsson  <jas@extundo.com>
3936
3937         * gnus-sum.el (gnus-summary-menu-split): New function.
3938         (gnus-summary-make-menu-bar): Split charset submenu.
3939         (gnus-summary-menu-maxlen): New variable.
3940         (gnus-summary-menu-split): Use it.
3941
3942 2002-05-25  Simon Josefsson  <jas@extundo.com>
3943
3944         * mml.el (mml-preview): Generate some headers.
3945
3946         * gnus.el (gnus-large-newsgroup): Fix :type.
3947
3948         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3949         Agent cache NOV's by default now).
3950         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3951
3952 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3953
3954         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3955         call to gnus-parent-id when we check for References loops.
3956         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3957         twice by saving the simplified subject string in simp-subject.
3958
3959 2002-05-23  Simon Josefsson  <jas@extundo.com>
3960
3961         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3962         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3963
3964         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3965         Niklas Morberg <niklas.morberg@axis.com>.
3966
3967 2002-05-22  Simon Josefsson  <jas@extundo.com>
3968
3969         * sieve.el (sieve-change-region): Define it before it is used.
3970
3971         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3972         (gnus-summary-reply): Ask for confirmation when replying to news.
3973         Defaults to not ask.  From Benjamin Rutt
3974         <rutt+news@cis.ohio-state.edu>.
3975
3976         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3977
3978 2002-05-21  Simon Josefsson  <jas@extundo.com>
3979
3980         * sieve-mode.el (sieve-manage): Fix autoloads.
3981
3982         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3983         name (makes it work with recent Cyrus timsieved).
3984
3985 2002-05-20  Jason  <jbaker@cs.utah.edu>
3986         Trivial patch.
3987
3988         * gnus-art.el (gnus-request-article-this-buffer): Try
3989         reconnecting if you don't get the message.
3990
3991 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3992
3993         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3994         Reply-To headers from the headers.
3995
3996 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * mm-url.el (mm-url-insert): Remove junk message.
3999
4000 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4003         (nnslashdot-use-front-page): New variable.
4004         (nnslashdot-request-list): Use it.
4005
4006         * mm-url.el (mm-url-timeout): New variable.
4007         (mm-url-retries): Ditto.
4008         (mm-url-insert): Use it.
4009
4010 2002-05-16  Simon Josefsson  <jas@extundo.com>
4011
4012         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4013         (gnus-simplify-subject-functions): Mention g-s-a-w.
4014
4015 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4016
4017         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4018         nnmail-cache-insert.
4019         * nndiary.el (nndiary-request-accept-article): Ditto.
4020         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4021         * nnimap.el (nnimap-request-accept-article): Ditto.
4022         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4023         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4024         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4025         * nnmh.el (nnmh-request-accept-article): Ditto.
4026         * nnmail.el (nnmail-cache-insert): Change group to required,
4027         removed code which tried to figure out the group.
4028
4029 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4030
4031         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4032         messages. From Hans de Graaff <hans@degraaff.org>.
4033         * nnml.el (nnml-request-accept-article): Pass in the group name to
4034         nnmail-cache-insert, since it's available.
4035
4036 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4037
4038         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4039
4040 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4041         From Florian Weimer <fw@deneb.enyo.de>.
4042
4043         * gnus.el (subscribed): New group parameter.
4044         (gnus-find-subscribed-addresses): Use it.
4045
4046 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4047
4048         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4049         the default for pgpmime to support pgp v2.
4050         * mml-sec.el (mml-signencrypt-style): New accessor function to
4051         allow users to get/set the signencrypt style more easily without
4052         frobbing the alist directly.
4053         * mml.el (mml-generate-mime-1): Use accessor function.
4054
4055 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4056
4057         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4058         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4059         <schwab@suse.de>.
4060
4061 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4062
4063         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4064         when intuiting the group the message is written to.  From Josh
4065         Huber <huber@alum.wpi.edu>.
4066
4067 2002-05-06  Simon Josefsson  <jas@extundo.com>
4068
4069         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4070         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4071
4072 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4073
4074         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4075         argument, and fixed compiler warning. (added autoload for
4076         gpg-encrypt).
4077
4078 2002-05-04  Simon Josefsson  <jas@extundo.com>
4079
4080         * mml1991.el (mml1991-function-alist): Doc fix.
4081
4082         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4083         doesn't exist (for previewing messages without having Gnus
4084         started).
4085
4086         * mm-util.el (mm-coding-system-priorities): Defcustom.
4087
4088         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4089
4090 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4091
4092         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4093         default.
4094         * mml-sec.el:
4095         * mml-sec.el (mml-signencrypt-style): New.
4096         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4097         argument `sign'.
4098         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4099         signencrypt.
4100         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4101         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4102         both signed & encryped is processed in one operation. (rather than
4103         two separate ops: sign, then encrypt)
4104         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4105         indication if a message is signed by an expired key.
4106         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4107         enables combined sign & encrypt operation. (this was always on
4108         before).
4109         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4110
4111 2002-05-01  Simon Josefsson  <jas@extundo.com>
4112
4113         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4114         server.
4115         (nnimap-mailbox-info): defvar instead of defvoo.
4116
4117 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4118
4119         * gnus.el: Oort Gnus v0.06 is released.
4120
4121 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * lpath.el: Bind url-package-version.
4124
4125 2002-05-01  Simon Josefsson  <jas@extundo.com>
4126
4127         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4128         filename before deleting the group itself, because the presence of
4129         a group filename decides if long filenames are used or not.
4130
4131         * gnus-art.el (gnus-button-alist): Don't inline
4132         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4133         without also modifying g-button-alist.
4134         (gnus-button-alist): Fix type to allow variable as well as regexp.
4135         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4136         themselves, variables to its contents.
4137         (gnus-button-entry): Ditto.
4138
4139 2002-05-01  Simon Josefsson  <jas@extundo.com>
4140
4141         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4142         UIDNEXT as a string.
4143
4144         * nnimap.el (nnimap-string-lessp-numerical): New function.
4145         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4146         integers.
4147
4148 2002-04-29  Simon Josefsson  <jas@extundo.com>
4149
4150         * nnmail.el (nnmail-cache-insert): Accept optional group
4151         parameter.
4152
4153         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4154         n-r-g-a is disabled.
4155
4156 2002-04-29  Simon Josefsson  <jas@extundo.com>
4157
4158         * nnimap.el (nnimap-split-fancy): Fix doc.
4159         (nnimap-split-fancy): Fix doc.
4160
4161         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4162         (nnimap-mailbox-info): New internal variable.
4163         (nnimap-retrieve-groups): Implement faster new mail check.
4164
4165         * nnimap.el (nnimap-split-articles): Support
4166         nnmail-cache-accepted-message-ids.
4167         (nnimap-request-accept-article): Ditto.
4168
4169         * imap.el (imap-mailbox-status-asynch): New command.
4170
4171 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4172
4173         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4174         are no subscribed mail groups.
4175         - Strip quoted names when comparing addresses
4176
4177 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4178
4179         * mm-decode.el (mm-text-html-renderer): Change customize type to
4180         const.
4181
4182         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4183         (gnus-debug-exclude-variables): do.
4184
4185 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4186
4187         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4188         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4189
4190 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * dns.el (dns-make-network-process): New macro.
4193         (query-dns): Use it.
4194
4195 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4196
4197         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4198         article-buffer.
4199
4200         * mm-url.el (mm-url-package-name): New variable.
4201         (mm-url-package-version): New variable.
4202         (mm-url-insert-file-contents): Bind url-package-name and
4203         url-package-version here.
4204         * nnrss.el (nnrss-insert-w3): Move the bindings.
4205
4206         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4207         url-package-version. Trivial change from Andrew J Cosgriff
4208         <ajc@polydistortion.net>
4209
4210         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4211         attachments. Trivial change from Peter 'Luna' Runestig
4212         <peter@runestig.com>.
4213
4214 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4215
4216         * nnkiboze.el (nnkiboze-request-scan): Call
4217         nnkiboze-possibly-change-group.
4218         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4219         problems.
4220         (nnkiboze-generate-group): Set newsrc to the *highest* article
4221         number kibozed, not the lowest.
4222
4223 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4224
4225         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4226
4227 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4228         From Dan Christensen <jdc+news@uwo.ca>.
4229
4230         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4231         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4232         Recognize math postings.  Extract Date (now ignores "(15kb)").
4233         Extract email address using gnus-extract-address-components
4234         instead of just taking the first word.  Create Date and From
4235         headers for message which are missing these headers.  Get rid
4236         of spurious \\ lines (purely cosmetic).  Extend body-end and
4237         file-end regexps, to exclude more garbage from the message.
4238         Make URL rephrasing regexp more flexible, to match current
4239         format.
4240
4241 2002-04-23  Simon Josefsson  <jas@extundo.com>
4242
4243         * netrc.el: New file, functions copied from gnus-util.el by Ted
4244         Zlatanov <tzz@lifelogs.com>.
4245
4246         * gnus-util.el: Require netrc.
4247         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4248         new code in netrc.el.
4249
4250 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4251
4252         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4253         message-ignored-resent-headers, too.  From Matthieu Moy
4254         <Matthieu.Moy@imag.fr>.
4255
4256 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4257
4258         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4259         boolean not a string
4260         * gnus-group.el (gnus-group-line-format): add description of %C
4261         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4262           as %C
4263         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4264
4265 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4266
4267         * nnmaildir.el (nnmaildir-request-scan): typo: set
4268         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4269         nnmail-get-new-mail for 'find-new-groups.
4270
4271 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4272
4273         * nnmaildir.el (nnmaildir-request-update-info,
4274         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4275         unnecessary calls to nnmaildir-request-scan.
4276
4277 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4278
4279         * gnus-msg.el:
4280         * gnus-msg.el (gnus-message-replysign): New.
4281         * gnus-msg.el (gnus-message-replyencrypt): New.
4282         * gnus-msg.el (gnus-message-replysignencrypted): New.
4283         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4284         (above) to automatically encrypt/sign to encrypted/signed
4285         messages.
4286         * message.el:
4287         * message.el (message-mode-map): Add keybinding for
4288         `message-to-list-only'
4289         * message.el (message-mode): Add description for
4290         `message-to-list-only'
4291         * message.el (message-to-list-only): New.
4292         * message.el (message-make-mft): Changed to use the cl loop macro,
4293         and added optional flag to return only the matched list. (for use
4294         in new message-to-list-only function)
4295
4296 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4297
4298         * gnus-msg.el:
4299         * gnus-msg.el (gnus-message-replysign):
4300         * gnus-msg.el (gnus-replysign): New.
4301         * gnus-msg.el (gnus-replyencrypt): New.
4302         * gnus-msg.el (gnus-replysignencrypted): New.
4303         * gnus-msg.el (gnus-summary-reply):
4304         * message.el:
4305         * message.el (message-mode-map):
4306         * message.el (message-mode):
4307         * message.el (message-to-list-only): New.
4308         * message.el (message-make-mft):
4309
4310 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4311
4312         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4313
4314 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4315
4316         * message.el (message-gen-unsubscribed-mft): accept a prefix
4317         argument so CC can be included with C-u C-c C-f C-a
4318
4319 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4320         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4321
4322         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4323         Improve docstring.
4324         (spam-enter-blacklist): New command.
4325
4326         * gnus-sum.el (gnus-spam-mark): New mark.
4327         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4328         (gnus-summary-make-tool-bar): Correct conditional.
4329         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4330         (gnus-summary-mark-as-spam): New command.
4331
4332 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4333
4334         * mml-sec.el (mml-secure-message): changed to support arbritrary
4335         modes.
4336         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4337         changed to support "signencrypt" mode.
4338         * mml.el (mml-parse-1): changed to support different secure modes
4339         more easily. (for signencrypt)
4340
4341 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4342
4343         * gnus-sum.el (gnus-update-summary-mark-positions)
4344         (gnus-summary-toggle-header):
4345         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4346         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4347         (gnus-uu-post-encoded):
4348         * nnfolder.el (nnfolder-possibly-change-group):
4349         * nnimap.el (nnimap-retrieve-headers):
4350         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4351
4352 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4353
4354         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4355         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4356
4357 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * gnus-srvr.el (gnus-server-set-info): Clear
4360         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4361         From Daiki Ueno <ueno@unixuser.org>.
4362
4363 2002-04-11  Simon Josefsson  <jas@extundo.com>
4364
4365         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4366         viewing of security buttons.  Thanks to Nicolas Kowalski
4367         <Nicolas.Kowalski@imag.fr>.
4368
4369         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4370         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4371         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4372         <Nicolas.Kowalski@imag.fr>.
4373         (smime-decrypt-buffer): Ditto.
4374
4375 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4376
4377         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4378         header line.
4379
4380 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4381
4382         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4383
4384 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4385
4386         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4387
4388 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4389
4390         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4391         errors when debug.
4392
4393 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4394
4395         * message.el (message-make-mft): Changed MFT code from using
4396         message-recipients (which included Bcc) to use only the To and CC
4397         headers.
4398
4399 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4400
4401         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4402         add link.
4403         (gnus-treat-mail-picon): Ditto.
4404         (gnus-treat-newsgroups-picon): Ditto.
4405         (gnus-picon-databases): Fix custom type.
4406         (gnus-picon-databases): Add link.
4407         (gnus-article-x-face-command): Add to gnus-picon group.
4408
4409 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4410
4411         * message.el (message-buffer-naming-style): Remove.
4412
4413 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4414
4415         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4416
4417         * message.el (message-tool-bar-map): Ditto.
4418
4419         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4420
4421 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4422
4423         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4424
4425 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4426
4427         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4428
4429 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4430         Trivial patch.
4431
4432         * dns.el: open-network-stream under XEmacs does udp.
4433
4434 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4435
4436         * spam.el (spam-enter-whitelist): New function.
4437         (spam-parse-whitelist): Ditto.
4438         (spam-refresh-list-cache): Ditto.
4439         (spam-address-whitelisted-p): New function.
4440
4441         * dns.el (query-dns): Use TCP when make-network-process isn't
4442         available.
4443         (dns-servers): New variable.
4444         (dns-parse-resolv-conf): New function.
4445         (query-dns): Use it.
4446
4447         * spam.el: New file.
4448
4449         * dns.el (query-dns): Test.
4450
4451 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4452
4453         * lpath.el (featurep): Bind make-network-process.
4454
4455 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4456
4457         * nnmaildir.el: Use defstruct.  Use a single copy of
4458         nnmail-extra-headers to save memory.  Store server's group name
4459         prefix instead of each group's prefixed name.
4460         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4461         nntp-server-buffer.
4462
4463 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * dns.el: New file.
4466
4467 2002-03-28  Simon Josefsson  <jas@extundo.com>
4468
4469         * gnus-sum.el (gnus-summary-dummy-line-format):
4470         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4471         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4472
4473 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4474
4475         * gnus-sum.el (gnus-summary-move-article)
4476         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4477         the doc string.
4478
4479 2002-03-28  Simon Josefsson  <jas@extundo.com>
4480
4481         * mml-sec.el (mml-secure-message): Search after
4482         mail-header-separator from top of message.
4483
4484 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4485
4486         * nnmaildir.el: Cosmetic changes.
4487         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4488         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4489         nnmaildir--group-ls): New macros/functions.  Use them.
4490         (nnmaildir--unlink): Evalutate argument only once.
4491
4492 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4493
4494         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4495         symbols.
4496         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4497         `gnus-point-at-eol'.
4498
4499 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4500
4501         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4502         nnmaildir--marks-dir): New macros.  Use them.
4503         Use inhibit-quit for atomicity instead of in-memory journaling.
4504         (nnmaildir--edit-prep): New function.
4505         (Local Variables): Use it.
4506
4507 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4508
4509         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4510
4511 2002-03-25  Simon Josefsson  <jas@extundo.com>
4512
4513         * message.el (message-mode): Fix doc.
4514
4515 2002-03-25  Simon Josefsson  <jas@extundo.com>
4516
4517         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4518         Matthieu Moy <Matthieu.Moy@imag.fr>.
4519
4520 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4521
4522         * mml-sec.el (mml-unsecure-message): Add docstring.
4523
4524 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4525
4526         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4527         value.
4528         Trivial change from andre@slamdunknetworks.com
4529
4530 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4531
4532         * mml.el (mml-mode-map): Added a keybinding for
4533         `mml-unsecure-message'.  Also, added a menu entry for said
4534         function in the Attachments menu.
4535
4536 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * canlock.el (canlock-version): Remove.
4539         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4540         here; simplify \x insertions.
4541         (canlock-sha1): New function, always return a unibyte string.
4542         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4543         of a password.
4544         (canlock-insert-header): Use `canlock-sha1'.
4545         (canlock-verify): Ditto.
4546
4547 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4548
4549         * message.el (message-fix-before-sending): Add an option that
4550         ignores illegible text.
4551         Trivial change from Mark Milhollan <mlm@attglobal.net>
4552
4553         * message.el (message-font-lock-keywords): Support multi-line MML
4554         tags.
4555
4556         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4557         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4558
4559 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4562         symbols for "View as different encoding" submenu.
4563
4564 2002-03-19  Simon Josefsson  <jas@extundo.com>
4565
4566         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4567         encoding" submenu.
4568
4569 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4570
4571         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4572
4573 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4574
4575         * gnus-sum.el (gnus-sum-thread-tree-root)
4576         (gnus-sum-thread-tree-single-indent)
4577         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4578         (gnus-sum-thread-tree-leaf-with-other)
4579         (gnus-sum-thread-tree-single-leaf): Make customizable.
4580
4581 2002-03-16  Simon Josefsson  <jas@extundo.com>
4582
4583         * gnus-util.el (gnus-extract-address-components): Don't break on
4584         names such as James "Kibo" Parry.  From Francis Litterio
4585         <franl@world.std.com>.
4586
4587 2002-03-13  Simon Josefsson  <jas@extundo.com>
4588
4589         * pop3.el (pop3-open-server): Revert multibyte change.  From
4590         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4591
4592         * message.el (message-send-mail-with-qmail): Make it work.  From
4593         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4594
4595 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4596
4597         * message.el (message-make-mft): Set case-fold-search while
4598         generating the MFT.  Also, a little cleanup in the MFT code.
4599
4600 2002-03-12  Simon Josefsson  <jas@extundo.com>
4601
4602         * message.el (message-qmail-inject-args): May be function.
4603         (message-send-mail-with-qmail): Call function if m-q-i-a is
4604         function.  From fn@hungry.org (Faried Nawaz).
4605
4606 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4607
4608         * message.el (message-abbrevs-loaded): Remove.
4609         (mailabbrev): Require it.
4610
4611         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4612
4613 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * pop3.el (pop3-open-server): Set process buffer unibyte.
4616
4617 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4620
4621 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4622
4623         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4624         too.
4625
4626 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4627
4628         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4629         duplication.
4630         (gnus-summary-save-parts-type-history): Ditto.
4631         (gnus-summary-save-parts-last-directory): Ditto.
4632         Trivial change from andre@slamdunknetworks.com
4633
4634 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4635
4636         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4637
4638 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4639
4640         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4641         -->" as the end of the first article.
4642
4643         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4644         From Matthieu Moy <Matthieu.Moy@imag.fr>
4645
4646         * message.el (message-add-action): Use add-to-list.
4647         (message-delete-action): New function.
4648
4649         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4650         pieces.
4651
4652 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4653
4654         * nnnil.el: New file.
4655         * gnus.el (gnus-valid-select-methods): Include nnnil.
4656
4657 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4658
4659         * message.el (message-syntax-checks): Because canlock is
4660         supported, we disable sender syntax check.
4661         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4662
4663         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4664         value of message-syntax-checks.
4665
4666         * qp.el (quoted-printable-decode-region): Doc addition.
4667         From: Eli Zaretskii <eliz@is.elta.co.il>
4668
4669         * mail-source.el (make-source-make-complex-temp-name): Use
4670         make-temp-file.
4671
4672         * mm-util.el (mm-make-temp-file): New function.
4673         * nneething.el (nneething-file-name): Use it.
4674         * mml-smime.el (mml-smime-encrypt): Ditto.
4675         * mm-view.el (mm-inline-wash-with-file): Ditto.
4676         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4677         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4678         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4679         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4680         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4681         * gnus-art.el (gnus-mime-print-part): Ditto.
4682
4683 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4684
4685         * message.el (nnmaildir-article-number-to-base-name): New
4686         function.
4687         (nnmaildir-base-name-to-article-number): New function.
4688
4689 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * smime.el (smime-make-temp-file): Don't quote
4692         `temporary-file-directory'.
4693
4694 2002-03-04  Simon Josefsson  <jas@extundo.com>
4695
4696         * smime.el (smime-sign-region): Rename argument keyfiles to
4697         keyfile. You only sign something with one key.
4698         (smime-sign-buffer): Better completing-read prompt.
4699         (smime-decrypt-buffer): Ditto.
4700
4701         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4702
4703         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4704         completing-read.
4705         (mm-view-pkcs7-decrypt): CRLF->LF.
4706
4707 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4708
4709         * message.el (message-hierarchical-addresses): New variable.
4710         (message-get-reply-headers): Use it.
4711         From Ted Zlatanov <teodor.zlatanov@divine.com>
4712
4713 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4714
4715         * message.el (message-mode): If buffer-file-name, don't set auto
4716         save file name.
4717         Trivial change from Geoff Greene <ggreene@wpi.edu>
4718
4719 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4720
4721         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4722         takes one argument in read-char.
4723
4724         * message.el (message-fix-before-sending): Forward a char.
4725         Check mmu-multibyte-p, add control-1.
4726
4727 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4728
4729         * gnus-start.el (gnus-read-init-file): Ditto.
4730
4731         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4732
4733         * dgnushack.el (dgnushack-make-load): Ditto.
4734
4735         * mail-source.el (mail-source-fetch): Extract the right error
4736         code.
4737
4738         * message.el (message-fix-before-sending): Check illegible text.
4739
4740         * gnus-util.el (gnus-multiple-choice): New function.
4741
4742         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4743         also defined in gnus-score.el.
4744
4745 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4746
4747         * message.el (message-get-reply-headers): downcase email addresses
4748         for comaparisons for duplicate removal.
4749
4750 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4751
4752         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4753         implementation of PKCS#7, which just allows users read the
4754         message.
4755         (mm-view-pkcs7): Use it.
4756
4757 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4758
4759         * gnus.el (large-newsgroup-initial): New parameter.
4760
4761         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4762         (gnus-summary-insert-old-articles): Ditto.
4763
4764 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4765
4766         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4767         used as the default answer of the question, "How many articles?".
4768         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4769
4770         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4771         small numbers.
4772
4773 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4774
4775         * deuglify.el: Fix comments.
4776
4777 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4778
4779         * html2text.el (html2text-clean-anchor): If there is no HREF,
4780         insert nothing.
4781
4782         * mml.el (mml-generate-mime-1): Add cdr.
4783         From: andre@slamdunknetworks.com
4784
4785         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4786         (mm-text-html-washer-alist): Ditto.
4787
4788         * mm-decode.el (mm-text-html-renderer): Add html2text.
4789
4790         * html2text.el: Face lift.
4791
4792         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4793
4794 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4795
4796         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4797
4798         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4799
4800         * deuglify.el: New file. The original file name is
4801         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4802
4803         * mm-decode.el (mm-display-external): Use
4804         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4805
4806 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4807
4808         * nnmaildir.el (nnmaildir-request-list): Report the highest
4809         article number, not the total number of articles.
4810
4811 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4812
4813         * gnus-sum.el: Move uu key map here.
4814         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4815
4816 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4817
4818         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4819         nnmail-expiry-wait* if expire-age parameter is not set.
4820
4821 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4822
4823         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4824         function.
4825         (gnus-group-sort-selected-groups-by-real-name): New function.
4826         (gnus-group-make-menu-bar): Add sort by real name.
4827
4828         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4829         rebuild.
4830         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4831         nil as dependencies as well.
4832
4833 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4834
4835         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4836         for mime-parts.
4837
4838         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4839
4840         * gnus-group.el (gnus-group-name-decode): Don't test
4841         multibyte-string, because it breaks XEmacs.
4842         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4843
4844         * message.el (message-send-mail): Be talkative.
4845
4846         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4847         (mm-automatic-display): Ditto.
4848
4849         * mailcap.el (mailcap-mime-data): Ditto.
4850         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4851
4852 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * many files: Remove trailing whitespaces, replace spc+tab with
4855         tab, replace leading whitespaces with tabs.
4856
4857 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4858
4859         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4860         articles with no body and no blank line after the header.
4861
4862 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4863
4864         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4865         parts.
4866
4867         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4868         non-ascii chars.
4869
4870         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4871
4872         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4873         w3-delay-image-loads.
4874         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4875         (mm-w3-prepare-buffer): Ditto.
4876
4877         * mail-source.el (mail-source-fetch-directory): Run scripts.
4878
4879 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4882         for Majordomo confirmations.
4883
4884 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4887
4888 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4891
4892 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4893
4894         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4895         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4896
4897 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4898
4899         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4900         (mm-inline-render-with-stdin): Ditto.
4901         (mm-inline-render-with-function): Ditto.
4902         (mm-inline-wash-with-file): Bind coding-system-for-write.
4903         (mm-inline-wash-with-stdin): Ditto.
4904
4905 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4906
4907         Suggested by Felix Natter <fnatter@gmx.net>
4908
4909         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4910         gnus-mime-externalize-view.
4911         (gnus-mime-view-part-internally): Rename from
4912         gnus-mime-internalize-view.
4913         (gnus-article-view-part-externally): Rename from
4914         gnus-article-externalize-part.
4915         (gnus-mime-action-alist): Change correspondingly.
4916         (gnus-mime-button-commands): Ditto.
4917         (gnus-mime-action-alist): Remove duplication.
4918
4919         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4920
4921 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4922
4923         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4924
4925         * gnus-art.el (gnus-display-mime): Use it.
4926
4927         * mm-partial.el (mm-partial-find-parts): Use it.
4928
4929         * gnus-sum.el (gnus-article-loose-mime): Rename from
4930         gnus-article-no-strict-mime.
4931         (gnus-summary-save-parts): Use it.
4932
4933 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4936         local variable.
4937
4938         * gnus-art.el (article-display-x-face): Don't sort multiple
4939         X-Faces.
4940
4941 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4944         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4945
4946         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4947
4948 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4949
4950         Some ideas is inspired by code from Hrvoje Niksic
4951         <hniksic@arsdigita.com>
4952
4953         * gnus-art.el (gnus-article-wash-function): Set the default to
4954         nil, so that we use mm-text-html-renderer instead.
4955         (article-wash-html): Use mm-text-html-renderer.
4956
4957         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4958         (mm-text-html-renderer): New variable.
4959         (mm-inline-text-html-renderer): Set the default to nil, so that we
4960         use mm-text-html-renderer instead.
4961
4962         * mm-view.el (mm-inline-text-html): New function.
4963         (mm-text-html-renderer-alist): New variable.
4964         (mm-inline-text-vcard): New function.
4965         (mm-inline-text): Split.
4966         (mm-links-remove-leading-blank): New function.
4967         (mm-inline-render-with-file): New function.
4968         (mm-inline-render-with-stdin): New function.
4969         (mm-inline-render-with-function): New function.
4970         (mm-text-html-washer-alist): New variable.
4971         (mm-inline-wash-with-file): New function.
4972         (mm-inline-wash-with-stdin): New function.
4973
4974 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4975
4976         * message-utils.el: Fix installation doc.
4977         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4978
4979 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4980
4981         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4982         (gnus-post-method): Use it.
4983         (gnus-summary-cancel-article): Find the correct post-method.
4984
4985         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4986         * message.el (message-send-news): Ditto.
4987         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4988         <ipmonger@delamancha.org>
4989
4990         * gnus.el (gnus-select-method): Fix doc.
4991         (gnus-server-string): Use 'using nntp'.
4992
4993         * gnus-agent.el (gnus-slave-unplugged): New command.
4994         From: Felix Natter <fnatter@gmx.net>
4995
4996 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4997
4998         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4999         Call edit-done-function first, then change the window
5000         configuration.
5001         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5002         (gnus-article-edit-mode): mml-mode.
5003
5004         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5005         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5006
5007         * message-utils.el: Adopt the file.
5008
5009         * message-utils.el: New file.
5010         From Holger Schauer <Holger.Schauer@gmx.de>
5011
5012 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5013
5014         * gnus-sum.el (gnus-summary-move-article): Select-article only
5015         when gnus-move-split-methods is non-nil. And we don't render or
5016         mark the article.
5017
5018         * gnus-fun.el (gnus-shell-command-to-string): New function.
5019         (gnus-shell-command-on-region): New function.
5020         (gnus-random-x-face): Use them.
5021         (gnus-x-face-from-file): Ditto.
5022         (gnus-convert-image-to-gray-x-face): Ditto.
5023         (gnus-convert-gray-x-face-to-xpm): Ditto.
5024         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5025
5026 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * gnus-art.el (gnus-treat-display-xface): Don't use
5029         `shell-command-to-string' when compiling.
5030         (gnus-treat-display-grey-xface): Ditto.
5031
5032 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5033
5034         * nnmaildir.el (nnmaildir--article-count): If the group is
5035         completely empty, report minimum article number as 1 instead of 0.
5036
5037 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5038
5039         * gnus-agent.el (gnus-get-predicate): Use nconc.
5040
5041         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5042         gnus-summary-display-cache as cache.
5043
5044         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5045         (nndoc-mail-in-mail-type-p): New function.
5046         (nndoc-mail-in-mail-article-begin): New function.
5047
5048 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5049
5050         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5051
5052         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5053         use-hard-newlines to nil.
5054
5055         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5056         image is not available if window-system is not available.
5057
5058         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5059
5060 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5061
5062         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5063         bookmark, because update-mark doesn't handle it correctly.
5064
5065 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5066
5067         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5068         directly instead of calling message-send-mail.
5069
5070         * gnus-start.el (gnus-read-descriptions-file): Use
5071         gnus-default-charset.
5072
5073         * mm-util.el (mm-guess-mime-charset): New function.
5074
5075         * gnus.el (gnus-default-charset): Use it.
5076         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5077         the default.
5078
5079 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5080
5081         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5082         (article-display-x-face): Use it.  Disable grey xface, if
5083         uncompface is not found.
5084
5085         * message.el (message-mode): Don't enable multibyte on an indirect
5086         buffer.
5087
5088         * nnrss.el (nnrss-content-function): New variable.
5089         (nnrss-request-article): Use it.
5090
5091 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5092
5093         * gnus.el: Add article-unsplit-urls.
5094         * gnus-sum.el: Ditto.
5095         * gnus-art.el (gnus-treat-strip-cr): New variable.
5096         (gnus-treatment-function-alist): Use it.
5097         (article-unsplit-urls): New function.
5098         (gnus-article-make-menu-bar): Use it.
5099         From: Michael Cook <michael.cook@cisco.com>
5100
5101 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5102
5103         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5104         copy.
5105
5106 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5107
5108         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5109         with internal whitespace.
5110         (gnus-parent-id): Ditto.
5111
5112 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5113
5114         * gnus-art.el (gnus-article-treat-body-boundary): Add
5115         gnus-decoration property.
5116         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5117
5118         * message.el (message-mode): Set local-abbrev-table.
5119         From Matt Armstrong <matt@lickey.com>.
5120
5121         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5122         too many spaces.
5123
5124         * rfc2047.el (rfc2047-unfold-region): Ditto.
5125         (rfc2047-decode-region): Don't unfold. Let
5126         gnus-article-treat-unfold-headers do it.
5127
5128         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5129         From: Jesper Harder <harder@ifa.au.dk>
5130
5131 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5132
5133         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5134         (gnus-configure-posting-styles): Use it.
5135         (gnus-configure-posting-styles): Remove trailing newspaces.
5136
5137 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5138
5139         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5140         is non-nil.
5141
5142         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5143
5144         * gnus.el (gnus-server-to-method): Switch position with
5145         gnus-server-get-method.
5146         (gnus-agent): Add doc.
5147
5148         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5149         (gnus-summary-save-parts): Use it.
5150
5151         * gnus-art.el (gnus-display-mime): Use it.
5152         * mm-partial.el (mm-partial-find-parts): Use it.
5153
5154         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5155
5156         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5157         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5158
5159         * nnagent.el (nnagent-request-expire-articles): Don't delete
5160         files.
5161
5162 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5163
5164         * message.el (message-gen-unsubscribed-mft): New function.
5165         From Sriram Karra <karra@cs.utah.edu>.
5166
5167         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5168         open parenthesis.
5169
5170         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5171         (mm-inline-text-html-render-with-w3): Ditto.
5172         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5173         Suggested by Dave Love  <d.love@dl.ac.uk>.
5174
5175         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5176
5177         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5178         * nntp.el (nntp-send-command): Ditto.
5179         * nntp.el (nntp-send-command-nodelete): Ditto.
5180
5181 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5182
5183         * mm-url.el (mm-url-load-url): New function.
5184         (mm-url-insert-file-contents): Use it.
5185
5186         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5187
5188         * message.el (message-forward-make-body): Correctly copy
5189         forward-buffer.
5190
5191         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5192
5193 2002-02-04  Simon Josefsson  <jas@extundo.com>
5194
5195         * gnus-art.el (gnus-article-followup-with-original): Mark with
5196         force, prevent errors when following up from article buffer.
5197         (gnus-article-reply-with-original): Ditto.
5198
5199         * binhex.el (binhex-decoder-switches): Fix doc.  From
5200         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5201
5202 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5203
5204         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5205         highlight-citation after emphasize.
5206
5207 2002-02-04  Simon Josefsson  <jas@extundo.com>
5208
5209         * nnfolder.el (nnfolder-open-marks):
5210
5211         * nnml.el (nnml-open-marks): Message when done.  From David
5212         Edmondson <dme@sun.com>.
5213
5214 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5215
5216         * imap.el (imap-anonymous-auth): Fix typo.
5217         From: Steinar Bang <sb@dod.no>
5218
5219         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5220         save-excursion.
5221         (gnus-cache-braid-heads): Ditto.
5222
5223         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5224         line, because there are extra articles in the overview buffer.
5225
5226         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5227
5228         * message.el (message-forward-rmail-make-body): Directly use
5229         rmail-msg-restore-non-pruned-header to avoid calling
5230         vertical-motion.
5231
5232 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5233
5234         * gnus-cache.el (gnus-summary-insert-cached-articles):
5235         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5236
5237         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5238         gnus-newsgroups-unselected.
5239
5240         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5241         gnus-add-to-sorted-list.
5242
5243         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5244         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5245         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5246         (gnus-update-read-articles): UNREAD is sorted.
5247         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5248         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5249         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5250         (gnus-newsgroup-dormant): Require sorted.
5251
5252         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5253         directories.
5254         (gnus-dired-print): New function.
5255
5256         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5257         ps-despool.
5258
5259 2002-02-02  Simon Josefsson  <jas@extundo.com>
5260
5261         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5262
5263 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5264
5265         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5266         t. This makes gnus-agent customizable without putting
5267         gnus-agentize into .gnus.
5268
5269         * gnus.el (gnus-agent): Make it customizable.
5270
5271         * gnus-dired.el: New file.
5272         From Benjamin Rutt <brutt@bloomington.in.us>
5273
5274         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5275         if no article.
5276         (gnus-cache-possibly-remove-article): Ditto.
5277         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5278
5279 2002-02-01  Simon Josefsson  <jas@extundo.com>
5280
5281         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5282
5283 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5286         (mm-setup-w3m): Don't bind keys listed in the above.
5287
5288 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5291         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5292         is non-nil; bind `w3m-force-redisplay' with nil.
5293
5294         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5295
5296         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5297
5298 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5299
5300         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5301         use mail-header-unfold-field.
5302
5303         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5304         gnus-summary-limit.
5305
5306         * gnus-range.el (gnus-add-to-sorted-list): New function.
5307         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5308         (gnus-mark-article-as-unread): Ditto.
5309         (gnus-summary-mark-article-as-unread): Ditto.
5310         (gnus-build-get-header): Ditto.
5311         (gnus-summary-prepare-threads): Ditto.
5312         (gnus-summary-insert-pseudos): Ditto.
5313         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5314         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5315         (gnus-summary-insert-old-articles): Ditto.
5316
5317         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5318         (gnus-configure-posting-styles): Support the new format.
5319
5320         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5321         edebug-form-spec to (sexp body).
5322         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5323
5324         * message.el (message-reply-headers): Add doc.
5325
5326 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5327
5328         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5329         gnus-cache-active-hashtb.
5330
5331         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5332         (gnus-agent-summary-fetch-group): Use it.
5333
5334         * gnus-msg.el (gnus-debug-files): New variable.
5335         (gnus-debug-exclude-variables): New variable.
5336         (gnus-debug): Use them.
5337
5338         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5339
5340 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5341
5342         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5343         (message-mode-syntax-table): Move back the previous position.
5344
5345         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5346
5347         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5348         gnus-sorted-difference.
5349
5350         * nnsoup.el (nnsoup-request-expire-articles): Use
5351         gnus-sorted-difference.
5352
5353         * nnheader.el: Autoload gnus-sorted-difference.
5354
5355         * nnfolder.el (nnfolder-request-expire-articles): Use
5356         gnus-sorted-difference.
5357
5358         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5359         gnus-sorted-difference.
5360
5361         * gnus-range.el: Autoload cookies.
5362         (gnus-sorted-difference): New function.
5363         (gnus-sorted-ndifference): New function.
5364         (gnus-sorted-nintersection): Rename from
5365         gnus-set-sorted-intersection.
5366         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5367         (gnus-list-range-difference): Rename from
5368         gnus-inverse-list-range-intersection.
5369         (gnus-inverse-list-range-intersection): Use defalias.
5370
5371         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5372         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5373         (gnus-articles-to-read): Use gnus-sorted-difference.
5374         (gnus-summary-limit-mark-excluded-as-read): Use
5375         gnus-sorted-intersection and gnus-sorted-ndifference.
5376         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5377         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5378
5379         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5380
5381 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5384         property to the buffer for using emacs-w3m command keys.
5385
5386         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5387         option.
5388
5389         * mm-view.el (mm-w3m-mode-map): New variable.
5390         (mm-w3m-mode-command-alist): New variable.
5391         (mm-w3m-minor-mode): Removed.
5392         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5393         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5394         buffer for using emacs-w3m command keys.
5395
5396 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5397
5398         * message.el (message-mode-syntax-table): Move forward.
5399         (message-cite-prefix-regexp): Auto detect non word constituents.
5400         (message-cite-prefix-regexp): Don't use with-syntax-table.
5401
5402         * gnus-sum.el (gnus-summary-update-info): Use
5403         gnus-list-range-intersection.
5404
5405         * gnus-agent.el (gnus-agent-fetch-headers): Use
5406         gnus-list-range-intersection.
5407
5408         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5409         (gnus-list-range-intersection): Use it.
5410         (gnus-inverse-list-range-intersection): Ditto.
5411         (gnus-sorted-intersection): Add doc.
5412         (gnus-set-sorted-intersection): Add doc.
5413         (gnus-sorted-union): New function.
5414         (gnus-set-sorted-union): New function.
5415
5416         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5417         (gnus-inverse-list-range-intersection): Ditto.
5418
5419 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5420
5421         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5422
5423         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5424         and permit `:' and `\' in order to handle full Windows pathnames.
5425         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5426         technically not correct per standard, but seems to have common use.
5427
5428 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5429
5430         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5431         replacing numbers.
5432
5433 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5434
5435         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5436
5437         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5438         Don't split when the window is small, e.g. when a small *BBDB*
5439         window is the lowest one.
5440
5441         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5442         nnheader-find-nov-line to speed up. Use nreverse, because it is
5443         sorted. Use nnheader-insert-nov-file.
5444
5445 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5448
5449         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5450         of `w3m-display-inline-images' with the value of
5451         `mm-inline-text-html-with-images'.
5452         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5453
5454         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5455
5456 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5457
5458         * time-date.el: Add autoload cookies.  Many doc fixes.
5459         (time-add): New function.
5460         (time-subtract): Renamed from subtract-time.
5461         (subtract-time): New alias for time-subtract.
5462
5463 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5466         emacs-w3m in doc-string.
5467
5468         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5469         `w3m-current-buffer'.
5470
5471 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5472
5473         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5474
5475         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5476         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5477         (mm-w3m-cid-retrieve): New function.
5478         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5479
5480 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5481
5482         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5483
5484 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5487
5488 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489
5490         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5491         32K.
5492
5493         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5494
5495         * nnmail.el (nnmail-article-group): Decode headers before running
5496         split rules over them.
5497         (nnmail-mail-splitting-charset): New variable.
5498
5499         * smiley.el: Replaced with smiley-ems.el.
5500
5501 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5502
5503         * mm-url.el (mm-url-predefined-programs): Add w3m.
5504         (mm-url-program): Ditto.
5505
5506 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * nnml.el (nnml-use-compressed-files): New variable.
5509         (nnml-filenames-are-evil): Removed.
5510         (nnml-current-group-article-to-file-alist): Don't use.
5511         (nnml-update-file-alist): Inhibit.
5512         (nnml-article-to-file): Use new var.
5513
5514 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5515
5516         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5517
5518         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5519
5520 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5523         function.
5524
5525         * gnus-util.el (gnus-cache-file-contents): New function.
5526
5527         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5528         (gnus-agent-load-alist): Use it.
5529
5530         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5531
5532         * nnheader.el (nnheader-insert-nov-file): New function.
5533
5534         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5535
5536         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5537         there are no references.
5538         (gnus-extract-message-id-from-in-reply-to): New function.
5539         (gnus-nov-parse-line): Use in-reply-to if there are no
5540         references.
5541
5542 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5543
5544         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5545
5546         * gnus-util.el (gnus-parse-without-error): New macro.
5547
5548 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5549
5550         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5551         (gnus-article-wash-function): use locate-library to decide which
5552         to use.
5553
5554 2002-01-25  Simon Josefsson  <jas@extundo.com>
5555
5556         * pop3.el (pop3-munge-message-separator): Work if no date.
5557         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5558
5559 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * gnus-agent.el (gnus-agent-save-alist): Fix.
5562
5563         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5564         mistake.  Reinstated lost code.
5565
5566 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5567
5568         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5569         one exists in the case of an encrypted message with an internal
5570         signature.
5571
5572 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5575
5576 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * dgnushack.el: Commented out the experimental code.
5579
5580 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5581
5582         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5583         error.
5584
5585         * gnus.el (gnus-server-to-method): Made into subst.
5586         (gnus-server-method-cache): New variable.
5587         (gnus-server-to-method): Use it.
5588         (gnus-group-method-cache): New variable.
5589         (gnus-find-method-for-group-1): Renamed.
5590         (gnus-find-method-for-group): New function.
5591         (gnus-group-method-cache): Removed.
5592
5593         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5594         function.
5595
5596         * gnus-range.el (gnus-members-of-range): New function.
5597         (gnus-list-range-intersection): Renamed.
5598         (gnus-inverse-list-range-intersection): New function.
5599
5600         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5601
5602         * nnagent.el (nnagent-retrieve-headers): New implementation.
5603
5604         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5605         implementation.
5606
5607 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5610         `w3m-meta-content-type-charset-regexp'.
5611
5612         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5613         charset-encoded html contents.
5614
5615 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5616
5617         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5618         an empty file.
5619
5620         * nnweb.el (url): Ignore errors when request url.
5621
5622         * nnrss.el: Clean up the comments.
5623
5624 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5627
5628         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5629         (mm-inline-media-tests): Test whether the value of
5630         `mm-inline-text-html-renderer' is a function for text/html.
5631
5632         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5633         separated from `mm-inline-text'.
5634         (mm-w3m-minor-mode): New variable.
5635         (mm-w3m-setup): New variable.
5636         (mm-setup-w3m): New function.
5637         (mm-inline-text-html-render-with-w3m): New function.
5638         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5639         text/html.
5640
5641 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5642
5643         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5644
5645 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5648         and `gnus-xmas-completing-read'.
5649
5650 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5651
5652         * nneething.el (nneething-message-id-number): Abolished.
5653         (nneething-encode-file-name): Not encode numerical characters.
5654         (nneething-make-head): `nneething-message-id-number' is not
5655         used to generate message IDs.
5656
5657 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5660         characters.
5661
5662 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5665         (gnus-xmas-redefine): Redefine conditionally.
5666
5667 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5668
5669         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5670         tag.
5671
5672 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5673
5674         * message.el (message-font-lock-keywords): Added the secure tag.
5675         * mml-sec.el: Added functions to generate/modify/remove the secure
5676         tag while in message mode.
5677         * mml-sec.el (mml-secure-message): New.
5678         * mml-sec.el (mml-unsecure-message): New.
5679         * mml-sec.el (mml-secure-message-sign-smime): New.
5680         * mml-sec.el (mml-secure-message-sign-pgp): New.
5681         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5682         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5683         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5684         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5685         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5686         convert it to either a part or multipart depending on if there are
5687         other parts in the message.
5688         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5689         to use the secure tag, rather than the part tag.
5690         * mml.el (mml-preview): Added a save-excursion to keep cursor
5691         position after doing an MML preview.
5692
5693 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * nnheader.el (nnheader-parse-overview-file): New function.
5696         (nnheader-write-overview-file): New function.
5697
5698 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699
5700         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5701         in wanted.
5702
5703         * nnweb.el (nnweb-type-definition): Clean up.
5704
5705 2002-01-21  Alastair Burt  <burt@dfki.de>
5706         Trivial patch.
5707
5708         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5709         buffer exists before jumping to it.
5710
5711 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5714         function.
5715         (article-wash-html): Use it.
5716         (gnus-article-wash-function): New variable.
5717         (gnus-article-wash-html-with-w3m): New function.
5718
5719 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5720
5721         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5722         XEmacs.
5723
5724 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5725
5726         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5727         command line.
5728
5729 2002-01-21  Simon Josefsson  <jas@extundo.com>
5730
5731         * canlock.el (base64-encode-string): Autoload it from base64.
5732         (canlock-make-cancel-key): Base64 encode unibyte string.
5733
5734 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735
5736         * nnfolder.el (nnfolder-request-accept-article): Unfold
5737         x-from-line.
5738         (nnfolder-request-replace-article): Ditto.
5739
5740 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5741
5742         * gnus-group.el (gnus-group-best-unread-group): Use the right
5743         positioning function.
5744
5745 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * smiley-ems.el (smiley-region): Use new function.
5748         (smiley-update-cache): Use general image functions.
5749         (smiley-region): Use general functions.
5750
5751         * gnus-util.el (gnus-graphic-display-p): New function.
5752
5753         * nnmail.el (nnmail-article-group): Allow outputting traces of
5754         non-strings.
5755
5756         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5757         (nndoc-exim-bounce-type-p): New function.
5758
5759         * message.el (message-dont-send): Doc fix.
5760
5761         * gnus-util.el (gnus-completing-read): Remove
5762         inherit-input-method.
5763
5764         * gnus-art.el (gnus-treat-smiley): Doc fix.
5765
5766         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5767         articles.
5768
5769 2002-01-19  Simon Josefsson  <jas@extundo.com>
5770
5771         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5772         (imap-kerberos4-open): Ditto.
5773         (imap-open): Set port correctly, don't set auth.
5774
5775 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * gnus.el (gnus-version-number): Bump version number.
5778
5779 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5780
5781         * gnus.el: Oort Gnus v0.05 is released.
5782
5783 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5784
5785         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5786         exists.
5787
5788         * gnus-spec.el (gnus-string-width-function): New function.
5789         (gnus-tilde-cut-form): Use it.
5790         (gnus-tilde-max-form): Ditto.
5791         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5792         (gnus-substring-function): Use it.
5793         (gnus-tilde-cut-form): Ditto.
5794         (gnus-substring-function): New function.
5795
5796         * message.el (message-check-news-header-syntax): New message.
5797
5798         * gnus.el (gnus-slave-no-server): Doc fix.
5799
5800         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5801
5802 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5805         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5806         (seen (NUM1 . NUM2)).
5807
5808 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5811         number in closed topics.
5812
5813 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5814
5815         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5816         functions.
5817
5818 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * gnus.el (gnus-group-find-parameter): Clean up.
5821
5822         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5823         articles.
5824
5825         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5826
5827         * nnmail.el (nnmail-article-group): Clean up.
5828
5829 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5830
5831         * gnus-agent.el (gnus-category-name): Intern the category name.
5832
5833 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5834
5835         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5836
5837         * gnus-util.el (gnus-completing-read): New function.
5838
5839 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5840
5841         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5842
5843         * smiley-ems.el (smiley-region): Register smiley.
5844         (smiley-toggle-buffer): Rewrite the function.
5845         (smiley-active): Removed.
5846
5847 2002-01-19  Simon Josefsson  <jas@extundo.com>
5848
5849         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5850         Jesper Harder <harder@ifa.au.dk>.
5851
5852 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5853
5854         * gnus-art.el (gnus-request-article-this-buffer): Call
5855         `nneething-get-file-name' to extract the file name from the
5856         message id.
5857
5858         * nneething.el (nneething-encode-file-name): New function.
5859         (nneething-decode-file-name): Ditto.
5860         (nneething-get-file-name): Ditto.
5861         (nneething-make-head): Encode the file name and encapsulate it
5862         into the field of the message id.
5863
5864 2002-01-18  Simon Josefsson  <jas@extundo.com>
5865
5866         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5867         stored in .marks.
5868
5869         * nnfolder.el (nnfolder-request-update-info): Ditto.
5870
5871 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5872
5873         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5874
5875 2002-01-18  Simon Josefsson  <jas@extundo.com>
5876
5877         * imap.el (imap-starttls-p): Don't check for binary.
5878         (imap-gssapi-auth-p): Ditto.
5879         (imap-kerberos4-auth-p): Ditto.
5880         (imap-open): Change logic.  Iterate through all possible streams,
5881         instead of bailing out after first failure.  Move authenticator
5882         decision to `imap-authenticate'.
5883         (imap-authenticate): Change logic, now finds the authenticator to
5884         use, was previously in `imap-open'.
5885         (imap-open): Return nil on failure.
5886         (imap-open): Setup temp buffer correctly.
5887         (imap-open): Return buffer only on success.
5888         (imap-interactive-login, imap-interactive-login): Tell the user
5889         which stream/authenticator is used for the queried
5890         username/password.
5891         (imap-open, imap-authenticate): Set variables.
5892         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5893         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5894
5895 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896
5897         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5898
5899 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900
5901         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5902
5903 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5904
5905         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5906         (gnus-agent-group-mode-map): Bind it to "Jo".
5907         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5908
5909 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5910
5911         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5912         (gnus-summary-mail-toolbar): Add mail article deletion button.
5913
5914         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5915         false positives for lines of "^^^^".
5916
5917         * gnus-picon.el (gnus-picon-find-face): faces database is all
5918         lowercase.
5919
5920 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5921
5922         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5923         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5924         duplications.
5925         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5926
5927 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-sum.el (gnus-summary-initial-limit): Inline
5930         gnus-summary-limit-children.
5931         (gnus-summary-initial-limit): Don't limit if
5932         gnus-newsgroup-display is nil.
5933         (gnus-summary-initial-limit): No, don't.
5934
5935         * gnus-util.el
5936         (gnus-put-text-property-excluding-characters-with-faces): Inline
5937         gnus-put-text-property.
5938
5939         * gnus-spec.el (gnus-default-format-specs): New variable.
5940
5941         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5942         gnus-format-specs.
5943         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5944
5945         * gnus-spec.el (gnus-update-format-specifications): Really check
5946         the Gnus version of the .newsrc.eld file.
5947         (gnus-format-specs): Save the new default summary format.
5948
5949         * gnus-util.el (gnus-parent-id): Check whether references is empty
5950         before splitting.
5951
5952         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5953         functions.
5954         (gnus-gather-threads-by-references): Inline
5955         `gnus-split-references'.
5956
5957         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5958         default value of gnus-summary-line-format-spec.
5959
5960 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5961
5962         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5963         message.
5964         (nnslashdot-request-list): Ditto.
5965         (nnslashdot-sid-strip): Removed.
5966
5967 2002-01-15  Simon Josefsson  <jas@extundo.com>
5968
5969         * nnimap.el (nnimap-close-asynchronous): Enable.
5970         (nnimap-close-group): Expunge.
5971
5972 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5973
5974         * gnus-util.el (gnus-user-date-format-alist): Typo.
5975         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5976
5977 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5978
5979         * nneething.el (nneething-request-article): Set
5980         `nnmail-file-coding-system' to `binary' locally, in order to read
5981         files without any conversion.
5982
5983 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5984
5985         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5986         nnheader-file-coding-system and nnmail-active-file-coding-system.
5987         (gnus-agent-regenerate-group): Ditto.
5988         (gnus-agent-regenerate): Ditto.
5989         (gnus-agent-write-active): Ditto.
5990         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5991
5992 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5993
5994         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5995         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5996
5997 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5998
5999         * gnus.el: We don't need gnus-article-show-all-headers.
6000
6001         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6002         Ditto.
6003
6004         * gnus-sum.el (gnus-summary-select-article): Don't call
6005         show-all-headers, because hidden headers are not hidden text any
6006         more.
6007
6008 2002-01-13  Simon Josefsson  <jas@extundo.com>
6009
6010         * message.el (message-newline-and-reformat): Use `newline' instead
6011         of inserting \n, so that the newline is marked as hard.
6012
6013         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6014         From Jesper Harder <harder@ifa.au.dk>.
6015
6016 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6017
6018         * imap.el (imap-close): Keep going if quit.
6019
6020         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6021         nntp-server-buffer.
6022
6023 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6026         avoid unbinding shadowed variables.
6027
6028         * gnus-art.el (gnus-picon-databases): Moved here.
6029         (gnus-picons-installed-p): Moved here.
6030         (gnus-article-reply-with-original): Use `mark'.
6031
6032         * gnus.el (gnus-picon): Moved here and renamed.
6033
6034         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6035         installed.
6036         (gnus-treat-mail-picon): Ditto.
6037         (gnus-treat-newsgroups-picon): Ditto.
6038
6039         * gnus-picon.el (gnus-picons-installed-p): New function.
6040
6041 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6042
6043         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6044
6045 2002-01-12  Simon Josefsson  <jas@extundo.com>
6046
6047         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6048         (nnimap-before-find-minmax-bugworkaround): Use it.
6049         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6050         (nnimap-dont-close): New variable.
6051         (nnimap-close-group): Use it.
6052
6053 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054
6055         * gnus-art.el (gnus-article-reply-with-original): Use
6056         `mark-active'.
6057
6058         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6059
6060         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6061         (gnus-score-advanced): Clean up.
6062         (gnus-score-advanced): Accept a multiple of the score.
6063
6064 2002-01-12  Simon Josefsson  <jas@extundo.com>
6065
6066         * flow-fill.el (fill-flowed-display-column)
6067         (fill-flowed-encode-columnq): New variables.  Suggested by
6068         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6069         (fill-flowed-encode, fill-flowed): Use them.
6070
6071         * message.el (message-send-news, message-send-mail): Use
6072         m-b-s-n-p-e-h-n.
6073
6074         * mml.el (autoload): Autoload fill-flowed-encode.
6075         (mml-buffer-substring-no-properties-except-hard-newlines): New
6076         function.
6077         (mml-read-part): Use it.
6078         (mml-generate-mime-1): Encode format=flowed if appropriate.
6079         (mml-insert-mime-headers): Insert format=flowed.
6080
6081         * flow-fill.el (fill-flowed-encode): New function.
6082         (fill-flowed): Bind fill-column to window width.
6083
6084 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6087         it exists.
6088         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6089         (gnus-summary-buffer-name): Don't return the dead name after all.
6090         (gnus-summary-setup-buffer): Kill the dead buffer.
6091
6092         * gnus-art.el (gnus-article-followup-with-original): Store the
6093         value of the mark before deactivating it.
6094
6095 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6096
6097         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6098         From: Karl Kleinpaste <karl@charcoal.com>
6099
6100         * gnus-art.el (article-display-x-face): Ditto.
6101         (gnus-article-reply-with-original): Use gnus-region-active-p.
6102         (gnus-article-followup-with-original): Ditto.
6103
6104         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6105         downloadable article either.
6106
6107 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6108
6109         * gnus-art.el (article-display-x-face): Insert From:.
6110
6111         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6112         article. Bind gnus-display-mime-function and
6113         gnus-article-prepare-hook.
6114
6115         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6116         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6117         gnus-agent-possibly-synchronize-flags to the last.
6118         (gnus-agent-go-online): New function. New variable.
6119
6120 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6121
6122         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6123         (gnus-agent-regenerate): Ditto.
6124
6125 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6126
6127         * message.el (message-ignored-news-headers)
6128         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6129         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6130
6131         * gnus.el (gnus-gethash-safe): New macro.
6132
6133         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6134         (gnus-agent-regenerate): Show messages.
6135
6136 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6137
6138         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6139         (gnus-agent-regenerate): New function.
6140         (gnus-agent-save-alist): Sort.
6141         (gnus-agent-copy-nov-line): Test eobp.
6142         (gnus-agent-retrieve-headers): Erase buffer.
6143
6144 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6145
6146         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6147         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6148
6149         * gnus.el (gnus-agent-covered-methods): Move here.
6150         (gnus-online): New function.
6151         (gnus-agent-method-p): Move here.
6152
6153         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6154         nil. Remove articles-alist.
6155
6156         * gnus-start.el (gnus-get-unread-articles): Check online.
6157         (gnus-groups-to-gnus-format): Ditto.
6158         (gnus-active-to-gnus-format): Ditto.
6159
6160         * gnus-agent.el (gnus-agent-get-function): Use it.
6161         (gnus-agent-get-undownloaded-list): Ditto.
6162         (gnus-agent-fetch-session): Only fetch online methods.
6163
6164         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6165         (gnus-server-mode-map): Ditto.
6166         (gnus-server-offline-face): New face.
6167         (gnus-server-offline-face): New variable.
6168         (gnus-server-font-lock-keywords): Add offline.
6169         (gnus-server-insert-server-line): Ditto.
6170         (gnus-server-offline-server): New function.
6171
6172         * gnus-int.el (gnus-open-server): Turn to offline.
6173         (gnus-server-unopen-status): New variable.
6174
6175 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6176
6177         * nnkiboze.el (nnkiboze-request-article): Use
6178         gnus-agent-request-article.
6179
6180         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6181         function. Insert undownloaded NOV.
6182
6183         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6184         (gnus-agent-request-article): New function.
6185
6186         * gnus.el (gnus-agent-cache): New variable.
6187
6188         * gnus-int.el (gnus-retrieve-headers): Use
6189         gnus-agent-retrieve-headers.
6190         (gnus-request-head): Use gnus-agent-request-article.
6191         (gnus-request-body): Ditto.
6192
6193         * gnus-art.el (gnus-request-article-this-buffer): Use
6194         gnus-agent-request-article.
6195
6196         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6197         article if it is undownloaded.
6198
6199 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6202
6203 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * canlock.el (canlock-string-as-unibyte): New macro.
6206         (canlock-sha1-with-openssl): Return a unibyte string.
6207         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6208
6209 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6210
6211         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6212
6213 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6214
6215         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6216         application/x-emacs-lisp.
6217
6218         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6219
6220         * nntp.el (nntp-request-article): Add group parameter.
6221         (nntp-request-head): Ditto.
6222         (nntp-find-group-and-number): Add parameter group. Figure out
6223         number if the status line doesn't give (e.g. quimby.gnus.org).
6224
6225 2002-01-08  Simon Josefsson  <jas@extundo.com>
6226
6227         * mml.el (mml-generate-mime-1): Set recipient correctly.
6228
6229 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6230
6231         * message.el (message-read-from-minibuffer): Add parameter
6232         initial-contents.
6233         * gnus-msg.el (gnus-summary-resend-message): Use it.
6234
6235         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6236         behavior of quit-config.
6237
6238         * message.el (message-make-from): Don't quote fullname.
6239         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6240
6241         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6242         From: <andre@slamdunknetworks.com>
6243
6244 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6245
6246         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6247
6248         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6249
6250         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6251         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6252         because bbdb may use it.
6253
6254 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6255
6256         * nneething.el (nneething-request-article): When a non-text file
6257         is converted to an article, its data is encoded in base64.  Call
6258         `nneething-make-head' with options to specify MIME types.
6259         (nneething-make-head): Add optional arguments to specify MIME
6260         types.
6261
6262 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6263
6264         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6265         header if there is not.
6266
6267         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6268
6269         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6270         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6271         (gnus-inews-do-gcc): Use them.
6272
6273         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6274         gnus-newsgroup-unselected.
6275
6276 2002-01-06  Simon Josefsson  <jas@extundo.com>
6277
6278         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6279         condition-case, not ignore-errors.
6280
6281 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6282
6283         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6284         gnus-fetch-old-headers.
6285
6286         * gnus-art.el (article-display-x-face): Use the current buffer
6287         unless `W f'. Otherwise, X-Face may be shown in the header of a
6288         forwarded part.
6289         (gnus-treatment-function-alist): Treat xface before hiding
6290         headers.
6291
6292 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293
6294         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6295         parameters.
6296
6297 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6298
6299         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6300         (mm-guess-charset): New function.
6301         (mm-charset-after): Use it.
6302         (mm-detect-coding-region): New function.
6303         (mm-detect-mime-charset-region): New function.
6304
6305         * gnus-sum.el (gnus-summary-show-article): Use
6306         mm-detect-coding-region.
6307
6308 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * message.el (message-make-fqdn): Be less violent.
6311
6312         * gnus.el (gnus-logo-color-style): Compute custom form
6313         automatically.
6314
6315         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6316         score file of the parent to the document group.
6317
6318         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6319         parameters parameter.
6320
6321         * gnus-score.el (gnus-score-load-file): Clean up.
6322
6323 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6324
6325         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6326         From: Damien Wyart <damien.wyart@free.fr>
6327
6328         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6329
6330 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6331
6332         * gnus-sum.el (gnus-select-group-hook): Typo.
6333
6334         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6335         is no quoted-printable-encoded STRING.
6336         From: Jesper Harder <harder@ifa.au.dk>
6337
6338         (rfc2047-decode-string): Decode it.
6339
6340 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6343
6344 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6345         Trivial patch.
6346
6347         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6348         buffer to get rid of junk line.
6349
6350 2002-01-05  Simon Josefsson  <jas@extundo.com>
6351
6352         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6353         C-o.
6354         (message-mode-map): Bind message-insert-or-toggle-importance to
6355         C-c C-u.
6356         (message-mode-map): Bind message-disposition-notification-to to
6357         C-c M-n.
6358         (message-mode-menu): Add m-d-n-t.
6359         (message-mode-field-menu): Add m-goto-from.
6360         (message-mode): Doc fix.
6361         (message-goto-from): New function.
6362         (message-insert-disposition-notification-to): New function.
6363         (message-tool-bar-map): Add receipt button.
6364
6365 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * gnus-sum.el (gnus-thread-latest-date): New function.
6368         (gnus-thread-sort-by-most-recent-number): Renamed.
6369         (gnus-thread-sort-functions): Doc fix.
6370         (gnus-select-group-hook): Don't use setq on a hook.
6371         (gnus-thread-latest-date): Use date, not number
6372
6373         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6374         (gnus-agent-expire): Allow regexp of expire-days.
6375
6376         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6377         region.
6378         (gnus-article-followup-with-original): Ditto.
6379
6380         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6381
6382         * gnus-art.el (gnus-mime-display-alternative): Use
6383         gnus-local-map-property.
6384         (gnus-mime-display-alternative): Ditto.
6385         (gnus-insert-mime-security-button): Ditto.
6386         (gnus-insert-next-page-button): Ditto.
6387         (gnus-button-prev-page): Take optional args.
6388         (gnus-insert-prev-page-button): widget-convert.
6389
6390         * gnus-util.el (gnus-local-map-property): New function.
6391
6392         * gnus-art.el (gnus-prev-page-map): Use parent map.
6393         (gnus-next-page-map): Ditto.
6394
6395         * gnus-spec.el (gnus-parse-format): Clean up.
6396         (gnus-parse-format): Do complex formatting for %=.
6397
6398         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6399         "X-Face: " to the data in the built-in scenario.
6400
6401         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6402         (gnus-correct-pad-form): Renamed.
6403         (gnus-tilde-max-form): Clean up.
6404         (gnus-pad-form): Use gnus-use-correct-string-widths.
6405
6406         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6407         support if that is available.
6408
6409         * gnus-sum.el (gnus-thread-highest-number): New function.
6410         (gnus-thread-sort-by-most-recent-thread): New function.
6411         (gnus-thread-sort-functions): Doc fix.
6412
6413 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6414
6415         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6416         all cases.
6417         (gnus-summary-mode): Enable it in all cases.
6418         (gnus-summary-display-article): Ditto.
6419         (gnus-summary-edit-article): Ditto.
6420
6421         * gnus-ems.el (gnus-put-image): Really return glyph.
6422
6423         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6424         (gnus-treat-smiley): Don't take "P" in the interactive form.
6425
6426 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6427
6428         * compface.el (uncompface): XEmacs and Emacs have differing
6429         capabilities.
6430
6431         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6432
6433         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6434         (gnus-article-xface-ring-size): Removed.
6435         (gnus-article-display-xface): Removed.
6436         (gnus-remove-image): Cleaned up.
6437
6438         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6439         (gnus-xmas-create-image): Take pbm files.
6440         (gnus-x-face): Removed.
6441         (gnus-xmas-article-display-xface): Removed.
6442
6443         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6444         default-enable-multibyte-characters.
6445
6446         * compface.el (uncompface): Doc fix.
6447
6448         * gnus-art.el (gnus-article-x-face-command): Use
6449         gnus-display-x-face-in-from.
6450
6451         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6452
6453         * gnus-ems.el (gnus-put-image): Return the image.
6454
6455         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6456         (gnus-x-face): Moved here.
6457
6458 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6459
6460         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6461         invisible if string is nil.
6462         (gnus-xmas-article-display-xface): Use it.
6463
6464         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6465         property when string is nil.
6466         (gnus-article-display-xface): Use it.
6467
6468 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * gnus-art.el (article-display-x-face): Check whether valid grey
6471         face was returned.
6472         (article-display-x-face): Place image in the right spot.
6473
6474         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6475         stderr.
6476         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6477
6478 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6481         parameters.
6482         (gnus-xmas-put-image): Allow non-strings to be passed.
6483
6484         * gnus-art.el (article-display-x-face): Use optional parameters.
6485
6486         * gnus-ems.el (gnus-create-image): Take optional parameters.
6487
6488         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6489
6490         * compface.el (compface-xbm-p): Removed.
6491
6492         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6493         (gnus-article-display-xface): Use compface.
6494
6495         * compface.el: New file.
6496
6497         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6498         (gnus-convert-image-to-x-face-command): Ditto.
6499         (gnus-random-x-face): Quote argument.
6500         (gnus-x-face-from-file): Ditto.
6501
6502 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6503
6504         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6505         the expire-group parameter once per article rather than once
6506         per group; bind `nnmaildir-article-file-name' and `article'
6507         for convenience.  Leave article alone when expire-group
6508         specifies the current group.
6509         (nnmaildir--update-nov): be more concurrency-friendly with
6510         temp file names.
6511
6512 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * gnus-start.el (gnus-read-init-file): Cleaned up.
6515
6516 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6517
6518         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6519         (gnus-read-init-file): Don't use it.
6520
6521 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6524
6525 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6526
6527         * gnus-start.el (gnus-read-init-file): Don't force coding system
6528         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6529
6530 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6531
6532         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6533         * nnspool.el (nnspool-request-post): Ditto.
6534
6535         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6536         (mm-find-mime-charset-region): Use it.
6537
6538 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6539
6540         * gnus.el (gnus-summary-line-format): Added :link.
6541         * gnus-topic.el (gnus-topic-line-format): Ditto.
6542         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6543         * gnus-srvr.el (gnus-server-line-format): Ditto.
6544         * gnus-group.el (gnus-group-line-format): Ditto.
6545
6546         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6547         :keys, it works on both Emacsen.
6548
6549 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6550
6551         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6552
6553 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554
6555         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6556
6557 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6558
6559         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6560         very wide reply.
6561
6562 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6563
6564         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6565         (gnus-picon-cache): New variable.
6566         (gnus-picon-transform-newsgroups): Cache stuff.
6567
6568         * gnus-art.el (gnus-article-reply-with-original): New command.
6569         (gnus-article-followup-with-original): New command.
6570
6571         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6572         END parameters.
6573         (gnus-summary-followup): Take a list of list of articles.
6574         (gnus-inews-yank-articles): Allow lists of article/regions.
6575
6576         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6577         longer the usual commands.
6578
6579         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6580         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6581         shell-command-on-region.
6582
6583 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6584
6585         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6586           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6587
6588 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6589
6590         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6591         understand ':keys', wrap it in an featurep 'xemacs.
6592
6593 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6594
6595         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6596         order of headers (Actually, it is called in a reversed order). Add
6597         'gnus-image-text-deletable property.
6598         (gnus-remove-image): Remove text with such a property.
6599
6600         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6601         gnus-put-image.
6602
6603         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6604         with ", "
6605
6606 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6607
6608         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6609
6610         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6611         (article-display-x-face): Display grey X-Faces.
6612
6613         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6614         (gnus-convert-gray-x-face-to-ppm): Ditto.
6615         (gnus-convert-image-to-gray-x-face): Ditto.
6616
6617         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6618         gnus-summary-show-raw-article.
6619
6620 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6621
6622         Display picons in XEmacs without showing text.
6623
6624         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6625         mm-create-image-xemacs to create xbm glyph, because it deletes
6626         temporary files.
6627         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6628         (gnus-xmas-remove-image): Make text visible, remove glyph.
6629
6630         * gnus-picon.el (gnus-picon-transform-newsgroups)
6631         (gnus-picon-transform-address): Insert spec backward, due to the
6632         incompatibility of gnus-xmas-put-image.
6633
6634 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6635
6636         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6637
6638 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * gnus.el: Doc fix.
6641
6642         * gnus-art.el: Doc fix.
6643
6644         * gnus-agent.el: Doc fix.
6645
6646 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6647
6648         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6649
6650 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6651
6652         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6653         NOV data out of the message again if nnmail-extra-headers has
6654         changed.
6655
6656 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657
6658         * gnus-fun.el: New file.
6659         (gnus-convert-image-to-x-face-command): New variable.
6660         (gnus-insert-x-face): New function.
6661         (gnus-random-x-face): Renamed.
6662         (gnus-x-face-from-file): Renamed.
6663
6664         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6665         "_".
6666         (gnus-body-boundary-delimiter): Typo fix.
6667
6668 2002-01-02  Simon Josefsson  <jas@extundo.com>
6669
6670         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6671         (gnus-body-boundary-delimiter): Fix type.
6672
6673 2002-01-01  Simon Josefsson  <jas@extundo.com>
6674
6675         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6676         (gnus-treat-emphasize, gnus-treat-strip-cr)
6677         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6678         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6679         (gnus-treat-fill-article, gnus-treat-hide-citation)
6680         (gnus-treat-hide-citation-maybe)
6681         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6682         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6683         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6684         (gnus-treat-date-ut, gnus-treat-date-local)
6685         (gnus-treat-date-english, gnus-treat-date-lapsed)
6686         (gnus-treat-date-original, gnus-treat-date-iso8601)
6687         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6688         (gnus-treat-strip-trailing-blank-lines)
6689         (gnus-treat-strip-leading-blank-lines)
6690         (gnus-treat-strip-multiple-blank-lines)
6691         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6692         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6693         (gnus-treat-display-xface, gnus-treat-display-smileys)
6694         (gnus-treat-from-picon, gnus-treat-mail-picon)
6695         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6696         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6697         (gnus-treat-play-sounds, gnus-treat-translate)
6698         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6699
6700         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6701         (gnus-article-treat-body-boundary): Use it.
6702
6703         * message.el (message-mode): Fix doc.
6704         (message-mode-menu): Fix names.
6705
6706 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707
6708         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6709         articles.
6710
6711         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6712         (gnus-picon-transform-address): Search for unknown faces as well.
6713         (gnus-picon-find-face): Don't search "news" for MISC.
6714         (gnus-picon-user-directories): Changed default back to exclude
6715         "unknown".
6716
6717         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6718
6719         * gnus-picon.el (gnus-picon-find-face): Search through all
6720         databases.
6721         (gnus-picon-find-face): New implementation.
6722
6723         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6724         keystroke.
6725         (gnus-topic-goto-next-topic): Ditto.
6726
6727         * gnus.el (gnus-summary-line-format): Changed default.
6728
6729         * nnmail.el (nnmail-extra-headers): Change default.
6730
6731         * gnus-sum.el (gnus-extra-headers): Change default.
6732
6733         * message.el (message-news-other-window): Changed "news" to
6734         "posting".
6735         (message-news-other-frame): Ditto.
6736         (message-do-send-housekeeping): Ditto.
6737
6738         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6739         function.
6740         (gnus-article-unread-p): New function.
6741         (gnus-article-unseen-p): New function.
6742         (gnus-dead-summary-mode-map): Typo.
6743
6744         * gnus-util.el (gnus-make-predicate): New function.
6745         (gnus-make-predicate-1): New function.
6746
6747         * gnus-sum.el: New function.
6748         (gnus-map-articles): New function.
6749
6750         * gnus-art.el (gnus-treat-fold-headers): New variable.
6751         (gnus-article-treat-fold-headers): New command and keystroke.
6752
6753         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6754         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6755
6756 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6757
6758         * message.el (message-fcc-externalize-attachments): New variable.
6759         (message-do-fcc): Use it.
6760
6761         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6762         (gnus-inews-do-gcc): Use it.
6763
6764         * mml.el (mml-tweak-sexp-alist): New variable.
6765         (mml-externalize-attachments): New variable.
6766         (mml-tweak-part): Use mml-tweak-sexp-alist.
6767         (mml-tweak-externalize-attachments): New function.
6768
6769 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6770
6771         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6772         'set-glyph-face' so x-face back/foreground can be set.
6773
6774 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6775
6776         * message.el (message-fix-before-sending): Fix a typo.
6777
6778 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * gnus-art.el (gnus-treat-smiley): Renamed command.
6781         (gnus-article-remove-images): New command and keystroke.
6782
6783         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6784
6785         * smiley-ems.el (gnus-smiley-display): Removed.
6786
6787         * gnus.el (gnus-version-number): Update version.
6788
6789         * message.el (message-text-with-property): Renamed and moved
6790         here.
6791         (message-fix-before-sending): Highlight invisible text and place
6792         point there.
6793
6794 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6795
6796         * gnus.el: Oort Gnus v0.04 is released.
6797
6798 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6799
6800         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6801
6802         * gnus-art.el (gnus-ignored-headers): More headers,
6803
6804         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6805         of `scan-error', since XEmacs doesn't seem to support that.
6806
6807 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6810         arg.
6811         (gnus-summary-best-unread-subject): Ditto.
6812         (gnus-summary-best-unread-subject): No, don't.
6813         (gnus-summary-better-unread-subject): New command.
6814
6815         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6816
6817         * lpath.el ((featurep 'xemacs)): fbind url function.
6818
6819         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6820         buffer.
6821         (gnus-xmas-remove-image): Implementation that does something.
6822         (gnus-xmas-article-display-xface): Mark images properly.
6823
6824         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6825
6826 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6827
6828         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6829
6830 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * gnus-group.el (gnus-group-line-format): Added %O to the default
6833         value.
6834
6835         * gnus-util.el (gnus-text-with-property): The smallest point is
6836         point-min.
6837
6838         * smiley-ems.el (smiley-region): Return images.
6839         (gnus-smiley-display): Allow toggling.
6840         (smiley-region): Use text properties, not overlays.
6841
6842         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6843         implemented yet.
6844
6845         * smiley-ems.el (smiley-update-cache): Check for valid types.
6846
6847         * gnus-art.el (gnus-with-article-buffer): New macro.
6848
6849         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6850         strings as well as the glyphs.
6851         (gnus-picon-transform-address): Ditto.
6852         (gnus-picon-insert-glyph): Ditto.
6853         (gnus-picon-transform-newsgroups): Toggle.
6854         (gnus-picon-transform-address): Toggle.
6855
6856         * gnus-ems.el (gnus-remove-image): New function.
6857         (gnus-put-image): Take an optional string.
6858
6859         * gnus-util.el (gnus-text-with-property): New function.
6860
6861         * gnus-art.el (gnus-delete-images): New function.
6862
6863         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6864
6865         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6866         (gnus-article-wash-status): Use it.
6867         (gnus-signature-toggle): Clean up.
6868         (gnus-add-wash-status): New function.
6869         (gnus-delete-wash-status): New function.
6870         (gnus-article-hide-text-type): Use them throughout.
6871         (gnus-add-image): New function.
6872
6873         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6874
6875         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6876         interface.
6877
6878         * gnus-art.el (article-display-x-face): Cleaned up.
6879
6880         * rfc2047.el (rfc2047-field-value): New function.
6881
6882         * mail-parse.el (mail-header-field-value): New alias.
6883
6884         * gnus-art.el (gnus-mime-print-part): Fix typos.
6885
6886         * smiley-ems.el (gnus-smiley-file-types): New variable.
6887         (smiley-update-cache): Use it.
6888         (smiley-regexp-alist): Suffix-less smiley names.
6889         (smiley-regexp-alist): Added more smileys.
6890
6891         * gnus-sum.el (gnus-print-buffer): Made into own function.
6892         (gnus-summary-print-article): Use it.
6893
6894         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6895         looked for when REQUEST is a string.
6896
6897         * gnus-art.el (gnus-mime-button-commands): Add printing
6898         keystroke.
6899         (gnus-mime-copy-part): Doc fix.
6900         (gnus-mime-print-part): New command.
6901
6902 2001-12-31  Simon Josefsson  <jas@extundo.com>
6903
6904         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6905         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6906
6907 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6908
6909         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6910         (picon): Fix doc.
6911
6912         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6913         longer exists. Remove those codes.
6914         * gnus.el (gnus-use-picons): Ditto.
6915
6916 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6919         infloop.
6920
6921         * gnus-sum.el (t): New `W D' map.
6922
6923         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6924         (gnus-article-treat-body-boundary): Clean up.
6925         (gnus-body-boundary-face): Removed.
6926         (gnus-article-goto-header): Moved here.
6927         (gnus-article-goto-header): Allow better regexps.
6928         (gnus-article-treat-fold-newsgroups): New command.
6929
6930         * gnus-sum.el (gnus-summary-move-article): We have to select an
6931         article to give `gnus-read-move-group-name' an opportunity to
6932         suggest an appropriate default.
6933
6934         * rfc2047.el (rfc2047-fold-line): New function.
6935         (rfc2047-unfold-line): Ditto.
6936         (rfc2047-fold-region): Don't fold just after the header name.
6937
6938         * mail-parse.el (mail-header-fold-line): New alias.
6939         (mail-header-unfold-line): Ditto.
6940
6941         * gnus-art.el (gnus-body-boundary-face): Renamed.
6942         (gnus-article-treat-body-boundary): Use it.
6943         (gnus-article-treat-body-boundary): Use an invisible header and a
6944         line of underline characters.
6945
6946 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6947
6948         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6949
6950         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6951         (gnus-picon-split-address): New function.
6952         (gnus-picon-find-face): Use it.
6953         (gnus-picon-transform-address): Use it. Set first to t for each
6954         address.
6955
6956         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6957         the macro then use it.
6958         (gnus-treatment-function-alist): Treat picons earlier.
6959
6960 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6961
6962         * gnus-art.el (gnus-body-separator-face): New variable.
6963         (gnus-article-treat-body-boundary): Use a blank, colored line.
6964
6965         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6966         well.
6967
6968         * gnus-art.el (gnus-treat-body-boundary): New variable.
6969         (gnus-article-treat-unfold-headers): Use helper macro.
6970         (gnus-article-treat-body-boundary): New command.
6971
6972         * gnus.el (gnus-logo-color-style): Change the default color.
6973         (gnus-splash-face): Gray, gray.
6974
6975         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6976         colors.
6977
6978         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6979         (gnus-logo-color-style): Ditto.
6980         (gnus-logo-colors): Ditto.
6981
6982         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6983
6984         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6985
6986         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6987         (gnus-picon-transform-newsgroups): New function.
6988
6989         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6990         string.
6991
6992         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6993
6994         * gnus-art.el (gnus-treat-cc-picon): New variable.
6995         (gnus-treat-mail-picon): Renamed.
6996
6997         * gnus-picon.el: New implementation.
6998         (gnus-picon-find-face): Renamed.
6999         (gnus-treat-from-picon): Use it.
7000         (gnus-picon-transform-address): Renamed.
7001         (gnus-treat-from-picon): Use it.
7002         (gnus-picon-create-glyph): Renamed.
7003         (gnus-picon-transform-address): Use it.
7004         (gnus-treat-cc-picon): New command.
7005
7006         * mm-decode.el (mm-create-image-xemacs): Separated out into
7007         function.
7008         (mm-get-image): Use it.
7009
7010         * gnus-art.el (gnus-treat-display-picons): Simplify.
7011         (gnus-treat-from-picon): Renamed.
7012
7013         * gnus-ems.el (gnus-create-image): New function.
7014         (gnus-put-image): New function.
7015
7016         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7017         (gnus-with-article-headers): New macro.
7018         (gnus-article-goto-header): New function.
7019
7020         * gnus-xmas.el (gnus-image-type-available-p): New function.
7021
7022         * gnus-ems.el (gnus-image-type-available-p): New function.
7023
7024 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7025
7026         * nnrss.el (nnrss-check-group): Find the correct tag, because
7027         xml.el is changed.
7028
7029 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7032         lines are shorter than the window width.
7033         (gnus-ignored-headers): More headers.
7034
7035 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036
7037         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7038         (gnus-treat-unfold-headers): Renamed.
7039         (gnus-article-treat-unfold-headers): New command and keystroke.
7040
7041         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7042
7043         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7044
7045 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7046
7047         * sha1-el.el (sha1-use-external): New variable.
7048         (sha1-region): Use it.
7049         (sha1-string): Ditto.
7050
7051         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7052         * gnus-picon.el: Less warnings when compile.
7053
7054 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7057         alias.
7058         (gnus-picons-database): Default to list.
7059         (gnus-picons-lookup-internal): Use it.
7060
7061         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7062         to "bogus".
7063
7064         * gnus-win.el (gnus-configure-windows-hook): New hook.
7065
7066 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7067
7068         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7069
7070 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7071
7072         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7073         lists.
7074         (gnus-select-newsgroup): Don't append; push.
7075         (gnus-adjust-marked-articles): Remove obsolete ranges from
7076         `seen'.
7077         (gnus-update-marks): Clean up.
7078         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7079
7080 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7081
7082         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7083
7084 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7085
7086         * gnus-sum.el (gnus-auto-select-subject): New variable.
7087         (gnus-summary-best-unread-subject): New function.
7088         (gnus-summary-best-unread-article): Use it.
7089         (gnus-summary-first-unseen-subject): New function and command.
7090
7091         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7092         other treatments.
7093
7094         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7095         function.
7096
7097         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7098         from the list of hidden types.
7099
7100         * mm-view.el (mm-inline-text): Ditto.
7101         (mm-inline-text): Ditto.
7102         (mm-w3-prepare-buffer): Ditto.
7103
7104         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7105
7106 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7107
7108         * gnus-art.el (gnus-ignored-headers): Added more headers.
7109
7110 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7111
7112         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7113         once.
7114
7115 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7118
7119 2001-12-28  Simon Josefsson  <jas@extundo.com>
7120
7121         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7122         Jesper Harder <harder@ifa.au.dk>.
7123
7124 2001-12-27  Simon Josefsson  <jas@extundo.com>
7125
7126         * gnus-sum.el (gnus-select-newsgroup): Make
7127         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7128         contain all articles (instead of none) when no seen marks have
7129         been set for the group.
7130         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7131         instead, it seems to result in shorter ranges.
7132
7133 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7134
7135         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7136         insert-before-markers.
7137         From Jesper Harder <harder@ifa.au.dk>
7138
7139 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7140
7141         * nnmaildir.el (nnmaildir-save-mail): create the destination
7142         groups if they do not exist.
7143
7144 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7147
7148 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7149
7150         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7151         gnus-group-real-name.
7152
7153         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7154         (gnus-newsgroup-variables): Ditto.
7155
7156         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7157         return it.
7158
7159 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7160
7161         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7162         * nnmaildir.el (top-level): Add commentary.
7163         (nnmaildir-version): Indicate that nnmaildir is now a standard
7164         part of Gnus, not separately released.
7165
7166 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7167
7168         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7169         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7170         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7171         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7172
7173 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7174
7175         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7176
7177 2001-12-20  Simon Josefsson  <jas@extundo.com>
7178
7179         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7180         ZHU <zsh@cs.rochester.edu>.
7181         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7182         Brian P Templeton <bpt@tunes.org>.
7183
7184 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7185
7186         * nnmaildir.el: New file.
7187         From Paul Jarc <prj@po.cwru.edu>.
7188
7189 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7190
7191         * nndoc.el (nndoc-type-alist): Move forward to the end.
7192
7193 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7196         `dolist'.
7197
7198 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7199
7200         * gnus-win.el (gnus-frames-on-display-list): New function.
7201         (gnus-get-buffer-window): Use it.
7202
7203 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7204
7205         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7206
7207 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7208
7209         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7210
7211 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7212            From Harald Meland <Harald.Meland@usit.uio.no>
7213
7214         * gnus-win.el (gnus-get-buffer-window): New function.
7215         (gnus-all-windows-visible-p): Use it.
7216
7217         * gnus-util.el (gnus-horizontal-recenter)
7218         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7219         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7220
7221         * gnus-score.el (gnus-score-insert-help): Use it.
7222
7223         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7224         (gnus-generate-tree, gnus-highlight-selected-tree)
7225         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7226         it.
7227
7228         * gnus-art.el (gnus-article-set-window-start)
7229         (gnus-mm-display-part, gnus-request-article-this-buffer)
7230         (gnus-button-next-page, gnus-button-prev-page)
7231         (gnus-article-button-next-page, gnus-article-button-prev-page):
7232         Use it.
7233
7234 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7235
7236         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7237         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7238         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7239
7240 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7241
7242         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7243         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7244         * mml1991.el, nnultimate.el: Add `coding'.
7245
7246 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7247
7248         * ChangeLog: changed coding to buffer-file-coding-system
7249         * ChangeLog.1: same
7250         * nnwfm.el: same
7251         * gnus-smiley.el: same
7252         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7253         * gnus-delay.el: same
7254         * gnus-spec.el: same
7255         * message.el: same
7256         * mml1991.el: same
7257         * nnultimate.el: same
7258
7259 2001-12-16  Simon Josefsson  <jas@extundo.com>
7260         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7261
7262         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7263         (gnus-summary-save-map): Add muttprint.
7264         (gnus-summary-make-menu-bar): Ditto.
7265         (gnus-summary-muttprint): New function.
7266
7267         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7268
7269 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7270
7271         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7272         temporary list instead of buffer.
7273
7274         * mm-url.el (executable-find): autoload.
7275
7276 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7277
7278         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7279         to variable, follow doc-string conventions).
7280
7281 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7282
7283         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7284         subscribe-level
7285         * gnus-topic.el (gnus-subscribe-topics): use it.
7286
7287 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7288
7289         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7290         messages. (A small patch with indentation)
7291         From Sean Neakums <sneakums@zork.net>.
7292
7293         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7294         nil after shooting down the gnus-original-article-buffer.
7295
7296 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7297
7298         * uudecode.el (uudecode-use-external): New variable.
7299         (uudecode-decode-region): Automatically detect external program.
7300
7301         * binhex.el (binhex-use-external): New variable.
7302         (binhex-decode-region-internal): New function.
7303         (binhex-decode-region): Automatically detect external program.
7304
7305         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7306         Use them.
7307
7308 2001-12-12  Simon Josefsson  <jas@extundo.com>
7309
7310         * nnvirtual.el (nnvirtual-always-rescan)
7311         (nnvirtual-component-regexp): Fix doc.
7312
7313         * nnoo.el (defvoo): Add doc to defvoo variables.
7314
7315         * nnml.el (nnml-directory, nnml-active-file)
7316         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7317         (nnml-marks-is-evil, nnml-filenames-are-evil)
7318         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7319
7320         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7321         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7322         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7323         `error'.
7324
7325         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7326         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7327
7328         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7329         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7330         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7331         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7332
7333         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7334         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7335
7336         * imap.el, nnimap.el: Fix indentation.
7337
7338         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7339
7340 2001-12-12  Didier Verna  <didier@xemacs.org>
7341
7342         * gnus-msg.el (gnus-group-news): New function.
7343         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7344         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7345         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7346         for it.
7347         * gnus-msg.el (gnus-summary-news-other-window): New function.
7348         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7349         bind it to `i'.
7350         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7351         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7352         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7353         for it (called with a prefix).
7354         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7355         group-name argument.
7356         * gnus-msg.el (gnus-setup-message): use it.
7357
7358 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7359
7360         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7361
7362 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7363
7364         * mml.el (mime-to-mml): Remove Content-Disposition too.
7365
7366 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7367
7368         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7369         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7370         strings only.
7371         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7372
7373 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7374
7375         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7376         (nnmail-fancy-expiry-target): Use it.
7377         Suggestions from Simon Josefsson <jas@extundo.com>.
7378
7379 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7380
7381         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7382
7383 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7384
7385         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7386
7387         * gnus-util.el (gnus-url-unhex-string): Move here.
7388
7389 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7390
7391         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7392         mm-url-decode-entities-nbsp.
7393
7394         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7395         * webmail.el, nnwfm.el: Use mm-url.
7396
7397         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7398         (mm-url-remove-markup): Move from nnweb.
7399         (mm-url-fetch-simple): Move from webmail.
7400
7401         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7402
7403 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7404
7405         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7406         (gnus-summary-print-article): Use it.
7407
7408         * gnus-util.el (gnus-replace-in-string): Typo.
7409
7410 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7411
7412         * nnweb.el (nnweb-replace-in-string): Removed.
7413
7414         * gnus-util.el (gnus-replace-in-string): New function.
7415         (gnus-mode-string-quote): Use it.
7416
7417         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7418         * nnwfm.el (nnwfm-create-mapping): Ditto.
7419
7420 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7421
7422         * dgnushack.el (dgnushack-compile): nnrss.el and
7423         nnslashdot.el don't depend on nnweb, url, w3.
7424
7425         * nnrss.el: Use mm-url.
7426
7427 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7428
7429         * mm-url.el (mm-url-insert-file-contents): Support file:.
7430
7431 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7432
7433         * mm-view.el: Lower case for the description line. Sync from the
7434         Emacs CVS.
7435
7436 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7437
7438         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7439         From:  Stefan Monnier  <monnier@cs.yale.edu>
7440
7441 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7444
7445 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7446
7447         * mm-url.el: Require executable.
7448         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7449
7450 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7451
7452         * pop3.el (pop3-munge-message-separator): Only use valid date.
7453         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7454
7455         * Makefile.in: gnus-load.elc may not be generated.
7456
7457 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7458
7459         * mm-url.el: New file.
7460         * nnslashdot.el: Use it.
7461         * mm-extern.el (mm-extern-url): Use it.
7462
7463 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7464
7465         * gnus-sum.el (gnus-summary-save-article): Nix
7466         gnus-display-mime-function and gnus-article-prepare-hook.
7467
7468         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7469         the beginning of lines.
7470         (gnus-complex-form-to-spec): Ditto.
7471
7472 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7473
7474         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7475         From Paul Jarc <prj@po.cwru.edu>.
7476
7477 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7478
7479         * message.el: New variable message-subscribed-address-file;
7480         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7481
7482 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7483
7484         * message.el (message-tab-body-function): Set to nil.
7485         (message-tab): Use text-mode-map or global-map.
7486         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7487
7488 2001-11-30  Simon Josefsson  <jas@extundo.com>
7489
7490         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7491         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7492         <christoph.conrad@gmx.de>.
7493         (gnus-agent-fetch-group-1): Add verbose message.
7494
7495 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7496
7497         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7498         of integers.
7499
7500 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7501
7502         * message.el (message-newgroups-header-regexp)
7503         (message-completion-alist, message-tab-body-function): Use
7504         defcustom rather than defvar.
7505         (message-tab): Mention `message-tab-body-function' in doc.
7506         Suggested by Karl Eichwalder.
7507
7508 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7509
7510         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7511
7512 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7513
7514         * nnheader.el (nnheader-find-nov-line): Don't use macro
7515         gnus-delete-line.
7516
7517         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7518         (gnus-group-name-charset): Ditto.
7519
7520         * gnus-util.el (gnus-buffer-live-p): Ditto.
7521
7522 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7523
7524         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7525         open parenthesis in doc.
7526         (sieve-manage-authenticator-alist): Typo in doc.
7527         * imap.el (imap-authenticator-alist): Typo in doc.
7528         (imap-stream-alist): Backslash.
7529
7530         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7531           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7532
7533 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7534
7535         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7536
7537         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7538
7539         * gnus-msg.el (gnus-configure-posting-styles): use
7540         make-local-hook. Add LOCAL for add-hook.
7541
7542 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7543
7544         * message.el (message-mode): Use `make-local-hook' unless
7545         obsolete.
7546         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7547
7548 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * canlock.el: Remove sha1.el and base64.el stuff.
7551
7552 2001-11-26  Didier Verna  <didier@xemacs.org>
7553
7554         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7555         if needed.
7556
7557 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * message.el (message-tamago-not-in-use-p): New function.
7560         (message-strip-forbidden-properties): Use it.
7561
7562 2001-11-26  Didier Verna  <didier@xemacs.org>
7563
7564         * gnus-start.el (gnus-check-first-time-used): only check for
7565         existence of .el[d] files.
7566
7567 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7568
7569         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7570
7571         * message.el (message-setup-1): Clean up mc-*.
7572
7573 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7574
7575         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7576         * gnus-score.el (gnus-score-find-bnews): Use it.
7577
7578         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7579         (gnus-summary-limit-to-author): Ditto.
7580         (gnus-summary-limit-to-extra): Ditto.
7581         (gnus-summary-find-matching): Support not-matching argument.
7582
7583 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7584
7585         * message.el (message-wash-subject): Use `insert' rather than
7586         `insert-string', which is deprecated.
7587
7588 2001-11-24  Simon Josefsson  <jas@extundo.com>
7589
7590         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7591         message. (Gnus does not "default" to using 8bit for the message,
7592         it default to use 8bit encoding and the user-supplied CTE
7593         value. Calling this behaviour "treating it as 8bit" is perhaps
7594         better.)
7595
7596         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7597         (compare mm-charset-to-coding-system).
7598
7599 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7600
7601         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7602         buffer. Correctly decode hex.
7603
7604 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7605
7606         * gnus-agent.el (gnus-category-insert-line): Convert category
7607         names to strings.
7608
7609 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7610
7611         * message.el (sha1): eval-and-compile.
7612
7613 2001-11-20  Simon Josefsson  <jas@extundo.com>
7614
7615         * message.el (message-allow-no-recipients): New variable.
7616         (message-send): Use it, customize the prompting when posting to
7617         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7618
7619 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7620
7621         * mm-util.el (mm-coding-system-priorities): New variable.
7622         (mm-sort-coding-systems-predicate): New function.
7623         (mm-find-mime-charset-region): Resort coding systems if needed.
7624         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7625
7626 2001-11-20  Didier Verna  <didier@xemacs.org>
7627
7628         * gnus-group.el (gnus-group-make-help-group): new optional
7629         argument to control the error behavior.
7630         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7631         erroring.
7632
7633 2001-11-19  Simon Josefsson  <jas@extundo.com>
7634
7635         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7636         instead of C-c C-u.  Suggested by Per Abrahamsen
7637         <abraham@dina.kvl.dk>.
7638
7639 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7640
7641         * nnfolder.el (nnfolder-read-folder): Use group instead of
7642         nnfolder-current-group.
7643         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7644
7645 2001-11-17  Simon Josefsson  <jas@extundo.com>
7646
7647         * message.el (message-send): Ask user if Fcc/Gcc should be
7648         performed when no other sender was specified.
7649         Suggested by prj@po.cwru.edu (Paul Jarc).
7650
7651 2001-11-17  Simon Josefsson  <jas@extundo.com>
7652
7653         * message.el (message-mode, message-mode-map): Use C-c C-u for
7654         Importance: instead of C-c C-p (used by SC).
7655
7656 2001-11-16  Simon Josefsson  <jas@extundo.com>
7657
7658         * message.el (message-insert-importance-high)
7659         (message-insert-importance-low): Save point.
7660
7661         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7662         value.
7663
7664 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7665
7666         * message.el (message-strip-special-text-properties): New option.
7667         (message-strip-forbidden-properties): Obey it.
7668
7669 2001-11-14  Sam Steingold  <sds@gnu.org>
7670
7671         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7672
7673 2001-11-15  Simon Josefsson  <jas@extundo.com>
7674
7675         Support "Importance:" header in Message.
7676
7677         * message.el (message-mode-map): Bind C-c C-p to
7678         `message-insert-or-toggle-importance'
7679         (message-mode-menu): Add message-insert-importance-{high,low}.
7680         (message-insert-importance-high, message-insert-importance-low)
7681         (message-insert-or-toggle-importance): New functions.
7682         (message-tool-bar-map): Add {un,}important.
7683         (message-mode): Doc fix.
7684
7685 2001-11-15  Simon Josefsson  <jas@extundo.com>
7686
7687         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7688
7689         * mml.el (mml-menu): Fix toolbar tooltip.
7690
7691 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7692
7693         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7694         * nnml.el (nnml-save-marks): Ditto.
7695
7696         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7697
7698 2001-11-15  Simon Josefsson  <jas@extundo.com>
7699
7700         * nnml.el (nnml-save-marks):
7701         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7702         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7703
7704 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7705
7706         * gnus-art.el (gnus-article-wash-status-strings): Use
7707         `copy-sequence', not `copy-seq'.
7708
7709 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7710
7711         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7712         (gnus-gnus-article-wash-status-entry): New function.
7713         (gnus-article-wash-status): Use it.
7714
7715 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7716
7717         * mml1991.el: Add coding header.
7718
7719 2001-11-12  Simon Josefsson  <jas@extundo.com>
7720
7721         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7722         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7723         `mml1991-sign' and `mml1991-encrypt'.
7724         (mml1991-encrypt, mml1991-sign): New glue functions.
7725         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7726
7727         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7728         (mml-menu): Add PGP to menu.
7729
7730         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7731         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7732         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7733         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7734
7735         * mml2015.el: Mention RFC 3156.
7736
7737         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7738
7739 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7740
7741         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7742
7743         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7744           From <Michael.Cook@cisco.com>
7745
7746 2001-11-11  Simon Josefsson  <jas@extundo.com>
7747
7748         * message.el (top-level): Autoload sha1.
7749         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7750         canlock, no need to require two different hash algs).  Suggested
7751         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7752
7753 2001-11-09  Simon Josefsson  <jas@extundo.com>
7754
7755         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7756         <Pavel@Janik.cz>.
7757
7758 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7759
7760         * message.el (message-point-in-header-p): New function.
7761         (message-do-auto-fill): Use it.
7762         (message-beginning-of-line): New function.  Goes to beginning of
7763         header value (i.e., end of header name), or to beginning of line
7764         if already at beginning of value.  Behaves like
7765         `beginning-of-line' when in message body.
7766         (message-mode-map): Bind it.
7767
7768 2001-11-08  Simon Josefsson  <jas@extundo.com>
7769
7770         * gnus-msg.el (gnus-posting-styles): Add doc.
7771
7772 2001-11-07  Simon Josefsson  <jas@extundo.com>
7773
7774         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7775
7776         * sieve-mode.el (sieve-control-commands-face)
7777         (sieve-control-commands-face, sieve-action-commands-face)
7778         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7779         faces.
7780         (sieve-font-lock-keywords): Use them.
7781         (sieve-mode): Only set font-lock-defaults in emacs.
7782
7783         * gnus-art.el (gnus-default-article-saver): Add
7784         gnus-summary-save-body-in-file.
7785         (gnus-summary-write-to-file): Fix doc.
7786
7787 2001-11-07  Simon Josefsson  <jas@extundo.com>
7788
7789         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7790         reference to the correct chapter in the manual.
7791
7792         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7793         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7794
7795 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7796
7797         * mml.el (mml-preview): Bind mail-header-separator.
7798
7799 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * message.el: Always require canlock.
7802         (message-ignored-supersedes-headers): Include Cancel-Lock and
7803         Cancel-Key.
7804         (message-insert-canlock): Don't require canlock.
7805         (message-cancel-news): Don't check whether canlock is available.
7806         (message-supersede): Support cancel-locks.
7807
7808         * gnus-art.el: Don't autoload canlock.
7809
7810 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7811
7812         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7813         From: <andre@slamdunknetworks.com>
7814
7815 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7816
7817         * many files: Fix copyright lines.
7818
7819 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7820
7821         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7822         Suggested by Dave Love  <fx@gnu.org>.
7823
7824 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7825
7826         * message.el (message-kill-buffer): Remove auto-save file after
7827         confirm.
7828
7829         * message.el (message-send-mail): Call message-generate-headers
7830         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7831
7832         * gnus-topic.el (gnus-topic-rename): Initial-input.
7833         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7834
7835 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7836
7837         * message.el (message-forbidden-properties): New constant.
7838         (message-strip-forbidden-properties): New function.
7839         (message-mode): Activate it.
7840
7841 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7842
7843         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7844         (mm-hack-charsets): Fix doc.
7845
7846 2001-11-02  Simon Josefsson  <jas@extundo.com>
7847
7848         * gnus-int.el (gnus-check-server): Message "...done" when done.
7849
7850         * imap.el (imap-close): Don't message (imap-send-command-wait
7851         returns if the connection is dropped).
7852         (imap-wait-for-tag): Nix out message only when necessary.
7853
7854         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7855         for non-crossposting.
7856         (gnus-sieve-crosspost): Default to t to be consistent with other
7857         parts of Gnus.
7858
7859 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7860
7861         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7862         (mm-iso-8859-x-to-15-table): Ditto.
7863         (mm-iso-8859-x-to-15-region): Ditto.
7864         (mm-find-mime-charset-region): Ditto.
7865
7866 2001-11-01  Simon Josefsson  <jas@extundo.com>
7867
7868         * nnimap.el (nnimap-close-asynchronous): New variable.
7869         (nnimap-close-group): Use it.
7870         (nnimap-expunge): Don't use it.
7871
7872         * imap.el (imap-callbacks): New variable.
7873         (imap-remassoc): Copied from `gnus-remassoc'.
7874         (imap-add-callback): New function.
7875         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7876         behaviour.
7877         (imap-parse-response): Call the callback.
7878
7879         * message.el (message-insert-canlock): New variable.
7880         (message-canlock-generate, message-canlock-password)
7881         (message-insert-canlock): New functions.
7882         (message-send-news): Call `message-insert-canlock'.
7883         (top-level): Require canlock when compiling.
7884         (message-insert-canlock): Require canlock before we need it.
7885
7886 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7887
7888         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7889
7890 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7891
7892         * dgnushack.el (dgnushack-make-load): A workaround for
7893         custom-add-loads bug in some versions of XEmacs.
7894
7895 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7896
7897         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7898
7899 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7900
7901         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7902         (mm-hack-charsets): New variable.
7903         (mm-iso-8859-15-compatible): New variable.
7904         (mm-iso-8859-x-to-15-table): New variable.
7905         (mm-find-mime-charset-region): Add parameter hack-charsets.
7906
7907         * mm-bodies.el (mm-encode-body): Use it.
7908         * mml.el (mml-parse-1): Ditto.
7909
7910 2001-11-01  Simon Josefsson  <jas@extundo.com>
7911
7912         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7913
7914 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7915
7916         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7917         is nil.
7918
7919 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7920
7921         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7922
7923         * message.el (message-forward-rmail-make-body): Use
7924         save-window-excursion.
7925         (message-encode-message-body): Search with noerror.
7926         (message-setup-1): Convert compose-mail send-actions to
7927         message-send-actions.
7928
7929 2001-11-01  Simon Josefsson  <jas@extundo.com>
7930
7931         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7932         <yamaoka@jpl.org>.
7933
7934 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7935
7936         * sieve-manage.el (sieve-string-bytes): No complain.
7937
7938 2001-11-01  Simon Josefsson  <jas@extundo.com>
7939
7940         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7941         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7942         has autoload cookies, so no `require' should be necessary.)
7943
7944         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7945         files.
7946
7947 2001-10-31  Simon Josefsson  <jas@extundo.com>
7948
7949         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7950         parameter.
7951
7952         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7953         `display' is a number (and C-u wasn't used to enter group), only
7954         fetch that number of articles.
7955
7956 2001-10-31  Matt Armstrong  <matt@lickey.com>
7957
7958         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7959         not-subscribed -> subscribed.
7960
7961 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7962         From: Josh Huber <huber@alum.wpi.edu>
7963
7964         * message.el (message-subscribed-address-functions): New variable.
7965         (message-subscribed-addresses): New variable.
7966         (message-subscribed-regexps): New variable.
7967         (message-goto-mail-followup-to): New function.
7968         (message-send-mail): Add Mail-Followup-To.
7969         (message-make-mft): New function.
7970
7971         * gnus.el (gnus-find-subscribed-addresses): New function.
7972
7973 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7974
7975         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7976         (mail-source-fetch-pop): Ditto.
7977         (mail-source-check-pop): Ditto.
7978
7979         * gnus-start.el (gnus-read-init-file): Ditto.
7980         (gnus-activate-group): Ditto.
7981         (gnus-read-newsrc-el-file): Ditto.
7982
7983 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7984
7985         * message.el (message-get-reply-headers): Make sure there is ", ".
7986
7987         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7988         mm-coding-system-p. Don't correct it only in XEmacs.
7989         (mm-charset-to-coding-system): Use mm-coding-system-p and
7990         mm-get-coding-system-list.
7991         (mm-emacs-mule, mm-mule4-p): New variables.
7992         (mm-enable-multibyte, mm-disable-multibyte,
7993         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7994         mm-with-unibyte-current-buffer,
7995         mm-with-unibyte-current-buffer-mule4): Use them.
7996         (mm-find-mime-charset-region): Treat iso-2022-jp.
7997
7998         From  Dave Love  <fx@gnu.org>:
7999
8000         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8001         construction.
8002         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8003         entries conditional on not having a coding system defined for
8004         them.
8005         (mm-mule-charset-to-mime-charset): Use
8006         find-coding-systems-for-charsets if defined.
8007         (mm-charset-to-coding-system): Don't use
8008         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8009         later.  Add last resort search of coding systems.
8010         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8011         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8012         Mule 4.
8013         (mm-find-mime-charset-region): Re-write.
8014         (mm-with-unibyte-current-buffer): Restore buffer as well as
8015         multibyteness.
8016
8017 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8018
8019         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8020         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8021         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8022
8023 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8024
8025         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8026         again.
8027
8028         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8029
8030 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8031
8032         * gnus-spec.el (gnus-parse-simple-format): Use
8033           buffer-substring-no-properties.
8034
8035 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * gnus-art.el (article-verify-cancel-lock): New function.
8038
8039         * nnheader.el (nntp-process-response): New variable.
8040         (nnheader-init-server-buffer): Make `nntp-process-response'
8041         buffer-local in `nntp-server-buffer'.
8042
8043         * nntp.el (nntp-prepare-post-hook): New hook.
8044         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8045         (nntp-async-trigger): Ditto.
8046         (nntp-request-post): Insert a server's ID if there's no Message-ID
8047         header; run `nntp-prepare-post-hook'.
8048
8049 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8050
8051         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8052         instead.
8053
8054         * message.el (message-forward-subject-author-subject): Don't use
8055         message-news-p, which widens the buffer.
8056         (message-forward-make-body): New function.
8057         (message-forward): Use it.
8058         (message-insinuate-rmail): New function.
8059         (message-forward-rmail-make-body): New function.
8060
8061 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8062
8063         * mm-extern.el (mm-extern): Provide it.
8064
8065         * mm-partial.el (mm-partial): Provide it.
8066
8067 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8068
8069         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8070
8071 2001-10-29  Simon Josefsson  <jas@extundo.com>
8072
8073         * mml.el (mml-preview): Bind message-this-is-news if it is
8074         news. From Jesper Harder <harder@myrealbox.com>.
8075
8076 2001-10-28  Simon Josefsson  <jas@extundo.com>
8077
8078         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8079
8080 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8081
8082         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8083         ironic smilies.
8084
8085 2001-10-27  Simon Josefsson  <jas@extundo.com>
8086
8087         * message.el (message-indent-citation): Don't add trailing
8088         whitespace when citing text.
8089
8090         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8091         <harder@ifa.au.dk>.
8092
8093 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8094
8095         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8096         not available.
8097         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8098         (nnweb-type-definition): Add google as alias of dejanews.
8099         (nnweb-google-parse-1): Forward 1 line.
8100
8101 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8102
8103         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8104         variable `message-forward-ignored-headers'.
8105
8106 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8107
8108         * gnus.el (gnus-expand-group-parameter): New function.
8109         (gnus-expand-group-parameters): Call it.
8110         (gnus-group-fast-parameter): New function.
8111         (gnus-group-find-parameter): Call it.
8112
8113 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8114
8115         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8116         vector (it didn't before because of a bug).
8117         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8118         available.  Before it converted it to an article number.
8119
8120         This makes followup to news articles with negative numbers in
8121         nnvirtual groups use news instead of mail.
8122
8123 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8124
8125         * gnus.el (post-method): Use `native' instead of `nil'.
8126
8127         * gnus-msg.el (gnus-post-method): Ditto.
8128
8129 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8130
8131         * gnus.el (gnus-define-group-parameter): Grammar fix.
8132
8133 2001-10-22  Simon Josefsson  <jas@extundo.com>
8134
8135         * gnus-msg.el (gnus-extended-version): Include
8136         system-configuration.
8137         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8138
8139 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8140
8141         * gnus.el (post-method): Customization fix: `native' is not a
8142         valid value.
8143         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8144         `native' is not a valid value.
8145
8146 2001-10-21  Simon Josefsson  <jas@extundo.com>
8147
8148         * nnimap.el (nnimap): Defgroup
8149         (nnimap-strict-function, nnimap-strict-function-match): New
8150         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8151         (nnimap-split-crosspost, nnimap-split-inbox)
8152         (nnimap-split-rule, nnimap-split-predicate)
8153         (nnimap-split-predicate): Defcustom.
8154         (nnimap-split-inbox, nnimap-expunge-search-string)
8155         (nnimap-importantize-dormant): Remove "*" from doc.
8156
8157 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8158
8159         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8160         not supplied via prefix arg.  From Lisp, make arg mandatory.
8161         Suggested by Frank Schmitt.
8162
8163 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8164
8165         * message.el (message-do-auto-fill): Avoid calling
8166         'rfc822-goto-eoh'.
8167
8168 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8169         From Paul Jarc <prj@po.cwru.edu>.
8170
8171         * message.el (message-get-reply-headers): Restructure the logic
8172         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8173
8174 2001-10-20  Simon Josefsson  <jas@extundo.com>
8175
8176         * message.el (message-cancel-news): Support cancel-locks.
8177         Suggested by Per Abrahamsson.
8178
8179         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8180         conses.  From David Z Maze <dmaze@MIT.EDU>.
8181
8182         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8183
8184 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8185
8186         * mm-decode.el (mm-default-directory): Fix customize type.
8187
8188         * message.el (message-setup-fill-variables): Kludge to use
8189         normal-auto-fill-function even if auto fill is already activated.
8190
8191 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8192
8193         * message.el (message-do-auto-fill): New version that does not
8194         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8195         (message-setup-1): Removed the `message-field' property.
8196
8197         * gnus-draft.el (gnus-draft-edit-message): Removed the
8198         `message-field' property.
8199
8200 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8201
8202         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8203         `message-field'.  The `field' property has a special significance in
8204         Emacs 21.
8205
8206         * message.el (message-send, message-setup-1): Ditto.
8207
8208 2001-10-18  Simon Josefsson  <jas@extundo.com>
8209
8210         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8211         when undoing.
8212
8213 2001-10-18  Simon Josefsson  <jas@extundo.com>
8214         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8215
8216         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8217         (gnus-summary-make-menu-bar): Ditto.
8218
8219 2001-10-17  Simon Josefsson  <jas@extundo.com>
8220
8221         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8222         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8223
8224 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8225
8226         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8227         * gnus-util.el (gnus-user-date): New function.
8228         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8229
8230 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8231
8232         * message.el (message-check-news-header-syntax): Special case
8233         nnvirtual groups.
8234
8235         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8236         customize type to `symbol'.
8237
8238 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8239
8240         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8241         %&foo;.
8242         (gnus-parse-simple-format): Support user extended spec too.
8243         %u&foo; invokes gnus-user-format-function-foo.
8244
8245 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8246
8247         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8248         the server.
8249         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8250         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8251         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8252         * nndiary.el (nndiary-request-expire-articles): Ditto.
8253         (nndiary-schedule): Defsubst it before use it.
8254         (nndiary-error): eval-and-compile.
8255
8256 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8257
8258         * gnus-msg.el (gnus-post-method): Changed two instances of
8259         `active' to `current' and one `null' to `not'.
8260
8261 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8262         From Katsumi Yamaoka <yamaoka@jpl.org>.
8263
8264         * message.el (message-setup-fill-variables): Use
8265         `normal-auto-fill-function' instead of `auto-fill-function'.
8266
8267 2001-10-16  Simon Josefsson  <jas@extundo.com>
8268
8269         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8270         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8271         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8272
8273 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8274         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8275
8276         * gnus-draft.el (gnus-draft-edit-message): Add text property
8277         `field' with value `header' to message headers.
8278         * message.el (message-setup-1): Really add text property to all of
8279         the header, not just part of it.
8280
8281 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8282
8283         * gnus-group.el (gnus-group-sort-by-server): Use it.
8284
8285         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8286
8287         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8288         and keystroke.
8289
8290 2001-10-14  Simon Josefsson  <jas@extundo.com>
8291
8292         * dig.el: Doc fix.
8293
8294         * smime.el: Doc fix.
8295
8296         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8297         charset magic from message.el.
8298
8299 2001-10-12  Simon Josefsson  <jas@extundo.com>
8300         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8301
8302         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8303         'cite from g-a-wash-types.
8304         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8305         (gnus-article-hide-citation): Fix.
8306
8307         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8308         character.
8309         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8310
8311         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8312         definition.
8313         (gnus-signature-toggle): Toggle `s' mode line character.
8314
8315         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8316         doing stuff that clears it.
8317
8318 2001-10-12  Simon Josefsson  <jas@extundo.com>
8319
8320         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8321         From Eric Marsden <emarsden@laas.fr>.
8322
8323 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8324
8325         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8326         (autoload): Add some autoloads.
8327
8328 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8329         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8330
8331         * message.el (message-do-auto-fill): New function.  Like
8332         `do-auto-fill' but don't fill when in the message header.
8333         (message-setup-1): Put a text property on the message header.
8334         (message-setup-fill-variables): Use `message-do-auto-fill'.
8335
8336 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337
8338         * message.el (message-send-mail-partially): Insert an empty line
8339         first, because of the change of message-make-lines.
8340
8341 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8342
8343         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8344         iso-8859-15, make it an alias for iso-8859-1.
8345
8346 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * message.el (message-send-news): Don't modify the value of
8349         `message-syntax-checks' if it is not a list (possibly it is
8350         `dont-check-for-anything-just-trust-me').
8351
8352 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8355         `find-coding-system' for XEmacs to check whether the coding-system
8356         `utf-8' is available.
8357
8358 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8359
8360         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8361
8362 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8363
8364         * message.el (message-send-news): Oops, missed case with no
8365         "Followup-To" header...
8366
8367 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8368
8369         * message.el (message-send-news): Allow
8370         `gnus-group-name-charset-group-alist' to affect encoding of the
8371         "Newsgroups" and "Followup-To" headers.
8372
8373 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8374
8375         * Makefile.in (install-el): Depend on gnus-load.el.
8376
8377 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8378
8379         * Makefile.in (install-el): Use -f.
8380         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8381
8382 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8383
8384         * message.el (message-send-news): Don't encode Followups-To when
8385         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8386
8387         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8388         header.
8389
8390         * gnus-art.el (article-decode-group-name): Also decode
8391         "Followup-To".
8392
8393         * rfc2047.el (rfc2047-encode-message-header): Encode without
8394         asking for null methods.
8395
8396         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8397         default charset for newsgroup names in accordance with USEFOR.
8398
8399         * gnus-group.el (gnus-group-name-charset-method-alist,
8400         gnus-group-name-charset-group-alist): Removed "*" from doc
8401         strings, "*" should not be used for complex variables.
8402
8403 2001-10-06  Simon Josefsson  <jas@extundo.com>
8404
8405         Support UTF-8 group names better.
8406
8407         * message.el (message-check-news-header-syntax): Encode group
8408         names before comparison.
8409
8410         * gnus-msg.el (gnus-copy-article-buffer): Run all
8411         `gnus-article-decode-hook's except `article-decode-charset'
8412         instead of hardcoding call to one of them.
8413
8414         * gnus-art.el (gnus-article-decode-hook): Add
8415         `article-decode-group-name'.
8416         (article-decode-group-name): New function, use `g-d-n'.
8417
8418         * gnus-group.el (gnus-group-insert-group-line): Decode
8419         gnus-tmp-group using `g-d-n'.
8420
8421         * gnus-util.el (gnus-decode-newsgroups): New function.
8422
8423 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8424
8425         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8426         `gnus-group-name-charset-group-alist'.
8427
8428 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8429
8430         * Makefile.in: Install el in install. Add uninstall.
8431
8432 2001-10-05  Simon Josefsson  <jas@extundo.com>
8433
8434         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8435
8436         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8437
8438         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8439         empty folders.
8440
8441         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8442         limiting if read-all (C-u RET) was used.
8443
8444 2001-10-04  Simon Josefsson  <jas@extundo.com>
8445
8446         * mail-source.el (mail-source-movemail-program): New variable.
8447         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8448         <thutt@thutt.vmware.com>.
8449
8450 2001-10-03  Simon Josefsson  <jas@extundo.com>
8451
8452         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8453         (gnus-summary-line-format-alist): Fix param.
8454
8455 2001-10-02  Simon Josefsson  <jas@extundo.com>
8456
8457         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8458         don't go through `nnimap-request-expire-articles' to delete the
8459         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8460
8461 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8462
8463         * gnus-agent.el (gnus-agent-write-active): The min in the
8464         agent/active may be larger than that in the server/active.
8465
8466 2001-10-01  Simon Josefsson  <jas@extundo.com>
8467
8468         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8469         is IMAP4rev1.
8470
8471         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8472
8473         * nnfolder.el: Ditto.
8474
8475 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8476
8477         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8478         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8479
8480 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8481
8482         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8483         (message-mode-menu): Menu item for same.
8484
8485         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8486         delayed articles.
8487
8488         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8489         nndraft:delayed does not exist.
8490         (gnus-delay-initialize): Don't set up keymap, that's done from
8491         message.el now.
8492         (gnus-delay, gnus-delay-group, gnus-delay-header)
8493         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8494
8495 2001-09-29  Simon Josefsson  <jas@extundo.com>
8496
8497         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8498         utf-8, not eight-bit-control.
8499
8500         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8501         (imap-log, imap-debug): Custom.
8502         (imap-log-buffer, imap-debug-buffer): New constants.
8503         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8504         (imap-network-open, imap-shell-open, imap-starttls-open)
8505         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8506         (imap-debug): Use imap-*-buffer.
8507
8508         * nndoc.el (nndoc-article-type): Add mailman.
8509         (nndoc-type-alist): Ditto.
8510         (nndoc-mailman-type-p): New function.
8511
8512 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8513
8514         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8515         gnus-art.el.
8516
8517 2001-09-27  Simon Josefsson  <jas@extundo.com>
8518
8519         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8520         (gnus-topic-catchup-articles): New function. Suggested by Robin
8521         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8522
8523 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8524         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8525
8526         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8527         previous ones.
8528
8529 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8530         From Daiki Ueno  <ueno@unixuser.org>
8531
8532         * gnus-sum.el (gnus-summary-show-article): The arglist of
8533         detect-coding-region is incompatible.
8534
8535 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8536         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8537
8538         * gnus-group.el (gnus-group-delete-group): Typo.
8539
8540 2001-09-26  Simon Josefsson  <jas@extundo.com>
8541
8542         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8543
8544         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8545
8546 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8549
8550 2001-09-22  Simon Josefsson  <jas@extundo.com>
8551
8552         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8553
8554         * nnfolder.el (nnfolder-open-marks): Ditto.
8555
8556         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8557         (gnus-update-marks): Use it.
8558         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8559         hardcoded list.
8560
8561         * gnus.el (gnus-article-special-mark-lists): Add killed.
8562         (gnus-article-unpropagated-mark-lists): New constant.
8563
8564 2001-09-22  Simon Josefsson  <jas@extundo.com>
8565
8566         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8567         custom option.
8568
8569 2001-09-23  Simon Josefsson  <jas@extundo.com>
8570
8571         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8572
8573 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8574
8575         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8576
8577 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8578
8579         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8580         accept lists of functions.
8581
8582 2001-09-20  Simon Josefsson  <jas@extundo.com>
8583
8584         * gnus-group.el (gnus-group-catchup): Update expire marks in
8585         backend.  Also, if ALL also set expire marks on tick/dormant.
8586
8587 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8588
8589         * message.el (message-tab-body-function): New variable.
8590         * message.el (message-tab): Use it.
8591
8592 2001-09-19  Sam Steingold  <sds@gnu.org>
8593
8594         * gnus-win.el (gnus-buffer-configuration): Respect
8595         `gnus-bug-create-help-buffer'.
8596
8597 2001-09-18  Simon Josefsson  <jas@extundo.com>
8598
8599         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8600         (gnus-parse-simple-format): Re-revert.
8601
8602 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8603         Trivial patch.
8604
8605         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8606         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8607
8608 2001-09-18  Simon Josefsson  <jas@extundo.com>
8609
8610         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8611         signed.
8612         (gnus-parse-simple-format): Don't use it.
8613
8614 2001-09-17  Miles Bader  <miles@gnu.org>
8615
8616         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8617         error querying a backend abort the whole process.
8618
8619 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8620
8621         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8622         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8623
8624 2001-09-17  Didier Verna  <didier@xemacs.org>
8625
8626         * nndiary.el: version 0.2-b14.
8627         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8628         compatibility problem with XEmacs 21.1.
8629
8630 2001-09-15  Simon Josefsson  <jas@extundo.com>
8631
8632         * gnus-group.el (gnus-group-line-format): Document %c.
8633
8634         * nnml.el (nnml-parse-head): Handle CRLF files.
8635         (nnml-generate-nov-file): Ditto.
8636         (nnml-retrieve-headers): Ditto.
8637
8638 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8639
8640         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8641
8642 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8643
8644         * gnus-spec.el (gnus-correct-substring): Still stopped one
8645         character before we wanted (never included last character).
8646         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8647         add missing "," (once per function)
8648
8649 2001-09-14  Simon Josefsson  <jas@extundo.com>
8650
8651         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8652         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8653         default before gnus-group is loaded and the variable set.)
8654
8655         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8656         killed or unsent marks.
8657
8658         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8659         isn't an article to set it on (e.g. when you `a' in a group).
8660
8661 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8662
8663         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8664         can read e-mails from Microsoft Outlook users not using ISO
8665         8859-2 character set.
8666
8667 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8668
8669         * gnus-diary.el: Minor modifications to avoid warnings.
8670         (gnus-summary-misc-menu): defvar.
8671         (gnus-diary-check-message): Use gnus-point-at-eol.
8672         (gnus-diary-kill-entire-line): eval-and-compile.
8673
8674 2001-09-12  Didier Verna  <didier@xemacs.org>
8675
8676         * nndiary.el: new version (0.2-b13).
8677         * nndiary.el (nndiary-mail-sources): doc update.
8678         * nndiary.el (nndiary-split-methods): ditto.
8679         * nndiary.el (nndiary-request-accept-article-hooks): New.
8680         * nndiary.el (nndiary-request-accept-article): use it, check
8681         message validity.
8682         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8683         * nndiary.el (nndiary-schedule): fix bug (misplaced
8684         condition-case): it didn't return nil on error.
8685         * gnus-diary.el: new version.
8686         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8687         * gnus-diary.el (gnus-diary-header-value-history): New.
8688         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8689         * gnus-diary.el (gnus-diary-add-header): New.
8690         * gnus-diary.el (gnus-diary-check-message): New.
8691         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8692         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8693
8694 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8695
8696         * gnus-sum.el (gnus-select-newsgroup): Make
8697         `gnus-current-select-method' buffer-local.
8698
8699         * gnus-art.el (gnus-request-article-this-buffer): Refer
8700         `gnus-current-select-method' in the current summary buffer.
8701
8702 2001-09-10  Simon Josefsson  <jas@extundo.com>
8703         From Daniel Pittman <daniel@rimspace.net>
8704
8705         * gnus-spec.el (gnus-correct-pad-form): Fix.
8706
8707 2001-09-09  Simon Josefsson  <jas@extundo.com>
8708
8709         * mm-decode.el (mm-inline-media-tests): Add
8710         application/x-emacs-lisp.
8711         (mm-attachment-override-types): Add
8712         application/{x-,}pkcs7-signature.
8713
8714         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8715         (gnus-server-line-format, gnus-server-mode-line-format)
8716         (gnus-server-browse-in-group-buffer): Customize.
8717
8718 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8719
8720         * nnml.el (nnml-marks-changed-p): Typo.
8721         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8722         (nnml-marks-changed-p): Use gnus-gethash.
8723         (nnml-marks-modtime): Use gnus-make-hashtable.
8724
8725         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8726         (nnfolder-request-expire-articles, nnfolder-save-marks)
8727         (nnfolder-open-marks): Typo.
8728         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8729         (nnfolder-marks-changed-p): Use gnus-gethash.
8730         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8731
8732 2001-09-08  Simon Josefsson  <jas@extundo.com>
8733
8734         * nnfolder.el (nnfolder-marks-modtime): New variable.
8735         (nnfolder-marks-changed-p): New function.
8736         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8737         (nnfolder-request-update-info): Don't update if marks didn't change.
8738
8739         * nnml.el (nnml-marks-modtime): New variable.
8740         (nnml-marks-changed-p): New function.
8741         (nnml-save-marks, nnml-open-marks): Save modtime.
8742         (nnml-request-update-info): Don't update if marks didn't change.
8743
8744         * gnus-agent.el (gnus-agent-any-covered-gcc)
8745         (gnus-agent-add-server, gnus-agent-remove-server): Use
8746         gnus-agent-method-p.
8747
8748         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8749         (gnus-unbuttonized-mime-type-p): Use it.
8750
8751         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8752         fetch group.
8753
8754 2001-09-08  Simon Josefsson  <jas@extundo.com>
8755         From Daniel Pittman <daniel@rimspace.net>
8756
8757         * gnus-spec.el (gnus-correct-pad-form): New function.
8758         (gnus-parse-simple-format): Use it.
8759
8760 2001-09-07  Simon Josefsson  <jas@extundo.com>
8761
8762         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8763         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8764         Putnam <reader@newsguy.com>.
8765         (gnus-group-sort-selected-groups): Touch dribble file.
8766
8767 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8768
8769         * nnml.el (nnml-filenames-are-evil): New variable.
8770         (nnml-article-to-file-alist): Rename to ...
8771         (nnml-current-group-article-to-file-alist): ... this.
8772         Respect `nnml-filenames-are-evil'.
8773         (nnml-active-number): Update.
8774         (nnml-update-file-alist): Update.
8775         (nnml-request-article): Use nnheader-article-to-file-alist.
8776         (nnml-request-rename-group): Likewise.
8777
8778 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-sum.el (gnus-summary-insert-line): Fix.
8781
8782 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8783
8784         * gnus-sum.el: Bind g-s-t-s to "W g".
8785         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8786         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8787         display of graphical smilies.
8788
8789 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8790
8791         * gnus-start.el (gnus-setup-news): A typo.
8792         From Bill White <billw@wolfram.com>.
8793
8794 2001-09-06  Simon Josefsson  <jas@extundo.com>
8795
8796         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8797         and unseen marks.
8798
8799 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8800
8801         * nnmail.el (nnmail-split-fancy): Document `junk'.
8802
8803 2001-09-04  Simon Josefsson  <jas@extundo.com>
8804
8805         * imap.el (imap-search): Don't error if server is broken.
8806
8807 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8808
8809         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8810         searching for an article that isn't in the mbox.
8811
8812 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8815         right, and get all the comments.
8816
8817 2001-09-02  Simon Josefsson  <jas@extundo.com>
8818         Suggested by Dan Christensen <jdc+news@uwo.ca>
8819
8820         * nnfolder.el (nnfolder-request-update-info): Fix message.
8821
8822         * nnml.el (nnml-request-update-info): Ditto.
8823
8824 2001-09-01  Simon Josefsson  <jas@extundo.com>
8825
8826         * nnml.el (nnml-request-expire-articles): Also bind
8827         `nnml-current-group' and `nnml-article-file-alist' when using
8828         expiry-target. (Otherwise nnml will be in a inconsistent internal
8829         state causing all kind of problems.)
8830         (nnml-request-expire-articles): If `nnml-article-to-file' or
8831         `file-attributes' failes, return article as un-expirable instead
8832         of treating it as expired.
8833
8834 2001-08-31  Sam Steingold  <sds@gnu.org>
8835
8836         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8837         typo: `exmine' --> `examine'.
8838
8839 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8840
8841         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8842
8843 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8844
8845         * nnml.el (nnml-check-directory-twice): Remove.
8846         (nnml-retrieve-headers): Ditto.
8847         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8848
8849 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8850
8851         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8852         directory twice on Windows, or on GNU Emacs-21.
8853
8854 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8855
8856         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8857         (nnml-request-rename-group): Ditto.
8858         (nnml-active-number): Ditto.
8859         (nnml-request-create-group): Use nnml-directory-articles.
8860         (nnml-request-expire-articles): Use nnml-directory-articles, which
8861         gets list from nov database if available.
8862         (nnml-get-nov-buffer): New function.
8863         (nnml-open-nov): Use it.
8864         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8865         gets alist from nov database if available.
8866         (nnml-directory-articles): New function.
8867         (nnml-article-to-file-alist): New function.
8868
8869 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8870
8871         * mm-decode.el (mm-display-external): Use `name' as filename, if
8872         `filename' attribute is not present.
8873
8874 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8875
8876         * mail-source.el (mail-source-flash): New defcustom.
8877         (mail-source-new-mail-p): Ring visible bell if appropriate.
8878         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8879         timer is cleared even if mail check signals an error.
8880
8881 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8882
8883         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8884         type 'list.
8885
8886 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8887
8888         * flow-fill.el (fill-flowed): eol might be point-max.
8889
8890 2001-08-27  Simon Josefsson  <jas@extundo.com>
8891
8892         * nnml.el (nnml-request-update-info): Fix message.
8893         (nnml-open-marks): Ditto.
8894
8895         * nnfolder.el (nnfolder-request-update-info):
8896         (nnfolder-open-marks): Fix message.
8897
8898 2001-08-25  Simon Josefsson  <jas@extundo.com>
8899
8900         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8901         after group in ~/.
8902
8903 2001-08-25  Simon Josefsson  <jas@extundo.com>
8904         From Andreas Jaeger  <aj@suse.de>
8905
8906         * nnfolder.el (nnfolder-open-marks): Fix typo.
8907         * nnml.el (nnml-open-marks): Likewise.
8908
8909 2001-08-25  Simon Josefsson  <jas@extundo.com>
8910
8911         Make nnfolder groups self-contained as far as marks are concerned.
8912
8913         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8914         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8915         (nnfolder-open-server): Make marks directory.
8916         (nnfolder-request-delete-group): Delete marks file.
8917         (nnfolder-request-delete-group): Check of nov/marks file exist
8918         before deleting.
8919         (nnfolder-request-rename-group): Rename marks file.
8920         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8921         (nnfolder-request-set-mark, nnfolder-request-update-info)
8922         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8923         (nnfolder-open-marks): New functions.
8924         (top-level): Require gnus.
8925
8926 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8927
8928         * nnweb.el (nnweb-type-definition): Use google raw file.
8929         (nnweb-google-parse-1): Ditto.
8930         (nnweb-google-identity): Ditto.
8931         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8932         (nnweb-altavista-wash-article): Ditto.
8933         (nnweb-request-article): Remove nnweb-decode-entities.
8934
8935         * nnml.el: Require 'gnus.
8936
8937 2001-08-25  Simon Josefsson  <jas@extundo.com>
8938
8939         * nnml.el (nnml-marks-is-evil): Add doc.
8940
8941 2001-08-25  Simon Josefsson  <jas@extundo.com>
8942
8943         * nnml.el (nnml-save-marks): Wrap saving marks in a
8944         condition-case, to allow user to start Gnus if saving marks failed
8945         for some reason.
8946
8947 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948
8949         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8950
8951         * gnus-group.el (gnus-update-group-mark-positions): Bind
8952         gnus-group-update-hook to nil.
8953
8954 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8955
8956         * mml.el (mml-generate-mime-1): Force as multibyte string.
8957
8958 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8959
8960         * gnus-sum.el (gnus-summary-insert-line)
8961         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8962         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8963
8964         * gnus-spec.el (gnus-correct-substring): Take optional END.
8965
8966         * nnrss.el (nnrss-request-article): Remove \n.
8967         (nnrss-retrieve-headers): Lines number is -1.
8968
8969 2001-08-24  Simon Josefsson  <jas@extundo.com>
8970
8971         * gnus-group.el (gnus-info-clear-data): Call
8972         nnfoo-request-set-mark to propagate marks.  Fix bug:
8973         `gnus-group-update-line' doesn't update read range unless we call
8974         `gnus-get-unread-articles-in-group' first.
8975
8976         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8977         to server.
8978
8979 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8980
8981         * gnus-util.el (gnus-create-info-command): Return an interactive
8982         function.
8983
8984 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8985         From Katsumi Yamaoka <yamaoka@jpl.org>
8986
8987         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8988
8989 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8990
8991         * gnus-sum.el (gnus-select-newsgroup): Use it.
8992
8993         * gnus-util.el (gnus-not-ignore): New function.
8994
8995         * lpath.el (featurep): Don't fbind char-int.
8996
8997         * gnus-util.el (gnus-create-info-command): New function.
8998
8999         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9000         right node.
9001
9002         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9003         (gnus-summary-limit-children): Use 'identity instead of `all'.
9004         (gnus-summary-limit-to-display-predicate): New command and
9005         keystroke.
9006
9007 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9008
9009         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9010
9011         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9012
9013 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014
9015         * gnus-spec.el: Add the Gnus version.
9016         (gnus-update-format-specifications): If the Gnus version changes,
9017         nix out the format spec cache.
9018
9019         * gnus.el (gnus-continuum-version): Made into a command and
9020         optionalize the VERSION.
9021
9022         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9023         the start of the lines.
9024
9025 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026
9027         * gnus.el (gnus-visual-p): Define function before use of
9028         function.
9029
9030 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9033         (gnus-article-mark-to-type): New function.
9034         (gnus-update-missing-marks): Only update marks of type 'list.
9035
9036         * gnus.el (gnus-article-special-mark-lists): New variable.
9037
9038 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9039
9040         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9041         (gnus-select-newsgroup): Still use 'all.
9042         (gnus-summary-initial-limit): Comparing with 'all.
9043
9044 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9045
9046         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9047         active.
9048
9049 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9050
9051         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9052         nnslashdot-*-retrieve-headers.
9053         (nnslashdot-request-article): Fix for slashcode 2.2.
9054         (nnslashdot-make-tuple): New function.
9055         (nnslashdot-read-groups): Use it.
9056
9057 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9060         list.
9061
9062         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9063
9064 2001-08-20  Simon Josefsson  <jas@extundo.com>
9065
9066         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9067         opened, error instead of continuing (and exploding later).
9068
9069 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * gnus.el (gnus-expand-group-parameters): Return the parameter
9072         list.
9073
9074         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9075         (gnus-summary-show-article): Guess at charset if required.
9076
9077         * gnus-spec.el (gnus-correct-substring): Stopped one character
9078         before we wanted.
9079
9080 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9081
9082         * earcon.el (earcon-auto-play): Remove unused option.
9083
9084 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9087         message down in levels, since it happens very fast.
9088
9089         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9090         of smiley-regexp-alist.
9091
9092         * mm-view.el (mm-inline-text): Ignore vcard errors.
9093
9094         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9095
9096         * gnus-score.el (gnus-all-score-files): Use append instead of
9097         nconc.
9098
9099         * gnus.el (gnus-splash-face): Doc fix.
9100
9101         * mm-decode.el (mm-mailcap-command): Use
9102         mm-path-name-rewrite-functions.
9103         (mm-path-name-rewrite-functions): New variable.
9104
9105         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9106         (gnus-complex-form-to-spec): Insert tab.
9107         (gnus-spec-tab): New function.
9108
9109         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9110         entering the group.
9111
9112         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9113         the positional spec.
9114         (gnus-parse-complex-format): React to %C.
9115
9116         * gnus-ems.el (gnus-char-width): Moved here.
9117
9118         * gnus-sum.el (gnus-select-newsgroup): Set
9119         gnus-newsgroup-articles.
9120         (gnus-unseen-mark): New variable.
9121         (gnus-newsgroup-unseen): Ditto.
9122         (gnus-newsgroup-seen): Ditto.
9123         (gnus-adjust-marked-articles): Use them.
9124         (gnus-update-marks): Use them.
9125         (gnus-summary-update-secondary-mark): Display.
9126         (gnus-summary-prepare-threads): Display.
9127
9128         * gnus-msg.el (gnus-inews-group-method): Use and return the
9129         method, not the server.
9130
9131 2001-08-19  Simon Josefsson  <jas@extundo.com>
9132
9133         * gnus-srvr.el (gnus-server-agent-face): New.
9134         (gnus-server-agent-face): New.
9135         (gnus-server-mode): Turn on font-lock-mode.
9136
9137         * gnus.el (gnus-server-visual): Add defgroup.
9138
9139 2001-08-19  Simon Josefsson  <jas@extundo.com>
9140         From Joe Casadonte <jcasadonte@northbound-train.com>
9141
9142         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9143         gnus-server-denied-face): New.
9144         (gnus-server-opened-face, gnus-server-closed-face,
9145         gnus-server-denied-face): New.
9146         (gnus-server-font-lock-keywords): Add.
9147
9148 2001-08-19  Simon Josefsson  <jas@extundo.com>
9149
9150         * nnml.el (nnml-request-set-mark): Return nil.
9151         (nnml-save-marks): Use nnml-possibly-create-directory.
9152         (nnml-open-marks): Only work in temp buffer when inserting/reading
9153         .marks file.
9154
9155 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9156
9157         * gnus.el (gnus-expand-group-parameters): Fix.
9158
9159         * gnus-spec.el (gnus-char-width): New function.
9160         (gnus-correct-substring, gnus-correct-length): Use it.
9161
9162         * message.el (message-required-mail-headers): Fix doc.
9163
9164 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9165
9166         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9167
9168         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9169
9170 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9171
9172         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9173         slashdot 2.2 (not fully fixed yet).
9174         (nnslashdot-request-article): Ditto.
9175
9176 2001-08-18  Simon Josefsson  <jas@extundo.com>
9177
9178         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9179         nnimap.
9180
9181         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9182         gnus-util.
9183         (nnimap-request-update-info-internal): Use new functions.
9184
9185         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9186         new functions.
9187
9188 2001-08-18  Simon Josefsson  <jas@extundo.com>
9189
9190         Make nnml groups self-contained as far as marks are concerned.
9191
9192         * nnml.el (nnml-request-delete-group): Delete marks file.
9193         (nnml-request-rename-group): Move marks file.
9194         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9195         variables.
9196         (nnml-request-set-mark, nnml-request-update-info): New server
9197         functions.
9198         (nnml-save-marks, nnml-open-marks): New functions.
9199
9200 2001-08-18  Simon Josefsson  <jas@extundo.com>
9201
9202         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9203         `set' when setting marks.
9204
9205 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9206
9207         * gnus.el (gnus-info-find-node): Take an argument.
9208
9209         * gnus-art.el (gnus-button-handle-info): New function.
9210         (gnus-url-unhex-string): Replace "+" with " ".
9211
9212 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9213
9214         * message.el (message-check-news-header-syntax): Check bad From.
9215
9216 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9217
9218         * gnus-spec.el (gnus-correct-length): New function.
9219         (gnus-correct-substring): New function.
9220         (gnus-tilde-max-form): Use it.
9221
9222 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9223
9224         * nnmh.el: Docstring changes as below.
9225
9226         * nnml.el: Docstring changes as below.
9227
9228         * nnbabyl.el: Docstring changes as below.
9229
9230         * nnmbox.el: Docstring changes as below.
9231
9232         * nnfolder.el: Added docstrings identifying each virtual server
9233         parameter.
9234
9235 2001-08-18  Simon Josefsson  <jas@extundo.com>
9236
9237         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9238
9239 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9240
9241         * message.el: rename "Abort Message" to "Postpone Message".
9242         Remove "Attach file as MIME" from Message menu, it's already in
9243         the MIME menu.
9244
9245 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9246
9247         * smime.el (smime-point-at-eol): eval-and-compile.
9248         (smime-make-temp-file): New function.
9249         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9250         Use it.
9251
9252 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9253
9254         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9255         (gnus-agent-summary-fetch-group): New command and keystroke.
9256
9257         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9258         (gnus-mime-display-security): Make it respect
9259         gnus-unbuttonized-mime-type-p.
9260
9261         * gnus-sum.el (gnus-articles-to-read): Comments.
9262         (gnus-article-marked-p): New function.
9263         (gnus-summary-display-make-predicate): New function.
9264         (gnus-select-newsgroup): Use them.
9265
9266         * mm-decode.el (mm-save-part-to-file): Made it not error.
9267
9268 2001-08-17  Simon Josefsson  <jas@extundo.com>
9269
9270         * imap.el (imap-wait-for-tag): If process-status isn't open or
9271         run, return nil instead of sit-for looping.
9272
9273 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9274
9275         * lpath.el (featurep): fbind xml-parse-region.
9276
9277         * gnus.el (gnus-message-archive-method): Default to "archive".
9278         (gnus-message-archive-method): Doc fix.
9279         (gnus-parameters-get-parameter): Cleaned up.
9280         (gnus-expand-group-parameter): New function.
9281
9282         * gnus-start.el (gnus-setup-news): Push the archive server only
9283         the server list.
9284
9285         * mml.el (mml-menu): Changed name to "Attachments".
9286
9287         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9288         when there is something to detroy.
9289
9290 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9293         nil.
9294
9295 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9296
9297         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9298         which specifies a time today or tomorrow.
9299
9300 2001-08-15  Simon Josefsson  <jas@extundo.com>
9301         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9302
9303         * gnus-agent.el (gnus-agent-make-mode-line-string)
9304         (gnus-agent-toggle-plugged): Use new API.
9305
9306 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9307
9308         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9309         deadline has expired.
9310
9311 2001-08-12  Simon Josefsson  <jas@extundo.com>
9312         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9313
9314         Support `recent' mark indicating newly arrived messages (to
9315         separate from old but unread messages).
9316
9317         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9318         `nnmail-split-history' if recent is > 0.
9319         (nnimap-request-update-info-internal): Update `recent' marks.
9320         (nnimap-request-set-mark): Never set `recent' marks.
9321         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9322         recent.
9323
9324         * gnus-sum.el (gnus-recent-mark): New mark.
9325         (gnus-newsgroup-recent): New variable.
9326         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9327         (gnus-summary-prepare-threads): Mark recent articles.
9328         (gnus-summary-add-mark): Support recent.
9329         (gnus-summary-update-secondary-mark): Support recent.
9330
9331         * gnus.el (gnus-article-mark-lists): Add recent.
9332
9333 2001-08-12  Simon Josefsson  <jas@extundo.com>
9334
9335         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9336         whether successful decoding took place.  Add doc.
9337
9338 2001-08-12  Simon Josefsson  <jas@extundo.com>
9339         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9340
9341         * gnus.el (gnus-summary-line-format, gnus-parameters):
9342         * gnus-gl.el (gnus-summary-grouplens-line-format):
9343         * gnus-salt.el (gnus-summary-pick-line-format):
9344         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9345
9346 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9347         Committed by Kai Gro\e,b_\e(Bjohann.
9348
9349         * gnus-score.el (gnus-score-string): Fix `match' regexp
9350         for `extra' header case.
9351
9352 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9353
9354         * nnmbox.el (nnmbox-read-mbox): No warning.
9355
9356 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9357
9358         * nndoc.el (nndoc-article-type): Fix doc.
9359         (nndoc-generate-article-function): New variable.
9360         (nndoc-dissection-function): New variable.
9361         (nndoc-type-alist): Add oe-dbx.
9362         (nndoc-oe-dbx-type-p): New function.
9363         (nndoc-oe-dbx-dissection): New function.
9364         (nndoc-oe-dbx-generate-article): New function.
9365
9366 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9367
9368         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9369         whether deadline has been reached.  Patch from Dan Nicolaescu
9370         <dann@godzilla.ics.uci.edu>.
9371
9372 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9373
9374         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9375         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9376         <rintaman@cs.Helsinki.FI>.
9377
9378         * mail-source.el (mail-source-movemail): The error buffer is
9379         modified, but nothing in it.
9380
9381 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9382
9383         * message.el (message-bogus-system-names): New variable.
9384         (message-make-fqdn): Use it.
9385
9386 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9387
9388         * nndraft.el (nndraft-request-group): Use
9389         nndraft-auto-save-file-name.
9390
9391 2001-08-09  Simon Josefsson  <jas@extundo.com>
9392
9393         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9394         Don't ask whether to decrypt.  Just leave result in buffer (don't
9395         call mm).
9396
9397         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9398         parts as well.
9399         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9400         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9401
9402 2001-08-09  Simon Josefsson  <jas@extundo.com>
9403
9404         * mm-decode.el (mm-insert-part): Return decoding success status.
9405         (mm-save-part-to-file): Error if decoding failed.
9406
9407 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9408
9409         * message.el (message-tab): Use indent-relative.
9410         (message-mode): Don't bind indent-line-function to indent-relative.
9411
9412 2001-08-09  Simon Josefsson  <jas@extundo.com>
9413
9414         * message.el (message-get-reply-headers): Fix string. Suggested by
9415         Christoph Conrad <cc@cli.de>.
9416
9417 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9418
9419         * message.el (message-tab): Use the current value of
9420         indent-line-function.
9421         (message-mode): Bind indent-line-function to indent-relative.
9422
9423 2001-08-08  Simon Josefsson  <jas@extundo.com>
9424
9425         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9426         whether `imtest' is installed.
9427
9428 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9429         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9430
9431         * gnus-sum.el (gnus-summary-show-article): Call
9432         gnus-summary-update-secondary-secondary-mark.
9433         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9434         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9435
9436 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9437
9438         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9439
9440         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9441
9442         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9443         <gerd@gnu.org>.
9444
9445         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9446
9447         * gnus-util.el (gnus-output-to-rmail): Ditto.
9448         (gnus-output-to-mail): Ditto.
9449
9450         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9451
9452 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9453
9454         * message.el (message-indent-citation): Use
9455         `message-yank-cited-prefix' for empty lines.
9456
9457 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9458
9459         * message.el (message-indent-citation): Quote only lines starting
9460         with ">" using `message-yank-cited-prefix'.
9461
9462 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9463         Trivial patch.
9464
9465         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9466         gnus-cache-fully-p.
9467
9468 2001-08-04  Simon Josefsson  <jas@extundo.com>
9469
9470         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9471         file if it doesn't exist (by calling gnus-cache-read-active).
9472
9473 2001-08-04  Simon Josefsson  <jas@extundo.com>
9474
9475         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9476         (gnus-cache-passively-or-fully-p): Removed.
9477         (gnus-cache-fully-p): Fix it.
9478
9479         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9480
9481 2001-08-04  Simon Josefsson  <jas@extundo.com>
9482
9483         * gnus-cache.el (gnus-cache-fully-p)
9484         (gnus-cache-passively-or-fully-p): New functions.
9485         (gnus-cache-possibly-enter-article): Cosmetic change, use
9486         `g-c-p-o-f-p'.
9487         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9488         was bogus (`g-c-p-a-a' does not change active info, just change
9489         the functions parameters).
9490         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9491         not removed in groups that match `gnus-uncacheable-groups'.
9492
9493         Reported and modifications based on discussions with Nuutti
9494         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9495
9496 2001-08-04  Simon Josefsson  <jas@extundo.com>
9497         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9498
9499         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9500         calls `gnus-cache-update-active' if bounds has been extended.
9501
9502 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9503
9504         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9505         before remove.
9506         (gnus-mime-security-show-details): Ditto.
9507
9508 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9509
9510         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9511         syntax.  Protect string-match against nil string and regexp.
9512
9513 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9514
9515         * mm-util.el (mm-find-charset-region): Remove control-1.
9516
9517 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9518
9519         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9520
9521 2001-08-04  Simon Josefsson  <jas@extundo.com>
9522
9523         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9524         buffer.  Delete MIME-Version header.
9525
9526 2001-08-03  Simon Josefsson  <jas@extundo.com>
9527
9528         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9529         that is entered does not necessarily have the highest article
9530         number in the group, so use `gnus-cache-possibly-alter-active'
9531         instead of `gnus-cache-update-active'.
9532
9533 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9534
9535         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9536
9537 2001-08-03  Simon Josefsson  <jas@extundo.com>
9538
9539         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9540         menu.
9541
9542 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus.el (post-method): New group parameter.  It also provides
9545         the user option `gnus-post-method-alist' and the internal function
9546         `gnus-parameter-post-method'.
9547
9548         * gnus-msg.el (gnus-post-method): Bind the value of
9549         `gnus-post-method' to the group parameter if it is defined.
9550
9551 2001-08-02  Simon Josefsson  <jas@extundo.com>
9552
9553         * smime.el (smime-extra-arguments): Removed.
9554         (smime-call-openssl-region): Don't use it.
9555
9556 2001-08-02  Simon Josefsson  <jas@extundo.com>
9557
9558         * smime.el (smime-sign-region): Handle stderr.
9559         (smime-encrypt-region): Ditto.
9560
9561         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9562         match the ASN.1 length bytes.
9563         (mm-pkcs7-enveloped-magic): Ditto.
9564         (mm-view-pkcs7-get-type): Don't regexp quote.
9565
9566 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9567         From Andreas Fuchs <asf@void.at>
9568
9569         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9570
9571 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9572
9573         * gnus-art.el (gnus-header-button-alist): References regexp.
9574
9575 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9576
9577         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9578         already fboundp.  Add INTERACTIVE arg to autoload form.
9579
9580 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9581
9582         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9583
9584         * nnmail.el (nnmail-cache-open): Ditto.
9585
9586 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9587
9588         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9589
9590 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9593
9594 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9595         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9596
9597         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9598         (gnus-agent-toggle-plugged): Use it.
9599
9600 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9601
9602         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9603         (gnus-ding-file-coding-system): New variable.
9604         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9605         (gnus-slave-save-newsrc): Use it.
9606
9607 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9608
9609         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9610         syntax.
9611
9612 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9613         Originally from Andreas Fuchs <asf@void.at>
9614
9615         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9616         (mml2015-gpg-pretty-print-fpr): New function.
9617         (mml2015-gpg-extract-signature-details): More details, rename from
9618         `m-g-e-from'.
9619         (mml2015-gpg-verify): Use them.
9620         (mml2015-gpg-clear-verify): Use them.
9621
9622 2001-07-31  Simon Josefsson  <jas@extundo.com>
9623
9624         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9625         buffer when done.
9626
9627 2001-07-30  Simon Josefsson  <jas@extundo.com>
9628
9629         * smime.el (smime-call-openssl-region): Revert previous change,
9630         just pass on buf to `call-process-region'.
9631         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9632         `smime-new-details-buffer'.  Inserts error messages into buffer.
9633         (smime-noverify-region): Ditto.
9634         (smime-decrypt-region): Ditto.  Handles stderr separately.
9635         (smime-verify-buffer, smime-noverify-buffer)
9636         (smime-decrypt-buffer): Doc fix.
9637         (smime-new-details-buffer): New function.
9638         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9639         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9640         (smime-sign-region, smime-encrypt-region): Don't use
9641         `insert-buffer'.
9642
9643         * mml-smime.el (mml-smime-verify): Fix security button strings.
9644
9645 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9646
9647         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9648         gnus-article-mime-handles.
9649
9650 2001-07-29  Simon Josefsson  <jas@extundo.com>
9651
9652         * mail-source.el (top-level): Require message for message-directory.
9653         (mail-source-directory): Change default to message-directory.
9654
9655         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9656         (smime-certificate-directory, smime-openssl-program)
9657         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9658         (smime-extra-arguments): New variable.
9659         (smime-dns-server): Fix customize group.
9660         (smime-call-openssl-region): Use `smime-extra-arguments'.
9661
9662 2001-07-29  Simon Josefsson  <jas@extundo.com>
9663         From Vladimir Volovich <vvv@vsu.ru>
9664
9665         * smime.el (smime-call-openssl-region): Ignore stderr.
9666
9667 2001-07-29  Simon Josefsson  <jas@extundo.com>
9668         From Christoph Conrad <christoph.conrad@gmx.de>
9669
9670         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9671         file.
9672
9673 2001-07-29  Simon Josefsson  <jas@extundo.com>
9674
9675         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9676
9677         Support S/MIME decryption.
9678
9679         * mm-decode.el (mm-inline-media-tests):
9680         (mm-inlined-types):
9681         (mm-automatic-display):
9682         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9683
9684         * mm-view.el (mm-pkcs7-signed-magic):
9685         (mm-pkcs7-enveloped-magic): New variables.
9686         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9687         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9688         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9689         PKCS#7 blobs.
9690
9691         * smime.el (smime-decrypt-region): Expand keyfile.
9692
9693 2001-07-29  Simon Josefsson  <jas@extundo.com>
9694
9695         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9696         `ssl.el' variables.
9697
9698         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9699         but line instead of narrowing to it, because `nnmail-parse-active'
9700         calls widen.  Thanks to Christoph Conrad
9701         <christoph.conrad@gmx.de>.
9702
9703 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9704
9705         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9706         for %B spec.
9707
9708         * gnus-sum.el (gnus-summary-prepare-threads): If
9709         gnus-sum-thread-tree-root is nil, use subject instead.
9710         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9711         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9712         (gnus-sum-thread-tree-leaf-with-other)
9713         (gnus-sum-thread-tree-single-leaf): Documentation.
9714         (gnus-sum-thread-tree-single-indent): Allow nil.
9715
9716 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9717
9718         * message.el (message-fill-paragraph): Do nothing if the user
9719         wants filladapt-mode.
9720
9721 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9722
9723         * mm-decode.el (mm-image-type-from-buffer): New function.
9724         (mm-get-image): Use it.
9725
9726 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9727
9728         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9729
9730         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9731         mm-display-parts too.
9732
9733 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9734
9735         * nnfolder.el (nnfolder-request-accept-article): Bind
9736         nntp-server-buffer.
9737
9738         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9739         nntp-server-buffer.
9740
9741 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9742
9743         * message.el (message-check-news-header-syntax): Use
9744         message-post-method.
9745         (message-send-news): Bind message-post-method.
9746
9747 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9748
9749         * mml.el (mml-tweak-type-alist): New variable.
9750         (mml-tweak-function-alist): New variable.
9751         (mml-tweak-part): New function.
9752         (mml-generate-mime-1): Use it.
9753
9754 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9755
9756         * nnfolder.el (nnfolder-request-accept-article): Replace
9757         nnfolder-request-list.
9758
9759 2001-07-27  Simon Josefsson  <jas@extundo.com>
9760
9761         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9762         nnoo-change-server failed to do it.
9763
9764 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9765
9766         * gnus.el (gnus-parameters): Make it customizable.
9767
9768 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9769
9770         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9771
9772         * message.el (message-set-auto-save-file-name): More
9773         poor-system-types.
9774
9775         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9776
9777         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9778         supports +.
9779
9780 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9781
9782         * mm-decode.el (mm-readable-p): New function.
9783         (mm-inline-media-tests): Fix the default testers.
9784
9785 2001-07-26  Simon Josefsson  <jas@extundo.com>
9786
9787         * nnimap.el (nnimap-version): Bump version number.
9788
9789 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9790         From Steven E. Harris <seh@speakeasy.org>
9791
9792         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9793         in M$Windows too.
9794
9795 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9796
9797         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9798
9799 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9800
9801         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9802
9803         * mm-decode.el (mm-get-image): Guess then use the type.
9804
9805         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9806
9807 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9808
9809         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9810         display (%B) for threads if threading is off.
9811
9812 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9813         From Henrik Enberg <henrik@enberg.org>
9814
9815         * gnus-msg.el: Customization patch.
9816
9817 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9818
9819         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9820         variable.
9821         (nnmail-split-fancy-with-parent): Ignore certain groups.
9822
9823 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9824
9825         * gnus-util.el (gnus-byte-compile): New function.
9826         (gnus-use-byte-compile): New variable.
9827         (gnus-make-sort-function): Use it.
9828
9829         * nnmail.el (nnmail-get-new-mail): Use it.
9830
9831         * gnus-agent.el (gnus-category-make-function): Simple function or
9832         compiled function.
9833         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9834
9835         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9836         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9837         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9838
9839         * message.el (message-check-news-header-syntax): Remove quote.
9840
9841 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9842
9843         * message.el (message-use-mail-followup-to): `t' is not a
9844         documented value.
9845
9846 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9847
9848         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9849
9850 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9851
9852         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9853         there are long lines.
9854
9855 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * dgnushack.el (copy-list): New compiler macro.
9858
9859 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9860
9861         * message.el (message-bounce): If no Return-Path, the whole
9862         content is considered as the original message.
9863
9864         * nnml.el (nnml-check-directory-twice): New variable.
9865         (nnml-article-to-file): Use it.
9866         (nnml-retrieve-headers): Hack it.
9867
9868 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9869
9870         * gnus-win.el (gnus-buffer-configuration): New configure.
9871
9872         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9873         not alive.
9874
9875         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9876         (mm-display-external): Use display-term configure.
9877
9878 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9879
9880         * gnus-delay.el (gnus-delay-default-hour): New variable.
9881         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9882
9883 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9884         From Karl Kleinpaste <karl@charcoal.com>
9885
9886         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9887         (gnus-summary-prepare-threads): Ditto.
9888
9889         * gnus.el (gnus-summary-line-format): Add %B.
9890
9891 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9892
9893         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9894
9895         * mm-util.el (mm-string-as-multibyte): New function.
9896
9897         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9898
9899 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9900
9901         * mm-util.el (mm-universal-coding-system): New variable.
9902
9903         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9904
9905         * score-mode.el (score-mode-coding-system): Use it.
9906
9907 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-start.el (gnus-setup-news): Call
9910         `gnus-check-bogus-newsgroups' just after the native server is
9911         opened.
9912
9913 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9914
9915         * nnmail.el (nnmail-do-request-post): Util function to be used by
9916         `nnchoke-request-post' for all nnmail-derived backends.
9917
9918         * nnml.el (nnml-request-post): Use it.
9919
9920         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9921         backend, for it groks nnml-request-post.
9922
9923         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9924         Treat `mail-post' backends like `mail' backends, not like `news'
9925         backends.
9926
9927 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9928
9929         * gnus-msg.el (gnus-setup-message): make-local-hook.
9930
9931 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9932
9933         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9934         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9935         <karl@charcoal.com>, slightly changed by Kai.
9936
9937         * message.el (message-check-news-header-syntax): When checking
9938         whether the groups exist, check the right server based on
9939         `gnus-post-method'.
9940
9941 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9942
9943         * gnus-delay.el: New file.
9944
9945 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9946
9947         * mm-util.el (mm-read-coding-system): Take two arguments.
9948
9949         * gnus-sum.el (gnus-summary-show-article): Use
9950         mm-read-coding-system.
9951
9952         * gnus-art.el (article-de-quoted-unreadable):
9953         (article-de-base64-unreadable, article-wash-html):
9954         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9955
9956 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9957
9958         * nnml.el (nnml-request-post): New function.  Can be used for
9959         annotations in nnml groups.
9960
9961 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9964         command.
9965
9966         * gnus-start.el (gnus-find-new-newsgroups): Use
9967         `message-make-date' instead of `current-time-string'.
9968         (gnus-ask-server-for-new-groups): Ditto.
9969         (gnus-check-first-time-used): Ditto.
9970
9971 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9972
9973         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9974
9975 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9976
9977         * message.el (message-shorten-references): Change `maxcount' and
9978         `cut' to obey USEFOR draft 5.
9979
9980 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9981
9982         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9983         (gnus-summary-set-article-display-arrow): New function.
9984         (gnus-summary-goto-subject): Use it.
9985
9986 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9987
9988         * gnus-sum.el (gnus-summary-import-article): Insert date if
9989         doesn't exist.
9990
9991 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9992
9993         * mml.el (mml-content-type-parameters): New variable.
9994         (mml-content-disposition-parameters): New variable.
9995         (mml-insert-mime-headers): Use them.
9996         (mml-parse-1): Accept charset.
9997
9998 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9999
10000         * gnus-group.el (gnus-group-select-group): Doc fix.
10001
10002         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10003
10004 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10007         to handle `define-derived-mode'.
10008
10009 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10010         From:  Stefan Monnier  <monnier@cs.yale.edu>
10011
10012         * message.el (message-mode): Use define-derived-mode.
10013         (message-tab): message-completion-alist.
10014
10015         * imap.el (imap-interactive-login): Use make-local-variable.
10016         (imap-open): Ditto.
10017         (imap-authenticate): Ditto.
10018
10019         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10020
10021         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10022
10023 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10024
10025         * message.el (message-citation-line-function): Refer to
10026         gnus-cite-attribution-suffix.
10027
10028 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10029
10030         * gnus-art.el,...: Error convention changes.
10031
10032 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10033
10034         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10035
10036 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10037
10038         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10039         (nnrss-read-server-data): Ditto.
10040
10041 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10042
10043         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10044         * Cleanup files.
10045         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10046
10047 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10048
10049         * gnus.el (gnus-summary-line-format): Add %o.
10050
10051         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10052         unless shell outputs something.
10053
10054 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10055
10056         * gnus-art.el (gnus-boring-article-headers): Better doc.
10057         (article-hide-headers): Better regexp.
10058         Suggested by Matt Swift <swift@alum.mit.edu>.
10059
10060         * nnheader.el (nnheader-max-head-length): Better doc.
10061         (nnheader-header-value): Skip spaces.
10062         (nnheader-parse-head): Remove space.
10063         Suggested by Matt Swift <swift@alum.mit.edu>.
10064
10065         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10066         (gnus-get-newsgroup-headers): Remove space.
10067
10068 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10069
10070         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10071         (gnus-summary-reply): Use it.
10072         (gnus-summary-reply-broken-reply-to): New function.
10073         (gnus-msg-force-broken-reply-to): New function.
10074
10075         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10076
10077 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10078
10079         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10080
10081 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10082
10083         * mm-decode.el (mm-external-terminal-program): New variable.
10084         (mm-display-external): Use it. Use term to display when no
10085         window-system.
10086
10087 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10088
10089         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10090         Browse->Next entries to Browse->Prev
10091
10092 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10093
10094         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10095
10096 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10097
10098         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10099         for the default encoding.
10100
10101         * nnrss.el (nnrss-url-field): New field.
10102         (nnrss-request-article): Add newsgroups.
10103
10104         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10105
10106 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10107
10108         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10109
10110         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10111         (gnus-draft-setup): Remove backlog.
10112
10113 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10114
10115         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10116         Cleanup.
10117
10118 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10119
10120         * gnus-msg.el (gnus-bug): Erase buffer.
10121
10122         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10123
10124 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10125
10126         * mm-decode.el (mm-attachment-override-p): Fix typo.
10127
10128 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-kill.el (gnus-execute): Work with the extra headers.
10131         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10132
10133 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10134
10135         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10136         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10137
10138         * message.el (message-send-mail-real-function): New variable.
10139         (message-send-mail-partially, message-send-mail):
10140
10141         * nngateway.el (nngateway-request-post): Use it.
10142
10143         * gnus-agent.el (gnus-agentize): Use it.
10144
10145         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10146         (nnsoup-revert-variables): Use it.
10147
10148 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10149
10150         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10151         text/plain if the type doesn't match any other media types.
10152         (mm-inlined-types): Doc fix.
10153         (mm-display-inline): Revert previous change (now handled by a
10154         default type in `mm-inline-media-tests'.
10155         (mm-inlinable-p): Revive.
10156         (mm-display-part): Call `mm-inlinable-p'.
10157         (mm-attachment-override-p): Ditto.
10158         (mm-inlined-p): Doc fix.
10159
10160         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10161         well as `mm-inlined-p'.
10162
10163 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10164
10165         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10166         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10167
10168 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10169         From  Paul Jarc <prj@po.cwru.edu>
10170
10171         * message.el (message-use-mail-followup-to): New variable.
10172         (message-get-reply-headers): Use it.
10173
10174 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10175
10176         * nnheader.el (nnheader-init-server-buffer): Make sure the
10177         *nntpd* buffer is made multibyte instead of a random buffer.
10178
10179 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10180
10181         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10182         when it returns headers.
10183
10184 2001-07-07  Simon Josefsson  <jas@extundo.com>
10185
10186         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10187         trying to fold. Thanks to Colin Walters
10188         <walters@cis.ohio-state.edu>
10189
10190 2001-07-06  Simon Josefsson  <jas@extundo.com>
10191
10192         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10193         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10194         Add information in `assert's.
10195
10196         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10197         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10198         and `nnimap-group-overview-filename', should handle all
10199         change-of-uidvalidity related issues.  But there may be other
10200         problems.)
10201
10202 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10203
10204         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10205         header name when folding.
10206
10207 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10208
10209         * mm-decode.el (mm-inlined-types): Document relationship with
10210         `mm-inline-media-tests'.
10211         (mm-display-inline): Default to displaying as plain text if no
10212         inlining handler is available.
10213         (mm-inlinable-p): Remove.
10214         (mm-inlined-p): Don't call `mm-inlinable-p'.
10215         (mm-automatic-display-p): Ditto.
10216         (mm-attachment-override-p): Ditto.
10217
10218 2001-07-04  Simon Josefsson  <jas@extundo.com>
10219
10220         * nnimap.el (nnimap-importantize-dormant): New variable.
10221         (nnimap-request-update-info-internal): Use it.
10222         (nnimap-request-set-mark): Ditto.
10223
10224 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10225
10226         * nntp.el (nntp-send-command): don't pass a buffer argument to
10227         `point'. Only XEmacs accepts this.
10228         * nntp.el (nntp-send-command-nodelete): ditto.
10229         * nntp.el (nntp-send-command-and-decode): ditto.
10230
10231 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10232
10233         * nntp.el (nntp-open-connection-function): doc update.
10234         * nntp.el (nntp-pre-command): New.
10235         * nntp.el (nntp-via-rlogin-command): New.
10236         * nntp.el (nntp-via-telnet-command): New.
10237         * nntp.el (nntp-via-telnet-switches): New.
10238         * nntp.el (nntp-via-user-name): New.
10239         * nntp.el (nntp-via-user-password): New.
10240         * nntp.el (nntp-via-address): New.
10241         * nntp.el (nntp-via-envuser): New.
10242         * nntp.el (nntp-via-shell-prompt): New.
10243         * nntp.el (nntp-open-telnet-stream): New.
10244         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10245         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10246         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10247         * nntp.el (nntp-send-command): ditto.
10248         * nntp.el (nntp-send-command-nodelete): ditto.
10249         * nntp.el (nntp-send-command-and-decode): ditto.
10250
10251 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10252         Trivial patch.
10253
10254         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10255         `when'.
10256
10257 2001-07-03  Simon Josefsson  <jas@extundo.com>
10258         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10259
10260         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10261
10262 2001-07-03  Simon Josefsson  <jas@extundo.com>
10263
10264         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10265         remove it (workaround XEmacs `fill-region' bug).
10266
10267 2001-07-01  Simon Josefsson  <jas@extundo.com>
10268
10269         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10270
10271 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10272
10273         * mml2015.el (mml2015-format-error): New function.
10274         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10275         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10276         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10277
10278 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10279
10280         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10281         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10282
10283         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10284         group variables.
10285
10286 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10287
10288         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10289
10290         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10291         (nnrss-save-group-data): Ditto.
10292
10293         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10294
10295 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * message.el (message-do-send-housekeeping): Narrow to headers.
10298
10299 2001-06-24  Simon Josefsson  <jas@extundo.com>
10300
10301         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10302         insertion when breaking lines looked for " \t" instead of "[ \t]".
10303         (rfc2047-encode-message-header): Fold lines even if
10304         no QP encoding is done.
10305
10306 2001-06-23  Simon Josefsson  <jas@extundo.com>
10307         From Samuel Tardieu <sam@inf.enst.fr>
10308
10309         * smime.el (smime-keys): Support additional certificates.
10310         (smime-make-certfiles): New function.
10311         (smime-sign-region): Use previous variables.
10312         (smime-get-certfiles): New function.
10313         (smime-sign-buffer): Use it.
10314         (smime-verify-region): Support both CAfile and CApath.
10315
10316 2001-06-23  Simon Josefsson  <jas@extundo.com>
10317
10318         * smime.el (smime-decrypt-region): Perhaps work.
10319
10320 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10321
10322         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10323
10324 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10325
10326         * mm-decode.el (mm-save-part): Rewrite file name.
10327         (mm-file-name-rewrite-functions): New variable.
10328         (mm-file-name-delete-whitespace): New function.
10329         (mm-file-name-trim-whitespace): New function.
10330         (mm-file-name-collapse-whitespace): New function.
10331         (mm-file-name-replace-whitespace): New variable and function.
10332
10333 2001-06-22  Simon Josefsson  <jas@extundo.com>
10334
10335         * message.el (message-make-date): Workaround locale for weekdays.
10336
10337 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10338
10339         * message.el (message-goto-body): Return nil if not found. (revert!)
10340
10341 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10342         From Fremlin <chief@bandits.org>
10343
10344         * message.el (message-goto-body): Some messages have no header.
10345
10346         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10347
10348 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10349
10350         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10351
10352 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10353
10354         * message.el (message-make-date): Add week day.
10355         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10356
10357 2001-06-19  Simon Josefsson  <jas@extundo.com>
10358
10359         * message.el (message-yank-prefix): Doc fix.
10360         (message-yank-cited-prefix): Ditto.
10361         (message-delete-not-region): Keep citation prefix on first line,
10362         if possible and appropriate.
10363
10364 2001-06-19  Simon Josefsson  <jas@extundo.com>
10365
10366         * imap.el (imap-process-connection-type): New variable.
10367         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10368         recent `imtest's work completely (no line length issues), while
10369         making making old `imtest's unusable.  Thanks to NAGY Andras
10370         <nagya@inf.elte.hu> for his work.
10371
10372 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10373
10374         * imap.el (imap-ssl-program): Add -quiet to shut up
10375         OpenSSL/SSLeay's internal debug talk.
10376
10377 2001-06-19  Matt Armstrong  <matt@lickey.com>
10378
10379         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10380         server.
10381
10382 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10383
10384         * nnmail.el (nnmail-article-buffer): New variable.
10385         (nnmail-split-incoming): Use it.
10386
10387 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10388
10389         * qp.el (quoted-printable-decode-region): If called interactively,
10390         use coding-system-for-read.
10391
10392 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10393
10394         * message.el (message-check-news-header-syntax): Check Reply-To.
10395
10396 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10397
10398         * mml.el (mml-parse-1): Use message options.
10399
10400         * message.el (message-do-fcc): Don't do anything if there is no
10401         FCC.
10402
10403 2001-06-16  Simon Josefsson  <jas@extundo.com>
10404
10405         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10406         (nnimap-expunge-search-string): New variable.
10407         (nnimap-request-expire-articles): Use it.
10408
10409 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10410
10411         * message.el (message-send-mail-with-qmail): wrong exit status is
10412         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10413
10414 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10415
10416         * gnus-art.el (article-strip-multiple-blank-lines): Use
10417         delete-region instead of replace-match.
10418
10419 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10420
10421         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10422         (nnweb-google-wash-article): Ditto.
10423
10424 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10425
10426         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10427
10428 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10431         specs.
10432
10433 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10434
10435         * gnus.el (gnus-email-address): Move it here.
10436
10437         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10438         requested.
10439         (article-de-base64-unreadable): Ditto.
10440         (article-wash-html): Ditto.
10441
10442 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10443
10444         * message.el (message-options-set-recipient): Don't add ", "
10445         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10446
10447 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10448
10449         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10450
10451 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10452
10453         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10454         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10455
10456         * nnrss.el (nnrss-node-text): Node might be nil.
10457
10458 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10459
10460         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10461         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10462
10463         * nnrss.el (nnrss-group-alist): More items.
10464
10465 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10466
10467         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10468
10469 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10470         Trivial patch from Dale Hagglund  <rdh@best.com>
10471
10472         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10473         restrict clauses.
10474
10475 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10476
10477         From Benjamin Rutt <brutt+news@bloomington.in.us>
10478
10479         * message.el (message-wide-reply-confirm-recipients): New variable.
10480
10481 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10482         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10483
10484         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10485         fix so it works with XEmacs.
10486
10487 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10488
10489         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10490         headers.
10491
10492 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10493
10494         * nnrss.el: Fix a few bugs.
10495
10496 2001-06-05  Simon Josefsson  <jas@extundo.com>
10497
10498         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10499         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10500
10501 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10502
10503         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10504         binary so that we don't transmit ISO 2022 garbage to the process.
10505         This is needed under XEmacs.
10506
10507 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10508
10509         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10510         autoloaded incorrectly below because ssl-program-* is bound.)
10511         Thanks to Amos Gouaux for report.
10512
10513 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10514
10515         * imap.el (imap-kerberos4-open):
10516         (imap-gssapi-open):
10517         (imap-ssl-open):
10518         (imap-network-open):
10519         (imap-shell-open):
10520         (imap-starttls-open): Set buffer to workaround spurious
10521         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10522         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10523         Colman <colman@ppllc.com> for report.
10524
10525 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10526
10527         * gnus-sum.el (gnus-summary-catchup): New argument.
10528         (gnus-summary-catchup-from-here): New function.
10529
10530 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10531
10532         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10533         back, then insert glyph.  (Before, the glyph was inserted first,
10534         then the newline.)  This works around a behavior in XEmacs where
10535         it is not possible to insert a character after a glyph which is at
10536         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10537
10538 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10539
10540         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10541
10542         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10543         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10544         mm-destroy-postponed-undisplay-list): New functions.
10545         (mm-display-external): Use them.
10546
10547 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10548
10549         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10550         `default-low' when evaluating `gnus-summary-highlight'.
10551         From Raja R Harinath <harinath@cs.umn.edu>.
10552
10553 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10554
10555         * message.el (message-yank-cited-prefix): New variable.
10556         (message-indent-citation): Use it.
10557
10558         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10559         as details.
10560         (mml2015-mailcrypt-clear-verify): Ditto.
10561
10562 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10563         From Nevin Kapur <nevin@jhu.edu>.
10564
10565         * gnus-sum.el (gnus-summary-default-high-score,
10566         gnus-summary-default-low-score): New variables.
10567         (gnus-summary-highlight): Use them.
10568
10569 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10570
10571         * message.el (message-mail): pass the 'send-actions argument to
10572         `message-setup'.
10573
10574 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10575         From Raymond Scholz <ray-2001@zonix.de>
10576
10577         * gnus-art.el (gnus-mime-view-part-as-charset):
10578         (gnus-mime-internalize-part): Doc fixes.
10579
10580 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10581
10582         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10583         status lines without any text ("^215$").
10584
10585 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10586
10587         * nnrss.el (nnrss-check-group): Reverse.
10588
10589 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10590
10591         * message.el (message-get-reply-headers):
10592         (message-followup): Fix typo, suggested by David Green
10593         <dgreen@uab.edu>
10594
10595 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10596
10597         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10598
10599         * nnrss.el (nnrss-open-server): Read server data when it is called.
10600         (nnrss-request-expire-articles): Fix.
10601
10602 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10603
10604         * message.el (message-do-send-housekeeping): mail-abbrevs may
10605         rename buffer behind Gnus.
10606
10607 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10608
10609         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10610         (nnrss-group-alist): Add more resources.
10611         (nnrss-check-group): Ignore errors.
10612
10613 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10614
10615         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10616
10617         * nnslashdot.el (nnslashdot-request-list): Add time.
10618         (nnslashdot-request-expire-articles): New function.
10619
10620         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10621         secondary methods too.
10622
10623 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10624
10625         * message.el (message-use-followup-to): Set default value to t.
10626
10627 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10628
10629         * message.el (message-dont-reply-to-names): Fix documentation.
10630         (message-get-reply-headers): Use Mail-Followup-To only for wide
10631         replies.
10632
10633 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10634
10635         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10636         correctly.
10637         (nnrss-check-group): Use time.
10638
10639 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10640
10641         * gnus.el: Oort Gnus v0.03 is released.
10642
10643 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10646         group.
10647
10648 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10649
10650         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10651
10652 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * nnultimate.el (nnultimate-retrieve-headers): Return all
10655         available headers.
10656
10657         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10658         (gnus-get-newsgroup-headers-xover): Use it.
10659
10660 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10661
10662         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10663
10664 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10665
10666         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10667
10668 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10669
10670         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10671         disable it.
10672
10673         * gnus.el (gnus-info-nodes): Remove a few The's.
10674
10675 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10676
10677         * mail-source.el (mail-source-movemail): Call-process may return a
10678         signal description string.
10679
10680         * gnus-start.el (gnus-read-newsrc-el-file):
10681         gnus-newsrc-file-version may be nil.
10682
10683         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10684         Suggested by Michael Sperber [Mr. Preprocessor]
10685         <sperber@informatik.uni-tuebingen.de>.
10686
10687 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10688
10689         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10690
10691 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10692
10693         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10694         fontify HANDLE.
10695
10696 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10697
10698         * smime.el (smime-ask-passphrase): Rework to return value.
10699         (smime-sign-region): Rework to bind value and use it.
10700         (smime-decrypt-region): Ditto.
10701
10702 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10703         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10704
10705         * smime.el (smime-ask-passphrase): New function.
10706         (smime-sign-region): Use it.
10707         (smime-encrypt-cipher): New variable.
10708         (smime-decrypt-region): Ditto.
10709
10710 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10711         Committed by Simon Josefsson  <simon@josefsson.org>
10712
10713         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10714         the log.
10715
10716 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10717
10718         * gnus.el: Oort Gnus v0.02 is released.
10719
10720 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10721
10722         * gnus.el: Oort Gnus v0.01 is released.
10723
10724 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10725
10726         * gnus-sum.el (gnus-summary-highlight): Highlight read
10727         undownloaded articles as read articles.
10728
10729         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10730         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10731         articles, even read ones, as such.
10732
10733         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10734         (gnus-find-matching-articles): New function.
10735         (gnus-summary-limit-include-matching-articles): New command.
10736         (gnus-summary-limit-include-thread): Include articles that have
10737         matching subjects.
10738         (gnus-offer-save-summaries): Clean up.
10739
10740 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10741
10742         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10743
10744 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10745         From Jason Merrill <jason_merrill@redhat.com>
10746
10747         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10748
10749 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10750         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10751
10752         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10753         newsgroup names when the original article is a news message.
10754
10755 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10756
10757         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10758         supported. Suggest by Jim Meyering <jim@meyering.net>.
10759
10760 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10761         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10762
10763         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10764         regexp in nnmail-split-fancy.
10765
10766 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10767
10768         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10769
10770 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10771
10772         * message.el (message-send-mail): Improve the interaction with the
10773         user.
10774
10775 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10776
10777         * imap.el (imap-message-copy): Work around buggy servers that
10778         doesn't send TRYCREATE tags.
10779
10780 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10783
10784 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10785
10786         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10787         date.
10788
10789 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10790
10791         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10792         lives.
10793
10794 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * gnus-art.el (gnus-parse-news-url): New function.
10797         (gnus-button-handle-news): New function.
10798         (gnus-button-alist): Point to new functions.
10799
10800         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10801
10802         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10803         gnus-format-specs.
10804
10805         * message.el (message-check-news-header-syntax): Question even
10806         when Gnus doesn't know the group names.
10807         (message-send-news): Clean up.
10808
10809         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10810         exited on purpose without saving.
10811
10812         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10813
10814 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10815
10816         * gnus-score.el (gnus-score-orphans): Clean up.
10817
10818         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10819
10820         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10821         later.
10822
10823         * gnus-start.el (gnus-close-all-servers): Find the right items to
10824         close.
10825
10826         * qp.el (quoted-printable-decode-region): Just message
10827         malformation; don't quit.
10828
10829 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10830         From Gerd Moellmann <gerd@gnu.org>.
10831
10832         * gnus.el (gnus-interactive): A typo.
10833
10834 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10835         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10836
10837         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10838         `assq-delete-all', if that function exists; otherwise use the old
10839         definition. Documentation changed to match the one in
10840         `assq-delete-all'.
10841
10842 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10843
10844         * gnus-start.el (gnus-close-all-servers): New function.
10845
10846         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10847         (gnus-server-remove-denials): Clean up.
10848
10849         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10850         keystroke.
10851
10852 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10853
10854         * message.el (message-send-news): Message where we are sending.
10855         (message-send-mail): Ditto.
10856
10857         * gnus.el (gnus-server-string): New function.
10858
10859         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10860
10861         * mm-decode.el (mm-default-directory): Customized.
10862         (mm-tmp-directory): Ditto.
10863
10864         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10865         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10866         or Chars.
10867         (gnus-summary-line-format-alist): ?l is now a string.
10868         (gnus-summary-prepare-threads): Output ? for unknown lines.
10869         (gnus-summary-insert-line): Ditto.
10870         (gnus-summary-print-article): Unbalanced parentheses.
10871
10872         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10873         out whether new stuff has arrived.
10874
10875 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10876
10877         * gnus-sum.el: Let printing work on ttys on Emacs.
10878
10879 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10880
10881         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10882         when forcing news.
10883
10884         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10885         command.
10886
10887 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10888
10889         * message.el (message-set-auto-save-file-name): Don't use
10890         asterisks under nt.
10891
10892 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10893
10894         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10895         lists of articles.
10896
10897         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10898
10899         * gnus-msg.el (gnus-put-message): Clean up.
10900         (gnus-summary-reply): Mark all replied-to articles as replied to.
10901         (gnus-inews-add-send-actions): Also mark as forwarded.
10902         (gnus-summary-mail-forward): Mark as forwarded.
10903
10904         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10905         of articles.
10906         (gnus-summary-mark-article-as-forwarded): Ditto.
10907
10908         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10909         forwarded.
10910         (gnus-summary-mail-forward): Clean up.
10911
10912         * gnus.el (gnus-article-mark-lists): Added forward.
10913
10914         * gnus-sum.el (gnus-forwarded-mark): New variable.
10915         (gnus-summary-prepare-threads): Use it.
10916         (gnus-summary-update-secondary-mark): Ditto.
10917         (gnus-newsgroup-forwarded): New variable.
10918
10919 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10920
10921         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10922         (gnus-summary-very-wide-reply): New command and keystroke.
10923         (gnus-summary-very-wide-reply-with-original): Ditto.
10924
10925         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10926         (gnus-score-adaptive): Use it.
10927
10928         * gnus-start.el (gnus-get-unread-articles): Clean up.
10929
10930 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10931
10932         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10933         boards.
10934
10935 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10936
10937         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10938         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10939
10940 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941
10942         * nnultimate.el (nnultimate-retrieve-headers): Understand
10943         long-form month names.
10944
10945 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10946
10947         * gnus-sum.el (gnus-summary-show-all-headers):
10948         gnus-article-show-all-headers is broken. Use
10949         gnus-summary-toggle-header instead.
10950
10951         * mml2015.el (mml2015-gpg-extract-from): No error.
10952
10953 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10954         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10955
10956         * mml2015.el (mml2015-gpg-extract-from): New function.
10957         (mml2015-gpg-verify): Use it.
10958         (mml2015-gpg-clear-verify): Use it.
10959
10960 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10961
10962         * message.el (message-setup-fill-variables): Use
10963         fill-paragraph-function.
10964         (message-fill-paragraph): Take an argument.
10965         (message-newline-and-reformat): Take another argument.
10966
10967 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10968
10969         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10970
10971 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10972
10973         * message.el (message-forward): local-variable-p takes an extra
10974         argument in XEmacs.
10975
10976 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10977
10978         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10979         `nnimap-use-nov-p' (it really tested the negative).
10980         (nnimap-retrieve-headers): Use it.
10981
10982 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10983
10984         * message.el (message-generate-headers-first): Update doc.
10985
10986 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10987         Trivial patch.
10988
10989         * gnus.el (gnus-summary-line-format): Typo.
10990
10991 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10992
10993         * mailcap.el (mailcap-mime-data): Add application/sieve.
10994         (mailcap-mime-extensions): Add .siv, .xls.
10995
10996 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10997         From Christoph Conrad <christoph.conrad@gmx.de>
10998
10999         * gnus-score.el (gnus-summary-lower-thread): Typo.
11000
11001 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11002
11003         * message.el (message-forward-decoded-p): New variable.
11004         (message-forward-subject-author-subject): Use it.
11005         (message-make-forward-subject): Use it.
11006         (message-forward): Use it.
11007
11008         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11009
11010         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11011         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11012
11013 ;;Has been fixed -- zsh.
11014 ;;2001-03-05  Dave Love  <fx@gnu.org>
11015 ;;
11016 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11017 ;;      Move it after definition of mm-coding-system-p.
11018 ;;
11019 2001-03-01  Dave Love  <fx@gnu.org>
11020
11021         * mm-util.el (mm-inhibit-file-name-handlers): Add
11022         image-file-handler.
11023
11024 2001-02-11  Dave Love  <fx@gnu.org>
11025
11026         * message.el (message-signature-file): Fix doc, :type.
11027
11028 2001-02-08  Dave Love  <fx@gnu.org>
11029
11030         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11031         (message-posting-charset): Defvar when compiling again.
11032         (rfc2047-encodable-p): Require message.
11033
11034         * gnus-sum.el (gnus-alter-articles-to-read-function):
11035         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11036
11037 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11038
11039         * nnrss.el: New file.
11040
11041 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11042         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11043
11044         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11045         `skip-chars-forward'.
11046
11047 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11048
11049         * nndraft.el (nndraft-request-group): Restore auto save files if
11050         the original files do not exist.
11051
11052 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11053
11054         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11055         SCORE paths.
11056
11057         * mm-decode.el (mm-dissect-buffer): Call
11058         mail-extract-address-components only if necessary.
11059
11060 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11061
11062         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11063         directory part.
11064         (gnus-score-search-global-directories): Use file-directory-p.
11065
11066         * gnus-score.el (gnus-score-score-files-1): Use
11067         gnus-kill-files-directory.
11068         From Adrian Aichner <adrian@xemacs.org>.
11069
11070 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11071
11072         * gnus.el (charset): Move here from gnus-sum.el.
11073
11074 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11075
11076         * mml.el (mml-preview): Disable local map.
11077
11078         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11079         gnus-article-post-menu here.
11080
11081         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11082         if it has not been made.
11083
11084 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11085
11086         * gnus-art.el (gnus-article-describe-key): Map key to event.
11087         (gnus-article-describe-key-briefly): Ditto
11088
11089 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11090
11091         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11092
11093 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094         From Katsumi Yamaoka <yamaoka@jpl.org>.
11095
11096         * dgnushack.el (coerce, merge, subseq): defmacro.
11097
11098 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11099
11100         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11101         A fake defalias in nndraft.el results a not-activated bug in
11102         uncompiled versions.
11103
11104 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11105         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11106
11107         * gnus-util.el (gnus-split-references): Handle malformed References:.
11108
11109 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11110
11111         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11112
11113 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11114         From NAGY Andras <nagya@inf.elte.hu>.
11115
11116         * gnus.el (gnus-parameters): Typo.
11117
11118 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11119
11120         * gnus.el (gnus-read-method): Remove redundancy.
11121
11122 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11123
11124         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11125         (nnslashdot-request-list): Use it.
11126
11127 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * nnml.el (nnml-generate-active-info): Fix the case when there is
11130         no file.
11131
11132         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11133         (gnus-summary-create-article): New function.
11134
11135         * gnus-group.el (gnus-group-mark-article-read): New function.
11136
11137         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11138
11139         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11140
11141 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * gnus-art.el (gnus-article-edit-done): Don't use
11144         gnus-article-edit-exit.
11145         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11146
11147         * gnus.el (gnus-parameters): New variable.
11148         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11149         (gnus-parameters-get-parameter): New function.
11150         (gnus-group-find-parameter): Use it.
11151
11152 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11153
11154         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11155         change of default value to `current'.
11156
11157 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11158
11159         * nneething.el (nneething-get-head): Insert unreadable file too.
11160
11161 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11164
11165         * webmail.el (webmail-type-definition): Deja is bought by google.
11166
11167 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11168
11169         * gnus-sum.el (gnus-fetch-headers): New function.
11170         (gnus-select-newsgroup): Use it.
11171         (gnus-summary-insert-articles): New function.
11172         (gnus-summary-insert-old-articles): New function.
11173         (gnus-summary-insert-new-articles): New function.
11174
11175         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11176         (gnus-group-list-active): Ditto.
11177         * gnus-sum.el (gnus-set-mode-line): Ditto.
11178         (gnus-summary-read-group-1): Ditto.
11179
11180 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11181
11182         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11183         current topic.
11184
11185 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11186
11187         * smiley.el (gnus-smiley-display): Don't do widening.
11188
11189         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11190         within body.
11191
11192         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11193
11194         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11195         New variable.
11196         (gnus-mime-display-multipart-related-as-mixed): New variable.
11197         (gnus-mime-display-part): Use them.
11198
11199 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11200
11201         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11202         something special.
11203
11204 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11205
11206         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11207         (nnweb-request-article): Call reference if exists.
11208         (nnweb-type-definition): Dejanews is bought by google.com.
11209         Beta!
11210
11211 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11212
11213         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11214
11215 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11216
11217         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11218         gnus-article-sort-functions.
11219         (gnus-article-sort-functions): Doc fix.  Refer to
11220         gnus-thread-sort-functions.
11221
11222 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11223         From Paul Jarc <prj@po.cwru.edu>.
11224
11225         * message.el (message-get-reply-headers): More fixes.
11226
11227 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11228         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11229
11230         * message.el (message-get-reply-headers): Fix bug with
11231         Mail-Followup-To/to-address interaction.
11232
11233 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11234
11235         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11236         gnus-article-copy.
11237
11238 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11239
11240         * message.el (message-do-send-housekeeping): Rename to a better
11241         name.
11242
11243 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11244
11245         * message.el (message-cancel-news): Check article first, then ask
11246         yes or no.
11247
11248 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11249
11250         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11251
11252 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11253
11254         * gnus-range.el (gnus-range-normalize): New function.
11255
11256 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11257
11258         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11259
11260 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11261
11262         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11263
11264         * nnagent.el (nnagent-request-regenerate): New function.
11265
11266         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11267
11268         * nnml.el (nnml-generate-nov-databases): Accept argument
11269         server. Don't open server if it is opened.
11270         (nnml-request-regenerate): Use it. Change to deffoo.
11271
11272 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11273         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11274
11275         * gnus.el (gnus-define-group-parameter): Fix.
11276
11277 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11278
11279         * gnus.el (gnus-define-group-parameter): Improved.
11280
11281         * gnus-sum.el (charset): Define parameter.
11282         (ignored-charsets): Ditto.
11283         (gnus-summary-setup-default-charset): Use them.
11284
11285         * gnus-start.el (gnus-read-descriptions-file): Use them.
11286
11287         * gnus-cus.el (gnus-group-parameters): Remove them.
11288
11289 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11290
11291         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11292
11293 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11294
11295         * gnus-sum.el (gnus-summary-read-group-1): Remove
11296         gnus-summary-set-local-parameters.
11297         (gnus-summary-setup-buffer): Put it here.
11298
11299 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11300
11301         * gnus.el (to-address): Define parameter.
11302         (to-list): Ditto.
11303         * gnus-art.el (article-hide-boring-headers): Use them.
11304         * gnus-msg.el (gnus-post-news): Ditto.
11305         * gnus-cus.el (gnus-group-parameters): Remove them.
11306
11307 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11308
11309         * gnus-draft.el (gnus-draft-reminder): New function.
11310
11311         * gnus-art.el (gnus-sender-save-name): New function.
11312
11313 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11314
11315         * mm-util.el (mm-mime-charset): Error message.
11316
11317 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11318
11319         * message.el (message-check-news-body-syntax): Don't check mml lines.
11320
11321 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11322
11323         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11324         subscribe.
11325
11326         * gnus-start.el (gnus-call-subscribe-functions): New function.
11327         (gnus-find-new-newsgroups): Use it.
11328         (gnus-ask-server-for-new-groups): Use it.
11329         (gnus-check-first-time-used): Use it.
11330         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11331         (gnus-subscribe-options-newsgroup-method): Ditto.
11332         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11333         return .
11334
11335 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11336
11337         * gnus-cus.el (gnus-score-customize): Doc fix.
11338
11339 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11340
11341         * dgnushack.el (my-getenv): Typo.
11342
11343 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11344
11345         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11346
11347 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11348
11349         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11350
11351         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11352         (gnus-treatment-function-alist): Use it.
11353         (article-remove-leading-whitespace): New function.
11354         (gnus-article-make-menu-bar): Use it.
11355
11356         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11357         remove-leading-whitespace.
11358         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11359         because of conflict.
11360
11361 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11362
11363         * Makefile.in: Hack generating gnus-load.el.
11364         * dgnushack.el: Ditto.
11365         * gnus-load.el: Remove it.
11366
11367 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11368
11369         * dgnushack.el : Add URLDIR.
11370
11371         * Makefile.in (EMACS_COMP): Ditto.
11372
11373 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11374
11375         * gnus-cus.el (gnus-score-customize): Error on no score file.
11376
11377 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11378
11379         * mm-decode.el (mm-merge-handles): New function.
11380
11381         * mm-view.el (mm-inline-message): Use it.
11382         (mm-view-message): Ditto.
11383
11384         * mm-partial.el (mm-inline-partial): Ditto.
11385
11386         * mm-extern.el (mm-inline-external-body): Ditto.
11387
11388         * gnus-art.el (gnus-mime-view-part): Ditto.
11389         (gnus-mime-view-part-as-type): Ditto.
11390         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11391         cases.
11392
11393 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11394
11395         * message.el (message-cancel-news): Allow to shoot foot.
11396         (message-supersede): Ditto.
11397
11398 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11399         Trivial patch.
11400
11401         * gnus-sum.el (gnus-simplify-subject-re): Use
11402         message-subject-re-regexp.
11403
11404 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11405
11406         * nnmail.el (nnmail-expiry-target-group): Bind
11407         nnmail-cache-accepted-message-ids to nil.
11408
11409         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11410         coding system.
11411
11412 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * qp.el (quoted-printable-encode-region): Make sure characters are
11415         between 00 and FF.  Don't check charset.
11416
11417         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11418         in Emacs 20.
11419         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11420
11421 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11422
11423         * message.el (message-make-forward-subject): Argument decoded.
11424         (message-forward): Use it when digest.
11425
11426         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11427         buffer.
11428
11429 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11430
11431         * message.el (message-generate-headers-first): Doc fix.
11432
11433 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11434
11435         * gnus-art.el (article-make-date-line): Error proof.
11436
11437 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11438
11439         * gnus-group.el (gnus-group-listing-limit): New variable.
11440         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11441
11442         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11443
11444 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11445
11446         * message.el (message-newline-and-reformat): Special case for
11447         breaking at BOL.
11448
11449 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11450
11451         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11452         message/rfc822.
11453
11454 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11455
11456         * message.el (message-encode-message-body): Don't insert
11457         Content-Type if it is inside a mail.
11458
11459 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11460
11461         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11462         gnus-article-commands-menu.
11463
11464         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11465         in Emacs.
11466
11467         * gnus-start.el (gnus-read-descriptions-file): Use
11468         gnus-group-name-charset and gnus-group-charset-alist.
11469
11470 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11471
11472         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11473         active region.
11474
11475         * gnus-start.el (gnus-group-change-level): Remove from both
11476         gnus-zombie-list and gnus-killed-list.
11477
11478 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11479
11480         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11481         gnus-subscribe-topics.
11482
11483         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11484
11485 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11486
11487         * gnus-art.el (gnus-article-make-menu-bar): Make
11488         gnus-article-post-menu.
11489
11490         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11491
11492         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11493
11494         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11495
11496         * message.el (message-mode-menu): Ditto.
11497
11498         * gnus-art.el (defvar): eval-when-compile.
11499
11500 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11501
11502         * gnus-agent.el (gnus-agentize): Fix doc.
11503
11504 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11505
11506         * mml.el (mml-preview): Bind `q'.
11507
11508 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11509
11510         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11511
11512 2001-01-31  Dave Love  <fx@gnu.org>
11513
11514         * mm-util.el (mm-mime-mule-charset-alist)
11515         (mm-find-mime-charset-region): Consider mule-utf-8.
11516
11517 2001-01-31  Dave Love  <fx@gnu.org>
11518
11519         * gnus-art.el (gnus-article-x-face-command)
11520         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11521         :version.
11522
11523 2001-01-26  Dave Love  <fx@gnu.org>
11524
11525         * mm-util.el (mm-multibyte-string-p): New.
11526
11527 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11528 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11529 ;;      string-as-multibyte on class.  Clarify line-folding.
11530         (quoted-printable-encode-string): Make temp buffer inherit
11531         string's multibyteness.
11532
11533 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11534
11535         * nnheader.el (toplevel): Don't require `gnus-util' at
11536         compile-time; this creates a circular dependency, and prevents
11537         a bootstrap.
11538
11539 2001-01-22  Andreas Schwab  <schwab@suse.de>
11540
11541         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11542
11543 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11544
11545         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11546
11547         * gnus-art.el (article-hide-list-identifiers): Ditto.
11548
11549         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11550
11551 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11552
11553         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11554
11555         * gnus-art.el (article-hide-list-identifiers): Similar.
11556
11557 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11558
11559         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11560
11561 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11564
11565 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11566
11567         * gnus-util.el (gnus-string-equal): New function.
11568
11569         * gnus-art.el (article-hide-boring-headers): Use it.
11570
11571 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11572
11573         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11574
11575 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11576
11577         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11578
11579 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11580
11581         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11582         command if there is not last-saver.
11583
11584 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11585
11586         * nntp.el (nntp-open-connection): 201 is possible.
11587
11588 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11589
11590         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11591         (rfc2047-charset-encoding-alist): Add big5.
11592
11593 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11594
11595         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11596         (gnus-agent-remove-server): Ditto.
11597         (autoload): gnus-server-update-server.
11598
11599         * gnus-srvr.el (gnus-server-line-format): Add %a.
11600         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11601         (gnus-server-insert-server-line): Use it.
11602
11603 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11604
11605         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11606         GB2312 and Big5.
11607
11608 2001-01-24  Simon Josefsson  <sj@extundo.com>
11609
11610         * mail-source.el (mail-sources): Add :program specifier to IMAP
11611         mail source.
11612         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11613
11614 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11615
11616         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11617
11618 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * nntp.el (nntp-wait-for): Return the success code.
11621         (nntp-open-connection): Use it.
11622
11623 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11624
11625         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11626
11627 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11628
11629         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11630
11631 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11632
11633         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11634         argument. Allow to print several articles in one file.
11635
11636 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11637
11638         * webmail.el (webmail-type-definition): netaddress changes.
11639
11640 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11641
11642         * gnus.el: Fix copyright. Remove trailing spaces.
11643
11644         * message.el (message-forward): Use mule4.
11645
11646 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11647
11648         * mm-util.el (mm-string-as-unibyte): New function.
11649
11650         * message.el (message-forward): Use it.
11651
11652 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11653
11654         * message.el (message-cite-original-without-signature): Don't peel
11655         off the blank line.
11656         (message-get-reply-headers): Add Cc if it is not in follow-to.
11657
11658 2001-01-20  Simon Josefsson  <sj@extundo.com>
11659
11660         * mm-decode.el (mm-handle-multipart-from): Add.
11661         (mm-dissect-buffer): Save From: header value.
11662         (mm-security-from): Remove.
11663         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11664
11665         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11666         instead of `mml-security-from'.  Protect null from value.
11667
11668 2001-01-20  Simon Josefsson  <sj@extundo.com>
11669
11670         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11671         application/vnd.ms-excel attachments.
11672
11673 2001-01-19  Simon Josefsson  <sj@extundo.com>
11674
11675         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11676
11677 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11678
11679         * message.el (message-ignored-mail-headers): Ditto.
11680
11681 2001-01-19  Simon Josefsson  <sj@extundo.com>
11682
11683         * message.el (message-ignored-news-headers): Only search beginning
11684         of line.
11685
11686 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11687         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11688
11689         * message.el (message-send-mail): Content-Type may not be there.
11690
11691 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11692
11693         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11694         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11695
11696         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11697         not.
11698
11699 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11700
11701         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11702         non-native groups.
11703
11704 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11705
11706         * message.el (message-yank-original): Understand
11707         universal-argument.
11708
11709 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11710
11711         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11712         (article-hide-boring-headers): Ditto.
11713
11714         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11715
11716 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11717
11718         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11719         one.
11720
11721 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11722
11723         * message.el (message-make-in-reply-to): Add comment to message-id
11724         (old syntax, see 2000-08-02 change).
11725
11726 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11727
11728         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11729         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11730         (gnus-button-reply): Ditto.
11731
11732 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * gnus-art.el (article-display-x-face): Fix.
11735
11736 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11737
11738         * gnus-art.el (article-display-x-face): Use
11739         gnus-original-article-buffer.
11740
11741 2001-01-15  Jack Twilley  <jmt@tbe.net>
11742
11743         * message.el (message-add-header): Move to point-max.
11744
11745 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11746
11747         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11748         nil, improve documentation.
11749         (smime-certificate-directory): Comment out false hints (until it
11750         is implemented).
11751
11752         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11753         there aren't any keys.
11754         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11755         verify certificate.  Default is changed to only check integrity.
11756         Improved security status texts.  If a certificate doesn't contain
11757         a email address, don't fail.
11758
11759         * smime.el (smime-noverify-region):
11760         (smime-noverify-buffer): New functions.  Verifies integrity only.
11761
11762 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11763
11764         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11765
11766 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11767
11768         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11769         (gnus-remove-some-windows): Ditto.
11770
11771 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11772
11773         * gnus-art.el (article-make-date-line): 11th.
11774
11775 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776
11777         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11778         (mml2015-gpg-sign): Ditto.
11779
11780 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11781
11782         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11783         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11784
11785 2001-01-08  Dave Love  <fx@gnu.org>
11786
11787         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11788         single character.
11789
11790         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11791
11792         * message.el: Doc and message fixes.
11793         (message-send-rename-function)
11794         (message-make-forward-subject-function)
11795         (message-send-mail-function, message-reply-to-function)
11796         (message-wide-reply-to-function, message-followup-to-function)
11797         (message-distribution-function, message-auto-save-directory): Fix
11798         :type.
11799
11800         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11801         proceeding after warnings.  Amend multipart warning message.
11802
11803 2001-01-04  Dave Love  <fx@gnu.org>
11804
11805         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11806         compiling.
11807         (gnus-make-directory): Require nnmail.
11808
11809         * mm-decode.el (mm-inline-media-tests): Add
11810         image/x-portable-bitmap.
11811         (mm-get-image): Grok pbm.
11812
11813 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11814
11815         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11816
11817 2001-01-09  Didier Verna  <didier@xemacs.org>
11818
11819         * dgnushack.el (dgnushack-compile): give a dummy value to
11820         `gnus-xmas-glyph-directory' for the time of compilation.
11821         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11822         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11823         * gnus-art.el: ditto.
11824         * gnus-group.el: ditto.
11825         * gnus-salt.el: ditto.
11826         * gnus-sum.el: ditto.
11827         * gnus-topic.el: ditto.
11828         * gnus-xmas.el (gnus-xmas-define): see above.
11829         * gnus-xmas.el (gnus-xmas-redefine): see above.
11830         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11831         non-continuable error when the directory can't be found.
11832
11833 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11834
11835         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11836         handle.
11837         * gnus-art.el (gnus-mime-view-part): Copy it.
11838         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11839
11840 2001-01-09  Michael Downes  <mjd@ams.org>
11841
11842         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11843
11844 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11845
11846         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11847         orig-file. Use ',source.
11848
11849 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11850
11851         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11852         (gnus-xmas-group-startup-message):
11853         Detect gnus-xmas-glyph-directory when it is nil.
11854
11855 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11856
11857         * pop3.el (pop3-get-message-count): Andrew Innes
11858         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11859
11860 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11861
11862         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11863
11864         * time-date.el (time-to-number-of-days): New function.
11865
11866 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11867         Trivial patch.
11868
11869         * nnslashdot.el (nnslashdot-request-list): Always get the right
11870         sid.
11871
11872 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11873
11874         * message.el (message-minibuffer-local-map): New keymap.
11875         (message-read-from-minibuffer): Use it.
11876         * gnus-msg.el (gnus-summary-resend-message): Use it
11877
11878 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11879
11880         * gnus-start.el (gnus-display-time-event-handler): New function.
11881         (gnus-after-getting-new-news-hook): Use it.
11882
11883 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11884
11885         * message.el (message-ignored-mail-headers): Add draft header.
11886
11887 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11888
11889         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11890         excursion.
11891
11892         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11893
11894 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11895         A revoked patch.
11896
11897         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11898
11899 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11900
11901         * qp.el (quoted-printable-decode-region): Don't backward-char.
11902
11903 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * gnus-draft.el: Mark articles as replied.
11906
11907         * gnus-sum.el (gnus-summary-add-mark): New function.
11908
11909         * gnus-group.el (gnus-add-mark): New function.
11910
11911         * gnus-sum.el (gnus-summary-buffer-name): New function.
11912         (gnus-summary-setup-buffer): Use it.
11913
11914         * gnus-draft.el: Set things up with the right post method and
11915         stuff.
11916
11917         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11918
11919         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11920
11921         * gnus.el (gnus-draft-meta-information-header): New variable.
11922
11923 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11924
11925         * gnus-art.el (gnus-treatment-function-alist): Move the date
11926         functions before the header sorting functions.
11927
11928         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11929
11930         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11931         Don't (push "/usr/share/emacs/site-lisp" load-path).
11932
11933         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11934         to empty fill prefixes.
11935
11936 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11937
11938         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11939         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11940
11941 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11942
11943         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11944
11945         * nnml.el (autoload): Move to nnheader.el.
11946
11947         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11948         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11949         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11950         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11951
11952 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11953
11954         * gnus-art.el (article-make-date-line): Get the hours right.
11955         (gnus-ignored-headers): More hiding.
11956
11957         * nnmail.el (nnmail-expiry-wait): Not an integer.
11958
11959         * message.el (message-goto-body): Only expand abbrev when called
11960         interactively.
11961         (message-make-lines): Use it.
11962
11963 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11964
11965         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11966
11967 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11968
11969         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11970         include the expunged articles.
11971
11972         * gnus-group.el (gnus-group-sort-by-server): New function.
11973
11974         * gnus.el (gnus-method-to-server-name): New function.
11975         (gnus-group-prefixed-name): Use it.
11976
11977         * gnus-group.el (gnus-group-sort-function): Doc fix.
11978         (gnus-group-sort-groups-by-server): New command.
11979
11980 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11981
11982         * gnus-art.el (gnus-treat-date-english): New variable.
11983         (article-date-english): New command.
11984         (gnus-english-month-names): New variable.
11985         (article-make-date-line): Do 'english.
11986
11987         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11988         after the fill prefix.
11989
11990         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11991         score...".
11992
11993         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11994
11995         * message.el (message-mode-map): Bind comment-region.
11996
11997         * gnus-art.el (gnus-mime-display-part): Let w3 display
11998         multipart/related.
11999
12000         * mm-bodies.el (mm-long-lines-p): New function.
12001         (mm-body-encoding): Use it.
12002         (mm-body-encoding): Encode articles with lines longer than 1000
12003         characters.
12004
12005 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12006
12007         * mm-util.el (mm-enable-multibyte): Use
12008         default-enable-multibyte-characters.
12009         (mm-enable-multibyte-mule4): Ditto.
12010         (mm-disable-multibyte): Test XEmacs.
12011         (mm-disable-multibyte-mule4): Ditto.
12012         (mm-with-unibyte-current-buffer): Simplified.
12013         (mm-with-unibyte-current-buffer-mule4): Ditto.
12014
12015 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12016
12017         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12018
12019         * nnheader.el (nnheader-string-as-multibyte): New alias.
12020
12021         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12022
12023         * gnus-uu.el (gnus-message-process-mark): New function.
12024         (gnus-uu-mark-by-regexp): Use it.
12025         (gnus-new-processable): New function.
12026
12027 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12028          Trivial patch.
12029
12030         * gnus-sum.el (gnus-no-mark): New variable.
12031
12032 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12033
12034         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12035         backslashes.
12036
12037 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12040         definition.
12041
12042 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12043
12044         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12045
12046         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12047         XEmacs.
12048
12049 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12050         Trivial patch.
12051
12052         * mml.el (mml-read-tag): Save tag location.
12053
12054 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12055
12056         * starttls.el: Sync with Emacs 21.
12057
12058 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059
12060         * message.el (message-mail): Support yank-action.
12061
12062         * message.el (message-setup): Revoke the last change.
12063
12064 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12065
12066         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12067         <jvromans@squirrel.nl>.
12068
12069 2000-12-24  Simon Josefsson  <sj@extundo.com>
12070
12071         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12072         mailing list junk at end of part.
12073
12074 2000-12-23  Simon Josefsson  <sj@extundo.com>
12075
12076         * nnimap.el (nnimap-expiry-target): New function.
12077         (nnimap-request-expire-articles): Use it.
12078
12079 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12080
12081         * gnus.el (gnus-group-parameters-more): New variable.
12082         * gnus-cus.el (gnus-group-customize): Use it.
12083
12084         * gnus.el (gnus-define-group-parameter): New macro.
12085         (auto-expire): Use it
12086         (total-expire): Use it.
12087         * gnus-art.el (banner): Use it.
12088
12089         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12090         <ljz@asfast.com>.
12091
12092 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12093
12094         * gnus-topic.el (gnus-topic-create-topic): Use list.
12095
12096         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12097         before binding gnus-default-article-saver.
12098
12099         * gnus-sum.el (gnus-summary-save-article):
12100         (gnus-summary-pipe-output):
12101         (gnus-summary-save-article-mail):
12102         (gnus-summary-save-article-rmail):
12103         (gnus-summary-save-article-file):
12104         (gnus-summary-write-article-file):
12105         (gnus-summary-save-article-body-file): Ditto.
12106
12107         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12108
12109 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12110
12111         * gnus-art.el (gnus-mime-security-button-map):
12112         (gnus-mime-button-map): Add parent.
12113
12114 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12115
12116         * messagexmas.el (message-xmas-redefine): New function.
12117
12118         * message.el: Use it.
12119
12120         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12121
12122         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12123
12124 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12125
12126         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12127         malformatted messages.
12128
12129 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12130
12131         * mm-util.el (mm-image-load-path): New function.
12132
12133         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12134
12135         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12136
12137         * message.el (message-tool-bar-map): Use it.
12138
12139         * Makefile.in (install-el): New rule.
12140
12141 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * gnus-art.el (article-treat-dumbquotes): Quote \.
12144
12145 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12146
12147         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12148         Emacs 20 runs on a terminal.
12149
12150 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12151
12152         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12153
12154         * mml.el (gnus-add-minor-mode): Autoload.
12155
12156         * message.el (message-forward): Save-restriction.
12157
12158 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12159
12160         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12161         Paul Stevenson <p.stevenson@surrey.ac.uk>
12162
12163 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12164
12165         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12166
12167         * mml.el (gnus-ems): Don't require.
12168
12169         * gnus.el (gnus-decode-rfc1522): Removed.
12170         (gnus-set-text-properties): Define.
12171
12172 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12173
12174         * gnus-art.el (gnus-mime-*): handle may be nil.
12175
12176         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12177
12178         * gnus.el (gnus-group-remove-excess-properties): Not defined
12179         in gnus-xmas.
12180
12181 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12182
12183         * message.el (message-mail-user-agent): Add :version.
12184
12185 2000-12-21  Miles Bader  <miles@gnu.org>
12186
12187         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12188
12189 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12190
12191         * message.el (message-mail-user-agent): New variable.
12192         (message-setup): Renamed to message-setup-1. Support
12193         mail-user-agent.
12194         (message-mail-user-agent): New function.
12195         (message-mail): Use it.
12196         (message-reply): Use it.
12197         (message-resend): Use it.
12198         (message-mail-other-window): Use it.
12199         (message-mail-other-frame): Use it.
12200
12201         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12202
12203 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12204
12205         * message.el (message-tool-bar-map): Simplify.
12206         (message-narrow-to-head-1): New function.
12207         (message-narrow-to-head): Use it.
12208         (message-reply): Ditto.
12209         (message-cancel-news): Ditto.
12210         (message-supersede): Ditto.
12211         (message-make-forward-subject): Ditto.
12212         (message-bounce): Ditto.
12213
12214 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12215
12216         * uudecode.el (uudecode-decode-region-external): make-temp-file
12217         may not be defined.
12218
12219         * binhex.el (defalias): eval-and-compile.
12220
12221         * message.el (message-tool-bar-map): New function.
12222         (message-mode): Use it.
12223
12224 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * nntp.el (nntp-find-connection): Remove the entry.
12227         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12228
12229 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12230
12231         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12232
12233         * message.el (message-forward): Copy buffer in unibyte mode.
12234
12235 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12236
12237         * message.el (message-make-forward-subject): Don't widen. Decode.
12238         (message-forward): Don't decode subject.
12239
12240 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12241
12242         * qp.el (quoted-printable-encode-region): Upcase QP.
12243
12244 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12245
12246         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12247         mail-extract-a-c instead. Don't depend on Gnus.
12248
12249         * mml.el (gnus-ems): Require it.
12250
12251         * gnus-msg.el (gnus-summary-mail-forward):
12252
12253         * message.el (message-forward):  Move mime-to-mml here.
12254
12255 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12258         * gnus-art.el (gnus-insert-mime-button): Simplify.
12259         (gnus-mime-display-alternative): Ditto.
12260         (gnus-insert-mime-security-button): Ditto.
12261
12262 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12263
12264         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12265         text-property-not-all doesn't return nil when start=mark(end).
12266         (gnus-remove-text-properties-when): Ditto.
12267
12268 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12269
12270         * gnus-start.el (gnus-group-change-level): Remove group from
12271         gnus-active-hashtb if real killed.
12272
12273 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12274
12275         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12276         (gnus-mime-display-alternative): Ditto.
12277         (gnus-insert-mime-security-button): Ditto.
12278
12279 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12280
12281         * gnus-start.el (gnus-group-change-level): Don't add it into
12282         killed-list if it was killed.
12283
12284 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12285
12286         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12287         (nnmbox-active-file-coding-system): Ditto.
12288
12289         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12290
12291 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12292
12293         * gnus.el (gnus-version):
12294         (gnus-version-number): Set to Oort Gnus 0.01.
12295
12296         * gnus-art.el (gnus-mime-security-button-map):
12297         (gnus-insert-mime-security-button): Fix for Emacs21.
12298
12299 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12300
12301         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12302         easymenu, because XEmacs doesn't understand :help.
12303
12304         * mm-uu.el: Require binhex.
12305
12306 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12307
12308         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12309
12310 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12313
12314 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12315
12316         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12317
12318 2000-12-18  Dave Love  <fx@gnu.org>
12319
12320         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12321         (unused).
12322
12323 2000-12-13  Miles Bader  <miles@gnu.org>
12324
12325         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12326         to t, so that we don't get stuck while trying to smilefy
12327         intangible text.
12328
12329 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12330
12331         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12332         at the end of the buffer.
12333         (smiley-region): In the loop, move to the end of the submatch
12334         matching the smiley instead of using the end of the match
12335         of the whole regexp.
12336
12337 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12338
12339         * message.el (message-mode): Doc fix.
12340
12341 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12342
12343         * smiley-ems.el (smiley-region): Doc fix.
12344
12345 2000-12-11  Miles Bader  <miles@gnu.org>
12346
12347         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12348         bottom line visible, check to see if it's partially obscured, and
12349         if so, either scroll one more line to make it fully visible, or
12350         revert to showing the second line from the top.
12351
12352 2000-12-07  Dave Love  <fx@gnu.org>
12353
12354         * mailcap.el (mailcap-download-directory)
12355         * gnus-audio.el (gnus-audio-directory)
12356         * smiley-ems.el (smiley-data-directory): Fix :type.
12357
12358 2000-11-30  Dave Love  <fx@gnu.org>
12359
12360         * message.el (message-auto-save-directory): Use
12361         file-name-as-directory.
12362         (message-set-auto-save-file-name): Create
12363         message-auto-save-directory if necessary.
12364         (message-replace-chars-in-string): Removed -- unused.
12365         (message-mail-alias-type): Customize.
12366         (message-headers): Remove duplicate defgroup.
12367
12368 2000-11-29  Dave Love  <fx@gnu.org>
12369
12370         * qp.el (quoted-printable-decode-region): Use error, not message
12371         to report malformed text (like base64).  Amend message.
12372
12373 2000-11-29  Miles Bader  <miles@gnu.org>
12374
12375         * message.el (message-header-lines): Fontify tag.
12376
12377 2000-11-27  Dave Love  <fx@gnu.org>
12378
12379         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12380         compiler warning.
12381
12382 ;2000-11-26  Dave Love  <fx@gnu.org>
12383 ;
12384 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12385 ;
12386 2000-11-23  Dave Love  <fx@gnu.org>
12387
12388         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12389
12390         * mm-uu.el (uudecode): Require.
12391         (uudecode-decode-region, uudecode-decode-region-external): Don't
12392         autoload.
12393         (mm-uu-copy-to-buffer): Doc fix.
12394         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12395         type fix.
12396
12397         * mailcap.el: Doc fixes.
12398         (mailcap-mime-data): Various adjustments.
12399         (mailcap): New group.
12400         (mailcap-download-directory): Customize.
12401         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12402         (mailcap-temporary-directory): Deleted (unused).
12403         (mailcap-unescape-mime-test): Simplify slightly.
12404         (mailcap-viewer-passes-test): Use functionp.
12405         (mailcap-command-p): Aliased to executable-find.
12406
12407         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12408         default-enable-multibyte-characters is nil.
12409
12410 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12411
12412         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12413
12414 2000-11-21  Dave Love  <fx@gnu.org>
12415
12416         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12417         gnus-article-mode-map.
12418 ;       (gnus-mime-button-menu): Use mouse-set-point.
12419         (gnus-insert-mime-button, gnus-mime-display-alternative)
12420         (gnus-mime-display-alternative): Don't use local-map property.
12421
12422 2000-11-17  Dave Love  <fx@gnu.org>
12423
12424         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12425         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12426         and make-temp-file.
12427         (uudecode-decode-region): Doc fix.
12428
12429 2000-11-14  Dave Love  <fx@gnu.org>
12430
12431         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12432         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12433         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12434         New files, derived from the XPMs.
12435
12436 2000-11-10  Dave Love  <fx@gnu.org>
12437
12438         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12439         (gnus-agent-lib-file, gnus-agent-load-alist)
12440         (gnus-agent-save-alist, gnus-agent-article-name): Use
12441         expand-file-name.
12442
12443         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12444         :version.
12445         (nnkiboze-score-file): Defvar when compiling.
12446
12447         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12448
12449         * gnus-art.el (gnus-article-banner-alist)
12450         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12451         (gnus-article-date-lapsed-new-header)
12452         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12453         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12454         (gnus-treat-strip-headers-in-body)
12455         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12456         (gnus-treat-translate): Add :version.
12457         (gnus-article-mime-part-function): Fix defcustom.
12458
12459         * nnmail.el (nnmail-expiry-target)
12460         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12461         (nnmail-split-header-length-limit): Add :version.
12462
12463         * gnus-sum.el (gnus-auto-expirable-marks)
12464         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12465         (gnus-extra-headers, gnus-ignored-from-addresses)
12466         (gnus-newsgroup-ignored-charsets)
12467         (gnus-group-highlight-words-alist)
12468         (gnus-summary-show-article-charset-alist): Add :version.
12469
12470         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12471         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12472         files, converted from the XPMs.
12473
12474         * gnus-cache.el (gnus-cache-active-file): Don't use
12475         file-name-as-directory on directory.
12476         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12477         use file-name-as-directory on directory.
12478
12479         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12480         (date-to-time): Use it.
12481
12482 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12483 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12484 ;       (message-newline-and-reformat): Likewise.
12485         (message-forward-as-mime, message-forward-ignored-headers)
12486         (message-buffer-naming-style, message-default-charset)
12487         (message-dont-reply-to-names, message-send-mail-partially-limit):
12488         Add :version.
12489
12490         * mm-util.el: Doc fixes.
12491         (mm-mime-charset): Don't use the raw result of
12492         mm-preferred-coding-system.
12493         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12494         (mm-with-unibyte): Simplify.
12495
12496         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12497         concat.
12498
12499         * pop3.el (pop3-version): Deleted.
12500         (pop3-make-date): New function, avoiding message-make-date.
12501         (pop3-munge-message-separator): Use it.
12502
12503 2000-11-09  Dave Love  <fx@gnu.org>
12504
12505         * gnus-group.el (gnus-group-make-directory-group)
12506         (gnus-group-fetch-faq): Use expand-file-name.
12507         (gnus-group-fetch-faq): Simplify completing-read form.
12508
12509         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12510         test for Mule.
12511
12512         * message.el (tool-bar-map): Defvar when compiling.
12513
12514         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12515         (gnus-tm-lisp-directory): Deleted.
12516         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12517         (featurep 'xemacs).
12518         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12519         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12520         version numbers from file names.
12521
12522 2000-11-08  Dave Love  <fx@gnu.org>
12523
12524         * mm-view.el: Use featurep for XEmacs test.
12525         (mm-inline-message): Test for `remove-specifier'; don't use
12526         condition-case.
12527
12528         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12529
12530         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12531         (gnus-score-find-bnews): Don't concat "".
12532
12533         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12534         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12535         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12536         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12537
12538         * gnus-sum.el: Put some defvars in eval-when-compile.
12539         (gnus-summary-mode-hook): Add :options.
12540         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12541         (gnus-summary-tool-bar-map): New variable.
12542         (gnus-summary-make-tool-bar): New function.
12543         (gnus-summary-mode): Put kill-all-local-variables first.
12544
12545         * gnus-group.el (gnus-group-toolbar-map): New variable.
12546         (gnus-group-make-tool-bar): Rewritten.
12547         (gnus-group-mode): Put kill-all-local-variables first.
12548
12549         * rfc2047.el: Require gnus-util.
12550
12551         * nnml.el (gnus-sorted-intersection): Autoload.
12552
12553         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12554         Put some defvars in eval-when-compile.
12555         (gnus-intersection, gnus-sorted-complement):  Autoload.
12556
12557         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12558
12559         * mm-encode.el (mm-body-7-or-8): Autoload.
12560
12561         * mm-decode.el (mm-insert-inline): Autoload.
12562
12563         * mml.el:
12564         * message.el: Put some defvars in eval-when-compile.
12565
12566         * gnus-msg.el: Put some defvars in eval-when-compile.
12567         (gnus-msg-mail): Move after gnus-setup-message.
12568
12569         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12570
12571 2000-11-07  Dave Love  <fx@gnu.org>
12572
12573         * gnus-util.el (nnheader): Don't require message (recursive
12574         autoload).
12575
12576         * uudecode.el: Avoid compiler warnings.
12577
12578         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12579         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12580
12581 2000-11-06  Dave Love  <fx@gnu.org>
12582
12583         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12584
12585         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12586         (uudecode-char-int): New alias, replacing char-int.
12587         (uudecode-decode-region): Don't call buffer-disable-undo.
12588
12589 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12590 ;       (mm-uu-configure-list): Doc fix.
12591 ;
12592 ;       * earcon.el (running-xemacs): Don't define.
12593 ;
12594 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12595 ;
12596 ;       * message.el (message-font-lock-keywords): Match a final newline
12597 ;       to help font-lock's multiline support.
12598 ;
12599 2000-11-03  Dave Love  <fx@gnu.org>
12600
12601         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12602
12603         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12604         name.
12605
12606         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12607         <banner>: Fix custom type, doc.
12608
12609         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12610         name.  Don't disable undo explicitly.
12611
12612 ;2000-11-02  Dave Love  <fx@gnu.org>
12613 ;
12614 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12615 ;       cite-prefix.
12616
12617 2000-11-01  Dave Love  <fx@gnu.org>
12618
12619         * rfc2047.el (base64): Require unconditionally.
12620         (message-posting-charset): Defvar when compiling.
12621         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12622         message.
12623
12624         * gnus-sum.el (nnoo): Require.
12625         (mm-uu-dissect): Autoload.
12626
12627         * mml.el (mml-parse-1): Clarify message.
12628         (mml-minibuffer-read-type): Use mailcap-mime-types.
12629
12630 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12631
12632         * mml.el: Fix a typo in the requiring of CL.
12633
12634 2000-11-01  Dave Love  <fx@gnu.org>
12635
12636         * utf7.el: Require cl when compiling.
12637
12638         * binhex.el: Use (featurep 'xemacs).
12639         (binhex-char-int): New alias, replacing char-int.  Change callers.
12640         (binhex-decode-region): Simplify work buffer code.
12641         (binhex-decode-region-external): Use expand-file-name, not concat.
12642
12643 2000-10-30  Dave Love  <fx@gnu.org>
12644
12645         * gnus-art.el: Fix 2000-10-27 change properly.
12646
12647 2000-10-28  Miles Bader  <miles@gnu.org>
12648
12649         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12650
12651 2000-10-27  Dave Love  <fx@gnu.org>
12652
12653         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12654         strings.
12655         (gnus-group-make-tool-bar): New function.
12656         (gnus-group-mode): Use it.
12657
12658         * message.el (message-mode-menu): Add some :help strings.
12659         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12660         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12661
12662         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12663         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12664         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12665
12666         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12667         display-graphic-p here.
12668
12669 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12670
12671         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12672         of the `gnus-xemacs' variable, as the latter has been removed.
12673         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12674         * gnus-art.el (gnus-treat-display-xface)
12675         (gnus-treat-display-smileys, gnus-treat-display-picons)
12676         (gnus-article-read-summary-keys): Likewise.
12677
12678 2000-10-26  Dave Love  <fx@gnu.org>
12679
12680         (defvar): Use rmail-spool-directory unconditionally.
12681
12682 2000-10-18  Dave Love  <fx@gnu.org>
12683
12684         * mm-bodies.el (mm-uu-decode-function)
12685         (mm-uu-binhex-decode-function): Defvar when compiling.
12686
12687         * gnus-nocem.el (gnus-nocem-issuers): Update.
12688         (gnus-nocem-check-from): New option.
12689         (gnus-nocem-scan-groups): Use it.
12690         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12691         (gnus-nocem-check-article-limit): Add :version.
12692
12693 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12694
12695         * ietf-drums.el (mm-util): Require CL when compiling.
12696
12697 2000-10-15  Dave Love  <fx@gnu.org>
12698
12699         * qp.el: Require mm-util.
12700
12701 2000-10-13  Dave Love  <fx@gnu.org>
12702
12703         * qp.el (quoted-printable-decode-region): Avoid invalid
12704         coding-systems.
12705
12706 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12707
12708         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12709         to a recursive load.
12710
12711 2000-10-12  Dave Love  <fx@gnu.org>
12712
12713         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12714
12715         * gnus.el (gnus-group-startup-message): Check for PBM image.
12716
12717 2000-10-09  Dave Love  <fx@gnu.org>
12718
12719         * mail-source.el (mail-source-fetch-imap): Bind
12720         default-enable-multibyte-characters rather than using
12721         mm-disable-multibyte.
12722
12723 2000-10-05  Dave Love  <fx@gnu.org>
12724
12725         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12726         Autoload.
12727         (quoted-printable-decode-region):  Rename arg which confused
12728         charset with coding-system.  Don't use nonascii-insert-offset.
12729         Coding-system encode the region initially.  Don't recognize `=='
12730         as valid QP.  Coding-system decode the region finally.
12731         (quoted-printable-decode-string): Rename arg which confused
12732         charset with coding-system.
12733
12734         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12735         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12736         mm-encode-coding-region.
12737         (mm-decode-body, mm-decode-string): Rename variables which
12738         confused charset with coding-system.
12739         (binhex-decode-region): Don't autoload.
12740         (mm-body-encoding): Require message.
12741         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12742         cond branches.
12743
12744         * gnus-art.el (article-de-quoted-unreadable)
12745         (article-de-base64-unreadable): Fold search case
12746         rather than downcasing string.  Apply mm-charset-to-coding-system
12747         to arg of quoted-printable-decode-region.
12748
12749 2000-10-04  Dave Love  <fx@gnu.org>
12750
12751         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12752         Require ring when compiling.
12753         (gnus-article-compface-xbm): New variable.
12754
12755 2000-10-04  Dave Love  <fx@gnu.org>
12756
12757         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12758         pbm images.
12759
12760         * frown.pbm, smile.pbm, wry.pbm: New files.
12761
12762         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12763
12764 2000-10-03  Dave Love  <fx@gnu.org>
12765
12766         * mail-source.el (mail-sources): Revert to nil.
12767
12768         * nnmail (nnmail-spool-file): Revert to `((file))'.
12769
12770         * qp.el: Don't require mm-util.
12771         (quoted-printable-decode-region): Rewritten.
12772         (quoted-printable-decode-string, quoted-printable-encode-region):
12773         Doc fix.
12774         (quoted-printable-encode-region): Barf on multibyte characters.
12775         Maybe make the class multibyte.  Upcase chars, not formatted
12776         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12777         (quoted-printable-encode-string): Don't use
12778         mm-with-unibyte-buffer.
12779
12780 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12781
12782         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12783
12784 2000-09-21  Dave Love  <fx@gnu.org>
12785
12786         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12787         (for Emacs 20).  Tidy somewhat.
12788
12789 2000-09-21  Dave Love  <fx@gnu.org>
12790
12791         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12792         image processing.  Rationalize logic somewhat.
12793
12794 2000-09-20  Dave Love  <fx@gnu.org>
12795
12796         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12797         specifically.
12798
12799         * gnus.el (gnus-version-number): Avoid some redundant
12800         autoloads.
12801
12802 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12803
12804         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12805         to XBM; we always have PBM support.
12806
12807 2000-09-14  Dave Love  <fx@gnu.org>
12808
12809         * gnus.el (gnus-charset):
12810         * mm-decode.el (mime-display):
12811         * imap.el (imap) <defgroup>: Add :version.
12812
12813 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12814
12815         * parse-time.el: Fix author's mail address.
12816
12817         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12818         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12819         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12820         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12821         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12822         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12823         * rfc2231.el, uudecode.el: Fix copyright notice.
12824
12825         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12826         require `w3' at load-time only if not running in batch mode.
12827
12828 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12829
12830         * gnus.el: Before merge with Emacs21.
12831
12832 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12833
12834         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12835
12836 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12837
12838         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12839         to avoid conflict with the standard `back-to-indentation'
12840         binding.
12841
12842 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12843
12844         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12845
12846         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12847         (mm-disable-multibyte-mule4): Ditto.
12848         (mm-with-unibyte-current-buffer-mule4): Ditto.
12849
12850 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12851
12852         * pop3.el (pop3-movemail): Use binary.
12853         (pop3-movemail-file-coding-system): Removed.
12854
12855 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12856
12857         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12858
12859 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12860
12861         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12862         exists.
12863
12864 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12865
12866         * gnus-msg.el (gnus-post-method): Use backend name when the
12867         address is "".
12868
12869 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12870
12871         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12872         mm-verify-option.
12873         (gnus-treat-x-pgp-sig): Default value.
12874         (gnus-ignored-headers): Redundant.
12875
12876 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12877
12878         * gnus-win.el (gnus-configure-frame): Save selected window.
12879
12880 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12881
12882         * nnmbox.el: Require gnus-range.
12883         (nnmbox-group-building-active-articles): New variable.
12884         (nnmbox-group-active-articles): New variable; this is a cache of
12885         all active articles by group and number.
12886         (nnmbox-in-header-p): New function.
12887         (nnmbox-find-article): New function.
12888         (nnmbox-record-active-article): New function.
12889         (nnmbox-record-deleted-article): New function.
12890         (nnmbox-is-article-active-p): New function.
12891         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12892         (nnmbox-request-article): Ditto.  Also supply extra arg to
12893         nnmbox-article-group-number.
12894         (nnmbox-request-expire-articles): Ditto.
12895         (nnmbox-request-move-article): Ditto.
12896         (nnmbox-request-replace-article): Ditto.
12897         (nnmbox-request-rename-group): Rename group entry in active
12898         article cache.
12899         (nnmbox-delete-mail): Update active article cache, unless article
12900         is being replaced.
12901         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12902         than partially duplicating it.
12903         (nnmbox-article-group-number): Add extra `this-line' arg, to
12904         handle articles belonging to multiple groups.
12905         (nnmbox-save-mail): Update active article cache.
12906         (nnmbox-read-mbox): Build active article cache when loading mbox.
12907         Also do some repair work, if we find articles that are missing the
12908         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12909         reconstruct these from Xref info.
12910
12911 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12912
12913         * mail-source.el (mail-source-report-new-mail): Use
12914         nnheader-run-at-time.
12915
12916 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12917
12918         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12919         an error is thrown, and then rethrow the error.
12920         (mail-source-check-pop): Ditto.
12921         (mail-source-start-idle-timer): Prevent multiple pop checks
12922         running if the check takes a long time.
12923
12924 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12925
12926         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12927         succeed.
12928
12929 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12930
12931         * gnus-win.el (gnus-configure-windows): Make sure
12932         nntp-server-buffer is live.
12933         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12934
12935 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12936
12937         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12938
12939 2000-12-04  Andreas Jaeger  <aj@suse.de>
12940
12941         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12942
12943 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12944
12945         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12946
12947 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12948         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12949
12950         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12951
12952 2000-12-01  Simon Josefsson  <sj@extundo.com>
12953
12954         * mml-smime.el (mml-smime-verify): Fix address parsing.
12955
12956 2000-12-01  Simon Josefsson  <sj@extundo.com>
12957
12958         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12959         more than one certificate inside PKCS#7 blob.  Better security
12960         information (clamed / actual sender, openssl output, certificates
12961         inside message).
12962
12963         * smime.el (smime-verify-region): Output to /dev/null.
12964         (smime-buffer-as-string-region): Don't parse empty lines.
12965
12966 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12969         ?d and ?D.
12970         (gnus-mime-security-show-details-inline): New variable.
12971         (gnus-mime-security-show-details): Use them.
12972         (gnus-insert-mime-security-button): Ditto.
12973
12974         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12975         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12976         (mml2015-gpg-clear-verify): Ditto.
12977         (mml2015-gpg-decrypt-1): Ditto.
12978         (mml2015-use): Prefer 'gpg.
12979
12980 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12981
12982         * gnus-util.el (gnus-add-text-properties-when): New function.
12983         (gnus-remove-text-properties-when): Ditto.
12984
12985         * gnus-cite.el (gnus-article-hide-citation): Use them.
12986         (gnus-article-toggle-cited-text): Use them.
12987
12988         * gnus-art.el (gnus-signature-toggle): Use them.
12989         (gnus-article-show-hidden-text): Ditto.
12990         (gnus-article-hide-text): Ditto.
12991
12992 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12993
12994         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12995
12996 2000-11-30  Simon Josefsson  <sj@extundo.com>
12997
12998         * smime.el (smime-point-at-eol): New alias.
12999         (smime-buffer-as-string-region): Use it.
13000
13001 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13002
13003         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13004
13005 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13006
13007         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13008
13009         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13010
13011         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13012
13013 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13014
13015         * nnmh.el (nnmh-request-expire-articles): Implemented
13016         expiry-target for nnmh backend.
13017
13018 2000-11-30  Simon Josefsson  <sj@extundo.com>
13019
13020         * mm-decode.el (mm-security-from): New variable.
13021         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13022
13023         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13024         than `from'.
13025
13026 2000-11-30  Simon Josefsson  <sj@extundo.com>
13027
13028         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13029         address match sender address.
13030
13031         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13032
13033         * smime.el (smime-verify-region): Don't copy buffer.
13034         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13035         (smime-pkcs7-region): New function.
13036         (smime-pkcs7-certificates-region): Ditto.
13037         (smime-pkcs7-email-region): Ditto.
13038         (smime-buffer-as-string-region): Ditto.
13039
13040         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13041         buffer.
13042
13043 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13044
13045         * smime.el (smime-decrypt-region): Fix keyfile argument.
13046
13047 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13048
13049         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13050
13051 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13052
13053         * message.el (message-shoot-gnksa-feet): New variable.
13054         (message-gnksa-enable-p): New function.
13055         (message-send): Use it.
13056         (message-check-news-body-syntax): Ditto.
13057
13058 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * message.el (message-make-message-id): Remove the redundancy.
13061
13062 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13063
13064         * message.el (message-setup): Discourage using mc-install-*-mode.
13065
13066         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13067
13068 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13069
13070         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13071
13072 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13073
13074         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13075
13076 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13077
13078         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13079
13080 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13081
13082         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13083         insert-buffer-substring.
13084
13085         * message.el (message-send-mail): Use buffer-substring-no-properties.
13086         (message-send-news): Ditto.
13087
13088 2000-11-22  David Edmondson  <dme@dme.org>
13089
13090         * imap.el (imap-wait-for-tag): Message read info.
13091
13092 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13093
13094         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13095         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13096         (mml2015-gpg-encrypt): Ditto.
13097
13098 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13099
13100         * mm-decode.el (mm-verify-option): Default value.
13101
13102         * mml-sec.el (mml-secure-part): Error message.
13103
13104 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13105
13106         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13107
13108 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13109
13110         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13111
13112 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13113
13114         * gnus-art.el (gnus-article-describe-key): Use prompt.
13115         (gnus-article-describe-key-briefly): Ditto.
13116
13117 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13118
13119         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13120
13121 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13122
13123         * gnus-art.el (gnus-article-describe-key): New function.
13124         (gnus-article-describe-key-briefly): New function.
13125
13126 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13127
13128         * mm-decode.el (mm-decrypt-option): Doc typo.
13129
13130         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13131         return a number.
13132
13133 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13134
13135         * message.el (message-newline-and-reformat): Typo.
13136
13137 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13138
13139         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13140         original-article-buffer exists.
13141
13142         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13143         (rfc2047-header-encoding-alist): Addresses are different from text.
13144         (rfc2047-encode-message-header): Ditto.
13145         (rfc2047-dissect-region): Extra parameter.
13146         (rfc2047-encode-region): Ditto.
13147         (rfc2047-encode-string): Ditto.
13148
13149 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13150
13151         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13152         (mm-uu-pgp-encrypted-extract): Use it.
13153         (mm-uu-pgp-signed-extract-1): New function.
13154         (mm-uu-pgp-signed-extract): Use it.
13155
13156         * gnus-art.el (gnus-mime-display-security): New function.
13157         (gnus-mime-display-part): Use it.
13158         (gnus-mime-security-verify-or-decrypt): New function.
13159         (gnus-mime-security-press-button): New function.
13160         (gnus-insert-mime-security-button): Use it.
13161
13162         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13163         (mm-find-raw-part-by-type): Ditto.
13164         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13165         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13166         (mm-destroy-parts): Kill nested multibyte buffer.
13167
13168         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13169         (mml2015-gpg-verify): Ditto.
13170
13171 2000-11-18  Simon Josefsson  <sj@extundo.com>
13172
13173         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13174         (mml2015-function-alist): Use it.
13175
13176         * mml-sec.el (mml-sign-alist): Update names.
13177         (mml-encrypt-alist): Ditto.
13178         (mml-secure-part-smime-sign): Moved to mml-smime.el
13179         as `mml-smime-sign-query'.
13180         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13181         `mml-smime-get-file-cert'.
13182         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13183         `mml-smime-get-dns-cert'.
13184         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13185         `mml-smime-encrypt-query'.
13186         (mml-smime-sign-buffer): Use mml-smime-sign.
13187         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13188
13189         * mml-smime.el (mml-smime-sign): New function.
13190         (mml-smime-encrypt):
13191         (mml-smime-sign-query):
13192         (mml-smime-get-file-cert):
13193         (mml-smime-get-dns-cert):
13194         (mml-smime-encrypt-query): Moved from mml-sec.el.
13195
13196 2000-11-16  Simon Josefsson  <sj@extundo.com>
13197
13198         * mml2015.el (mml2015-gpg-clear-verify): New function.
13199         (mml2015-function-alist): Add it.
13200
13201 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13202
13203         * message.el (message-setup-fill-variables): Use
13204         message-cite-prefix-regexp.
13205         (message-newline-and-reformat): Check the end of citation, leading
13206         WSP, break in the cite prefix.
13207         (message-fill-paragraph): New function.
13208
13209 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13210
13211         * lpath.el: Shut up.
13212
13213 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13214
13215         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13216         raw 8-bit in headers in dk.* newsgroups.
13217
13218 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13219
13220         * message.el (message-newline-and-reformat): Match extra WSPs.
13221
13222 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13223
13224         * mml.el (mml-generate-mime-1): Ignore ascii.
13225
13226 2000-11-16 Justin Sheehy  <justin@iago.org>
13227
13228         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13229
13230 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13231
13232         * message.el (message-cite-prefix-regexp): Prefix should not end
13233         at space.
13234
13235 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13236
13237         * message.el (message-mode-syntax-table): Add - as a word
13238         constituent as in articles.
13239         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13240         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13241         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13242
13243 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13244
13245         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13246
13247 2000-11-12  David Edmondson  <dme@dme.org>
13248
13249         * message.el (message-font-lock-keywords): use
13250         message-cite-prefix-regexp.
13251
13252 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13253
13254         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13255         Stein Arild Str\e,Ax\e(Bmme.
13256         (gnus-group-jump-to-group): Use it.
13257         (gnus-group-jump-to-group-prompt): Customize.
13258
13259 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13260
13261         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13262
13263 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13264
13265         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13266         incompatible.
13267         (mml2015-mailcrypt-sign): Ditto.
13268
13269 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13270
13271         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13272         group is open.
13273
13274 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13275
13276         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13277         nnvirtual articles.
13278         (gnus-backlog-request-article): Don't request nnvirtual articles.
13279
13280 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13281
13282         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13283         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13284
13285 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13286
13287         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13288         * mml.el (mml-generate-mime-1): Use charset attribute.
13289         * mm-bodies.el (mm-encode-body): Add parameter charset.
13290         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13291
13292 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13293
13294         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13295         (mml2015-mailcrypt-clear-decrypt): Ditto.
13296         (mml2015-mailcrypt-verify): Ditto.
13297         (mml2015-mailcrypt-clear-verify): Ditto.
13298         (mml2015-gpg-verify): Ditto.
13299
13300 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13301
13302         * smime.el (smime-openssl-program): Test the existence of openssl.
13303         * mml-smime.el: Require mm-decode.
13304         (mml-smime-verify-test): New function.
13305         * mm-decode.el (mm-verify-function-alist): Use it.
13306
13307 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13308
13309         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13310         anyway.
13311
13312 2000-11-13  Simon Josefsson  <sj@extundo.com>
13313
13314         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13315         verification doesn't work.
13316
13317 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13318
13319         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13320         (gnus-inews-do-gcc): Use it.
13321
13322 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13323
13324         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13325         leading space.
13326         * mm-extern.el (mm-inline-external-body): Report error when no
13327         access-type.
13328
13329 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13330
13331         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13332
13333 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13334
13335         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13336
13337 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13338
13339         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13340         as multipart/mixed.
13341
13342 2000-11-12  David Edmondson  <dme@dme.org>
13343
13344         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13345         and replace `.' with `\w' to allow for different syntax tables
13346         (from Vladimir Volovich).
13347         * message.el (message-newline-and-reformat): use
13348         `message-cite-prefix-regexp'.
13349         * gnus-cite.el (gnus-supercite-regexp): use
13350         `message-cite-prefix-regexp'.
13351         * gnus-cite.el (gnus-cite-parse): use
13352         `message-cite-prefix-regexp'.
13353
13354 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13355
13356         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13357         PGP SIGNATURE.  Escape leading "-"'s.
13358         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13359
13360 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13361
13362         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13363
13364 2000-11-11  Simon Josefsson  <sj@extundo.com>
13365
13366         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13367
13368         * smime.el (smime-details-buffer): New variable.
13369         (smime-sign-region):
13370         (smime-encrypt-region):
13371         (smime-verify-region):
13372         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13373
13374         * mml-smime.el (mml-smime-verify): Support security info.
13375
13376 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13377
13378         * mm-decode.el (mm-verify-option): Set default to nil.
13379         (mm-decrypt-option): Ditto.
13380         * gnus-art.el (article-verify-x-pgp-sig): New function.
13381
13382 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13383
13384         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13385         preferred part.
13386
13387 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13388
13389         * gnus-sum.el (gnus-move-split-methods): Say that
13390         `gnus-split-methods' uses file names, whereas this uses group
13391         names.  (Report from Nevin Kapur)
13392
13393 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13394
13395         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13396
13397 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13398
13399         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13400         (nnheader-directory-articles): Use it.
13401         (nnheader-article-to-file-alist): Ditto.
13402
13403 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13404
13405         * rfc2047.el (rfc2047-pad-base64): New function.
13406         (rfc2047-decode): Use it.
13407
13408 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13409
13410         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13411         select method.
13412
13413 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13414
13415         * mml2015.el (mml2015-gpg-decrypt-1):
13416         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13417
13418 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13419
13420         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13421
13422 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13423
13424         * pop3.el (pop3-munge-message-separator): A message may have an
13425         empty body.
13426
13427 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13428
13429         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13430         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13431         (mm-uu-pgp-signed-extract): Use coding-system.
13432
13433 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13434
13435         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13436         (gnus-insert-mime-security-button): New function.
13437         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13438         * mml2015.el:  Add security info when verify or decrypt.
13439         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13440         (mm-uu-pgp-encrypted-extract): Ditto.
13441
13442 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13443
13444         * mm-decode.el (mm-display-parts): New function.
13445         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13446
13447 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13448
13449         * gnus-mlspl.el: Documentation tweaks.
13450
13451 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13452
13453         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13454         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13455         argument.
13456
13457 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13458
13459         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13460
13461 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13462
13463         * gnus-art.el (gnus-article-encrypt): New function.
13464         (gnus-article-encrypt-protocol-alist): New variable.
13465         (gnus-article-encrypt-protocol): New variable.
13466         * mml2015.el (mml2015-self-encrypt): New function.
13467         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13468
13469 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13470
13471         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13472         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13473         let mailcap do it.
13474         * mml2015.el: Remove snarf code.
13475         * mm-decode.el: Remove snarf code.
13476
13477 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13478
13479         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13480         (mml-insert-mime): Understand gnus-decoded.
13481         (mime-to-mml): New parameter handles.
13482         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13483         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13484
13485 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13486
13487         * mm-decode.el (mime-security): New group.
13488         (mm-verify-function-alist): Add test function.
13489         (mm-decrypt-function-alist): Ditto.
13490         (mm-snarf-option): Set default value as nil.
13491         (mm-find-part-by-type): Recursive parameter.
13492         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13493         * mml2015.el: Support draft-ietf-openpgp-multsig.
13494
13495 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13496
13497         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13498         (gnus-article-view-part-as-charset): New function.
13499
13500 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13501
13502         * mm-decode.el (mm-verify-option): Default value.
13503         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13504
13505 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13506
13507         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13508
13509 2000-11-05  Simon Josefsson  <sj@extundo.com>
13510
13511         * mml-smime.el (mml-smime-verify): Work in original multipart
13512         buffert.
13513
13514         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13515         (mm-handle-multipart-ctl-parameter): Ditto.
13516         (mm-alist-to-plist): New function.
13517         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13518         for multiparts.
13519         (mm-destroy-parts): Destroy multipart buffert.
13520         (mm-remove-part): Ditto.
13521
13522         * mml-smime.el (mml-smime-sign): Not used.
13523         (mml-smime-encrypt): Ditto.
13524
13525         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13526
13527         Verify S/MIME signature support.
13528
13529         * mm-decode.el (mm-inline-media-tests): Add
13530         application/{x-,}pkcs7-signature.
13531         (mm-inlined-types): Ditto.
13532         (mm-automatic-display): Ditto.
13533         (mm-verify-function-alist): Ditto.  Add name of method.
13534         (mm-decrypt-function-alist): Add name of method.
13535         (mm-find-part-by-type): Add documentation.
13536         (mm-possibly-verify-or-decrypt): Use new format of
13537         mm-{verify,decrypt}-function-alist.  Use method names.
13538
13539         * mml-smime.el (mml-smime-verify): New function.
13540
13541 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13542
13543         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13544
13545 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13546
13547         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13548         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13549         * mm-decode.el (mm-snarf-option): New variable.
13550
13551 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13552
13553         * mm-util.el (mm-subst-char-in-string): New function.
13554         (mm-replace-chars-in-string): Use it.
13555         * message.el (message-replace-chars-in-string): Use it.
13556         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13557         * gnus-mh.el (mh-lib-progs): Shut up.
13558
13559 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13560
13561         * base64.el, md5.el: Moved to contrib directory.
13562
13563 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13564
13565         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13566         the last article when search.
13567
13568 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13569
13570         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13571         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13572
13573 2000-09-29  David Edmondson  <dme@thus.net>
13574
13575         * message.el (message-newline-and-reformat): Typo.
13576
13577 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13578
13579         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13580
13581 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13582
13583         * nntp.el (nntp-decode-text): Delete bogus status lines.
13584
13585 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13586
13587         * message.el (message-font-lock-keywords): Match a final newline
13588         to help font-lock's multiline support.
13589
13590 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13591
13592         * nnoo.el (nnoo-set): New function.
13593
13594 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13595
13596         * gpg.el, gpg-ring.el: Moved to contrib directory.
13597
13598 2000-11-04  Simon Josefsson  <sj@extundo.com>
13599
13600         * nnimap.el (nnimap-split-inbox): Typo.
13601
13602 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13603
13604         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13605
13606 2000-11-03  Simon Josefsson  <sj@extundo.com>
13607
13608         * rfc2231.el (rfc2231-parse-qp-string): New function.
13609         (require): rfc2047.
13610
13611         * mail-parse.el (mail-header-parse-content-type):
13612         (mail-header-parse-content-disposition): Support invalid QP
13613         encoded strings, by using `rfc2231-parse-qp-string'.
13614
13615 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13616
13617         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13618         (rfc2231-decode-encoded-string): Typo "> X 1".
13619         (rfc2231-encode-string): Insert the name of charset.
13620         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13621
13622 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13623
13624         * mm-decode.el (mm-save-part): Return the filename.
13625         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13626         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13627         (gnus-mime-action-alist): Use it.
13628         (gnus-mime-button-commands): Use it.
13629         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13630         (mm-inline-external-body): unwind-protect.
13631
13632 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13633
13634         * gnus-art.el (gnus-insert-mime-button): Show url.
13635
13636 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13637
13638         * mml.el (mml-generate-mime-1): Support external url.
13639         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13640
13641 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13642
13643         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13644         * mm-decode.el (mm-display-external): Ditto.
13645         * mm-extern.el: New file.
13646         * mm-decode.el (mm-inline-media-tests): Hook it up.
13647         (mm-inlined-types): Inline message/external-body.
13648
13649 2000-11-02  Simon Josefsson  <sj@extundo.com>
13650
13651         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13652
13653         * message.el (message-get-reply-headers): Better handling when
13654         Mail-Followup-To is very large.
13655
13656 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13657
13658         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13659         * gnus-art.el (gnus-article-edit-done):
13660         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13661         counting code here.
13662         * gnus-msg.el (gnus-setup-message): Remove a hack.
13663
13664 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13665
13666         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13667         (gnus-summary-mode): Make them local variables.
13668         (gnus-set-global-variables): Globalize them.
13669         (gnus-summary-exit): Kill them.
13670
13671 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13672
13673         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13674         word.
13675
13676 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13677
13678         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13679         gnus-article-wash-types.
13680         * gnus-art.el (gnus-article-wash-status): Use them.
13681
13682 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13683
13684         * mml.el (mml-read-tag): Remove spaces and LF.
13685
13686 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13687
13688         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13689         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13690
13691 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13692
13693         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13694
13695 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13696
13697         * gnus-sum.el (gnus-article-charset): New variable.
13698         (gnus-summary-display-article): Set it.
13699         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13700         * gnus-art.el (gnus-article-mode): Make it local variable.
13701
13702 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13703
13704         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13705
13706 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13707
13708         * nnwfm.el: New file.
13709
13710         * nnweb.el (nnweb-replace-in-string): New function.
13711
13712 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13713
13714         * mml2015.el: Wrap gpg.el.
13715         * gpg.el (gpg-verify): The last argument of apply is a list.
13716         (gpg-encrypt): Add passphrase as a parameter.
13717
13718 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13719
13720         * gpg.el: New file.
13721         * gpg-ring.el: New file.
13722
13723 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13724
13725         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13726
13727 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13730         double-quote characters.
13731         (gnus-summary-prepare-threads): Ditto.
13732
13733 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13734
13735         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13736         * mml.el (mml-read-tag): Don't skip the leading space.
13737         * lpath.el (font-lock-set-defaults): Shut up.
13738
13739 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13740
13741         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13742
13743 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13744
13745         * qp.el (quoted-printable-encode-region): Replace leading - when
13746         ultra safe.
13747         * mml.el (mml-generate-mime-postprocess-function): Removed.
13748         (mml-postprocess-alist): Removed.
13749         (mml-generate-mime-1): Use ultra-safe when sign.
13750         * mml2015.el (mml2015-fix-micalg): Uppercase.
13751         (mml2015-verify): Insert LF.
13752         (mml2015-mailcrypt-sign): Downcase; search backward.
13753
13754 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13755
13756         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13757         restrictive.
13758         (nnultimate-table-regexp): New variable.
13759         (nnultimate-forum-table-p): Use it.
13760
13761 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13762         Trivial patch.
13763
13764         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13765
13766 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13767
13768         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13769         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13770
13771 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13772
13773         * mml2015.el: Shut up.
13774
13775 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13776
13777         * gnus.el (gnus-server-browse-hashtb): Removed.
13778         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13779         (gnus-group-insert-group-line-info): Use simplified method.
13780         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13781
13782 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13783
13784         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13785         moved here.
13786         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13787         * gnus-group.el (gnus-group-prepare-flat): Use it.
13788         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13789
13790 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13791
13792         * mml.el (mml-mode): Show menu in XEmacs.
13793
13794 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13795
13796         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13797         (gnus-server-read-server-in-server-buffer): New function.
13798         (gnus-browse-foreign-server): Browse in group buffer.
13799         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13800         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13801         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13802         * gnus.el (gnus-server-browse-hashtb): New variable.
13803
13804 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13805
13806         * nnfolder.el (nnfolder-open-nov): Use group.
13807
13808 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13809
13810         * nnfolder.el: Add NOV. Set version to 2.0.
13811         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13812
13813 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13814
13815         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13816
13817 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13818
13819         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13820         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13821
13822 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13823
13824         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13825
13826 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13827
13828         * mm-decode.el (mm-verify-function-alist): New variable.
13829         (mm-verify-option): New variable.
13830         (mm-decrypt-function-alist): Ditto.
13831         (mm-decrypt-option): Ditto.
13832         (mm-find-raw-part-by-type): New function.
13833         (mm-possibly-verify-or-decrypt): New function.
13834         (mm-dissect-multipart): Use it.
13835         * mml2015.el (mml2015-fix-micalg): New function.
13836         (mml2015-decrypt): Use new interface.
13837         (mml2015-verify):  Use new interface.
13838         (mml2015-setup): Make it bogus.
13839
13840 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13841
13842         * mml.el (mml-generate-mime-postprocess-function): Set to
13843         mml-postprocess.
13844         (autoload): Autoload mml2015 and mml-smime.
13845         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13846         * mml2015.el (mml2015-encrypt): New function.
13847         (mml2015-sign): New function.
13848         (mml2015-encrypt-function): New variable.
13849         (mml2015-sign-function): New variable.
13850         (mml2015-mailcrypt-encrypt): Use message-recipients.
13851         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13852         * mml-smime.el (mml-smime-setup): Ditto.
13853
13854 2000-10-28  Simon Josefsson  <sj@extundo.com>
13855
13856         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13857         Communigate Pro 3.3.1 server.
13858
13859         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13860         in buffers.
13861         (mml-secure-dns-server): Removed.
13862         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13863         write certificates to files.
13864
13865         * smime.el (smime-dns-server): New variable.
13866         (smime-mail-to-domain):
13867         (smime-cert-by-dns): New functions.
13868
13869         * dig.el: New file.
13870
13871 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13872
13873         * message.el (message-options): New variable.
13874         (message-options-set-recipient): New function.
13875         (message-send): Use them.
13876         * gnus-int.el (gnus-request-replace-article): Use them.
13877         (gnus-request-accept-article): Ditto.
13878         * mml.el (mml-preview): Use them.
13879         * gnus-sum.el (gnus-summary-edit-article): Use them.
13880
13881         * message.el (message-options-get): New function.
13882         (message-options-get): New function.
13883         * rfc2047.el (rfc2047-encode-message-header): Use them.
13884         * mm-bodies.el (mm-encode-body): Use them.
13885
13886 2000-10-28  Simon Josefsson  <sj@extundo.com>
13887
13888         * nnimap.el (nnimap-retrieve-which-headers):
13889         (nnimap-request-article-part): Quote message-id.
13890
13891         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13892         (smime-CA-file): New variable.
13893         (smime-call-openssl-region): Don't error.
13894         (smime-sign-region): Return result value.
13895         (smime-encrypt-region): Ditto.
13896         (smime-verify-region): New function.
13897         (smime-decrypt-region): Ditto.
13898         (smime-verify-buffer): Ditto.
13899         (smime-decrypt-buffer): Ditto.
13900
13901         * mml.el: Require mml-sec.
13902         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13903         (mml-mode-map): Add "sign" and "encrypt" maps.
13904         (mml-menu): Add security menu.
13905         (mml-preview): Use generate-new-buffer.
13906
13907         * mml-sec.el: New file.
13908
13909 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13910
13911         * mm-decode.el (mm-find-part-by-type): Move it here.
13912         * mml.el (mml-postprocess): Move it here.
13913         (mml-postprocess-alist): Move it here. Merge them.
13914
13915 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13916
13917         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13918         unencoded stuff in the header.
13919
13920 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13921
13922         * gnus-group.el (gnus-group-listed-groups): New variable.
13923         (gnus-group-list-option): New variable.
13924         (gnus-group-list-limit-map): New keymap.
13925         (gnus-group-list-flush-map): New keymap.
13926         (gnus-group-list-plus-map): New keymap.
13927         (gnus-group-prepare-logic): New function.
13928         (gnus-group-prepare-flat): Merge with
13929         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13930         (gnus-group-prepare-flat-list-dead): Ditto.
13931         (gnus-group-list-matching): Use gnus-group-prepare-function.
13932         (gnus-group-list-dormant): Ditto.
13933         (gnus-group-list-cached): Ditto.
13934         (gnus-group-listed-groups): New function.
13935         (gnus-group-list-limit): New function.
13936         (gnus-group-list-flush): New function.
13937         (gnus-group-list-plus): New function.
13938         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13939         (gnus-topic-prepare-topic): Ditto.
13940
13941 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13942
13943         * message.el (message-insert-to, message-get-reply-headers):
13944         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13945
13946 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13947
13948         * mml2015.el: New file.
13949         * smime.el: New file.
13950         * mml-smime.el: New file.
13951
13952 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13953
13954         * ChangeLog: Moved to ChangeLog.1.
13955
13956     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13957   Copying and distribution of this file, with or without modification,
13958   are permitted provided the copyright notice and this notice are preserved.
13959
13960 ;; Local Variables:
13961 ;; coding: iso-2022-7bit
13962 ;; End: