* pop3.el (pop3-open-server): Set process buffer unibyte.
[gnus] / lisp / ChangeLog
1 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * pop3.el (pop3-open-server): Set process buffer unibyte.
4
5 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
8
9 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10
11         * nnslashdot.el (nnslashdot-request-article): Remove javascript
12         too.
13
14 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15
16         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
17         duplication.
18         (gnus-summary-save-parts-type-history): Ditto.
19         (gnus-summary-save-parts-last-directory): Ditto.
20         From: andre@slamdunknetworks.com
21
22 2002-03-09  Paul Jarc  <prj@po.cwru.edu
23
24         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
25
26 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
27
28         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
29         -->" as the end of the first article.
30
31         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
32         From Matthieu Moy <Matthieu.Moy@imag.fr>
33
34         * message.el (message-add-action): Use add-to-list.
35         (message-delete-action): New function.
36
37         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
38         pieces.
39
40 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
41
42         * nnnil.el: New file.
43         * gnus.el (gnus-valid-select-methods): Include nnnil.
44
45 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
46
47         * message.el (message-syntax-checks): Because canlock is
48         supported, we disable sender syntax check.
49         (message-shoot-gnksa-feet): Add cancel-messages option doc.
50
51         * gnus-draft.el (gnus-draft-send): If interactive, use its default
52         value of message-syntax-checks.
53
54         * qp.el (quoted-printable-decode-region): Doc addition.
55         From: Eli Zaretskii <eliz@is.elta.co.il>
56
57         * mail-source.el (make-source-make-complex-temp-name): Use
58         make-temp-file.
59
60         * mm-util.el (mm-make-temp-file): New function.
61         * nneething.el (nneething-file-name): Use it.
62         * mml-smime.el (mml-smime-encrypt): Ditto.
63         * mm-view.el (mm-inline-wash-with-file): Ditto.
64         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
65         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
66         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
67         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
68         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
69         * gnus-art.el (gnus-mime-print-part): Ditto.
70
71 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
72
73         * message.el (nnmaildir-article-number-to-base-name): New
74         function.
75         (nnmaildir-base-name-to-article-number): New function.
76
77 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * smime.el (smime-make-temp-file): Don't quote
80         `temporary-file-directory'.
81
82 2002-03-04  Simon Josefsson  <jas@extundo.com>
83
84         * smime.el (smime-sign-region): Rename argument keyfiles to
85         keyfile. You only sign something with one key.
86         (smime-sign-buffer): Better completing-read prompt.
87         (smime-decrypt-buffer): Ditto.
88
89         * smime.el (smime-make-temp-file): Make it work under XEmacs.
90
91         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
92         completing-read.
93         (mm-view-pkcs7-decrypt): CRLF->LF.
94
95 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
96
97         * message.el (message-hierarchical-addresses): New variable.
98         (message-get-reply-headers): Use it.
99         From Ted Zlatanov <teodor.zlatanov@divine.com>
100
101 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
102
103         * message.el (message-mode): If buffer-file-name, don't set auto
104         save file name.
105         From Geoff Greene <ggreene@wpi.edu>
106
107 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
108
109         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
110         takes one argument in read-char.
111
112         * message.el (message-fix-before-sending): Forward a char.
113         Check mmu-multibyte-p, add control-1.
114
115 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
116
117         * gnus-start.el (gnus-read-init-file): Ditto.
118
119         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
120
121         * dgnushack.el (dgnushack-make-load): Ditto.
122
123         * mail-source.el (mail-source-fetch): Extract the right error
124         code.
125
126         * message.el (message-fix-before-sending): Check illegible text.
127
128         * gnus-util.el (gnus-multiple-choice): New function.
129
130         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
131         also defined in gnus-score.el.
132
133 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
134
135         * message.el (message-get-reply-headers): downcase email addresses
136         for comaparisons for duplicate removal.
137
138 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
139
140         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
141         implementation of PKCS#7, which just allows users read the
142         message.
143         (mm-view-pkcs7): Use it.
144
145 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
146
147         * gnus.el (large-newsgroup-initial): New parameter.
148
149         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
150         (gnus-summary-insert-old-articles): Ditto.
151
152 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
153
154         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
155         used as the default answer of the question, "How many articles?".
156         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
157
158         * nnagent.el (nnagent-retrieve-headers): Remove articles with
159         small numbers.
160
161 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
162
163         * deuglify.el: Fix comments.
164
165 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
166
167         * html2text.el (html2text-clean-anchor): If there is no HREF,
168         insert nothing.
169
170         * mml.el (mml-generate-mime-1): Add cdr.
171         From: andre@slamdunknetworks.com
172
173         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
174         (mm-text-html-washer-alist): Ditto.
175
176         * mm-decode.el (mm-text-html-renderer): Add html2text.
177
178         * html2text.el: Face lift.
179
180         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
181
182 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
183
184         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
185
186         * deuglify.el: Change copy right. Add autoload. Add coding-system.
187
188         * deuglify.el: New file. The original file name is
189         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
190
191         * mm-decode.el (mm-display-external): Use
192         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
193
194 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
195
196         * nnmaildir.el (nnmaildir-request-list): Report the highest
197         article number, not the total number of articles.
198
199 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
200
201         * gnus-sum.el: Move uu key map here.
202         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
203
204 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
205
206         * nnmaildir.el (nnmaildir-request-expire-articles): Use
207         nnmail-expiry-wait* if expire-age parameter is not set.
208
209 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
210
211         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
212         function.
213         (gnus-group-sort-selected-groups-by-real-name): New function.
214         (gnus-group-make-menu-bar): Add sort by real name.
215
216         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
217         rebuild.
218         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
219         nil as dependencies as well.
220
221 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
222
223         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
224         for mime-parts.
225
226         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
227
228         * gnus-group.el (gnus-group-name-decode): Don't test
229         multibyte-string, because it breaks XEmacs.
230         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
231
232         * message.el (message-send-mail): Be talkative.
233
234         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
235         (mm-automatic-display): Ditto.
236
237         * mailcap.el (mailcap-mime-data): Ditto.
238         From: Reiner Steib <4uce.02.r.steib@gmx.net>
239
240 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * many files: Remove trailing whitespaces, replace spc+tab with
243         tab, replace leading whitespaces with tabs.
244
245 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
246
247         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
248         articles with no body and no blank line after the header.
249
250 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
251
252         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
253         parts.
254
255         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
256         non-ascii chars.
257
258         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
259
260         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
261         w3-delay-image-loads.
262         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
263         (mm-w3-prepare-buffer): Ditto.
264
265         * mail-source.el (mail-source-fetch-directory): Run scripts.
266
267 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
270         for Majordomo confirmations.
271
272 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * gnus-fun.el (gnus-respond-to-confirmation): New command.
275
276 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
279
280 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
281
282         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
283         References header field.  From Mark Thomas <mthomas@cmu.edu>.
284
285 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
286
287         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
288         (mm-inline-render-with-stdin): Ditto.
289         (mm-inline-render-with-function): Ditto.
290         (mm-inline-wash-with-file): Bind coding-system-for-write.
291         (mm-inline-wash-with-stdin): Ditto.
292
293 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
294
295         Suggested by Felix Natter <fnatter@gmx.net>
296
297         * gnus-art.el (gnus-mime-view-part-externally): Rename from
298         gnus-mime-externalize-view.
299         (gnus-mime-view-part-internally): Rename from
300         gnus-mime-internalize-view.
301         (gnus-article-view-part-externally): Rename from
302         gnus-article-externalize-part.
303         (gnus-mime-action-alist): Change correspondingly.
304         (gnus-mime-button-commands): Ditto.
305         (gnus-mime-action-alist): Remove duplication.
306
307         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
308
309 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
310
311         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
312
313         * gnus-art.el (gnus-display-mime): Use it.
314
315         * mm-partial.el (mm-partial-find-parts): Use it.
316
317         * gnus-sum.el (gnus-article-loose-mime): Rename from
318         gnus-article-no-strict-mime.
319         (gnus-summary-save-parts): Use it.
320
321 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
324         local variable.
325
326         * gnus-art.el (article-display-x-face): Don't sort multiple
327         X-Faces.
328
329 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
332         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
333
334         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
335
336 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
337
338         Some ideas is inspired by code from Hrvoje Niksic
339         <hniksic@arsdigita.com>
340
341         * gnus-art.el (gnus-article-wash-function): Set the default to
342         nil, so that we use mm-text-html-renderer instead.
343         (article-wash-html): Use mm-text-html-renderer.
344
345         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
346         (mm-text-html-renderer): New variable.
347         (mm-inline-text-html-renderer): Set the default to nil, so that we
348         use mm-text-html-renderer instead.
349
350         * mm-view.el (mm-inline-text-html): New function.
351         (mm-text-html-renderer-alist): New variable.
352         (mm-inline-text-vcard): New function.
353         (mm-inline-text): Split.
354         (mm-links-remove-leading-blank): New function.
355         (mm-inline-render-with-file): New function.
356         (mm-inline-render-with-stdin): New function.
357         (mm-inline-render-with-function): New function.
358         (mm-text-html-washer-alist): New variable.
359         (mm-inline-wash-with-file): New function.
360         (mm-inline-wash-with-stdin): New function.
361
362 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
363
364         * message-utils.el: Fix installation doc.
365         From: Reiner Steib <4uce.02.r.steib@gmx.net>
366
367 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
368
369         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
370         (gnus-post-method): Use it.
371         (gnus-summary-cancel-article): Find the correct post-method.
372
373         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
374         * message.el (message-send-news): Ditto.
375         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
376         <ipmonger@delamancha.org>
377
378         * gnus.el (gnus-select-method): Fix doc.
379         (gnus-server-string): Use 'using nntp'.
380
381         * gnus-agent.el (gnus-slave-unplugged): New command.
382         From: Felix Natter <fnatter@gmx.net>
383
384 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
385
386         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
387         Call edit-done-function first, then change the window
388         configuration.
389         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
390         (gnus-article-edit-mode): mml-mode.
391
392         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
393         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
394
395         * message-utils.el: Adopt the file.
396
397         * message-utils.el: New file.
398         From Holger Schauer <Holger.Schauer@gmx.de>
399
400 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
401
402         * gnus-sum.el (gnus-summary-move-article): Select-article only
403         when gnus-move-split-methods is non-nil. And we don't render or
404         mark the article.
405
406         * gnus-fun.el (gnus-shell-command-to-string): New function.
407         (gnus-shell-command-on-region): New function.
408         (gnus-random-x-face): Use them.
409         (gnus-x-face-from-file): Ditto.
410         (gnus-convert-image-to-gray-x-face): Ditto.
411         (gnus-convert-gray-x-face-to-xpm): Ditto.
412         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
413
414 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-art.el (gnus-treat-display-xface): Don't use
417         `shell-command-to-string' when compiling.
418         (gnus-treat-display-grey-xface): Ditto.
419
420 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
421
422         * nnmaildir.el (nnmaildir--article-count): If the group is
423         completely empty, report minimum article number as 1 instead of 0.
424
425 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
426
427         * gnus-agent.el (gnus-get-predicate): Use nconc.
428
429         * gnus-sum.el (gnus-summary-display-make-predicate): Use
430         gnus-summary-display-cache as cache.
431
432         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
433         (nndoc-mail-in-mail-type-p): New function.
434         (nndoc-mail-in-mail-article-begin): New function.
435
436 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
437
438         * mailcap.el (mailcap-mime-data): Use enriched-decode.
439
440         * gnus-cite.el (gnus-article-fill-cited-article): Bind
441         use-hard-newlines to nil.
442
443         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
444         image is not available if window-system is not available.
445
446         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
447
448 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
449
450         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
451         bookmark, because update-mark doesn't handle it correctly.
452
453 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
454
455         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
456         directly instead of calling message-send-mail.
457
458         * gnus-start.el (gnus-read-descriptions-file): Use
459         gnus-default-charset.
460
461         * mm-util.el (mm-guess-mime-charset): New function.
462
463         * gnus.el (gnus-default-charset): Use it.
464         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
465         the default.
466
467 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
468
469         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
470         (article-display-x-face): Use it.  Disable grey xface, if
471         uncompface is not found.
472
473         * message.el (message-mode): Don't enable multibyte on an indirect
474         buffer.
475
476         * nnrss.el (nnrss-content-function): New variable.
477         (nnrss-request-article): Use it.
478
479 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
480
481         * gnus.el: Add article-unsplit-urls.
482         * gnus-sum.el: Ditto.
483         * gnus-art.el (gnus-treat-strip-cr): New variable.
484         (gnus-treatment-function-alist): Use it.
485         (article-unsplit-urls): New function.
486         (gnus-article-make-menu-bar): Use it.
487         From: Michael Cook <michael.cook@cisco.com>
488
489 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
490
491         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
492         copy.
493
494 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
495
496         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
497         with internal whitespace.
498         (gnus-parent-id): Ditto.
499
500 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
501
502         * gnus-art.el (gnus-article-treat-body-boundary): Add
503         gnus-decoration property.
504         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
505
506         * message.el (message-mode): Set local-abbrev-table.
507         From Matt Armstrong <matt@lickey.com>.
508
509         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
510         too many spaces.
511
512         * rfc2047.el (rfc2047-unfold-region): Ditto.
513         (rfc2047-decode-region): Don't unfold. Let
514         gnus-article-treat-unfold-headers do it.
515
516         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
517         From: Jesper Harder <harder@ifa.au.dk>
518
519 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
522         (gnus-configure-posting-styles): Use it.
523         (gnus-configure-posting-styles): Remove trailing newspaces.
524
525 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
526
527         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
528         is non-nil.
529
530         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
531
532         * gnus.el (gnus-server-to-method): Switch position with
533         gnus-server-get-method.
534         (gnus-agent): Add doc.
535
536         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
537         (gnus-summary-save-parts): Use it.
538
539         * gnus-art.el (gnus-display-mime): Use it.
540         * mm-partial.el (mm-partial-find-parts): Use it.
541
542         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
543
544         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
545         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
546
547         * nnagent.el (nnagent-request-expire-articles): Don't delete
548         files.
549
550 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
551
552         * message.el (message-gen-unsubscribed-mft): New function.
553         From Sriram Karra <karra@cs.utah.edu>.
554
555         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
556         open parenthesis.
557
558         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
559         (mm-inline-text-html-render-with-w3): Ditto.
560         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
561         Suggested by Dave Love  <d.love@dl.ac.uk>.
562
563         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
564
565         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
566         * nntp.el (nntp-send-command): Ditto.
567         * nntp.el (nntp-send-command-nodelete): Ditto.
568
569 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
570
571         * mm-url.el (mm-url-load-url): New function.
572         (mm-url-insert-file-contents): Use it.
573
574         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
575
576         * message.el (message-forward-make-body): Correctly copy
577         forward-buffer.
578
579         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
580
581 2002-02-04  Simon Josefsson  <jas@extundo.com>
582
583         * gnus-art.el (gnus-article-followup-with-original): Mark with
584         force, prevent errors when following up from article buffer.
585         (gnus-article-reply-with-original): Ditto.
586
587         * binhex.el (binhex-decoder-switches): Fix doc.  From
588         Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
589
590 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
591
592         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
593         highlight-citation after emphasize.
594
595 2002-02-04  Simon Josefsson  <jas@extundo.com>
596
597         * nnfolder.el (nnfolder-open-marks):
598
599         * nnml.el (nnml-open-marks): Message when done.  From David
600         Edmondson <dme@sun.com>.
601
602 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
603
604         * imap.el (imap-anonymous-auth): Fix typo.
605         From: Steinar Bang <sb@dod.no>
606
607         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
608         save-excursion.
609         (gnus-cache-braid-heads): Ditto.
610
611         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
612         line, because there are extra articles in the overview buffer.
613
614         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
615
616         * message.el (message-forward-rmail-make-body): Directly use
617         rmail-msg-restore-non-pruned-header to avoid calling
618         vertical-motion.
619
620 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
621
622         * gnus-cache.el (gnus-summary-insert-cached-articles):
623         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
624
625         * gnus-group.el (gnus-group-mark-article-read): Nreverse
626         gnus-newsgroups-unselected.
627
628         * gnus-agent.el (gnus-summary-set-agent-mark): Use
629         gnus-add-to-sorted-list.
630
631         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
632         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
633         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
634         (gnus-update-read-articles): UNREAD is sorted.
635         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
636         (gnus-newsgroup-marked, gnus-newsgroup-cached)
637         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
638         (gnus-newsgroup-dormant): Require sorted.
639
640         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
641         directories.
642         (gnus-dired-print): New function.
643
644         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
645         ps-despool.
646
647 2002-02-02  Simon Josefsson  <jas@extundo.com>
648
649         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
650
651 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
652
653         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
654         t. This makes gnus-agent customizable without putting
655         gnus-agentize into .gnus.
656
657         * gnus.el (gnus-agent): Make it customizable.
658
659         * gnus-dired.el: New file.
660         From Benjamin Rutt <brutt@bloomington.in.us>
661
662         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
663         if no article.
664         (gnus-cache-possibly-remove-article): Ditto.
665         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
666
667 2002-02-01  Simon Josefsson  <jas@extundo.com>
668
669         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
670
671 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
674         (mm-setup-w3m): Don't bind keys listed in the above.
675
676 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
679         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
680         is non-nil; bind `w3m-force-redisplay' with nil.
681
682         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
683
684         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
685
686 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
687
688         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
689         use mail-header-unfold-field.
690
691         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
692         gnus-summary-limit.
693
694         * gnus-range.el (gnus-add-to-sorted-list): New function.
695         * gnus-sum.el (gnus-mark-article-as-read): Use it.
696         (gnus-mark-article-as-unread): Ditto.
697         (gnus-summary-mark-article-as-unread): Ditto.
698         (gnus-build-get-header): Ditto.
699         (gnus-summary-prepare-threads): Ditto.
700         (gnus-summary-insert-pseudos): Ditto.
701         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
702         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
703         (gnus-summary-insert-old-articles): Ditto.
704
705         * gnus-msg.el (gnus-posting-styles): Add new format of header.
706         (gnus-configure-posting-styles): Support the new format.
707
708         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
709         edebug-form-spec to (sexp body).
710         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
711
712         * message.el (message-reply-headers): Add doc.
713
714 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
715
716         * gnus-group.el (gnus-group-delete-group): Nix the entry in
717         gnus-cache-active-hashtb.
718
719         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
720         (gnus-agent-summary-fetch-group): Use it.
721
722         * gnus-msg.el (gnus-debug-files): New variable.
723         (gnus-debug-exclude-variables): New variable.
724         (gnus-debug): Use them.
725
726         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
727
728 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
729
730         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
731         (message-mode-syntax-table): Move back the previous position.
732
733         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
734
735         * gnus-agent.el (gnus-agent-retrieve-headers): Use
736         gnus-sorted-difference.
737
738         * nnsoup.el (nnsoup-request-expire-articles): Use
739         gnus-sorted-difference.
740
741         * nnheader.el: Autoload gnus-sorted-difference.
742
743         * nnfolder.el (nnfolder-request-expire-articles): Use
744         gnus-sorted-difference.
745
746         * gnus-cache.el (gnus-cache-retrieve-headers): Use
747         gnus-sorted-difference.
748
749         * gnus-range.el: Autoload cookies.
750         (gnus-sorted-difference): New function.
751         (gnus-sorted-ndifference): New function.
752         (gnus-sorted-nintersection): Rename from
753         gnus-set-sorted-intersection.
754         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
755         (gnus-list-range-difference): Rename from
756         gnus-inverse-list-range-intersection.
757         (gnus-inverse-list-range-intersection): Use defalias.
758
759         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
760         gnus-sorted-ndifference, and gnus-sorted-nintersection.
761         (gnus-articles-to-read): Use gnus-sorted-difference.
762         (gnus-summary-limit-mark-excluded-as-read): Use
763         gnus-sorted-intersection and gnus-sorted-ndifference.
764         (gnus-list-of-read-articles): Use gnus-list-range-difference.
765         (gnus-summary-insert-articles): Use gnus-sorted-difference.
766
767         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
768
769 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
772         property to the buffer for using emacs-w3m command keys.
773
774         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
775         option.
776
777         * mm-view.el (mm-w3m-mode-map): New variable.
778         (mm-w3m-mode-command-alist): New variable.
779         (mm-w3m-minor-mode): Removed.
780         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
781         (mm-inline-text-html-render-with-w3m): Add keymap property to the
782         buffer for using emacs-w3m command keys.
783
784 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
785
786         * message.el (message-mode-syntax-table): Move forward.
787         (message-cite-prefix-regexp): Auto detect non word constituents.
788         (message-cite-prefix-regexp): Don't use with-syntax-table.
789
790         * gnus-sum.el (gnus-summary-update-info): Use
791         gnus-list-range-intersection.
792
793         * gnus-agent.el (gnus-agent-fetch-headers): Use
794         gnus-list-range-intersection.
795
796         * gnus-range.el (gnus-range-normalize): Use correct predicate.
797         (gnus-list-range-intersection): Use it.
798         (gnus-inverse-list-range-intersection): Ditto.
799         (gnus-sorted-intersection): Add doc.
800         (gnus-set-sorted-intersection): Add doc.
801         (gnus-sorted-union): New function.
802         (gnus-set-sorted-union): New function.
803
804         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
805         (gnus-inverse-list-range-intersection): Ditto.
806
807 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
808
809         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
810
811         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
812         and permit `:' and `\' in order to handle full Windows pathnames.
813         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
814         technically not correct per standard, but seems to have common use.
815
816 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
817
818         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
819         replacing numbers.
820
821 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
822
823         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
824
825         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
826         Don't split when the window is small, e.g. when a small *BBDB*
827         window is the lowest one.
828
829         * gnus-agent.el (gnus-agent-retrieve-headers): Use
830         nnheader-find-nov-line to speed up. Use nreverse, because it is
831         sorted. Use nnheader-insert-nov-file.
832
833 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * mm-decode.el (mm-inline-text-html-with-images): New user option.
836
837         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
838         of `w3m-display-inline-images' with the value of
839         `mm-inline-text-html-with-images'.
840         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
841
842         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
843
844 2002-01-27  Richard M. Stallman  <rms@gnu.org>
845
846         * time-date.el: Add autoload cookies.  Many doc fixes.
847         (time-add): New function.
848         (time-subtract): Renamed from subtract-time.
849         (subtract-time): New alias for time-subtract.
850
851 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
854         emacs-w3m in doc-string.
855
856         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
857         `w3m-current-buffer'.
858
859 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
860
861         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
862
863         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
864         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
865         (mm-w3m-cid-retrieve): New function.
866         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
867
868 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
869
870         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
871
872 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
875
876 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
879         32K.
880
881         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
882
883         * nnmail.el (nnmail-article-group): Decode headers before running
884         split rules over them.
885         (nnmail-mail-splitting-charset): New variable.
886
887         * smiley.el: Replaced with smiley-ems.el.
888
889 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
890
891         * mm-url.el (mm-url-predefined-programs): Add w3m.
892         (mm-url-program): Ditto.
893
894 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * nnml.el (nnml-use-compressed-files): New variable.
897         (nnml-filenames-are-evil): Removed.
898         (nnml-current-group-article-to-file-alist): Don't use.
899         (nnml-update-file-alist): Inhibit.
900         (nnml-article-to-file): Use new var.
901
902 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
903
904         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
905
906         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
907
908 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-agent.el (gnus-agent-load-alist): Use new caching
911         function.
912
913         * gnus-util.el (gnus-cache-file-contents): New function.
914
915         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
916         (gnus-agent-load-alist): Use it.
917
918         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
919
920         * nnheader.el (nnheader-insert-nov-file): New function.
921
922         * gnus-util.el (gnus-parse-without-error): Correct the loop.
923
924         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
925         there are no references.
926         (gnus-extract-message-id-from-in-reply-to): New function.
927         (gnus-nov-parse-line): Use in-reply-to if there are no
928         references.
929
930 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * nnagent.el (nnagent-retrieve-headers): Use new macro.
933
934         * gnus-util.el (gnus-parse-without-error): New macro.
935
936 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
937
938         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
939         (gnus-article-wash-function): use locate-library to decide which
940         to use.
941
942 2002-01-25  Simon Josefsson  <jas@extundo.com>
943
944         * pop3.el (pop3-munge-message-separator): Work if no date.  From
945         Marius Vollmer <mvo@zagadka.ping.de>.
946
947 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-agent.el (gnus-agent-save-alist): Fix.
950
951         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
952         mistake.  Reinstated lost code.
953
954 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
955
956         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
957         one exists in the case of an encrypted message with an internal
958         signature.
959
960 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * gnus-agent.el (gnus-agent-save-alist): Optimized.
963
964 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * dgnushack.el: Commented out the experimental code.
967
968 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
971         error.
972
973         * gnus.el (gnus-server-to-method): Made into subst.
974         (gnus-server-method-cache): New variable.
975         (gnus-server-to-method): Use it.
976         (gnus-group-method-cache): New variable.
977         (gnus-find-method-for-group-1): Renamed.
978         (gnus-find-method-for-group): New function.
979         (gnus-group-method-cache): Removed.
980
981         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
982         function.
983
984         * gnus-range.el (gnus-members-of-range): New function.
985         (gnus-list-range-intersection): Renamed.
986         (gnus-inverse-list-range-intersection): New function.
987
988         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
989
990         * nnagent.el (nnagent-retrieve-headers): New implementation.
991
992         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
993         implementation.
994
995 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
998         `w3m-meta-content-type-charset-regexp'.
999
1000         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
1001         charset-encoded html contents.
1002
1003 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1004
1005         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
1006         an empty file.
1007
1008         * nnweb.el (url): Ignore errors when request url.
1009
1010         * nnrss.el: Clean up the comments.
1011
1012 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1013
1014         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
1015
1016         * mm-decode.el (mm-inline-text-html-renderer): New user option.
1017         (mm-inline-media-tests): Test whether the value of
1018         `mm-inline-text-html-renderer' is a function for text/html.
1019
1020         * mm-view.el (mm-inline-text-html-render-with-w3): New function
1021         separated from `mm-inline-text'.
1022         (mm-w3m-minor-mode): New variable.
1023         (mm-w3m-setup): New variable.
1024         (mm-setup-w3m): New function.
1025         (mm-inline-text-html-render-with-w3m): New function.
1026         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
1027         text/html.
1028
1029 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
1030
1031         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
1032
1033 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
1036         and `gnus-xmas-completing-read'.
1037
1038 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1039
1040         * nneething.el (nneething-message-id-number): Abolished.
1041         (nneething-encode-file-name): Not encode numerical characters.
1042         (nneething-make-head): `nneething-message-id-number' is not
1043         used to generate message IDs.
1044
1045 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
1048         characters.
1049
1050 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * gnus-xmas.el (gnus-xmas-completing-read): New function.
1053         (gnus-xmas-redefine): Redefine conditionally.
1054
1055 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
1056
1057         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
1058         tag.
1059
1060 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
1061
1062         * message.el (message-font-lock-keywords): Added the secure tag.
1063         * mml-sec.el: Added functions to generate/modify/remove the secure
1064         tag while in message mode.
1065         * mml-sec.el (mml-secure-message): New.
1066         * mml-sec.el (mml-unsecure-message): New.
1067         * mml-sec.el (mml-secure-message-sign-smime): New.
1068         * mml-sec.el (mml-secure-message-sign-pgp): New.
1069         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
1070         * mml-sec.el (mml-secure-message-encrypt-smime): New.
1071         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
1072         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
1073         * mml.el (mml-parse-1): Added code to recognise the secure tag and
1074         convert it to either a part or multipart depending on if there are
1075         other parts in the message.
1076         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
1077         to use the secure tag, rather than the part tag.
1078         * mml.el (mml-preview): Added a save-excursion to keep cursor
1079         position after doing an MML preview.
1080
1081 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * nnheader.el (nnheader-parse-overview-file): New function.
1084         (nnheader-write-overview-file): New function.
1085
1086 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * gnus.el (gnus-group-fast-parameter): Check better if expansion
1089         in wanted.
1090
1091         * nnweb.el (nnweb-type-definition): Clean up.
1092
1093 2002-01-21  Alastair Burt  <burt@dfki.de>
1094
1095         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
1096         buffer exists before jumping to it.
1097
1098 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
1101         function.
1102         (article-wash-html): Use it.
1103         (gnus-article-wash-function): New variable.
1104         (gnus-article-wash-html-with-w3m): New function.
1105
1106 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1107
1108         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
1109         XEmacs.
1110
1111 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
1112
1113         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
1114         command line.
1115
1116 2002-01-21  Simon Josefsson  <jas@extundo.com>
1117
1118         * canlock.el (base64-encode-string): Autoload it from base64.
1119         (canlock-make-cancel-key): Base64 encode unibyte string.
1120
1121 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * nnfolder.el (nnfolder-request-accept-article): Unfold
1124         x-from-line.
1125         (nnfolder-request-replace-article): Ditto.
1126
1127 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
1128
1129         * gnus-group.el (gnus-group-best-unread-group): Use the right
1130         positioning function.
1131
1132 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * smiley-ems.el (smiley-region): Use new function.
1135         (smiley-update-cache): Use general image functions.
1136         (smiley-region): Use general functions.
1137
1138         * gnus-util.el (gnus-graphic-display-p): New function.
1139
1140         * nnmail.el (nnmail-article-group): Allow outputting traces of
1141         non-strings.
1142
1143         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
1144         (nndoc-exim-bounce-type-p): New function.
1145
1146         * message.el (message-dont-send): Doc fix.
1147
1148         * gnus-util.el (gnus-completing-read): Remove
1149         inherit-input-method.
1150
1151         * gnus-art.el (gnus-treat-smiley): Doc fix.
1152
1153         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
1154         articles.
1155
1156 2002-01-19  Simon Josefsson  <jas@extundo.com>
1157
1158         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
1159         (imap-kerberos4-open): Ditto.
1160         (imap-open): Set port correctly, don't set auth.
1161
1162 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus.el (gnus-version-number): Bump version number.
1165
1166 2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1167
1168         * gnus.el: Oort Gnus v0.05 is released.
1169
1170 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
1173         exists.
1174
1175         * gnus-spec.el (gnus-string-width-function): New function.
1176         (gnus-tilde-cut-form): Use it.
1177         (gnus-tilde-max-form): Ditto.
1178         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
1179         (gnus-substring-function): Use it.
1180         (gnus-tilde-cut-form): Ditto.
1181         (gnus-substring-function): New function.
1182
1183         * message.el (message-check-news-header-syntax): New message.
1184
1185         * gnus.el (gnus-slave-no-server): Doc fix.
1186
1187         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
1188
1189 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
1192         `seen' if it looks like (seen NUM1 . NUM2).  It should be
1193         (seen (NUM1 . NUM2)).
1194
1195 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-topic.el (gnus-topic-catchup-articles): Update article
1198         number in closed topics.
1199
1200 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
1201
1202         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
1203         functions.
1204
1205 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * gnus.el (gnus-group-find-parameter): Clean up.
1208
1209         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
1210         articles.
1211
1212         * gnus-util.el (gnus-completing-read-with-default): Renamed.
1213
1214         * nnmail.el (nnmail-article-group): Clean up.
1215
1216 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
1217
1218         * gnus-agent.el (gnus-category-name): Intern the category name.
1219
1220 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
1223
1224         * gnus-util.el (gnus-completing-read): New function.
1225
1226 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1227
1228         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
1229
1230         * smiley-ems.el (smiley-region): Register smiley.
1231         (smiley-toggle-buffer): Rewrite the function.
1232         (smiley-active): Removed.
1233
1234 2002-01-19  Simon Josefsson  <jas@extundo.com>
1235
1236         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
1237         Jesper Harder <harder@ifa.au.dk>.
1238
1239 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1240
1241         * gnus-art.el (gnus-request-article-this-buffer): Call
1242         `nneething-get-file-name' to extract the file name from the
1243         message id.
1244
1245         * nneething.el (nneething-encode-file-name): New function.
1246         (nneething-decode-file-name): Ditto.
1247         (nneething-get-file-name): Ditto.
1248         (nneething-make-head): Encode the file name and encapsulate it
1249         into the field of the message id.
1250
1251 2002-01-18  Simon Josefsson  <jas@extundo.com>
1252
1253         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
1254         stored in .marks.
1255
1256         * nnfolder.el (nnfolder-request-update-info): Ditto.
1257
1258 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1259
1260         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
1261
1262 2002-01-18  Simon Josefsson  <jas@extundo.com>
1263
1264         * imap.el (imap-starttls-p): Don't check for binary.
1265         (imap-gssapi-auth-p): Ditto.
1266         (imap-kerberos4-auth-p): Ditto.
1267         (imap-open): Change logic.  Iterate through all possible streams,
1268         instead of bailing out after first failure.  Move authenticator
1269         decision to `imap-authenticate'.
1270         (imap-authenticate): Change logic, now finds the authenticator to
1271         use, was previously in `imap-open'.
1272         (imap-open): Return nil on failure.
1273         (imap-open): Setup temp buffer correctly.
1274         (imap-open): Return buffer only on success.
1275         (imap-interactive-login, imap-interactive-login): Tell the user
1276         which stream/authenticator is used for the queried
1277         username/password.
1278         (imap-open, imap-authenticate): Set variables.
1279         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
1280         (imap-open): Don't assume how `with-temp-buffer' is implemented.
1281
1282 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * gnus-fun.el (gnus-grab-cam-x-face): New function.
1285
1286 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
1289
1290 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1291
1292         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
1293         (gnus-agent-group-mode-map): Bind it to "Jo".
1294         (gnus-agent-group-make-menu-bar): Add it into menu bar.
1295
1296 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
1297
1298         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
1299         (gnus-summary-mail-toolbar): Add mail article deletion button.
1300
1301         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
1302         false positives for lines of "^^^^".
1303
1304         * gnus-picon.el (gnus-picon-find-face): faces database is all
1305         lowercase.
1306
1307 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1308
1309         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
1310         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
1311         duplications.
1312         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
1313
1314 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * gnus-sum.el (gnus-summary-initial-limit): Inline
1317         gnus-summary-limit-children.
1318         (gnus-summary-initial-limit): Don't limit if
1319         gnus-newsgroup-display is nil.
1320         (gnus-summary-initial-limit): No, don't.
1321
1322         * gnus-util.el
1323         (gnus-put-text-property-excluding-characters-with-faces): Inline
1324         gnus-put-text-property.
1325
1326         * gnus-spec.el (gnus-defau