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