2000-09-29 Florian Weimer <fw@deneb.enyo.de>
[gnus] / lisp / ChangeLog
1 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
2
3         * qp.el (quoted-printable-encode-region): Wrap with
4         `mm-with-unibyte-current-buffer'.
5
6 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
7
8         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
9           McEwan's proposal.
10         
11 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12
13         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
14         the GNU assignment issue.
15
16 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
17
18         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
19
20 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
21
22         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
23
24 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
25
26         * gnus-art.el (article-strip-banner): elkin@tverd.astro.spbu.ru:
27         use gnus-group-find-parameter rather than
28         gnus-group-get-parameter, to allow inheritance on the banner.
29
30 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
31
32         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
33
34 2000-09-26  Dave Love  <fx@gnu.org>
35
36         * gnus-draft.el: Don't require gnus-agent.
37
38         * mm-view.el: Use featurep for XEmacs test.
39         (mm-inline-message): Test for `remove-specifier'; don't use
40         condition-case.
41
42 2000-09-24  Simon Josefsson  <simon@josefsson.org>
43
44         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
45
46         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
47         support ACL's.
48
49         * nnimap.el (nnimap-acl-get): Check capability.
50
51         * mail-source.el (mail-source-imap-file-coding-system): New variable.
52         (mail-source-fetch-imap): Use it.
53
54         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
55         (rfc2104-hash): Use it.
56
57         * imap.el (imap-starttls-p): Check for starttls binary.
58         (imap-starttls-open): More verbose.
59         (imap-gssapi-auth): Ditto.
60         (imap-kerberos4-auth): Ditto.
61         (imap-cram-md5-auth): Ditto.
62         (imap-login-auth): Ditto.
63         (imap-anonymous-auth): Ditto.
64         (imap-digest-md5-auth): Ditto.
65         (imap-open): Ditto.
66         (imap-digest-md5-p): Check capability first.
67
68 2000-09-24  Simon Josefsson  <simon@josefsson.org>
69
70         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
71         (imap-login-p): Support LOGINDISABLED.
72
73 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
74
75         * rfc2104.el: Add SHA-1 example.
76
77 2000-09-22  Simon Josefsson  <simon@josefsson.org>
78
79         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
80
81 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
82
83         * lpath.el: Bind nnkiboze-score-file.
84
85 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
86
87         * gnus-score.el (gnus-score-use-all-scores): New variable.
88         (gnus-all-score-files): Use it.
89         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
90         (nnkiboze-enter-nov): Fix it when there is no xref.
91         (nnkiboze-generate-groups): List groups.
92         * gnus-group.el (gnus-group-make-kiboze-group): Use 
93         nnkiboze-score-file.
94         
95         * nnkiboze.el (nnkiboze-request-article): Use
96         gnus-cache-request-article.
97         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
98
99 2000-07-16 Dmitry Bely <dbely@mail.ru>
100
101         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
102
103 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
104
105         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
106
107 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
108
109         * message.el (message-default-charset): Set default value in
110         non-MULE XEmacsen as iso-8859-1.
111
112 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
113
114         * gnus-demon.el: Use (featurep 'xemacs).
115         * gnus-agent.el: timer vs. itimer.
116         * mail-source.el: Ditto.
117
118 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
119
120         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
121         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
122         * gnus-sum.el (gnus-nov-parse-line): Ditto.
123         * nnkiboze.el (nnkiboze-file-coding-system): New.
124         (nnkiboze-retrieve-headers): Use it.
125         (nnkiboze-request-group): Ditto.
126         (nnkiboze-close-group): Ditto.
127         (nnkiboze-generate-group): Ditto.
128         (nnkiboze-enter-nov): Insert first Xref properly.
129
130 2000-09-19  Dave Love  <fx@gnu.org>
131
132         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
133         (nnmail-get-new-mail): Test `sources' in top-level conditional.
134
135         * mail-source.el (mail-sources): Change default to '((file)).
136         Add useful custom type.
137
138 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
139
140         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
141         year).
142         (gnus-date-iso8601): Ditto.
143
144 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
145
146         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
147
148 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
149
150         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
151         pattern. Avoid using 8 bit chars.
152         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
153
154 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
155
156         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
157         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
158         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
159         functions are not implemented yet.
160         
161         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
162         x-overlay.el from the FSF Emacs black list.
163
164 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
165
166         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
167         (mm-inline-media-tests): Ditto.
168         (mm-automatic-display): Ditto.
169         * mm-view.el (mm-display-inline-fontify): Generalize from 
170         mm-display-patch-inline. 
171         (mm-display-patch-inline): Use it.
172         (mm-display-elisp-inline): Ditto.
173         
174 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
175
176         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
177         (gnus-topic-unmark-topic): Ditto.
178         (gnus-topic-mark-topic): Ditto.
179         (gnus-topic-get-new-news-this-topic): Use it.
180
181 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
182
183         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
184         display xface.
185
186 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
189         zombie or killed groups.
190         
191 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
192
193         * mml.el (mml-preview): Reinsert unibyte content. 
194         (mml-parse-1): Remove with-unibyte-current-buffer.
195         (mml-generate-mime-1): Ditto.
196         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
197         * message.el (message-forward): Ditto.
198
199 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
200
201         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
202         original article buffer.
203         (article-de-base64-unreadable): Ditto.
204         (article-wash-html): Ditto.
205
206 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
207
208         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
209         unless forward-show-mml.
210
211 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
212
213         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
214         (gnus-summary-save-parts-last-directory): New.
215         (gnus-summary-save-parts): Save history.
216
217 2000-09-14 Ben Gertzfield <che@debian.org>
218
219         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
220         variable.
221         (gnus-summary-save-parts): Use it.
222
223 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
224
225         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
226         * gnus-sum.el (gnus-summary-exit): Ditto.
227         (gnus-summary-exit-no-update): Ditto.
228         (gnus-summary-show-article): Ditto.
229
230 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
231
232         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
233         Content-Disposition.
234
235 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
236
237         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
238
239 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
240
241         * gnus-art.el (gnus-article-setup-buffer): Set
242         gnus-article-mime-handles to nil.
243         * gnus-sum.el (gnus-summary-exit): Ditto.
244         (gnus-summary-exit-no-update): Ditto.
245         (gnus-summary-show-article): Ditto.
246         (gnus-summary-save-parts): Use gnus-article-mime-handles if
247         dissected.
248         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
249
250 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
251
252         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
253         (gnus-sort-threads-1): New function. Sort threads recursively.
254         (gnus-sort-threads): Use it.
255         (gnus-sort-gathered-threads): Doc fix.
256
257 2000-09-13  Dave Love  <fx@gnu.org>
258
259         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
260
261         * gnus-ems.el (gnus-ems-redefine): Don't alias
262         gnus-summary-set-display-table.
263
264         * message.el (message-user-agent): Don't wrap ignore-errors around
265         it.
266
267         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
268         `format'.
269         (mm-content-transfer-encoding): Don't use cadar.
270
271         * uudecode.el (uudecode-decoder-program) 
272         (uudecode-decoder-switches): Customize.
273
274         * gnus-score.el (gnus-home-score-file): Improve custom type.
275
276         * gnus-cus.el (gnus-custom-mode): Conditionally set local
277         variables for Emacs 21.
278         (gnus-group-customize): Disable undo while laying out the buffer.
279
280 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
281
282         * gnus-util.el (gnus-write-active-file): Bind
283         coding-system-for-write.
284
285 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
286
287         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
288         
289         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
290         * gnus-kill.el (gnus-batch-score): Ditto.
291         * gnus-move.el (gnus-change-server): Ditto.
292         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
293
294 2000-09-12  Simon Josefsson  <simon@josefsson.org>
295
296         * gnus-sum.el (gnus-update-read-articles): Undo
297         `gnus-request-set-mark' operation.
298
299 2000-09-11  Dave Love  <fx@gnu.org>
300
301         * Changelog: Use iso-2022 coding.
302
303         * gnus-msg.el (gnus-msg-mail): New function.
304         (gnus-user-agent): New mail agent.
305
306 2000-09-10  Dave Love  <fx@gnu.org>
307
308         * message.el: Require mail-abbrevs for XEmacs for a problem with
309         keybinding despite the autoloads for it.
310
311 2000-09-08  Simon Josefsson  <simon@josefsson.org>
312
313         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
314
315         * nnimap.el (nnimap-request-update-info-internal): Remove tick
316         marks from dormant articles. (See nnimap-request-set-mark.)
317         (nnimap-retrieve-headers-progress): Demule.
318         (nnimap-open-server): Call nnoo-change-server twice, once for
319         getting the nnimap-server-buffer and once for letting n-c-s set
320         the variables in that buffer.
321
322 2000-09-08  David Edmondson <dme@dme.org>
323
324         * gnus.el (gnus-short-group-name): Guess separator.
325
326 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
327
328         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
329         XEmacs as well.
330
331 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
332
333         * gnus-group.el (gnus-group-insert-group-line): Fix.
334
335 2000-09-04  Dave Love  <fx@gnu.org>
336
337         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
338         (mm-get-image): Avoid the losing `make-glyph' from W3.
339
340 2000-09-03  Simon Josefsson  <simon@josefsson.org>
341
342         * gnus-sum.el (gnus-summary-delete-article): Check server.
343
344 2000-09-01  Simon Josefsson  <simon@josefsson.org>
345
346         * imap.el (imap-parse-flag-list): Rewrite.
347
348         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
349
350         * imap.el (imap-parse-flag-list): Hack.
351
352 2000-08-29  Dave Love  <fx@gnu.org>
353
354         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
355
356         * dgnushack.el (mapcon, union): Remove compiler macros.
357
358         * gnus-agent.el (gnus-agent-union): new function.
359         (gnus-agent-fetch-headers): Use it.
360
361         * gnus.el (gnus-group-startup-message): Specify foreground and
362         background for xpm image.  Centre image vertically.
363         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
364
365 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
366
367         * message.el (message-send-mail): Narrow-to-headers.
368
369 2000-08-24  Dave Love  <fx@gnu.org>
370
371         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
372         21.
373
374 2000-08-23  Dave Love  <fx@gnu.org>
375
376         * dgnushack.el: Remove `member-if' compiler macro.
377
378 2000-08-21  Dave Love  <fx@gnu.org>
379
380         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
381
382 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
383
384         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
385         permanent is used.
386         (gnus-topic-show-topic): Read topic when to show permanent hidden
387         topic.
388         (gnus-topic-remove-topic): Revert to the old behavior, not using
389         hide.
390
391 2000-08-21  Dave Love  <fx@gnu.org>
392
393         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
394         (gnus-xemacs): Use featurep.
395
396         * mm-util.el (mm-read-charset): Maybe use builtin.
397         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
398         (mm-multibyte-p, mm-with-unibyte-current-buffer)
399         (mm-with-unibyte): Use featurep, not string-match.
400         (mm-with-unibyte-buffer): Simplify.
401         (mm-quote-arg): Maybe use shell-quote-argument.
402
403         * mml.el (mml-make-string): Deleted (unused).
404
405         * gnus.el (gnus-mode-line-buffer-identification): Supply
406         definition for Emacs 21.
407
408         * gnus-salt.el: Small doc fixes.
409         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
410         gnus-add-minor-mode.
411
412         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
413         gnus-add-minor-mode.
414
415 2000-08-20  Simon Josefsson  <simon@josefsson.org>
416
417         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
418         function, thanks to Lloyd Zusman for debugging.
419         (nnimap-request-group): 
420         (nnimap-request-list): 
421         (nnimap-retrieve-groups): 
422         (nnimap-request-newgroups): Use it.
423
424         * nnimap.el (nnimap-request-article-part): Less verbose.
425
426 2000-08-19  Andreas Jaeger  <aj@suse.de>
427
428         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
429         subst-char-in-string since we test elsewhere whether it's bound.
430         
431 2000-08-18  Dave Love  <fx@gnu.org>
432
433         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
434         custom type.
435
436         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
437         gnus-group-running-xemacs.
438
439         * nnheader.el (nnheader-replace-chars-in-string): Use
440         subst-char-in-string if available.
441
442         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
443         (gnus-request-article-this-buffer): Use expand-file-name.
444         (gnus-mime-view-part-as-type): Simplify interactive spec.
445         (gnus-mime-button-map): Define it all in defvar.
446
447 2000-08-17  Dave Love  <fx@gnu.org>
448
449         * gnus-group.el (gnus-group-running-xemacs): Deleted.
450
451         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
452         last-nonmenu-event.
453
454         * uudecode.el (char-int): Use defalias, not fset.
455
456         * score-mode.el: Don't require easymenu.  Require mm-util.
457         (score-mode-coding-system): Use mm-auto-save-coding-system.
458
459         * nneething.el (nneething-create-mapping): Don't use cadar & al.
460         (nneething-file-name): Use expand-file-name, not concat.
461
462 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
463
464         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
465         Failure proof for email addresses.
466         (nnslashdot-sane-retrieve-headers): Ditto.
467
468 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * message.el (message-send-mail): Only insert courtesy message
471         when text/plain.
472
473 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
474
475         * message.el (message-cancel-news): Copy the From header from the
476         original article.
477
478 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * gnus-async.el (gnus-asynchronous): Removed.
481
482 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
483
484         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
485         format.
486
487 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
488
489         * nnmail.el (nnmail-expiry-target-group): Fixed.
490
491 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
492
493         * nnmail.el (nnmail-expiry-target-group): Fix the call to
494         gnus-request-accept-article so that body encoding is *not* done.
495         Encoding is not done on incoming mail, so why should it be done on
496         expired mail?
497
498
499 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
500
501         * nnml.el (nnml-request-expire-articles): Fix the calls to
502         nnml-request-article (the filename was being passed instead of the
503         article number) and nnmail-expiry-target-group
504         (nnml-current-directory is changed by nnml-request-accept-article,
505         causing it to be incorrect for the next article to be expired).
506
507 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
508
509         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
510         expiry-target group parameters. 
511
512 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
515         buffer.
516         (gnus-topic-hide-topic): Take a PERMANENT parameter.
517         (gnus-topic-show-topic): Ditto.
518
519         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
520
521 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
522
523         * mail-source.el (mail-source-incoming-file-prefix): New
524         variable. 
525
526 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
529
530         * mailcap.el (mailcap-maybe-eval): Be even more warning.
531
532 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
533
534         * message.el (message-syntax-checks): New check quotin-style: 
535         Text must be written below quoted text.
536         (message-check-news-body-syntax): Check it.
537
538 2000-08-11  Simon Josefsson  <simon@josefsson.org>
539
540         * imap.el (imap-authenticator-alist): Fix typo.
541         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
542         Jonas Oberg for debugging.
543
544 2000-08-11  Simon Josefsson  <simon@josefsson.org>
545
546         * gnus-async.el (gnus-asynchronous): Disable by default.
547
548 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * mm-view.el (mm-inline-text): Bind fill-column.
551
552         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
553         list of unexpired articles.
554
555         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
556         un-expired articles. 
557
558         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
559         headers. 
560
561         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
562         we update the right topic.. 
563
564         * mm-decode.el (mm-display-external): Put point at start. 
565
566 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
567
568         * nnmail.el (nnmail-expiry-target): More explicit documentation.
569
570         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
571
572 2000-08-09  Simon Josefsson <simon@josefsson.org>
573
574         * imap.el (imap-parse-body):
575         (imap-parse-string-list): Add bug workarounds for Stalker
576         Communigate Pro 3.0 server.
577         (imap-body-lines): Remove bogus comment.
578
579         * imap.el (imap-range-to-message-set): Move from nnimap.el.
580
581         * nnimap.el (nnimap-retrieve-which-headers):
582         (nnimap-retrieve-headers-from-server):
583         (nnimap-request-set-mark):
584         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
585
586 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
587
588         * message.el (message-dont-reply-to-names):
589         rmail-dont-reply-to-names may not be defined.
590
591 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
592
593         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
594         not use pop.
595
596 2000-07-19  Dave Love  <fx@gnu.org>
597
598         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
599         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
600         check.
601         (gnus-article-display-xface): Special-case for dark backgrounds.
602
603 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
604
605         * imap.el (imap-calculate-literal-size-first): New variable.
606         (imap-local-variables): Add it.
607         (imap-kerberos4-open): Set it.
608         (imap-send-command): Use it.
609
610 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
611
612         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
613         (mailcap-parse-mimetypes): Use it.
614         (mailcap-extension-to-mime): Parse mimetype.
615         (mailcap-mime-types): Ditto.
616         * mml.el (mml-minibuffer-read-type): Ditto.
617
618 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
619
620         * nndoc.el (nndoc-type-alist): Add outlook.
621         (nndoc-outlook-type-p): New function.
622         (nndoc-outlook-article-begin): Ditto.
623
624 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
625
626         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
627         excursion.
628
629 2000-07-15  Simon Josefsson  <simon@josefsson.org>
630
631         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
632
633         * imap.el (imap): 
634         (imap-kerberos4-program): 
635         (imap-gssapi-program): 
636         (imap-ssl-program): Customization.
637         (imap-shell-program): 
638         (imap-shell-host): New variables.
639         (imap-streams): 
640         (imap-stream-alist): Add shell.
641         (imap-shell-p): 
642         (imap-shell-open): New functions.
643         (imap-open): Don't call authenticator if preauth.
644         (imap-authenticate): Return t if already authenticated.
645
646 2000-07-14  Simon Josefsson  <simon@josefsson.org>
647
648         * gnus.el (gnus-invalid-group-regexp): New variable.
649         (gnus-read-group): Use it.
650
651 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
652
653         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
654         expunge-below and orphan-score are "group variables".
655
656 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
657
658         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
659         qualified group names to `gnus-group-read-ephemeral-group'.
660
661 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * dgnushack.el (srcdir): Define it before use it.
664
665 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
666
667         * gnus-sum.el: `W t' is toggle-header in info.
668
669 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
670
671         * lpath.el: Fbind subst-char-in-string.
672
673 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
674
675         * Makefile.in: Use W3DIR and lispdir.
676         * dgnushack.el: Ditto.
677
678 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
679
680         * gnus-art.el (article-de-base64-unreadable): Typo.
681
682 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
683
684         * gnus-agent.el (require): Require timer.
685
686 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
687
688         * message.el (message-bounce): Call mime-to-mml.
689
690 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * nnslashdot.el (nnslashdot-request-close): New function.
693
694 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
697         right line number for the article.
698
699 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
700
701         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
702         * webmail.el (webmail-fetch): Bind 
703         url-http-silence-on-insecure-redirection.
704
705 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
706
707         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
708         unibyte.
709         (nnslashdot-sane-retrieve-headers): Ditto.
710         (nnslashdot-request-article): Ditto.
711
712 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
713
714         * mailcap.el (mailcap-parse-mimetype-file): 
715
716 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
717
718         * nnweb.el (nnweb-insert): Stricter test.
719         * webmail.el (webmail-refresh-redirect): Ditto.
720
721 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
722
723         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
724
725 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
726
727         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
728
729 2000-07-05  Dave Love  <fx@gnu.org>
730
731         * utf7.el: Doc and header fixes.
732
733         * gnus-sum.el: Doc fixes.
734
735         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
736         defalias, not fset.
737
738         * flow-fill.el (fill-flowed-point-at-eol)
739         (fill-flowed-point-at-bol): Use defalias, not fset.
740
741         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
742         (gnus-Plain-save-name): Delete -- apparently bogus.
743
744 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * nnsoup.el: Use expand-file-name throughout.
747
748 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
749
750         * nnmail.el (nnmail-read-incoming-hook): New example.
751
752 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * mm-view.el (mm-inline-text): Check whether the text has already
755         been decoded.
756
757 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
758
759         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
760
761 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
762
763         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
764
765 2000-07-03  Simon Josefsson  <simon@josefsson.org>
766
767         * gnus-sum.el (gnus-update-marks): Don't propagate download and
768         unsend flags.
769
770 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
771
772         * nnimap.el (nnimap-open-connection): Don't look up virtual server
773         name in authinfo (.authinfo now support ports, no need for the
774         hack).
775         (nnimap-split-find-rule): Fix.
776         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
777
778 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
779
780         * message.el (message-unquote-tokens): Remove all quotes.
781
782 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
783
784         * gnus-ml.el: New file. 
785
786 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * nnultimate.el (nnultimate-request-close): New function.
789
790         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
791
792 2000-06-18  Norbert Koch  <norbert@s.netic.de>
793
794         * Makefile.in: Better support for xemacs builds
795
796 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
797
798         * gnus.el: Gnus v5.8.7 is released.
799
800 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * mm-decode.el (mm-insert-part): Characters doubly decoded.
803
804 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
805
806         * message.el (message-do-fcc): Encode MIME.
807
808 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
809
810         * lpath.el: Fbind image-size.
811
812 2000-06-28  Simon Josefsson  <simon@josefsson.org>
813
814         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
815         (nnimap-assoc-match): New function.
816         (nnimap-split-find-rule): Support extended syntax.
817
818 2000-06-28  Simon Josefsson  <simon@josefsson.org>
819
820         * nnimap.el (nnimap-open-connection): Use port stuff.
821
822         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
823         document port and defaultport.
824
825 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
826
827         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
828
829 2000-06-26  Dave Love  <fx@gnu.org>
830
831         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
832
833         * message.el: Remove unnecessary `require'ments.  Defvar
834         gnus-list-identifiers when compiling.  Don't try to autoload
835         variable `gnus-list-identifiers'.  Autoload
836         gnus-group-name-charset.
837         (message-fetch-field): Don't assume `format' removes text
838         properties.
839         (message-strip-list-identifiers, message-reply, message-followup):
840         Require gnus-sum.
841         (message-mode): Tidy XEmacs conditionals.
842         (message-replace-chars-in-string): Use subst-char-in-string when
843         available.
844
845         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
846         Define if necessary.
847
848         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
849         removes text properties.
850
851         * gnus-srvr.el (gnus-browse-group-name): Likewise.
852
853         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
854
855         * gnus-score.el (gnus-summary-score-entry): Likewise.
856
857 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * nnimap.el (nnimap-request-post): Fix parenthesis.
860
861 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
862
863         * message.el (message-unquote-tokens): New function.
864
865         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
866
867         * nnimap.el (nnimap-request-post): Ditto.
868
869 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
870
871         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
872
873         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
874         patch commited 2000-04-02).
875
876 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
877
878         * imap.el (imap-mailbox-examine-1): New function.
879         (imap-message-copyuid-1):
880         (imap-message-appenduid-1): Use it, instead of
881         `imap-mailbox-examine' which would utf-7 encode mailbox name
882         twice.
883
884 2000-06-19  Dave Love  <fx@gnu.org>
885
886         * mm-uu.el Don't require message.  Require cl when compiling.
887
888 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
889
890         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
891         a local variable.
892         * gnus-sum.el (gnus-orphan-score): Move here.
893
894 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
895
896         * message.el (message-forward): Remove show-mml condition.
897         (message-forward-ignored-headers): Remove X-Gnus headers.
898
899 2000-06-08  Simon Josefsson  <simon@josefsson.org>
900
901         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
902
903 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
904
905         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
906
907 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
908
909         * message.el (message-syntax-checks): Add type.
910
911 2000-06-07  Dave Love  <fx@gnu.org>
912
913         * mm-view.el (mm-inline-image-emacs): Don't specify string for
914         put-image.
915         (mm-inline-image): Defalias, not fset.
916
917         * gnus.el (gnus-group-startup-message): Don't specify string for
918         insert-image.
919
920         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
921         add-minor-mode is available.
922         (gnus-article-display-xface): Don't specify string for
923         insert-image.
924
925 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
926
927         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
928         (gnus-topic-insert-topic-line): Use shownp.
929         (gnus-topic-hide-topic): Don't use hidden.
930         (gnus-topic-show-topic): Don't use hidden.
931
932 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
933
934         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
935         system.
936         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
937         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
938         * gnus-util.el (gnus-output-to-rmail): Ditto.
939         (gnus-output-to-mail): Ditto.
940         (gnus-write-buffer): Ditto.
941         * gnus-uu.el (gnus-uu-save-article): Ditto.
942
943 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
944
945         * message.el (message-read-from-minibuffer): Typo.
946
947 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
948
949         * gnus-art.el (article-decode-charset): Override non-MIME forward
950         charset.
951
952 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
953
954         * mml.el (mml-quote-region): Correct the regexp.
955         * gnus-msg.el (gnus-summary-reply): mml-quote it.
956
957 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
958
959         * message.el (message-forward): Insert raw text.
960         * mml.el (mml-parse-1): Get raw text in unibyte mode.
961         (mml-generate-mime-1): Insert raw text in unibyte mode.
962
963 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
964
965         * mm-bodies.el (mm-body-encoding): Always encoded if
966         `mm-use-ultra-safe-encoding' is set.
967
968 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
969
970         * mml.el (ange-ftp-name-format): Typo.
971
972 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
973
974         * gnus-start.el (gnus-get-unread-articles): If
975         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
976         try to do anything on that server.
977         
978 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
979
980         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
981         from latest draft.
982
983 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
984
985         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
986         is open.
987
988 2000-05-24  Dave Love  <fx@gnu.org>
989
990         * mml.el (mml-parse-file-name): Fix ange-ftp part.
991
992 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
993
994         * gnus.el (gnus-redefine-select-method-widget): new function, call
995         it once. Add an "other" entry for unknown but editable backend
996         name symbols.
997         * gnus-start.el (gnus-declare-backend): use it.
998
999 2000-05-19  Dave Love  <fx@gnu.org>
1000
1001         * gnus-art.el (gnus-article-next-page): Revert last change.
1002
1003 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1004
1005         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1006
1007 2000-05-19  Dave Love  <fx@gnu.org>
1008
1009         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1010         not mm-inline-large-images.
1011
1012 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1013
1014         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1015
1016 2000-05-18  Dave Love  <fx@gnu.org>
1017
1018         * gnus-art.el: Use defalias, not fset.
1019         (gnus-article-x-face-command): Don't test for xbm.
1020         (gnus-article-next-page): Redisplay before testing point in window.
1021
1022 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1023
1024         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1025         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1026
1027 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1028
1029         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1030         gnus-summary-save-in-rmail.
1031         * message.el (message-output): Ditto.
1032
1033 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1036
1037 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1038
1039         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1040         is a charset.
1041         * message.el (message-send-news): Check group name charset.
1042         * gnus-msg.el (gnus-post-news): Decode group name.
1043         (gnus-inews-do-gcc): Encode group name.
1044
1045 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1046
1047         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1048         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1049
1050 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1051
1052         * gnus-group.el (gnus-group-mark-line-p): New function.
1053         (gnus-group-goto-group): New parameter.
1054         (gnus-group-remove-mark): Use it.
1055         * gnus-topic.el (gnus-topic-move-group): Ditto.
1056         (gnus-topic-remove-group): Ditto.
1057
1058 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1059
1060         * gnus-group.el (gnus-group-list-dormant): New function.
1061
1062 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1063
1064         * gnus-agent.el (gnus-agent-synchronize): Use
1065         nnheader-insert-file-contents.
1066         (gnus-agent-save-active-1): Ditto.
1067         (gnus-agent-write-active): Ditto.
1068         (gnus-agent-expire): Ditto.
1069         * gnus-cache.el (gnus-cache-read-active): Ditto.
1070         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1071         * gnus-sum.el (gnus-summary-import-article): Ditto.
1072
1073         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1074         (gnus-agent-save-group-info): Ditto.
1075         (gnus-agent-save-alist): Ditto.
1076         * gnus-util.el (gnus-make-directory): Ditto.
1077
1078         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1079
1080 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1081
1082         * mml.el (mml-generate-mime-preprocess-function): New variable.
1083         (mml-generate-mime-postprocess-function): New variable.
1084         (mml-generate-mime-1): Use them.
1085
1086 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1087
1088         * gnus-group.el (gnus-group-apropos): Group name charset.
1089         * gnus-sum.el (gnus-set-mode-line): Ditto.
1090         * gnus-group.el (gnus-group-decoded-name): New function.
1091         (gnus-group-edit-group): Use it.
1092         * gnus-cus.el (gnus-group-customize): Use it.
1093
1094 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1095
1096         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1097
1098 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1099
1100         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1101         (gnus-group-name-charset-group-alist): Ditto.
1102         (gnus-group-name-charset): New function.
1103         (gnus-group-name-decode): New function.
1104         (gnus-group-insert-group-line): Use them.
1105         (gnus-group-prepare-flat-list-dead): Ditto.
1106         (gnus-group-list-active): Ditto.
1107         (gnus-group-describe-all-groups): Ditto.
1108         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1109         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1110         add gnus-group property.
1111         (gnus-browse-group-name): Read gnus-group property.
1112
1113 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1114
1115         * nnfolder.el (nnfolder-possibly-change-group): Use
1116         file-name-coding-system instead of pathname-coding-system.
1117         * nnmail.el (nnmail-find-file): Ditto.
1118         (nnmail-write-region): Ditto.
1119         * nnmh.el (nnmh-retrieve-headers): Ditto.
1120         (nnmh-request-article): Ditto.
1121         (nnmh-request-group): Ditto.
1122         (nnmh-request-list): Ditto.
1123         (nnmh-possibly-change-directory): Ditto.
1124         (nnmh-active-number): Ditto.
1125         * nnml.el (nnml-possibly-change-directory): Ditto.
1126         (nnml-request-list): Ditto.
1127         (nnml-request-article): Ditto.
1128         (nnml-retrieve-headers): Ditto.
1129
1130 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1131
1132         * nnimap.el (nnimap-request-accept-article): Don't unselect
1133         mailbox if no mailbox is selected.
1134
1135 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1136
1137         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1138         Recognize domain names starting with `www.' as starting an URL.
1139
1140 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1141
1142         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1143         (mail-source-keyword-map): Add "subdirs" for maildir.
1144
1145 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1146
1147         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1148         (nnmail-get-new-mail): Use it.
1149         * gnus-start.el (gnus-get-unread-articles): Ditto.
1150
1151 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1152
1153         * gnus-sum.el (gnus-summary-edit-article): Better support for
1154         nndraft:drafts.
1155         * nndraft.el (nndraft-request-replace-article): New function,
1156         bind nnmail-file-coding-system.
1157
1158 2000-05-14  Dave Love  <fx@gnu.org>
1159
1160         * nnheader.el: Replace uses of `fset' with `defalias'.
1161         (jka-compr-compression-info-list): Only defvar when compiling.
1162
1163 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1164
1165         * webmail.el (webmail-netaddress-article): Refresh redirect.
1166
1167 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1168
1169         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1170
1171 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1172
1173         * webmail.el: Translate &nbsp; to SP.
1174
1175 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1176
1177         * message.el (message-bounce): Doc typo.
1178
1179 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1180
1181         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1182         (gnus-soup-store): Ditto.
1183         (gnus-soup-send-packet): Ditto.
1184         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1185         (nnsoup-dissect-buffer): Ditto.
1186         (nnsoup-narrow-to-article): Ditto.
1187         (nnsoup-make-active): Ditto
1188
1189 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1190
1191         * message.el (message-mode): Two parameters for local-variable-p.
1192
1193 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1194
1195         * message.el (message-strip-list-identifiers): New function.
1196         (message-reply): Use it and use message-strip-subject-re.
1197         (message-followup): Ditto.
1198         * gnus-art.el (article-hide-list-identifiers): Remove more.
1199         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1200
1201 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1202
1203         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1204         mail-parset-charset and use non-numeric argument.
1205
1206 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1207
1208         * mml.el (mml-buffer-list): New variable.
1209         (mml-generate-new-buffer): New function.
1210         (mml-destroy-buffers): Ditto.
1211         (mml-insert-mime): Use them.
1212         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1213         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1214         * message.el (message-mode): Ditto.
1215         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1216         (gnus-uu-save-article): Support show-as-mml.
1217         * message.el (message-forward): Ditto.
1218
1219 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1220
1221         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1222         (nndoc-mime-digest-type-p): Locate article head precisely.
1223         * mml.el (mml-generate-default-type): New variable.
1224         (mml-generate-mime-1): Use it.
1225         (mml-insert-mime-headers): Use it.
1226         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1227         (gnus-uu-digest-mail-forward): Use it and call message-forward
1228         with argument digest.
1229         (gnus-uu-save-article): Support message-forward-as-mime.
1230         * message.el (message-forward): Add parameter digest.
1231         * mm-decode.el (mm-dissect-default-type): New variable.
1232         (mm-dissect-buffer): Use it.
1233
1234 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1235
1236         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1237         newline and paragraph to nil when got a non-ascii character. Test
1238         paragraph before newline.
1239
1240 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1241
1242         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1243         limit to 76.
1244
1245 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * nnslashdot.el (nnslashdot-sid-strip): New function.
1248         (nnslashdot-threaded-retrieve-headers): New format.
1249         (nnslashdot-sane-retrieve-headers): Ditto.
1250         (nnslashdot-request-article): Ditto.
1251         (nnslashdot-threaded-retrieve-headers): Thread properly.
1252         (nnslashdot-request-article): Be more lenient.
1253         (nnslashdot-threaded-retrieve-headers): Regexp search.
1254
1255 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1256
1257         * gnus-sum.el (gnus-with-article): Define it before use it.
1258
1259 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1260
1261         * message.el (message-supersede): Use mime-to-mml.
1262         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1263
1264 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * gnus-group.el (gnus-group-list-cached): Don't use
1267         `subst-char-in-string'.
1268
1269 2000-05-08  Dave Love  <fx@gnu.org>
1270
1271         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1272
1273 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1274
1275         * mm-decode.el (mm-interactively-view-part): Append %s if the
1276         method is a single word.
1277         * nnwarchive.el (nnwarchive-type-definition): Typo.
1278
1279 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1280
1281         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1282         function.
1283         (gnus-group-prepare-flat-predicate): Use it.
1284         (gnus-group-list-cached): List dead groups.
1285
1286 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1287
1288         * gnus-art.el (article-decode-charset): Don't decode message with
1289         format.
1290
1291 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1292
1293         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1294         evaluate the Lisp code.
1295
1296 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1297
1298         * gnus-art.el (article-wash-html): New function.
1299         (gnus-article-wash-html): Bind.
1300         (gnus-article-make-menu-bar): Menu item.
1301         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1302         (gnus-summary-make-menu-bar): Menu item.
1303         * gnus.el: Autoload.
1304
1305 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1306
1307         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1308         (gnus-uu-unshar-article): Use it.
1309
1310         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1311         (mailcap-maybe-eval): Use it.
1312
1313         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1314         in docstring.
1315
1316         * mml.el (mml-generate-mime-1): Small comment.
1317
1318 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1319
1320         * gnus-art.el (article-de-base64-unreadable): New function.
1321         (gnus-article-de-base64-unreadable): Bind.
1322         (gnus-article-make-menu-bar): Menu item.
1323         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1324         (gnus-summary-make-menu-bar): Menu item.
1325         * gnus.el: Autoload.
1326
1327 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1328
1329         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1330         (gnus-summary-select-article): Add en/disable multibyte.
1331
1332 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1333
1334         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1335         (gnus-summary-edit-article): New feature: editing raw articles.
1336
1337 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1338
1339         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1340         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1341         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1342         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1343         * mm-decode.el (mm-insert-part): Ditto.
1344
1345 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1346
1347         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1348         (nndoc-forward-type-p): Ditto.
1349
1350 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1351
1352         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1353         value of enable-multibyte-characters.
1354
1355 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1356
1357         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1358
1359 2000-05-03  Dave Love  <fx@gnu.org>
1360
1361         * gnus-ems.el (gnus-article-xface-ring-internal)
1362         (gnus-article-xface-ring-size): New variable.
1363         (gnus-article-display-xface): Use them to cache data.  Don't try
1364         to use XPM.  Set up binary coding for PBM's sake.
1365
1366 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1367
1368         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1369         * gnus-int.el (gnus-request-accept-article): Ditto.
1370         (gnus-request-replace-article): Ditto.
1371         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1372
1373 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1374
1375         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1376
1377 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1378
1379         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1380         field.
1381         * mml.el (mml-to-mime): Use message-default-charset.
1382         (mml-preview): Narrow to headers.
1383         * message.el (message-send-mail): Use message-default-charset.
1384         (message-send-news): Narrow to headers;
1385         use message-default-charset.
1386
1387 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1388
1389         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1390         detect.
1391         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1392         restriction.
1393         (mml-parse-1): Warning message.
1394         (mml-preview): Disable multibyte.
1395
1396 2000-05-03  Dave Love  <fx@gnu.org>
1397
1398         * gnus.el (gnus-group-startup-message): Add newline before image.
1399
1400 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1401
1402         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1403         * message.el (message-send-mail): Use unibyte-buffer.
1404         (message-send-mail): Ditto.
1405
1406 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1407
1408         * gnus.el: Gnus v5.8.6 is released.
1409
1410 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1411
1412         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1413
1414 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1415
1416         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1417
1418 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1419
1420         * message.el (message-send-mail-partially): Use forward-line.
1421
1422 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1423
1424         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1425
1426 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1427
1428         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1429         (mml-insert-mime): No markup only for text/plain.
1430         (mime-to-mml): Remove MIME headers.
1431
1432 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1433
1434         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1435         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1436         as 8-bit.
1437         * lpath.el: Fbind image functions.
1438
1439 2000-04-28  Dave Love  <fx@gnu.org>
1440
1441         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1442         21.
1443
1444         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1445         search order.  Use parse-colon-path and remove some redundancy.
1446         Doc fix.
1447         (mailcap-parse-mimetypes): Code consistently with
1448         mailcap-parse-mailcaps.  Doc fix.
1449
1450         * gnus-start.el (gnus-unload): Iterate over `features', not
1451         `load-history'.
1452
1453 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1454
1455         * mml.el (mml-parse-1): Don't create blank parts.
1456         (mml-read-part): Fix mml tag.
1457         (mml-insert-mime): Convert message/rfc822.
1458         (mml-insert-mml-markup): Add mmlp parameter.
1459
1460 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1461
1462         * message.el (message-send-mail-partially): Remove CTE.
1463
1464 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1465
1466         * lpath.el: Fbind put-image for XEmacs.
1467         * mm-view.el (mm-inline-image): Fset it.
1468
1469 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1470
1471         * nndoc.el (nndoc-type-alist): Change forward regexp.
1472
1473 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1474
1475         * message.el (message-send-mail-partially-limit): Change the
1476         default value.
1477
1478 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1479
1480         * gnus-util.el (gnus-extract-address-components): Name might be
1481         "".
1482
1483 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1484
1485         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1486         (gnus-summary-post-forward): Ditto.
1487         * message.el (message-forward-show-mml): New variable.
1488         (message-forward): Use it.
1489         * mml.el (mml-parse-1): Add tag mml.
1490         (mml-read-part): Ditto.
1491         (mml-generate-mime): Support reentance.
1492         (mml-generate-mime-1): Support mml tag.
1493
1494 2000-04-27  Dave Love  <fx@gnu.org>
1495
1496         * gnus-art.el: Don't bother to require custom, browse-url.
1497         (gnus-article-x-face-command): Include gnus-article-display-xface.
1498
1499         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1500         Use defalias, not fset.
1501         (gnus-article-display-xface): New function.
1502
1503         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1504
1505         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1506         (mm-xemacs-p): Deleted.
1507         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1508         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1509         use create-image and don't special-case xbm.
1510         (mm-valid-image-format-p): Use display-graphic-p.
1511
1512 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1513
1514         * message.el (message-send-mail-partially-limit): New variable.
1515         (message-send-mail-partially): New function.
1516         (message-send-mail): Use it.
1517         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1518         all blank lines inside of base64.
1519         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1520         blank lines.
1521
1522 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1523
1524         * mml.el (mml-insert-tag): Match more special characters.
1525
1526 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1527
1528         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1529
1530 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1531
1532         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1533         (mm-inlined-types): Ditto.
1534         * mm-partial.el: New file.
1535
1536 2000-04-27  Dave Love  <fx@gnu.org>
1537
1538         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1539         matter in Emacs 21.
1540
1541 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1542
1543         * mm-bodies.el (mm-encode-body): Remove reference to
1544         mm-default-charset in comment.
1545
1546 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1547
1548         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1549
1550 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1551
1552         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1553         let.
1554
1555 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1556
1557         * gnus-draft.el (gnus-draft-setup): Fix comments.
1558
1559 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1560
1561         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1562         if nnmbox-file-coding-system-for-write is nil.
1563
1564 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1565
1566         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1567         header if nil.
1568
1569 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1570
1571         * mm-view.el (mm-inline-text): Insert directly if decoded.
1572         * mml.el (autoload): Typo.
1573
1574 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1575
1576         * mml.el (mml-preview): Set up posting-charset.
1577         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1578
1579 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1580
1581         * webmail.el: Fix yahoo mail.
1582
1583 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1584
1585         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1586         word if not necessary.
1587         (rfc2047-encode-region): Put space between encoded words.
1588
1589 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1590
1591         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1592
1593 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1594
1595         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1596         required.
1597         (gnus-draft-edit-message): Require restoration.
1598
1599 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1600
1601         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1602         back.
1603
1604 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1605
1606         * gnus-art.el (gnus-treat-article): Make sure that the summary
1607         buffer is live.
1608
1609 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1610
1611         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1612         (mailcap-parse-mailcap): Backwards parsing.
1613         (mailcap-possible-viewers): Remove nreverse.
1614         (mailcap-mime-info): Ditto.
1615         (mailcap-add-mailcap-entry): Keep alternative viewer.
1616
1617 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1618
1619         * gnus.el: Gnus v5.8.5 is released.
1620
1621 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
1624
1625         * gnus-util.el (gnus-netrc-machine): Default to nntp.
1626
1627         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
1628
1629 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
1630
1631         * mm-view.el (mm-inline-message): Disable prepare-hook.
1632
1633 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * gnus.el: Fix copyright statements.
1636
1637         * gnus-sum.el (gnus-alter-articles-to-read-function): New
1638         variable.
1639         (gnus-articles-to-read): Use it.
1640
1641         * message.el (message-get-reply-headers): Bind free variable.
1642
1643 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1644
1645         * message.el (message-get-reply-headers): Fix to-address.
1646
1647 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1648
1649         * webmail.el: Hotmail fix. Add a debug function.
1650
1651 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * gnus-sum.el (t): M-down and M-up.
1654
1655 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1656
1657         * gnus-sum.el: Doc fix.
1658
1659 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
1660
1661         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
1662
1663 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
1666         string.
1667         (nnweb-request-group): Don't scan twice.
1668         (nnweb-request-scan): Don't nix out the hashtb.
1669
1670         * message.el (message-get-reply-headers): Return a value.
1671
1672 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
1673
1674         * gnus-art.el (gnus-button-url-regexp): New value to match naked
1675         urls.
1676
1677 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
1680         order messages are inserted.
1681
1682         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
1683         message/rfc822 parts.
1684
1685         * gnus-art.el (gnus-article-read-summary-keys): Check for
1686         numerical values.
1687
1688         * message.el (message-get-headers): Made into own function.
1689         (message-reply): Use it.
1690         (message-get-reply-headers): Renamed.
1691         (message-widen-reply): New command.
1692
1693 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1694
1695         * nntp.el (nntp-retrieve-data): Report the error and return nil.
1696
1697 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1698
1699         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
1700         non-base64 text at the end if not found.
1701
1702 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
1703
1704         * gnus-sum.el (gnus-read-move-group-name):
1705         (gnus-summary-move-article): Use `gnus-group-method' to find out
1706         what method the manually entered group belong to.
1707         `gnus-group-name-to-method' doesn't return any method parameters
1708         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
1709         for new groups so they wouldn't work.
1710
1711 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
1714         override.
1715
1716 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1717
1718         * nnmail.el (nnmail-cache-insert): Does some stuff that is
1719         probably good to do, or something.  I dunno.  I just write these
1720         ChangeLog entries, and my name is Lars.
1721
1722 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
1723
1724         * message.el (message-caesar-region): Use translate-region.
1725
1726 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
1727
1728         * gnus-group.el (gnus-group-catchup-current): Doc fix.
1729
1730 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
1733         variables, because that makes Emacs flash.
1734
1735         * gnus-group.el (gnus-group-insert-group-line): Don't call
1736         gnus-group-add-icon unconditionally.
1737
1738         * gnus-xmas.el (gnus-group-add-icon): Moved here.
1739
1740         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
1741         xmas.
1742         (gnus-group-glyph-directory): Removed.
1743
1744 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
1745
1746         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
1747         gnus-newsgroup-name is "".
1748
1749 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
1750
1751         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
1752         in conjunction with MULE-UCS.
1753
1754 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
1755
1756         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
1757
1758 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * dgnushack.el (last, mapcon, member-if, union): New compiler
1761         macros for emulating cl functions.
1762
1763 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
1764
1765         * message.el (message-shorten-references): Only cater to broken
1766         INN for news. This caters for broken smtpd.
1767
1768 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * mailcap.el (mailcap-mime-info): Use the first match; not the
1771         last.
1772
1773         * gnus-agent.el (gnus-category-kill): Save the category list.
1774
1775 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
1776
1777         * gnus-sum.el (gnus-summary-move-article): Do something or other.
1778
1779 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
1782
1783 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
1786
1787 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1788
1789         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
1790         (gnus-group-list-cached): Use it.
1791
1792 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus.el: Update all the copyright notices.
1795
1796 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
1797
1798         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1799         non-base64 text at the end.
1800
1801 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
1804
1805 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * nnheader.el: Don't autoload cancel-function-timers.
1808
1809         * message.el (message-fetch-field): Fold case.
1810
1811 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1812
1813         * message.el (message-forward-before-signature): New variable.
1814
1815 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1816
1817         * gnus-mlspl.el: Fix stuff.
1818
1819 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
1822         subjects when unthreaded.
1823
1824 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
1825
1826         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
1827         well.
1828
1829 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
1830
1831         * gnus-art.el (gnus-article-mode): Fix variable name.
1832
1833 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * mm-view.el: Fix autoload.
1836
1837         * flow-fill.el (flow-fill): Fix provide.
1838
1839         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
1840         nil.
1841
1842 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1843
1844         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
1845
1846 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * gnus-util.el (gnus-netrc-machine): Didn't work.
1849
1850 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1851
1852         * gnus-draft.el (gnus-draft-setup): Restore to mml.
1853
1854 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * flow-fill.el: Renamed from fill-flowed.
1857
1858         * message.el (message-forward-ignored-headers): Default to
1859         removing CTE.
1860
1861 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1862
1863         * message.el (message-mode): Don't fill headers.
1864
1865 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * message.el (message-pipe-buffer-body): Use shell
1868
1869 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
1870
1871         * nnvirtual.el (nnvirtual-request-article):
1872         Bind gnus-override-method to nil.
1873         (nnvirtual-request-update-mark): Don't update mark when
1874         article is not there.
1875
1876 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1877
1878         * mm-uu.el (mm-uu-dissect): Check forwarded message.
1879
1880 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * gnus-util.el (gnus-parse-netrc): Allow "port".
1883         (gnus-netrc-machine): Take a port param.
1884         (gnus-netrc-machine):
1885
1886         * gnus-art.el (gnus-request-article-this-buffer): Allow
1887         re-selecting referenced articles.
1888
1889         * message.el (message-cancel-news): Allow editing.
1890         (message-cancel-message): Add newline.
1891
1892 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
1893
1894         * mm-view.el (mm-inline-image-emacs): New function.
1895
1896 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * mail-source.el (mail-source-delete-incoming): Change default in
1899         cvs.
1900
1901 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
1902
1903         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
1904         function.
1905
1906 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * nnml.el (nnml-request-expire-articles): Use it.
1909
1910         * nnmail.el (nnmail-expiry-target): New variable.
1911         (nnmail-expiry-target-group): New function.
1912
1913 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
1914
1915         * message.el (message-forward): Add non-MIME separators.
1916
1917 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * message.el (message-generate-headers): Respect the syntax check
1920         spec.
1921
1922         * gnus-sum.el (gnus-remove-thread-1): Show thread.
1923         (gnus-remove-thread): Don't show all threads.
1924
1925 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
1926
1927         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
1928
1929 2000-04-19  Dave Love  <fx@gnu.org>
1930
1931         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
1932
1933 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1934
1935         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
1936         (nnwarchive-egroups-*): Ditto.
1937         (nnwarchive-url): Unibyte buffer and single line cookie.
1938
1939 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1940
1941         * mm-util.el (mm-char-or-char-int-p): New alias.
1942         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
1943         entities.
1944
1945 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
1946
1947         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
1948         article case insensitively.
1949
1950 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1951
1952         * mail-source.el (mail-source-fetch-webmail): Use the default
1953         password provided in mail-sources; use webmail:subtype:user as
1954         the key.
1955
1956 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
1957
1958         * mail-source.el (mail-source-fetch-webmail): Use
1959         mail-source-password-cache.
1960
1961 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1962
1963         * webmail.el: Add netscape mail and fix HotMail mail.
1964
1965 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
1966
1967         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
1968
1969 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
1970
1971         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
1972         RFC822.PEEK if server support IMAP4rev1.
1973         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
1974         RFC822.TEXT.PEEK if server support IMAP4rev1.
1975         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
1976         RFC822.HEADER if server support IMAP4rev1.
1977         (nnimap-request-article-part): Support bodydetail in response
1978         data.
1979
1980 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
1981
1982         * fill-flowed.el: New file.
1983
1984         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
1985         text/plain parts with `format' parameters.
1986
1987         * mm-view.el (autoload): Autoload fill-flowed.
1988         (mm-inline-text): For "plain" parts with a format=flowed
1989         parameter, call `fill-flowed'.
1990
1991 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
1994         slashdot ids.
1995
1996 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
1999         format.
2000
2001 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2002
2003         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2004         `imtest' too.
2005         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2006         (imap-gssapi-program): New variable.
2007         (imap-streams): Add gssapi.
2008         (imap-stream-alist): Ditto.
2009         (imap-authenticators): Ditto.
2010         (imap-authenticator-alist): Ditto.
2011         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2012         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2013         1.6.x `imtest' syntax.
2014         (imap-gssapi-stream-p): New function.
2015         (imap-gssapi-open): Ditto.
2016         (imap-gssapi-auth-p): Ditto.
2017         (imap-gssapi-auth): Ditto.
2018         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2019         (imap-send-command): Use buffer-local `imap-client-eol' value.
2020
2021         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2022         lines and turn TAB into SPC before parsing.
2023
2024 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2025
2026         * nnheader.el (nnheader-group-pathname): Make sure to return a
2027         directory.
2028         * nnmail.el (nnmail-group-pathname): Ditto.
2029
2030 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2031
2032         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2033         might split in the middle of a message-id.
2034
2035 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2038         groups from the server.
2039
2040         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2041         (gnus-summary-toggle-header): Update the wash status.
2042
2043         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2044         Moved here.
2045
2046         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2047         setting.
2048
2049         * nnmail.el (nnmail-get-active): Use it.
2050         (nnmail-parse-active): New function.
2051
2052         * mm-view.el (mm-inline-text): Support the new version of
2053         vcard.el.
2054
2055         * gnus-sum.el (gnus-summary-move-article): Only delete article
2056         when moving junk.
2057         (gnus-deaden-summary): Bury the buffer.
2058
2059         * nnmail.el (nnmail-group-pathname): Ditto.
2060
2061         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2062
2063 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2064
2065         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2066         whether Mule.
2067
2068 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * message.el (message-send-mail): Protect against unloaded Gnus.
2071
2072         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2073         parent.
2074         (gnus-topic-update-topic-line): Yes, do.
2075         (gnus-topic-goto-missing-group): Tally the correct number of
2076         unread articles before inserting the topic line.
2077
2078 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2081
2082 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * mm-decode.el (mm-dissect-buffer): Ditto.
2085
2086         * gnus-art.el (article-decode-charset): Strip CTE.
2087
2088         * ietf-drums.el (ietf-drums-strip): New function.
2089
2090         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2091         when prompting in read-only groups.
2092
2093 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2094
2095         * imap.el (imap-send-command): Change EOL-chars when
2096         `imap-client-eol' differs from default, not only for kerberos4.
2097         (imap-mailbox-status): Get encoded mailbox's status.
2098
2099 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2100
2101         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2102         into `mail-source-password-cache'.
2103
2104 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2105
2106         * mm-util.el (mm-mime-charset): Check for presence of
2107         `coding-system-get' and `get-charset-property' (recent XEmacs has
2108         the former, but not the latter).
2109
2110 2000-01-28  Dave Love  <fx@gnu.org>
2111
2112         * message.el (message-check-news-header-syntax): Fix typo
2113         `newsgroyps'.
2114         (message-talkative-question): Put temp buffer in fundamental-mode.
2115         (message-recover): Use fundamental-mode in the right buffer.
2116
2117         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2118         right buffer.
2119
2120 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2121
2122         * qp.el (quoted-printable-decode-region): Add charset parameter.
2123         (quoted-printable-decode-string): Ditto.
2124
2125         * gnus-art.el (article-de-quoted-unreadable): Use it.
2126
2127 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2128
2129         * nnimap.el (nnimap-split-predicate): New variable.
2130         (nnimap-split-articles): Use it.
2131
2132 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2133
2134         * utf7.el: Change email address.
2135
2136 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-group.el (gnus-group-catchup): Purge split history.
2139
2140 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2141
2142         * nnmail.el (nnmail-generate-active): Support extended group name.
2143         (nnmail-get-active): Ditto.
2144
2145 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2146
2147         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2148         group names, don't remove anything.
2149
2150 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2151
2152         * webmail.el (webmail-my-deja-open): My-deja changes.
2153
2154 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2155
2156         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2157
2158 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2159
2160         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2161
2162 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2163
2164         * gnus.el (gnus-other-frame): Fix typo.
2165
2166 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2167
2168         * gnus-cus.el (gnus-group-customize): Fix typo.
2169
2170 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * nnweb.el (nnweb-insert): Simplified.
2173
2174 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * gnus-art.el (gnus-article-mode-map): "e" is
2177         gnus-summary-edit-article.
2178
2179 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2180
2181         * mailcap.el (mailcap-mime-extensions): Add .diff.
2182
2183 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2184
2185         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2186         there is no "%s" in the method.
2187
2188 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2189
2190         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2191
2192 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2195
2196         * gnus.el: Really always pop up a new frame.
2197
2198         * parse-time.el (parse-time-rules): Allow 100-110 to be
2199         2000-2010.
2200
2201         * time-date.el (date-to-time): Don't use timezone.
2202
2203 2000-01-06  Dave Love  <fx@gnu.org>
2204
2205         * time-date.el: Add keywords.
2206         (date-to-time): Add autoload cookie.  Canonicalize with
2207         timezone-make-date-arpa-standard.
2208         (time-to-seconds): Avoid caddr.
2209         (safe-date-to-time): Add autoload cookie.
2210
2211         * base64.el: Require cl when compiling.
2212
2213 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2214
2215         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2216         eyecandy.
2217         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2218         group line using gnus-group-add-icon.
2219         (gnus-group-icons): Added customize group.
2220         (gnus-group-icon-list): Added variable.
2221         (gnus-group-glyph-directory): Added variable.
2222         (gnus-group-icon-cache): Added variable.
2223         (gnus-group-running-xemacs): Added variable.
2224         (gnus-group-add-icon): Added function. Add an icon to the current
2225         line according to gnus-group-icon-list.
2226         (gnus-group-icon-create-glyph): Added function.
2227
2228 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * gnus-sum.el (gnus-summary-select-article): Return whether we
2231         selected something new.
2232         (gnus-summary-search-article): Start searching at the window
2233         point.
2234
2235         * gnus-group.el (gnus-fetch-group): Complete over
2236         gnus-active-hashtb.
2237
2238 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2239
2240         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2241
2242 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * gnus-sum.el (gnus-preserve-marks): New variable.
2245         (gnus-summary-move-article): Use it.
2246         (gnus-group-charset-alist): Added more entries.
2247
2248 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2251
2252         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2253         as the default score.
2254
2255         * gnus-score.el (gnus-score-delta-default): Changed name.
2256
2257 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2258
2259         * imap.el (imap-parse-literal):
2260         (imap-parse-flag-list): Don't care about props.
2261         (imap-parse-string): Handle quoted characters.
2262
2263 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2266         (gnus-summary-mark-article): Doc fix.
2267         (gnus-summary-mark-forward): Doc fix.
2268         (t): Changed keystroke for gnus-summary-customize-parameters.
2269
2270         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2271         "e".
2272         (gnus-article-mode-map): No, don't.
2273
2274         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2275         of the final article.
2276
2277         * mm-decode.el (mm-interactively-view-part): Error on no method.
2278
2279 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2280
2281         * gnus-score.el (gnus-score-insert-help): Something.
2282
2283         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2284
2285         * gnus-win.el (gnus-configure-frame): Ditto.
2286
2287         * gnus-mh.el (gnus-summary-save-in-folder): Use
2288         with-current-buffer.
2289
2290 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * nnwarchive.el: Changed file perms.
2293
2294 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * gnus-group.el (gnus-group-delete-groups): New command.
2297         (gnus-group-delete-group): Extra no-prompt parameters.
2298
2299 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2302         <p>.
2303
2304 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2305
2306         * webmail.el (webmail-hotmail-article): Don't insert message id.
2307
2308 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2309
2310         * nnimap.el (nnimap-split-fancy): New variable.
2311         (nnimap-split-fancy): New function.
2312
2313 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2314
2315         (nnimap-split-rule): Document symbol value.
2316
2317 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2318
2319         * nnimap.el (nnimap-retrieve-headers-progress): Let
2320         `nnheader-parse-head' parse article.
2321         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2322         request headers needed by `nnheader-parse-head'.
2323
2324 1999-12-23  Florian Weimer  <fw@s.netic.de>
2325
2326         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2327         value (crosspostings are handled), improve documentation.
2328
2329         * smiley.el: Declare file coding system as iso-8859-1.
2330
2331         * nnultimate.el: Dito.
2332
2333         * message.el: Dito.
2334
2335         * gnus-cite.el: Dito.
2336
2337         * gnus-spec.el: Dito.
2338
2339 1999-12-21  Florian Weimer  <fw@s.netic.de>
2340
2341         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2342         (gnus-setup-message): No longer make `message-posting-charset'
2343         buffer-local.
2344         (gnus-setup-posting-charset): Reflect the new layout of
2345         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2346
2347         * message.el (message-send-mail): Bind `message-this-is-mail' and
2348         `message-posting-charset'.
2349         (message-send-news): Dito, and honour new layout of
2350         `message-posting-charset'.
2351         (message-encode-message-body): Ignore `message-posting-charset'.
2352
2353         * mm-bodies.el (mm-body-encoding): Consider
2354         `message-posting-charset' when deciding whether to use 8bit.
2355
2356         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2357         (rfc2047-encodable-p): Now solely for headers; use
2358         `message-posting-charset'.
2359
2360 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2361
2362         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2363
2364 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2365
2366         * nnagent.el (nnagent-server-opened): Optional.
2367         (nnagent-status-message): Optional.
2368
2369 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2370
2371         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2372         end (referenced by instructions in
2373         `gnus-cited-opened-text-button-line-format-alist').
2374
2375 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2376
2377         * imap.el (imap-starttls-open): Typo.
2378
2379 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2380
2381         * mm-util.el (mm-charset-after): Non-MULE case.
2382         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2383         * rfc2047.el (rfc2047-dissect-region): Bind it.
2384
2385 1999-12-18  Florian Weimer  <fw@s.netic.de>
2386
2387         * mml.el (mml-generate-multipart-alist): Correct default value.
2388
2389         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2390         (mm-safer-encoding): New function.
2391         (mm-content-transfer-encoding): Use both.
2392
2393         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2394         * qp.el (quoted-printable-encode-region): Dito.
2395
2396 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2397
2398         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2399
2400 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2401
2402         * webmail.el (webmail-hotmail-list): raw=0.
2403
2404 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2405
2406         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2407         group name.
2408
2409 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2410
2411         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2412
2413 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2414
2415         * imap.el: Don't autoload digest-md5.
2416         (imap-starttls-open): Bind coding-system-for-{read,write}.
2417         (imap-starttls-p): Check if we can find starttls.el.
2418         (imap-digest-md5-p): Check if we can find digest-md5.el.
2419
2420 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2421
2422         * base64.el (base64-encode-string): Accept 2nd argument
2423         `no-line-break'.
2424
2425         * imap.el: Require `digest-md5' when compiling; add autoload
2426         settings for `digest-md5-parse-digest-challenge',
2427         `digest-md5-digest-response', `starttls-open-stream' and
2428         `starttls-negotiate'.
2429         (imap-authenticators): Add `digest-md5'.
2430         (imap-authenticator-alist): Setup for `digest-md5'.
2431         (imap-digest-md5-p): New function.
2432         (imap-digest-md5-auth): New function.
2433         (imap-stream-alist): Add STARTTLS entry.
2434         (imap-starttls-p): New function.
2435         (imap-starttls-open): New function.
2436
2437 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2438
2439         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2440
2441 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2442
2443         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2444         string-to-x function.
2445
2446 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2447
2448         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2449
2450 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2451
2452         * webmail.el: Enhance hotmail-snarf.
2453
2454 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2455
2456         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2457
2458 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2459
2460         * webmail.el (webmail-hotmail-list): Search no-error.
2461
2462 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2463
2464         * nnwarchive.el: Support nov-is-evil.
2465         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2466         Set it if non-nil.
2467         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2468
2469 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2470
2471         * nnagent.el (nnagent-server-opened): Redefine.
2472         (nnagent-status-message): Ditto.
2473
2474 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2475
2476         * rfc1843.el (rfc1843-decode-region): Use
2477         buffer-substring-no-properties.
2478         * gnus-art.el (article-decode-HZ): New function.
2479
2480 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2481
2482         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2483
2484 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2485
2486         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2487         MIME charset not a MULE charset.
2488
2489 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2490
2491         * gnus-ems.el: Translate more ugly characters.
2492         * nnheader.el (nnheader-translate-file-chars): Don't translate
2493         the second ':'.
2494
2495 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2496
2497         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2498         method if cannot find the article.
2499
2500 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2501
2502         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2503         method if overrided.
2504
2505 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2506
2507         * mail-source.el (mail-source-fetch-webmail): Parameter
2508         dontexpunge.
2509
2510 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2511
2512         * webmail.el: Support my-deja. Better error report.
2513
2514 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2515
2516         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2517         is bad.
2518         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2519         is not 1.
2520
2521 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2522
2523         * nnslashdot.el (nnslashdot-request-article): A space.
2524
2525 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2526
2527         * nnagent.el: Support different backend with same name.
2528
2529 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2530
2531         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2532         archived group.
2533         (nnslashdot-sane-retrieve-headers): Ditto.
2534         (nnslashdot-request-article): Ditto.
2535
2536 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2537
2538         * nnweb.el (nnweb-insert): Narrow to point.
2539
2540 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2541
2542         * nnweb.el (nnweb-insert): Follow refresh url.
2543         * nnslashdot.el: Use it.
2544
2545 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2546
2547         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2548         (nnweb-decode-entities-string): New function.
2549
2550         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2551         nnweb-* and move to nnweb.el.
2552         * nnwarchive.el: Use nnweb-decode-entities, etc.
2553         * webmail.el: Ditto.
2554
2555         * nnslashdot.el: Use nnweb-decode-entities-string.
2556         (nnslashdot-decode-entities): Remove.
2557
2558 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2559
2560         * nnslashdot.el: Decode entities.
2561
2562 1999-12-12  Dave Love  <fx@gnu.org>
2563
2564         * gnus-agent.el (gnus-category-edit-groups)
2565         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2566         expansion of setf, fixed.
2567
2568 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2569
2570         * gnus-agent.el: Revoke last Dave Love's patch, because of
2571         incompatibility of XEmacs.
2572
2573 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2574
2575         * mm-uu.el: Change headers.
2576         * rfc1843.el: Ditto.
2577         * uudecode.el: Ditto.
2578
2579 1999-12-07  Dave Love  <fx@gnu.org>
2580
2581         * gnus-agent.el (gnus-category-edit-predicate)
2582         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2583         inside backquote to avoid it at runtime.
2584
2585 1999-12-07  Dave Love  <fx@gnu.org>
2586
2587         * binhex.el: Require cl when compiling.
2588
2589 1999-12-04  Dave Love  <fx@gnu.org>
2590
2591         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2592
2593 1999-12-04  Dave Love  <fx@gnu.org>
2594
2595         * mm-util.el (mm-delete-duplicates): New function.
2596         (mm-write-region): Use it.
2597
2598         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2599
2600         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2601         mm-delete-duplicates.
2602
2603         * imap.el (imap-open, imap-debug): Avoid mapc.
2604
2605         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2606
2607         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2608         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2609
2610         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2611         runtime.
2612
2613         * gnus.el (gnus-select-method): Likewise.
2614
2615         * nnheader.el (nnheader-nov-read-integer): Likewise.
2616
2617         * mm-view.el (mm-inline-message): Require cl when compiling.
2618         Avoid ignore-errors at runtime.
2619         (mm-inline-text): Avoid mapc.
2620
2621 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2622
2623         * gnus-art.el (article-decode-charset): Widen is bad.
2624
2625 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2626
2627         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
2628
2629 1999-12-12  Florian Weimer  <fw@s.netic.de>
2630
2631         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
2632         indicate that only US-ASCII is permitted.
2633         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
2634         use unencoded 8-bit characters in message headers.
2635
2636 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2637
2638         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
2639         CRLF.
2640
2641 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2642
2643         * webmail.el: Require url-cookie.
2644
2645 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
2646
2647         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
2648         new function to make modified caesar table.
2649         (nnwarchive-from-r13): Use it.
2650         (nnwarchive-mail-archive-article): Improved.
2651
2652 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
2653
2654         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
2655
2656 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2657
2658         * nnweb.el (nnweb-request-article): Return cons.
2659
2660 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2661
2662         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
2663
2664 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2665
2666         * mm-util.el (mm-with-unibyte): New macro.
2667         * nnweb.el (nnweb-init): Use it.
2668
2669 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
2670
2671         * mm-util.el (mm-charset-after): New function.
2672         (mm-find-mime-charset-region): Set charsets after
2673         delete-duplicates and use find-coding-systems-region.
2674         (mm-find-charset-region): Remove composition.
2675
2676         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
2677
2678         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
2679
2680 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2681
2682         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
2683         * mml.el (mml-confirmation-set): New variable.
2684         (mml-parse-1): Ask user to confirm.
2685
2686 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
2687
2688         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
2689         are scanned when we have directory mail-sources (the mail source
2690         is modified in that case, so we must scan it for all
2691         groups/methods).
2692
2693 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2694
2695         * nnml.el (nnml-request-move-article): Save nnml-current-directory
2696         and nnml-article-file-alist.
2697
2698 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
2699
2700         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
2701         nnmail-fetched-sources.
2702
2703 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
2704
2705         * mm-util.el (mm-find-charset-region): Use the last charset.
2706
2707 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2708
2709         * gnus.el (gnus-select-method): Made the option list prettier.
2710
2711 1999-12-08  Florian Weimer  <fw@s.netic.de>
2712
2713         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
2714         for the `de' newsgroups hierarchy, as it is common practice there.
2715
2716
2717 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2718
2719         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
2720         buffer-string arguments. Fix references.
2721
2722 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2723
2724         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
2725         (gnus-agent-batch-fetch): Use it.
2726         (gnus-agent-fetch-session): Use it.
2727
2728 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2729
2730         * mm-util.el (mm-find-mime-charset-region): Delete nil.
2731
2732 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2733
2734         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
2735         nil.
2736
2737 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
2738
2739         * nnslashdot.el (nnslashdot-request-list): There were two
2740         top-level body-forms.  Put a `progn' around them.
2741
2742         * gnus.el (gnus-select-method): Use `condition-case'
2743         instead of `ignore-errors', since cl may not be loaded when the
2744         form is evaluated.
2745
2746 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2747
2748         * nnwarchive.el: Support www.mail-archive.com.
2749
2750 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2751
2752         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
2753         do anything.
2754
2755 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
2756
2757         * utf7.el: New file, written by Jon K Hellan.
2758
2759         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
2760         default to t.
2761
2762 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * nnslashdot.el (nnslashdot-request-delete-group): New function.
2765
2766         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
2767         current.
2768         (gnus-refer-article-methods): New function.
2769         (gnus-summary-refer-article): Use it.
2770
2771 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
2772
2773         * nnimap.el (nnimap-retrieve-groups): Return active format.
2774
2775         * nnimap.el (nnimap-replace-in-string): Removed.
2776         (nnimap-request-list):
2777         (nnimap-retrieve-groups):
2778         (nnimap-request-newgroups): Quote group instead of escaping SPC.
2779
2780 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
2781
2782         * imap.el: Use format-spec for ssl program.
2783         * imap.el (imap-ssl-arguments): Removed.
2784         (imap-ssl-open-{1,2}): Removed.
2785
2786 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2787
2788         * gnus-start.el (gnus-site-init-file): Use `condition-case'
2789         instead of `ignore-errors', since cl may not be loaded when the
2790         form is evaluated.
2791
2792 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2793
2794         * mm-bodies.el (mm-8bit-char-regexps): Removed.
2795         (mm-7bit-chars): New variable.
2796         (mm-body-7-or-8): Use it in both cases.
2797
2798 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2799
2800         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
2801           defcustom definitions.
2802
2803 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
2804
2805         * mm-decode.el (mm-display-part): Let mm-display-external return
2806         inline or external.
2807         (mm-display-external): For copiousoutput methods, insert output in
2808         buffer.
2809
2810 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2811
2812         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
2813         buffer.
2814
2815 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * gnus-audio.el: An M too far.
2818
2819         * gnus-msg.el (gnus-setup-message): One backtick too many.
2820
2821         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
2822         a function, not a variable.
2823
2824 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
2825
2826         * gnus-score.el (gnus-score-body): Widen before requesting.
2827
2828 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
2831
2832 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2833
2834         * mail-source.el (mail-source-fetch-webmail): Bind
2835         mail-source-string.
2836
2837 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
2838
2839         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
2840         (gnus-uu-unmark-by-regexp): Ditto.
2841
2842         * gnus-group.el (gnus-group-catchup-current): Would bug out on
2843         dead groups.
2844
2845 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
2848         do their real thing.
2849
2850         * nnmh.el (nnmh-be-safe): Doc fix.
2851
2852         * gnus-sum.el (gnus-summary-exit): Write cache active file.
2853
2854         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
2855         status line has arrived before we count it.
2856
2857         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
2858
2859         * gnus-sum.el (gnus-thread-header): Fixed after indent.
2860         Whitespace problems.
2861
2862         * gnus-win.el (gnus-configure-windows): Error fix.
2863
2864         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
2865         right function.
2866
2867         * gnus.el: Fixed all the doc strings to match the FSF convetions.
2868         Indent all functions.  Fix all comments to match the comment
2869         conventions.  Double-space after full stop.
2870
2871 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
2872
2873         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
2874         value to divide received mails into my favorite groups and I met
2875         an error.  It takes place if the length of a element "VALUE" in
2876         nnmail-split-fancy is less than two.
2877
2878 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
2879
2880         * mml.el (mml-insert-part): New function.
2881
2882 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
2883
2884         * lpath.el: Add `sc-cite-regexp'.
2885
2886 1999-12-02  Dave Love  <fx@gnu.org>
2887
2888         * mm-decode.el: Customize.
2889
2890 1999-12-03  Dave Love  <fx@gnu.org>
2891
2892         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
2893         the W3 stuff isn't available.
2894
2895 1999-12-03  Dave Love  <fx@gnu.org>
2896
2897         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
2898         at runtime.
2899
2900 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
2901
2902         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
2903
2904 1999-12-01  Andrew Innes  <andrewi@gnu.org>
2905
2906         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
2907         don't be fooled by "From nobody" lines added by respooling.
2908
2909         * pop3.el (pop3-movemail): Write crashbox in binary.
2910         (pop3-get-message-count): New function.
2911
2912         * mail-source.el (mail-source-primary-source): New variable.
2913         (mail-source-report-new-mail-interval): New variable.
2914         (mail-source-idle-time-delay): New variable.
2915         (mail-source-new-mail-available): New internal variable.
2916         (mail-source-fetch-pop): Clear new mail flag, when mail from
2917         primary source has been fetched.
2918         (mail-source-check-pop): New function.
2919         (mail-source-new-mail-p): New function.
2920         (mail-source-start-idle-timer): New function.
2921         (mail-source-report-new-mail): New function.
2922         (mail-source-report-new-mail): New internal variable.
2923         (mail-source-report-new-mail-timer): New internal variable.
2924         (mail-source-report-new-mail-idle-timer): New internal variables.
2925
2926 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
2927
2928         * gnus-cus.el (gnus-group-customize): Customize fix.
2929
2930 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
2931
2932         * message.el (message-send-mail-with-sendmail): Use
2933         message-make-address.
2934
2935 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2936
2937         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
2938
2939 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2940
2941         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
2942
2943 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
2944
2945         * mml.el (mml-insert-tag): Don't close the tag.
2946         (mml-insert-empty-tag): New function.
2947         (mml-attach-file): Use mml-insert-empty-tag instead of
2948         mml-insert-tag.
2949         (mml-attach-buffer): Ditto.
2950         (mml-attach-external): Ditto.
2951         (mml-insert-multipart): Ditto.
2952
2953 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2954
2955         * nnfolder.el (nnfolder-request-article): Return -1 if not find
2956         the article number.
2957
2958 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2959
2960         * gnus.el (gnus-find-method-for-group): The method of a new group
2961         is not the native one.
2962
2963 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
2966
2967 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * nnultimate.el (nnultimate-retrieve-headers): Use
2970         mm-with-unibyte-current-buffer.
2971         (nnultimate-request-article): Ditto.
2972
2973 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2974
2975         * nntp.el (nntp-retrieve-groups): Set to process buffer.
2976
2977 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2978
2979         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
2980         * nnweb.el (nnweb-retrieve-headers): Use it.
2981         (nnweb-request-article): Use it.
2982
2983         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
2984         case matching failed.
2985
2986 1999-12-02  John Wiegley <jwiegley@inprise.com>
2987
2988         * mail-source.el (mail-source-keyword-map): Add backslash to
2989         Delete-flag.
2990
2991 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
2994         Latin-1.
2995         (gnus-group-charset-alist): No, don't.
2996
2997         * nnweb.el (nnweb-init): Make the buffer unibyte.
2998
2999 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3000
3001         * mail-source.el (mail-source-set-common-1): Fix to get the
3002         default value.
3003
3004 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3007
3008         * nnultimate.el (nnultimate-request-list): Use unibyte.
3009
3010         * gnus-uu.el (gnus-uu-grab-articles): Bind
3011         gnus-display-mime-function to nil.
3012
3013         * message.el (message-send-mail-with-sendmail): Use the
3014         user-mail-address variable.
3015
3016         * gnus-art.el (gnus-ignored-headers): More headers.
3017
3018         * message.el (message-shorten-1): Use list.
3019
3020 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3023         signatures.
3024
3025         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3026         (nnweb-dejanews-create-mapping): Do the properish date.
3027
3028 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3029
3030         * mail-source.el (mail-source-common-keyword-map): New variable.
3031         (mail-source-bind-common): New macro.
3032         (mail-source-fetch): Support plugged mail source.
3033         * gnus-int.el (gnus-request-scan): Use them.
3034
3035 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * mm-view.el (mm-inline-message): Check whether charset is a
3038         string.
3039
3040         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3041
3042         * message.el (message-mode-map): Changed keystroke for
3043         message-yank-buffer.
3044
3045 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3046
3047         * message.el (message-shorten-references): Cut references to 31
3048         elements, then either fold them or shorten them to 988 characters.
3049         (message-shorten-1): New function.
3050         (message-cater-to-broken-inn): New variable.
3051
3052 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3053
3054         * nnslashdot.el (nnslashdot-lose): New function.
3055
3056 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * mm-view.el (mm-inline-message): Not the right type of charset is
3059         being fetched here.  Let the group charset rule.
3060         (mm-inline-message): Ignore us-ascii.
3061
3062 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3063
3064         * mail-source.el (mail-source-fetch-maildir): work around the
3065         ommitted "file-regular-p" in efs/ange-ftp
3066
3067 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3070         (mml-generate-mime-1): Use the encoding param.
3071
3072         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3073
3074         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3075         gnus-art before binding its variables.
3076
3077         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3078         after the MIME.
3079
3080 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3081
3082         * message.el (message-clone-locals): Use it.
3083
3084         * gnus-msg.el (gnus-configure-posting-styles): Make
3085         user-mail-address local.
3086
3087 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3088
3089         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3090         once.
3091
3092 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3095         (message-clone-locals): Ditto.
3096
3097         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3098         group inherit reply-to or from.
3099
3100 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3101
3102         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3103         for charset.
3104         (gnus-summary-show-article-charset-alist): New variable.
3105
3106         * mm-bodies.el (mm-decode-string): Support gnus-all and
3107         gnus-unknown.
3108         (mm-decode-body): Ditto.
3109         * rfc2047.el (rfc2047-decode): Ditto.
3110
3111 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * mail-source.el (mail-source-delete-incoming): Change default to
3114         t.
3115
3116 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3117
3118         * gnus.el: Pterodactyl Gnus v0.99 is released.
3119
3120 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3123
3124         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3125         spec.
3126
3127         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3128         (gnus-configure-posting-styles): No, don't.
3129         (gnus-configure-posting-styles): Allow overriding files.
3130
3131         * gnus-art.el (gnus-header-button-alist): Use browse-url
3132         directly.
3133
3134         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3135
3136         * gnus-msg.el (gnus-summary-yank-message): New command and
3137         keystroke.
3138
3139         * message.el (message-yank-buffer): New command.
3140         (message-buffers): New function.
3141
3142         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3143         next group in a more normal fasion.
3144
3145         * mml.el (mml-boundary-function): New variable.
3146         (mml-compute-boundary): Use it.
3147
3148         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3149         that exist for them.
3150
3151         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3152         (gnus-async-timer): New variable.
3153
3154 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * nnultimate.el (nnultimate-request-list): Be more lenient with
3157         root addresses.
3158
3159 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-art.el (gnus-treatment-function-alist): Do
3162         gnus-treat-capitalize-sentences.
3163
3164 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3165
3166         * webmail.el (webmail-hotmail-article): Hotmail changes the
3167         format.
3168
3169 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3170
3171         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3172         switch to buffer after calling program.
3173         (mm-display-external): Use `shell-command-switch' instead of "-c".
3174
3175 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3178         read groups file.
3179
3180         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3181         <p>.
3182
3183 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * message.el (message-mode): Doc fix.
3186
3187 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3188
3189         * gnus-art.el (article-emphasize): Check group variable.
3190         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3191
3192 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3193
3194         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3195         type.
3196
3197 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3198
3199         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3200
3201 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3202
3203         * mml.el (mml-quote-region): Insert ! after the hash.
3204
3205 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3206
3207         * gnus-group.el (gnus-group-warchive-address-history): Change to
3208         nil.
3209
3210 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3211
3212         * webmail.el: Support mail.yahoo.com.
3213
3214         * mail-source.el (mail-source-fetch-webmail): Add password check.
3215         (mail-source-keyword-map): Use `subtype'.
3216
3217 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3218
3219         * mail-source.el (mail-source-keyword-map): Add webmail.
3220         (mail-source-fetcher-alist): Ditto.
3221         (mail-source-fetch-webmail): New function.
3222         * webmail.el: New file.
3223
3224 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3225
3226         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3227
3228 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3229
3230         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3231
3232 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3235         (nnultimate-prune-days): New function.
3236         (nnultimate-create-mapping): Use it.
3237         (nnultimate-request-group): Only fetch the groups list if it has
3238         not been done before.
3239         (nnultimate-retrieve-headers): Don't write groups.
3240         (nnultimate-create-mapping): Off-by-one error.
3241
3242 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3245         threaded subjects.
3246
3247 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3248
3249         * nnwarchive.el: Lots of changes make agent happy.
3250
3251 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3252
3253         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3254         hashtb.
3255
3256 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3257
3258         * mm-decode.el (mm-display-external): Write region with binary
3259         mode.
3260
3261 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3262
3263         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3264
3265 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3266
3267         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3268         (mm-uu-test): Now it is in restricted region.
3269
3270         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3271
3272         * mm-view.el (mm-view-message): Fix buffer leak.
3273         (mm-inline-message): Support 'gnus-decoded.
3274
3275         * mm-bodies.el (mm-decode-body): Ditto.
3276
3277         * rfc2047.el (rfc2047-decode-region): Ditto.
3278
3279 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3280
3281         * imap.el (require): Added autoload for base64-encode-string.
3282
3283 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3284
3285         * gnus.el (gnus-refer-article-method): Made list value
3286         customizable.
3287
3288 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3289
3290         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3291         NOFORCE in Emacs case.
3292
3293 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3294
3295         * gnus-art.el (gnus-request-article-this-buffer): Set
3296         gnus-newsgroup-name.
3297
3298 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3299
3300         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3301         NOFORCE.
3302
3303 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3304
3305         * gnus-start.el (gnus-get-unread-articles): Check server before
3306         scanning.
3307
3308 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3311
3312         * nnslashdot.el (nnslashdot-login-name): New variable.
3313         (nnslashdot-password): Ditto.
3314         (nnslashdot-request-post): New function.
3315
3316         * gnus-art.el (gnus-treat-buttonize): More testing.
3317
3318         * mm-encode.el: Another CVS test.
3319
3320         * gnus-art.el (gnus-treat-emphasize): Change default.
3321         (gnus-treat-buttonize): Ditto.
3322         (gnus-treat-buttonize): This is a test.
3323
3324         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3325         (gnus-build-sparse-threads): Ditto.
3326         (gnus-build-all-threads): Ditto.
3327
3328         * nnheader.el (make-full-mail-header): Make into a subst.
3329
3330         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3331         unless w3 is supplied.
3332
3333         * gnus.el (gnus-refer-article-method): Doc fix.
3334
3335         * gnus-sum.el: Do not accept a prefix.
3336         (gnus-summary-refer-article): Accept a list of select methods.
3337
3338 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3339
3340         * Makefile.in: Change `^  *' to `\t'.
3341
3342 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3343
3344         * message.el (message-forward): Pay attention to prefix argument
3345         again and forward all headers when it is set, regardless of the
3346         value of message-forward-ignored-headers.
3347
3348 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3349
3350         * dgnushack.el (dgnushack-compile): Vpath file.
3351
3352         * Makefile.in (SHELL): VPATH support.
3353
3354 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * gnus-ems.el: Check for cygwin32.
3357
3358 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3359
3360         * mm-decode.el (mm-display-external): Use 'non-viewer.
3361
3362 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3363
3364         * base64.el (base64-encode-string): An alias for base64-encode for
3365         compatibility.
3366
3367 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3368
3369         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3370         nntp-inhibit-erase.
3371
3372 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3373
3374         * gnus-start.el (gnus-get-unread-articles): Use
3375         nnfoo-retrieve-groups to find new news, if available.
3376         (gnus-read-active-file-2): New function.
3377         (gnus-get-unread-articles): Use it.
3378         (gnus-read-active-file-1): Ditto.
3379
3380 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * mm-util.el (mm-find-mime-charset-region): Make sure
3383         find-coding-systems-for-charsets is fbound.
3384
3385         * gnus-ems.el: Typo fix.
3386
3387 1999-11-13  Florian Weimer  <fw@s.netic.de>
3388
3389         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3390         it's available and makes sense.
3391
3392 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3393
3394         * gnus-score.el (gnus-score-save): Translate score file.
3395
3396 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3397
3398         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3399         added fetchflag and dontexpunge keywords.
3400         (mail-source-fetch-imap): Use them.
3401
3402 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3403
3404         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3405         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3406         `defconst'.
3407
3408         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3409         `defconst'.
3410         Mention that it is both for group and topic parameters.
3411         (gnus-extra-topic-parameters): New constant, including `subscribe'
3412         parameter.
3413         (gnus-extra-group-parameters): New constant.
3414         (gnus-group-customize): Use them.
3415
3416         * gnus.el (gnus-select-method): Added default value and tag.
3417         (gnus-refer-article-method): Added `DejaNews' customization option.
3418
3419 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3422
3423         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3424         syntax.
3425
3426         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3427
3428         * nnslashdot.el (nnslashdot-group-number): Changed default.
3429
3430         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3431         (nnweb-dejanews-wash-article): Removed.
3432         (nnweb-type-definition): Fetch by id.
3433
3434         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3435         we mean it.
3436
3437         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3438         (nnslashdot-request-list): Use Ultramode as well.
3439         (nnslashdot-date-to-date): Be more lenient.
3440         (nnslashdot-threaded): New function.
3441
3442 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3445
3446 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3447
3448         * nnweb.el (nnweb-type-definition): /=dnc
3449
3450 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3453         dates.
3454         (nnultimate-retrieve-headers): Wrong ordering.
3455
3456 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3457
3458         * message.el (message-forward-as-mime): New variable.
3459
3460 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3463
3464 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3465
3466         * mail-source.el (mail-source-movemail-and-remove): New function.
3467         (mail-source-keyword-map): Add `function' for `maildir'.
3468         (mail-source-fetch-maildir): Use it.
3469
3470 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3471
3472         * nnwarchive.el: New file.
3473         * gnus-group.el (gnus-group-make-warchive-group): New function.
3474         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3475
3476 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3479         subjects.
3480
3481 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3482
3483         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3484
3485 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * nnultimate.el (nnultimate-open-server): Do address.
3488         (nnultimate-forum-table-p): New function.
3489
3490         * nnweb.el (nnweb-insert-html): Renamed.
3491         (nnweb-insert): New function.
3492
3493         * nnultimate.el (nnultimate-insert-html): New function.
3494
3495         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3496         if nov is evil.
3497         (nnslashdot-retrieve-headers): use the sane version instead.
3498
3499 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * nnslashdot.el (nnslashdot-request-article): Fold case.
3502
3503         * nnultimate.el: New file.
3504
3505         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3506         unless wanted.
3507
3508         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3509         (gnus-read-active-file-1): Separated into own function.
3510         (gnus-read-active-file): Catch quits.
3511
3512         * nnslashdot.el (nnslashdot-request-article): Search better on
3513         first article.
3514         (nnslashdot-request-list): Fold case.
3515         (nnslashdot-retrieve-headers): Ditto.
3516
3517 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * gnus.el: Autoload gnus-subscribe-topics.
3520
3521 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3522
3523         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3524         before dot.
3525         * gnus-util.el (gnus-write-active-file): Ditto.
3526
3527 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3528
3529         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3530         function.
3531         * gnus-cache.el (gnus-cache-file-name): Use it.
3532         * gnus-agent.el (gnus-agent-group-path): Use it.
3533         * nnmail.el (nnmail-group-pathname): Use it.
3534
3535 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3536
3537         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3538         if cooked.
3539         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3540         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3541         * gnus.el (gnus-short-group-name): "..." proof.
3542
3543 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3544
3545         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3546         support nnslashdot.
3547
3548 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3551         many articles.
3552         (nnslashdot-generate-active): New function.
3553         (nnslashdot-request-newgroups): Use it.
3554
3555         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3556         names.
3557
3558         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3559         (nnslashdot-request-list): Not moderated.
3560
3561 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3562
3563         * nnimap.el (nnimap-open-server): Remove error signal if
3564         nnimap-server-buffer is nil (the check should've been `boundp').
3565
3566         * imap.el (imap-log):
3567         * nnimap.el (nnimap-debug): Disable debugging by default.
3568
3569 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3572
3573         * gnus-topic.el (gnus-subscribe-topic): New function.
3574
3575         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3576         names.
3577
3578         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3579         if starting with a quote.
3580
3581 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3582
3583         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3584         group name.
3585
3586 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * nnslashdot.el: New file.
3589
3590         * nnheader.el (nnheader-insert-header): New function.
3591
3592         * gnus-art.el (gnus-mime-internalize-part): Bind
3593         mm-inlined-types.
3594
3595         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3596         files.
3597
3598 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3599
3600         * emacs-mime.texi (Customization): Document mm-inline-override-types
3601
3602 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3603
3604         * emacs-mime.texi (Customization): Document mm-inline-override-types
3605
3606 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3607
3608         * emacs-mime.texi (Customization): Document mm-inline-override-types
3609
3610 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3611
3612         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3613         (smiley-toggle-buffer): New function.
3614         (smiley-buffer): Don't quote the function.
3615         (smiley-toggle-extents): Ditto.
3616
3617 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
3620         empty buffers.
3621
3622 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus-art.el (gnus-article-mode-map): Use the summary article
3625         edit.
3626
3627 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
3628
3629         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
3630
3631 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
3634
3635 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
3636
3637         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
3638         is list or not before condition.
3639
3640 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3641
3642         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
3643
3644 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
3645
3646         * gnus-art.el (gnus-emphasis-alist): New value.
3647
3648 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3649
3650         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
3651         `buffer-substring'.
3652
3653 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * gnus-art.el (article-date-ut): Keep the updated timer.
3656         (gnus-emphasis-underline-italic): Doc fix.
3657
3658         * gnus-msg.el (gnus-post-method): Doc fix.
3659         (gnus-post-method): Change default.
3660
3661 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
3662
3663         * message.el (message-newline-and-reformat): Improvements.
3664
3665 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * message.el (message-newline-and-reformat): Don't insert too many
3668         newlines.
3669         (message-newline-and-reformat): Work even if not sc.
3670
3671         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
3672
3673         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
3674
3675 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
3676
3677         * mm-view.el (mm-display-patch-inline): New function.
3678
3679 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
3680
3681         * mm-view.el (mm-display-patch-inline): New function.
3682
3683 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
3686         group.
3687
3688         * message.el (message-forward): Narrow to the right header.
3689
3690         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
3691         dates.
3692
3693         * gnus-msg.el (gnus-configure-posting-styles): Use the
3694         user-full-name function.
3695
3696         * mm-bodies.el (mm-body-encoding): Use the choosing function.
3697         (mm-body-charset-encoding-alist): Default to nil.
3698
3699         * message.el (message-elide-ellipsis): Fix typo.
3700         (message-elide-region): Ditto.
3701         (message-elide-region): Don't insert a newline first.
3702
3703 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
3706         gnus-fetch-old-headers.
3707         (gnus-cut-threads): Ditto.
3708         (gnus-summary-initial-limit): Ditto.
3709         (gnus-summary-limit-children): Ditto.
3710
3711         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
3712         matches.
3713
3714 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
3715
3716         * gnus-art.el (article-decode-encoded-words):
3717         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
3718         live.
3719
3720         * gnus.el (gnus-read-method): Add methods from
3721         `gnus-opened-servers' to completion. Map entered method/address
3722         into existing methods if possible.
3723
3724         * gnus-group.el (gnus-group-make-group): Simplify method.
3725
3726         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
3727
3728         * mml.el (mml-preview): Remove mail-header-separator before
3729         encoding.
3730
3731 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * message.el (message-read-from-minibuffer): New function.
3734
3735 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3736
3737         * gnus.el: Pterodactyl Gnus v0.98 is released.
3738
3739 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3740
3741         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
3742
3743 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
3744
3745         * mml.el (mml-generate-mime-1): Read attached binary file in
3746         binary mode.
3747
3748 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3749
3750         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
3751
3752 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
3753
3754         * mailcap.el (mailcap-viewer-lessp): Fix bug.
3755
3756 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3757
3758         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
3759
3760 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
3761
3762         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
3763         (gnus-article-mime-match-handle-function): New variable.
3764         (gnus-article-view-part): Make `b' customizable.
3765
3766 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3767
3768         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
3769
3770 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
3771
3772         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
3773
3774 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
3775
3776         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
3777
3778 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3779
3780         * gnus-srvr.el (gnus-browse-foreign-server): Use
3781         `buffer-substring' instead of `read'.
3782
3783 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
3784
3785         * nnimap.el, imap.el, rfc2104.el: New files.
3786
3787         * gnus.el (gnus-valid-select-methods): Add nnimap.
3788
3789         * gnus-group.el (gnus-group-group-map): Add
3790         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
3791         (gnus-group-nnimap-expunge): New function.
3792         (gnus-group-nnimap-edit-acl): New function.
3793
3794         * gnus-agent.el (gnus-agent-group-mode-map): Add
3795         gnus-agent-synchronize.
3796         (gnus-agent-synchronize): New function.
3797         (gnus-agent-fetch-group-1): Check if server is open.
3798
3799         * nnagent.el (nnagent-request-set-mark): Save marks.
3800
3801         * mail-source.el (mail-source-keyword-map): New imap mail-source.
3802         (mail-source-fetcher-alist): Map to imap fetcher function.
3803         (mail-source-fetch-imap): New function.
3804
3805         * gnus-art.el (article-hide-pgp): Hide all headers, not just
3806         Hash:.
3807
3808 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3809
3810         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
3811         (gnus-topic-sort-topics): New function.
3812         (gnus-topic-make-menu-bar): Add sort-topics.
3813         (gnus-topic-move): New function.
3814         (gnus-topic-move-group): Move the topic if no group selected.
3815
3816 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3817
3818         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
3819
3820 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3821
3822         * mm-view.el (mm-inline-message): Fix leaving group bug.
3823
3824 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3825
3826         * gnus-msg.el (gnus-post-method): Use normal method if current is
3827         not available.
3828
3829 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
3830
3831         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
3832         (nnmail-insert-lines): Ditto.
3833
3834 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3835
3836         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
3837         line.
3838
3839         * message.el (message-unsent-separator): One more separator.
3840
3841 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3842
3843         * nnfolder.el (nnfolder-request-move-article): For empty article,
3844         search till (point-max).
3845         (nnfolder-retrieve-headers): Ditto.
3846         (nnfolder-request-accept-article): Ditto.
3847         (nnfolder-save-mail): Ditto.
3848         (nnfolder-insert-newsgroup-line): Ditto.
3849
3850 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3851
3852         * qp.el (quoted-printable-encode-region): Check eobp.
3853
3854 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3855
3856         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
3857
3858 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3859
3860         * nntp.el (nntp-send-xover-command): Wait for nothing if not
3861         wait-for-reply.
3862
3863 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
3864
3865         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
3866         (mm-uu-forward-end-line): Ditto.
3867
3868 1999-09-29  Didier Verna  <verna@inf.enst.fr>
3869
3870         * binhex.el (binhex-decode-region): don't consider the value of
3871         `enable-multibyte-characters' in XEmacs.
3872
3873         * gnus-start.el (gnus-read-descriptions-file): ditto.
3874
3875         * mm-util.el (mm-multibyte-p): ditto.
3876         (mm-with-unibyte-buffer): ditto.
3877         (mm-find-charset-region): use `mm-multibyte-p'.
3878
3879         * mm-bodies.el (mm-decode-body): ditto.
3880         (mm-decode-string): ditto.
3881
3882         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
3883         `enable-multibyte-characters' in XEmacs.
3884
3885 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
3886
3887         * mm-util.el (mm-binary-coding-system): Try binary first.
3888
3889 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
3890
3891         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
3892
3893 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3894
3895         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
3896         format.
3897         (article-date-ut): Find correct insert position.
3898
3899 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3900
3901         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
3902         forwarded message.
3903
3904 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
3907         groups.
3908
3909         * message.el (message-resend): Use message mode when prompting.
3910
3911         * gnus-art.el (article-hide-headers): Mark wash.
3912         (article-emphasize): Ditto.
3913
3914 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
3915
3916         * message.el (message-newline-and-reformat): Work for SC.
3917
3918 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
3921
3922         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
3923
3924 1999-10-20  David S. Goldberg  <dsg@mitre.org>
3925
3926         * mm-decode.el mm-inline-override-types: New variable
3927
3928         * mm-decode.el (mm-inline-override-p): New function
3929
3930         * mm-decode.el (mm-inlined-p): Use it
3931
3932 1999-10-20  David S. Goldberg  <dsg@mitre.org>
3933
3934         * mm-decode.el mm-inline-override-types: New variable
3935
3936         * mm-decode.el (mm-inline-override-p): New function
3937
3938         * mm-decode.el (mm-inlined-p): Use it
3939
3940 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3941
3942         * gnus.el: Pterodactyl Gnus v0.97 is released.
3943
3944 1999-09-01  Brendan Kehoe  <brendan@zen.org>
3945
3946         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
3947         gnus-summary-next-group, not gnus-summary-next-article.  Only give
3948         3 args.
3949
3950 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
3953         buffer for params.
3954
3955         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
3956         line.
3957
3958         * message.el (message-forward-ignored-headers): New variable.
3959
3960         * gnus-art.el (gnus-article-prepare-display): Nix out
3961         gnus-article-wash-types.
3962
3963         * gnus-agent.el (gnus-agent-create-buffer): New function.
3964         (gnus-agent-fetch-group-1): Use it.
3965         (gnus-agent-start-fetch): Ditto.
3966
3967         * gnus-sum.el (gnus-summary-exit): Don't use
3968         `gnus-use-adaptive-scoring'.
3969
3970         * mail-source.el (mail-source-fetch-pop): Only store password when
3971         successful.
3972
3973         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
3974
3975 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * message.el (message-reply): Use it.
3978         (message-dont-reply-to-names): New variable.
3979
3980         * nntp.el (nntp-open-telnet): Don't erase-buffer.
3981
3982         * mm-util.el (mm-preferred-coding-system): Typo fix.
3983
3984         * message.el (message-bounce): Work for non-MIME.
3985
3986         * gnus.el (gnus-short-group-name): Short the right parts of the
3987         name.
3988
3989 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
3990
3991         * mm-encode.el (mm-qp-or-base64): New version.
3992
3993 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3994
3995         * gnus-art.el (article-make-date-line): Fix time-zone bug.
3996
3997 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3998
3999         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4000         of restricted region.
4001         (gnus-mime-display-single): Set beg at correct point.
4002
4003 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4004
4005         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4006
4007 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4008
4009         * gnus-msg.el (gnus-configure-posting-styles): Let
4010         `gnus-posting-styles' have its say in posting-style: local
4011         variable `styles' is already bound to `gnus-posting-styles' so
4012         don't rebind it to nil.
4013
4014 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4015
4016         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4017         Message-ID.
4018
4019 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4020
4021         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4022         quoted-printable-encode-region.
4023
4024         * qp.el (quoted-printable-encode-region): Assume charset
4025         encoded. Fold every line in the region.
4026
4027 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4028
4029         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4030         of active file.
4031
4032 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4033
4034         * message.el (message-mode): allows whitespaces between multiple
4035         instances of the fill character ">".
4036
4037 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4038
4039         * mm-encode.el (mm-qp-or-base64): Fix.
4040
4041 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * message.el (message-send): Too much and.
4044
4045 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4046
4047         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4048
4049 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-score.el (gnus-score-headers): Work for nil scores.
4052
4053 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * gnus-cache.el (gnus-cache-write-active): Write full names.
4056
4057         * gnus-util.el (gnus-write-active-file): Accept full name.
4058
4059         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4060         (mm-assoc-string-match): New function.
4061         (mm-display-inline): Use it.
4062
4063         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4064
4065         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4066
4067 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4068
4069         * mml.el (mml-generate-multipart-alist): New variable.
4070
4071 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4074
4075 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4076
4077         * message.el (message-send): More helpful error message if sending
4078         fails
4079
4080 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4081
4082         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4083         in newer emacsen, where ?r isn't equal 114.
4084
4085 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4086
4087         * gnus.el: Pterodactyl Gnus v0.96 is released.
4088
4089 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4090
4091         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4092         to get active info if method is covered by agent, otherwise
4093         active info is lost.
4094
4095 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4096
4097         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4098
4099 1999-08-09  Dave Love  <fx@gnu.org>
4100
4101         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4102
4103 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4104
4105         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4106           (already matched by "^X-Pgp"), removed duplicate
4107           X-Mailing-List, added several new junk headers.
4108
4109 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4110
4111         * gnus-art.el (article-decode-charset): Don't assume
4112         gnus-summary-buffer is live.
4113
4114 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4115
4116         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4117
4118 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4119
4120         * gnus-score.el (gnus-home-score-file): Work with absolute path
4121         names.
4122
4123 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4124
4125         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4126         nothing else in the group.
4127
4128 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4129
4130         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4131         the article.
4132
4133 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4134
4135         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4136
4137 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4138
4139         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4140         from mutt.
4141
4142 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4143
4144         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4145         whitespace.
4146
4147 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4148
4149         * mm-util.el (mm-text-coding-system-for-write): New variable.
4150         (mm-append-to-file): New function.
4151         (mm-write-region): New function.
4152
4153         * gnus-art.el (gnus-output-to-file): Use it.
4154         * gnus-util.el (gnus-output-to-rmail): Ditto.
4155         (gnus-output-to-mail): Ditto.
4156         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4157
4158 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4159
4160         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4161
4162         * nnheader.el (nnheader-insert-file-contents): Revert and use
4163         mm-insert-file-contents.
4164         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4165         (nnheader-auto-mode-alist): Removed.
4166
4167         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4168         (mm-insert-file-contents): Add a new parameter for inserting
4169         compressed file literally.
4170
4171         * mml.el (mml-generate-mime-1): Insert non-text literally.
4172
4173         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4174
4175 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4176
4177         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4178
4179 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4180
4181         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4182         koi8-r.
4183
4184 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4185
4186         * mml.el (mml-insert-mime): Decode text.
4187         (mml-to-mime): Narrow to headers-or-head.
4188
4189 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4190
4191         * mm-view.el (mm-inline-text): Check
4192         w3-meta-content-type-charset-regexp.
4193
4194 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4195
4196        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4197        predicate.
4198
4199 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4200
4201         * gnus-mlspl.el: Documentation fixes.
4202
4203 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4204
4205         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4206
4207 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4208
4209         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4210         variables.
4211
4212 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4213
4214         * nnmail.el (nnmail-get-new-mail): "Done".
4215
4216 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4219         interactive.
4220
4221 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4222
4223         * gnus-art.el (article-decode-charset): Fix broken CT.
4224
4225 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4226
4227         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4228         overview buffer if it is killed.
4229
4230 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4231
4232         * gnus-art.el (article-babel): New version.
4233
4234 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4235
4236         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4237
4238 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4239
4240         * gnus.texi (More Threading): Document new variable
4241         `gnus-sort-gathered-threads-function'.
4242
4243 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4244
4245         * gnus.texi (More Threading): Document new variable
4246         `gnus-sort-gathered-threads-function'.
4247
4248 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4249
4250         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4251         usage.
4252
4253 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4254
4255         * mm-util.el (mm-running-xemacs): Removed.
4256         (mm-coding-system-p): New function.
4257         (mm-binary-coding-system): Safe guess.
4258         (mm-text-coding-system): Ditto.
4259         (mm-auto-save-coding-system): Ditto.
4260
4261 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262
4263         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4264         (mm-qp-or-base64): Reversed logic.
4265
4266         * mm-decode.el (mm-save-part-to-file): Let coding system be
4267         binary.
4268
4269 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4270
4271         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4272         be set in topic parameters.
4273
4274 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4275
4276         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4277         (gnus-sort-gathered-threads): Allow the user to specify the
4278         function to use when sorting gathered threads.
4279
4280         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4281         mark cached articles as `undownloaded'.
4282
4283 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4284
4285         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4286         to have buffer local values.
4287
4288 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4289
4290         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4291         types 'g' for 'guess group type.
4292
4293 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4294
4295         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4296         after each regexp in nnmail-list-identifiers, not just after last
4297         one.
4298
4299         * gnus-sum.el (gnus-list-identifiers): New variable.
4300         (gnus-summary-remove-list-identifiers): New function.
4301         (gnus-select-newsgroup): Use it.
4302         (gnus-summary-wash-hide-map): Bind
4303         `gnus-article-hide-list-identifiers' to W W l.
4304         (gnus-summary-make-menu-bar): Add list-identifiers command.
4305
4306         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4307         (gnus-treatment-function-alist): Add variable.
4308         (article-hide-list-identifiers): New function.
4309         (mapcar): Add function.
4310         (gnus-article-hide): Use it.
4311
4312 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4313
4314         * gnus.el: Pterodactyl Gnus v0.95 is released.
4315
4316 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * mm-decode.el (mm-mailcap-command): New function.
4319         (mm-display-external): Use it.
4320
4321         * gnus-art.el (article-make-date-line): Work for India.
4322
4323         * mm-encode.el (mm-qp-or-base64): Typo.
4324
4325         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4326
4327 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4328
4329         * gnus.el: Pterodactyl Gnus v0.94 is released.
4330
4331 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4332
4333         * pop3.el: New version.
4334
4335 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * mm-encode.el (mm-qp-or-base64): New function.
4338         (mm-content-transfer-encoding): Use it.
4339
4340         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4341
4342 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4343
4344         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4345
4346         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4347
4348 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4351         keystroke.
4352
4353         * mailcap.el (mailcap-mime-types): New function.
4354
4355         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4356
4357         * message.el (message-goto-eoh): Really go to the end.
4358
4359 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4360
4361         * message.el (message-make-date): Do the right thing in with
4362         sub-hour time zones.
4363
4364 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4367         report.
4368
4369 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4370
4371         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4372
4373 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4374
4375         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4376         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4377         and use t as default value.
4378
4379 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4380
4381         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4382         gnus-summary-buffer is live.
4383
4384 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4385
4386         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4387
4388 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389
4390         * message.el (message-bounce): Do MIME bounces MIMEy.
4391
4392         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4393
4394 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * mailcap.el (mailcap-mime-extensions): Changed patch to
4397         text/x-patch.
4398
4399         * mm-decode.el (mm-display-external): Wrong placement of paren.
4400
4401 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4402
4403         * gnus.el: Pterodactyl Gnus v0.93 is released.
4404
4405 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4406
4407         * gnus-cus.el (gnus-group-parameters): New entries for
4408         gnus-group-split.
4409
4410         * gnus-mlspl.el: Renamed functions and variables so as to
4411         start with gnus-group-split.
4412         * gnus.el: Adjust autoload entries.
4413
4414 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4415
4416         * gnus-mlspl.el: Removed trailing t from comment and provide.
4417         Renamed functions and variables to start with gnus-mlsplit.
4418         Added autoload comments.
4419         * gnus.el: Added autoload entries.
4420
4421 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4422
4423         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4424         so that matches excluded by RESTRICTs do not cause the whole split
4425         to be ignored.  This also fixes a long-standing bug in which a
4426         split with \N substitutions wouldn't cause cross-posting as
4427         expected.
4428
4429         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4430         (nnmail-split-it): Implement them.
4431
4432         * nnmail.el (nnmail-split-fancy): Document ! splits.
4433
4434 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4435
4436         * pop3.el: New version.
4437
4438 1999-07-05  Simon Josefsson
4439
4440         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4441
4442 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443
4444         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4445
4446 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4447
4448         * gnus-util.el (gnus-write-active-file): Use real name.
4449
4450         * gnus-agent.el (gnus-agent-expire): Update active file
4451         method by method.
4452
4453 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4454
4455         * nndraft.el (nndraft-request-article): Use difference
4456         coding-systems for queue and drafts.
4457
4458         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4459         nndraft:drafts.
4460
4461         * mm-util.el (mm-auto-save-coding-system): New coding system.
4462
4463         * message.el (message-draft-coding-system): Use it.
4464
4465 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4466
4467         * mm-uu.el: More customizable and less aggressive.
4468
4469 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4470
4471         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4472         when plugged.
4473
4474         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4475         (mml-insert-mml-markup): Accept a nofile.
4476         (mml-insert-mime): Insert nofile.
4477
4478         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4479
4480         * mm-decode.el (mm-handle-media-type): New function.
4481         (mm-handle-media-supertype): New function.
4482         (mm-handle-media-subtype): New function.
4483         Use new functions throughout. "/"))
4484
4485 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-art.el (gnus-treat-predicate): Typo.
4488
4489 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4492
4493 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * gnus-art.el (article-date-ut): UT!  Default it!
4496
4497 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4498
4499         * gnus.el: Pterodactyl Gnus v0.92 is released.
4500
4501 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4502
4503         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4504
4505 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4508         connected.
4509
4510         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4511         when plugged.
4512
4513         * mm-view.el (mm-inline-message): Ignore remove-spec.
4514
4515         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4516         is bound.
4517
4518         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4519
4520         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4521
4522         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4523         start.
4524
4525         * message.el (message-fill-yanked-message): Remove `t' arg.
4526
4527         * gnus-group.el (gnus-group-kill-group): Message killing of
4528         groups.
4529
4530         * mm-util.el (mm-preferred-coding-system): New function.
4531         (mm-mime-charset): Use it.
4532
4533         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4534
4535 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4536
4537         * gnus-mlsplt.el: New file.
4538
4539 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4542         functions.
4543         (mm-attachment-override-p): Take a handle instead of a type.
4544         (mm-inlined-p): Ditto.
4545         (mm-automatic-display-p): Ditto,
4546         (mm-inlinable-p): Ditto.
4547
4548         * nndraft.el (nndraft-request-expire-articles): Delete backup
4549         files.
4550
4551         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4552
4553         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4554
4555 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4556
4557         * nnmail.el (nnmail-split-it): Allow .*.
4558
4559 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * mm-decode.el (mm-inline-large-images-p): Renamed.
4562
4563         * gnus-art.el (article-date-ut): Always look in the current buffer
4564         for the Date header.
4565
4566         * mml.el (mml-validate): New command.
4567
4568         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4569         since we are dealing with regexps.
4570
4571 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4572
4573         * gnus.el: Pterodactyl Gnus v0.91 is released.
4574
4575 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * gnus-agent.el (gnus-agent-save-active-1): New function.
4578         (gnus-agent-save-active): use it.
4579         (gnus-agent-save-groups): Ditto.
4580
4581         * gnus-cache.el (gnus-cache-write-active): Use it.
4582
4583         * gnus-agent.el (gnus-agent-write-active): Use it.
4584
4585         * gnus-util.el (gnus-write-active-file): New function.
4586
4587         * gnus-agent.el (gnus-agent-write-active): New function to keep
4588         lower boundaries and canceled groups.
4589         (gnus-agent-save-groups): Use it.
4590         (gnus-agent-save-active): Use it.
4591         (gnus-agent-save-group-info): Only write active files.
4592         (gnus-agent-expire): Update active file.
4593
4594         * mm-decode.el (mm-inlinable-part-p): Removed.
4595         (mm-user-display-methods): Default to nil.
4596         (mm-user-display-methods): Removed.
4597         (add-mime-display-method): Removed.
4598         (mm-automatic-display): Renamed.
4599         (mm-automatic-display-p): Use it.
4600         (mm-inlined-types): New variable.
4601         (mm-inlined-p): New function.
4602
4603         * message.el (message-reply): Bind message-this-is-mail.
4604
4605 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4606
4607         * smiley.el (smiley-buffer): Fix for NT.
4608
4609 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4612
4613         * message.el (message-check-news-header-syntax): Protect against
4614         nil froms.
4615
4616         * mm-util.el (mm-auto-mode-alist): New.
4617
4618         * mml.el (mml-generate-mime-1): Ditto.
4619
4620         * gnus.el: Use mm-insert-file-contents throughout instead of
4621         nnheader.
4622
4623         * mm-util.el (mm-insert-file-contents): New function.
4624
4625 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4626
4627         * gnus.el: Pterodactyl Gnus v0.90 is released.
4628
4629 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
4630
4631         * mailcap.el (mailcap-possible-viewers): Use string=.
4632
4633 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4634
4635         * mm-uu.el (mm-uu-forward-begin-line): New variable.
4636         (mm-uu-forward-end-line): New variable.
4637         (mm-uu-begin-line): Handle forwarded message.
4638         (mm-uu-identifier-alist): Ditto.
4639         (mm-uu-dissect): Ditto.
4640
4641 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4642
4643         * lpath.el: Two free variables.
4644
4645 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4646
4647         * nnheader.el (nnheader-file-coding-system): Use raw-text.
4648         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
4649         * gnus-cache.el (gnus-cache-coding-system): Ditto.
4650
4651         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
4652         (nnfolder-file-coding-system-for-write): New variable.
4653         (nnfolder-active-file-coding-system): New variable.
4654         (nnfolder-active-file-coding-system-for-write): New variable.
4655         (nnfolder-save-active): New function.
4656         (nnfolder-save-buffer): Use them.
4657         (nnfolder-possibly-change-group): Ditto.
4658         (nnfolder-request-list-newsgroups): Ditto.
4659         (nnfolder-request-create-group): Ditto.
4660         (nnfolder-request-expire-articles): Ditto.
4661         (nnfolder-request-move-article): Ditto.
4662         (nnfolder-request-accept-article): Ditto.
4663         (nnfolder-request-delete-group): Ditto.
4664         (nnfolder-request-rename-group): Ditto.
4665         (nnfolder-possibly-change-folder): Ditto.
4666         (nnfolder-read-folder): Ditto.
4667         (nnfolder-request-list): Remove pathname-coding-system.
4668         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
4669
4670         * nnmail.el (nnmail-file-coding-system): Use raw-text.
4671         (nnmail-file-coding-system-1): Removed.
4672         (nnmail-find-file): Use nnmail-pathname-coding-system.
4673         (nnmail-write-region): Ditto.
4674
4675         * nnmbox.el (nnmbox-file-coding-system): New variable.
4676         (nnmbox-file-coding-system-for-write): New variable.
4677         (nnmbox-active-file-coding-system): New variable.
4678         (nnmbox-active-file-coding-system-for-write): New variable.
4679         (nnmbox-save-buffer): New function.
4680         (nnmbox-save-active): New function.
4681         (nnmbox-request-scan): Use them.
4682         (nnmbox-request-expire-articles): Ditto.
4683         (nnmbox-request-move-article): Ditto.
4684         (nnmbox-request-accept-article): Ditto.
4685         (nnmbox-request-replace-article): Ditto.
4686         (nnmbox-request-delete-group): Ditto.
4687         (nnmbox-request-rename-group): Ditto.
4688         (nnmbox-request-create-group): Ditto.
4689
4690         * mm-util.el (mm-text-coding-system): raw-text or -dos.
4691         (mm-running-ntemacs): Removed.
4692
4693         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
4694
4695 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4696
4697         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
4698
4699 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4700
4701         * qp.el (quoted-printable-encoding-characters): Support lower case.
4702
4703 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4704
4705         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
4706         (rfc2047-b-encode-region): Encode line by line.
4707
4708 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709
4710         * mm-util.el (mm-find-mime-charset-region): Fix.
4711
4712 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
4713
4714         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
4715         (mm-find-mime-charset-region): Ditto.
4716
4717 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
4718
4719         * gnus-sum.el (gnus-summary-move-article): Fix something or
4720         other.
4721
4722 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4723
4724         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
4725         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
4726         (gnus-summary-enter-digest-group): Use them.
4727         (gnus-summary-setup-default-charset): Ditto.
4728
4729 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4730
4731         * base64.el (base64-run-command-on-region): Use unibyte buffer.
4732
4733 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4734
4735         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
4736           gnus-newsgroup-name is nil.
4737
4738 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4739
4740         * rfc2047.el (rfc2047-encode): Chop the tail newline.
4741
4742 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4743
4744         * gnus-art.el (article-emphasize): Use correct
4745         gnus-article-emphasis-alist.
4746
4747 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4748
4749         * mm-view.el (mm-inline-text): Fix text/html bug.
4750
4751 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4752
4753         * gnus.el: Pterodactyl Gnus v0.89 is released.
4754
4755 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
4756
4757         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
4758         * message.el (message-draft-coding-system): Ditto.
4759         * mm-util.el (mm-running-ntemacs): Ditto.
4760
4761 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4762
4763         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
4764         cause problem.
4765
4766 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4767
4768         * mm-view.el (mm-inline-text): Ignore error in w3-region.
4769
4770 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4771
4772         * mml.el: require mm-decode.
4773
4774 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4775
4776         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
4777
4778 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4779
4780         * mm-view.el (mm-inline-image): Fix image undisplayer.
4781
4782 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
4783
4784         * mml.el (mml-insert-multipart): Error in compeling-read.
4785         (mml-insert-tag): Match tags.
4786
4787 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
4788
4789         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
4790         (gnus-cache-braid-heads): Ditto.
4791         (gnus-cache-retrieve-headers): Ditto.
4792
4793 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4794
4795         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
4796
4797 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
4800         to string under XEmacs.
4801
4802 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
4803
4804         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
4805
4806 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
4807
4808         * mm-view.el (mm-inline-message): Fix message view bug.
4809         * gnus-art.el (gnus-article-prepare): Ditto.
4810
4811 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4812
4813         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
4814
4815 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4816
4817         * gnus.el: Pterodactyl Gnus v0.88 is released.
4818
4819 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
4822         usage.
4823
4824         * nnmail.el (nnmail-get-new-mail): Save info.
4825
4826 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4827
4828         * gnus.el: Pterodactyl Gnus v0.87 is released.
4829
4830 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
4833         (mail-source-run-script): New function.
4834         (mail-source-fetch-pop): Use it.
4835
4836 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
4839
4840 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4841
4842         * gnus.el: Pterodactyl Gnus v0.86 is released.
4843
4844 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845
4846         * gnus-art.el (gnus-treat-translate): New variable.
4847         (gnus-treat-predicate): Accept a list of regexps.
4848         (gnus-article-treat-custom): Allow a list of regexps.
4849
4850 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4851
4852         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
4853         type.
4854
4855 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * gnus-art.el (article-babel): Narrow a bit.
4858
4859         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
4860
4861 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
4862
4863         (gnus-agent-get-undownloaded-list): Operate on all articles, not
4864         only unread ones.
4865         (gnus-agent-fetch-headers): Fetch headers from unread and marked
4866         articles, not only unread ones.
4867
4868 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
4871         keystroke.
4872
4873         * gnus-art.el (gnus-article-x-face-command): Ditto.
4874
4875         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
4876
4877         * gnus.el (gnus-method-simplify): Accept server names.
4878
4879 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
4880
4881         * gnus-art.el (article-babel-prompt): New function.
4882         (article-babel): New command.
4883
4884 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus-art.el (gnus-article-part-wrapper): Go to part.
4887
4888         * mml.el (mml-generate-mime-1): Don't insert literally.
4889
4890         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
4891         (gnus-netrc-syntax-table): Removed.
4892         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
4893
4894 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4895
4896         * mm-view.el (mm-inline-text): Fix charset for text/html.
4897
4898 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4899
4900         * message.el (message-draft-coding-system): Use emacs-mule-dos.
4901
4902 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4903
4904         * nnmail.el (nnmail-split-incoming): Return the number of split
4905         mails.
4906         (nnmail-process-babyl-mail-format): Ditto.
4907         (nnmail-process-unix-mail-format): Ditto.
4908         (nnmail-process-mmdf-mail-format): Ditto.
4909         (nnmail-process-maildir-mail-format): Ditto.
4910
4911         * mail-source.el (mail-source-callback): Return the number from
4912         the callback.
4913
4914         * message.el (message-send-mail): Generate Lines.
4915
4916         * mail-source.el (mail-source-call-script): New function.
4917         (mail-source-call-script): New function.
4918
4919 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4920
4921         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
4922         (gnus-select-newsgroup): Use it.
4923         (gnus-group-highlight-words-alist): New variable.
4924         (gnus-newsgroup-emphasis-alist): New variable.
4925         (gnus-summary-local-variables):  Use it.
4926         * lpath.el: Use it.
4927         * gnus-art.el (article-emphasize): Use it.
4928         (gnus-emphasis-highlight-words): New face.
4929         * gnus-cus.el (gnus-group-parameters): New parameter.
4930
4931 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4932
4933         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
4934         parameter `headers'.
4935         (gnus-cache-enter-article): Ditto.
4936         (gnus-cache-update-article): Ditto.
4937         * gnus-sum.el (gnus-summary-move-article): Ditto.
4938         (gnus-summary-mark-article-as-unread): Ditto.
4939         (gnus-summary-mark-article): Ditto.
4940
4941 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * gnus-msg.el (gnus-message-insert-stylings): Removed.
4944         (gnus-posting-style-alist): Removed.
4945         (gnus-message-style-insertions): Ditto.
4946         (gnus-configure-posting-styles): Reimplementation.
4947
4948         * mail-source.el (mail-source-fetch): Error the message.
4949
4950         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
4951
4952 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4953
4954         * gnus.el: Pterodactyl Gnus v0.85 is released.
4955
4956 1999-04-20  Michael Cook  <cook@sightpath.com>
4957
4958         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
4959           Outlook citation regex.
4960
4961 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
4962
4963         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
4964         semicolon.
4965
4966 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
4967
4968         * gnus-range.el (gnus-remove-from-range): Document range1
4969         modification, protect range2.
4970
4971 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
4972
4973         * gnus-sum.el (gnus-update-marks): Protect lists from
4974         gnus-remove-from-range, don't sort twice.
4975
4976 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
4977
4978         * gnus-start.el (gnus-read-descriptions-file): Protect if no
4979         function in backend.
4980
4981 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
4982
4983         * gnus-sum.el (gnus-valid-move-group-p): Check for a
4984         request-accept-article function in the backend instead of using
4985         the 'respool capability.
4986
4987 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
4988
4989         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
4990         spurious whitespace at eob.
4991
4992 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
4993
4994         * nnmail.el (nnmail-get-new-mail): Check right variable.
4995
4996 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
4997
4998         * mailcap.el (mailcap-mime-data): Fix rfc822.
4999
5000 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5001
5002         * nndoc.el (nndoc-nsmail-type-p): New function.
5003         (nndoc-type-alist): Recognize nsmail.
5004
5005 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5006
5007         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5008         *before* `article-hide-headers' deletes the information.
5009
5010 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * gnus-sum.el (gnus-summary-save-parts): New command and
5013         keystroke.
5014         (gnus-summary-save-parts-1): New function.
5015         (gnus-summary-iterate): Buggy.
5016
5017         * mm-decode.el (mm-save-part-to-file): Made into own function.
5018
5019 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5020
5021         * gnus-group.el (gnus-group-set-info): Resist nils.
5022
5023 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024
5025         * mailcap.el (mailcap-mime-data): Ditto.
5026
5027         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5028
5029         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5030
5031 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5032
5033         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5034         gnus-article-date-lapsed-new-header is t.
5035
5036 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5037
5038         * gnus.el: Pterodactyl Gnus v0.84 is released.
5039
5040 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * gnus-msg.el (gnus-bug-message): Mime change.
5043
5044 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5045
5046         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5047
5048 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5049
5050         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5051         `x-uue'.
5052
5053 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5054
5055         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5056         when authentication is 'password.
5057
5058 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5059
5060         * gnus-win.el (gnus-configure-windows): Accept a setting.
5061
5062 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * mm-util.el (mm-quote-arg): Moved here.
5065
5066         * mm-decode.el (mm-quote-arg): Quote more chars.
5067
5068 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069
5070         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5071         with newlines would create buggy .nov files.
5072
5073         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5074
5075         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5076         end of lines.
5077
5078         * message.el (message-mode): Doc fix.
5079
5080         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5081
5082         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5083
5084         * gnus-art.el (article-date-ut): Rewrite.
5085
5086         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5087         order.
5088
5089         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5090         headers.
5091
5092         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5093
5094 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5095
5096         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5097         (article-date-ut): use it.
5098
5099 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5100
5101         * mail-source.el (mail-source-fetch-pop): Call script
5102         asynchronously.
5103
5104 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5105
5106         * gnus.el: Pterodactyl Gnus v0.83 is released.
5107
5108 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5111
5112         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5113
5114         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5115
5116         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5117
5118         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5119
5120         * message.el (message-generate-headers): Accept continuation
5121         headers.
5122
5123 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5124
5125         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5126
5127 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * gnus-art.el (gnus-treatment-function-alist): use
5130         maybe-hide-headers.
5131
5132         * message.el (message-inhibit-body-encoding): Typo.
5133         (message-resend): Inhibit encoding.
5134
5135         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5136
5137         * gnus-art.el (article-remove-cr): Use re-search.
5138
5139         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5140         headers.
5141
5142         * mm-decode.el (mm-quote-arg): Quote '.
5143
5144         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5145
5146         * mm-decode.el (mm-insert-part): Use multibyte for text.
5147
5148         * gnus-start.el (gnus-read-newsrc-file): New variable.
5149         (gnus-read-newsrc-file): Use it.
5150
5151 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5154
5155         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5156         function.
5157
5158 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5159
5160         * gnus.el: Pterodactyl Gnus v0.82 is released.
5161
5162 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5163
5164         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5165         for iso8859-2.
5166
5167 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5170         synonym alist.
5171
5172 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5173
5174         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5175
5176 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5177
5178         * mail-source.el (mail-source-fetch): Ask before bugging out.
5179
5180 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5181
5182         * uudecode.el (uudecode-decode-region-external): Don't assume
5183         uudecode-temporary-file-directory ends with a slash.
5184
5185 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5186
5187         * gnus-sum.el (gnus-update-marks):
5188         (gnus-update-read-articles):
5189         (gnus-summary-expire-articles): Check server.
5190
5191 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5192
5193         * mml.el (mml-preview): New function.
5194
5195 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5196
5197         * mail-source.el (mail-source-fetch-file): Return the right
5198         value.
5199
5200 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * mml.el (mml-insert-parameter): New function.
5203         (mml-insert-parameter-string): New function.
5204
5205         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5206
5207         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5208         (gnus-mime-display-part): Use it.
5209
5210         * mm-decode.el (mm-alternative-precedence): Removed.
5211         (mm-discouraged-alternatives): New variable.
5212         (mm-preferred-alternative-precedence): New function.
5213
5214         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5215
5216         * mail-source.el (mail-sources): New variable.
5217
5218         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5219
5220         * mm-decode.el (mm-valid-image-format-p): New function.
5221         (mm-inline-media-tests): Use it.
5222         (mm-valid-and-fit-image-p): New function.
5223
5224         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5225         (gnus-agent-fetch-group): Ditto.
5226
5227 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5228
5229         * nnmail.el (nnmail-article-group): in case of a group name
5230         containing "\\n" constructs, be sure to pass the expanded value to
5231         nn*-save-mail.
5232
5233 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5234
5235         * gnus.el: Pterodactyl Gnus v0.81 is released.
5236
5237 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * gnus-sum.el (gnus-get-split-value): Reverse result.
5240
5241 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5244
5245 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5246
5247         * mml.el (mml-insert-tag): Insert concluding part.
5248
5249         * message.el (message-send-mail): Encode later.
5250         (message-send-news): Ditto.
5251
5252         * nnfolder.el: Don't use mail delim.
5253
5254 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * gnus-cus.el (gnus-group-customize): Put point at min.
5257
5258         * mm-view.el (mm-inline-text): Allow toggling html.
5259
5260 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5261
5262         * mail-source.el: Added prescript and postscript to file.
5263
5264 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * nnmail.el: Reverted.
5267
5268         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5269         (gnus-setup-posting-charset): Did work.
5270
5271 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5272
5273         * gnus.el (gnus-short-group-name): Use
5274         gnus-group-uncollapsed-levels.
5275
5276 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5279
5280 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5283         (article-strip-headers-from-body): New command and keystroke.
5284
5285 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5288
5289         * nnheader.el (nnheader-insert-file-contents): Bind
5290         enable-local-eval to nil.
5291         (nnheader-find-file-noselect): Ditto.
5292
5293         * nnmail.el (nnmail-article-group): Don't remove long lines.
5294         (nnmail-remove-long-lines): New function.
5295         (nnmail-split-header-length-limit): Removed.
5296
5297         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5298
5299         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5300
5301 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * gnus-sum.el (gnus-summary-generic-mark): New function.
5304
5305         * nnmail.el (nnmail-split-header-length-limit): Increased.
5306         (nnmail-article-group): Allow nil.
5307
5308         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5309
5310         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5311         first.
5312
5313         * mml.el (mml-minibuffer-read-type): Include types from
5314         mailcap-mime-data.
5315
5316         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5317
5318 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5319
5320         * mml.el (mml-insert-tag): New function.
5321         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5322         confusion with functions like `mml-read-tag'.
5323         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5324         (mml-minibuffer-read-description): Ditto with
5325         `mml-minibuffer-read-description'.
5326         (mml-attach-buffer): New function.
5327         (mml-mode-map): New entry for /.
5328         (mml-minibuffer-read-type): Accept DEFAULT.
5329
5330         * mml.el (mml-quote-region): Narrow the region.
5331
5332         * message.el (message-mode-menu): message-mime-attach-file is now
5333         mml-attach-file.
5334
5335 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336
5337         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5338
5339 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5340
5341         * mml.el (mml-attach-buffer): New command.
5342
5343 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5344
5345         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5346         with a proper range. Compress range.
5347
5348         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5349
5350 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5353
5354 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5357         (gnus-picons-convert-x-face): Removed.
5358         (gnus-picons-article-display-x-face): Removed.
5359         (gnus-picons-x-face-sentinel): Ditto.
5360         (gnus-picons-display-x-face): Ditto.
5361
5362 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5363
5364         * gnus.el: Pterodactyl Gnus v0.80 is released.
5365
5366 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5369
5370         * gnus-sum.el (gnus-with-article): Moved here.
5371
5372         * mail-source.el (mail-source-fetch-pop): Ask for password even
5373         when program.
5374
5375 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * gnus-msg.el (gnus-bug): Add description.
5378
5379         * mml.el (mml-insert-mml-markup): Insert disposition.
5380
5381         * message.el (message-send-mail): Always encode mail headers.
5382
5383         * smiley.el (gnus-smiley-display): Goto body.
5384
5385 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5386
5387         * smiley.el (gnus-smiley-display): Don't search to blank line.
5388
5389 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5392         when requested.
5393
5394         * nnmail.el (nnmail-current-spool): Removed.
5395
5396         * gnus-salt.el (gnus-tree-inhibit): New varible.
5397
5398         * gnus.el (mm-util): Required.
5399
5400 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5401
5402         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5403
5404 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * mail-source.el (mail-source-bind): Doc fix.
5407
5408 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * message.el (message-mode): Doc fix.
5411
5412         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5413         encoding.
5414
5415         * gnus.el (gnus-methods-equal-p): Moved here.
5416
5417         * mail-source.el: pop at 110.
5418
5419         * pop3.el (pop3-movemail): Use write-region instead of
5420         append-to-file to avoid excessive messaging.
5421
5422 1999-02-27  lantz moore  <lmoore@contigo.com>
5423
5424         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5425         type directory.
5426
5427 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5428
5429         * gnus-art.el (article-hide-boring-headers): Field names must not
5430         contain whitespace.
5431
5432 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5433
5434         * gnus.el: Pterodactyl Gnus v0.79 is released.
5435
5436 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5439
5440         * mml.el (mml-mode): Don't use add-minor-mode.
5441
5442         * message.el (messgage-inhibit-body-encoding): New variable.
5443         (message-encode-message-body): Use it.
5444
5445 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5446
5447         * gnus.el: Pterodactyl Gnus v0.78 is released.
5448
5449 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450
5451         * message.el (message-mode): Switch on MML mode.
5452
5453         * mml.el: Included commands and functions.
5454         (mml-mode-map): New keymap.
5455
5456         * message.el: Removed the insertion commands and functions.
5457
5458         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5459
5460         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5461         keystroke.
5462
5463         * gnus-art.el (gnus-narrow-to-page): Revert.
5464
5465         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5466         (gnus-cite-parse-maybe): Always reparse.
5467
5468         * message.el (message-encode-message-body): Don't insert
5469         "multipart warning".
5470
5471         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5472
5473 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5474
5475         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5476
5477         * nnmail.el: Require mm-util.
5478
5479 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5480
5481         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5482         group.
5483
5484 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5485
5486         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5487
5488 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5489
5490         * gnus-msg.el (gnus-extended-version): Better regexp.
5491
5492 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5493
5494         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5495         is called with the result of SPLIT and should return a new split.
5496
5497         * gnus.texi: update the doc.
5498
5499 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5500
5501         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5502         displayed in the article buffer, output bars if
5503         `gnus-picons-display-article-move-p'.
5504
5505 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5506
5507         * mail-source.el (mail-source-fetch-pop): Typo.
5508
5509 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510
5511         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5512
5513 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5516
5517 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * mml.el (mml-insert-buffer): New function.
5520
5521         * message.el (message-forward): Insert the buffer in the buffer.
5522
5523 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5524
5525         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5526
5527 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5528
5529         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5530
5531 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5532
5533         * gnus.el: Pterodactyl Gnus v0.77 is released.
5534
5535 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * gnus-art.el (gnus-displaying-mime): New variable.
5538         (article-narrow-to-head): New function.
5539
5540         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5541         Default to pop instead of pop3.
5542
5543 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5544
5545         * gnus-art.el (article-hide-pgp): Goto body.
5546
5547         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5548
5549         * gnus-cite.el: Don't use goto-line.
5550
5551         * gnus-art.el (gnus-article-treat-html): Removed.
5552         (gnus-treat-article): Save restriction.
5553
5554 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5555
5556         * message.el (message-send-mail): Don't untabify.
5557         (message-mode): Don't use tabs for indentation.
5558
5559 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * message.el (message-send-mail): Don't untabify.
5562
5563         * nnml.el (nnml-save-mail): Typo fix.
5564
5565 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5566
5567         * message.el (message-cite-function): Add
5568         `message-cite-original-without-signature' customization option.
5569
5570 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5571
5572         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5573         `nnmail-prepare-incoming-header-hook'.
5574
5575 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5576
5577         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5578
5579 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5582
5583 1999-02-18  Michael Cook  <cook@sightpath.com>
5584
5585         * Recognize Microsoft Outlook's cite attribution conventions.
5586
5587 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5588
5589         * gnus-sum.el: Bind M.
5590
5591 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5592
5593         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5594
5595 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5596
5597         * gnus-picon.el (gnus-group-display-picons): ensures that
5598         `article-goto-body' really goes to the article body.
5599
5600 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601
5602         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5603
5604         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5605
5606         * mm-view.el (mm-view-message): Enable multibyte.
5607
5608 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * nnmail.el (nnmail-get-new-mail): Message later.
5611
5612         * mm-util.el (mm-find-charset-region): Revert to checking
5613         multibyte.
5614
5615 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5616
5617       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
5618       attachment.
5619
5620 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5621
5622         * gnus.el: Pterodactyl Gnus v0.76 is released.
5623
5624 1999-02-06  Felix Lee  <flee@cygnus.com>
5625
5626         * gnus.el (gnus-group-change-level-function): Typo.
5627
5628 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * gnus-sum.el (gnus-nov-skip-field): Removed.
5631         (gnus-nov-field): Ditto.
5632         (gnus-nov-parse-extra): Ditto.
5633         (gnus-nov-read-integer): Ditto.
5634
5635 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * nnheader.el (nnheader-nov-read-message-id): New macro.
5638         (nnheader-parse-nov): Use it.
5639
5640         * gnus-sum.el (gnus-nov-read-message-id): New macro.
5641         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
5642         `(eq (char-after) ?\n)'.
5643
5644 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645
5646         * gnus.el (gnus-other-frame): Always pop up a new frame.
5647
5648 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5649
5650         * gnus-range.el (gnus-range-add): Rewrite.
5651
5652 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
5653
5654         * nnmail.el (nnmail-split-incoming): Added detection of maildir
5655         format.
5656         (nnmail-process-maildir-mail-format): New function.
5657
5658         * mail-source.el (mail-source-fetch-maildir): New function.
5659         (mail-source-keyword-map): Add default for maildir method.
5660         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
5661
5662 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * mail-source.el (mail-source-fetcher-alist): Remove apop.
5665
5666         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
5667         (nndoc-mime-digest-type-p): Removed.
5668
5669 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670
5671         * gnus-art.el (gnus-article-read-summary-keys): Set the point
5672         where it is supposed to be.
5673         (gnus-treat-play-sounds): New variable.
5674
5675         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
5676
5677         * gnus-art.el (article-display-x-face): Narrow to head.
5678         (gnus-article-washed-types): New variable.
5679         (article-hide-pgp): Is not a toggle.
5680         (gnus-article-hide-text-type): Save types.
5681         (article-decode-charset): Use it.
5682
5683         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
5684
5685         * message.el (message-forward-start-separator): Removed.
5686         (message-forward-end-separator): Removed.
5687         (message-signature-before-forwarded-message): Removed.
5688         (message-included-forward-headers): Removed.
5689         (message-check-news-body-syntax): Don't check forward.
5690         (message-forward): Use MIME.
5691
5692         * nnvirtual.el (nnvirtual-request-article): Bind
5693         gnus-article-decode-hook to nil.
5694
5695 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5696
5697         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
5698         us-ascii.
5699
5700 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701
5702         * format-spec.el (format-spec): Be more robust.
5703
5704         * message.el (message-encode-message-body): Default
5705         mail-parse-charset to mail-parse-charset.
5706
5707         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
5708         (gnus-summary-edit-article): Bind mail-parse-charset.
5709
5710         * mml.el (mml-read-tag): Ignore white space after end of tag.
5711
5712         * message.el (message-goto-body): Also work in separatorless
5713         articles.
5714
5715         * mml.el (mml-translate-from-mime): New function.
5716         (mml-insert-mime): Ditto.
5717         (mml-to-mime): New function.
5718         (mime-to-mml): New name.
5719
5720         * gnus-sum.el (gnus-summary-edit-article): Always select raw
5721         article.
5722
5723         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
5724
5725         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
5726         special-case nndraft groups.
5727
5728 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
5731         (gnus-get-newsgroup-headers): Already bound.
5732
5733         * message.el (message-encode-message-body): Use posting charset.
5734
5735         * mm-bodies.el (mm-encode-body): Use MIME charsets.
5736         (mm-body-encoding): Do CTE.
5737         (mm-body-7-or-8): New function.
5738
5739         * mm-util.el (mm-mime-charset): Always fall back on alist.
5740         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
5741         (mm-mime-mule-charset-alist): Add arabic-*-column.
5742         (mm-find-mime-charset-region): New function.
5743
5744         * format-spec.el (format-spec-make): New function.
5745
5746         * mail-source.el (format-spec): Required.
5747         (mail-source-fetch-with-program): Removed.
5748         (mail-source-fetch-with-program): New function.
5749
5750         * format-spec.el: New file.
5751
5752 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
5753
5754         * mail-source.el (mail-source-fetch-with-program): Take optional
5755         parameter.
5756
5757 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5758
5759         * gnus-start.el: Ignore some groups.
5760         (gnus-setup-news): Bind nnmail-fetched-sources.
5761
5762         * message.el (message-send-mail): Remove all tabs.
5763
5764         * mm-util.el (mm-find-charset-region): Just check whether
5765         find-charset-region is defined.
5766
5767 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-group.el (gnus-group-get-new-news): Use
5770         nnmail-fetched-sources.
5771
5772         * nnmail.el (nnmail-fetched-sources): New variable.
5773         (nnmail-get-new-mail): Use it.
5774
5775         * mail-source.el (mail-source-fetched-sources): New variable.
5776         (mail-source-fetch): Use it.
5777
5778 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
5779
5780         * gnus.el (gnus-getenv-nntpserver): if the file that
5781         gnus-nntpserver-file names has a trailing newline, the
5782         string-match will always match, and thus the file will never be
5783         read.  (^ matches start of "line", \\` matches start of "buffer",
5784         which is what was intended...)
5785
5786 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
5787
5788         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
5789
5790 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
5793         select methods.
5794
5795 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
5796
5797         * gnus-range.el (gnus-remove-from-range): Sort second argument.
5798
5799 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
5800
5801         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
5802
5803 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5804
5805         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
5806         a typo.
5807         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
5808         charset to nil.
5809         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
5810         * gnus-start.el (gnus-start-draft-setup): Ditto.
5811
5812 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813
5814         * mail-source.el (mail-source-fetch-directory): Use the predicate.
5815         (mail-source-value): Don't do variables.
5816
5817         * nnmail.el (nnmail-get-new-mail): Set the predicate.
5818
5819         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
5820
5821 1999-02-01  Michael Cook  <cook@sightpath.com>
5822
5823         * Defenestrate spurious ?a.
5824
5825 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * mail-source.el (mail-source-fetch-pop): Instead use
5828         :authentication.
5829
5830 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
5831
5832         * lisp/mail-source.el : Support APOP authentication scheme.
5833
5834 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
5835
5836         * pop3.el (pop3-movemail): Return t.
5837
5838 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * rfc2047.el (rfc2047-fold-region): New function.
5841         (rfc2047-encode-message-header): Use it.
5842
5843 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
5844
5845         * gnus-sum.el (gnus-group-charset-alist): Add more.
5846
5847 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5848
5849         * gnus.el: Pterodactyl Gnus v0.75 is released.
5850
5851 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852
5853         * gnus-art.el (article-display-x-face): Don't narrow to head.
5854
5855 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
5856
5857         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
5858
5859 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860
5861         * mail-source.el (mail-source-fetch-directory): Ignore
5862         directories.
5863
5864         * gnus-cus.el (gnus-group-parameters): Addition.
5865
5866         * gnus-art.el (article-strip-banner): Do symbolic banners.
5867         (article-strip-banner): New keystroke.
5868
5869 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
5870
5871         * gnus-art.el (article-strip-banner): New command.
5872
5873 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * gnus-art.el (gnus-treat-strip-banners): New variable.
5876
5877 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
5880         has been exist.
5881
5882 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5883
5884         * message.el (message-draft-coding-system): Check coding-system.
5885         * mm-util.el (mm-text-coding-system): Ditto.
5886
5887 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * mail-source.el (mail-source-fetch-pop): Save excursion.
5890
5891 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892
5893         * mail-source.el (mail-source-movemail-args): Not constant.
5894         (mail-source-movemail-args): Removed.
5895         (mail-source-fetch-with-program): New function.
5896         (mail-source-fetch-pop): Use program and function.
5897         (mail-source-movemail-program): Removed.
5898
5899         * gnus-art.el (gnus-treat-date-iso8601): New variable.
5900         (gnus-treat-date-user-defined): New variable.
5901
5902 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
5903
5904         * nnmail.el (nnmail-fix-eudora-headers): New function.
5905
5906 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5907
5908         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
5909
5910 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
5913         (smiley-nosey-regexp-alist): Ditto.
5914
5915         * gnus-art.el (gnus-treatment-function-alist): Do
5916         gnus-article-add-buttons-to-head later.
5917         (gnus-treat-capitalize-sentences): New variable.
5918         (article-capitalize-sentences): New command and keystroke.
5919
5920         * gnus-group.el (gnus-group-catchup-current): Do group.
5921
5922         * message.el (message-default-charset): Add group.
5923
5924 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5925
5926         * gnus.el: Pterodactyl Gnus v0.74 is released.
5927
5928 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * gnus-art.el (article-fill-long-lines): Renamed.
5931         (article-fill-long-lines): New keystroke.
5932
5933 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
5936
5937         * gnus-group.el (gnus-group-catchup-current): Skip groups now
5938         displayed.
5939         (gnus-group-catchup-current): Be more robus.
5940
5941         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
5942         headers.
5943
5944 1999-01-25  Dave Love  <fx@gnu.org>
5945
5946         * message.el (message-mode-menu): Add message-mime-attach-file.
5947         (message-mode): Doc fix.
5948
5949 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5950
5951         * nnmail.el (nnmail-check-duplication): Insert the mail source
5952         string.
5953
5954         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
5955         (mail-source-fetch-directory): Ditto.
5956         (mail-source-fetch-file): Ditto.
5957         (mail-source-string): New variable.
5958
5959         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
5960         the level.
5961
5962         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
5963         before handling.
5964
5965         * mm-util.el (mm-mime-charset): Use the parameters.
5966         (mm-mime-charset): Removed region paremeters.
5967
5968         * nnmail.el (nnmail-get-new-mail): Don't message the entire
5969         source.
5970
5971 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
5972
5973         * nnmail.el (nnmail-get-split-group): Quote right.
5974
5975 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5976
5977         * mail-source.el (mail-source-movemail): Would kill an arbitrary
5978         buffer.
5979
5980 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
5983         (gnus-group-mode): Don't hook.
5984
5985         * mail-source.el (mail-source-bind): Doc fix.
5986         (mail-source-bind): Take only one param.
5987
5988         * gnus-art.el (gnus-treat-highlight-signature): typep.
5989
5990         * mail-source.el (mail-source-movemail): Ignore empty file.
5991         (mail-source-callback): Check before deleting.
5992
5993         * message.el (message-mime-attach-file): Include name.
5994
5995 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * mm-util.el (mm-read-charset): Return a symbol.
5998
5999         * mm-view.el (mm-inline-text): Insert signature separator.
6000
6001         * gnus-art.el (gnus-treat-predicate): New function.
6002         (gnus-treat-article): Allow all types to be checked.
6003
6004         * gnus-util.el (gnus-or): New function.
6005         (gnus-and): Ditto.
6006
6007         * gnus-art.el (gnus-mime-display-single): Use override.
6008
6009         * mm-decode.el (mm-attachment-override-types): New variable.
6010         (mm-attachment-override-p): New function.
6011
6012         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6013
6014 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6015
6016         * mm-view.el (mm-inline-text): Do vcards.
6017
6018 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6019
6020         * gnus.el: Pterodactyl Gnus v0.73 is released.
6021
6022 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6023
6024         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6025         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6026         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6027         (nnmail-movemail-program): Removed.
6028         (nnmail-movemail-args): Removed.
6029         (nnmail-pop-password-required): Ditto.
6030         (nnmail-tmp-directory): Ditto.
6031         (nnmail-delete-incoming): Removed.
6032         (nnmail-pop-password, nnmail-moved-inboxes,
6033         nnmail-internal-password, nnmail-move-inbox): Removed.
6034         (nnmail-read-passwd): Ditto.
6035         (nnmail-get-spool-files): Removed.
6036         (nnmail-resplit-incoming): Reinstated.
6037
6038         * mail-source.el: New file.
6039
6040 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6041
6042         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6043
6044 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045
6046         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6047
6048 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6051
6052         * gnus-picon.el (gnus-group-display-picons): Goto body.
6053
6054         * gnus.el: Indented all functions; broke long lines; changed all
6055         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6056
6057 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6058
6059         * gnus.el: Pterodactyl Gnus v0.72 is released.
6060
6061 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062
6063         * gnus.el: Cleaned up trailing whitespace.
6064
6065         * mm-util.el (mm-read-charset): Work.
6066
6067 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6068
6069         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6070         nnheader-translate-file-chars'd group name.
6071
6072 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * message.el (message-encode-message-body): Fold case.
6075
6076 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6077
6078         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6079
6080 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * mailcap.el (mailcap-add): New function.
6083
6084 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6087         (article-goto-body): Use it.
6088         (gnus-treat-article): Ditto.
6089
6090         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6091         downloaded articles from the downloadeble list.
6092
6093 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * message.el (message-encode-message-body): Bind
6096         mail-parse-charset.
6097
6098         * mm-util.el (mm-charset-synonym-alist): New variable.
6099         (mm-charset-to-coding-system): Use it.
6100         (mm-charset-coding-system-alist): Removed.
6101         (mm-charset-to-coding-system): Don't use it.
6102         (mm-find-charset-region): Use mail-parse-charset.
6103
6104         * gnus-art.el (gnus-treatment-function-alist): Use
6105         gnus-article-display-picons.
6106         (gnus-treat-display-xface): Only do if we have xface feature.
6107         (gnus-part-display-hook): New function.
6108         (gnus-treat-article): Use it.
6109         (gnus-treat-article): Use gnus-visual.
6110
6111         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6112
6113         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6114         displaying.
6115
6116         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6117
6118         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6119         regexp file names.
6120
6121 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6122
6123         * gnus.el: Pterodactyl Gnus v0.71 is released.
6124
6125 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126
6127         * mm-view.el (mm-inline-image): Don't add a dot.
6128
6129         * gnus-art.el (gnus-treat-article): New function.
6130
6131         * gnus.el (gnus-article-display-hook): Removed.
6132
6133         * gnus-art.el (gnus-article-treat-custom): New variable.
6134
6135         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6136
6137         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6138         functions.
6139
6140         * message.el (message-posting-charset): New variable.
6141         (message-send-mail): Use it.
6142
6143         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6144         (gnus-setup-posting-charset): New function.
6145         (gnus-setup-message): Use it.
6146
6147         * message.el (message-encode-message-body): Just look for
6148         Content-Type before inserting a new one.
6149
6150 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151
6152         * rfc2047.el (rfc2047-default-charset): Removed.
6153
6154         * mail-prsvr.el: New file.
6155         (mail-parse-charset): New variable.
6156
6157         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6158         Changed name.
6159
6160         * gnus.el (gnus-charset): New group.
6161
6162         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6163
6164         * gnus-sum.el (gnus-default-charset): Default to nil.
6165         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6166         (gnus-newsgroup-iso-8859-1-forced): Removed.
6167
6168         * mm-util.el (mm-known-charsets): Removed.
6169         (mm-default-coding-system): Removed.
6170         (mm-default-charset): Removed.
6171         (mm-read-charset): New function.
6172
6173         * message.el (message-default-charset): Removed.
6174
6175         * rfc2047.el (rfc2047-default-charset): Default to nil.
6176
6177         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6178
6179 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6180
6181         * gnus.el: Pterodactyl Gnus v0.70 is released.
6182
6183 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6184
6185         * mm-decode.el (mm-save-part): Use mm-get-part.
6186         (mm-insert-part): New function.
6187         (mm-get-part): Use it.
6188         (mm-get-image): Ditto.
6189         (mm-display-external): Ditto.
6190
6191         * mm-view.el (mm-inline-text): Ditto.
6192
6193         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6194         ranges.
6195
6196         * mm-decode.el (mm-display-external): Save the buffer.
6197         (mm-remove-part): Kill it.
6198
6199         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6200
6201         * nnagent.el (nnagent-request-set-mark): Defined stub.
6202
6203 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * gnus-score.el (gnus-score-load-score-alist): Bind
6206         coding-system-for-read.
6207
6208         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6209         prepare-exit-hook.
6210
6211         * mm-view.el (mm-setup-w3): Require w3.
6212
6213 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6214
6215         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6216         body.
6217
6218 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6219
6220         * mm-encode.el: Ditto.
6221
6222         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6223         error.
6224
6225         * mailcap.el (mailcap-mime-data): SAFER ps.
6226
6227         * message.el (message-encode-message-body): Always insert a
6228         Content-Type header.
6229
6230         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6231         shown inline.
6232
6233         * mm-view.el (mm-inline-text): Handle all sorts of text.
6234
6235         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6236         don't view.
6237
6238         * mm-decode.el (mm-display-external): Use it.
6239
6240         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6241
6242         * mm-decode.el (mm-save-part): Removed double code.
6243
6244 1999-01-12  Dave Love  <fx@gnu.org>
6245
6246         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6247         application/octet-stream .gz & al files with jka-compr.
6248
6249 1999-01-12  Dave Love  <fx@gnu.org>
6250
6251         * gnus-ems.el (gnus-down-mouse-3): New variable.
6252         * gnus-art.el (gnus-mime-button-map): Use it.
6253         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6254
6255 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256
6257         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6258
6259 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6262         buffers.
6263
6264         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6265
6266         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6267
6268 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6269
6270         * mml.el (mml-parameter-string): Strip directory component.
6271
6272 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273
6274         * gnus.el (gnus-use-demon): Removed.
6275
6276 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * nnmail.el (nnmail-article-group): Don't infloop.
6279
6280 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6281
6282         * gnus-art.el (article-update-date-lapsed): Made it work with
6283         picons, and make it update on all visible frames.
6284         (article-date-ut): Get summary-buffer's current-headers.
6285
6286 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6289         (gnus-picons-setup-p): New variable.
6290
6291 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6292
6293         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6294
6295 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6298         (gnus-summary-exit-no-update): Use mapcar.
6299
6300 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6301
6302         * gnus-agent.el (gnus-category-write): Make directory.
6303
6304 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6305
6306         * gnus-sum.el (gnus-update-read-articles):
6307         (gnus-update-marks): Request backend update of mark.
6308
6309 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * mm-bodies.el (mm-body-encoding): Use mm-find.
6312
6313 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6314
6315         * gnus-picon.el (gnus-article-display-picons): Fix.
6316
6317 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6318
6319         * gnus.el: Pterodactyl Gnus v0.69 is released.
6320
6321 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6322
6323         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6324
6325         * gnus-agent.el (gnus-agent-remove-group): New command and
6326         keystroke.
6327
6328         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6329
6330 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6331
6332         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6333
6334 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6335
6336         * mm-view.el (mm-inline-text): Bind current id.
6337
6338         * mm-decode.el (mm-handle-id): New macro.
6339         (mm-make-handle): Accept id.
6340         (mm-dissect-singlepart): Use it.
6341
6342 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6343
6344       * message.el (message-cite-original-without-signature): Use
6345       message-signature-separator when searching for signature in
6346       message-cite-original-without-signature.
6347
6348 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6349
6350         * gnus.el (gnus-server-to-method): Check named methods.
6351
6352 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6353
6354         * mm-view.el (mm-view-message): Goto point-min.
6355
6356         * nnmail.el (nnmail-article-group): Don't delete lines, only
6357         shorten them.
6358
6359         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6360         values.
6361
6362         * nnheader.el (nnheader-temp-directory): New variable.
6363         (nnheader-temp-directory): Removed.
6364
6365 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6366
6367         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6368         list of files to check for mailcap entries under windows-nt.
6369
6370 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6371
6372         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6373         summary buffer exists.
6374
6375 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6376
6377         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6378         irrelevant Sun sendmail bug.
6379         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6380
6381         * message.el (message-send-news): Bind mail-header-separator to
6382         "" when asking backend to post.
6383
6384 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6385
6386         * mm-uu.el (mm-dissect-disposition): New variable.
6387         (mm-uu-dissect): Use it.
6388
6389 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6390
6391         * mm-view.el (mm-inline-text): Bind url-current-object.
6392
6393 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6394
6395         * gnus-range.el (gnus-remove-from-range): Rewrite.
6396
6397 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6398
6399         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6400
6401 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6402
6403         * message.el (message-encode-message-body): Insert `MIME-Version'
6404         instead of `Mime-Version'.
6405
6406 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6407
6408         * message.el (message-insert-mime-part): Add the attachment
6409         disposition.
6410         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6411         (message-mime-query-type): New function.
6412         (message-mime-query-description): Ditto.
6413         (message-mime-query-file): Ditto.
6414         (message-insert-mime-part): Use them.
6415         (message-mime-insert-external): Use the new stuff.
6416
6417 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6418
6419         * nnmail.el (nnmail-split-header-length-limit): New variable.
6420
6421         * mm-decode.el (mm-dissect-buffer): Check syntax.
6422
6423         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6424
6425         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6426         (rfc2047-dissect-region): Ditto.
6427
6428 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * mm-view.el (mm-view-message): Decode charset.
6431
6432 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6435         CT headers.
6436
6437 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6438
6439         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6440         mm-uu-*-function.
6441         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6442
6443 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * message.el (message-send-mail): Do MML first.
6446         (message-send-news): Ditto.
6447
6448 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * gnus-picon.el (gnus-picons-face): New face.
6451         (gnus-picons-try-face): Use it.
6452
6453 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6454
6455         * gnus.el: Pterodactyl Gnus v0.68 is released.
6456
6457 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6458
6459         * gnus.el: Pterodactyl Gnus v0.67 is released.
6460
6461 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6462
6463         * gnus.el: Pterodactyl Gnus v0.66 is released.
6464
6465 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * gnus-art.el (gnus-insert-mime-button): Decode description.
6468
6469 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6470
6471         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6472         (gnus-decode-header-methods): Ditto.
6473         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6474
6475 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6476
6477         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6478
6479 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480
6481         * mml.el (mml-insert-mime-headers): Encode description.
6482
6483         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6484         line.
6485
6486         * gnus-sum.el (gnus-default-charset): Doc fix.
6487
6488 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6489
6490         * mm-decode.el (mm-display-part): Forward a line.
6491
6492 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6493
6494         * mm-util.el (mm-running-ntemacs): New variable.
6495         (mm-text-coding-system): Ditto.
6496         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6497         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6498
6499 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6500
6501         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6502         buffer.
6503
6504         * message.el (message-insert-headers): New command and keystroke.
6505
6506 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507
6508         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6509         (mm-get-image): Ditto.
6510
6511         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6512         base64, uudecode and binhex.
6513
6514 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6515
6516         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6517         in text/plain.
6518         * mm-uu.el (mm-uu-dissect): Use inline.
6519
6520 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * mm-view.el (mm-view-message): New function.
6523
6524         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6525         qp.
6526
6527 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6528
6529         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6530         entry for message/rfc822 as 8bit.
6531
6532 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533
6534         * mailcap.el (mailcap-mime-extensions): Add patch.
6535
6536 1998-12-05  Dale Hagglund  <rdh@best.com>
6537
6538         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6539         argument to force all multipart/* to look like multipart/mixed.
6540
6541         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6542         variable.
6543         (gnus-mime-display-part): Use it.
6544
6545 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546
6547         * gnus-draft.el (gnus-draft-send): Only disable checks for
6548         non-interactive use.
6549         (gnus-draft-send-message): Use it.
6550
6551 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6552
6553         * gnus.el: Pterodactyl Gnus v0.65 is released.
6554
6555 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6558
6559         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6560
6561 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6562
6563         * gnus.el: Pterodactyl Gnus v0.64 is released.
6564
6565 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6566
6567         * mm-view.el (mm-setup-w3): Don't load.
6568
6569         * gnus-msg.el (gnus-setup-message): Set group name.
6570         (gnus-group-mail): Avoid leaking local vars.
6571
6572         * message.el (message-attach-file): Renamed.
6573         (message-mime-attach-file): Renamed again.
6574
6575 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6576
6577         * gnus-art.el (article-decode-encoded-words): Bind
6578         rfc2047-default-charset here.
6579
6580         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6581
6582 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6583
6584         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6585         (gnus-picons-setup-hook): New hook.
6586
6587 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6588
6589         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6590         string.
6591         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6592         line.
6593
6594 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6595
6596         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6597         (gnus-mime-view-part): Ditto.
6598         (gnus-mime-inline-part): Dotii.
6599         (gnus-mime-externalize-part): Daddo.
6600         (gnus-mime-internalize-part): Tutti frutti.
6601         (gnus-widget-press-button): Da da do.
6602
6603         * mm-view.el (mm-setup-w3): Require url-vars.
6604
6605 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6606
6607         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6608         * mm-util.el (mm-find-charset-region): Ditto.
6609
6610 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * message.el (message-send): Don't encode here.
6613         (message-send-mail): But here.
6614         (message-send-news): And here.
6615
6616 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
6619
6620 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6621
6622         * gnus.el: Pterodactyl Gnus v0.63 is released.
6623
6624 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6625
6626         * mml.el (mml-base-boundary): Shorten.
6627
6628         * message.el (message-insert-mime-part): Use default.
6629
6630         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
6631
6632 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6633
6634         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
6635         buttons, not [*].
6636
6637 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6638
6639         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
6640
6641 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
6642
6643         * gnus-art.el (gnus-insert-mime-button): Fix.
6644
6645 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6646
6647         * message.el (message-insert-mime-part): Nicify prompts.
6648         (message-insert-mime-part): Really delete duplicates.
6649         (message-insert-mime-part): Check against common errors.
6650         (message-insert-mime-part): Fix docstring.
6651
6652 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6653
6654         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
6655
6656 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6657
6658         * gnus-art.el (gnus-mime-button-line-format): Nicify.
6659         (gnus-insert-mime-button): Modify accordingly.
6660
6661 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6662
6663         * gnus-art.el (gnus-display-mime): Set window point.
6664
6665         * mm-decode.el (mm-display-external): Only decode when not
6666         saving.
6667         (mm-alternative-precedence): Prefer multiparts.
6668         (mm-inline-media-tests): Inline multiparts.
6669
6670         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
6671         Ignore errors when requiring url.
6672
6673         * mml.el (mml-quote-region): New command.
6674
6675         * message.el (message-cite-original): Use it.
6676         (message-cite-original-without-signature): Ditto.
6677
6678 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6679
6680         * gnus.el: Pterodactyl Gnus v0.62 is released.
6681
6682 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683
6684         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
6685
6686 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6687
6688         * mm-view.el (mm-inline-text): Use `point-min-marker' and
6689         `point-max-marker'.
6690
6691 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6692
6693         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
6694
6695         * gnus-art.el (gnus-mime-display-single): Check for attachment
6696         before other tests.
6697
6698 1998-12-03  Didier Verna  <verna@inf.enst.fr>
6699
6700         * gnus-msg.el (gnus-configure-posting-styles): find a
6701         posting-style entry in the group parameters, if any, and honor it
6702         at the end.
6703
6704 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
6705
6706         * nntp.el (nntp-after-change-function): Fix.
6707
6708 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
6709
6710         * mml.el (mml-generate-mime-1): Insert literally.
6711
6712 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6713
6714         * mml.el (mml-insert-mime-headers): Removed debug.
6715
6716 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6717
6718         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
6719         prefixed.
6720
6721         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
6722         application/emacs-lisp to 8bit.
6723
6724 1998-12-03  Dale Hagglund  <rdh@best.com>
6725
6726         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
6727
6728 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6729
6730         * gnus.el: Pterodactyl Gnus v0.61 is released.
6731
6732 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * mml.el (mml-parse-1): Skipped parts.
6735         (mml-insert-mime-headers): Nil is a list.
6736         (mml-generate-mime-1): Don't insert literally.
6737         (mml-read-tag): Drop text props.
6738         (mml-read-part): Ditto.
6739         (mml-parse-singlepart-with-multiple-charsets): Ditto.
6740
6741 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6742
6743         * gnus.el: Pterodactyl Gnus v0.60 is released.
6744
6745 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * mml.el (mml-parse-1): Don't throw contents away.
6748
6749 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
6750
6751         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
6752
6753 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754
6755         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
6756         function.
6757         (mml-parse-1): Use it.
6758
6759 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6760
6761         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
6762         Use gnus-newsgroup-default-charset.
6763         (article-decode-encoded-words): Remove charset codes.
6764         * gnus-sum.el (gnus-newsgroup-default-charset): Use
6765         gnus-default-charset.
6766
6767 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6768
6769         * message.el (message-send-mail): Don't encode here.
6770         (message-send-news): Nor here.
6771         (message-send): ... but here instead.
6772
6773         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
6774         default to nil.
6775         (gnus-article-display-picons): Replace From line.
6776         (gnus-group-display-picons): Replace Newsgroups line.
6777         (gnus-picons-display-glyph): Set baseline.
6778         (gnus-group-display-picons): Piconize the entire Newsgroups line.
6779         (gnus-picons-xbm-face): Revert to old, standard colors.
6780
6781         * message.el (message-fetch-field): Remove text props.
6782
6783         * gnus-art.el (gnus-article-normalized-header-length): New
6784         variable.
6785         (article-normalize-headers): New command and keystroke.
6786
6787         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
6788
6789 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6790
6791         * gnus.el: Pterodactyl Gnus v0.59 is released.
6792
6793 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
6796
6797         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
6798
6799 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
6800
6801         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
6802
6803 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6804
6805         * mm-decode.el (mm-all-images-fit): New variable.
6806         (mm-image-fit-p): Use it.
6807
6808         * gnus-art.el (gnus-mime-display-single): Use it.
6809         (gnus-mime-internalize-part): New command and keystroke.
6810
6811         * mm-decode.el (mm-user-automatic-external-display): New
6812         variable.
6813         (mm-automatic-external-display-p): New function.
6814
6815         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
6816         colors.
6817
6818 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6819
6820         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
6821
6822         * gnus-art.el (gnus-with-article): Work in the original article
6823         buffer.
6824         (gnus-with-article): Work in read-only groups.
6825
6826 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6827
6828         * mm-bodies.el (mm-decode-string): Return original string if not
6829         decode.
6830
6831 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6832
6833         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
6834
6835 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
6836
6837         * nndoc.el (nndoc-mime-parts-type-p): Do related.
6838
6839 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6840
6841         * gnus.el: Pterodactyl Gnus v0.58 is released.
6842
6843 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
6844
6845         * mm-decode.el (mm-get-image): Return a glyph, not an image
6846         specifier.
6847
6848 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
6849
6850         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
6851
6852 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * mail-parse.el (rfc2045): Required.
6855
6856 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
6857
6858         * mm-view.el (mm-inline-text): Remove props.
6859
6860 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * mm-view.el (mm-setup-w3): Protect url-misc.
6863
6864         * message.el (message-ignored-resent-headers): Remove
6865         Gnus-Warning.
6866
6867         * mml.el (mml-insert-mime-headers): Use encoding.
6868         (mml-parameter-string): Ditto.
6869
6870         * rfc2045.el: New file.
6871         (rfc2045-encode-string): New function.
6872
6873 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6874
6875         * mail-parse.el (mail-header-encode-parameter): New function.
6876
6877         * rfc2231.el (rfc2231-encode-string): New function.
6878
6879 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6880
6881         * mm-bodies.el (mm-decode-string): New function.
6882         * mm-view.el (mm-inline-text): Use mm-decode-string.
6883
6884 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6885
6886         * gnus.el: Pterodactyl Gnus v0.57 is released.
6887
6888 1998-11-23  Felix Lee  <flee@cygnus.com>
6889
6890         * nntp.el (nntp-async-needs-kluge): new setting.
6891         (nntp-async-timer): new var.
6892         (nntp-async-process-list): new var.
6893         (nntp-async-kluge): new function.
6894         (nntp-async-timer-handler): new function.
6895         (nntp-async-wait): new function.
6896         (nntp-async-stop): new function.
6897         (nntp-after-change-function): renamed, and split apart.
6898         (nntp-async-trigger): new function.
6899         (nntp-do-callback): new function.
6900         (nntp-accept-process-output): add optional timeout arg.
6901
6902         * gnus-async.el (gnus-async-request-fetched-article): fixed.
6903         (gnus-async-wait-for-article): new function.
6904         (gnus-async-with-semaphore): s/asynch/async/.
6905
6906 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6907
6908         * gnus-art.el (gnus-with-article): Don't encode.
6909         (gnus-insert-mime-button): Fall back on filename from C-D.
6910         (gnus-mime-display-single): Have dots right on text/plain
6911         attachments.
6912
6913         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
6914         broken parts.
6915
6916         * gnus-art.el (gnus-with-article): Flush cache and backlog.
6917
6918         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
6919         binhex.
6920
6921         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
6922         (gnus-summary-repair-multipart): New command and keystroke.
6923
6924         * gnus-art.el (gnus-with-article-buffer): New macro.
6925
6926 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6927
6928         * gnus-art.el (gnus-mime-inline-part): Do not get part when
6929         undisplay the part.
6930
6931 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6932
6933         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
6934
6935         * mml.el (mml-read-part): Partition right.
6936
6937         * mm-decode.el (mm-handle-set-cache): New macro.
6938         (mm-handle-cache): Ditto.
6939         (mm-make-handle): Ditto.
6940         (mm-dissect-singlepart): Use it.
6941         (mm-get-image): Use the cache.
6942
6943 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944
6945         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
6946         (gnus-mime-display-single): Don't insert lines between parts.
6947
6948 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6949
6950         * nnmail.el (nnmail-file-coding-system-1): New variable.
6951         * nnfolder.el (nnfolder-file-coding-system): Ditto.
6952         (nnfolder-read-folder): Use nnfolder-file-coding-system.
6953         * nnml.el (nnml-file-coding-system): New variable.
6954         (nnml-request-article): Use nnml-file-coding-system.
6955
6956 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6957
6958         * gnus.el: Pterodactyl Gnus v0.56 is released.
6959
6960 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6961
6962         * gnus-art.el (gnus-mime-display-part): New function.
6963         (gnus-mime-display-mixed): Use it.
6964
6965         * mm-view.el (mm-setup-w3): Don't register.
6966
6967         * message.el (message-cite-original): Cite parts.
6968
6969 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6970
6971         * mml.el (mml-parameter-string): New function.
6972         (mml-insert-mime-headers): Separated into new function.
6973
6974 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
6975
6976         * mml.el (mml-make-boundary): Use `make-string'.
6977
6978 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
6979
6980         * binhex.el (binhex-insert-char): Ditto.
6981
6982         * base64.el (base64-insert-char): Ditto.
6983
6984         * uudecode.el (uudecode-insert-char): Code correctly.
6985
6986 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * mml.el (mml-generate-mime): Don't generate multiparts for
6989         empties.
6990
6991         * gnus-art.el (gnus-display-mime): Save excursion.
6992
6993         * message.el (message-remove-first-header): New function.
6994         (message-encode-message-body): Use it.
6995
6996 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6997
6998         * gnus.el: Pterodactyl Gnus v0.55 is released.
6999
7000 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7001
7002         * mm-view.el (mm-setup-w3): New function.
7003
7004         * mm-decode.el (mm-content-id-get-contents): New function.
7005         (mm-content-id-get-type): Ditto.
7006         (mm-content-id-get-encoding): Ditto.
7007         (mm-get-handle-by-content-id): Removed.
7008
7009 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7010
7011         * message.el (message-generate-new-buffers): Fix tag.
7012
7013 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * message.el (message-buffer-name): Check for unique first.
7016
7017         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7018         gnus-inhibit-mime-unbuttonizing.
7019
7020         * gnus-sum.el (t): Bind M-t.
7021         (gnus-inhibit-unbuttonizing): New variable.
7022         (gnus-summary-toggle-display-buttonized): New command.
7023
7024         * gnus-art.el (gnus-display-mime): Select article window.
7025         (article-strip-trailing-space): New command and keystroke.
7026
7027         * nneething.el (nneething-include-files): New variable.
7028         (nneething-create-mapping): Use it.
7029
7030         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7031
7032         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7033         ayto-expirable marks.
7034
7035 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036
7037         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7038
7039         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7040         ARG.
7041
7042         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7043
7044 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7045
7046         * mm-util.el (mm-binary-coding-system): New variable.
7047         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7048         * mm-decode.el (mm-display-external): Ditto.
7049
7050 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7051
7052         * gnus.el: Pterodactyl Gnus v0.54 is released.
7053
7054 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7057
7058 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059
7060         * mm-decode.el (mm-save-part): Unquote.
7061
7062 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7063
7064         * mm-decode.el (mm-save-part): Bind coding system for write.
7065
7066 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7067
7068         * gnus-art.el (gnus-article-mode-line-format): New default.
7069         (gnus-article-mime-part-status): New function.
7070
7071         * message.el (message-send-news): Check the body syntax before
7072         encoding.
7073
7074         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7075         (gnus-mime-display-single): Use it.
7076         (gnus-mime-display-alternative): Ditto.
7077
7078         * mm-decode.el: Check for whether we are running under a term.
7079
7080 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * mm-decode.el (mm-preferred-alternative): Default to first
7083         alternative.
7084         (mm-preferred-alternative): No, we dont.
7085
7086 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7087
7088         * mm-decode.el (mm-display-external): Use binary instead of
7089         no-conversion.
7090         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7091         * nnheader.el (nnheader-file-coding-system): Ditto.
7092         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7093
7094 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7095
7096         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7097         name without method.
7098
7099 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7100
7101         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7102         coding-system -> default-charset.
7103         (gnus-newsgroup-default-charset-alist): Ditto.
7104         (gnus-summary-local-variables): Ditto.
7105         (gnus-set-global-variables): Ditto.
7106         (gnus-get-newsgroup-headers): Ditto.
7107         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7108         (gnus-get-newsgroup-headers-xover): Ditto.
7109         (gnus-newsgroup-setup-default-charset): Ditto.
7110         (article-decode-mime-words): Ditto.
7111         (article-decode-charset): Ditto.
7112         (article-decode-encoded-words): Ditto.
7113         (article-de-quoted-unreadable): Ditto.
7114         (gnus-mime-view-all-parts): Ditto.
7115         (gnus-mime-externalize-part): Ditto.
7116         (gnus-mm-display-part): Ditto.
7117         (gnus-mime-display-single): Ditto.
7118         (gnus-mime-display-alternative): Ditto.
7119         * lpath.el : Ditto.
7120
7121 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7122
7123         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7124         * gnus-art.el (article-decode-charset): Overlay
7125         rfc2047-default-charset.
7126         * message.el (message-draft-coding-system): New variable.
7127         (message-set-auto-save-file-name): Use message-draft-coding-system.
7128         * nndraft.el (nndraft-request-article): Ditto.
7129         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7130         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7131
7132 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7133
7134         * mm-uu.el (mm-uu-test): New function.
7135         (mm-uu-dissect): Inherit charset and cte from head.
7136         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7137
7138 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7139
7140         * gnus.el: Pterodactyl Gnus v0.53 is released.
7141
7142 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7143
7144         * mm-decode.el (mm-get-image): New function.
7145         (mm-image-fit-p): New function.
7146
7147         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7148
7149         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7150
7151         * gnus-art.el (gnus-article-insert-newline): New function.
7152         (article-goto-body): New function.
7153
7154 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7155
7156         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7157         buttons.
7158
7159         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7160         keystroke.
7161
7162         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7163         line between parts.
7164
7165         * message.el (message-remove-header): Go to end if wanted.
7166
7167 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7168
7169         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7170         movement with save-window-excursion.
7171
7172 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7173
7174         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7175
7176 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7177
7178         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7179
7180 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7181
7182         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7183         gnus-newsgroup-coding-system.
7184         (gnus-get-newsgroup-headers): Ditto.
7185         (gnus-get-newsgroup-headers-xover): Ditto.
7186         (gnus-set-global-variables): Ditto.
7187         * gnus-art.el (article-decode-mime-words): Ditto.
7188         (article-decode-charset): Ditto.
7189         (article-decode-encoded-words): Ditto.
7190         (article-de-quoted-unreadable): Ditto.
7191         (gnus-mime-view-all-parts): Ditto.
7192         (gnus-mime-externalize-part): Ditto.
7193         (gnus-mm-display-part): Ditto.
7194         (gnus-mime-display-alternative): Ditto.
7195         (gnus-mime-display-single): Ditto.
7196         * mm-view.el (mm-inline-text): Use default coding system.
7197
7198 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7199
7200         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7201         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7202         (gnus-newsgroup-coding-system): New local variable.
7203         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7204         (gnus-summary-local-variables): Add two new local variables.
7205         (gnus-newsgroup-setup-coding-system): New function.
7206         (gnus-select-newsgroup): Setup coding system.
7207         * lpath.el: Add two new variables.
7208         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7209         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7210         * gnus-cus.el (gnus-group-parameters): Customizable
7211         iso-8859-1-forced.
7212
7213 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7214
7215         * gnus.el: Pterodactyl Gnus v0.52 is released.
7216
7217 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7218
7219         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7220         encoding.
7221
7222         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7223         undisplayed text types.
7224
7225         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7226         types.
7227
7228 1998-11-19  Felix Lee  <flee@cygnus.com>
7229
7230         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7231
7232 1998-11-19  Felix Lee  <flee@cygnus.com>
7233
7234         * gnus-async.el (gnus-asynch-obarray): rename to
7235         gnus-async-hashtb, and don't buffer-local it.
7236
7237         (gnus-async-article-callback): new function.
7238         (gnus-make-async-article-function): use it.
7239
7240         (gnus-async-current-prefetch-group): new var.
7241         (gnus-async-current-prefetch-article): new var.
7242         (gnus-async-request-fetched-article): are we fetching it already?
7243
7244         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7245
7246 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7247
7248         * gnus-sum.el (gnus-summary-show-article): Require.
7249
7250         * message.el: Provide before hooks.
7251         (message-send-news): Do MIME before headers.
7252
7253         * gnus-art.el (gnus-article-check-buffer): New function.
7254         (gnus-article-read-summary-keys): Use it.
7255
7256         * mm-decode.el (mm-user-automatic-display): Display all inline
7257         images.
7258
7259         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7260         much.
7261         (gnus-unbuttonized-mime-types): New variable.
7262
7263 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264
7265         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7266
7267         * mm-decode.el (mm-quote-arg): Quote semicolons.
7268
7269         * gnus-art.el (gnus-mime-display-single): Don't display
7270         attachments.
7271         (gnus-mime-externalize-part): New command and keystroke.
7272
7273         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7274         (mm-alternative-precedence): Changed order.
7275
7276 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7277
7278         * gnus.el (gnus-method-simplify): New function.
7279         (gnus-native-method-p): New function.
7280         (gnus-secondary-method-p): Use gnus-method-equal.
7281
7282         * gnus-start.el (gnus-group-change-level): Shorten select method.
7283
7284 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7285
7286         * gnus.el: Pterodactyl Gnus v0.51 is released.
7287
7288 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * gnus.el: Applied patches from 5.6.45.
7291
7292         * gnus-score.el (gnus-score-find-trace): Print complete file
7293         paths.
7294         (gnus-score-find-trace): Truncate lines.
7295
7296         * gnus.el (gnus-message-archive-group): Allow function.
7297
7298         * message.el (message-encode-message-body): Remove Mime-Version
7299         before inserting.
7300
7301         * gnus-cus.el (gnus-group-customize): Optional topic.
7302
7303         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7304         keystroke.
7305
7306 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7307
7308         * message.el (message-encode-message-body): Rewrite.
7309
7310 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7311
7312         * mml.el (mml-base-boundary): New variable.
7313         (mml-make-boundary): New function.
7314
7315         * gnus-cache.el (gnus-cache-coding-system): New variable.
7316         (gnus-cache-request-article): Use it.
7317
7318         * message.el (message-insert-mime-part): Delete duplicates.
7319
7320 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7321
7322         * gnus-art.el (gnus-mime-display-alternative): Set end of
7323         multipart and display even when nothing is preferred.
7324
7325 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7326
7327         * gnus.el: Pterodactyl Gnus v0.50 is released.
7328
7329 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7332         fbound.
7333
7334         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7335
7336 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7337
7338         * gnus.el (gnus-similar-server-opened): Compare backend.
7339
7340 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7341
7342         * gnus-topic.el (gnus-topic-expire-articles): New function.
7343         (gnus-topic-mode-map): Bind it.
7344
7345         * gnus.texi (Topic Commands): New expiry command. Reordered.
7346
7347 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7348
7349         * gnus-sum.el
7350         (gnus-auto-expirable-marks): New variable.
7351         (gnus-inhibit-user-auto-expire): New variable.
7352         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7353         When looking to see if we should expire instead, check
7354         gnus-auto-expirable-marks instead of using a hard-wired list.
7355         (gnus-summary-mark-as-read-forward,
7356         gnus-summary-mark-as-read-backward):
7357         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7358         gnus-summary-mark-forward, instead of `t'.
7359
7360 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * mml.el (mml-compute-boundary): New function.
7363         (mml-compute-boundary-1): New function.
7364         (mml-generate-mime-1): Use it.
7365
7366 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7367
7368         * mml.el (mml-generate-mime-1): Always precede closing boundary
7369         with newline.
7370
7371 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7372
7373         * mml.el (mml-generate-mime-1): Do right boundaries when several
7374         multiparts.
7375
7376         * mm-decode.el (mm-user-automatic-display): Default to inline
7377         jpeg.
7378
7379         * mml.el (mml-generate-mime-1): Encode non-text parts.
7380
7381 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7382
7383         * gnus.el: Pterodactyl Gnus v0.49 is released.
7384
7385 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * mm-view.el (mm-inline-text): Require w3-vars.
7388
7389         * gnus-setup.el (gnus-use-tm): Removed.
7390
7391         * gnus-art.el (gnus-article-goto-part): Don't beep.
7392         (gnus-article-view-part): Check return value.
7393         (gnus-mime-display-alternative): Don't display when there is
7394         nothing to display.
7395
7396         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7397         (mml-generate-mime-1): Use unibyte for binaries.
7398
7399         * gnus-art.el (gnus-display-mime): Call
7400         gnus-article-mime-part-function.
7401         (gnus-mime-part-function): New function.
7402         (gnus-article-mime-part-function): New function.
7403
7404         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7405
7406 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7409
7410         * message.el (message-font-lock-keywords): Highlight MML.
7411         (message-mml-face): New font.
7412
7413 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7414
7415         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7416         (gnus-mm-display-part): Do not select-window if the article window
7417         is not found.
7418
7419 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7420
7421         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7422
7423 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7424
7425         * gnus.el: Pterodactyl Gnus v0.48 is released.
7426
7427 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7428
7429         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7430
7431         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7432
7433         * message.el (message-cite-original-without-signature): Ditto.
7434         (message-cite-original): Quote parts.
7435
7436 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7437
7438         * gnus.el: Pterodactyl Gnus v0.47 is released.
7439
7440 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7441
7442         * message.el (message-encode-message-body): Insert MIME warning.
7443
7444         * mml.el (mml-read-tag): Look for #tag.
7445
7446         * mm-util.el (mm-find-charset-region): Check whether
7447         enable-multibyte-characters is bound.
7448
7449 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7450
7451         * gnus.el: Pterodactyl Gnus v0.46 is released.
7452
7453 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * message.el (message-encode-message-body): Insert headers at the
7456         right spot.
7457
7458 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7459
7460         * gnus.el: Pterodactyl Gnus v0.45 is released.
7461
7462 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7463
7464         * nndraft.el (nndraft-save-mime-part): Removed.
7465         (nndraft-get-mime-part): Ditto.
7466
7467         * message.el (message-format-mime-old): Removed.
7468         (message-encode-message-body): Removed.
7469         (message-encode-message-body): Renamed.
7470
7471 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7474
7475         * message.el (message-format-mime): Check message-mime-part.
7476
7477         * mm-encode.el (mm-mime-file-types): Removed.
7478         (mm-default-file-encoding): New definition.
7479
7480 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7481
7482         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7483         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7484
7485 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7486
7487         * gnus.el: Pterodactyl Gnus v0.44 is released.
7488
7489 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7490
7491         * message.el (message-format-mime): New function.
7492
7493         * nndraft.el (nndraft-save-mime-part): New function.
7494         (nndraft-get-mime-part): New function.
7495
7496         * mm-encode.el (mm-default-file-encoding): New function.
7497         (mm-content-transfer-encoding): New function.
7498         (mm-encode-buffer): New function.
7499
7500         * message.el: New command.
7501         (message-mime-part): New variable.
7502         (message-insert-mime-part): New command.
7503
7504         * mm-encode.el (mm-encode-content-transfer-encoding): New
7505         function.
7506
7507         * mm-util.el (mm-content-transfer-encoding-defaults): New
7508         variable.
7509         (mm-mime-file-types): Taken from TM.
7510
7511 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7512
7513         * gnus.el: Pterodactyl Gnus v0.43 is released.
7514
7515 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7516
7517         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7518         * gnus-score.el (gnus-score-default-header): Ditto.
7519         (gnus-header-index): Ditto.
7520         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7521         (gnus-summary-header): Handle extra headers.
7522         (gnus-summary-score-entry): Ditto, & provide new score element.
7523         (gnus-summary-score-effect): Ditto.
7524         (gnus-score-string): Avoid "extra" string sort, & modify match in
7525         "extra" case.
7526         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7527
7528 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7529
7530         * message.el (message-resend): Bind message-required-mail-headers
7531         to nil.
7532
7533         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7534
7535         * nngateway.el (require): Require cl.
7536
7537         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7538         things.
7539
7540 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7541
7542         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7543         when no articles.
7544
7545 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7546
7547         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7548
7549 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7550
7551         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7552         user-mail-address if non-nil.
7553
7554 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7555
7556         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7557         (gnus-make-sort-function-1): Ditto.
7558
7559         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7560         window.
7561
7562 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7563
7564         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7565
7566         * binhex.el (binhex-decode-region): Quote.
7567
7568 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569
7570         * gnus-art.el (article-decode-charset): Don't downcase charset.
7571
7572         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7573
7574 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7575
7576         * gnus.el: Pterodactyl Gnus v0.42 is released.
7577
7578 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7579
7580         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7581
7582 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7583
7584         * nntp.el (nntp-send-mode-reader): Revert.
7585
7586 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7587
7588         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7589
7590 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7591
7592         * message.el (message-make-date): Fix for negative time zones.
7593
7594 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7595
7596         * gnus.el: Pterodactyl Gnus v0.41 is released.
7597
7598 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7599
7600         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7601
7602 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7603
7604         * gnus.el (gnus-short-group-name): When shortening foreign select
7605         methods, do not scan for plusses beyond the first colon.
7606
7607 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7608
7609         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7610         lines where `group' is the last thing on the line.
7611
7612 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7613
7614         * gnus-art.el (gnus-article-view-part): Do alternative.
7615         (gnus-mime-display-alternative): Insert marker.
7616
7617 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7618
7619         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7620
7621         * nnmail.el (nnmail-expired-article-p): Protect against bogus
7622         dates.
7623
7624         * gnus-cus.el (gnus-topic): Required.
7625
7626         * nnheader.el (nnheader-parse-nov): Parse extra.
7627         (nnheader-nov-parse-extra): New macro.
7628
7629 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * gnus-art.el (gnus-article-view-part): Internal move.
7632
7633 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
7634
7635         * gnus-cus-new.el (gnus-custom-topic): New free variable.
7636         (gnus-group-customize): Support editing topic parameters.
7637
7638 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
7639
7640         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
7641         indicators.
7642
7643 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644
7645         * gnus-art.el (gnus-mm-display-part): Return.
7646         (gnus-article-view-part): Only go if external.
7647         (gnus-article-dumbquotes-map): Do 205.
7648
7649         * mm-decode.el (mm-display-part): Return what was done.
7650
7651         * message.el (message-buffer-naming-style): New variable.
7652         (message-generate-new-buffers): Extended.
7653         (message-buffer-naming-style): Removed.
7654         (message-buffer-name): Use it.
7655         (message-do-send-housekeeping): Rename new styling.
7656
7657         * gnus-sum.el (gnus-summary-recenter): Allow
7658         gnus-auto-center-summary to be a number.
7659
7660 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7661
7662         * pop3.el (pop3-open-server): Use "binary" instead of
7663         "no-conversion".
7664
7665 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7666
7667         * gnus-srvr.el (gnus-browse-foreign-server): Set
7668         gnus-browse-current-method to the result of gnus-server-to-method.
7669
7670 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7671
7672         * gnus-util.el (gnus-pull): Another optional argument.
7673         * nnweb.el (nnweb-request-delete-group): Delete from
7674         nnweb-group-alist and update active file.
7675
7676 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7677
7678         * gnus-group.el (gnus-group-make-group): Accept group of new
7679         method.
7680
7681 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7682
7683         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
7684
7685 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7686
7687         * mm-view.el (mm-inline-text): Postion of html portion.
7688
7689 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7690
7691         * nntp.el (nntp-list-active-group): Waited for short strings.
7692         (nntp-send-mode-reader): Ditto.
7693         (nntp-open-connection): Ditto.
7694
7695         * gnus-int.el (gnus-request-group-articles): New function.
7696
7697         * nntp.el (nntp-request-listgroup): New function.
7698         (nntp-request-group-articles): Renamed.
7699
7700 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
7701
7702         * nnheader.el (nnheader-parse-nov): Supply extra.
7703
7704 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7705
7706         * gnus-art.el (gnus-button-push): Don't go to
7707         gnus-article-buffer.
7708
7709         * mm-view.el (mm-inline-image): Add a newline.
7710
7711         * gnus-start.el (gnus-check-first-time-used): Check more.
7712
7713 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
7714
7715         * gnus-start.el (gnus-check-first-time-used): Check current.
7716
7717 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * mm-util.el (mm-find-charset-region): New function.
7720
7721         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
7722
7723         * gnus-art.el (gnus-mime-button-menu): Fix.
7724
7725 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7726
7727         * gnus-art.el (gnus-mime-button-menu): New definition.
7728
7729 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7730
7731         * gnus-art.el (article-decode-charset): Downcase charset.
7732         (article-decode-charset): Pass on type.
7733         (article-decode-charset): Check nil charsets.
7734         (article-remove-cr): Translate CR to LF.
7735         (gnus-ignored-mime-types): Default to nil.
7736
7737         * nnheader.el (nnheader-insert-nov): Work when not Xref.
7738
7739         * gnus-sum.el (gnus-ignored-from-addresses): Default to
7740         user-mail-address.
7741         (gnus-nov-parse-extra): Didn't return right thing.
7742
7743 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7744
7745         * gnus-xmas.el: Use compiled-function-p.
7746
7747 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7748
7749         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
7750
7751 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7752
7753         * gnus.el: Pterodactyl Gnus v0.40 is released.
7754
7755 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7756
7757         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
7758
7759         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
7760
7761         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
7762
7763         * nnml.el (nnml-possibly-create-directory): Check before making.
7764
7765 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7766
7767         * nnheader.el (nnheader-insert-nov): Don't infloop.
7768
7769 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7770
7771         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
7772         set up.
7773
7774 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
7775
7776         * nneething.el (nneething-file-name): New definition.
7777
7778 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7779
7780         * gnus-art.el (gnus-treatment-function-alist): Fix.
7781         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
7782
7783         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
7784
7785 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7786
7787         * gnus.el: Pterodactyl Gnus v0.39 is released.
7788
7789 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7790
7791         * gnus-art.el (gnus-ignored-mime-types): New variable.
7792         (gnus-mime-display-single): Use it.
7793         (gnus-treatment-function-alist): New variable.
7794
7795         * gnus.el (gnus-mime): New group.
7796
7797         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
7798         things for other parts.
7799         (gnus-mime-display-alternative): Place point.
7800
7801         * gnus.el: autoload gnus-uu-post-news.
7802
7803         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
7804         needsterm/DISPLAY.
7805
7806         * mm-decode.el (mm-display-part): Default to inline text/.*
7807         parts.
7808
7809         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
7810         8bit.
7811
7812         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
7813         (gnus-mime-display-single): Inline all text parts.
7814         (gnus-article-narrow-to-signature): Removed mime:: stubs.
7815
7816 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7817
7818         * nnml.el (nnml-possibly-create-directory): Rewrite.
7819         (nnml-request-create-group): Change to right server.
7820
7821         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
7822
7823         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
7824
7825         * gnus.el: rmail-output-to-rmail-file autoload.
7826
7827         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
7828         Gnus.
7829
7830         * nnheader.el (nnheader-parse-head): Checked wrong variable.
7831
7832         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
7833
7834 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7835
7836         * gnus-art.el (gnus-mime-display-mixed): Multipart in
7837         mixed part.
7838
7839 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7840
7841         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
7842
7843         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
7844
7845 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7846
7847         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
7848
7849 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7850
7851         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
7852         value.
7853
7854         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
7855         hidden.
7856
7857         * gnus-spec.el (gnus-update-format-specifications): Use the
7858         article mode line spec.
7859
7860         * gnus-art.el (gnus-insert-mime-button): Put right type.
7861         (gnus-insert-prev-page-button): Ditto.
7862         (gnus-insert-next-page-button): Dutti.
7863
7864         * pop3.el: New version installed.
7865
7866 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7867
7868         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
7869         and display last part.
7870
7871 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7872
7873         * gnus.el: Pterodactyl Gnus v0.38 is released.
7874
7875 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
7878         Removed.
7879         (article-de-quoted-unreadable): Narrow to default.
7880
7881         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
7882
7883         * gnus-art.el (article-decode-charset): Decode even when broken
7884         MIME.
7885
7886         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
7887         name.
7888
7889         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
7890
7891         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7892         nnheader.
7893
7894         * nnmail.el (nnmail-extra-headers): New variable.
7895
7896         * nnheader.el (nnheader-insert-nov): Insert extra.
7897
7898         * gnus.el (gnus-summary-line-format): Doc fix.
7899
7900         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
7901         (gnus-nov-parse-line): Ditto.
7902         (gnus-nov-parse-extra): New macro.
7903         (gnus-header): New function.
7904         (gnus-update-summary-mark-positions): Change.
7905         (gnus-ignored-from-addresses): New variable.
7906         (gnus-summary-insert-from-or-to): New function.
7907
7908         * gnus.el (gnus-extra-headers): New variable.
7909
7910         * nnheader.el (make-mail-header): Expand.
7911         (mail-header-extra): New macro.
7912         (mail-header-set-extra): Ditto.
7913         (make-full-mail-header): Expand.
7914
7915 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7916
7917         * gnus.el: Pterodactyl Gnus v0.37 is released.
7918
7919 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7920
7921         * mm-bodies.el (mm-decode-body): Check for multibyticity.
7922
7923         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
7924         on.
7925
7926 1998-10-22  Didier Verna  <verna@inf.enst.fr>
7927
7928         * gnus-spec.el (gnus-balloon-face-function): new function
7929         (gnus-parse-format): understand the %< %> specifiers
7930         (gnus-parse-complex-format): ditto.
7931
7932 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * gnus.el: Changed following-char to char-after throughout.
7935
7936 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * mm-decode.el (mm-display-external): Protect more and message.
7939
7940 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7941
7942         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
7943         position.
7944
7945 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7946
7947         * gnus-art.el (gnus-mime-display-mixed): Multipart in
7948         mixed part.
7949
7950 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7951
7952         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
7953
7954         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
7955
7956 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7957
7958         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
7959
7960 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
7961
7962         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
7963
7964         * mm-decode.el (mm-display-external): Set undisplayer to mm
7965         buffer, not the current buffer; use unwind-protect.
7966
7967 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7968
7969         * gnus-sum.el (gnus-summary-exit): Destroy parts.
7970         (gnus-summary-exit-no-update): Ditto.
7971
7972 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7973
7974         * mm-decode.el (mm-inline-media-tests): Look for w3.
7975
7976         * mailcap.el (mailcap-mime-data): Inline html.
7977
7978 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7979
7980         * gnus.el: Pterodactyl Gnus v0.36 is released.
7981
7982 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7983
7984         * gnus-art.el (article-translate-strings):
7985         (gnus-article-dumbquotes-map): Don't dot.
7986
7987         * pop3.el (pop3-open-server): Set point right.
7988
7989         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
7990         (mm-dissect-buffer): Ditto.
7991         (mm-destroy-part): Ignore non-handles.
7992         (mm-remove-part): Ditto.
7993         (mm-destroy-parts): New function.
7994         (mm-remove-parts): Ditto.
7995
7996         * gnus-art.el (gnus-mm-display-part): Don't move point.
7997
7998 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7999
8000         * mm-uu.el : New file.
8001
8002         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8003
8004         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8005         a function.
8006
8007 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8008
8009         * mm-decode.el (mm-display-external): Check before selecting.
8010
8011 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8014
8015         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8016
8017         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8018         variable.
8019
8020         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8021
8022         * gnus-art.el (gnus-decode-header-methods): New variable.
8023
8024         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8025
8026         * gnus-art.el (gnus-multi-decode-header): New function.
8027
8028 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8029
8030         * gnus.el: Pterodactyl Gnus v0.35 is released.
8031
8032 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * uudecode.el (uudecode-decode-region-external): Insert
8035         literally.
8036
8037         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8038
8039         * mm-bodies.el (mm-decode-body): Optional encoding.
8040
8041 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * gnus-ems.el (gnus-mouse-3): New variable.
8044
8045         * binhex.el (binhex-decode-region-external): Don't use -internally.
8046
8047 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8048
8049         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8050         files.
8051
8052 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8053
8054         * gnus-group.el (gnus-add-marked-articles): Request backend update
8055         of flags.
8056
8057 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8058
8059         * gnus-sum.el (gnus-update-read-articles):
8060         (gnus-update-marks): Request backend update of mark.
8061
8062 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8063
8064         * gnus.texi (Optional Backend Functions): New item,
8065         nnchoke-request-set-mark.
8066
8067 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8068
8069         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8070           list to range.
8071
8072 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8073
8074         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8075
8076 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8077
8078         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8079         first used.
8080
8081 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8082
8083         * mm-view.el: Require mm-decode for macros.
8084
8085         * mm-decode.el (mm-handle-type): Move macro declarations above the
8086         place where they are used.
8087
8088 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8089
8090         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8091         buffer.
8092
8093 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8094
8095         * nnagent.el (nnagent-open-server): Error message.
8096
8097 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8098
8099         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8100
8101 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8102
8103         * score-mode.el (gnus-score-mode-map): Ditto.
8104
8105         * message.el (message-mode-map): Ditto.
8106
8107         * gnus-uu.el (gnus-uu-post-news): Ditto.
8108
8109         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8110
8111         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8112
8113         * gnus-art.el (gnus-article-edit-mode-map): Use
8114         `set-keymap-parent' rather than `copy-keymap'.
8115
8116 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8117
8118         * gnus-art.el (gnus-mime-button-commands): New variable.
8119         (gnus-mime-button-map): Initialize it from
8120         `gnus-mime-button-commands'.
8121         (gnus-mime-button-menu): New function.
8122         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8123
8124 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8125
8126         * message.el (message-insert-to): Make `nobody' and `poster'
8127         synonymous to `never' and `always' in Mail-Copies-To.
8128         (message-reply): Ditto.
8129         (message-followup): Ditto.
8130
8131 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * mailcap.el (mailcap-mime-data): Save sound.
8134
8135 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8136
8137         * message.el (message-ignored-supersedes-headers): Include
8138         `NNTP-Posting-Date'.
8139
8140 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8141
8142         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8143
8144 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8147         uudecode.
8148
8149 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8150
8151         * mm-decode.el (mm-display-external): Don't switch on save.
8152
8153 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8154
8155         * nnmail.el (nnmail-movemail-args): New variable.
8156
8157 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158
8159         * gnus-art.el (article-translate-strings):
8160
8161 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8162
8163         * gnus-art.el (gnus-article-view-part): Use it.
8164         (gnus-mm-display-part): New function.
8165         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8166
8167         * mm-decode.el (mm-handle-displayed-p): New function.
8168
8169         * gnus-art.el (gnus-mime-copy-part): Create better names.
8170         (gnus-mime-button-line-format): Include dots spec.
8171
8172 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8173
8174       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8175       forward buffer first.
8176
8177 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * gnus-util.el (gnus-set-window-start): New function.
8180
8181         * message.el (message-send): Don't check changed.
8182
8183 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * gnus-art.el (gnus-article-setup-buffer): Set params.
8186
8187         * mm-decode.el (mm-user-display-methods): Inline
8188         "message/delivery-status".
8189
8190 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * message.el (message-auto-save-directory): Rename.
8193         (message-mode): Dof fix.
8194
8195         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8196         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8197
8198         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8199
8200         * message.el (message-make-date): Avoid locale.
8201
8202         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8203         cache.
8204
8205         * mm-decode.el (mm-display-inline): Goto point-min.
8206
8207         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8208
8209         * mm-decode.el (mm-display-external): Reverse before sorting.
8210
8211         * gnus-draft.el (gnus-draft-send): Allow mail.
8212
8213 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8214
8215         * message.el (message-check): Move message-check macro above where
8216         it is first used.
8217
8218         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8219
8220 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8221
8222         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8223
8224 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8225
8226         * gnus.el: Pterodactyl Gnus v0.34 is released.
8227
8228 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * mm-decode.el (mm-inline-media-tests): delivery-status.
8231
8232         * mm-view.el (mm-inline-text): Provide default.
8233
8234 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8235
8236         * mailcap.el (mailcap-possible-viewers): Fix nils.
8237
8238 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8239
8240         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8241         (article-update-date-lapsed): Record the buffer.
8242         (article-update-date-lapsed): Do all windows that display article
8243         buffers.
8244
8245         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8246
8247         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8248
8249         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8250         annoations.
8251
8252         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8253
8254 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255
8256         * gnus-agent.el (gnus-category-add): Change default category to
8257         'false.
8258
8259         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8260         scores.
8261
8262         * gnus-draft.el (gnus-draft-send): Check server more.
8263
8264         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8265         (gnus-article-goto-part): New function.
8266
8267         * mm-view.el (mm-inline-text): Insert richtext properly.
8268
8269         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8270
8271 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * parse-time.el (parse-time-rules): Accept dates far into the past
8274         and the future, and parse single-digit numbers as years.
8275
8276 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * mm-decode.el (mm-display-external): Chop off directories.
8279
8280 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * uudecode.el (uu-decode-region-external): Use
8283         insert-file-contents-literally.
8284
8285         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8286
8287 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8288
8289         * uudecode.el: New file.
8290
8291         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8292         x-uuencode.
8293
8294 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8295
8296         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8297
8298         * message.el (message-fetch-field): Unfold properly.
8299
8300         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8301         in text/plain.
8302
8303 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8304
8305         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8306         (gnus-auto-select-first): Removed.
8307         (gnus-auto-select-first): Extended.
8308         (gnus-summary-read-group-1): Use new value.
8309
8310 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * message.el (message-fix-before-sending): Space.
8313
8314         * nnmail.el (nnmail-find-file): Don't erase.
8315
8316 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8317
8318         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8319
8320 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8321
8322         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8323
8324 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8325
8326         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8327
8328 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8329
8330         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8331         20.4.
8332
8333 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * gnus-art.el (gnus-mime-view-all-parts): New command and
8336         keystroke.
8337
8338         * mm-decode.el (mm-display-external): Translate slashes.
8339
8340         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8341
8342         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8343
8344         * mm-decode.el (mm-quote-arg): Quote spaces.
8345         (mm-display-external): Quote args.
8346
8347 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * mm-decode.el (mm-inlinable-part-p): New function.
8350
8351 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8352
8353        * mm-util.el (mm-disable-multibyte): New function.
8354
8355 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8356
8357         * gnus.el: Pterodactyl Gnus v0.33 is released.
8358
8359 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8362
8363         * mm-decode.el (mm-display-external): Don't switch for externals.
8364         (mm-dissect-multipart): Don't include end-sep.
8365
8366         * mm-util.el (mm-get-coding-system-list): New function.
8367         (mm-coding-system-list): New variable.
8368
8369 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8370
8371         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8372
8373 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8374
8375         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8376         group
8377
8378 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8379
8380         * base64.el (base64-run-command-on-region): External base64
8381         decoder do not use coding system
8382
8383 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8384
8385         * mm-decode.el (mm-interactively-view-part): Typo.
8386
8387 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8388
8389         * mm-decode.el (mm-dissect-multipart): Display last part when the
8390         article has no close-delimiter
8391
8392 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8393
8394         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8395         content-type.
8396
8397 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8398
8399         * gnus-art.el (gnus-display-mime): Typo.
8400
8401 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8402
8403         * gnus.el: Pterodactyl Gnus v0.32 is released.
8404
8405 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * gnus-kill.el (gnus-batch-score): Protect against errors.
8408
8409         * gnus-art.el: Protect against broken headers.
8410
8411         * mm-decode.el (mm-display-external): Respect needsterm.
8412         (mm-display-external): Create buffer for external commands.
8413
8414 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8415
8416         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8417
8418         * mm-decode.el (mm-display-external): Use file name.
8419
8420 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8421
8422         * gnus-util.el (gnus-output-to-rmail):  adjust to
8423           `rmail-output-to-rmail-file'
8424
8425 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8426
8427         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8428
8429         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8430         headers.
8431
8432         * gnus-art.el (article-decode-charset): Fold case.
8433
8434 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8435
8436         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8437
8438 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8439
8440         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8441         after being stored.
8442
8443 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8444
8445         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8446         come.
8447
8448 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * gnus-xmas.el (wid-edit): Required.
8451
8452         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8453
8454 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8455
8456         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8457
8458 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8459
8460         * gnus-art.el (article-decode-charset): Narrow to the correct
8461         region.
8462
8463         * mm-bodies.el: Fix autoload.
8464
8465 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8466
8467         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8468
8469 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8470
8471         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8472
8473 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8474
8475         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8476         (gnus-article-add-button): Ditto.
8477
8478         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8479
8480         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8481         (gnus-article-prepare-display): Bind url-standalone-mode.
8482
8483         * mm-decode.el (mm-remove-part): Also delete directory.
8484         (mm-display-external): Create a private sub-dir.
8485
8486         * mailcap.el (mailcap-binary-suffixes): New variable.
8487         (mailcap-command-p): Use it.
8488
8489 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * nnmbox.el (nnmbox-request-group): Change server.
8492         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8493
8494         * message.el (message-encode-message-body): Don't stomp MIME
8495         headers.
8496
8497         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8498         unless useful.
8499         (gnus-summary-exit): Check for a live article buffer.
8500         (gnus-summary-exit-no-update): Ditto.
8501
8502         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8503         param.
8504
8505         * gnus-sum.el (gnus-article-decoded-p): New variable.
8506
8507         * mm-decode.el (mm-display-external): Use no-conv.
8508
8509         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8510         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8511
8512         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8513         mouse-click.
8514
8515 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8516
8517         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8518
8519 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8520
8521         * gnus.el: Pterodactyl Gnus v0.31 is released.
8522
8523 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8526
8527         * mm-decode.el (mm-display-part): Accept no-default.
8528
8529         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8530         a parameter.
8531
8532         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8533         (gnus-summary-prepare-threads): Ditto.
8534
8535         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8536
8537         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8538         (gnus-mime-button-line-format): Doc fix.
8539         (gnus-insert-mime-button): Use it.
8540         (gnus-article-add-button): Use widget-convert-button.
8541
8542         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8543         ignore.
8544
8545         * mm-decode.el (mm-alternative-precedence): Ditto.
8546
8547 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8548
8549         * mm-decode.el (mm-user-automatic-display): Use enriched.
8550
8551 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8552
8553         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8554         right place.
8555
8556 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557
8558         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8559
8560         * gnus-art.el (article-update-date-lapsed): Only update header if
8561         buffer is dispalyed in frame.
8562         (gnus-article-prepare-display): New function.
8563         (gnus-article-prepare): Use it.
8564
8565 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8566
8567         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8568
8569         * mm-view.el (mm-insert-inline): New function.
8570
8571         * mm-decode.el (mm-pipe-part): Bugged.
8572
8573         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8574
8575         * mm-bodies.el (mm-encode-body): Move over the body.
8576
8577         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8578
8579         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8580
8581 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8582
8583         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8584           related functions.  Handle message/rfc822 parts.  Display subject on
8585           multipart summary lines.  Display name on sub-parts when available.
8586
8587 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8588
8589         * mailcap.el (mailcap-command-p): New version.
8590
8591 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8592
8593         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8594         groups.
8595
8596 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * message.el (message-make-date): Remove weekday name.
8599
8600         * mm-decode.el (mm-dissect-buffer): Protect against broken
8601         headers.
8602
8603         * mailcap.el (mailcap-command-in-path-p): New function.
8604         (mailcap-command-p): Renamed.
8605
8606 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8607
8608         * rfc2047.el (eval): Autoload.
8609
8610 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8611
8612         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8613         (gnus-multi-decode-encoded-word-string): New function.
8614         (gnus-encoded-word-method-alist): New variable.
8615         (gnus-decode-encoded-word-functions): Removed.
8616
8617 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
8618
8619         * gnus-int.el (gnus-request-replace-article): Replace
8620         message-narrow-to-headers with message-narrow-to-head
8621
8622 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623
8624         * drums.el (drums-quote-string): Reversed match.
8625
8626         * message.el (message-make-date): Use weekday name.
8627
8628 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8629
8630         * gnus.el: Pterodactyl Gnus v0.30 is released.
8631
8632 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8633
8634         * gnus-art.el (article-decode-encoded-words): Use it.
8635         (gnus-decode-header-function): New variable.
8636
8637         * gnus-sum.el (gnus-nov-parse-line): Use it.
8638         (gnus-decode-encoded-word-function): New variable.
8639
8640         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
8641         buffer.
8642
8643         * gnus-art.el (gnus-insert-mime-button): Use widget.
8644         (gnus-widget-press-button): New function.
8645         (gnus-article-prev-button): Removed.
8646         (gnus-article-next-button): Ditto.
8647         (gnus-article-add-button): Ditto.
8648
8649         * gnus.el (gnus-article-mode-map): Inherit from widget.
8650         (gnus-article-mode-map): No, don't.
8651
8652         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
8653         (mm-content-id-alist): New variable.
8654         (mm-get-content-id): New function.
8655
8656         * gnus-art.el (gnus-request-article-this-buffer): Only decode
8657         articles if we are fetching to the article buffer.
8658
8659 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
8660
8661         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
8662         articles.
8663
8664 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
8667         (mm-default-mime-charset): New variable.
8668
8669         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
8670
8671         * drums.el (drums-quote-string): Reversed test.
8672
8673 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
8676         string.
8677
8678         * drums.el (drums-quote-string): New function.
8679
8680         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
8681         (rfc2047-b-encode-region): Chop lines.
8682         (rfc2047-q-encode-region): Ditto.
8683
8684 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8685
8686         * gnus.el: Pterodactyl Gnus v0.29 is released.
8687
8688 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
8689
8690         * mm-decode.el (mm-save-part): Message right.
8691
8692 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * drums.el (drums-parse-address): Returned a list instead of a
8695         string.
8696         (drums-remove-whitespace): Skip comments.
8697         (drums-parse-addresses): Didn't work.
8698
8699 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8700
8701         * gnus.el: Pterodactyl Gnus v0.28 is released.
8702
8703 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8704
8705         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
8706         starting point.
8707         (article-decode-encoded-words): Rename.
8708
8709         * message.el (message-narrow-to-headers-or-head): New function.
8710
8711         * gnus-int.el (gnus-request-accept-article): Narrow to the right
8712         region.
8713
8714         * message.el (message-send-news): Encode body after checking
8715         syntax.
8716
8717         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
8718
8719         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
8720
8721         * gnus-art.el (gnus-display-mime): Respect disposition.
8722
8723         * mm-decode.el (mm-preferred-alternative): Respect disposition.
8724
8725         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
8726         text with annotations.
8727
8728         * message.el (message-make-date): Fix sign for negative time
8729         zones.
8730
8731         * mm-view.el (mm-inline-image): Insert a space at the end of the
8732         image.
8733
8734         * mail-parse.el: New file.
8735
8736         * rfc2231.el: New file.
8737
8738         * drums.el (drums-content-type-get): Removed.
8739         (drums-parse-content-type): Ditto.
8740
8741         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
8742
8743 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8744
8745         * gnus.el: Pterodactyl Gnus v0.27 is released.
8746
8747 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
8748
8749         * mm-decode.el (mm-alternative-precedence): New variable.
8750         (mm-preferred-alternative): New function.
8751
8752         * gnus-art.el (gnus-mime-copy-part): New command.
8753
8754         * mm-decode.el (mm-get-part): New function.
8755
8756         * mm-view.el: New file.
8757
8758         * mm-decode.el (mm-dissect-buffer): Downcase cte.
8759         (mm-display-part): Default to mailcap-save-binary-file.
8760
8761 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8762
8763         * gnus.el: Pterodactyl Gnus v0.26 is released.
8764
8765 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8766
8767         * mm-decode.el (mm-interactively-view-part): New function.
8768
8769         * gnus-art.el (gnus-mime-view-part): New command.
8770
8771         * mm-decode.el (mm-last-shell-command): New variable.
8772
8773         * mailcap.el (mailcap-mime-info): Allow returning all matches.
8774
8775         * mm-decode.el (mm-save-part): New function.
8776
8777         * gnus-art.el (article-decode-charset): Protect against buggy
8778         content-types.
8779         (gnus-mime-pipe-part): New command.
8780         (gnus-mime-save-part): New command.
8781         (gnus-mime-button-map): New keymap.
8782         (gnus-mime-button-line-format): New variable.
8783         (gnus-insert-mime-button): New function.
8784         (gnus-display-mime): Use it.
8785
8786         * gnus-util.el (gnus-dd-mmm): Removed length spec.
8787
8788         * mm-decode.el (mm-inline-text): Decode charsets.
8789
8790         * gnus-art.el (gnus-article-save): Comment fix.
8791
8792         * gnus-int.el (gnus-start-news-server): When in batch, don't
8793         prompt.
8794
8795         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
8796         decode.
8797
8798         * mm-decode.el (mm-inline-media-tests): Add audio.
8799         (mm-inline-audio): New function.
8800
8801 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8802
8803         * gnus-art.el (article-make-date-line): Didn't work.
8804
8805         * parse-time.el (parse-time-string): One too many nils.
8806
8807 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8808
8809         * gnus.el: Pterodactyl Gnus v0.25 is released.
8810
8811 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
8814         annotations.
8815
8816         * gnus.el ((featurep 'gnus-xmas)): New
8817         'gnus-annotation-in-region-p alias.
8818
8819 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8820
8821         * mm-util.el (mm-with-unibyte-buffer): New function.
8822
8823         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
8824
8825         * mm-decode.el (mm-inline-media-tests): New variable.
8826
8827         * gnus-sum.el (gnus-summary-exit): Destroy handles.
8828
8829         * gnus-art.el (gnus-article-mime-handles): New variable.
8830
8831         * drums.el (drums-narrow-to-header): New function.
8832
8833         * gnus-art.el (article-decode-charset): Use it.
8834
8835         * drums.el (drums-content-type-get): New function.
8836
8837         * mm-util.el (mm-content-type-charset): Removed.
8838
8839         * drums.el (drums-syntax-table): @ is word.
8840         (drums-parse-content-type): New function.
8841
8842         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
8843         EDT" times.
8844
8845         * gnus-util.el (gnus-date-get-time): Use safe date.
8846
8847         * gnus-sum.el (gnus-show-mime): Removed.
8848         (gnus-summary-toggle-mime): Removed.
8849
8850         * gnus-art.el (gnus-strict-mime): Removed.
8851         (gnus-article-prepare): Don't do MIME.
8852         (gnus-decode-encoded-word-method): Removed.
8853         (gnus-show-mime-method): Removed.
8854
8855 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8856
8857         * gnus.el: Pterodactyl Gnus v0.24 is released.
8858
8859 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8860
8861         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
8862         PREFIX.
8863
8864         * parse-time.el (parse-time-rules): Accept times that look like
8865         "h:mm".
8866
8867         * message.el (message-make-date): Use zone properly.
8868
8869         * gnus.el: Autoload gnus-batch.
8870
8871         * gnus-art.el (article-de-quoted-unreadable): Do not do
8872         gnus-article-decode-rfc1522.
8873
8874         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8875
8876         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
8877         param.
8878
8879         * message.el (message-encode-message-body): Check for us-ascii.
8880
8881         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
8882         to the left.
8883
8884 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8885
8886         * gnus-art.el (article-decode-charset): Rename.
8887
8888 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8889
8890         * gnus.el: Pterodactyl Gnus v0.23 is released.
8891
8892 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * gnus-util.el (gnus-parent-id): Ditto.
8895         (gnus-put-text-property-excluding-newlines): Ditto.
8896
8897         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
8898
8899 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
8900
8901         * message.el (message-generate-headers): Generate User-Agent
8902         instead of X-Mailer & X-Newsreader.
8903
8904         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
8905         User-Agent header format.
8906
8907 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8908
8909         * gnus.el: Pterodactyl Gnus v0.22 is released.
8910
8911 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8912
8913         * mm-util.el (mm-multibyte-p): Typo.
8914
8915 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8916
8917         * gnus.el: Pterodactyl Gnus v0.21 is released.
8918
8919 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
8920
8921         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
8922
8923 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924
8925         * mm-util.el (mm-multibyte-p): New function.
8926
8927 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8928
8929         * gnus.el: Pterodactyl Gnus v0.20 is released.
8930
8931 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * rfc2047.el (rfc2047-decode-region): Only decode when in
8934         multibyte.
8935
8936         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
8937
8938         * gnus-int.el (gnus-request-replace-article): Encode.
8939         (gnus-request-accept-article): Encode.
8940
8941         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
8942         here.
8943
8944         * gnus.el (gnus-article-display-hook): Take the charset functions
8945         out.
8946
8947         * time-date.el (safe-date-to-time): New function.
8948
8949         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
8950
8951 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8952
8953         * gnus.el: Pterodactyl Gnus v0.19 is released.
8954
8955 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * base64.el (base64-encode-region): Accept no-line-break.
8958
8959         * mm-util.el (mm-mime-charset): New function.
8960
8961         * gnus-draft.el (gnus-draft-edit-message): Delete article.
8962
8963 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8964
8965         * gnus.el: Pterodactyl Gnus v0.18 is released.
8966
8967 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8968
8969         * message.el (message-send-and-exit): Return t on success.
8970         (message-make-date): Make a proper time zone.
8971
8972         * gnus-draft.el (gnus-draft-send): Only remove article if the
8973         sending is successful.
8974
8975         * drums.el (drums-get-comment): Return the last comment.
8976         (drums-parse-address): Parse old-style From headers.
8977
8978 1998-09-07  SL Baur  <steve@altair.xemacs.org>
8979
8980         * gnus-sum.el (gnus-data-compute-positions): Move below
8981         `gnus-save-hidden-threads' so the former is correctly detected as
8982         a macro.
8983
8984 1998-09-06  Dave Love  <fx@gnu.org>
8985
8986         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
8987         ignore-errors too, eval'd when compile.  Require w3 stuff at load
8988         time for nicer failure if it's not available.
8989
8990 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * time-date.el (time-to-seconds): Renamed.
8993
8994         * parse-time.el (parse-time-string): Downcase before handling.
8995         (parse-time-rules): Times without seconds have 0 seconds.
8996
8997         * rfc2047.el (rfc2047-encode-region): New version.
8998         (rfc2047-dissect-region): New function.
8999
9000 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * message.el (message-make-date): Use symbolic zone.
9003
9004 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * time-date.el (parse-time): Always use parse-time.
9007
9008         * parse-time.el (parse-time-syntax): Use vectors.
9009
9010 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9011
9012         * gnus.el: Pterodactyl Gnus v0.17 is released.
9013
9014 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9015
9016         * time-date.el: Renamed from "date".
9017
9018         * gnus.el: Removed all timezone dependencies.
9019
9020         * score-mode.el: Removed.
9021         (gnus-score-edit-insert-date): Use date.
9022
9023         * date.el (float-to-time): New function.
9024
9025         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9026
9027         * date.el (time-to-float): New function.
9028
9029         * message.el (message-make-date): Use format-time-string.
9030         (message-make-expires): Use make-date.
9031
9032         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9033
9034         * gnus-util.el (gnus-dd-mmm): Use date.
9035         (gnus-sortable-date): Ditto.
9036
9037         * message.el (message-make-date): Take an optional time.
9038
9039         * gnus: Applied patches from 5.6.43.
9040
9041         * date.el (if): Use parse-time.
9042
9043         * gnus-score.el (gnus-summary-score-entry): Make into a command
9044         again.
9045
9046         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9047         gnus-agent.
9048
9049         * gnus.el (gnus-agent-meta-information-header): Moved here.
9050
9051 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9052
9053         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9054         (gnus-agent-fetch-group-1): Score article headers using normal
9055         group score files if the download score rule of a category/group
9056         is `file'.
9057         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9058         deciding what articles to download.
9059         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9060         predicate processing if predicate is `true' or `false'.
9061
9062 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063
9064         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9065
9066         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9067
9068         * score-mode.el (score-mode-coding-system): New variable.
9069         (gnus-score-edit-exit): Use it.
9070
9071 1998-09-04  Jason R Mastaler  <jason@4b.org>
9072
9073         * drums.el: Corrected typo.
9074
9075 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9076
9077         * mm-bodies.el (mm-body-encoding): Faster version.
9078
9079 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * gnus-art.el (gnus-article-decode-charset): Only decode text
9082         things.
9083
9084         * message.el (message-output): Use rmail.
9085
9086         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9087         word part.
9088
9089         * mm-util.el (mm-charset-to-coding-system): Use
9090         rfc2047-default-charset.
9091         (mm-known-charsets): New variable.
9092
9093         * message.el (message-caesar-region): Bugged out.
9094
9095 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9096
9097         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9098         specifying `agent-predicate' in a group's parameters.
9099
9100 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9101
9102         * gnus.el: Pterodactyl Gnus v0.16 is released.
9103
9104 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * nnmail.el (nnmail-expired-article-p): Use predicate.
9107
9108         * date.el (time-less-p): Renamed.
9109
9110         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9111         from the headers.
9112
9113         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9114         functions.
9115
9116         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9117         all.
9118         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9119         to all functions.
9120
9121 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9122
9123         * gnus.el: Pterodactyl Gnus v0.15 is released.
9124
9125 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * date.el: New file.
9128
9129         * gnus-util.el (gnus-encode-date): Removed.
9130         (gnus-time-less): Ditto.
9131
9132         * nnmail.el (nnmail-date-to-time): Removed.
9133         (nnmail-time-less): Ditto.
9134         (nnmail-days-to-time): Ditto.
9135         (nnmail-time-since): Ditto.
9136
9137         * drums.el: New file.
9138
9139 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * message.el (message-encode-message-body): Encode headers with
9142         body encoding.
9143
9144         * rfc2047.el (rfc2047-default-charset): Renamed.
9145         (rfc2047-encodable-p): Use it.
9146
9147         * base64.el (mm-util): Required.
9148
9149 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9152         servers.
9153
9154         * gnus-util.el (gnus-output-to-rmail): Removed.
9155
9156         * gnus-art.el (gnus-summary-save-in-rmail): Use
9157         gnus-output-to-rmailrmail-output-to-rmail-file.
9158
9159         * rfc2047.el (rfc2047-decode-region): Fold case.
9160         (rfc2047-decode): Use decode-string.
9161
9162         * mm-util.el: Provide mm-char-int.
9163
9164 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9165
9166         * gnus.el: Pterodactyl Gnus v0.14 is released.
9167
9168 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9169
9170         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9171         sure we have 7bit.
9172
9173 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9174
9175         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9176         ducplicates.
9177         (gnus-inews-insert-mime-headers): Removed.
9178
9179         * message.el (message-caesar-region): Protect against MULE chars.
9180
9181 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9182
9183         * mm-util.el (if): fset the right function.
9184
9185 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9186
9187         * gnus-art.el (gnus-article-decode-charset): Use real
9188         read-coding-system.
9189
9190 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191
9192         * mm-bodies.el (mm-decode-body): Protect against malformed
9193         base64.
9194         (mm-decode-body): Check that buffer-file-coding-system is
9195         non-nil.
9196
9197 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9198
9199         * gnus.el: Pterodactyl Gnus v0.13 is released.
9200
9201 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9202
9203         * gnus-util.el (gnus-strip-whitespace): Already defined.
9204         Removed.
9205
9206         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9207
9208         * gnus-util.el (gnus-strip-whitespace): New function.
9209
9210         * mm-util.el (mm-content-type-charset): Downcase.
9211
9212 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9215         (gnus-article-decode-charset): Don't fetch all headers.
9216
9217         * mm-util.el (mm-read-coding-system): New function.
9218
9219         * mm-bodies.el (mm-decode-body): Check the right charset.
9220
9221         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9222
9223         * gnus-art.el (gnus-article-mode-line-format): Use short group
9224         format.
9225
9226 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9227
9228         * gnus.el: Pterodactyl Gnus v0.12 is released.
9229
9230 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9231
9232         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9233
9234         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9235         (gnus-article-decode-charset): Always run.
9236
9237         * mm-bodies.el (mm-decode-body): Decode cte.
9238
9239 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9240
9241         * gnus.el: Pterodactyl Gnus v0.11 is released.
9242
9243 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9244
9245         * message.el (message-encode-message-body): Ditto.
9246
9247         * gnus-art.el (gnus-article-decode-mime-words): New command and
9248         keystroke.
9249         (gnus-article-decode-charset): Ditto.
9250         (gnus-article-decode-charset): Only work under MULE.
9251
9252         * mm-util.el (mm-content-type-charset): New function.
9253
9254         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9255
9256         * message.el (message-send-mail): Insert MIME headers.
9257         (message-check-news-body-syntax): Don't warn for escape sequences.
9258         (message-check-news-body-syntax): Insert MIME headers.
9259
9260         * mm-bodies.el (mm-body-encoding): New function.
9261
9262         * message.el (message-encode-message-body): New function.
9263
9264         * mm-bodies.el: New file.
9265
9266         * mm-util.el (mm-narrow-to-head): New function.
9267
9268         * rfc2047.el (rfc2047-encode): Use it.
9269
9270         * mm-util.el: Provide mm-encode-coding-region.
9271
9272         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9273
9274         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9275
9276         * mm-util.el (mm-enable-multibyte): New function.
9277
9278         * message.el (message-set-work-buffer): Set multibyte.
9279
9280         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9281
9282         * gnus-util.el (gnus-point-at-eol): Removed.
9283         (gnus-point-at-bol): Ditto.
9284
9285         * base64.el (base64-decode-region): Commented out messaging.
9286
9287 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9288
9289         * gnus-msg.el (gnus-group-mail): make it behave like
9290         gnus-group-post-news with regards to the prefix (this enables the
9291         use of posting styles).
9292
9293 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * gnus.el (gnus-article-display-hook): Added
9296         gnus-article-decode-rfc1522 to hook.
9297
9298 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9299
9300         * gnus.el: Pterodactyl Gnus v0.10 is released.
9301
9302 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9305         hook to be run.
9306
9307 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308
9309         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9310
9311         * mm-util.el (mm-charsets-in-region): Removed.
9312
9313         * rfc2047.el: Renamed file.
9314
9315         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9316
9317         * message.el (message-mode): Set multibyte.
9318
9319         * mm-util.el (mm-charsets-in-region): Copied here.
9320
9321         * gnus-util.el: Removed gnus-truncate-string.
9322
9323         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9324
9325         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9326         (rfc1522-encodable-p): New function.
9327         (rfc1522-encode-message-header): Use it.
9328
9329 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9330
9331         * gnus.el: Pterodactyl Gnus v0.9 is released.
9332
9333 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * mm-util.el: Shadow encode-coding-string.
9336
9337         * base64.el (base64-encode-region): Don't add newline.
9338
9339         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9340
9341         * mm-util.el: New file.
9342
9343         * mm-decode.el: Somewhat depleted.
9344         * mm-encode.el: Ditto.
9345
9346         * rfc1522.el: New file.
9347
9348         * mm-util.el (mm-replace-chars-in-string): Copied here.
9349
9350         * mm-encode.el (mm-q-encode-region): New function.
9351
9352         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9353         param.
9354
9355         * mm-encode.el (mm-encode-word-region): Downcase.
9356
9357 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9358
9359         * gnus.el: Pterodactyl Gnus v0.8 is released.
9360
9361 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * message.el (message-send-mail): Encode headers.
9364
9365         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9366         (quoted-printable-encode-region): Upcase.
9367
9368         * message.el (message-default-charset): New variable.
9369
9370         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9371
9372         * message.el (message-narrow-to-field): Changed name.
9373
9374         * mm-encode.el: New file.
9375
9376         * message.el (message-narrow-to-header): New function.
9377
9378         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9379         right buffer.
9380
9381 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9382
9383         * gnus.el: Pterodactyl Gnus v0.7 is released.
9384
9385 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * gnus.el: Remove autoload for
9388         gnus-article-mime-decode-quoted-printable.
9389
9390         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9391         be decoded in non-MULE Emacsen.
9392
9393         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9394
9395 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9396
9397         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9398
9399 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * mm-decode.el: Check for coding-system-list.
9402
9403 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9404
9405         * gnus.el: Pterodactyl Gnus v0.6 is released.
9406
9407 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9408
9409         * nnheader.el (fboundp): Protect code-coding-string.
9410
9411         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9412         is available.
9413
9414 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9415
9416         * gnus.el: Pterodactyl Gnus v0.5 is released.
9417
9418 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9421         (gnus-hack-decode-rfc1522): Removed.
9422
9423         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9424
9425 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9426
9427         * gnus.el: Gnus v0.4 is released.
9428
9429 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9430
9431         * gnus-art.el (gnus-article-decode-mime-words): New command and
9432         keystroke.
9433
9434         * qp.el (quoted-printable-decode-region): Don't use hexl.
9435
9436         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9437
9438         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9439         (gnus-structured-field-decoder): Removed.
9440         (gnus-unstructured-field-decoder): Ditto.
9441
9442         * mm-decode.el: New file.
9443
9444         * qp.el: New file.
9445
9446         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9447
9448         * gnus-ems.el (fboundp): Removed gnus-split-string.
9449
9450         * gnus.el (gnus-splash-face): Doc fix.
9451
9452         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9453
9454         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9455         hexl.
9456
9457         * nnheader.el (nnheader-temp-write): Removed.
9458
9459 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9460
9461         * gnus.el: Gnus v0.3 is released.
9462
9463 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9464
9465         * gnus.el: Gnus v0.2 is released.
9466
9467 ;; Local Variables:
9468 ;; coding: iso-2022-7bit
9469 ;; End: