Make GCC to remote groups work when unplugged
[gnus] / lisp / ChangeLog
1 2000-08-05  Simon Josefsson <simon@josefsson.org>
2
3         Make GCC to remote groups work when unplugged
4         (postpone GCC until message is actually sent).
5
6         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
7
8         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
9         (gnus-agent-restore-gcc): 
10         (gnus-agent-possibly-save-gcc): New functions.
11
12         * gnus-msg.el (gnus-inews-add-send-actions): Use
13         `gnus-agent-possibly-do-gcc' if Agentized.
14         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
15         to `message-header-hook'.
16
17         * gnus.el (gnus-agent-gcc-header): New variable.
18
19 2000-07-13  Simon Josefsson <simon@josefsson.org>
20
21         Asks the user to synch flags with server when you plug in.
22
23         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
24         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
25         (gnus-agent-toggle-plugged): Call it.
26         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
27         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
28         (gnus-agent-possibly-synchronize-flags): New function.
29         (gnus-agent-possibly-synchronize-flags-server): New function.
30
31 2000-09-30  Simon Josefsson  <simon@josefsson.org>
32
33         * starttls.el: New file, by Daiki Ueno.
34
35 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
36
37         * message.el (message-make-in-reply-to): In-Reply-To is message-id
38         (see DRUMS).
39         
40 2000-09-29  Simon Josefsson  <simon@josefsson.org>
41
42         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
43         prefetch.
44
45 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
48         sending a command; allow the rtelnet prompt as well.
49
50 2000-09-29  Simon Josefsson  <simon@josefsson.org>
51
52         * message.el (message-send): Make sure error is signalled if no
53         send method is specified.
54
55 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
56
57         * qp.el (quoted-printable-encode-region): Wrap with
58         `mm-with-unibyte-current-buffer'.
59
60 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
61
62         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
63           McEwan's proposal.
64         
65 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
66
67         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
68         the GNU assignment issue.
69
70 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
71
72         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
73
74 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
75
76         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
77
78 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
79
80         * gnus-art.el (article-strip-banner): elkin@tverd.astro.spbu.ru:
81         use gnus-group-find-parameter rather than
82         gnus-group-get-parameter, to allow inheritance on the banner.
83
84 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
85
86         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
87
88 2000-09-26  Dave Love  <fx@gnu.org>
89
90         * gnus-draft.el: Don't require gnus-agent.
91
92         * mm-view.el: Use featurep for XEmacs test.
93         (mm-inline-message): Test for `remove-specifier'; don't use
94         condition-case.
95
96 2000-09-24  Simon Josefsson  <simon@josefsson.org>
97
98         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
99
100         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
101         support ACL's.
102
103         * nnimap.el (nnimap-acl-get): Check capability.
104
105         * mail-source.el (mail-source-imap-file-coding-system): New variable.
106         (mail-source-fetch-imap): Use it.
107
108         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
109         (rfc2104-hash): Use it.
110
111         * imap.el (imap-starttls-p): Check for starttls binary.
112         (imap-starttls-open): More verbose.
113         (imap-gssapi-auth): Ditto.
114         (imap-kerberos4-auth): Ditto.
115         (imap-cram-md5-auth): Ditto.
116         (imap-login-auth): Ditto.
117         (imap-anonymous-auth): Ditto.
118         (imap-digest-md5-auth): Ditto.
119         (imap-open): Ditto.
120         (imap-digest-md5-p): Check capability first.
121
122 2000-09-24  Simon Josefsson  <simon@josefsson.org>
123
124         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
125         (imap-login-p): Support LOGINDISABLED.
126
127 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
128
129         * rfc2104.el: Add SHA-1 example.
130
131 2000-09-22  Simon Josefsson  <simon@josefsson.org>
132
133         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
134
135 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
136
137         * lpath.el: Bind nnkiboze-score-file.
138
139 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
140
141         * gnus-score.el (gnus-score-use-all-scores): New variable.
142         (gnus-all-score-files): Use it.
143         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
144         (nnkiboze-enter-nov): Fix it when there is no xref.
145         (nnkiboze-generate-groups): List groups.
146         * gnus-group.el (gnus-group-make-kiboze-group): Use 
147         nnkiboze-score-file.
148         
149         * nnkiboze.el (nnkiboze-request-article): Use
150         gnus-cache-request-article.
151         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
152
153 2000-07-16 Dmitry Bely <dbely@mail.ru>
154
155         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
156
157 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
158
159         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
160
161 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
162
163         * message.el (message-default-charset): Set default value in
164         non-MULE XEmacsen as iso-8859-1.
165
166 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
167
168         * gnus-demon.el: Use (featurep 'xemacs).
169         * gnus-agent.el: timer vs. itimer.
170         * mail-source.el: Ditto.
171
172 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
173
174         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
175         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
176         * gnus-sum.el (gnus-nov-parse-line): Ditto.
177         * nnkiboze.el (nnkiboze-file-coding-system): New.
178         (nnkiboze-retrieve-headers): Use it.
179         (nnkiboze-request-group): Ditto.
180         (nnkiboze-close-group): Ditto.
181         (nnkiboze-generate-group): Ditto.
182         (nnkiboze-enter-nov): Insert first Xref properly.
183
184 2000-09-19  Dave Love  <fx@gnu.org>
185
186         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
187         (nnmail-get-new-mail): Test `sources' in top-level conditional.
188
189         * mail-source.el (mail-sources): Change default to '((file)).
190         Add useful custom type.
191
192 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
193
194         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
195         year).
196         (gnus-date-iso8601): Ditto.
197
198 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
199
200         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
201
202 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
203
204         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
205         pattern. Avoid using 8 bit chars.
206         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
207
208 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
209
210         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
211         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
212         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
213         functions are not implemented yet.
214         
215         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
216         x-overlay.el from the FSF Emacs black list.
217
218 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
219
220         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
221         (mm-inline-media-tests): Ditto.
222         (mm-automatic-display): Ditto.
223         * mm-view.el (mm-display-inline-fontify): Generalize from 
224         mm-display-patch-inline. 
225         (mm-display-patch-inline): Use it.
226         (mm-display-elisp-inline): Ditto.
227         
228 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
229
230         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
231         (gnus-topic-unmark-topic): Ditto.
232         (gnus-topic-mark-topic): Ditto.
233         (gnus-topic-get-new-news-this-topic): Use it.
234
235 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
236
237         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
238         display xface.
239
240 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
243         zombie or killed groups.
244         
245 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
246
247         * mml.el (mml-preview): Reinsert unibyte content. 
248         (mml-parse-1): Remove with-unibyte-current-buffer.
249         (mml-generate-mime-1): Ditto.
250         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
251         * message.el (message-forward): Ditto.
252
253 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
254
255         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
256         original article buffer.
257         (article-de-base64-unreadable): Ditto.
258         (article-wash-html): Ditto.
259
260 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
261
262         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
263         unless forward-show-mml.
264
265 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
266
267         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
268         (gnus-summary-save-parts-last-directory): New.
269         (gnus-summary-save-parts): Save history.
270
271 2000-09-14 Ben Gertzfield <che@debian.org>
272
273         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
274         variable.
275         (gnus-summary-save-parts): Use it.
276
277 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
278
279         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
280         * gnus-sum.el (gnus-summary-exit): Ditto.
281         (gnus-summary-exit-no-update): Ditto.
282         (gnus-summary-show-article): Ditto.
283
284 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
285
286         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
287         Content-Disposition.
288
289 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
290
291         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
292
293 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
294
295         * gnus-art.el (gnus-article-setup-buffer): Set
296         gnus-article-mime-handles to nil.
297         * gnus-sum.el (gnus-summary-exit): Ditto.
298         (gnus-summary-exit-no-update): Ditto.
299         (gnus-summary-show-article): Ditto.
300         (gnus-summary-save-parts): Use gnus-article-mime-handles if
301         dissected.
302         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
303
304 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
305
306         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
307         (gnus-sort-threads-1): New function. Sort threads recursively.
308         (gnus-sort-threads): Use it.
309         (gnus-sort-gathered-threads): Doc fix.
310
311 2000-09-13  Dave Love  <fx@gnu.org>
312
313         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
314
315         * gnus-ems.el (gnus-ems-redefine): Don't alias
316         gnus-summary-set-display-table.
317
318         * message.el (message-user-agent): Don't wrap ignore-errors around
319         it.
320
321         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
322         `format'.
323         (mm-content-transfer-encoding): Don't use cadar.
324
325         * uudecode.el (uudecode-decoder-program) 
326         (uudecode-decoder-switches): Customize.
327
328         * gnus-score.el (gnus-home-score-file): Improve custom type.
329
330         * gnus-cus.el (gnus-custom-mode): Conditionally set local
331         variables for Emacs 21.
332         (gnus-group-customize): Disable undo while laying out the buffer.
333
334 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
335
336         * gnus-util.el (gnus-write-active-file): Bind
337         coding-system-for-write.
338
339 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
340
341         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
342         
343         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
344         * gnus-kill.el (gnus-batch-score): Ditto.
345         * gnus-move.el (gnus-change-server): Ditto.
346         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
347
348 2000-09-12  Simon Josefsson  <simon@josefsson.org>
349
350         * gnus-sum.el (gnus-update-read-articles): Undo
351         `gnus-request-set-mark' operation.
352
353 2000-09-11  Dave Love  <fx@gnu.org>
354
355         * Changelog: Use iso-2022 coding.
356
357         * gnus-msg.el (gnus-msg-mail): New function.
358         (gnus-user-agent): New mail agent.
359
360 2000-09-10  Dave Love  <fx@gnu.org>
361
362         * message.el: Require mail-abbrevs for XEmacs for a problem with
363         keybinding despite the autoloads for it.
364
365 2000-09-08  Simon Josefsson  <simon@josefsson.org>
366
367         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
368
369         * nnimap.el (nnimap-request-update-info-internal): Remove tick
370         marks from dormant articles. (See nnimap-request-set-mark.)
371         (nnimap-retrieve-headers-progress): Demule.
372         (nnimap-open-server): Call nnoo-change-server twice, once for
373         getting the nnimap-server-buffer and once for letting n-c-s set
374         the variables in that buffer.
375
376 2000-09-08  David Edmondson <dme@dme.org>
377
378         * gnus.el (gnus-short-group-name): Guess separator.
379
380 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
381
382         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
383         XEmacs as well.
384
385 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
386
387         * gnus-group.el (gnus-group-insert-group-line): Fix.
388
389 2000-09-04  Dave Love  <fx@gnu.org>
390
391         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
392         (mm-get-image): Avoid the losing `make-glyph' from W3.
393
394 2000-09-03  Simon Josefsson  <simon@josefsson.org>
395
396         * gnus-sum.el (gnus-summary-delete-article): Check server.
397
398 2000-09-01  Simon Josefsson  <simon@josefsson.org>
399
400         * imap.el (imap-parse-flag-list): Rewrite.
401
402         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
403
404         * imap.el (imap-parse-flag-list): Hack.
405
406 2000-08-29  Dave Love  <fx@gnu.org>
407
408         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
409
410         * dgnushack.el (mapcon, union): Remove compiler macros.
411
412         * gnus-agent.el (gnus-agent-union): new function.
413         (gnus-agent-fetch-headers): Use it.
414
415         * gnus.el (gnus-group-startup-message): Specify foreground and
416         background for xpm image.  Centre image vertically.
417         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
418
419 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
420
421         * message.el (message-send-mail): Narrow-to-headers.
422
423 2000-08-24  Dave Love  <fx@gnu.org>
424
425         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
426         21.
427
428 2000-08-23  Dave Love  <fx@gnu.org>
429
430         * dgnushack.el: Remove `member-if' compiler macro.
431
432 2000-08-21  Dave Love  <fx@gnu.org>
433
434         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
435
436 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
437
438         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
439         permanent is used.
440         (gnus-topic-show-topic): Read topic when to show permanent hidden
441         topic.
442         (gnus-topic-remove-topic): Revert to the old behavior, not using
443         hide.
444
445 2000-08-21  Dave Love  <fx@gnu.org>
446
447         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
448         (gnus-xemacs): Use featurep.
449
450         * mm-util.el (mm-read-charset): Maybe use builtin.
451         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
452         (mm-multibyte-p, mm-with-unibyte-current-buffer)
453         (mm-with-unibyte): Use featurep, not string-match.
454         (mm-with-unibyte-buffer): Simplify.
455         (mm-quote-arg): Maybe use shell-quote-argument.
456
457         * mml.el (mml-make-string): Deleted (unused).
458
459         * gnus.el (gnus-mode-line-buffer-identification): Supply
460         definition for Emacs 21.
461
462         * gnus-salt.el: Small doc fixes.
463         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
464         gnus-add-minor-mode.
465
466         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
467         gnus-add-minor-mode.
468
469 2000-08-20  Simon Josefsson  <simon@josefsson.org>
470
471         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
472         function, thanks to Lloyd Zusman for debugging.
473         (nnimap-request-group): 
474         (nnimap-request-list): 
475         (nnimap-retrieve-groups): 
476         (nnimap-request-newgroups): Use it.
477
478         * nnimap.el (nnimap-request-article-part): Less verbose.
479
480 2000-08-19  Andreas Jaeger  <aj@suse.de>
481
482         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
483         subst-char-in-string since we test elsewhere whether it's bound.
484         
485 2000-08-18  Dave Love  <fx@gnu.org>
486
487         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
488         custom type.
489
490         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
491         gnus-group-running-xemacs.
492
493         * nnheader.el (nnheader-replace-chars-in-string): Use
494         subst-char-in-string if available.
495
496         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
497         (gnus-request-article-this-buffer): Use expand-file-name.
498         (gnus-mime-view-part-as-type): Simplify interactive spec.
499         (gnus-mime-button-map): Define it all in defvar.
500
501 2000-08-17  Dave Love  <fx@gnu.org>
502
503         * gnus-group.el (gnus-group-running-xemacs): Deleted.
504
505         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
506         last-nonmenu-event.
507
508         * uudecode.el (char-int): Use defalias, not fset.
509
510         * score-mode.el: Don't require easymenu.  Require mm-util.
511         (score-mode-coding-system): Use mm-auto-save-coding-system.
512
513         * nneething.el (nneething-create-mapping): Don't use cadar & al.
514         (nneething-file-name): Use expand-file-name, not concat.
515
516 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
517
518         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
519         Failure proof for email addresses.
520         (nnslashdot-sane-retrieve-headers): Ditto.
521
522 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * message.el (message-send-mail): Only insert courtesy message
525         when text/plain.
526
527 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
528
529         * message.el (message-cancel-news): Copy the From header from the
530         original article.
531
532 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * gnus-async.el (gnus-asynchronous): Removed.
535
536 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
537
538         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
539         format.
540
541 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
542
543         * nnmail.el (nnmail-expiry-target-group): Fixed.
544
545 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
546
547         * nnmail.el (nnmail-expiry-target-group): Fix the call to
548         gnus-request-accept-article so that body encoding is *not* done.
549         Encoding is not done on incoming mail, so why should it be done on
550         expired mail?
551
552
553 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
554
555         * nnml.el (nnml-request-expire-articles): Fix the calls to
556         nnml-request-article (the filename was being passed instead of the
557         article number) and nnmail-expiry-target-group
558         (nnml-current-directory is changed by nnml-request-accept-article,
559         causing it to be incorrect for the next article to be expired).
560
561 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
562
563         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
564         expiry-target group parameters. 
565
566 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
569         buffer.
570         (gnus-topic-hide-topic): Take a PERMANENT parameter.
571         (gnus-topic-show-topic): Ditto.
572
573         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
574
575 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
576
577         * mail-source.el (mail-source-incoming-file-prefix): New
578         variable. 
579
580 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
583
584         * mailcap.el (mailcap-maybe-eval): Be even more warning.
585
586 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
587
588         * message.el (message-syntax-checks): New check quotin-style: 
589         Text must be written below quoted text.
590         (message-check-news-body-syntax): Check it.
591
592 2000-08-11  Simon Josefsson  <simon@josefsson.org>
593
594         * imap.el (imap-authenticator-alist): Fix typo.
595         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
596         Jonas Oberg for debugging.
597
598 2000-08-11  Simon Josefsson  <simon@josefsson.org>
599
600         * gnus-async.el (gnus-asynchronous): Disable by default.
601
602 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * mm-view.el (mm-inline-text): Bind fill-column.
605
606         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
607         list of unexpired articles.
608
609         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
610         un-expired articles. 
611
612         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
613         headers. 
614
615         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
616         we update the right topic.. 
617
618         * mm-decode.el (mm-display-external): Put point at start. 
619
620 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
621
622         * nnmail.el (nnmail-expiry-target): More explicit documentation.
623
624         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
625
626 2000-08-09  Simon Josefsson <simon@josefsson.org>
627
628         * imap.el (imap-parse-body):
629         (imap-parse-string-list): Add bug workarounds for Stalker
630         Communigate Pro 3.0 server.
631         (imap-body-lines): Remove bogus comment.
632
633         * imap.el (imap-range-to-message-set): Move from nnimap.el.
634
635         * nnimap.el (nnimap-retrieve-which-headers):
636         (nnimap-retrieve-headers-from-server):
637         (nnimap-request-set-mark):
638         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
639
640 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
641
642         * message.el (message-dont-reply-to-names):
643         rmail-dont-reply-to-names may not be defined.
644
645 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
646
647         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
648         not use pop.
649
650 2000-07-19  Dave Love  <fx@gnu.org>
651
652         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
653         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
654         check.
655         (gnus-article-display-xface): Special-case for dark backgrounds.
656
657 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
658
659         * imap.el (imap-calculate-literal-size-first): New variable.
660         (imap-local-variables): Add it.
661         (imap-kerberos4-open): Set it.
662         (imap-send-command): Use it.
663
664 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
665
666         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
667         (mailcap-parse-mimetypes): Use it.
668         (mailcap-extension-to-mime): Parse mimetype.
669         (mailcap-mime-types): Ditto.
670         * mml.el (mml-minibuffer-read-type): Ditto.
671
672 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
673
674         * nndoc.el (nndoc-type-alist): Add outlook.
675         (nndoc-outlook-type-p): New function.
676         (nndoc-outlook-article-begin): Ditto.
677
678 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
679
680         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
681         excursion.
682
683 2000-07-15  Simon Josefsson  <simon@josefsson.org>
684
685         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
686
687         * imap.el (imap): 
688         (imap-kerberos4-program): 
689         (imap-gssapi-program): 
690         (imap-ssl-program): Customization.
691         (imap-shell-program): 
692         (imap-shell-host): New variables.
693         (imap-streams): 
694         (imap-stream-alist): Add shell.
695         (imap-shell-p): 
696         (imap-shell-open): New functions.
697         (imap-open): Don't call authenticator if preauth.
698         (imap-authenticate): Return t if already authenticated.
699
700 2000-07-14  Simon Josefsson  <simon@josefsson.org>
701
702         * gnus.el (gnus-invalid-group-regexp): New variable.
703         (gnus-read-group): Use it.
704
705 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
706
707         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
708         expunge-below and orphan-score are "group variables".
709
710 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
711
712         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
713         qualified group names to `gnus-group-read-ephemeral-group'.
714
715 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * dgnushack.el (srcdir): Define it before use it.
718
719 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
720
721         * gnus-sum.el: `W t' is toggle-header in info.
722
723 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
724
725         * lpath.el: Fbind subst-char-in-string.
726
727 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
728
729         * Makefile.in: Use W3DIR and lispdir.
730         * dgnushack.el: Ditto.
731
732 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
733
734         * gnus-art.el (article-de-base64-unreadable): Typo.
735
736 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
737
738         * gnus-agent.el (require): Require timer.
739
740 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
741
742         * message.el (message-bounce): Call mime-to-mml.
743
744 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * nnslashdot.el (nnslashdot-request-close): New function.
747
748 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
749
750         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
751         right line number for the article.
752
753 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
754
755         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
756         * webmail.el (webmail-fetch): Bind 
757         url-http-silence-on-insecure-redirection.
758
759 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
760
761         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
762         unibyte.
763         (nnslashdot-sane-retrieve-headers): Ditto.
764         (nnslashdot-request-article): Ditto.
765
766 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
767
768         * mailcap.el (mailcap-parse-mimetype-file): 
769
770 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
771
772         * nnweb.el (nnweb-insert): Stricter test.
773         * webmail.el (webmail-refresh-redirect): Ditto.
774
775 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
776
777         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
778
779 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
780
781         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
782
783 2000-07-05  Dave Love  <fx@gnu.org>
784
785         * utf7.el: Doc and header fixes.
786
787         * gnus-sum.el: Doc fixes.
788
789         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
790         defalias, not fset.
791
792         * flow-fill.el (fill-flowed-point-at-eol)
793         (fill-flowed-point-at-bol): Use defalias, not fset.
794
795         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
796         (gnus-Plain-save-name): Delete -- apparently bogus.
797
798 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * nnsoup.el: Use expand-file-name throughout.
801
802 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
803
804         * nnmail.el (nnmail-read-incoming-hook): New example.
805
806 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * mm-view.el (mm-inline-text): Check whether the text has already
809         been decoded.
810
811 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
812
813         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
814
815 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
816
817         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
818
819 2000-07-03  Simon Josefsson  <simon@josefsson.org>
820
821         * gnus-sum.el (gnus-update-marks): Don't propagate download and
822         unsend flags.
823
824 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
825
826         * nnimap.el (nnimap-open-connection): Don't look up virtual server
827         name in authinfo (.authinfo now support ports, no need for the
828         hack).
829         (nnimap-split-find-rule): Fix.
830         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
831
832 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
833
834         * message.el (message-unquote-tokens): Remove all quotes.
835
836 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
837
838         * gnus-ml.el: New file. 
839
840 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * nnultimate.el (nnultimate-request-close): New function.
843
844         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
845
846 2000-06-18  Norbert Koch  <norbert@s.netic.de>
847
848         * Makefile.in: Better support for xemacs builds
849
850 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
851
852         * gnus.el: Gnus v5.8.7 is released.
853
854 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * mm-decode.el (mm-insert-part): Characters doubly decoded.
857
858 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
859
860         * message.el (message-do-fcc): Encode MIME.
861
862 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
863
864         * lpath.el: Fbind image-size.
865
866 2000-06-28  Simon Josefsson  <simon@josefsson.org>
867
868         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
869         (nnimap-assoc-match): New function.
870         (nnimap-split-find-rule): Support extended syntax.
871
872 2000-06-28  Simon Josefsson  <simon@josefsson.org>
873
874         * nnimap.el (nnimap-open-connection): Use port stuff.
875
876         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
877         document port and defaultport.
878
879 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
880
881         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
882
883 2000-06-26  Dave Love  <fx@gnu.org>
884
885         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
886
887         * message.el: Remove unnecessary `require'ments.  Defvar
888         gnus-list-identifiers when compiling.  Don't try to autoload
889         variable `gnus-list-identifiers'.  Autoload
890         gnus-group-name-charset.
891         (message-fetch-field): Don't assume `format' removes text
892         properties.
893         (message-strip-list-identifiers, message-reply, message-followup):
894         Require gnus-sum.
895         (message-mode): Tidy XEmacs conditionals.
896         (message-replace-chars-in-string): Use subst-char-in-string when
897         available.
898
899         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
900         Define if necessary.
901
902         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
903         removes text properties.
904
905         * gnus-srvr.el (gnus-browse-group-name): Likewise.
906
907         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
908
909         * gnus-score.el (gnus-summary-score-entry): Likewise.
910
911 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * nnimap.el (nnimap-request-post): Fix parenthesis.
914
915 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
916
917         * message.el (message-unquote-tokens): New function.
918
919         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
920
921         * nnimap.el (nnimap-request-post): Ditto.
922
923 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
924
925         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
926
927         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
928         patch commited 2000-04-02).
929
930 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
931
932         * imap.el (imap-mailbox-examine-1): New function.
933         (imap-message-copyuid-1):
934         (imap-message-appenduid-1): Use it, instead of
935         `imap-mailbox-examine' which would utf-7 encode mailbox name
936         twice.
937
938 2000-06-19  Dave Love  <fx@gnu.org>
939
940         * mm-uu.el Don't require message.  Require cl when compiling.
941
942 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
943
944         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
945         a local variable.
946         * gnus-sum.el (gnus-orphan-score): Move here.
947
948 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
949
950         * message.el (message-forward): Remove show-mml condition.
951         (message-forward-ignored-headers): Remove X-Gnus headers.
952
953 2000-06-08  Simon Josefsson  <simon@josefsson.org>
954
955         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
956
957 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
958
959         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
960
961 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
962
963         * message.el (message-syntax-checks): Add type.
964
965 2000-06-07  Dave Love  <fx@gnu.org>
966
967         * mm-view.el (mm-inline-image-emacs): Don't specify string for
968         put-image.
969         (mm-inline-image): Defalias, not fset.
970
971         * gnus.el (gnus-group-startup-message): Don't specify string for
972         insert-image.
973
974         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
975         add-minor-mode is available.
976         (gnus-article-display-xface): Don't specify string for
977         insert-image.
978
979 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
980
981         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
982         (gnus-topic-insert-topic-line): Use shownp.
983         (gnus-topic-hide-topic): Don't use hidden.
984         (gnus-topic-show-topic): Don't use hidden.
985
986 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
987
988         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
989         system.
990         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
991         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
992         * gnus-util.el (gnus-output-to-rmail): Ditto.
993         (gnus-output-to-mail): Ditto.
994         (gnus-write-buffer): Ditto.
995         * gnus-uu.el (gnus-uu-save-article): Ditto.
996
997 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
998
999         * message.el (message-read-from-minibuffer): Typo.
1000
1001 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1002
1003         * gnus-art.el (article-decode-charset): Override non-MIME forward
1004         charset.
1005
1006 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1007
1008         * mml.el (mml-quote-region): Correct the regexp.
1009         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1010
1011 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1012
1013         * message.el (message-forward): Insert raw text.
1014         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1015         (mml-generate-mime-1): Insert raw text in unibyte mode.
1016
1017 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1018
1019         * mm-bodies.el (mm-body-encoding): Always encoded if
1020         `mm-use-ultra-safe-encoding' is set.
1021
1022 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1023
1024         * mml.el (ange-ftp-name-format): Typo.
1025
1026 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1027
1028         * gnus-start.el (gnus-get-unread-articles): If
1029         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1030         try to do anything on that server.
1031         
1032 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1033
1034         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1035         from latest draft.
1036
1037 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1038
1039         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1040         is open.
1041
1042 2000-05-24  Dave Love  <fx@gnu.org>
1043
1044         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1045
1046 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1047
1048         * gnus.el (gnus-redefine-select-method-widget): new function, call
1049         it once. Add an "other" entry for unknown but editable backend
1050         name symbols.
1051         * gnus-start.el (gnus-declare-backend): use it.
1052
1053 2000-05-19  Dave Love  <fx@gnu.org>
1054
1055         * gnus-art.el (gnus-article-next-page): Revert last change.
1056
1057 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1058
1059         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1060
1061 2000-05-19  Dave Love  <fx@gnu.org>
1062
1063         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1064         not mm-inline-large-images.
1065
1066 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1067
1068         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1069
1070 2000-05-18  Dave Love  <fx@gnu.org>
1071
1072         * gnus-art.el: Use defalias, not fset.
1073         (gnus-article-x-face-command): Don't test for xbm.
1074         (gnus-article-next-page): Redisplay before testing point in window.
1075
1076 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1077
1078         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1079         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1080
1081 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1082
1083         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1084         gnus-summary-save-in-rmail.
1085         * message.el (message-output): Ditto.
1086
1087 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1090
1091 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1092
1093         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1094         is a charset.
1095         * message.el (message-send-news): Check group name charset.
1096         * gnus-msg.el (gnus-post-news): Decode group name.
1097         (gnus-inews-do-gcc): Encode group name.
1098
1099 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1100
1101         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1102         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1103
1104 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1105
1106         * gnus-group.el (gnus-group-mark-line-p): New function.
1107         (gnus-group-goto-group): New parameter.
1108         (gnus-group-remove-mark): Use it.
1109         * gnus-topic.el (gnus-topic-move-group): Ditto.
1110         (gnus-topic-remove-group): Ditto.
1111
1112 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1113
1114         * gnus-group.el (gnus-group-list-dormant): New function.
1115
1116 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1117
1118         * gnus-agent.el (gnus-agent-synchronize): Use
1119         nnheader-insert-file-contents.
1120         (gnus-agent-save-active-1): Ditto.
1121         (gnus-agent-write-active): Ditto.
1122         (gnus-agent-expire): Ditto.
1123         * gnus-cache.el (gnus-cache-read-active): Ditto.
1124         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1125         * gnus-sum.el (gnus-summary-import-article): Ditto.
1126
1127         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1128         (gnus-agent-save-group-info): Ditto.
1129         (gnus-agent-save-alist): Ditto.
1130         * gnus-util.el (gnus-make-directory): Ditto.
1131
1132         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1133
1134 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1135
1136         * mml.el (mml-generate-mime-preprocess-function): New variable.
1137         (mml-generate-mime-postprocess-function): New variable.
1138         (mml-generate-mime-1): Use them.
1139
1140 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1141
1142         * gnus-group.el (gnus-group-apropos): Group name charset.
1143         * gnus-sum.el (gnus-set-mode-line): Ditto.
1144         * gnus-group.el (gnus-group-decoded-name): New function.
1145         (gnus-group-edit-group): Use it.
1146         * gnus-cus.el (gnus-group-customize): Use it.
1147
1148 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1149
1150         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1151
1152 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1153
1154         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1155         (gnus-group-name-charset-group-alist): Ditto.
1156         (gnus-group-name-charset): New function.
1157         (gnus-group-name-decode): New function.
1158         (gnus-group-insert-group-line): Use them.
1159         (gnus-group-prepare-flat-list-dead): Ditto.
1160         (gnus-group-list-active): Ditto.
1161         (gnus-group-describe-all-groups): Ditto.
1162         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1163         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1164         add gnus-group property.
1165         (gnus-browse-group-name): Read gnus-group property.
1166
1167 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1168
1169         * nnfolder.el (nnfolder-possibly-change-group): Use
1170         file-name-coding-system instead of pathname-coding-system.
1171         * nnmail.el (nnmail-find-file): Ditto.
1172         (nnmail-write-region): Ditto.
1173         * nnmh.el (nnmh-retrieve-headers): Ditto.
1174         (nnmh-request-article): Ditto.
1175         (nnmh-request-group): Ditto.
1176         (nnmh-request-list): Ditto.
1177         (nnmh-possibly-change-directory): Ditto.
1178         (nnmh-active-number): Ditto.
1179         * nnml.el (nnml-possibly-change-directory): Ditto.
1180         (nnml-request-list): Ditto.
1181         (nnml-request-article): Ditto.
1182         (nnml-retrieve-headers): Ditto.
1183
1184 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1185
1186         * nnimap.el (nnimap-request-accept-article): Don't unselect
1187         mailbox if no mailbox is selected.
1188
1189 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1190
1191         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1192         Recognize domain names starting with `www.' as starting an URL.
1193
1194 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1195
1196         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1197         (mail-source-keyword-map): Add "subdirs" for maildir.
1198
1199 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1200
1201         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1202         (nnmail-get-new-mail): Use it.
1203         * gnus-start.el (gnus-get-unread-articles): Ditto.
1204
1205 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1206
1207         * gnus-sum.el (gnus-summary-edit-article): Better support for
1208         nndraft:drafts.
1209         * nndraft.el (nndraft-request-replace-article): New function,
1210         bind nnmail-file-coding-system.
1211
1212 2000-05-14  Dave Love  <fx@gnu.org>
1213
1214         * nnheader.el: Replace uses of `fset' with `defalias'.
1215         (jka-compr-compression-info-list): Only defvar when compiling.
1216
1217 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1218
1219         * webmail.el (webmail-netaddress-article): Refresh redirect.
1220
1221 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1222
1223         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1224
1225 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1226
1227         * webmail.el: Translate &nbsp; to SP.
1228
1229 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1230
1231         * message.el (message-bounce): Doc typo.
1232
1233 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1234
1235         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1236         (gnus-soup-store): Ditto.
1237         (gnus-soup-send-packet): Ditto.
1238         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1239         (nnsoup-dissect-buffer): Ditto.
1240         (nnsoup-narrow-to-article): Ditto.
1241         (nnsoup-make-active): Ditto
1242
1243 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1244
1245         * message.el (message-mode): Two parameters for local-variable-p.
1246
1247 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1248
1249         * message.el (message-strip-list-identifiers): New function.
1250         (message-reply): Use it and use message-strip-subject-re.
1251         (message-followup): Ditto.
1252         * gnus-art.el (article-hide-list-identifiers): Remove more.
1253         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1254
1255 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1256
1257         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1258         mail-parset-charset and use non-numeric argument.
1259
1260 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1261
1262         * mml.el (mml-buffer-list): New variable.
1263         (mml-generate-new-buffer): New function.
1264         (mml-destroy-buffers): Ditto.
1265         (mml-insert-mime): Use them.
1266         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1267         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1268         * message.el (message-mode): Ditto.
1269         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1270         (gnus-uu-save-article): Support show-as-mml.
1271         * message.el (message-forward): Ditto.
1272
1273 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1274
1275         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1276         (nndoc-mime-digest-type-p): Locate article head precisely.
1277         * mml.el (mml-generate-default-type): New variable.
1278         (mml-generate-mime-1): Use it.
1279         (mml-insert-mime-headers): Use it.
1280         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1281         (gnus-uu-digest-mail-forward): Use it and call message-forward
1282         with argument digest.
1283         (gnus-uu-save-article): Support message-forward-as-mime.
1284         * message.el (message-forward): Add parameter digest.
1285         * mm-decode.el (mm-dissect-default-type): New variable.
1286         (mm-dissect-buffer): Use it.
1287
1288 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1289
1290         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1291         newline and paragraph to nil when got a non-ascii character. Test
1292         paragraph before newline.
1293
1294 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1295
1296         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1297         limit to 76.
1298
1299 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * nnslashdot.el (nnslashdot-sid-strip): New function.
1302         (nnslashdot-threaded-retrieve-headers): New format.
1303         (nnslashdot-sane-retrieve-headers): Ditto.
1304         (nnslashdot-request-article): Ditto.
1305         (nnslashdot-threaded-retrieve-headers): Thread properly.
1306         (nnslashdot-request-article): Be more lenient.
1307         (nnslashdot-threaded-retrieve-headers): Regexp search.
1308
1309 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1310
1311         * gnus-sum.el (gnus-with-article): Define it before use it.
1312
1313 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1314
1315         * message.el (message-supersede): Use mime-to-mml.
1316         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1317
1318 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus-group.el (gnus-group-list-cached): Don't use
1321         `subst-char-in-string'.
1322
1323 2000-05-08  Dave Love  <fx@gnu.org>
1324
1325         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1326
1327 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1328
1329         * mm-decode.el (mm-interactively-view-part): Append %s if the
1330         method is a single word.
1331         * nnwarchive.el (nnwarchive-type-definition): Typo.
1332
1333 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1334
1335         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1336         function.
1337         (gnus-group-prepare-flat-predicate): Use it.
1338         (gnus-group-list-cached): List dead groups.
1339
1340 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1341
1342         * gnus-art.el (article-decode-charset): Don't decode message with
1343         format.
1344
1345 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1346
1347         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1348         evaluate the Lisp code.
1349
1350 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1351
1352         * gnus-art.el (article-wash-html): New function.
1353         (gnus-article-wash-html): Bind.
1354         (gnus-article-make-menu-bar): Menu item.
1355         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1356         (gnus-summary-make-menu-bar): Menu item.
1357         * gnus.el: Autoload.
1358
1359 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1360
1361         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1362         (gnus-uu-unshar-article): Use it.
1363
1364         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1365         (mailcap-maybe-eval): Use it.
1366
1367         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1368         in docstring.
1369
1370         * mml.el (mml-generate-mime-1): Small comment.
1371
1372 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1373
1374         * gnus-art.el (article-de-base64-unreadable): New function.
1375         (gnus-article-de-base64-unreadable): Bind.
1376         (gnus-article-make-menu-bar): Menu item.
1377         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1378         (gnus-summary-make-menu-bar): Menu item.
1379         * gnus.el: Autoload.
1380
1381 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1382
1383         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1384         (gnus-summary-select-article): Add en/disable multibyte.
1385
1386 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1387
1388         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1389         (gnus-summary-edit-article): New feature: editing raw articles.
1390
1391 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1392
1393         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1394         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1395         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1396         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1397         * mm-decode.el (mm-insert-part): Ditto.
1398
1399 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1400
1401         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1402         (nndoc-forward-type-p): Ditto.
1403
1404 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1405
1406         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1407         value of enable-multibyte-characters.
1408
1409 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1410
1411         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1412
1413 2000-05-03  Dave Love  <fx@gnu.org>
1414
1415         * gnus-ems.el (gnus-article-xface-ring-internal)
1416         (gnus-article-xface-ring-size): New variable.
1417         (gnus-article-display-xface): Use them to cache data.  Don't try
1418         to use XPM.  Set up binary coding for PBM's sake.
1419
1420 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1421
1422         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1423         * gnus-int.el (gnus-request-accept-article): Ditto.
1424         (gnus-request-replace-article): Ditto.
1425         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1426
1427 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1428
1429         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1430
1431 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1432
1433         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1434         field.
1435         * mml.el (mml-to-mime): Use message-default-charset.
1436         (mml-preview): Narrow to headers.
1437         * message.el (message-send-mail): Use message-default-charset.
1438         (message-send-news): Narrow to headers;
1439         use message-default-charset.
1440
1441 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1442
1443         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1444         detect.
1445         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1446         restriction.
1447         (mml-parse-1): Warning message.
1448         (mml-preview): Disable multibyte.
1449
1450 2000-05-03  Dave Love  <fx@gnu.org>
1451
1452         * gnus.el (gnus-group-startup-message): Add newline before image.
1453
1454 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1455
1456         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1457         * message.el (message-send-mail): Use unibyte-buffer.
1458         (message-send-mail): Ditto.
1459
1460 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1461
1462         * gnus.el: Gnus v5.8.6 is released.
1463
1464 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1465
1466         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1467
1468 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1469
1470         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1471
1472 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1473
1474         * message.el (message-send-mail-partially): Use forward-line.
1475
1476 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1477
1478         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1479
1480 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1481
1482         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1483         (mml-insert-mime): No markup only for text/plain.
1484         (mime-to-mml): Remove MIME headers.
1485
1486 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1487
1488         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1489         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1490         as 8-bit.
1491         * lpath.el: Fbind image functions.
1492
1493 2000-04-28  Dave Love  <fx@gnu.org>
1494
1495         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1496         21.
1497
1498         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1499         search order.  Use parse-colon-path and remove some redundancy.
1500         Doc fix.
1501         (mailcap-parse-mimetypes): Code consistently with
1502         mailcap-parse-mailcaps.  Doc fix.
1503
1504         * gnus-start.el (gnus-unload): Iterate over `features', not
1505         `load-history'.
1506
1507 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1508
1509         * mml.el (mml-parse-1): Don't create blank parts.
1510         (mml-read-part): Fix mml tag.
1511         (mml-insert-mime): Convert message/rfc822.
1512         (mml-insert-mml-markup): Add mmlp parameter.
1513
1514 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1515
1516         * message.el (message-send-mail-partially): Remove CTE.
1517
1518 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1519
1520         * lpath.el: Fbind put-image for XEmacs.
1521         * mm-view.el (mm-inline-image): Fset it.
1522
1523 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1524
1525         * nndoc.el (nndoc-type-alist): Change forward regexp.
1526
1527 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1528
1529         * message.el (message-send-mail-partially-limit): Change the
1530         default value.
1531
1532 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1533
1534         * gnus-util.el (gnus-extract-address-components): Name might be
1535         "".
1536
1537 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1538
1539         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1540         (gnus-summary-post-forward): Ditto.
1541         * message.el (message-forward-show-mml): New variable.
1542         (message-forward): Use it.
1543         * mml.el (mml-parse-1): Add tag mml.
1544         (mml-read-part): Ditto.
1545         (mml-generate-mime): Support reentance.
1546         (mml-generate-mime-1): Support mml tag.
1547
1548 2000-04-27  Dave Love  <fx@gnu.org>
1549
1550         * gnus-art.el: Don't bother to require custom, browse-url.
1551         (gnus-article-x-face-command): Include gnus-article-display-xface.
1552
1553         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1554         Use defalias, not fset.
1555         (gnus-article-display-xface): New function.
1556
1557         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1558
1559         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1560         (mm-xemacs-p): Deleted.
1561         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1562         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1563         use create-image and don't special-case xbm.
1564         (mm-valid-image-format-p): Use display-graphic-p.
1565
1566 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1567
1568         * message.el (message-send-mail-partially-limit): New variable.
1569         (message-send-mail-partially): New function.
1570         (message-send-mail): Use it.
1571         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1572         all blank lines inside of base64.
1573         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1574         blank lines.
1575
1576 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1577
1578         * mml.el (mml-insert-tag): Match more special characters.
1579
1580 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1581
1582         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1583
1584 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1585
1586         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1587         (mm-inlined-types): Ditto.
1588         * mm-partial.el: New file.
1589
1590 2000-04-27  Dave Love  <fx@gnu.org>
1591
1592         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1593         matter in Emacs 21.
1594
1595 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1596
1597         * mm-bodies.el (mm-encode-body): Remove reference to
1598         mm-default-charset in comment.
1599
1600 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1601
1602         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1603
1604 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1605
1606         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1607         let.
1608
1609 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1610
1611         * gnus-draft.el (gnus-draft-setup): Fix comments.
1612
1613 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1614
1615         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1616         if nnmbox-file-coding-system-for-write is nil.
1617
1618 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1619
1620         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1621         header if nil.
1622
1623 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1624
1625         * mm-view.el (mm-inline-text): Insert directly if decoded.
1626         * mml.el (autoload): Typo.
1627
1628 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1629
1630         * mml.el (mml-preview): Set up posting-charset.
1631         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1632
1633 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1634
1635         * webmail.el: Fix yahoo mail.
1636
1637 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1638
1639         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1640         word if not necessary.
1641         (rfc2047-encode-region): Put space between encoded words.
1642
1643 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1644
1645         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1646
1647 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1648
1649         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1650         required.
1651         (gnus-draft-edit-message): Require restoration.
1652
1653 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1654
1655         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1656         back.
1657
1658 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1659
1660         * gnus-art.el (gnus-treat-article): Make sure that the summary
1661         buffer is live.
1662
1663 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1664
1665         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1666         (mailcap-parse-mailcap): Backwards parsing.
1667         (mailcap-possible-viewers): Remove nreverse.
1668         (mailcap-mime-info): Ditto.
1669         (mailcap-add-mailcap-entry): Keep alternative viewer.
1670
1671 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1672
1673         * gnus.el: Gnus v5.8.5 is released.
1674
1675 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
1678
1679         * gnus-util.el (gnus-netrc-machine): Default to nntp.
1680
1681         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
1682
1683 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
1684
1685         * mm-view.el (mm-inline-message): Disable prepare-hook.
1686
1687 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * gnus.el: Fix copyright statements.
1690
1691         * gnus-sum.el (gnus-alter-articles-to-read-function): New
1692         variable.
1693         (gnus-articles-to-read): Use it.
1694
1695         * message.el (message-get-reply-headers): Bind free variable.
1696
1697 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1698
1699         * message.el (message-get-reply-headers): Fix to-address.
1700
1701 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1702
1703         * webmail.el: Hotmail fix. Add a debug function.
1704
1705 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-sum.el (t): M-down and M-up.
1708
1709 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1710
1711         * gnus-sum.el: Doc fix.
1712
1713 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
1714
1715         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
1716
1717 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
1720         string.
1721         (nnweb-request-group): Don't scan twice.
1722         (nnweb-request-scan): Don't nix out the hashtb.
1723
1724         * message.el (message-get-reply-headers): Return a value.
1725
1726 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
1727
1728         * gnus-art.el (gnus-button-url-regexp): New value to match naked
1729         urls.
1730
1731 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
1734         order messages are inserted.
1735
1736         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
1737         message/rfc822 parts.
1738
1739         * gnus-art.el (gnus-article-read-summary-keys): Check for
1740         numerical values.
1741
1742         * message.el (message-get-headers): Made into own function.
1743         (message-reply): Use it.
1744         (message-get-reply-headers): Renamed.
1745         (message-widen-reply): New command.
1746
1747 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1748
1749         * nntp.el (nntp-retrieve-data): Report the error and return nil.
1750
1751 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1752
1753         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
1754         non-base64 text at the end if not found.
1755
1756 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
1757
1758         * gnus-sum.el (gnus-read-move-group-name):
1759         (gnus-summary-move-article): Use `gnus-group-method' to find out
1760         what method the manually entered group belong to.
1761         `gnus-group-name-to-method' doesn't return any method parameters
1762         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
1763         for new groups so they wouldn't work.
1764
1765 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
1768         override.
1769
1770 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1771
1772         * nnmail.el (nnmail-cache-insert): Does some stuff that is
1773         probably good to do, or something.  I dunno.  I just write these
1774         ChangeLog entries, and my name is Lars.
1775
1776 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
1777
1778         * message.el (message-caesar-region): Use translate-region.
1779
1780 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
1781
1782         * gnus-group.el (gnus-group-catchup-current): Doc fix.
1783
1784 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
1787         variables, because that makes Emacs flash.
1788
1789         * gnus-group.el (gnus-group-insert-group-line): Don't call
1790         gnus-group-add-icon unconditionally.
1791
1792         * gnus-xmas.el (gnus-group-add-icon): Moved here.
1793
1794         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
1795         xmas.
1796         (gnus-group-glyph-directory): Removed.
1797
1798 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
1799
1800         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
1801         gnus-newsgroup-name is "".
1802
1803 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
1804
1805         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
1806         in conjunction with MULE-UCS.
1807
1808 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
1809
1810         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
1811
1812 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * dgnushack.el (last, mapcon, member-if, union): New compiler
1815         macros for emulating cl functions.
1816
1817 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
1818
1819         * message.el (message-shorten-references): Only cater to broken
1820         INN for news. This caters for broken smtpd.
1821
1822 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * mailcap.el (mailcap-mime-info): Use the first match; not the
1825         last.
1826
1827         * gnus-agent.el (gnus-category-kill): Save the category list.
1828
1829 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
1830
1831         * gnus-sum.el (gnus-summary-move-article): Do something or other.
1832
1833 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
1836
1837 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
1840
1841 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1842
1843         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
1844         (gnus-group-list-cached): Use it.
1845
1846 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * gnus.el: Update all the copyright notices.
1849
1850 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
1851
1852         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1853         non-base64 text at the end.
1854
1855 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
1858
1859 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * nnheader.el: Don't autoload cancel-function-timers.
1862
1863         * message.el (message-fetch-field): Fold case.
1864
1865 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1866
1867         * message.el (message-forward-before-signature): New variable.
1868
1869 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1870
1871         * gnus-mlspl.el: Fix stuff.
1872
1873 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
1876         subjects when unthreaded.
1877
1878 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
1879
1880         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
1881         well.
1882
1883 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
1884
1885         * gnus-art.el (gnus-article-mode): Fix variable name.
1886
1887 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * mm-view.el: Fix autoload.
1890
1891         * flow-fill.el (flow-fill): Fix provide.
1892
1893         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
1894         nil.
1895
1896 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1897
1898         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
1899
1900 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * gnus-util.el (gnus-netrc-machine): Didn't work.
1903
1904 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1905
1906         * gnus-draft.el (gnus-draft-setup): Restore to mml.
1907
1908 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * flow-fill.el: Renamed from fill-flowed.
1911
1912         * message.el (message-forward-ignored-headers): Default to
1913         removing CTE.
1914
1915 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1916
1917         * message.el (message-mode): Don't fill headers.
1918
1919 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * message.el (message-pipe-buffer-body): Use shell
1922
1923 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
1924
1925         * nnvirtual.el (nnvirtual-request-article):
1926         Bind gnus-override-method to nil.
1927         (nnvirtual-request-update-mark): Don't update mark when
1928         article is not there.
1929
1930 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1931
1932         * mm-uu.el (mm-uu-dissect): Check forwarded message.
1933
1934 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * gnus-util.el (gnus-parse-netrc): Allow "port".
1937         (gnus-netrc-machine): Take a port param.
1938         (gnus-netrc-machine):
1939
1940         * gnus-art.el (gnus-request-article-this-buffer): Allow
1941         re-selecting referenced articles.
1942
1943         * message.el (message-cancel-news): Allow editing.
1944         (message-cancel-message): Add newline.
1945
1946 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
1947
1948         * mm-view.el (mm-inline-image-emacs): New function.
1949
1950 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * mail-source.el (mail-source-delete-incoming): Change default in
1953         cvs.
1954
1955 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
1956
1957         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
1958         function.
1959
1960 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * nnml.el (nnml-request-expire-articles): Use it.
1963
1964         * nnmail.el (nnmail-expiry-target): New variable.
1965         (nnmail-expiry-target-group): New function.
1966
1967 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
1968
1969         * message.el (message-forward): Add non-MIME separators.
1970
1971 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * message.el (message-generate-headers): Respect the syntax check
1974         spec.
1975
1976         * gnus-sum.el (gnus-remove-thread-1): Show thread.
1977         (gnus-remove-thread): Don't show all threads.
1978
1979 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
1980
1981         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
1982
1983 2000-04-19  Dave Love  <fx@gnu.org>
1984
1985         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
1986
1987 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1988
1989         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
1990         (nnwarchive-egroups-*): Ditto.
1991         (nnwarchive-url): Unibyte buffer and single line cookie.
1992
1993 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1994
1995         * mm-util.el (mm-char-or-char-int-p): New alias.
1996         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
1997         entities.
1998
1999 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2000
2001         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2002         article case insensitively.
2003
2004 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2005
2006         * mail-source.el (mail-source-fetch-webmail): Use the default
2007         password provided in mail-sources; use webmail:subtype:user as
2008         the key.
2009
2010 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2011
2012         * mail-source.el (mail-source-fetch-webmail): Use
2013         mail-source-password-cache.
2014
2015 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2016
2017         * webmail.el: Add netscape mail and fix HotMail mail.
2018
2019 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2020
2021         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2022
2023 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2024
2025         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2026         RFC822.PEEK if server support IMAP4rev1.
2027         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2028         RFC822.TEXT.PEEK if server support IMAP4rev1.
2029         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2030         RFC822.HEADER if server support IMAP4rev1.
2031         (nnimap-request-article-part): Support bodydetail in response
2032         data.
2033
2034 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2035
2036         * fill-flowed.el: New file.
2037
2038         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2039         text/plain parts with `format' parameters.
2040
2041         * mm-view.el (autoload): Autoload fill-flowed.
2042         (mm-inline-text): For "plain" parts with a format=flowed
2043         parameter, call `fill-flowed'.
2044
2045 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2048         slashdot ids.
2049
2050 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2053         format.
2054
2055 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2056
2057         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2058         `imtest' too.
2059         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2060         (imap-gssapi-program): New variable.
2061         (imap-streams): Add gssapi.
2062         (imap-stream-alist): Ditto.
2063         (imap-authenticators): Ditto.
2064         (imap-authenticator-alist): Ditto.
2065         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2066         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2067         1.6.x `imtest' syntax.
2068         (imap-gssapi-stream-p): New function.
2069         (imap-gssapi-open): Ditto.
2070         (imap-gssapi-auth-p): Ditto.
2071         (imap-gssapi-auth): Ditto.
2072         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2073         (imap-send-command): Use buffer-local `imap-client-eol' value.
2074
2075         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2076         lines and turn TAB into SPC before parsing.
2077
2078 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2079
2080         * nnheader.el (nnheader-group-pathname): Make sure to return a
2081         directory.
2082         * nnmail.el (nnmail-group-pathname): Ditto.
2083
2084 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2085
2086         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2087         might split in the middle of a message-id.
2088
2089 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2092         groups from the server.
2093
2094         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2095         (gnus-summary-toggle-header): Update the wash status.
2096
2097         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2098         Moved here.
2099
2100         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2101         setting.
2102
2103         * nnmail.el (nnmail-get-active): Use it.
2104         (nnmail-parse-active): New function.
2105
2106         * mm-view.el (mm-inline-text): Support the new version of
2107         vcard.el.
2108
2109         * gnus-sum.el (gnus-summary-move-article): Only delete article
2110         when moving junk.
2111         (gnus-deaden-summary): Bury the buffer.
2112
2113         * nnmail.el (nnmail-group-pathname): Ditto.
2114
2115         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2116
2117 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2118
2119         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2120         whether Mule.
2121
2122 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * message.el (message-send-mail): Protect against unloaded Gnus.
2125
2126         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2127         parent.
2128         (gnus-topic-update-topic-line): Yes, do.
2129         (gnus-topic-goto-missing-group): Tally the correct number of
2130         unread articles before inserting the topic line.
2131
2132 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2135
2136 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * mm-decode.el (mm-dissect-buffer): Ditto.
2139
2140         * gnus-art.el (article-decode-charset): Strip CTE.
2141
2142         * ietf-drums.el (ietf-drums-strip): New function.
2143
2144         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2145         when prompting in read-only groups.
2146
2147 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2148
2149         * imap.el (imap-send-command): Change EOL-chars when
2150         `imap-client-eol' differs from default, not only for kerberos4.
2151         (imap-mailbox-status): Get encoded mailbox's status.
2152
2153 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2154
2155         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2156         into `mail-source-password-cache'.
2157
2158 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2159
2160         * mm-util.el (mm-mime-charset): Check for presence of
2161         `coding-system-get' and `get-charset-property' (recent XEmacs has
2162         the former, but not the latter).
2163
2164 2000-01-28  Dave Love  <fx@gnu.org>
2165
2166         * message.el (message-check-news-header-syntax): Fix typo
2167         `newsgroyps'.
2168         (message-talkative-question): Put temp buffer in fundamental-mode.
2169         (message-recover): Use fundamental-mode in the right buffer.
2170
2171         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2172         right buffer.
2173
2174 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2175
2176         * qp.el (quoted-printable-decode-region): Add charset parameter.
2177         (quoted-printable-decode-string): Ditto.
2178
2179         * gnus-art.el (article-de-quoted-unreadable): Use it.
2180
2181 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2182
2183         * nnimap.el (nnimap-split-predicate): New variable.
2184         (nnimap-split-articles): Use it.
2185
2186 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2187
2188         * utf7.el: Change email address.
2189
2190 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * gnus-group.el (gnus-group-catchup): Purge split history.
2193
2194 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2195
2196         * nnmail.el (nnmail-generate-active): Support extended group name.
2197         (nnmail-get-active): Ditto.
2198
2199 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2200
2201         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2202         group names, don't remove anything.
2203
2204 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2205
2206         * webmail.el (webmail-my-deja-open): My-deja changes.
2207
2208 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2209
2210         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2211
2212 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2213
2214         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2215
2216 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2217
2218         * gnus.el (gnus-other-frame): Fix typo.
2219
2220 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2221
2222         * gnus-cus.el (gnus-group-customize): Fix typo.
2223
2224 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * nnweb.el (nnweb-insert): Simplified.
2227
2228 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * gnus-art.el (gnus-article-mode-map): "e" is
2231         gnus-summary-edit-article.
2232
2233 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2234
2235         * mailcap.el (mailcap-mime-extensions): Add .diff.
2236
2237 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2238
2239         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2240         there is no "%s" in the method.
2241
2242 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2243
2244         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2245
2246 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2247
2248         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2249
2250         * gnus.el: Really always pop up a new frame.
2251
2252         * parse-time.el (parse-time-rules): Allow 100-110 to be
2253         2000-2010.
2254
2255         * time-date.el (date-to-time): Don't use timezone.
2256
2257 2000-01-06  Dave Love  <fx@gnu.org>
2258
2259         * time-date.el: Add keywords.
2260         (date-to-time): Add autoload cookie.  Canonicalize with
2261         timezone-make-date-arpa-standard.
2262         (time-to-seconds): Avoid caddr.
2263         (safe-date-to-time): Add autoload cookie.
2264
2265         * base64.el: Require cl when compiling.
2266
2267 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2268
2269         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2270         eyecandy.
2271         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2272         group line using gnus-group-add-icon.
2273         (gnus-group-icons): Added customize group.
2274         (gnus-group-icon-list): Added variable.
2275         (gnus-group-glyph-directory): Added variable.
2276         (gnus-group-icon-cache): Added variable.
2277         (gnus-group-running-xemacs): Added variable.
2278         (gnus-group-add-icon): Added function. Add an icon to the current
2279         line according to gnus-group-icon-list.
2280         (gnus-group-icon-create-glyph): Added function.
2281
2282 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * gnus-sum.el (gnus-summary-select-article): Return whether we
2285         selected something new.
2286         (gnus-summary-search-article): Start searching at the window
2287         point.
2288
2289         * gnus-group.el (gnus-fetch-group): Complete over
2290         gnus-active-hashtb.
2291
2292 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2293
2294         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2295
2296 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-sum.el (gnus-preserve-marks): New variable.
2299         (gnus-summary-move-article): Use it.
2300         (gnus-group-charset-alist): Added more entries.
2301
2302 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2305
2306         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2307         as the default score.
2308
2309         * gnus-score.el (gnus-score-delta-default): Changed name.
2310
2311 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2312
2313         * imap.el (imap-parse-literal):
2314         (imap-parse-flag-list): Don't care about props.
2315         (imap-parse-string): Handle quoted characters.
2316
2317 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2320         (gnus-summary-mark-article): Doc fix.
2321         (gnus-summary-mark-forward): Doc fix.
2322         (t): Changed keystroke for gnus-summary-customize-parameters.
2323
2324         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2325         "e".
2326         (gnus-article-mode-map): No, don't.
2327
2328         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2329         of the final article.
2330
2331         * mm-decode.el (mm-interactively-view-part): Error on no method.
2332
2333 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2334
2335         * gnus-score.el (gnus-score-insert-help): Something.
2336
2337         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2338
2339         * gnus-win.el (gnus-configure-frame): Ditto.
2340
2341         * gnus-mh.el (gnus-summary-save-in-folder): Use
2342         with-current-buffer.
2343
2344 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * nnwarchive.el: Changed file perms.
2347
2348 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * gnus-group.el (gnus-group-delete-groups): New command.
2351         (gnus-group-delete-group): Extra no-prompt parameters.
2352
2353 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2356         <p>.
2357
2358 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2359
2360         * webmail.el (webmail-hotmail-article): Don't insert message id.
2361
2362 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2363
2364         * nnimap.el (nnimap-split-fancy): New variable.
2365         (nnimap-split-fancy): New function.
2366
2367 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2368
2369         (nnimap-split-rule): Document symbol value.
2370
2371 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2372
2373         * nnimap.el (nnimap-retrieve-headers-progress): Let
2374         `nnheader-parse-head' parse article.
2375         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2376         request headers needed by `nnheader-parse-head'.
2377
2378 1999-12-23  Florian Weimer  <fw@s.netic.de>
2379
2380         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2381         value (crosspostings are handled), improve documentation.
2382
2383         * smiley.el: Declare file coding system as iso-8859-1.
2384
2385         * nnultimate.el: Dito.
2386
2387         * message.el: Dito.
2388
2389         * gnus-cite.el: Dito.
2390
2391         * gnus-spec.el: Dito.
2392
2393 1999-12-21  Florian Weimer  <fw@s.netic.de>
2394
2395         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2396         (gnus-setup-message): No longer make `message-posting-charset'
2397         buffer-local.
2398         (gnus-setup-posting-charset): Reflect the new layout of
2399         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2400
2401         * message.el (message-send-mail): Bind `message-this-is-mail' and
2402         `message-posting-charset'.
2403         (message-send-news): Dito, and honour new layout of
2404         `message-posting-charset'.
2405         (message-encode-message-body): Ignore `message-posting-charset'.
2406
2407         * mm-bodies.el (mm-body-encoding): Consider
2408         `message-posting-charset' when deciding whether to use 8bit.
2409
2410         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2411         (rfc2047-encodable-p): Now solely for headers; use
2412         `message-posting-charset'.
2413
2414 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2415
2416         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2417
2418 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2419
2420         * nnagent.el (nnagent-server-opened): Optional.
2421         (nnagent-status-message): Optional.
2422
2423 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2424
2425         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2426         end (referenced by instructions in
2427         `gnus-cited-opened-text-button-line-format-alist').
2428
2429 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2430
2431         * imap.el (imap-starttls-open): Typo.
2432
2433 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2434
2435         * mm-util.el (mm-charset-after): Non-MULE case.
2436         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2437         * rfc2047.el (rfc2047-dissect-region): Bind it.
2438
2439 1999-12-18  Florian Weimer  <fw@s.netic.de>
2440
2441         * mml.el (mml-generate-multipart-alist): Correct default value.
2442
2443         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2444         (mm-safer-encoding): New function.
2445         (mm-content-transfer-encoding): Use both.
2446
2447         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2448         * qp.el (quoted-printable-encode-region): Dito.
2449
2450 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2451
2452         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2453
2454 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2455
2456         * webmail.el (webmail-hotmail-list): raw=0.
2457
2458 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2459
2460         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2461         group name.
2462
2463 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2464
2465         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2466
2467 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2468
2469         * imap.el: Don't autoload digest-md5.
2470         (imap-starttls-open): Bind coding-system-for-{read,write}.
2471         (imap-starttls-p): Check if we can find starttls.el.
2472         (imap-digest-md5-p): Check if we can find digest-md5.el.
2473
2474 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2475
2476         * base64.el (base64-encode-string): Accept 2nd argument
2477         `no-line-break'.
2478
2479         * imap.el: Require `digest-md5' when compiling; add autoload
2480         settings for `digest-md5-parse-digest-challenge',
2481         `digest-md5-digest-response', `starttls-open-stream' and
2482         `starttls-negotiate'.
2483         (imap-authenticators): Add `digest-md5'.
2484         (imap-authenticator-alist): Setup for `digest-md5'.
2485         (imap-digest-md5-p): New function.
2486         (imap-digest-md5-auth): New function.
2487         (imap-stream-alist): Add STARTTLS entry.
2488         (imap-starttls-p): New function.
2489         (imap-starttls-open): New function.
2490
2491 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2492
2493         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2494
2495 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2496
2497         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2498         string-to-x function.
2499
2500 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2501
2502         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2503
2504 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2505
2506         * webmail.el: Enhance hotmail-snarf.
2507
2508 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2509
2510         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2511
2512 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2513
2514         * webmail.el (webmail-hotmail-list): Search no-error.
2515
2516 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2517
2518         * nnwarchive.el: Support nov-is-evil.
2519         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2520         Set it if non-nil.
2521         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2522
2523 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2524
2525         * nnagent.el (nnagent-server-opened): Redefine.
2526         (nnagent-status-message): Ditto.
2527
2528 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2529
2530         * rfc1843.el (rfc1843-decode-region): Use
2531         buffer-substring-no-properties.
2532         * gnus-art.el (article-decode-HZ): New function.
2533
2534 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2535
2536         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2537
2538 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2539
2540         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2541         MIME charset not a MULE charset.
2542
2543 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2544
2545         * gnus-ems.el: Translate more ugly characters.
2546         * nnheader.el (nnheader-translate-file-chars): Don't translate
2547         the second ':'.
2548
2549 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2550
2551         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2552         method if cannot find the article.
2553
2554 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2555
2556         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2557         method if overrided.
2558
2559 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2560
2561         * mail-source.el (mail-source-fetch-webmail): Parameter
2562         dontexpunge.
2563
2564 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2565
2566         * webmail.el: Support my-deja. Better error report.
2567
2568 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2569
2570         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2571         is bad.
2572         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2573         is not 1.
2574
2575 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2576
2577         * nnslashdot.el (nnslashdot-request-article): A space.
2578
2579 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2580
2581         * nnagent.el: Support different backend with same name.
2582
2583 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2584
2585         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2586         archived group.
2587         (nnslashdot-sane-retrieve-headers): Ditto.
2588         (nnslashdot-request-article): Ditto.
2589
2590 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2591
2592         * nnweb.el (nnweb-insert): Narrow to point.
2593
2594 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2595
2596         * nnweb.el (nnweb-insert): Follow refresh url.
2597         * nnslashdot.el: Use it.
2598
2599 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2600
2601         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2602         (nnweb-decode-entities-string): New function.
2603
2604         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2605         nnweb-* and move to nnweb.el.
2606         * nnwarchive.el: Use nnweb-decode-entities, etc.
2607         * webmail.el: Ditto.
2608
2609         * nnslashdot.el: Use nnweb-decode-entities-string.
2610         (nnslashdot-decode-entities): Remove.
2611
2612 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2613
2614         * nnslashdot.el: Decode entities.
2615
2616 1999-12-12  Dave Love  <fx@gnu.org>
2617
2618         * gnus-agent.el (gnus-category-edit-groups)
2619         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2620         expansion of setf, fixed.
2621
2622 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2623
2624         * gnus-agent.el: Revoke last Dave Love's patch, because of
2625         incompatibility of XEmacs.
2626
2627 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2628
2629         * mm-uu.el: Change headers.
2630         * rfc1843.el: Ditto.
2631         * uudecode.el: Ditto.
2632
2633 1999-12-07  Dave Love  <fx@gnu.org>
2634
2635         * gnus-agent.el (gnus-category-edit-predicate)
2636         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2637         inside backquote to avoid it at runtime.
2638
2639 1999-12-07  Dave Love  <fx@gnu.org>
2640
2641         * binhex.el: Require cl when compiling.
2642
2643 1999-12-04  Dave Love  <fx@gnu.org>
2644
2645         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2646
2647 1999-12-04  Dave Love  <fx@gnu.org>
2648
2649         * mm-util.el (mm-delete-duplicates): New function.
2650         (mm-write-region): Use it.
2651
2652         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2653
2654         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2655         mm-delete-duplicates.
2656
2657         * imap.el (imap-open, imap-debug): Avoid mapc.
2658
2659         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2660
2661         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2662         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2663
2664         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2665         runtime.
2666
2667         * gnus.el (gnus-select-method): Likewise.
2668
2669         * nnheader.el (nnheader-nov-read-integer): Likewise.
2670
2671         * mm-view.el (mm-inline-message): Require cl when compiling.
2672         Avoid ignore-errors at runtime.
2673         (mm-inline-text): Avoid mapc.
2674
2675 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2676
2677         * gnus-art.el (article-decode-charset): Widen is bad.
2678
2679 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2680
2681         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
2682
2683 1999-12-12  Florian Weimer  <fw@s.netic.de>
2684
2685         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
2686         indicate that only US-ASCII is permitted.
2687         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
2688         use unencoded 8-bit characters in message headers.
2689
2690 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2691
2692         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
2693         CRLF.
2694
2695 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2696
2697         * webmail.el: Require url-cookie.
2698
2699 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
2700
2701         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
2702         new function to make modified caesar table.
2703         (nnwarchive-from-r13): Use it.
2704         (nnwarchive-mail-archive-article): Improved.
2705
2706 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
2707
2708         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
2709
2710 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2711
2712         * nnweb.el (nnweb-request-article): Return cons.
2713
2714 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2715
2716         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
2717
2718 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2719
2720         * mm-util.el (mm-with-unibyte): New macro.
2721         * nnweb.el (nnweb-init): Use it.
2722
2723 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
2724
2725         * mm-util.el (mm-charset-after): New function.
2726         (mm-find-mime-charset-region): Set charsets after
2727         delete-duplicates and use find-coding-systems-region.
2728         (mm-find-charset-region): Remove composition.
2729
2730         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
2731
2732         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
2733
2734 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2735
2736         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
2737         * mml.el (mml-confirmation-set): New variable.
2738         (mml-parse-1): Ask user to confirm.
2739
2740 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
2741
2742         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
2743         are scanned when we have directory mail-sources (the mail source
2744         is modified in that case, so we must scan it for all
2745         groups/methods).
2746
2747 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2748
2749         * nnml.el (nnml-request-move-article): Save nnml-current-directory
2750         and nnml-article-file-alist.
2751
2752 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
2753
2754         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
2755         nnmail-fetched-sources.
2756
2757 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
2758
2759         * mm-util.el (mm-find-charset-region): Use the last charset.
2760
2761 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2762
2763         * gnus.el (gnus-select-method): Made the option list prettier.
2764
2765 1999-12-08  Florian Weimer  <fw@s.netic.de>
2766
2767         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
2768         for the `de' newsgroups hierarchy, as it is common practice there.
2769
2770
2771 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2772
2773         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
2774         buffer-string arguments. Fix references.
2775
2776 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2777
2778         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
2779         (gnus-agent-batch-fetch): Use it.
2780         (gnus-agent-fetch-session): Use it.
2781
2782 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2783
2784         * mm-util.el (mm-find-mime-charset-region): Delete nil.
2785
2786 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2787
2788         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
2789         nil.
2790
2791 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
2792
2793         * nnslashdot.el (nnslashdot-request-list): There were two
2794         top-level body-forms.  Put a `progn' around them.
2795
2796         * gnus.el (gnus-select-method): Use `condition-case'
2797         instead of `ignore-errors', since cl may not be loaded when the
2798         form is evaluated.
2799
2800 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2801
2802         * nnwarchive.el: Support www.mail-archive.com.
2803
2804 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2805
2806         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
2807         do anything.
2808
2809 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
2810
2811         * utf7.el: New file, written by Jon K Hellan.
2812
2813         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
2814         default to t.
2815
2816 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * nnslashdot.el (nnslashdot-request-delete-group): New function.
2819
2820         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
2821         current.
2822         (gnus-refer-article-methods): New function.
2823         (gnus-summary-refer-article): Use it.
2824
2825 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
2826
2827         * nnimap.el (nnimap-retrieve-groups): Return active format.
2828
2829         * nnimap.el (nnimap-replace-in-string): Removed.
2830         (nnimap-request-list):
2831         (nnimap-retrieve-groups):
2832         (nnimap-request-newgroups): Quote group instead of escaping SPC.
2833
2834 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
2835
2836         * imap.el: Use format-spec for ssl program.
2837         * imap.el (imap-ssl-arguments): Removed.
2838         (imap-ssl-open-{1,2}): Removed.
2839
2840 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2841
2842         * gnus-start.el (gnus-site-init-file): Use `condition-case'
2843         instead of `ignore-errors', since cl may not be loaded when the
2844         form is evaluated.
2845
2846 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2847
2848         * mm-bodies.el (mm-8bit-char-regexps): Removed.
2849         (mm-7bit-chars): New variable.
2850         (mm-body-7-or-8): Use it in both cases.
2851
2852 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2853
2854         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
2855           defcustom definitions.
2856
2857 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
2858
2859         * mm-decode.el (mm-display-part): Let mm-display-external return
2860         inline or external.
2861         (mm-display-external): For copiousoutput methods, insert output in
2862         buffer.
2863
2864 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2865
2866         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
2867         buffer.
2868
2869 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * gnus-audio.el: An M too far.
2872
2873         * gnus-msg.el (gnus-setup-message): One backtick too many.
2874
2875         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
2876         a function, not a variable.
2877
2878 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
2879
2880         * gnus-score.el (gnus-score-body): Widen before requesting.
2881
2882 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
2885
2886 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2887
2888         * mail-source.el (mail-source-fetch-webmail): Bind
2889         mail-source-string.
2890
2891 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
2892
2893         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
2894         (gnus-uu-unmark-by-regexp): Ditto.
2895
2896         * gnus-group.el (gnus-group-catchup-current): Would bug out on
2897         dead groups.
2898
2899 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
2902         do their real thing.
2903
2904         * nnmh.el (nnmh-be-safe): Doc fix.
2905
2906         * gnus-sum.el (gnus-summary-exit): Write cache active file.
2907
2908         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
2909         status line has arrived before we count it.
2910
2911         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
2912
2913         * gnus-sum.el (gnus-thread-header): Fixed after indent.
2914         Whitespace problems.
2915
2916         * gnus-win.el (gnus-configure-windows): Error fix.
2917
2918         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
2919         right function.
2920
2921         * gnus.el: Fixed all the doc strings to match the FSF convetions.
2922         Indent all functions.  Fix all comments to match the comment
2923         conventions.  Double-space after full stop.
2924
2925 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
2926
2927         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
2928         value to divide received mails into my favorite groups and I met
2929         an error.  It takes place if the length of a element "VALUE" in
2930         nnmail-split-fancy is less than two.
2931
2932 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
2933
2934         * mml.el (mml-insert-part): New function.
2935
2936 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * lpath.el: Add `sc-cite-regexp'.
2939
2940 1999-12-02  Dave Love  <fx@gnu.org>
2941
2942         * mm-decode.el: Customize.
2943
2944 1999-12-03  Dave Love  <fx@gnu.org>
2945
2946         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
2947         the W3 stuff isn't available.
2948
2949 1999-12-03  Dave Love  <fx@gnu.org>
2950
2951         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
2952         at runtime.
2953
2954 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
2955
2956         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
2957
2958 1999-12-01  Andrew Innes  <andrewi@gnu.org>
2959
2960         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
2961         don't be fooled by "From nobody" lines added by respooling.
2962
2963         * pop3.el (pop3-movemail): Write crashbox in binary.
2964         (pop3-get-message-count): New function.
2965
2966         * mail-source.el (mail-source-primary-source): New variable.
2967         (mail-source-report-new-mail-interval): New variable.
2968         (mail-source-idle-time-delay): New variable.
2969         (mail-source-new-mail-available): New internal variable.
2970         (mail-source-fetch-pop): Clear new mail flag, when mail from
2971         primary source has been fetched.
2972         (mail-source-check-pop): New function.
2973         (mail-source-new-mail-p): New function.
2974         (mail-source-start-idle-timer): New function.
2975         (mail-source-report-new-mail): New function.
2976         (mail-source-report-new-mail): New internal variable.
2977         (mail-source-report-new-mail-timer): New internal variable.
2978         (mail-source-report-new-mail-idle-timer): New internal variables.
2979
2980 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
2981
2982         * gnus-cus.el (gnus-group-customize): Customize fix.
2983
2984 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
2985
2986         * message.el (message-send-mail-with-sendmail): Use
2987         message-make-address.
2988
2989 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2990
2991         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
2992
2993 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2994
2995         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
2996
2997 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
2998
2999         * mml.el (mml-insert-tag): Don't close the tag.
3000         (mml-insert-empty-tag): New function.
3001         (mml-attach-file): Use mml-insert-empty-tag instead of
3002         mml-insert-tag.
3003         (mml-attach-buffer): Ditto.
3004         (mml-attach-external): Ditto.
3005         (mml-insert-multipart): Ditto.
3006
3007 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3008
3009         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3010         the article number.
3011
3012 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3013
3014         * gnus.el (gnus-find-method-for-group): The method of a new group
3015         is not the native one.
3016
3017 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3020
3021 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * nnultimate.el (nnultimate-retrieve-headers): Use
3024         mm-with-unibyte-current-buffer.
3025         (nnultimate-request-article): Ditto.
3026
3027 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3028
3029         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3030
3031 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3032
3033         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3034         * nnweb.el (nnweb-retrieve-headers): Use it.
3035         (nnweb-request-article): Use it.
3036
3037         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3038         case matching failed.
3039
3040 1999-12-02  John Wiegley <jwiegley@inprise.com>
3041
3042         * mail-source.el (mail-source-keyword-map): Add backslash to
3043         Delete-flag.
3044
3045 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3048         Latin-1.
3049         (gnus-group-charset-alist): No, don't.
3050
3051         * nnweb.el (nnweb-init): Make the buffer unibyte.
3052
3053 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3054
3055         * mail-source.el (mail-source-set-common-1): Fix to get the
3056         default value.
3057
3058 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3061
3062         * nnultimate.el (nnultimate-request-list): Use unibyte.
3063
3064         * gnus-uu.el (gnus-uu-grab-articles): Bind
3065         gnus-display-mime-function to nil.
3066
3067         * message.el (message-send-mail-with-sendmail): Use the
3068         user-mail-address variable.
3069
3070         * gnus-art.el (gnus-ignored-headers): More headers.
3071
3072         * message.el (message-shorten-1): Use list.
3073
3074 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3077         signatures.
3078
3079         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3080         (nnweb-dejanews-create-mapping): Do the properish date.
3081
3082 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3083
3084         * mail-source.el (mail-source-common-keyword-map): New variable.
3085         (mail-source-bind-common): New macro.
3086         (mail-source-fetch): Support plugged mail source.
3087         * gnus-int.el (gnus-request-scan): Use them.
3088
3089 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3090
3091         * mm-view.el (mm-inline-message): Check whether charset is a
3092         string.
3093
3094         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3095
3096         * message.el (message-mode-map): Changed keystroke for
3097         message-yank-buffer.
3098
3099 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3100
3101         * message.el (message-shorten-references): Cut references to 31
3102         elements, then either fold them or shorten them to 988 characters.
3103         (message-shorten-1): New function.
3104         (message-cater-to-broken-inn): New variable.
3105
3106 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3107
3108         * nnslashdot.el (nnslashdot-lose): New function.
3109
3110 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * mm-view.el (mm-inline-message): Not the right type of charset is
3113         being fetched here.  Let the group charset rule.
3114         (mm-inline-message): Ignore us-ascii.
3115
3116 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3117
3118         * mail-source.el (mail-source-fetch-maildir): work around the
3119         ommitted "file-regular-p" in efs/ange-ftp
3120
3121 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3124         (mml-generate-mime-1): Use the encoding param.
3125
3126         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3127
3128         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3129         gnus-art before binding its variables.
3130
3131         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3132         after the MIME.
3133
3134 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3135
3136         * message.el (message-clone-locals): Use it.
3137
3138         * gnus-msg.el (gnus-configure-posting-styles): Make
3139         user-mail-address local.
3140
3141 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3142
3143         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3144         once.
3145
3146 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3149         (message-clone-locals): Ditto.
3150
3151         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3152         group inherit reply-to or from.
3153
3154 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3155
3156         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3157         for charset.
3158         (gnus-summary-show-article-charset-alist): New variable.
3159
3160         * mm-bodies.el (mm-decode-string): Support gnus-all and
3161         gnus-unknown.
3162         (mm-decode-body): Ditto.
3163         * rfc2047.el (rfc2047-decode): Ditto.
3164
3165 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * mail-source.el (mail-source-delete-incoming): Change default to
3168         t.
3169
3170 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3171
3172         * gnus.el: Pterodactyl Gnus v0.99 is released.
3173
3174 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3177
3178         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3179         spec.
3180
3181         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3182         (gnus-configure-posting-styles): No, don't.
3183         (gnus-configure-posting-styles): Allow overriding files.
3184
3185         * gnus-art.el (gnus-header-button-alist): Use browse-url
3186         directly.
3187
3188         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3189
3190         * gnus-msg.el (gnus-summary-yank-message): New command and
3191         keystroke.
3192
3193         * message.el (message-yank-buffer): New command.
3194         (message-buffers): New function.
3195
3196         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3197         next group in a more normal fasion.
3198
3199         * mml.el (mml-boundary-function): New variable.
3200         (mml-compute-boundary): Use it.
3201
3202         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3203         that exist for them.
3204
3205         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3206         (gnus-async-timer): New variable.
3207
3208 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * nnultimate.el (nnultimate-request-list): Be more lenient with
3211         root addresses.
3212
3213 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * gnus-art.el (gnus-treatment-function-alist): Do
3216         gnus-treat-capitalize-sentences.
3217
3218 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3219
3220         * webmail.el (webmail-hotmail-article): Hotmail changes the
3221         format.
3222
3223 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3224
3225         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3226         switch to buffer after calling program.
3227         (mm-display-external): Use `shell-command-switch' instead of "-c".
3228
3229 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3232         read groups file.
3233
3234         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3235         <p>.
3236
3237 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * message.el (message-mode): Doc fix.
3240
3241 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3242
3243         * gnus-art.el (article-emphasize): Check group variable.
3244         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3245
3246 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3247
3248         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3249         type.
3250
3251 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3252
3253         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3254
3255 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3256
3257         * mml.el (mml-quote-region): Insert ! after the hash.
3258
3259 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3260
3261         * gnus-group.el (gnus-group-warchive-address-history): Change to
3262         nil.
3263
3264 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3265
3266         * webmail.el: Support mail.yahoo.com.
3267
3268         * mail-source.el (mail-source-fetch-webmail): Add password check.
3269         (mail-source-keyword-map): Use `subtype'.
3270
3271 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3272
3273         * mail-source.el (mail-source-keyword-map): Add webmail.
3274         (mail-source-fetcher-alist): Ditto.
3275         (mail-source-fetch-webmail): New function.
3276         * webmail.el: New file.
3277
3278 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3279
3280         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3281
3282 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3283
3284         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3285
3286 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3289         (nnultimate-prune-days): New function.
3290         (nnultimate-create-mapping): Use it.
3291         (nnultimate-request-group): Only fetch the groups list if it has
3292         not been done before.
3293         (nnultimate-retrieve-headers): Don't write groups.
3294         (nnultimate-create-mapping): Off-by-one error.
3295
3296 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3299         threaded subjects.
3300
3301 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3302
3303         * nnwarchive.el: Lots of changes make agent happy.
3304
3305 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3306
3307         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3308         hashtb.
3309
3310 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3311
3312         * mm-decode.el (mm-display-external): Write region with binary
3313         mode.
3314
3315 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3316
3317         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3318
3319 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3320
3321         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3322         (mm-uu-test): Now it is in restricted region.
3323
3324         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3325
3326         * mm-view.el (mm-view-message): Fix buffer leak.
3327         (mm-inline-message): Support 'gnus-decoded.
3328
3329         * mm-bodies.el (mm-decode-body): Ditto.
3330
3331         * rfc2047.el (rfc2047-decode-region): Ditto.
3332
3333 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3334
3335         * imap.el (require): Added autoload for base64-encode-string.
3336
3337 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3338
3339         * gnus.el (gnus-refer-article-method): Made list value
3340         customizable.
3341
3342 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3343
3344         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3345         NOFORCE in Emacs case.
3346
3347 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3348
3349         * gnus-art.el (gnus-request-article-this-buffer): Set
3350         gnus-newsgroup-name.
3351
3352 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3353
3354         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3355         NOFORCE.
3356
3357 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3358
3359         * gnus-start.el (gnus-get-unread-articles): Check server before
3360         scanning.
3361
3362 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3365
3366         * nnslashdot.el (nnslashdot-login-name): New variable.
3367         (nnslashdot-password): Ditto.
3368         (nnslashdot-request-post): New function.
3369
3370         * gnus-art.el (gnus-treat-buttonize): More testing.
3371
3372         * mm-encode.el: Another CVS test.
3373
3374         * gnus-art.el (gnus-treat-emphasize): Change default.
3375         (gnus-treat-buttonize): Ditto.
3376         (gnus-treat-buttonize): This is a test.
3377
3378         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3379         (gnus-build-sparse-threads): Ditto.
3380         (gnus-build-all-threads): Ditto.
3381
3382         * nnheader.el (make-full-mail-header): Make into a subst.
3383
3384         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3385         unless w3 is supplied.
3386
3387         * gnus.el (gnus-refer-article-method): Doc fix.
3388
3389         * gnus-sum.el: Do not accept a prefix.
3390         (gnus-summary-refer-article): Accept a list of select methods.
3391
3392 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3393
3394         * Makefile.in: Change `^  *' to `\t'.
3395
3396 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3397
3398         * message.el (message-forward): Pay attention to prefix argument
3399         again and forward all headers when it is set, regardless of the
3400         value of message-forward-ignored-headers.
3401
3402 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3403
3404         * dgnushack.el (dgnushack-compile): Vpath file.
3405
3406         * Makefile.in (SHELL): VPATH support.
3407
3408 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * gnus-ems.el: Check for cygwin32.
3411
3412 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3413
3414         * mm-decode.el (mm-display-external): Use 'non-viewer.
3415
3416 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3417
3418         * base64.el (base64-encode-string): An alias for base64-encode for
3419         compatibility.
3420
3421 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3422
3423         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3424         nntp-inhibit-erase.
3425
3426 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3427
3428         * gnus-start.el (gnus-get-unread-articles): Use
3429         nnfoo-retrieve-groups to find new news, if available.
3430         (gnus-read-active-file-2): New function.
3431         (gnus-get-unread-articles): Use it.
3432         (gnus-read-active-file-1): Ditto.
3433
3434 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * mm-util.el (mm-find-mime-charset-region): Make sure
3437         find-coding-systems-for-charsets is fbound.
3438
3439         * gnus-ems.el: Typo fix.
3440
3441 1999-11-13  Florian Weimer  <fw@s.netic.de>
3442
3443         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3444         it's available and makes sense.
3445
3446 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3447
3448         * gnus-score.el (gnus-score-save): Translate score file.
3449
3450 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3451
3452         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3453         added fetchflag and dontexpunge keywords.
3454         (mail-source-fetch-imap): Use them.
3455
3456 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3457
3458         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3459         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3460         `defconst'.
3461
3462         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3463         `defconst'.
3464         Mention that it is both for group and topic parameters.
3465         (gnus-extra-topic-parameters): New constant, including `subscribe'
3466         parameter.
3467         (gnus-extra-group-parameters): New constant.
3468         (gnus-group-customize): Use them.
3469
3470         * gnus.el (gnus-select-method): Added default value and tag.
3471         (gnus-refer-article-method): Added `DejaNews' customization option.
3472
3473 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474
3475         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3476
3477         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3478         syntax.
3479
3480         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3481
3482         * nnslashdot.el (nnslashdot-group-number): Changed default.
3483
3484         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3485         (nnweb-dejanews-wash-article): Removed.
3486         (nnweb-type-definition): Fetch by id.
3487
3488         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3489         we mean it.
3490
3491         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3492         (nnslashdot-request-list): Use Ultramode as well.
3493         (nnslashdot-date-to-date): Be more lenient.
3494         (nnslashdot-threaded): New function.
3495
3496 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3499
3500 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3501
3502         * nnweb.el (nnweb-type-definition): /=dnc
3503
3504 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3507         dates.
3508         (nnultimate-retrieve-headers): Wrong ordering.
3509
3510 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3511
3512         * message.el (message-forward-as-mime): New variable.
3513
3514 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3517
3518 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3519
3520         * mail-source.el (mail-source-movemail-and-remove): New function.
3521         (mail-source-keyword-map): Add `function' for `maildir'.
3522         (mail-source-fetch-maildir): Use it.
3523
3524 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3525
3526         * nnwarchive.el: New file.
3527         * gnus-group.el (gnus-group-make-warchive-group): New function.
3528         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3529
3530 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3533         subjects.
3534
3535 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3536
3537         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3538
3539 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * nnultimate.el (nnultimate-open-server): Do address.
3542         (nnultimate-forum-table-p): New function.
3543
3544         * nnweb.el (nnweb-insert-html): Renamed.
3545         (nnweb-insert): New function.
3546
3547         * nnultimate.el (nnultimate-insert-html): New function.
3548
3549         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3550         if nov is evil.
3551         (nnslashdot-retrieve-headers): use the sane version instead.
3552
3553 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * nnslashdot.el (nnslashdot-request-article): Fold case.
3556
3557         * nnultimate.el: New file.
3558
3559         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3560         unless wanted.
3561
3562         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3563         (gnus-read-active-file-1): Separated into own function.
3564         (gnus-read-active-file): Catch quits.
3565
3566         * nnslashdot.el (nnslashdot-request-article): Search better on
3567         first article.
3568         (nnslashdot-request-list): Fold case.
3569         (nnslashdot-retrieve-headers): Ditto.
3570
3571 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * gnus.el: Autoload gnus-subscribe-topics.
3574
3575 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3576
3577         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3578         before dot.
3579         * gnus-util.el (gnus-write-active-file): Ditto.
3580
3581 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3582
3583         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3584         function.
3585         * gnus-cache.el (gnus-cache-file-name): Use it.
3586         * gnus-agent.el (gnus-agent-group-path): Use it.
3587         * nnmail.el (nnmail-group-pathname): Use it.
3588
3589 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3590
3591         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3592         if cooked.
3593         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3594         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3595         * gnus.el (gnus-short-group-name): "..." proof.
3596
3597 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3598
3599         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3600         support nnslashdot.
3601
3602 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3605         many articles.
3606         (nnslashdot-generate-active): New function.
3607         (nnslashdot-request-newgroups): Use it.
3608
3609         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3610         names.
3611
3612         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3613         (nnslashdot-request-list): Not moderated.
3614
3615 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3616
3617         * nnimap.el (nnimap-open-server): Remove error signal if
3618         nnimap-server-buffer is nil (the check should've been `boundp').
3619
3620         * imap.el (imap-log):
3621         * nnimap.el (nnimap-debug): Disable debugging by default.
3622
3623 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3626
3627         * gnus-topic.el (gnus-subscribe-topic): New function.
3628
3629         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3630         names.
3631
3632         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3633         if starting with a quote.
3634
3635 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3636
3637         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3638         group name.
3639
3640 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * nnslashdot.el: New file.
3643
3644         * nnheader.el (nnheader-insert-header): New function.
3645
3646         * gnus-art.el (gnus-mime-internalize-part): Bind
3647         mm-inlined-types.
3648
3649         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3650         files.
3651
3652 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3653
3654         * emacs-mime.texi (Customization): Document mm-inline-override-types
3655
3656 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3657
3658         * emacs-mime.texi (Customization): Document mm-inline-override-types
3659
3660 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3661
3662         * emacs-mime.texi (Customization): Document mm-inline-override-types
3663
3664 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3665
3666         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3667         (smiley-toggle-buffer): New function.
3668         (smiley-buffer): Don't quote the function.
3669         (smiley-toggle-extents): Ditto.
3670
3671 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672
3673         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
3674         empty buffers.
3675
3676 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * gnus-art.el (gnus-article-mode-map): Use the summary article
3679         edit.
3680
3681 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
3682
3683         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
3684
3685 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
3688
3689 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
3690
3691         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
3692         is list or not before condition.
3693
3694 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3695
3696         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
3697
3698 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
3699
3700         * gnus-art.el (gnus-emphasis-alist): New value.
3701
3702 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3703
3704         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
3705         `buffer-substring'.
3706
3707 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus-art.el (article-date-ut): Keep the updated timer.
3710         (gnus-emphasis-underline-italic): Doc fix.
3711
3712         * gnus-msg.el (gnus-post-method): Doc fix.
3713         (gnus-post-method): Change default.
3714
3715 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
3716
3717         * message.el (message-newline-and-reformat): Improvements.
3718
3719 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * message.el (message-newline-and-reformat): Don't insert too many
3722         newlines.
3723         (message-newline-and-reformat): Work even if not sc.
3724
3725         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
3726
3727         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
3728
3729 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
3730
3731         * mm-view.el (mm-display-patch-inline): New function.
3732
3733 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
3734
3735         * mm-view.el (mm-display-patch-inline): New function.
3736
3737 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
3740         group.
3741
3742         * message.el (message-forward): Narrow to the right header.
3743
3744         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
3745         dates.
3746
3747         * gnus-msg.el (gnus-configure-posting-styles): Use the
3748         user-full-name function.
3749
3750         * mm-bodies.el (mm-body-encoding): Use the choosing function.
3751         (mm-body-charset-encoding-alist): Default to nil.
3752
3753         * message.el (message-elide-ellipsis): Fix typo.
3754         (message-elide-region): Ditto.
3755         (message-elide-region): Don't insert a newline first.
3756
3757 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
3760         gnus-fetch-old-headers.
3761         (gnus-cut-threads): Ditto.
3762         (gnus-summary-initial-limit): Ditto.
3763         (gnus-summary-limit-children): Ditto.
3764
3765         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
3766         matches.
3767
3768 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
3769
3770         * gnus-art.el (article-decode-encoded-words):
3771         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
3772         live.
3773
3774         * gnus.el (gnus-read-method): Add methods from
3775         `gnus-opened-servers' to completion. Map entered method/address
3776         into existing methods if possible.
3777
3778         * gnus-group.el (gnus-group-make-group): Simplify method.
3779
3780         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
3781
3782         * mml.el (mml-preview): Remove mail-header-separator before
3783         encoding.
3784
3785 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * message.el (message-read-from-minibuffer): New function.
3788
3789 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3790
3791         * gnus.el: Pterodactyl Gnus v0.98 is released.
3792
3793 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3794
3795         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
3796
3797 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
3798
3799         * mml.el (mml-generate-mime-1): Read attached binary file in
3800         binary mode.
3801
3802 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3803
3804         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
3805
3806 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
3807
3808         * mailcap.el (mailcap-viewer-lessp): Fix bug.
3809
3810 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3811
3812         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
3813
3814 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
3815
3816         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
3817         (gnus-article-mime-match-handle-function): New variable.
3818         (gnus-article-view-part): Make `b' customizable.
3819
3820 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3821
3822         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
3823
3824 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
3825
3826         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
3827
3828 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
3829
3830         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
3831
3832 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3833
3834         * gnus-srvr.el (gnus-browse-foreign-server): Use
3835         `buffer-substring' instead of `read'.
3836
3837 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
3838
3839         * nnimap.el, imap.el, rfc2104.el: New files.
3840
3841         * gnus.el (gnus-valid-select-methods): Add nnimap.
3842
3843         * gnus-group.el (gnus-group-group-map): Add
3844         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
3845         (gnus-group-nnimap-expunge): New function.
3846         (gnus-group-nnimap-edit-acl): New function.
3847
3848         * gnus-agent.el (gnus-agent-group-mode-map): Add
3849         gnus-agent-synchronize.
3850         (gnus-agent-synchronize): New function.
3851         (gnus-agent-fetch-group-1): Check if server is open.
3852
3853         * nnagent.el (nnagent-request-set-mark): Save marks.
3854
3855         * mail-source.el (mail-source-keyword-map): New imap mail-source.
3856         (mail-source-fetcher-alist): Map to imap fetcher function.
3857         (mail-source-fetch-imap): New function.
3858
3859         * gnus-art.el (article-hide-pgp): Hide all headers, not just
3860         Hash:.
3861
3862 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3863
3864         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
3865         (gnus-topic-sort-topics): New function.
3866         (gnus-topic-make-menu-bar): Add sort-topics.
3867         (gnus-topic-move): New function.
3868         (gnus-topic-move-group): Move the topic if no group selected.
3869
3870 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3871
3872         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
3873
3874 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3875
3876         * mm-view.el (mm-inline-message): Fix leaving group bug.
3877
3878 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3879
3880         * gnus-msg.el (gnus-post-method): Use normal method if current is
3881         not available.
3882
3883 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
3884
3885         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
3886         (nnmail-insert-lines): Ditto.
3887
3888 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3889
3890         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
3891         line.
3892
3893         * message.el (message-unsent-separator): One more separator.
3894
3895 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3896
3897         * nnfolder.el (nnfolder-request-move-article): For empty article,
3898         search till (point-max).
3899         (nnfolder-retrieve-headers): Ditto.
3900         (nnfolder-request-accept-article): Ditto.
3901         (nnfolder-save-mail): Ditto.
3902         (nnfolder-insert-newsgroup-line): Ditto.
3903
3904 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3905
3906         * qp.el (quoted-printable-encode-region): Check eobp.
3907
3908 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3909
3910         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
3911
3912 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3913
3914         * nntp.el (nntp-send-xover-command): Wait for nothing if not
3915         wait-for-reply.
3916
3917 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
3918
3919         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
3920         (mm-uu-forward-end-line): Ditto.
3921
3922 1999-09-29  Didier Verna  <verna@inf.enst.fr>
3923
3924         * binhex.el (binhex-decode-region): don't consider the value of
3925         `enable-multibyte-characters' in XEmacs.
3926
3927         * gnus-start.el (gnus-read-descriptions-file): ditto.
3928
3929         * mm-util.el (mm-multibyte-p): ditto.
3930         (mm-with-unibyte-buffer): ditto.
3931         (mm-find-charset-region): use `mm-multibyte-p'.
3932
3933         * mm-bodies.el (mm-decode-body): ditto.
3934         (mm-decode-string): ditto.
3935
3936         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
3937         `enable-multibyte-characters' in XEmacs.
3938
3939 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
3940
3941         * mm-util.el (mm-binary-coding-system): Try binary first.
3942
3943 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
3944
3945         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
3946
3947 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3948
3949         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
3950         format.
3951         (article-date-ut): Find correct insert position.
3952
3953 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3954
3955         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
3956         forwarded message.
3957
3958 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
3961         groups.
3962
3963         * message.el (message-resend): Use message mode when prompting.
3964
3965         * gnus-art.el (article-hide-headers): Mark wash.
3966         (article-emphasize): Ditto.
3967
3968 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
3969
3970         * message.el (message-newline-and-reformat): Work for SC.
3971
3972 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
3975
3976         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
3977
3978 1999-10-20  David S. Goldberg  <dsg@mitre.org>
3979
3980         * mm-decode.el mm-inline-override-types: New variable
3981
3982         * mm-decode.el (mm-inline-override-p): New function
3983
3984         * mm-decode.el (mm-inlined-p): Use it
3985
3986 1999-10-20  David S. Goldberg  <dsg@mitre.org>
3987
3988         * mm-decode.el mm-inline-override-types: New variable
3989
3990         * mm-decode.el (mm-inline-override-p): New function
3991
3992         * mm-decode.el (mm-inlined-p): Use it
3993
3994 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3995
3996         * gnus.el: Pterodactyl Gnus v0.97 is released.
3997
3998 1999-09-01  Brendan Kehoe  <brendan@zen.org>
3999
4000         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4001         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4002         3 args.
4003
4004 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4007         buffer for params.
4008
4009         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4010         line.
4011
4012         * message.el (message-forward-ignored-headers): New variable.
4013
4014         * gnus-art.el (gnus-article-prepare-display): Nix out
4015         gnus-article-wash-types.
4016
4017         * gnus-agent.el (gnus-agent-create-buffer): New function.
4018         (gnus-agent-fetch-group-1): Use it.
4019         (gnus-agent-start-fetch): Ditto.
4020
4021         * gnus-sum.el (gnus-summary-exit): Don't use
4022         `gnus-use-adaptive-scoring'.
4023
4024         * mail-source.el (mail-source-fetch-pop): Only store password when
4025         successful.
4026
4027         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4028
4029 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * message.el (message-reply): Use it.
4032         (message-dont-reply-to-names): New variable.
4033
4034         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4035
4036         * mm-util.el (mm-preferred-coding-system): Typo fix.
4037
4038         * message.el (message-bounce): Work for non-MIME.
4039
4040         * gnus.el (gnus-short-group-name): Short the right parts of the
4041         name.
4042
4043 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4044
4045         * mm-encode.el (mm-qp-or-base64): New version.
4046
4047 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4048
4049         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4050
4051 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4052
4053         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4054         of restricted region.
4055         (gnus-mime-display-single): Set beg at correct point.
4056
4057 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4058
4059         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4060
4061 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4062
4063         * gnus-msg.el (gnus-configure-posting-styles): Let
4064         `gnus-posting-styles' have its say in posting-style: local
4065         variable `styles' is already bound to `gnus-posting-styles' so
4066         don't rebind it to nil.
4067
4068 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4069
4070         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4071         Message-ID.
4072
4073 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4074
4075         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4076         quoted-printable-encode-region.
4077
4078         * qp.el (quoted-printable-encode-region): Assume charset
4079         encoded. Fold every line in the region.
4080
4081 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4082
4083         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4084         of active file.
4085
4086 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4087
4088         * message.el (message-mode): allows whitespaces between multiple
4089         instances of the fill character ">".
4090
4091 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4092
4093         * mm-encode.el (mm-qp-or-base64): Fix.
4094
4095 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * message.el (message-send): Too much and.
4098
4099 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4100
4101         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4102
4103 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * gnus-score.el (gnus-score-headers): Work for nil scores.
4106
4107 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * gnus-cache.el (gnus-cache-write-active): Write full names.
4110
4111         * gnus-util.el (gnus-write-active-file): Accept full name.
4112
4113         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4114         (mm-assoc-string-match): New function.
4115         (mm-display-inline): Use it.
4116
4117         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4118
4119         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4120
4121 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4122
4123         * mml.el (mml-generate-multipart-alist): New variable.
4124
4125 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4128
4129 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4130
4131         * message.el (message-send): More helpful error message if sending
4132         fails
4133
4134 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4135
4136         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4137         in newer emacsen, where ?r isn't equal 114.
4138
4139 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4140
4141         * gnus.el: Pterodactyl Gnus v0.96 is released.
4142
4143 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4144
4145         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4146         to get active info if method is covered by agent, otherwise
4147         active info is lost.
4148
4149 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4150
4151         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4152
4153 1999-08-09  Dave Love  <fx@gnu.org>
4154
4155         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4156
4157 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4158
4159         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4160           (already matched by "^X-Pgp"), removed duplicate
4161           X-Mailing-List, added several new junk headers.
4162
4163 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4164
4165         * gnus-art.el (article-decode-charset): Don't assume
4166         gnus-summary-buffer is live.
4167
4168 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4169
4170         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4171
4172 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4173
4174         * gnus-score.el (gnus-home-score-file): Work with absolute path
4175         names.
4176
4177 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4178
4179         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4180         nothing else in the group.
4181
4182 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4183
4184         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4185         the article.
4186
4187 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4188
4189         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4190
4191 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4192
4193         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4194         from mutt.
4195
4196 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4197
4198         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4199         whitespace.
4200
4201 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4202
4203         * mm-util.el (mm-text-coding-system-for-write): New variable.
4204         (mm-append-to-file): New function.
4205         (mm-write-region): New function.
4206
4207         * gnus-art.el (gnus-output-to-file): Use it.
4208         * gnus-util.el (gnus-output-to-rmail): Ditto.
4209         (gnus-output-to-mail): Ditto.
4210         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4211
4212 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4213
4214         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4215
4216         * nnheader.el (nnheader-insert-file-contents): Revert and use
4217         mm-insert-file-contents.
4218         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4219         (nnheader-auto-mode-alist): Removed.
4220
4221         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4222         (mm-insert-file-contents): Add a new parameter for inserting
4223         compressed file literally.
4224
4225         * mml.el (mml-generate-mime-1): Insert non-text literally.
4226
4227         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4228
4229 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4230
4231         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4232
4233 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4234
4235         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4236         koi8-r.
4237
4238 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4239
4240         * mml.el (mml-insert-mime): Decode text.
4241         (mml-to-mime): Narrow to headers-or-head.
4242
4243 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4244
4245         * mm-view.el (mm-inline-text): Check
4246         w3-meta-content-type-charset-regexp.
4247
4248 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4249
4250        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4251        predicate.
4252
4253 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4254
4255         * gnus-mlspl.el: Documentation fixes.
4256
4257 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4258
4259         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4260
4261 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4262
4263         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4264         variables.
4265
4266 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4267
4268         * nnmail.el (nnmail-get-new-mail): "Done".
4269
4270 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4273         interactive.
4274
4275 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4276
4277         * gnus-art.el (article-decode-charset): Fix broken CT.
4278
4279 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4280
4281         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4282         overview buffer if it is killed.
4283
4284 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4285
4286         * gnus-art.el (article-babel): New version.
4287
4288 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4289
4290         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4291
4292 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4293
4294         * gnus.texi (More Threading): Document new variable
4295         `gnus-sort-gathered-threads-function'.
4296
4297 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4298
4299         * gnus.texi (More Threading): Document new variable
4300         `gnus-sort-gathered-threads-function'.
4301
4302 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4303
4304         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4305         usage.
4306
4307 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4308
4309         * mm-util.el (mm-running-xemacs): Removed.
4310         (mm-coding-system-p): New function.
4311         (mm-binary-coding-system): Safe guess.
4312         (mm-text-coding-system): Ditto.
4313         (mm-auto-save-coding-system): Ditto.
4314
4315 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4318         (mm-qp-or-base64): Reversed logic.
4319
4320         * mm-decode.el (mm-save-part-to-file): Let coding system be
4321         binary.
4322
4323 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4324
4325         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4326         be set in topic parameters.
4327
4328 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4329
4330         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4331         (gnus-sort-gathered-threads): Allow the user to specify the
4332         function to use when sorting gathered threads.
4333
4334         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4335         mark cached articles as `undownloaded'.
4336
4337 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4338
4339         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4340         to have buffer local values.
4341
4342 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4343
4344         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4345         types 'g' for 'guess group type.
4346
4347 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4348
4349         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4350         after each regexp in nnmail-list-identifiers, not just after last
4351         one.
4352
4353         * gnus-sum.el (gnus-list-identifiers): New variable.
4354         (gnus-summary-remove-list-identifiers): New function.
4355         (gnus-select-newsgroup): Use it.
4356         (gnus-summary-wash-hide-map): Bind
4357         `gnus-article-hide-list-identifiers' to W W l.
4358         (gnus-summary-make-menu-bar): Add list-identifiers command.
4359
4360         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4361         (gnus-treatment-function-alist): Add variable.
4362         (article-hide-list-identifiers): New function.
4363         (mapcar): Add function.
4364         (gnus-article-hide): Use it.
4365
4366 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4367
4368         * gnus.el: Pterodactyl Gnus v0.95 is released.
4369
4370 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * mm-decode.el (mm-mailcap-command): New function.
4373         (mm-display-external): Use it.
4374
4375         * gnus-art.el (article-make-date-line): Work for India.
4376
4377         * mm-encode.el (mm-qp-or-base64): Typo.
4378
4379         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4380
4381 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4382
4383         * gnus.el: Pterodactyl Gnus v0.94 is released.
4384
4385 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4386
4387         * pop3.el: New version.
4388
4389 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * mm-encode.el (mm-qp-or-base64): New function.
4392         (mm-content-transfer-encoding): Use it.
4393
4394         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4395
4396 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4397
4398         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4399
4400         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4401
4402 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4405         keystroke.
4406
4407         * mailcap.el (mailcap-mime-types): New function.
4408
4409         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4410
4411         * message.el (message-goto-eoh): Really go to the end.
4412
4413 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4414
4415         * message.el (message-make-date): Do the right thing in with
4416         sub-hour time zones.
4417
4418 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4421         report.
4422
4423 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4424
4425         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4426
4427 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4428
4429         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4430         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4431         and use t as default value.
4432
4433 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4434
4435         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4436         gnus-summary-buffer is live.
4437
4438 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4439
4440         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4441
4442 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443
4444         * message.el (message-bounce): Do MIME bounces MIMEy.
4445
4446         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4447
4448 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4449
4450         * mailcap.el (mailcap-mime-extensions): Changed patch to
4451         text/x-patch.
4452
4453         * mm-decode.el (mm-display-external): Wrong placement of paren.
4454
4455 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4456
4457         * gnus.el: Pterodactyl Gnus v0.93 is released.
4458
4459 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4460
4461         * gnus-cus.el (gnus-group-parameters): New entries for
4462         gnus-group-split.
4463
4464         * gnus-mlspl.el: Renamed functions and variables so as to
4465         start with gnus-group-split.
4466         * gnus.el: Adjust autoload entries.
4467
4468 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4469
4470         * gnus-mlspl.el: Removed trailing t from comment and provide.
4471         Renamed functions and variables to start with gnus-mlsplit.
4472         Added autoload comments.
4473         * gnus.el: Added autoload entries.
4474
4475 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4476
4477         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4478         so that matches excluded by RESTRICTs do not cause the whole split
4479         to be ignored.  This also fixes a long-standing bug in which a
4480         split with \N substitutions wouldn't cause cross-posting as
4481         expected.
4482
4483         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4484         (nnmail-split-it): Implement them.
4485
4486         * nnmail.el (nnmail-split-fancy): Document ! splits.
4487
4488 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4489
4490         * pop3.el: New version.
4491
4492 1999-07-05  Simon Josefsson
4493
4494         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4495
4496 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4499
4500 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4501
4502         * gnus-util.el (gnus-write-active-file): Use real name.
4503
4504         * gnus-agent.el (gnus-agent-expire): Update active file
4505         method by method.
4506
4507 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4508
4509         * nndraft.el (nndraft-request-article): Use difference
4510         coding-systems for queue and drafts.
4511
4512         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4513         nndraft:drafts.
4514
4515         * mm-util.el (mm-auto-save-coding-system): New coding system.
4516
4517         * message.el (message-draft-coding-system): Use it.
4518
4519 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4520
4521         * mm-uu.el: More customizable and less aggressive.
4522
4523 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4526         when plugged.
4527
4528         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4529         (mml-insert-mml-markup): Accept a nofile.
4530         (mml-insert-mime): Insert nofile.
4531
4532         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4533
4534         * mm-decode.el (mm-handle-media-type): New function.
4535         (mm-handle-media-supertype): New function.
4536         (mm-handle-media-subtype): New function.
4537         Use new functions throughout. "/"))
4538
4539 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * gnus-art.el (gnus-treat-predicate): Typo.
4542
4543 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4546
4547 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * gnus-art.el (article-date-ut): UT!  Default it!
4550
4551 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4552
4553         * gnus.el: Pterodactyl Gnus v0.92 is released.
4554
4555 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4556
4557         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4558
4559 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4562         connected.
4563
4564         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4565         when plugged.
4566
4567         * mm-view.el (mm-inline-message): Ignore remove-spec.
4568
4569         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4570         is bound.
4571
4572         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4573
4574         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4575
4576         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4577         start.
4578
4579         * message.el (message-fill-yanked-message): Remove `t' arg.
4580
4581         * gnus-group.el (gnus-group-kill-group): Message killing of
4582         groups.
4583
4584         * mm-util.el (mm-preferred-coding-system): New function.
4585         (mm-mime-charset): Use it.
4586
4587         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4588
4589 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4590
4591         * gnus-mlsplt.el: New file.
4592
4593 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4596         functions.
4597         (mm-attachment-override-p): Take a handle instead of a type.
4598         (mm-inlined-p): Ditto.
4599         (mm-automatic-display-p): Ditto,
4600         (mm-inlinable-p): Ditto.
4601
4602         * nndraft.el (nndraft-request-expire-articles): Delete backup
4603         files.
4604
4605         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4606
4607         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4608
4609 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4610
4611         * nnmail.el (nnmail-split-it): Allow .*.
4612
4613 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * mm-decode.el (mm-inline-large-images-p): Renamed.
4616
4617         * gnus-art.el (article-date-ut): Always look in the current buffer
4618         for the Date header.
4619
4620         * mml.el (mml-validate): New command.
4621
4622         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4623         since we are dealing with regexps.
4624
4625 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4626
4627         * gnus.el: Pterodactyl Gnus v0.91 is released.
4628
4629 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus-agent.el (gnus-agent-save-active-1): New function.
4632         (gnus-agent-save-active): use it.
4633         (gnus-agent-save-groups): Ditto.
4634
4635         * gnus-cache.el (gnus-cache-write-active): Use it.
4636
4637         * gnus-agent.el (gnus-agent-write-active): Use it.
4638
4639         * gnus-util.el (gnus-write-active-file): New function.
4640
4641         * gnus-agent.el (gnus-agent-write-active): New function to keep
4642         lower boundaries and canceled groups.
4643         (gnus-agent-save-groups): Use it.
4644         (gnus-agent-save-active): Use it.
4645         (gnus-agent-save-group-info): Only write active files.
4646         (gnus-agent-expire): Update active file.
4647
4648         * mm-decode.el (mm-inlinable-part-p): Removed.
4649         (mm-user-display-methods): Default to nil.
4650         (mm-user-display-methods): Removed.
4651         (add-mime-display-method): Removed.
4652         (mm-automatic-display): Renamed.
4653         (mm-automatic-display-p): Use it.
4654         (mm-inlined-types): New variable.
4655         (mm-inlined-p): New function.
4656
4657         * message.el (message-reply): Bind message-this-is-mail.
4658
4659 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4660
4661         * smiley.el (smiley-buffer): Fix for NT.
4662
4663 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4666
4667         * message.el (message-check-news-header-syntax): Protect against
4668         nil froms.
4669
4670         * mm-util.el (mm-auto-mode-alist): New.
4671
4672         * mml.el (mml-generate-mime-1): Ditto.
4673
4674         * gnus.el: Use mm-insert-file-contents throughout instead of
4675         nnheader.
4676
4677         * mm-util.el (mm-insert-file-contents): New function.
4678
4679 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4680
4681         * gnus.el: Pterodactyl Gnus v0.90 is released.
4682
4683 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
4684
4685         * mailcap.el (mailcap-possible-viewers): Use string=.
4686
4687 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4688
4689         * mm-uu.el (mm-uu-forward-begin-line): New variable.
4690         (mm-uu-forward-end-line): New variable.
4691         (mm-uu-begin-line): Handle forwarded message.
4692         (mm-uu-identifier-alist): Ditto.
4693         (mm-uu-dissect): Ditto.
4694
4695 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4696
4697         * lpath.el: Two free variables.
4698
4699 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4700
4701         * nnheader.el (nnheader-file-coding-system): Use raw-text.
4702         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
4703         * gnus-cache.el (gnus-cache-coding-system): Ditto.
4704
4705         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
4706         (nnfolder-file-coding-system-for-write): New variable.
4707         (nnfolder-active-file-coding-system): New variable.
4708         (nnfolder-active-file-coding-system-for-write): New variable.
4709         (nnfolder-save-active): New function.
4710         (nnfolder-save-buffer): Use them.
4711         (nnfolder-possibly-change-group): Ditto.
4712         (nnfolder-request-list-newsgroups): Ditto.
4713         (nnfolder-request-create-group): Ditto.
4714         (nnfolder-request-expire-articles): Ditto.
4715         (nnfolder-request-move-article): Ditto.
4716         (nnfolder-request-accept-article): Ditto.
4717         (nnfolder-request-delete-group): Ditto.
4718         (nnfolder-request-rename-group): Ditto.
4719         (nnfolder-possibly-change-folder): Ditto.
4720         (nnfolder-read-folder): Ditto.
4721         (nnfolder-request-list): Remove pathname-coding-system.
4722         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
4723
4724         * nnmail.el (nnmail-file-coding-system): Use raw-text.
4725         (nnmail-file-coding-system-1): Removed.
4726         (nnmail-find-file): Use nnmail-pathname-coding-system.
4727         (nnmail-write-region): Ditto.
4728
4729         * nnmbox.el (nnmbox-file-coding-system): New variable.
4730         (nnmbox-file-coding-system-for-write): New variable.
4731         (nnmbox-active-file-coding-system): New variable.
4732         (nnmbox-active-file-coding-system-for-write): New variable.
4733         (nnmbox-save-buffer): New function.
4734         (nnmbox-save-active): New function.
4735         (nnmbox-request-scan): Use them.
4736         (nnmbox-request-expire-articles): Ditto.
4737         (nnmbox-request-move-article): Ditto.
4738         (nnmbox-request-accept-article): Ditto.
4739         (nnmbox-request-replace-article): Ditto.
4740         (nnmbox-request-delete-group): Ditto.
4741         (nnmbox-request-rename-group): Ditto.
4742         (nnmbox-request-create-group): Ditto.
4743
4744         * mm-util.el (mm-text-coding-system): raw-text or -dos.
4745         (mm-running-ntemacs): Removed.
4746
4747         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
4748
4749 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4750
4751         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
4752
4753 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4754
4755         * qp.el (quoted-printable-encoding-characters): Support lower case.
4756
4757 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4758
4759         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
4760         (rfc2047-b-encode-region): Encode line by line.
4761
4762 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * mm-util.el (mm-find-mime-charset-region): Fix.
4765
4766 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
4767
4768         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
4769         (mm-find-mime-charset-region): Ditto.
4770
4771 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
4772
4773         * gnus-sum.el (gnus-summary-move-article): Fix something or
4774         other.
4775
4776 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4777
4778         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
4779         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
4780         (gnus-summary-enter-digest-group): Use them.
4781         (gnus-summary-setup-default-charset): Ditto.
4782
4783 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4784
4785         * base64.el (base64-run-command-on-region): Use unibyte buffer.
4786
4787 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4788
4789         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
4790           gnus-newsgroup-name is nil.
4791
4792 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4793
4794         * rfc2047.el (rfc2047-encode): Chop the tail newline.
4795
4796 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4797
4798         * gnus-art.el (article-emphasize): Use correct
4799         gnus-article-emphasis-alist.
4800
4801 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4802
4803         * mm-view.el (mm-inline-text): Fix text/html bug.
4804
4805 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4806
4807         * gnus.el: Pterodactyl Gnus v0.89 is released.
4808
4809 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
4810
4811         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
4812         * message.el (message-draft-coding-system): Ditto.
4813         * mm-util.el (mm-running-ntemacs): Ditto.
4814
4815 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4816
4817         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
4818         cause problem.
4819
4820 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4821
4822         * mm-view.el (mm-inline-text): Ignore error in w3-region.
4823
4824 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4825
4826         * mml.el: require mm-decode.
4827
4828 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4829
4830         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
4831
4832 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4833
4834         * mm-view.el (mm-inline-image): Fix image undisplayer.
4835
4836 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
4837
4838         * mml.el (mml-insert-multipart): Error in compeling-read.
4839         (mml-insert-tag): Match tags.
4840
4841 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
4842
4843         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
4844         (gnus-cache-braid-heads): Ditto.
4845         (gnus-cache-retrieve-headers): Ditto.
4846
4847 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4848
4849         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
4850
4851 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
4854         to string under XEmacs.
4855
4856 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
4857
4858         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
4859
4860 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
4861
4862         * mm-view.el (mm-inline-message): Fix message view bug.
4863         * gnus-art.el (gnus-article-prepare): Ditto.
4864
4865 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4866
4867         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
4868
4869 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4870
4871         * gnus.el: Pterodactyl Gnus v0.88 is released.
4872
4873 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
4876         usage.
4877
4878         * nnmail.el (nnmail-get-new-mail): Save info.
4879
4880 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4881
4882         * gnus.el: Pterodactyl Gnus v0.87 is released.
4883
4884 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
4887         (mail-source-run-script): New function.
4888         (mail-source-fetch-pop): Use it.
4889
4890 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
4893
4894 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4895
4896         * gnus.el: Pterodactyl Gnus v0.86 is released.
4897
4898 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-art.el (gnus-treat-translate): New variable.
4901         (gnus-treat-predicate): Accept a list of regexps.
4902         (gnus-article-treat-custom): Allow a list of regexps.
4903
4904 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4905
4906         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
4907         type.
4908
4909 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910
4911         * gnus-art.el (article-babel): Narrow a bit.
4912
4913         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
4914
4915 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
4916
4917         (gnus-agent-get-undownloaded-list): Operate on all articles, not
4918         only unread ones.
4919         (gnus-agent-fetch-headers): Fetch headers from unread and marked
4920         articles, not only unread ones.
4921
4922 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
4925         keystroke.
4926
4927         * gnus-art.el (gnus-article-x-face-command): Ditto.
4928
4929         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
4930
4931         * gnus.el (gnus-method-simplify): Accept server names.
4932
4933 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
4934
4935         * gnus-art.el (article-babel-prompt): New function.
4936         (article-babel): New command.
4937
4938 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * gnus-art.el (gnus-article-part-wrapper): Go to part.
4941
4942         * mml.el (mml-generate-mime-1): Don't insert literally.
4943
4944         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
4945         (gnus-netrc-syntax-table): Removed.
4946         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
4947
4948 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4949
4950         * mm-view.el (mm-inline-text): Fix charset for text/html.
4951
4952 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4953
4954         * message.el (message-draft-coding-system): Use emacs-mule-dos.
4955
4956 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4957
4958         * nnmail.el (nnmail-split-incoming): Return the number of split
4959         mails.
4960         (nnmail-process-babyl-mail-format): Ditto.
4961         (nnmail-process-unix-mail-format): Ditto.
4962         (nnmail-process-mmdf-mail-format): Ditto.
4963         (nnmail-process-maildir-mail-format): Ditto.
4964
4965         * mail-source.el (mail-source-callback): Return the number from
4966         the callback.
4967
4968         * message.el (message-send-mail): Generate Lines.
4969
4970         * mail-source.el (mail-source-call-script): New function.
4971         (mail-source-call-script): New function.
4972
4973 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4974
4975         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
4976         (gnus-select-newsgroup): Use it.
4977         (gnus-group-highlight-words-alist): New variable.
4978         (gnus-newsgroup-emphasis-alist): New variable.
4979         (gnus-summary-local-variables):  Use it.
4980         * lpath.el: Use it.
4981         * gnus-art.el (article-emphasize): Use it.
4982         (gnus-emphasis-highlight-words): New face.
4983         * gnus-cus.el (gnus-group-parameters): New parameter.
4984
4985 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4986
4987         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
4988         parameter `headers'.
4989         (gnus-cache-enter-article): Ditto.
4990         (gnus-cache-update-article): Ditto.
4991         * gnus-sum.el (gnus-summary-move-article): Ditto.
4992         (gnus-summary-mark-article-as-unread): Ditto.
4993         (gnus-summary-mark-article): Ditto.
4994
4995 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * gnus-msg.el (gnus-message-insert-stylings): Removed.
4998         (gnus-posting-style-alist): Removed.
4999         (gnus-message-style-insertions): Ditto.
5000         (gnus-configure-posting-styles): Reimplementation.
5001
5002         * mail-source.el (mail-source-fetch): Error the message.
5003
5004         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5005
5006 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5007
5008         * gnus.el: Pterodactyl Gnus v0.85 is released.
5009
5010 1999-04-20  Michael Cook  <cook@sightpath.com>
5011
5012         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5013           Outlook citation regex.
5014
5015 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5016
5017         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5018         semicolon.
5019
5020 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5021
5022         * gnus-range.el (gnus-remove-from-range): Document range1
5023         modification, protect range2.
5024
5025 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5026
5027         * gnus-sum.el (gnus-update-marks): Protect lists from
5028         gnus-remove-from-range, don't sort twice.
5029
5030 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5031
5032         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5033         function in backend.
5034
5035 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5036
5037         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5038         request-accept-article function in the backend instead of using
5039         the 'respool capability.
5040
5041 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5042
5043         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5044         spurious whitespace at eob.
5045
5046 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5047
5048         * nnmail.el (nnmail-get-new-mail): Check right variable.
5049
5050 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5051
5052         * mailcap.el (mailcap-mime-data): Fix rfc822.
5053
5054 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5055
5056         * nndoc.el (nndoc-nsmail-type-p): New function.
5057         (nndoc-type-alist): Recognize nsmail.
5058
5059 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5060
5061         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5062         *before* `article-hide-headers' deletes the information.
5063
5064 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * gnus-sum.el (gnus-summary-save-parts): New command and
5067         keystroke.
5068         (gnus-summary-save-parts-1): New function.
5069         (gnus-summary-iterate): Buggy.
5070
5071         * mm-decode.el (mm-save-part-to-file): Made into own function.
5072
5073 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * gnus-group.el (gnus-group-set-info): Resist nils.
5076
5077 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5078
5079         * mailcap.el (mailcap-mime-data): Ditto.
5080
5081         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5082
5083         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5084
5085 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5086
5087         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5088         gnus-article-date-lapsed-new-header is t.
5089
5090 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5091
5092         * gnus.el: Pterodactyl Gnus v0.84 is released.
5093
5094 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * gnus-msg.el (gnus-bug-message): Mime change.
5097
5098 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5099
5100         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5101
5102 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5103
5104         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5105         `x-uue'.
5106
5107 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5108
5109         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5110         when authentication is 'password.
5111
5112 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5113
5114         * gnus-win.el (gnus-configure-windows): Accept a setting.
5115
5116 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * mm-util.el (mm-quote-arg): Moved here.
5119
5120         * mm-decode.el (mm-quote-arg): Quote more chars.
5121
5122 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5125         with newlines would create buggy .nov files.
5126
5127         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5128
5129         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5130         end of lines.
5131
5132         * message.el (message-mode): Doc fix.
5133
5134         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5135
5136         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5137
5138         * gnus-art.el (article-date-ut): Rewrite.
5139
5140         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5141         order.
5142
5143         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5144         headers.
5145
5146         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5147
5148 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5149
5150         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5151         (article-date-ut): use it.
5152
5153 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * mail-source.el (mail-source-fetch-pop): Call script
5156         asynchronously.
5157
5158 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5159
5160         * gnus.el: Pterodactyl Gnus v0.83 is released.
5161
5162 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5165
5166         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5167
5168         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5169
5170         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5171
5172         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5173
5174         * message.el (message-generate-headers): Accept continuation
5175         headers.
5176
5177 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5178
5179         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5180
5181 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * gnus-art.el (gnus-treatment-function-alist): use
5184         maybe-hide-headers.
5185
5186         * message.el (message-inhibit-body-encoding): Typo.
5187         (message-resend): Inhibit encoding.
5188
5189         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5190
5191         * gnus-art.el (article-remove-cr): Use re-search.
5192
5193         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5194         headers.
5195
5196         * mm-decode.el (mm-quote-arg): Quote '.
5197
5198         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5199
5200         * mm-decode.el (mm-insert-part): Use multibyte for text.
5201
5202         * gnus-start.el (gnus-read-newsrc-file): New variable.
5203         (gnus-read-newsrc-file): Use it.
5204
5205 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206
5207         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5208
5209         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5210         function.
5211
5212 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5213
5214         * gnus.el: Pterodactyl Gnus v0.82 is released.
5215
5216 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5217
5218         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5219         for iso8859-2.
5220
5221 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5224         synonym alist.
5225
5226 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5227
5228         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5229
5230 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5231
5232         * mail-source.el (mail-source-fetch): Ask before bugging out.
5233
5234 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5235
5236         * uudecode.el (uudecode-decode-region-external): Don't assume
5237         uudecode-temporary-file-directory ends with a slash.
5238
5239 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5240
5241         * gnus-sum.el (gnus-update-marks):
5242         (gnus-update-read-articles):
5243         (gnus-summary-expire-articles): Check server.
5244
5245 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5246
5247         * mml.el (mml-preview): New function.
5248
5249 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5250
5251         * mail-source.el (mail-source-fetch-file): Return the right
5252         value.
5253
5254 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * mml.el (mml-insert-parameter): New function.
5257         (mml-insert-parameter-string): New function.
5258
5259         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5260
5261         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5262         (gnus-mime-display-part): Use it.
5263
5264         * mm-decode.el (mm-alternative-precedence): Removed.
5265         (mm-discouraged-alternatives): New variable.
5266         (mm-preferred-alternative-precedence): New function.
5267
5268         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5269
5270         * mail-source.el (mail-sources): New variable.
5271
5272         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5273
5274         * mm-decode.el (mm-valid-image-format-p): New function.
5275         (mm-inline-media-tests): Use it.
5276         (mm-valid-and-fit-image-p): New function.
5277
5278         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5279         (gnus-agent-fetch-group): Ditto.
5280
5281 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5282
5283         * nnmail.el (nnmail-article-group): in case of a group name
5284         containing "\\n" constructs, be sure to pass the expanded value to
5285         nn*-save-mail.
5286
5287 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5288
5289         * gnus.el: Pterodactyl Gnus v0.81 is released.
5290
5291 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292
5293         * gnus-sum.el (gnus-get-split-value): Reverse result.
5294
5295 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5298
5299 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * mml.el (mml-insert-tag): Insert concluding part.
5302
5303         * message.el (message-send-mail): Encode later.
5304         (message-send-news): Ditto.
5305
5306         * nnfolder.el: Don't use mail delim.
5307
5308 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * gnus-cus.el (gnus-group-customize): Put point at min.
5311
5312         * mm-view.el (mm-inline-text): Allow toggling html.
5313
5314 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5315
5316         * mail-source.el: Added prescript and postscript to file.
5317
5318 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * nnmail.el: Reverted.
5321
5322         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5323         (gnus-setup-posting-charset): Did work.
5324
5325 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5326
5327         * gnus.el (gnus-short-group-name): Use
5328         gnus-group-uncollapsed-levels.
5329
5330 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5333
5334 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5337         (article-strip-headers-from-body): New command and keystroke.
5338
5339 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340
5341         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5342
5343         * nnheader.el (nnheader-insert-file-contents): Bind
5344         enable-local-eval to nil.
5345         (nnheader-find-file-noselect): Ditto.
5346
5347         * nnmail.el (nnmail-article-group): Don't remove long lines.
5348         (nnmail-remove-long-lines): New function.
5349         (nnmail-split-header-length-limit): Removed.
5350
5351         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5352
5353         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5354
5355 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * gnus-sum.el (gnus-summary-generic-mark): New function.
5358
5359         * nnmail.el (nnmail-split-header-length-limit): Increased.
5360         (nnmail-article-group): Allow nil.
5361
5362         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5363
5364         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5365         first.
5366
5367         * mml.el (mml-minibuffer-read-type): Include types from
5368         mailcap-mime-data.
5369
5370         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5371
5372 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5373
5374         * mml.el (mml-insert-tag): New function.
5375         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5376         confusion with functions like `mml-read-tag'.
5377         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5378         (mml-minibuffer-read-description): Ditto with
5379         `mml-minibuffer-read-description'.
5380         (mml-attach-buffer): New function.
5381         (mml-mode-map): New entry for /.
5382         (mml-minibuffer-read-type): Accept DEFAULT.
5383
5384         * mml.el (mml-quote-region): Narrow the region.
5385
5386         * message.el (message-mode-menu): message-mime-attach-file is now
5387         mml-attach-file.
5388
5389 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5392
5393 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5394
5395         * mml.el (mml-attach-buffer): New command.
5396
5397 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5398
5399         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5400         with a proper range. Compress range.
5401
5402         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5403
5404 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5407
5408 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5411         (gnus-picons-convert-x-face): Removed.
5412         (gnus-picons-article-display-x-face): Removed.
5413         (gnus-picons-x-face-sentinel): Ditto.
5414         (gnus-picons-display-x-face): Ditto.
5415
5416 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5417
5418         * gnus.el: Pterodactyl Gnus v0.80 is released.
5419
5420 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5423
5424         * gnus-sum.el (gnus-with-article): Moved here.
5425
5426         * mail-source.el (mail-source-fetch-pop): Ask for password even
5427         when program.
5428
5429 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5430
5431         * gnus-msg.el (gnus-bug): Add description.
5432
5433         * mml.el (mml-insert-mml-markup): Insert disposition.
5434
5435         * message.el (message-send-mail): Always encode mail headers.
5436
5437         * smiley.el (gnus-smiley-display): Goto body.
5438
5439 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5440
5441         * smiley.el (gnus-smiley-display): Don't search to blank line.
5442
5443 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5446         when requested.
5447
5448         * nnmail.el (nnmail-current-spool): Removed.
5449
5450         * gnus-salt.el (gnus-tree-inhibit): New varible.
5451
5452         * gnus.el (mm-util): Required.
5453
5454 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5455
5456         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5457
5458 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * mail-source.el (mail-source-bind): Doc fix.
5461
5462 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * message.el (message-mode): Doc fix.
5465
5466         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5467         encoding.
5468
5469         * gnus.el (gnus-methods-equal-p): Moved here.
5470
5471         * mail-source.el: pop at 110.
5472
5473         * pop3.el (pop3-movemail): Use write-region instead of
5474         append-to-file to avoid excessive messaging.
5475
5476 1999-02-27  lantz moore  <lmoore@contigo.com>
5477
5478         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5479         type directory.
5480
5481 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5482
5483         * gnus-art.el (article-hide-boring-headers): Field names must not
5484         contain whitespace.
5485
5486 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5487
5488         * gnus.el: Pterodactyl Gnus v0.79 is released.
5489
5490 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5493
5494         * mml.el (mml-mode): Don't use add-minor-mode.
5495
5496         * message.el (messgage-inhibit-body-encoding): New variable.
5497         (message-encode-message-body): Use it.
5498
5499 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5500
5501         * gnus.el: Pterodactyl Gnus v0.78 is released.
5502
5503 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * message.el (message-mode): Switch on MML mode.
5506
5507         * mml.el: Included commands and functions.
5508         (mml-mode-map): New keymap.
5509
5510         * message.el: Removed the insertion commands and functions.
5511
5512         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5513
5514         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5515         keystroke.
5516
5517         * gnus-art.el (gnus-narrow-to-page): Revert.
5518
5519         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5520         (gnus-cite-parse-maybe): Always reparse.
5521
5522         * message.el (message-encode-message-body): Don't insert
5523         "multipart warning".
5524
5525         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5526
5527 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5528
5529         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5530
5531         * nnmail.el: Require mm-util.
5532
5533 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5534
5535         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5536         group.
5537
5538 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5539
5540         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5541
5542 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5543
5544         * gnus-msg.el (gnus-extended-version): Better regexp.
5545
5546 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5547
5548         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5549         is called with the result of SPLIT and should return a new split.
5550
5551         * gnus.texi: update the doc.
5552
5553 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5554
5555         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5556         displayed in the article buffer, output bars if
5557         `gnus-picons-display-article-move-p'.
5558
5559 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5560
5561         * mail-source.el (mail-source-fetch-pop): Typo.
5562
5563 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5566
5567 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568
5569         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5570
5571 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * mml.el (mml-insert-buffer): New function.
5574
5575         * message.el (message-forward): Insert the buffer in the buffer.
5576
5577 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5578
5579         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5580
5581 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5582
5583         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5584
5585 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5586
5587         * gnus.el: Pterodactyl Gnus v0.77 is released.
5588
5589 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * gnus-art.el (gnus-displaying-mime): New variable.
5592         (article-narrow-to-head): New function.
5593
5594         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5595         Default to pop instead of pop3.
5596
5597 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598
5599         * gnus-art.el (article-hide-pgp): Goto body.
5600
5601         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5602
5603         * gnus-cite.el: Don't use goto-line.
5604
5605         * gnus-art.el (gnus-article-treat-html): Removed.
5606         (gnus-treat-article): Save restriction.
5607
5608 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5609
5610         * message.el (message-send-mail): Don't untabify.
5611         (message-mode): Don't use tabs for indentation.
5612
5613 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * message.el (message-send-mail): Don't untabify.
5616
5617         * nnml.el (nnml-save-mail): Typo fix.
5618
5619 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5620
5621         * message.el (message-cite-function): Add
5622         `message-cite-original-without-signature' customization option.
5623
5624 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5625
5626         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5627         `nnmail-prepare-incoming-header-hook'.
5628
5629 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5630
5631         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5632
5633 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5636
5637 1999-02-18  Michael Cook  <cook@sightpath.com>
5638
5639         * Recognize Microsoft Outlook's cite attribution conventions.
5640
5641 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5642
5643         * gnus-sum.el: Bind M.
5644
5645 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5646
5647         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5648
5649 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5650
5651         * gnus-picon.el (gnus-group-display-picons): ensures that
5652         `article-goto-body' really goes to the article body.
5653
5654 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5657
5658         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5659
5660         * mm-view.el (mm-view-message): Enable multibyte.
5661
5662 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * nnmail.el (nnmail-get-new-mail): Message later.
5665
5666         * mm-util.el (mm-find-charset-region): Revert to checking
5667         multibyte.
5668
5669 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5670
5671       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
5672       attachment.
5673
5674 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5675
5676         * gnus.el: Pterodactyl Gnus v0.76 is released.
5677
5678 1999-02-06  Felix Lee  <flee@cygnus.com>
5679
5680         * gnus.el (gnus-group-change-level-function): Typo.
5681
5682 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5683
5684         * gnus-sum.el (gnus-nov-skip-field): Removed.
5685         (gnus-nov-field): Ditto.
5686         (gnus-nov-parse-extra): Ditto.
5687         (gnus-nov-read-integer): Ditto.
5688
5689 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * nnheader.el (nnheader-nov-read-message-id): New macro.
5692         (nnheader-parse-nov): Use it.
5693
5694         * gnus-sum.el (gnus-nov-read-message-id): New macro.
5695         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
5696         `(eq (char-after) ?\n)'.
5697
5698 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699
5700         * gnus.el (gnus-other-frame): Always pop up a new frame.
5701
5702 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5703
5704         * gnus-range.el (gnus-range-add): Rewrite.
5705
5706 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
5707
5708         * nnmail.el (nnmail-split-incoming): Added detection of maildir
5709         format.
5710         (nnmail-process-maildir-mail-format): New function.
5711
5712         * mail-source.el (mail-source-fetch-maildir): New function.
5713         (mail-source-keyword-map): Add default for maildir method.
5714         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
5715
5716 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * mail-source.el (mail-source-fetcher-alist): Remove apop.
5719
5720         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
5721         (nndoc-mime-digest-type-p): Removed.
5722
5723 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724
5725         * gnus-art.el (gnus-article-read-summary-keys): Set the point
5726         where it is supposed to be.
5727         (gnus-treat-play-sounds): New variable.
5728
5729         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
5730
5731         * gnus-art.el (article-display-x-face): Narrow to head.
5732         (gnus-article-washed-types): New variable.
5733         (article-hide-pgp): Is not a toggle.
5734         (gnus-article-hide-text-type): Save types.
5735         (article-decode-charset): Use it.
5736
5737         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
5738
5739         * message.el (message-forward-start-separator): Removed.
5740         (message-forward-end-separator): Removed.
5741         (message-signature-before-forwarded-message): Removed.
5742         (message-included-forward-headers): Removed.
5743         (message-check-news-body-syntax): Don't check forward.
5744         (message-forward): Use MIME.
5745
5746         * nnvirtual.el (nnvirtual-request-article): Bind
5747         gnus-article-decode-hook to nil.
5748
5749 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750
5751         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
5752         us-ascii.
5753
5754 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * format-spec.el (format-spec): Be more robust.
5757
5758         * message.el (message-encode-message-body): Default
5759         mail-parse-charset to mail-parse-charset.
5760
5761         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
5762         (gnus-summary-edit-article): Bind mail-parse-charset.
5763
5764         * mml.el (mml-read-tag): Ignore white space after end of tag.
5765
5766         * message.el (message-goto-body): Also work in separatorless
5767         articles.
5768
5769         * mml.el (mml-translate-from-mime): New function.
5770         (mml-insert-mime): Ditto.
5771         (mml-to-mime): New function.
5772         (mime-to-mml): New name.
5773
5774         * gnus-sum.el (gnus-summary-edit-article): Always select raw
5775         article.
5776
5777         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
5778
5779         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
5780         special-case nndraft groups.
5781
5782 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
5785         (gnus-get-newsgroup-headers): Already bound.
5786
5787         * message.el (message-encode-message-body): Use posting charset.
5788
5789         * mm-bodies.el (mm-encode-body): Use MIME charsets.
5790         (mm-body-encoding): Do CTE.
5791         (mm-body-7-or-8): New function.
5792
5793         * mm-util.el (mm-mime-charset): Always fall back on alist.
5794         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
5795         (mm-mime-mule-charset-alist): Add arabic-*-column.
5796         (mm-find-mime-charset-region): New function.
5797
5798         * format-spec.el (format-spec-make): New function.
5799
5800         * mail-source.el (format-spec): Required.
5801         (mail-source-fetch-with-program): Removed.
5802         (mail-source-fetch-with-program): New function.
5803
5804         * format-spec.el: New file.
5805
5806 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
5807
5808         * mail-source.el (mail-source-fetch-with-program): Take optional
5809         parameter.
5810
5811 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5812
5813         * gnus-start.el: Ignore some groups.
5814         (gnus-setup-news): Bind nnmail-fetched-sources.
5815
5816         * message.el (message-send-mail): Remove all tabs.
5817
5818         * mm-util.el (mm-find-charset-region): Just check whether
5819         find-charset-region is defined.
5820
5821 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5822
5823         * gnus-group.el (gnus-group-get-new-news): Use
5824         nnmail-fetched-sources.
5825
5826         * nnmail.el (nnmail-fetched-sources): New variable.
5827         (nnmail-get-new-mail): Use it.
5828
5829         * mail-source.el (mail-source-fetched-sources): New variable.
5830         (mail-source-fetch): Use it.
5831
5832 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
5833
5834         * gnus.el (gnus-getenv-nntpserver): if the file that
5835         gnus-nntpserver-file names has a trailing newline, the
5836         string-match will always match, and thus the file will never be
5837         read.  (^ matches start of "line", \\` matches start of "buffer",
5838         which is what was intended...)
5839
5840 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
5841
5842         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
5843
5844 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
5847         select methods.
5848
5849 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
5850
5851         * gnus-range.el (gnus-remove-from-range): Sort second argument.
5852
5853 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
5854
5855         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
5856
5857 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5858
5859         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
5860         a typo.
5861         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
5862         charset to nil.
5863         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
5864         * gnus-start.el (gnus-start-draft-setup): Ditto.
5865
5866 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * mail-source.el (mail-source-fetch-directory): Use the predicate.
5869         (mail-source-value): Don't do variables.
5870
5871         * nnmail.el (nnmail-get-new-mail): Set the predicate.
5872
5873         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
5874
5875 1999-02-01  Michael Cook  <cook@sightpath.com>
5876
5877         * Defenestrate spurious ?a.
5878
5879 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5880
5881         * mail-source.el (mail-source-fetch-pop): Instead use
5882         :authentication.
5883
5884 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
5885
5886         * lisp/mail-source.el : Support APOP authentication scheme.
5887
5888 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
5889
5890         * pop3.el (pop3-movemail): Return t.
5891
5892 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * rfc2047.el (rfc2047-fold-region): New function.
5895         (rfc2047-encode-message-header): Use it.
5896
5897 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
5898
5899         * gnus-sum.el (gnus-group-charset-alist): Add more.
5900
5901 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5902
5903         * gnus.el: Pterodactyl Gnus v0.75 is released.
5904
5905 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5906
5907         * gnus-art.el (article-display-x-face): Don't narrow to head.
5908
5909 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
5910
5911         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
5912
5913 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * mail-source.el (mail-source-fetch-directory): Ignore
5916         directories.
5917
5918         * gnus-cus.el (gnus-group-parameters): Addition.
5919
5920         * gnus-art.el (article-strip-banner): Do symbolic banners.
5921         (article-strip-banner): New keystroke.
5922
5923 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
5924
5925         * gnus-art.el (article-strip-banner): New command.
5926
5927 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-art.el (gnus-treat-strip-banners): New variable.
5930
5931 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
5934         has been exist.
5935
5936 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5937
5938         * message.el (message-draft-coding-system): Check coding-system.
5939         * mm-util.el (mm-text-coding-system): Ditto.
5940
5941 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * mail-source.el (mail-source-fetch-pop): Save excursion.
5944
5945 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5946
5947         * mail-source.el (mail-source-movemail-args): Not constant.
5948         (mail-source-movemail-args): Removed.
5949         (mail-source-fetch-with-program): New function.
5950         (mail-source-fetch-pop): Use program and function.
5951         (mail-source-movemail-program): Removed.
5952
5953         * gnus-art.el (gnus-treat-date-iso8601): New variable.
5954         (gnus-treat-date-user-defined): New variable.
5955
5956 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
5957
5958         * nnmail.el (nnmail-fix-eudora-headers): New function.
5959
5960 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961
5962         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
5963
5964 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
5967         (smiley-nosey-regexp-alist): Ditto.
5968
5969         * gnus-art.el (gnus-treatment-function-alist): Do
5970         gnus-article-add-buttons-to-head later.
5971         (gnus-treat-capitalize-sentences): New variable.
5972         (article-capitalize-sentences): New command and keystroke.
5973
5974         * gnus-group.el (gnus-group-catchup-current): Do group.
5975
5976         * message.el (message-default-charset): Add group.
5977
5978 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5979
5980         * gnus.el: Pterodactyl Gnus v0.74 is released.
5981
5982 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * gnus-art.el (article-fill-long-lines): Renamed.
5985         (article-fill-long-lines): New keystroke.
5986
5987 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
5990
5991         * gnus-group.el (gnus-group-catchup-current): Skip groups now
5992         displayed.
5993         (gnus-group-catchup-current): Be more robus.
5994
5995         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
5996         headers.
5997
5998 1999-01-25  Dave Love  <fx@gnu.org>
5999
6000         * message.el (message-mode-menu): Add message-mime-attach-file.
6001         (message-mode): Doc fix.
6002
6003 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * nnmail.el (nnmail-check-duplication): Insert the mail source
6006         string.
6007
6008         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6009         (mail-source-fetch-directory): Ditto.
6010         (mail-source-fetch-file): Ditto.
6011         (mail-source-string): New variable.
6012
6013         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6014         the level.
6015
6016         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6017         before handling.
6018
6019         * mm-util.el (mm-mime-charset): Use the parameters.
6020         (mm-mime-charset): Removed region paremeters.
6021
6022         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6023         source.
6024
6025 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6026
6027         * nnmail.el (nnmail-get-split-group): Quote right.
6028
6029 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6032         buffer.
6033
6034 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6035
6036         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6037         (gnus-group-mode): Don't hook.
6038
6039         * mail-source.el (mail-source-bind): Doc fix.
6040         (mail-source-bind): Take only one param.
6041
6042         * gnus-art.el (gnus-treat-highlight-signature): typep.
6043
6044         * mail-source.el (mail-source-movemail): Ignore empty file.
6045         (mail-source-callback): Check before deleting.
6046
6047         * message.el (message-mime-attach-file): Include name.
6048
6049 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6050
6051         * mm-util.el (mm-read-charset): Return a symbol.
6052
6053         * mm-view.el (mm-inline-text): Insert signature separator.
6054
6055         * gnus-art.el (gnus-treat-predicate): New function.
6056         (gnus-treat-article): Allow all types to be checked.
6057
6058         * gnus-util.el (gnus-or): New function.
6059         (gnus-and): Ditto.
6060
6061         * gnus-art.el (gnus-mime-display-single): Use override.
6062
6063         * mm-decode.el (mm-attachment-override-types): New variable.
6064         (mm-attachment-override-p): New function.
6065
6066         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6067
6068 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6069
6070         * mm-view.el (mm-inline-text): Do vcards.
6071
6072 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6073
6074         * gnus.el: Pterodactyl Gnus v0.73 is released.
6075
6076 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6079         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6080         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6081         (nnmail-movemail-program): Removed.
6082         (nnmail-movemail-args): Removed.
6083         (nnmail-pop-password-required): Ditto.
6084         (nnmail-tmp-directory): Ditto.
6085         (nnmail-delete-incoming): Removed.
6086         (nnmail-pop-password, nnmail-moved-inboxes,
6087         nnmail-internal-password, nnmail-move-inbox): Removed.
6088         (nnmail-read-passwd): Ditto.
6089         (nnmail-get-spool-files): Removed.
6090         (nnmail-resplit-incoming): Reinstated.
6091
6092         * mail-source.el: New file.
6093
6094 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6095
6096         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6097
6098 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099
6100         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6101
6102 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6105
6106         * gnus-picon.el (gnus-group-display-picons): Goto body.
6107
6108         * gnus.el: Indented all functions; broke long lines; changed all
6109         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6110
6111 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6112
6113         * gnus.el: Pterodactyl Gnus v0.72 is released.
6114
6115 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116
6117         * gnus.el: Cleaned up trailing whitespace.
6118
6119         * mm-util.el (mm-read-charset): Work.
6120
6121 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6122
6123         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6124         nnheader-translate-file-chars'd group name.
6125
6126 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6127
6128         * message.el (message-encode-message-body): Fold case.
6129
6130 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6131
6132         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6133
6134 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * mailcap.el (mailcap-add): New function.
6137
6138 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6141         (article-goto-body): Use it.
6142         (gnus-treat-article): Ditto.
6143
6144         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6145         downloaded articles from the downloadeble list.
6146
6147 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * message.el (message-encode-message-body): Bind
6150         mail-parse-charset.
6151
6152         * mm-util.el (mm-charset-synonym-alist): New variable.
6153         (mm-charset-to-coding-system): Use it.
6154         (mm-charset-coding-system-alist): Removed.
6155         (mm-charset-to-coding-system): Don't use it.
6156         (mm-find-charset-region): Use mail-parse-charset.
6157
6158         * gnus-art.el (gnus-treatment-function-alist): Use
6159         gnus-article-display-picons.
6160         (gnus-treat-display-xface): Only do if we have xface feature.
6161         (gnus-part-display-hook): New function.
6162         (gnus-treat-article): Use it.
6163         (gnus-treat-article): Use gnus-visual.
6164
6165         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6166
6167         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6168         displaying.
6169
6170         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6171
6172         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6173         regexp file names.
6174
6175 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6176
6177         * gnus.el: Pterodactyl Gnus v0.71 is released.
6178
6179 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * mm-view.el (mm-inline-image): Don't add a dot.
6182
6183         * gnus-art.el (gnus-treat-article): New function.
6184
6185         * gnus.el (gnus-article-display-hook): Removed.
6186
6187         * gnus-art.el (gnus-article-treat-custom): New variable.
6188
6189         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6190
6191         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6192         functions.
6193
6194         * message.el (message-posting-charset): New variable.
6195         (message-send-mail): Use it.
6196
6197         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6198         (gnus-setup-posting-charset): New function.
6199         (gnus-setup-message): Use it.
6200
6201         * message.el (message-encode-message-body): Just look for
6202         Content-Type before inserting a new one.
6203
6204 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6205
6206         * rfc2047.el (rfc2047-default-charset): Removed.
6207
6208         * mail-prsvr.el: New file.
6209         (mail-parse-charset): New variable.
6210
6211         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6212         Changed name.
6213
6214         * gnus.el (gnus-charset): New group.
6215
6216         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6217
6218         * gnus-sum.el (gnus-default-charset): Default to nil.
6219         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6220         (gnus-newsgroup-iso-8859-1-forced): Removed.
6221
6222         * mm-util.el (mm-known-charsets): Removed.
6223         (mm-default-coding-system): Removed.
6224         (mm-default-charset): Removed.
6225         (mm-read-charset): New function.
6226
6227         * message.el (message-default-charset): Removed.
6228
6229         * rfc2047.el (rfc2047-default-charset): Default to nil.
6230
6231         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6232
6233 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6234
6235         * gnus.el: Pterodactyl Gnus v0.70 is released.
6236
6237 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6238
6239         * mm-decode.el (mm-save-part): Use mm-get-part.
6240         (mm-insert-part): New function.
6241         (mm-get-part): Use it.
6242         (mm-get-image): Ditto.
6243         (mm-display-external): Ditto.
6244
6245         * mm-view.el (mm-inline-text): Ditto.
6246
6247         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6248         ranges.
6249
6250         * mm-decode.el (mm-display-external): Save the buffer.
6251         (mm-remove-part): Kill it.
6252
6253         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6254
6255         * nnagent.el (nnagent-request-set-mark): Defined stub.
6256
6257 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6258
6259         * gnus-score.el (gnus-score-load-score-alist): Bind
6260         coding-system-for-read.
6261
6262         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6263         prepare-exit-hook.
6264
6265         * mm-view.el (mm-setup-w3): Require w3.
6266
6267 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6268
6269         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6270         body.
6271
6272 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273
6274         * mm-encode.el: Ditto.
6275
6276         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6277         error.
6278
6279         * mailcap.el (mailcap-mime-data): SAFER ps.
6280
6281         * message.el (message-encode-message-body): Always insert a
6282         Content-Type header.
6283
6284         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6285         shown inline.
6286
6287         * mm-view.el (mm-inline-text): Handle all sorts of text.
6288
6289         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6290         don't view.
6291
6292         * mm-decode.el (mm-display-external): Use it.
6293
6294         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6295
6296         * mm-decode.el (mm-save-part): Removed double code.
6297
6298 1999-01-12  Dave Love  <fx@gnu.org>
6299
6300         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6301         application/octet-stream .gz & al files with jka-compr.
6302
6303 1999-01-12  Dave Love  <fx@gnu.org>
6304
6305         * gnus-ems.el (gnus-down-mouse-3): New variable.
6306         * gnus-art.el (gnus-mime-button-map): Use it.
6307         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6308
6309 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6312
6313 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6316         buffers.
6317
6318         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6319
6320         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6321
6322 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6323
6324         * mml.el (mml-parameter-string): Strip directory component.
6325
6326 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6327
6328         * gnus.el (gnus-use-demon): Removed.
6329
6330 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * nnmail.el (nnmail-article-group): Don't infloop.
6333
6334 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6335
6336         * gnus-art.el (article-update-date-lapsed): Made it work with
6337         picons, and make it update on all visible frames.
6338         (article-date-ut): Get summary-buffer's current-headers.
6339
6340 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6343         (gnus-picons-setup-p): New variable.
6344
6345 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6348
6349 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350
6351         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6352         (gnus-summary-exit-no-update): Use mapcar.
6353
6354 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6355
6356         * gnus-agent.el (gnus-category-write): Make directory.
6357
6358 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6359
6360         * gnus-sum.el (gnus-update-read-articles):
6361         (gnus-update-marks): Request backend update of mark.
6362
6363 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * mm-bodies.el (mm-body-encoding): Use mm-find.
6366
6367 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6368
6369         * gnus-picon.el (gnus-article-display-picons): Fix.
6370
6371 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6372
6373         * gnus.el: Pterodactyl Gnus v0.69 is released.
6374
6375 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6376
6377         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6378
6379         * gnus-agent.el (gnus-agent-remove-group): New command and
6380         keystroke.
6381
6382         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6383
6384 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6385
6386         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6387
6388 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389
6390         * mm-view.el (mm-inline-text): Bind current id.
6391
6392         * mm-decode.el (mm-handle-id): New macro.
6393         (mm-make-handle): Accept id.
6394         (mm-dissect-singlepart): Use it.
6395
6396 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6397
6398       * message.el (message-cite-original-without-signature): Use
6399       message-signature-separator when searching for signature in
6400       message-cite-original-without-signature.
6401
6402 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6403
6404         * gnus.el (gnus-server-to-method): Check named methods.
6405
6406 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6407
6408         * mm-view.el (mm-view-message): Goto point-min.
6409
6410         * nnmail.el (nnmail-article-group): Don't delete lines, only
6411         shorten them.
6412
6413         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6414         values.
6415
6416         * nnheader.el (nnheader-temp-directory): New variable.
6417         (nnheader-temp-directory): Removed.
6418
6419 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6420
6421         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6422         list of files to check for mailcap entries under windows-nt.
6423
6424 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6425
6426         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6427         summary buffer exists.
6428
6429 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6430
6431         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6432         irrelevant Sun sendmail bug.
6433         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6434
6435         * message.el (message-send-news): Bind mail-header-separator to
6436         "" when asking backend to post.
6437
6438 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6439
6440         * mm-uu.el (mm-dissect-disposition): New variable.
6441         (mm-uu-dissect): Use it.
6442
6443 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * mm-view.el (mm-inline-text): Bind url-current-object.
6446
6447 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6448
6449         * gnus-range.el (gnus-remove-from-range): Rewrite.
6450
6451 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6452
6453         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6454
6455 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6456
6457         * message.el (message-encode-message-body): Insert `MIME-Version'
6458         instead of `Mime-Version'.
6459
6460 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6461
6462         * message.el (message-insert-mime-part): Add the attachment
6463         disposition.
6464         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6465         (message-mime-query-type): New function.
6466         (message-mime-query-description): Ditto.
6467         (message-mime-query-file): Ditto.
6468         (message-insert-mime-part): Use them.
6469         (message-mime-insert-external): Use the new stuff.
6470
6471 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6472
6473         * nnmail.el (nnmail-split-header-length-limit): New variable.
6474
6475         * mm-decode.el (mm-dissect-buffer): Check syntax.
6476
6477         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6478
6479         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6480         (rfc2047-dissect-region): Ditto.
6481
6482 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * mm-view.el (mm-view-message): Decode charset.
6485
6486 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6487
6488         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6489         CT headers.
6490
6491 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6492
6493         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6494         mm-uu-*-function.
6495         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6496
6497 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6498
6499         * message.el (message-send-mail): Do MML first.
6500         (message-send-news): Ditto.
6501
6502 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6503
6504         * gnus-picon.el (gnus-picons-face): New face.
6505         (gnus-picons-try-face): Use it.
6506
6507 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6508
6509         * gnus.el: Pterodactyl Gnus v0.68 is released.
6510
6511 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6512
6513         * gnus.el: Pterodactyl Gnus v0.67 is released.
6514
6515 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6516
6517         * gnus.el: Pterodactyl Gnus v0.66 is released.
6518
6519 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520
6521         * gnus-art.el (gnus-insert-mime-button): Decode description.
6522
6523 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6524
6525         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6526         (gnus-decode-header-methods): Ditto.
6527         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6528
6529 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6530
6531         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6532
6533 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * mml.el (mml-insert-mime-headers): Encode description.
6536
6537         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6538         line.
6539
6540         * gnus-sum.el (gnus-default-charset): Doc fix.
6541
6542 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6543
6544         * mm-decode.el (mm-display-part): Forward a line.
6545
6546 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6547
6548         * mm-util.el (mm-running-ntemacs): New variable.
6549         (mm-text-coding-system): Ditto.
6550         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6551         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6552
6553 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554
6555         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6556         buffer.
6557
6558         * message.el (message-insert-headers): New command and keystroke.
6559
6560 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6563         (mm-get-image): Ditto.
6564
6565         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6566         base64, uudecode and binhex.
6567
6568 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6569
6570         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6571         in text/plain.
6572         * mm-uu.el (mm-uu-dissect): Use inline.
6573
6574 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6575
6576         * mm-view.el (mm-view-message): New function.
6577
6578         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6579         qp.
6580
6581 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6582
6583         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6584         entry for message/rfc822 as 8bit.
6585
6586 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * mailcap.el (mailcap-mime-extensions): Add patch.
6589
6590 1998-12-05  Dale Hagglund  <rdh@best.com>
6591
6592         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6593         argument to force all multipart/* to look like multipart/mixed.
6594
6595         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6596         variable.
6597         (gnus-mime-display-part): Use it.
6598
6599 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6600
6601         * gnus-draft.el (gnus-draft-send): Only disable checks for
6602         non-interactive use.
6603         (gnus-draft-send-message): Use it.
6604
6605 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6606
6607         * gnus.el: Pterodactyl Gnus v0.65 is released.
6608
6609 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6612
6613         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6614
6615 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6616
6617         * gnus.el: Pterodactyl Gnus v0.64 is released.
6618
6619 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6620
6621         * mm-view.el (mm-setup-w3): Don't load.
6622
6623         * gnus-msg.el (gnus-setup-message): Set group name.
6624         (gnus-group-mail): Avoid leaking local vars.
6625
6626         * message.el (message-attach-file): Renamed.
6627         (message-mime-attach-file): Renamed again.
6628
6629 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6630
6631         * gnus-art.el (article-decode-encoded-words): Bind
6632         rfc2047-default-charset here.
6633
6634         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6635
6636 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6639         (gnus-picons-setup-hook): New hook.
6640
6641 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6642
6643         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6644         string.
6645         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6646         line.
6647
6648 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6649
6650         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6651         (gnus-mime-view-part): Ditto.
6652         (gnus-mime-inline-part): Dotii.
6653         (gnus-mime-externalize-part): Daddo.
6654         (gnus-mime-internalize-part): Tutti frutti.
6655         (gnus-widget-press-button): Da da do.
6656
6657         * mm-view.el (mm-setup-w3): Require url-vars.
6658
6659 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6660
6661         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6662         * mm-util.el (mm-find-charset-region): Ditto.
6663
6664 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6665
6666         * message.el (message-send): Don't encode here.
6667         (message-send-mail): But here.
6668         (message-send-news): And here.
6669
6670 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6671
6672         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
6673
6674 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6675
6676         * gnus.el: Pterodactyl Gnus v0.63 is released.
6677
6678 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6679
6680         * mml.el (mml-base-boundary): Shorten.
6681
6682         * message.el (message-insert-mime-part): Use default.
6683
6684         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
6685
6686 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6687
6688         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
6689         buttons, not [*].
6690
6691 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6692
6693         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
6694
6695 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
6696
6697         * gnus-art.el (gnus-insert-mime-button): Fix.
6698
6699 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6700
6701         * message.el (message-insert-mime-part): Nicify prompts.
6702         (message-insert-mime-part): Really delete duplicates.
6703         (message-insert-mime-part): Check against common errors.
6704         (message-insert-mime-part): Fix docstring.
6705
6706 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707
6708         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
6709
6710 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6711
6712         * gnus-art.el (gnus-mime-button-line-format): Nicify.
6713         (gnus-insert-mime-button): Modify accordingly.
6714
6715 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6716
6717         * gnus-art.el (gnus-display-mime): Set window point.
6718
6719         * mm-decode.el (mm-display-external): Only decode when not
6720         saving.
6721         (mm-alternative-precedence): Prefer multiparts.
6722         (mm-inline-media-tests): Inline multiparts.
6723
6724         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
6725         Ignore errors when requiring url.
6726
6727         * mml.el (mml-quote-region): New command.
6728
6729         * message.el (message-cite-original): Use it.
6730         (message-cite-original-without-signature): Ditto.
6731
6732 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6733
6734         * gnus.el: Pterodactyl Gnus v0.62 is released.
6735
6736 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737
6738         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
6739
6740 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6741
6742         * mm-view.el (mm-inline-text): Use `point-min-marker' and
6743         `point-max-marker'.
6744
6745 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
6748
6749         * gnus-art.el (gnus-mime-display-single): Check for attachment
6750         before other tests.
6751
6752 1998-12-03  Didier Verna  <verna@inf.enst.fr>
6753
6754         * gnus-msg.el (gnus-configure-posting-styles): find a
6755         posting-style entry in the group parameters, if any, and honor it
6756         at the end.
6757
6758 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
6759
6760         * nntp.el (nntp-after-change-function): Fix.
6761
6762 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
6763
6764         * mml.el (mml-generate-mime-1): Insert literally.
6765
6766 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * mml.el (mml-insert-mime-headers): Removed debug.
6769
6770 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771
6772         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
6773         prefixed.
6774
6775         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
6776         application/emacs-lisp to 8bit.
6777
6778 1998-12-03  Dale Hagglund  <rdh@best.com>
6779
6780         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
6781
6782 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6783
6784         * gnus.el: Pterodactyl Gnus v0.61 is released.
6785
6786 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6787
6788         * mml.el (mml-parse-1): Skipped parts.
6789         (mml-insert-mime-headers): Nil is a list.
6790         (mml-generate-mime-1): Don't insert literally.
6791         (mml-read-tag): Drop text props.
6792         (mml-read-part): Ditto.
6793         (mml-parse-singlepart-with-multiple-charsets): Ditto.
6794
6795 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6796
6797         * gnus.el: Pterodactyl Gnus v0.60 is released.
6798
6799 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6800
6801         * mml.el (mml-parse-1): Don't throw contents away.
6802
6803 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
6804
6805         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
6806
6807 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
6810         function.
6811         (mml-parse-1): Use it.
6812
6813 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6814
6815         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
6816         Use gnus-newsgroup-default-charset.
6817         (article-decode-encoded-words): Remove charset codes.
6818         * gnus-sum.el (gnus-newsgroup-default-charset): Use
6819         gnus-default-charset.
6820
6821 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * message.el (message-send-mail): Don't encode here.
6824         (message-send-news): Nor here.
6825         (message-send): ... but here instead.
6826
6827         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
6828         default to nil.
6829         (gnus-article-display-picons): Replace From line.
6830         (gnus-group-display-picons): Replace Newsgroups line.
6831         (gnus-picons-display-glyph): Set baseline.
6832         (gnus-group-display-picons): Piconize the entire Newsgroups line.
6833         (gnus-picons-xbm-face): Revert to old, standard colors.
6834
6835         * message.el (message-fetch-field): Remove text props.
6836
6837         * gnus-art.el (gnus-article-normalized-header-length): New
6838         variable.
6839         (article-normalize-headers): New command and keystroke.
6840
6841         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
6842
6843 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6844
6845         * gnus.el: Pterodactyl Gnus v0.59 is released.
6846
6847 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
6850
6851         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
6852
6853 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
6854
6855         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
6856
6857 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * mm-decode.el (mm-all-images-fit): New variable.
6860         (mm-image-fit-p): Use it.
6861
6862         * gnus-art.el (gnus-mime-display-single): Use it.
6863         (gnus-mime-internalize-part): New command and keystroke.
6864
6865         * mm-decode.el (mm-user-automatic-external-display): New
6866         variable.
6867         (mm-automatic-external-display-p): New function.
6868
6869         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
6870         colors.
6871
6872 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873
6874         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
6875
6876         * gnus-art.el (gnus-with-article): Work in the original article
6877         buffer.
6878         (gnus-with-article): Work in read-only groups.
6879
6880 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6881
6882         * mm-bodies.el (mm-decode-string): Return original string if not
6883         decode.
6884
6885 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6886
6887         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
6888
6889 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
6890
6891         * nndoc.el (nndoc-mime-parts-type-p): Do related.
6892
6893 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6894
6895         * gnus.el: Pterodactyl Gnus v0.58 is released.
6896
6897 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
6898
6899         * mm-decode.el (mm-get-image): Return a glyph, not an image
6900         specifier.
6901
6902 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
6903
6904         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
6905
6906 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6907
6908         * mail-parse.el (rfc2045): Required.
6909
6910 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
6911
6912         * mm-view.el (mm-inline-text): Remove props.
6913
6914 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6915
6916         * mm-view.el (mm-setup-w3): Protect url-misc.
6917
6918         * message.el (message-ignored-resent-headers): Remove
6919         Gnus-Warning.
6920
6921         * mml.el (mml-insert-mime-headers): Use encoding.
6922         (mml-parameter-string): Ditto.
6923
6924         * rfc2045.el: New file.
6925         (rfc2045-encode-string): New function.
6926
6927 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928
6929         * mail-parse.el (mail-header-encode-parameter): New function.
6930
6931         * rfc2231.el (rfc2231-encode-string): New function.
6932
6933 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6934
6935         * mm-bodies.el (mm-decode-string): New function.
6936         * mm-view.el (mm-inline-text): Use mm-decode-string.
6937
6938 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6939
6940         * gnus.el: Pterodactyl Gnus v0.57 is released.
6941
6942 1998-11-23  Felix Lee  <flee@cygnus.com>
6943
6944         * nntp.el (nntp-async-needs-kluge): new setting.
6945         (nntp-async-timer): new var.
6946         (nntp-async-process-list): new var.
6947         (nntp-async-kluge): new function.
6948         (nntp-async-timer-handler): new function.
6949         (nntp-async-wait): new function.
6950         (nntp-async-stop): new function.
6951         (nntp-after-change-function): renamed, and split apart.
6952         (nntp-async-trigger): new function.
6953         (nntp-do-callback): new function.
6954         (nntp-accept-process-output): add optional timeout arg.
6955
6956         * gnus-async.el (gnus-async-request-fetched-article): fixed.
6957         (gnus-async-wait-for-article): new function.
6958         (gnus-async-with-semaphore): s/asynch/async/.
6959
6960 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6961
6962         * gnus-art.el (gnus-with-article): Don't encode.
6963         (gnus-insert-mime-button): Fall back on filename from C-D.
6964         (gnus-mime-display-single): Have dots right on text/plain
6965         attachments.
6966
6967         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
6968         broken parts.
6969
6970         * gnus-art.el (gnus-with-article): Flush cache and backlog.
6971
6972         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
6973         binhex.
6974
6975         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
6976         (gnus-summary-repair-multipart): New command and keystroke.
6977
6978         * gnus-art.el (gnus-with-article-buffer): New macro.
6979
6980 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6981
6982         * gnus-art.el (gnus-mime-inline-part): Do not get part when
6983         undisplay the part.
6984
6985 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6986
6987         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
6988
6989         * mml.el (mml-read-part): Partition right.
6990
6991         * mm-decode.el (mm-handle-set-cache): New macro.
6992         (mm-handle-cache): Ditto.
6993         (mm-make-handle): Ditto.
6994         (mm-dissect-singlepart): Use it.
6995         (mm-get-image): Use the cache.
6996
6997 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6998
6999         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7000         (gnus-mime-display-single): Don't insert lines between parts.
7001
7002 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7003
7004         * nnmail.el (nnmail-file-coding-system-1): New variable.
7005         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7006         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7007         * nnml.el (nnml-file-coding-system): New variable.
7008         (nnml-request-article): Use nnml-file-coding-system.
7009
7010 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7011
7012         * gnus.el: Pterodactyl Gnus v0.56 is released.
7013
7014 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7015
7016         * gnus-art.el (gnus-mime-display-part): New function.
7017         (gnus-mime-display-mixed): Use it.
7018
7019         * mm-view.el (mm-setup-w3): Don't register.
7020
7021         * message.el (message-cite-original): Cite parts.
7022
7023 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7024
7025         * mml.el (mml-parameter-string): New function.
7026         (mml-insert-mime-headers): Separated into new function.
7027
7028 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7029
7030         * mml.el (mml-make-boundary): Use `make-string'.
7031
7032 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7033
7034         * binhex.el (binhex-insert-char): Ditto.
7035
7036         * base64.el (base64-insert-char): Ditto.
7037
7038         * uudecode.el (uudecode-insert-char): Code correctly.
7039
7040 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * mml.el (mml-generate-mime): Don't generate multiparts for
7043         empties.
7044
7045         * gnus-art.el (gnus-display-mime): Save excursion.
7046
7047         * message.el (message-remove-first-header): New function.
7048         (message-encode-message-body): Use it.
7049
7050 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7051
7052         * gnus.el: Pterodactyl Gnus v0.55 is released.
7053
7054 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * mm-view.el (mm-setup-w3): New function.
7057
7058         * mm-decode.el (mm-content-id-get-contents): New function.
7059         (mm-content-id-get-type): Ditto.
7060         (mm-content-id-get-encoding): Ditto.
7061         (mm-get-handle-by-content-id): Removed.
7062
7063 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7064
7065         * message.el (message-generate-new-buffers): Fix tag.
7066
7067 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * message.el (message-buffer-name): Check for unique first.
7070
7071         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7072         gnus-inhibit-mime-unbuttonizing.
7073
7074         * gnus-sum.el (t): Bind M-t.
7075         (gnus-inhibit-unbuttonizing): New variable.
7076         (gnus-summary-toggle-display-buttonized): New command.
7077
7078         * gnus-art.el (gnus-display-mime): Select article window.
7079         (article-strip-trailing-space): New command and keystroke.
7080
7081         * nneething.el (nneething-include-files): New variable.
7082         (nneething-create-mapping): Use it.
7083
7084         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7085
7086         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7087         ayto-expirable marks.
7088
7089 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7090
7091         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7092
7093         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7094         ARG.
7095
7096         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7097
7098 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7099
7100         * mm-util.el (mm-binary-coding-system): New variable.
7101         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7102         * mm-decode.el (mm-display-external): Ditto.
7103
7104 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7105
7106         * gnus.el: Pterodactyl Gnus v0.54 is released.
7107
7108 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7111
7112 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * mm-decode.el (mm-save-part): Unquote.
7115
7116 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7117
7118         * mm-decode.el (mm-save-part): Bind coding system for write.
7119
7120 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7121
7122         * gnus-art.el (gnus-article-mode-line-format): New default.
7123         (gnus-article-mime-part-status): New function.
7124
7125         * message.el (message-send-news): Check the body syntax before
7126         encoding.
7127
7128         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7129         (gnus-mime-display-single): Use it.
7130         (gnus-mime-display-alternative): Ditto.
7131
7132         * mm-decode.el: Check for whether we are running under a term.
7133
7134 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7135
7136         * mm-decode.el (mm-preferred-alternative): Default to first
7137         alternative.
7138         (mm-preferred-alternative): No, we dont.
7139
7140 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7141
7142         * mm-decode.el (mm-display-external): Use binary instead of
7143         no-conversion.
7144         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7145         * nnheader.el (nnheader-file-coding-system): Ditto.
7146         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7147
7148 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7149
7150         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7151         name without method.
7152
7153 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7154
7155         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7156         coding-system -> default-charset.
7157         (gnus-newsgroup-default-charset-alist): Ditto.
7158         (gnus-summary-local-variables): Ditto.
7159         (gnus-set-global-variables): Ditto.
7160         (gnus-get-newsgroup-headers): Ditto.
7161         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7162         (gnus-get-newsgroup-headers-xover): Ditto.
7163         (gnus-newsgroup-setup-default-charset): Ditto.
7164         (article-decode-mime-words): Ditto.
7165         (article-decode-charset): Ditto.
7166         (article-decode-encoded-words): Ditto.
7167         (article-de-quoted-unreadable): Ditto.
7168         (gnus-mime-view-all-parts): Ditto.
7169         (gnus-mime-externalize-part): Ditto.
7170         (gnus-mm-display-part): Ditto.
7171         (gnus-mime-display-single): Ditto.
7172         (gnus-mime-display-alternative): Ditto.
7173         * lpath.el : Ditto.
7174
7175 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7176
7177         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7178         * gnus-art.el (article-decode-charset): Overlay
7179         rfc2047-default-charset.
7180         * message.el (message-draft-coding-system): New variable.
7181         (message-set-auto-save-file-name): Use message-draft-coding-system.
7182         * nndraft.el (nndraft-request-article): Ditto.
7183         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7184         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7185
7186 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7187
7188         * mm-uu.el (mm-uu-test): New function.
7189         (mm-uu-dissect): Inherit charset and cte from head.
7190         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7191
7192 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7193
7194         * gnus.el: Pterodactyl Gnus v0.53 is released.
7195
7196 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * mm-decode.el (mm-get-image): New function.
7199         (mm-image-fit-p): New function.
7200
7201         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7202
7203         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7204
7205         * gnus-art.el (gnus-article-insert-newline): New function.
7206         (article-goto-body): New function.
7207
7208 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7209
7210         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7211         buttons.
7212
7213         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7214         keystroke.
7215
7216         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7217         line between parts.
7218
7219         * message.el (message-remove-header): Go to end if wanted.
7220
7221 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7222
7223         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7224         movement with save-window-excursion.
7225
7226 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7227
7228         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7229
7230 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7231
7232         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7233
7234 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7235
7236         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7237         gnus-newsgroup-coding-system.
7238         (gnus-get-newsgroup-headers): Ditto.
7239         (gnus-get-newsgroup-headers-xover): Ditto.
7240         (gnus-set-global-variables): Ditto.
7241         * gnus-art.el (article-decode-mime-words): Ditto.
7242         (article-decode-charset): Ditto.
7243         (article-decode-encoded-words): Ditto.
7244         (article-de-quoted-unreadable): Ditto.
7245         (gnus-mime-view-all-parts): Ditto.
7246         (gnus-mime-externalize-part): Ditto.
7247         (gnus-mm-display-part): Ditto.
7248         (gnus-mime-display-alternative): Ditto.
7249         (gnus-mime-display-single): Ditto.
7250         * mm-view.el (mm-inline-text): Use default coding system.
7251
7252 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7253
7254         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7255         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7256         (gnus-newsgroup-coding-system): New local variable.
7257         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7258         (gnus-summary-local-variables): Add two new local variables.
7259         (gnus-newsgroup-setup-coding-system): New function.
7260         (gnus-select-newsgroup): Setup coding system.
7261         * lpath.el: Add two new variables.
7262         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7263         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7264         * gnus-cus.el (gnus-group-parameters): Customizable
7265         iso-8859-1-forced.
7266
7267 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7268
7269         * gnus.el: Pterodactyl Gnus v0.52 is released.
7270
7271 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7274         encoding.
7275
7276         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7277         undisplayed text types.
7278
7279         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7280         types.
7281
7282 1998-11-19  Felix Lee  <flee@cygnus.com>
7283
7284         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7285
7286 1998-11-19  Felix Lee  <flee@cygnus.com>
7287
7288         * gnus-async.el (gnus-asynch-obarray): rename to
7289         gnus-async-hashtb, and don't buffer-local it.
7290
7291         (gnus-async-article-callback): new function.
7292         (gnus-make-async-article-function): use it.
7293
7294         (gnus-async-current-prefetch-group): new var.
7295         (gnus-async-current-prefetch-article): new var.
7296         (gnus-async-request-fetched-article): are we fetching it already?
7297
7298         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7299
7300 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * gnus-sum.el (gnus-summary-show-article): Require.
7303
7304         * message.el: Provide before hooks.
7305         (message-send-news): Do MIME before headers.
7306
7307         * gnus-art.el (gnus-article-check-buffer): New function.
7308         (gnus-article-read-summary-keys): Use it.
7309
7310         * mm-decode.el (mm-user-automatic-display): Display all inline
7311         images.
7312
7313         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7314         much.
7315         (gnus-unbuttonized-mime-types): New variable.
7316
7317 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7318
7319         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7320
7321         * mm-decode.el (mm-quote-arg): Quote semicolons.
7322
7323         * gnus-art.el (gnus-mime-display-single): Don't display
7324         attachments.
7325         (gnus-mime-externalize-part): New command and keystroke.
7326
7327         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7328         (mm-alternative-precedence): Changed order.
7329
7330 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7331
7332         * gnus.el (gnus-method-simplify): New function.
7333         (gnus-native-method-p): New function.
7334         (gnus-secondary-method-p): Use gnus-method-equal.
7335
7336         * gnus-start.el (gnus-group-change-level): Shorten select method.
7337
7338 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7339
7340         * gnus.el: Pterodactyl Gnus v0.51 is released.
7341
7342 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7343
7344         * gnus.el: Applied patches from 5.6.45.
7345
7346         * gnus-score.el (gnus-score-find-trace): Print complete file
7347         paths.
7348         (gnus-score-find-trace): Truncate lines.
7349
7350         * gnus.el (gnus-message-archive-group): Allow function.
7351
7352         * message.el (message-encode-message-body): Remove Mime-Version
7353         before inserting.
7354
7355         * gnus-cus.el (gnus-group-customize): Optional topic.
7356
7357         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7358         keystroke.
7359
7360 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7361
7362         * message.el (message-encode-message-body): Rewrite.
7363
7364 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * mml.el (mml-base-boundary): New variable.
7367         (mml-make-boundary): New function.
7368
7369         * gnus-cache.el (gnus-cache-coding-system): New variable.
7370         (gnus-cache-request-article): Use it.
7371
7372         * message.el (message-insert-mime-part): Delete duplicates.
7373
7374 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7375
7376         * gnus-art.el (gnus-mime-display-alternative): Set end of
7377         multipart and display even when nothing is preferred.
7378
7379 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7380
7381         * gnus.el: Pterodactyl Gnus v0.50 is released.
7382
7383 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7386         fbound.
7387
7388         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7389
7390 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7391
7392         * gnus.el (gnus-similar-server-opened): Compare backend.
7393
7394 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7395
7396         * gnus-topic.el (gnus-topic-expire-articles): New function.
7397         (gnus-topic-mode-map): Bind it.
7398
7399         * gnus.texi (Topic Commands): New expiry command. Reordered.
7400
7401 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7402
7403         * gnus-sum.el
7404         (gnus-auto-expirable-marks): New variable.
7405         (gnus-inhibit-user-auto-expire): New variable.
7406         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7407         When looking to see if we should expire instead, check
7408         gnus-auto-expirable-marks instead of using a hard-wired list.
7409         (gnus-summary-mark-as-read-forward,
7410         gnus-summary-mark-as-read-backward):
7411         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7412         gnus-summary-mark-forward, instead of `t'.
7413
7414 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7415
7416         * mml.el (mml-compute-boundary): New function.
7417         (mml-compute-boundary-1): New function.
7418         (mml-generate-mime-1): Use it.
7419
7420 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7421
7422         * mml.el (mml-generate-mime-1): Always precede closing boundary
7423         with newline.
7424
7425 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7426
7427         * mml.el (mml-generate-mime-1): Do right boundaries when several
7428         multiparts.
7429
7430         * mm-decode.el (mm-user-automatic-display): Default to inline
7431         jpeg.
7432
7433         * mml.el (mml-generate-mime-1): Encode non-text parts.
7434
7435 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7436
7437         * gnus.el: Pterodactyl Gnus v0.49 is released.
7438
7439 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7440
7441         * mm-view.el (mm-inline-text): Require w3-vars.
7442
7443         * gnus-setup.el (gnus-use-tm): Removed.
7444
7445         * gnus-art.el (gnus-article-goto-part): Don't beep.
7446         (gnus-article-view-part): Check return value.
7447         (gnus-mime-display-alternative): Don't display when there is
7448         nothing to display.
7449
7450         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7451         (mml-generate-mime-1): Use unibyte for binaries.
7452
7453         * gnus-art.el (gnus-display-mime): Call
7454         gnus-article-mime-part-function.
7455         (gnus-mime-part-function): New function.
7456         (gnus-article-mime-part-function): New function.
7457
7458         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7459
7460 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7461
7462         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7463
7464         * message.el (message-font-lock-keywords): Highlight MML.
7465         (message-mml-face): New font.
7466
7467 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7468
7469         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7470         (gnus-mm-display-part): Do not select-window if the article window
7471         is not found.
7472
7473 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7474
7475         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7476
7477 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7478
7479         * gnus.el: Pterodactyl Gnus v0.48 is released.
7480
7481 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482
7483         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7484
7485         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7486
7487         * message.el (message-cite-original-without-signature): Ditto.
7488         (message-cite-original): Quote parts.
7489
7490 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7491
7492         * gnus.el: Pterodactyl Gnus v0.47 is released.
7493
7494 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7495
7496         * message.el (message-encode-message-body): Insert MIME warning.
7497
7498         * mml.el (mml-read-tag): Look for #tag.
7499
7500         * mm-util.el (mm-find-charset-region): Check whether
7501         enable-multibyte-characters is bound.
7502
7503 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7504
7505         * gnus.el: Pterodactyl Gnus v0.46 is released.
7506
7507 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * message.el (message-encode-message-body): Insert headers at the
7510         right spot.
7511
7512 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7513
7514         * gnus.el: Pterodactyl Gnus v0.45 is released.
7515
7516 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517
7518         * nndraft.el (nndraft-save-mime-part): Removed.
7519         (nndraft-get-mime-part): Ditto.
7520
7521         * message.el (message-format-mime-old): Removed.
7522         (message-encode-message-body): Removed.
7523         (message-encode-message-body): Renamed.
7524
7525 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7526
7527         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7528
7529         * message.el (message-format-mime): Check message-mime-part.
7530
7531         * mm-encode.el (mm-mime-file-types): Removed.
7532         (mm-default-file-encoding): New definition.
7533
7534 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7535
7536         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7537         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7538
7539 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7540
7541         * gnus.el: Pterodactyl Gnus v0.44 is released.
7542
7543 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * message.el (message-format-mime): New function.
7546
7547         * nndraft.el (nndraft-save-mime-part): New function.
7548         (nndraft-get-mime-part): New function.
7549
7550         * mm-encode.el (mm-default-file-encoding): New function.
7551         (mm-content-transfer-encoding): New function.
7552         (mm-encode-buffer): New function.
7553
7554         * message.el: New command.
7555         (message-mime-part): New variable.
7556         (message-insert-mime-part): New command.
7557
7558         * mm-encode.el (mm-encode-content-transfer-encoding): New
7559         function.
7560
7561         * mm-util.el (mm-content-transfer-encoding-defaults): New
7562         variable.
7563         (mm-mime-file-types): Taken from TM.
7564
7565 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7566
7567         * gnus.el: Pterodactyl Gnus v0.43 is released.
7568
7569 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7570
7571         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7572         * gnus-score.el (gnus-score-default-header): Ditto.
7573         (gnus-header-index): Ditto.
7574         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7575         (gnus-summary-header): Handle extra headers.
7576         (gnus-summary-score-entry): Ditto, & provide new score element.
7577         (gnus-summary-score-effect): Ditto.
7578         (gnus-score-string): Avoid "extra" string sort, & modify match in
7579         "extra" case.
7580         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7581
7582 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * message.el (message-resend): Bind message-required-mail-headers
7585         to nil.
7586
7587         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7588
7589         * nngateway.el (require): Require cl.
7590
7591         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7592         things.
7593
7594 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7595
7596         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7597         when no articles.
7598
7599 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7600
7601         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7602
7603 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7604
7605         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7606         user-mail-address if non-nil.
7607
7608 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7609
7610         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7611         (gnus-make-sort-function-1): Ditto.
7612
7613         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7614         window.
7615
7616 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7617
7618         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7619
7620         * binhex.el (binhex-decode-region): Quote.
7621
7622 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7623
7624         * gnus-art.el (article-decode-charset): Don't downcase charset.
7625
7626         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7627
7628 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7629
7630         * gnus.el: Pterodactyl Gnus v0.42 is released.
7631
7632 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7633
7634         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7635
7636 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7637
7638         * nntp.el (nntp-send-mode-reader): Revert.
7639
7640 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7641
7642         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7643
7644 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7645
7646         * message.el (message-make-date): Fix for negative time zones.
7647
7648 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7649
7650         * gnus.el: Pterodactyl Gnus v0.41 is released.
7651
7652 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7653
7654         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7655
7656 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7657
7658         * gnus.el (gnus-short-group-name): When shortening foreign select
7659         methods, do not scan for plusses beyond the first colon.
7660
7661 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7662
7663         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7664         lines where `group' is the last thing on the line.
7665
7666 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7667
7668         * gnus-art.el (gnus-article-view-part): Do alternative.
7669         (gnus-mime-display-alternative): Insert marker.
7670
7671 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7672
7673         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7674
7675         * nnmail.el (nnmail-expired-article-p): Protect against bogus
7676         dates.
7677
7678         * gnus-cus.el (gnus-topic): Required.
7679
7680         * nnheader.el (nnheader-parse-nov): Parse extra.
7681         (nnheader-nov-parse-extra): New macro.
7682
7683 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7684
7685         * gnus-art.el (gnus-article-view-part): Internal move.
7686
7687 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
7688
7689         * gnus-cus-new.el (gnus-custom-topic): New free variable.
7690         (gnus-group-customize): Support editing topic parameters.
7691
7692 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
7693
7694         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
7695         indicators.
7696
7697 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698
7699         * gnus-art.el (gnus-mm-display-part): Return.
7700         (gnus-article-view-part): Only go if external.
7701         (gnus-article-dumbquotes-map): Do 205.
7702
7703         * mm-decode.el (mm-display-part): Return what was done.
7704
7705         * message.el (message-buffer-naming-style): New variable.
7706         (message-generate-new-buffers): Extended.
7707         (message-buffer-naming-style): Removed.
7708         (message-buffer-name): Use it.
7709         (message-do-send-housekeeping): Rename new styling.
7710
7711         * gnus-sum.el (gnus-summary-recenter): Allow
7712         gnus-auto-center-summary to be a number.
7713
7714 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7715
7716         * pop3.el (pop3-open-server): Use "binary" instead of
7717         "no-conversion".
7718
7719 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7720
7721         * gnus-srvr.el (gnus-browse-foreign-server): Set
7722         gnus-browse-current-method to the result of gnus-server-to-method.
7723
7724 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7725
7726         * gnus-util.el (gnus-pull): Another optional argument.
7727         * nnweb.el (nnweb-request-delete-group): Delete from
7728         nnweb-group-alist and update active file.
7729
7730 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7731
7732         * gnus-group.el (gnus-group-make-group): Accept group of new
7733         method.
7734
7735 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7736
7737         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
7738
7739 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7740
7741         * mm-view.el (mm-inline-text): Postion of html portion.
7742
7743 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7744
7745         * nntp.el (nntp-list-active-group): Waited for short strings.
7746         (nntp-send-mode-reader): Ditto.
7747         (nntp-open-connection): Ditto.
7748
7749         * gnus-int.el (gnus-request-group-articles): New function.
7750
7751         * nntp.el (nntp-request-listgroup): New function.
7752         (nntp-request-group-articles): Renamed.
7753
7754 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
7755
7756         * nnheader.el (nnheader-parse-nov): Supply extra.
7757
7758 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7759
7760         * gnus-art.el (gnus-button-push): Don't go to
7761         gnus-article-buffer.
7762
7763         * mm-view.el (mm-inline-image): Add a newline.
7764
7765         * gnus-start.el (gnus-check-first-time-used): Check more.
7766
7767 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
7768
7769         * gnus-start.el (gnus-check-first-time-used): Check current.
7770
7771 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * mm-util.el (mm-find-charset-region): New function.
7774
7775         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
7776
7777         * gnus-art.el (gnus-mime-button-menu): Fix.
7778
7779 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7780
7781         * gnus-art.el (gnus-mime-button-menu): New definition.
7782
7783 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7784
7785         * gnus-art.el (article-decode-charset): Downcase charset.
7786         (article-decode-charset): Pass on type.
7787         (article-decode-charset): Check nil charsets.
7788         (article-remove-cr): Translate CR to LF.
7789         (gnus-ignored-mime-types): Default to nil.
7790
7791         * nnheader.el (nnheader-insert-nov): Work when not Xref.
7792
7793         * gnus-sum.el (gnus-ignored-from-addresses): Default to
7794         user-mail-address.
7795         (gnus-nov-parse-extra): Didn't return right thing.
7796
7797 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798
7799         * gnus-xmas.el: Use compiled-function-p.
7800
7801 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7802
7803         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
7804
7805 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7806
7807         * gnus.el: Pterodactyl Gnus v0.40 is released.
7808
7809 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7810
7811         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
7812
7813         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
7814
7815         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
7816
7817         * nnml.el (nnml-possibly-create-directory): Check before making.
7818
7819 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7820
7821         * nnheader.el (nnheader-insert-nov): Don't infloop.
7822
7823 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
7826         set up.
7827
7828 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
7829
7830         * nneething.el (nneething-file-name): New definition.
7831
7832 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7833
7834         * gnus-art.el (gnus-treatment-function-alist): Fix.
7835         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
7836
7837         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
7838
7839 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7840
7841         * gnus.el: Pterodactyl Gnus v0.39 is released.
7842
7843 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7844
7845         * gnus-art.el (gnus-ignored-mime-types): New variable.
7846         (gnus-mime-display-single): Use it.
7847         (gnus-treatment-function-alist): New variable.
7848
7849         * gnus.el (gnus-mime): New group.
7850
7851         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
7852         things for other parts.
7853         (gnus-mime-display-alternative): Place point.
7854
7855         * gnus.el: autoload gnus-uu-post-news.
7856
7857         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
7858         needsterm/DISPLAY.
7859
7860         * mm-decode.el (mm-display-part): Default to inline text/.*
7861         parts.
7862
7863         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
7864         8bit.
7865
7866         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
7867         (gnus-mime-display-single): Inline all text parts.
7868         (gnus-article-narrow-to-signature): Removed mime:: stubs.
7869
7870 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * nnml.el (nnml-possibly-create-directory): Rewrite.
7873         (nnml-request-create-group): Change to right server.
7874
7875         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
7876
7877         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
7878
7879         * gnus.el: rmail-output-to-rmail-file autoload.
7880
7881         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
7882         Gnus.
7883
7884         * nnheader.el (nnheader-parse-head): Checked wrong variable.
7885
7886         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
7887
7888 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7889
7890         * gnus-art.el (gnus-mime-display-mixed): Multipart in
7891         mixed part.
7892
7893 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7894
7895         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
7896
7897         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
7898
7899 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7900
7901         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
7902
7903 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904
7905         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
7906         value.
7907
7908         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
7909         hidden.
7910
7911         * gnus-spec.el (gnus-update-format-specifications): Use the
7912         article mode line spec.
7913
7914         * gnus-art.el (gnus-insert-mime-button): Put right type.
7915         (gnus-insert-prev-page-button): Ditto.
7916         (gnus-insert-next-page-button): Dutti.
7917
7918         * pop3.el: New version installed.
7919
7920 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7921
7922         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
7923         and display last part.
7924
7925 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7926
7927         * gnus.el: Pterodactyl Gnus v0.38 is released.
7928
7929 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930
7931         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
7932         Removed.
7933         (article-de-quoted-unreadable): Narrow to default.
7934
7935         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
7936
7937         * gnus-art.el (article-decode-charset): Decode even when broken
7938         MIME.
7939
7940         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
7941         name.
7942
7943         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
7944
7945         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7946         nnheader.
7947
7948         * nnmail.el (nnmail-extra-headers): New variable.
7949
7950         * nnheader.el (nnheader-insert-nov): Insert extra.
7951
7952         * gnus.el (gnus-summary-line-format): Doc fix.
7953
7954         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
7955         (gnus-nov-parse-line): Ditto.
7956         (gnus-nov-parse-extra): New macro.
7957         (gnus-header): New function.
7958         (gnus-update-summary-mark-positions): Change.
7959         (gnus-ignored-from-addresses): New variable.
7960         (gnus-summary-insert-from-or-to): New function.
7961
7962         * gnus.el (gnus-extra-headers): New variable.
7963
7964         * nnheader.el (make-mail-header): Expand.
7965         (mail-header-extra): New macro.
7966         (mail-header-set-extra): Ditto.
7967         (make-full-mail-header): Expand.
7968
7969 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7970
7971         * gnus.el: Pterodactyl Gnus v0.37 is released.
7972
7973 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7974
7975         * mm-bodies.el (mm-decode-body): Check for multibyticity.
7976
7977         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
7978         on.
7979
7980 1998-10-22  Didier Verna  <verna@inf.enst.fr>
7981
7982         * gnus-spec.el (gnus-balloon-face-function): new function
7983         (gnus-parse-format): understand the %< %> specifiers
7984         (gnus-parse-complex-format): ditto.
7985
7986 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7987
7988         * gnus.el: Changed following-char to char-after throughout.
7989
7990 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7991
7992         * mm-decode.el (mm-display-external): Protect more and message.
7993
7994 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7995
7996         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
7997         position.
7998
7999 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8000
8001         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8002         mixed part.
8003
8004 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8005
8006         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8007
8008         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8009
8010 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8011
8012         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8013
8014 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8015
8016         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8017
8018         * mm-decode.el (mm-display-external): Set undisplayer to mm
8019         buffer, not the current buffer; use unwind-protect.
8020
8021 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8022
8023         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8024         (gnus-summary-exit-no-update): Ditto.
8025
8026 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8027
8028         * mm-decode.el (mm-inline-media-tests): Look for w3.
8029
8030         * mailcap.el (mailcap-mime-data): Inline html.
8031
8032 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8033
8034         * gnus.el: Pterodactyl Gnus v0.36 is released.
8035
8036 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037
8038         * gnus-art.el (article-translate-strings):
8039         (gnus-article-dumbquotes-map): Don't dot.
8040
8041         * pop3.el (pop3-open-server): Set point right.
8042
8043         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8044         (mm-dissect-buffer): Ditto.
8045         (mm-destroy-part): Ignore non-handles.
8046         (mm-remove-part): Ditto.
8047         (mm-destroy-parts): New function.
8048         (mm-remove-parts): Ditto.
8049
8050         * gnus-art.el (gnus-mm-display-part): Don't move point.
8051
8052 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8053
8054         * mm-uu.el : New file.
8055
8056         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8057
8058         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8059         a function.
8060
8061 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * mm-decode.el (mm-display-external): Check before selecting.
8064
8065 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8066
8067         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8068
8069         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8070
8071         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8072         variable.
8073
8074         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8075
8076         * gnus-art.el (gnus-decode-header-methods): New variable.
8077
8078         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8079
8080         * gnus-art.el (gnus-multi-decode-header): New function.
8081
8082 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8083
8084         * gnus.el: Pterodactyl Gnus v0.35 is released.
8085
8086 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8087
8088         * uudecode.el (uudecode-decode-region-external): Insert
8089         literally.
8090
8091         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8092
8093         * mm-bodies.el (mm-decode-body): Optional encoding.
8094
8095 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * gnus-ems.el (gnus-mouse-3): New variable.
8098
8099         * binhex.el (binhex-decode-region-external): Don't use -internally.
8100
8101 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8102
8103         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8104         files.
8105
8106 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8107
8108         * gnus-group.el (gnus-add-marked-articles): Request backend update
8109         of flags.
8110
8111 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8112
8113         * gnus-sum.el (gnus-update-read-articles):
8114         (gnus-update-marks): Request backend update of mark.
8115
8116 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8117
8118         * gnus.texi (Optional Backend Functions): New item,
8119         nnchoke-request-set-mark.
8120
8121 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8122
8123         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8124           list to range.
8125
8126 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8127
8128         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8129
8130 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8131
8132         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8133         first used.
8134
8135 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8136
8137         * mm-view.el: Require mm-decode for macros.
8138
8139         * mm-decode.el (mm-handle-type): Move macro declarations above the
8140         place where they are used.
8141
8142 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8143
8144         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8145         buffer.
8146
8147 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8148
8149         * nnagent.el (nnagent-open-server): Error message.
8150
8151 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8152
8153         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8154
8155 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8156
8157         * score-mode.el (gnus-score-mode-map): Ditto.
8158
8159         * message.el (message-mode-map): Ditto.
8160
8161         * gnus-uu.el (gnus-uu-post-news): Ditto.
8162
8163         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8164
8165         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8166
8167         * gnus-art.el (gnus-article-edit-mode-map): Use
8168         `set-keymap-parent' rather than `copy-keymap'.
8169
8170 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8171
8172         * gnus-art.el (gnus-mime-button-commands): New variable.
8173         (gnus-mime-button-map): Initialize it from
8174         `gnus-mime-button-commands'.
8175         (gnus-mime-button-menu): New function.
8176         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8177
8178 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8179
8180         * message.el (message-insert-to): Make `nobody' and `poster'
8181         synonymous to `never' and `always' in Mail-Copies-To.
8182         (message-reply): Ditto.
8183         (message-followup): Ditto.
8184
8185 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * mailcap.el (mailcap-mime-data): Save sound.
8188
8189 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8190
8191         * message.el (message-ignored-supersedes-headers): Include
8192         `NNTP-Posting-Date'.
8193
8194 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8195
8196         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8197
8198 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199
8200         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8201         uudecode.
8202
8203 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * mm-decode.el (mm-display-external): Don't switch on save.
8206
8207 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8208
8209         * nnmail.el (nnmail-movemail-args): New variable.
8210
8211 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8212
8213         * gnus-art.el (article-translate-strings):
8214
8215 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * gnus-art.el (gnus-article-view-part): Use it.
8218         (gnus-mm-display-part): New function.
8219         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8220
8221         * mm-decode.el (mm-handle-displayed-p): New function.
8222
8223         * gnus-art.el (gnus-mime-copy-part): Create better names.
8224         (gnus-mime-button-line-format): Include dots spec.
8225
8226 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8227
8228       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8229       forward buffer first.
8230
8231 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8232
8233         * gnus-util.el (gnus-set-window-start): New function.
8234
8235         * message.el (message-send): Don't check changed.
8236
8237 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238
8239         * gnus-art.el (gnus-article-setup-buffer): Set params.
8240
8241         * mm-decode.el (mm-user-display-methods): Inline
8242         "message/delivery-status".
8243
8244 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * message.el (message-auto-save-directory): Rename.
8247         (message-mode): Dof fix.
8248
8249         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8250         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8251
8252         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8253
8254         * message.el (message-make-date): Avoid locale.
8255
8256         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8257         cache.
8258
8259         * mm-decode.el (mm-display-inline): Goto point-min.
8260
8261         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8262
8263         * mm-decode.el (mm-display-external): Reverse before sorting.
8264
8265         * gnus-draft.el (gnus-draft-send): Allow mail.
8266
8267 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8268
8269         * message.el (message-check): Move message-check macro above where
8270         it is first used.
8271
8272         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8273
8274 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8275
8276         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8277
8278 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8279
8280         * gnus.el: Pterodactyl Gnus v0.34 is released.
8281
8282 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * mm-decode.el (mm-inline-media-tests): delivery-status.
8285
8286         * mm-view.el (mm-inline-text): Provide default.
8287
8288 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8289
8290         * mailcap.el (mailcap-possible-viewers): Fix nils.
8291
8292 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293
8294         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8295         (article-update-date-lapsed): Record the buffer.
8296         (article-update-date-lapsed): Do all windows that display article
8297         buffers.
8298
8299         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8300
8301         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8302
8303         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8304         annoations.
8305
8306         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8307
8308 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8309
8310         * gnus-agent.el (gnus-category-add): Change default category to
8311         'false.
8312
8313         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8314         scores.
8315
8316         * gnus-draft.el (gnus-draft-send): Check server more.
8317
8318         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8319         (gnus-article-goto-part): New function.
8320
8321         * mm-view.el (mm-inline-text): Insert richtext properly.
8322
8323         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8324
8325 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326
8327         * parse-time.el (parse-time-rules): Accept dates far into the past
8328         and the future, and parse single-digit numbers as years.
8329
8330 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8331
8332         * mm-decode.el (mm-display-external): Chop off directories.
8333
8334 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8335
8336         * uudecode.el (uu-decode-region-external): Use
8337         insert-file-contents-literally.
8338
8339         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8340
8341 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8342
8343         * uudecode.el: New file.
8344
8345         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8346         x-uuencode.
8347
8348 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8349
8350         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8351
8352         * message.el (message-fetch-field): Unfold properly.
8353
8354         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8355         in text/plain.
8356
8357 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358
8359         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8360         (gnus-auto-select-first): Removed.
8361         (gnus-auto-select-first): Extended.
8362         (gnus-summary-read-group-1): Use new value.
8363
8364 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8365
8366         * message.el (message-fix-before-sending): Space.
8367
8368         * nnmail.el (nnmail-find-file): Don't erase.
8369
8370 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8371
8372         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8373
8374 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8375
8376         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8377
8378 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8379
8380         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8381
8382 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8383
8384         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8385         20.4.
8386
8387 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8388
8389         * gnus-art.el (gnus-mime-view-all-parts): New command and
8390         keystroke.
8391
8392         * mm-decode.el (mm-display-external): Translate slashes.
8393
8394         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8395
8396         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8397
8398         * mm-decode.el (mm-quote-arg): Quote spaces.
8399         (mm-display-external): Quote args.
8400
8401 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * mm-decode.el (mm-inlinable-part-p): New function.
8404
8405 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8406
8407        * mm-util.el (mm-disable-multibyte): New function.
8408
8409 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8410
8411         * gnus.el: Pterodactyl Gnus v0.33 is released.
8412
8413 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8414
8415         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8416
8417         * mm-decode.el (mm-display-external): Don't switch for externals.
8418         (mm-dissect-multipart): Don't include end-sep.
8419
8420         * mm-util.el (mm-get-coding-system-list): New function.
8421         (mm-coding-system-list): New variable.
8422
8423 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8424
8425         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8426
8427 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8428
8429         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8430         group
8431
8432 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8433
8434         * base64.el (base64-run-command-on-region): External base64
8435         decoder do not use coding system
8436
8437 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8438
8439         * mm-decode.el (mm-interactively-view-part): Typo.
8440
8441 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8442
8443         * mm-decode.el (mm-dissect-multipart): Display last part when the
8444         article has no close-delimiter
8445
8446 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8447
8448         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8449         content-type.
8450
8451 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8452
8453         * gnus-art.el (gnus-display-mime): Typo.
8454
8455 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8456
8457         * gnus.el: Pterodactyl Gnus v0.32 is released.
8458
8459 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * gnus-kill.el (gnus-batch-score): Protect against errors.
8462
8463         * gnus-art.el: Protect against broken headers.
8464
8465         * mm-decode.el (mm-display-external): Respect needsterm.
8466         (mm-display-external): Create buffer for external commands.
8467
8468 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8469
8470         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8471
8472         * mm-decode.el (mm-display-external): Use file name.
8473
8474 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8475
8476         * gnus-util.el (gnus-output-to-rmail):  adjust to
8477           `rmail-output-to-rmail-file'
8478
8479 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8482
8483         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8484         headers.
8485
8486         * gnus-art.el (article-decode-charset): Fold case.
8487
8488 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8489
8490         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8491
8492 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8493
8494         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8495         after being stored.
8496
8497 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8498
8499         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8500         come.
8501
8502 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * gnus-xmas.el (wid-edit): Required.
8505
8506         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8507
8508 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8509
8510         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8511
8512 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8513
8514         * gnus-art.el (article-decode-charset): Narrow to the correct
8515         region.
8516
8517         * mm-bodies.el: Fix autoload.
8518
8519 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8520
8521         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8522
8523 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8526
8527 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8528
8529         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8530         (gnus-article-add-button): Ditto.
8531
8532         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8533
8534         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8535         (gnus-article-prepare-display): Bind url-standalone-mode.
8536
8537         * mm-decode.el (mm-remove-part): Also delete directory.
8538         (mm-display-external): Create a private sub-dir.
8539
8540         * mailcap.el (mailcap-binary-suffixes): New variable.
8541         (mailcap-command-p): Use it.
8542
8543 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8544
8545         * nnmbox.el (nnmbox-request-group): Change server.
8546         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8547
8548         * message.el (message-encode-message-body): Don't stomp MIME
8549         headers.
8550
8551         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8552         unless useful.
8553         (gnus-summary-exit): Check for a live article buffer.
8554         (gnus-summary-exit-no-update): Ditto.
8555
8556         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8557         param.
8558
8559         * gnus-sum.el (gnus-article-decoded-p): New variable.
8560
8561         * mm-decode.el (mm-display-external): Use no-conv.
8562
8563         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8564         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8565
8566         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8567         mouse-click.
8568
8569 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8572
8573 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8574
8575         * gnus.el: Pterodactyl Gnus v0.31 is released.
8576
8577 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8578
8579         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8580
8581         * mm-decode.el (mm-display-part): Accept no-default.
8582
8583         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8584         a parameter.
8585
8586         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8587         (gnus-summary-prepare-threads): Ditto.
8588
8589         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8590
8591         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8592         (gnus-mime-button-line-format): Doc fix.
8593         (gnus-insert-mime-button): Use it.
8594         (gnus-article-add-button): Use widget-convert-button.
8595
8596         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8597         ignore.
8598
8599         * mm-decode.el (mm-alternative-precedence): Ditto.
8600
8601 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8602
8603         * mm-decode.el (mm-user-automatic-display): Use enriched.
8604
8605 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8606
8607         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8608         right place.
8609
8610 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8611
8612         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8613
8614         * gnus-art.el (article-update-date-lapsed): Only update header if
8615         buffer is dispalyed in frame.
8616         (gnus-article-prepare-display): New function.
8617         (gnus-article-prepare): Use it.
8618
8619 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8622
8623         * mm-view.el (mm-insert-inline): New function.
8624
8625         * mm-decode.el (mm-pipe-part): Bugged.
8626
8627         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8628
8629         * mm-bodies.el (mm-encode-body): Move over the body.
8630
8631         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8632
8633         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8634
8635 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8636
8637         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8638           related functions.  Handle message/rfc822 parts.  Display subject on
8639           multipart summary lines.  Display name on sub-parts when available.
8640
8641 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8642
8643         * mailcap.el (mailcap-command-p): New version.
8644
8645 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8646
8647         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8648         groups.
8649
8650 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8651
8652         * message.el (message-make-date): Remove weekday name.
8653
8654         * mm-decode.el (mm-dissect-buffer): Protect against broken
8655         headers.
8656
8657         * mailcap.el (mailcap-command-in-path-p): New function.
8658         (mailcap-command-p): Renamed.
8659
8660 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8661
8662         * rfc2047.el (eval): Autoload.
8663
8664 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8667         (gnus-multi-decode-encoded-word-string): New function.
8668         (gnus-encoded-word-method-alist): New variable.
8669         (gnus-decode-encoded-word-functions): Removed.
8670
8671 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
8672
8673         * gnus-int.el (gnus-request-replace-article): Replace
8674         message-narrow-to-headers with message-narrow-to-head
8675
8676 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * drums.el (drums-quote-string): Reversed match.
8679
8680         * message.el (message-make-date): Use weekday name.
8681
8682 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8683
8684         * gnus.el: Pterodactyl Gnus v0.30 is released.
8685
8686 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * gnus-art.el (article-decode-encoded-words): Use it.
8689         (gnus-decode-header-function): New variable.
8690
8691         * gnus-sum.el (gnus-nov-parse-line): Use it.
8692         (gnus-decode-encoded-word-function): New variable.
8693
8694         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
8695         buffer.
8696
8697         * gnus-art.el (gnus-insert-mime-button): Use widget.
8698         (gnus-widget-press-button): New function.
8699         (gnus-article-prev-button): Removed.
8700         (gnus-article-next-button): Ditto.
8701         (gnus-article-add-button): Ditto.
8702
8703         * gnus.el (gnus-article-mode-map): Inherit from widget.
8704         (gnus-article-mode-map): No, don't.
8705
8706         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
8707         (mm-content-id-alist): New variable.
8708         (mm-get-content-id): New function.
8709
8710         * gnus-art.el (gnus-request-article-this-buffer): Only decode
8711         articles if we are fetching to the article buffer.
8712
8713 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
8714
8715         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
8716         articles.
8717
8718 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
8721         (mm-default-mime-charset): New variable.
8722
8723         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
8724
8725         * drums.el (drums-quote-string): Reversed test.
8726
8727 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728
8729         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
8730         string.
8731
8732         * drums.el (drums-quote-string): New function.
8733
8734         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
8735         (rfc2047-b-encode-region): Chop lines.
8736         (rfc2047-q-encode-region): Ditto.
8737
8738 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8739
8740         * gnus.el: Pterodactyl Gnus v0.29 is released.
8741
8742 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
8743
8744         * mm-decode.el (mm-save-part): Message right.
8745
8746 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747
8748         * drums.el (drums-parse-address): Returned a list instead of a
8749         string.
8750         (drums-remove-whitespace): Skip comments.
8751         (drums-parse-addresses): Didn't work.
8752
8753 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8754
8755         * gnus.el: Pterodactyl Gnus v0.28 is released.
8756
8757 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
8760         starting point.
8761         (article-decode-encoded-words): Rename.
8762
8763         * message.el (message-narrow-to-headers-or-head): New function.
8764
8765         * gnus-int.el (gnus-request-accept-article): Narrow to the right
8766         region.
8767
8768         * message.el (message-send-news): Encode body after checking
8769         syntax.
8770
8771         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
8772
8773         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
8774
8775         * gnus-art.el (gnus-display-mime): Respect disposition.
8776
8777         * mm-decode.el (mm-preferred-alternative): Respect disposition.
8778
8779         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
8780         text with annotations.
8781
8782         * message.el (message-make-date): Fix sign for negative time
8783         zones.
8784
8785         * mm-view.el (mm-inline-image): Insert a space at the end of the
8786         image.
8787
8788         * mail-parse.el: New file.
8789
8790         * rfc2231.el: New file.
8791
8792         * drums.el (drums-content-type-get): Removed.
8793         (drums-parse-content-type): Ditto.
8794
8795         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
8796
8797 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8798
8799         * gnus.el: Pterodactyl Gnus v0.27 is released.
8800
8801 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
8802
8803         * mm-decode.el (mm-alternative-precedence): New variable.
8804         (mm-preferred-alternative): New function.
8805
8806         * gnus-art.el (gnus-mime-copy-part): New command.
8807
8808         * mm-decode.el (mm-get-part): New function.
8809
8810         * mm-view.el: New file.
8811
8812         * mm-decode.el (mm-dissect-buffer): Downcase cte.
8813         (mm-display-part): Default to mailcap-save-binary-file.
8814
8815 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8816
8817         * gnus.el: Pterodactyl Gnus v0.26 is released.
8818
8819 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8820
8821         * mm-decode.el (mm-interactively-view-part): New function.
8822
8823         * gnus-art.el (gnus-mime-view-part): New command.
8824
8825         * mm-decode.el (mm-last-shell-command): New variable.
8826
8827         * mailcap.el (mailcap-mime-info): Allow returning all matches.
8828
8829         * mm-decode.el (mm-save-part): New function.
8830
8831         * gnus-art.el (article-decode-charset): Protect against buggy
8832         content-types.
8833         (gnus-mime-pipe-part): New command.
8834         (gnus-mime-save-part): New command.
8835         (gnus-mime-button-map): New keymap.
8836         (gnus-mime-button-line-format): New variable.
8837         (gnus-insert-mime-button): New function.
8838         (gnus-display-mime): Use it.
8839
8840         * gnus-util.el (gnus-dd-mmm): Removed length spec.
8841
8842         * mm-decode.el (mm-inline-text): Decode charsets.
8843
8844         * gnus-art.el (gnus-article-save): Comment fix.
8845
8846         * gnus-int.el (gnus-start-news-server): When in batch, don't
8847         prompt.
8848
8849         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
8850         decode.
8851
8852         * mm-decode.el (mm-inline-media-tests): Add audio.
8853         (mm-inline-audio): New function.
8854
8855 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8856
8857         * gnus-art.el (article-make-date-line): Didn't work.
8858
8859         * parse-time.el (parse-time-string): One too many nils.
8860
8861 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8862
8863         * gnus.el: Pterodactyl Gnus v0.25 is released.
8864
8865 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
8868         annotations.
8869
8870         * gnus.el ((featurep 'gnus-xmas)): New
8871         'gnus-annotation-in-region-p alias.
8872
8873 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874
8875         * mm-util.el (mm-with-unibyte-buffer): New function.
8876
8877         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
8878
8879         * mm-decode.el (mm-inline-media-tests): New variable.
8880
8881         * gnus-sum.el (gnus-summary-exit): Destroy handles.
8882
8883         * gnus-art.el (gnus-article-mime-handles): New variable.
8884
8885         * drums.el (drums-narrow-to-header): New function.
8886
8887         * gnus-art.el (article-decode-charset): Use it.
8888
8889         * drums.el (drums-content-type-get): New function.
8890
8891         * mm-util.el (mm-content-type-charset): Removed.
8892
8893         * drums.el (drums-syntax-table): @ is word.
8894         (drums-parse-content-type): New function.
8895
8896         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
8897         EDT" times.
8898
8899         * gnus-util.el (gnus-date-get-time): Use safe date.
8900
8901         * gnus-sum.el (gnus-show-mime): Removed.
8902         (gnus-summary-toggle-mime): Removed.
8903
8904         * gnus-art.el (gnus-strict-mime): Removed.
8905         (gnus-article-prepare): Don't do MIME.
8906         (gnus-decode-encoded-word-method): Removed.
8907         (gnus-show-mime-method): Removed.
8908
8909 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8910
8911         * gnus.el: Pterodactyl Gnus v0.24 is released.
8912
8913 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
8916         PREFIX.
8917
8918         * parse-time.el (parse-time-rules): Accept times that look like
8919         "h:mm".
8920
8921         * message.el (message-make-date): Use zone properly.
8922
8923         * gnus.el: Autoload gnus-batch.
8924
8925         * gnus-art.el (article-de-quoted-unreadable): Do not do
8926         gnus-article-decode-rfc1522.
8927
8928         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8929
8930         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
8931         param.
8932
8933         * message.el (message-encode-message-body): Check for us-ascii.
8934
8935         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
8936         to the left.
8937
8938 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * gnus-art.el (article-decode-charset): Rename.
8941
8942 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8943
8944         * gnus.el: Pterodactyl Gnus v0.23 is released.
8945
8946 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947
8948         * gnus-util.el (gnus-parent-id): Ditto.
8949         (gnus-put-text-property-excluding-newlines): Ditto.
8950
8951         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
8952
8953 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
8954
8955         * message.el (message-generate-headers): Generate User-Agent
8956         instead of X-Mailer & X-Newsreader.
8957
8958         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
8959         User-Agent header format.
8960
8961 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8962
8963         * gnus.el: Pterodactyl Gnus v0.22 is released.
8964
8965 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8966
8967         * mm-util.el (mm-multibyte-p): Typo.
8968
8969 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8970
8971         * gnus.el: Pterodactyl Gnus v0.21 is released.
8972
8973 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
8974
8975         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
8976
8977 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8978
8979         * mm-util.el (mm-multibyte-p): New function.
8980
8981 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8982
8983         * gnus.el: Pterodactyl Gnus v0.20 is released.
8984
8985 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * rfc2047.el (rfc2047-decode-region): Only decode when in
8988         multibyte.
8989
8990         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
8991
8992         * gnus-int.el (gnus-request-replace-article): Encode.
8993         (gnus-request-accept-article): Encode.
8994
8995         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
8996         here.
8997
8998         * gnus.el (gnus-article-display-hook): Take the charset functions
8999         out.
9000
9001         * time-date.el (safe-date-to-time): New function.
9002
9003         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9004
9005 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9006
9007         * gnus.el: Pterodactyl Gnus v0.19 is released.
9008
9009 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * base64.el (base64-encode-region): Accept no-line-break.
9012
9013         * mm-util.el (mm-mime-charset): New function.
9014
9015         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9016
9017 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9018
9019         * gnus.el: Pterodactyl Gnus v0.18 is released.
9020
9021 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * message.el (message-send-and-exit): Return t on success.
9024         (message-make-date): Make a proper time zone.
9025
9026         * gnus-draft.el (gnus-draft-send): Only remove article if the
9027         sending is successful.
9028
9029         * drums.el (drums-get-comment): Return the last comment.
9030         (drums-parse-address): Parse old-style From headers.
9031
9032 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9033
9034         * gnus-sum.el (gnus-data-compute-positions): Move below
9035         `gnus-save-hidden-threads' so the former is correctly detected as
9036         a macro.
9037
9038 1998-09-06  Dave Love  <fx@gnu.org>
9039
9040         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9041         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9042         time for nicer failure if it's not available.
9043
9044 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045
9046         * time-date.el (time-to-seconds): Renamed.
9047
9048         * parse-time.el (parse-time-string): Downcase before handling.
9049         (parse-time-rules): Times without seconds have 0 seconds.
9050
9051         * rfc2047.el (rfc2047-encode-region): New version.
9052         (rfc2047-dissect-region): New function.
9053
9054 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9055
9056         * message.el (message-make-date): Use symbolic zone.
9057
9058 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9059
9060         * time-date.el (parse-time): Always use parse-time.
9061
9062         * parse-time.el (parse-time-syntax): Use vectors.
9063
9064 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9065
9066         * gnus.el: Pterodactyl Gnus v0.17 is released.
9067
9068 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069
9070         * time-date.el: Renamed from "date".
9071
9072         * gnus.el: Removed all timezone dependencies.
9073
9074         * score-mode.el: Removed.
9075         (gnus-score-edit-insert-date): Use date.
9076
9077         * date.el (float-to-time): New function.
9078
9079         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9080
9081         * date.el (time-to-float): New function.
9082
9083         * message.el (message-make-date): Use format-time-string.
9084         (message-make-expires): Use make-date.
9085
9086         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9087
9088         * gnus-util.el (gnus-dd-mmm): Use date.
9089         (gnus-sortable-date): Ditto.
9090
9091         * message.el (message-make-date): Take an optional time.
9092
9093         * gnus: Applied patches from 5.6.43.
9094
9095         * date.el (if): Use parse-time.
9096
9097         * gnus-score.el (gnus-summary-score-entry): Make into a command
9098         again.
9099
9100         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9101         gnus-agent.
9102
9103         * gnus.el (gnus-agent-meta-information-header): Moved here.
9104
9105 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9106
9107         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9108         (gnus-agent-fetch-group-1): Score article headers using normal
9109         group score files if the download score rule of a category/group
9110         is `file'.
9111         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9112         deciding what articles to download.
9113         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9114         predicate processing if predicate is `true' or `false'.
9115
9116 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9119
9120         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9121
9122         * score-mode.el (score-mode-coding-system): New variable.
9123         (gnus-score-edit-exit): Use it.
9124
9125 1998-09-04  Jason R Mastaler  <jason@4b.org>
9126
9127         * drums.el: Corrected typo.
9128
9129 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9130
9131         * mm-bodies.el (mm-body-encoding): Faster version.
9132
9133 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9134
9135         * gnus-art.el (gnus-article-decode-charset): Only decode text
9136         things.
9137
9138         * message.el (message-output): Use rmail.
9139
9140         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9141         word part.
9142
9143         * mm-util.el (mm-charset-to-coding-system): Use
9144         rfc2047-default-charset.
9145         (mm-known-charsets): New variable.
9146
9147         * message.el (message-caesar-region): Bugged out.
9148
9149 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9150
9151         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9152         specifying `agent-predicate' in a group's parameters.
9153
9154 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9155
9156         * gnus.el: Pterodactyl Gnus v0.16 is released.
9157
9158 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * nnmail.el (nnmail-expired-article-p): Use predicate.
9161
9162         * date.el (time-less-p): Renamed.
9163
9164         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9165         from the headers.
9166
9167         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9168         functions.
9169
9170         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9171         all.
9172         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9173         to all functions.
9174
9175 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9176
9177         * gnus.el: Pterodactyl Gnus v0.15 is released.
9178
9179 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * date.el: New file.
9182
9183         * gnus-util.el (gnus-encode-date): Removed.
9184         (gnus-time-less): Ditto.
9185
9186         * nnmail.el (nnmail-date-to-time): Removed.
9187         (nnmail-time-less): Ditto.
9188         (nnmail-days-to-time): Ditto.
9189         (nnmail-time-since): Ditto.
9190
9191         * drums.el: New file.
9192
9193 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9194
9195         * message.el (message-encode-message-body): Encode headers with
9196         body encoding.
9197
9198         * rfc2047.el (rfc2047-default-charset): Renamed.
9199         (rfc2047-encodable-p): Use it.
9200
9201         * base64.el (mm-util): Required.
9202
9203 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9206         servers.
9207
9208         * gnus-util.el (gnus-output-to-rmail): Removed.
9209
9210         * gnus-art.el (gnus-summary-save-in-rmail): Use
9211         gnus-output-to-rmailrmail-output-to-rmail-file.
9212
9213         * rfc2047.el (rfc2047-decode-region): Fold case.
9214         (rfc2047-decode): Use decode-string.
9215
9216         * mm-util.el: Provide mm-char-int.
9217
9218 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9219
9220         * gnus.el: Pterodactyl Gnus v0.14 is released.
9221
9222 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9223
9224         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9225         sure we have 7bit.
9226
9227 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9228
9229         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9230         ducplicates.
9231         (gnus-inews-insert-mime-headers): Removed.
9232
9233         * message.el (message-caesar-region): Protect against MULE chars.
9234
9235 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9236
9237         * mm-util.el (if): fset the right function.
9238
9239 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9240
9241         * gnus-art.el (gnus-article-decode-charset): Use real
9242         read-coding-system.
9243
9244 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * mm-bodies.el (mm-decode-body): Protect against malformed
9247         base64.
9248         (mm-decode-body): Check that buffer-file-coding-system is
9249         non-nil.
9250
9251 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9252
9253         * gnus.el: Pterodactyl Gnus v0.13 is released.
9254
9255 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9256
9257         * gnus-util.el (gnus-strip-whitespace): Already defined.
9258         Removed.
9259
9260         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9261
9262         * gnus-util.el (gnus-strip-whitespace): New function.
9263
9264         * mm-util.el (mm-content-type-charset): Downcase.
9265
9266 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9269         (gnus-article-decode-charset): Don't fetch all headers.
9270
9271         * mm-util.el (mm-read-coding-system): New function.
9272
9273         * mm-bodies.el (mm-decode-body): Check the right charset.
9274
9275         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9276
9277         * gnus-art.el (gnus-article-mode-line-format): Use short group
9278         format.
9279
9280 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9281
9282         * gnus.el: Pterodactyl Gnus v0.12 is released.
9283
9284 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9285
9286         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9287
9288         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9289         (gnus-article-decode-charset): Always run.
9290
9291         * mm-bodies.el (mm-decode-body): Decode cte.
9292
9293 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9294
9295         * gnus.el: Pterodactyl Gnus v0.11 is released.
9296
9297 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9298
9299         * message.el (message-encode-message-body): Ditto.
9300
9301         * gnus-art.el (gnus-article-decode-mime-words): New command and
9302         keystroke.
9303         (gnus-article-decode-charset): Ditto.
9304         (gnus-article-decode-charset): Only work under MULE.
9305
9306         * mm-util.el (mm-content-type-charset): New function.
9307
9308         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9309
9310         * message.el (message-send-mail): Insert MIME headers.
9311         (message-check-news-body-syntax): Don't warn for escape sequences.
9312         (message-check-news-body-syntax): Insert MIME headers.
9313
9314         * mm-bodies.el (mm-body-encoding): New function.
9315
9316         * message.el (message-encode-message-body): New function.
9317
9318         * mm-bodies.el: New file.
9319
9320         * mm-util.el (mm-narrow-to-head): New function.
9321
9322         * rfc2047.el (rfc2047-encode): Use it.
9323
9324         * mm-util.el: Provide mm-encode-coding-region.
9325
9326         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9327
9328         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9329
9330         * mm-util.el (mm-enable-multibyte): New function.
9331
9332         * message.el (message-set-work-buffer): Set multibyte.
9333
9334         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9335
9336         * gnus-util.el (gnus-point-at-eol): Removed.
9337         (gnus-point-at-bol): Ditto.
9338
9339         * base64.el (base64-decode-region): Commented out messaging.
9340
9341 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9342
9343         * gnus-msg.el (gnus-group-mail): make it behave like
9344         gnus-group-post-news with regards to the prefix (this enables the
9345         use of posting styles).
9346
9347 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * gnus.el (gnus-article-display-hook): Added
9350         gnus-article-decode-rfc1522 to hook.
9351
9352 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9353
9354         * gnus.el: Pterodactyl Gnus v0.10 is released.
9355
9356 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9359         hook to be run.
9360
9361 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9364
9365         * mm-util.el (mm-charsets-in-region): Removed.
9366
9367         * rfc2047.el: Renamed file.
9368
9369         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9370
9371         * message.el (message-mode): Set multibyte.
9372
9373         * mm-util.el (mm-charsets-in-region): Copied here.
9374
9375         * gnus-util.el: Removed gnus-truncate-string.
9376
9377         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9378
9379         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9380         (rfc1522-encodable-p): New function.
9381         (rfc1522-encode-message-header): Use it.
9382
9383 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9384
9385         * gnus.el: Pterodactyl Gnus v0.9 is released.
9386
9387 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9388
9389         * mm-util.el: Shadow encode-coding-string.
9390
9391         * base64.el (base64-encode-region): Don't add newline.
9392
9393         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9394
9395         * mm-util.el: New file.
9396
9397         * mm-decode.el: Somewhat depleted.
9398         * mm-encode.el: Ditto.
9399
9400         * rfc1522.el: New file.
9401
9402         * mm-util.el (mm-replace-chars-in-string): Copied here.
9403
9404         * mm-encode.el (mm-q-encode-region): New function.
9405
9406         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9407         param.
9408
9409         * mm-encode.el (mm-encode-word-region): Downcase.
9410
9411 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9412
9413         * gnus.el: Pterodactyl Gnus v0.8 is released.
9414
9415 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9416
9417         * message.el (message-send-mail): Encode headers.
9418
9419         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9420         (quoted-printable-encode-region): Upcase.
9421
9422         * message.el (message-default-charset): New variable.
9423
9424         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9425
9426         * message.el (message-narrow-to-field): Changed name.
9427
9428         * mm-encode.el: New file.
9429
9430         * message.el (message-narrow-to-header): New function.
9431
9432         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9433         right buffer.
9434
9435 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9436
9437         * gnus.el: Pterodactyl Gnus v0.7 is released.
9438
9439 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440
9441         * gnus.el: Remove autoload for
9442         gnus-article-mime-decode-quoted-printable.
9443
9444         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9445         be decoded in non-MULE Emacsen.
9446
9447         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9448
9449 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9450
9451         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9452
9453 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * mm-decode.el: Check for coding-system-list.
9456
9457 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9458
9459         * gnus.el: Pterodactyl Gnus v0.6 is released.
9460
9461 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9462
9463         * nnheader.el (fboundp): Protect code-coding-string.
9464
9465         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9466         is available.
9467
9468 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9469
9470         * gnus.el: Pterodactyl Gnus v0.5 is released.
9471
9472 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9473
9474         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9475         (gnus-hack-decode-rfc1522): Removed.
9476
9477         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9478
9479 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9480
9481         * gnus.el: Gnus v0.4 is released.
9482
9483 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * gnus-art.el (gnus-article-decode-mime-words): New command and
9486         keystroke.
9487
9488         * qp.el (quoted-printable-decode-region): Don't use hexl.
9489
9490         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9491
9492         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9493         (gnus-structured-field-decoder): Removed.
9494         (gnus-unstructured-field-decoder): Ditto.
9495
9496         * mm-decode.el: New file.
9497
9498         * qp.el: New file.
9499
9500         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9501
9502         * gnus-ems.el (fboundp): Removed gnus-split-string.
9503
9504         * gnus.el (gnus-splash-face): Doc fix.
9505
9506         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9507
9508         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9509         hexl.
9510
9511         * nnheader.el (nnheader-temp-write): Removed.
9512
9513 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9514
9515         * gnus.el: Gnus v0.3 is released.
9516
9517 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9518
9519         * gnus.el: Gnus v0.2 is released.
9520
9521 ;; Local Variables:
9522 ;; coding: iso-2022-7bit
9523 ;; End: