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