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