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