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