c6218c029fadf0ac6516b9f9761ce13182263be9
[gnus] / lisp / ChangeLog
1 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
2
3         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4
5 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
6
7         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
8
9 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
10
11         * gnus-srvr.el (gnus-browse-foreign-server): Use
12         `buffer-substring' instead of `read'.
13
14 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
15
16         * nnimap.el, imap.el, rfc2104.el: New files.
17
18         * gnus.el (gnus-valid-select-methods): Add nnimap.
19
20         * gnus-group.el (gnus-group-group-map): Add
21         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
22         (gnus-group-nnimap-expunge): New function.
23         (gnus-group-nnimap-edit-acl): New function.
24
25         * gnus-agent.el (gnus-agent-group-mode-map): Add
26         gnus-agent-synchronize.
27         (gnus-agent-synchronize): New function.
28         (gnus-agent-fetch-group-1): Check if server is open.
29
30         * nnagent.el (nnagent-request-set-mark): Save marks.
31
32         * mail-source.el (mail-source-keyword-map): New imap mail-source.
33         (mail-source-fetcher-alist): Map to imap fetcher function.
34         (mail-source-fetch-imap): New function.
35
36         * gnus-art.el (article-hide-pgp): Hide all headers, not just
37         Hash:.
38
39 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
40
41         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
42         (gnus-topic-sort-topics): New function.
43         (gnus-topic-make-menu-bar): Add sort-topics.
44         (gnus-topic-move): New function.
45         (gnus-topic-move-group): Move the topic if no group selected.
46
47 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
48
49         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
50
51 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
52
53         * mm-view.el (mm-inline-message): Fix leaving group bug.
54
55 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
56
57         * gnus-msg.el (gnus-post-method): Use normal method if current is
58         not available.
59
60 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
61
62         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
63         (nnmail-insert-lines): Ditto.
64
65 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
66
67         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
68         line.
69
70         * message.el (message-unsent-separator): One more separator.
71
72 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
73
74         * nnfolder.el (nnfolder-request-move-article): For empty article,
75         search till (point-max).
76         (nnfolder-retrieve-headers): Ditto.
77         (nnfolder-request-accept-article): Ditto.
78         (nnfolder-save-mail): Ditto.
79         (nnfolder-insert-newsgroup-line): Ditto.
80
81 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
82
83         * qp.el (quoted-printable-encode-region): Check eobp.
84
85 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
86
87         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
88
89 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
90
91         * nntp.el (nntp-send-xover-command): Wait for nothing if not
92         wait-for-reply.
93
94 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
95
96         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
97         (mm-uu-forward-end-line): Ditto. 
98
99 1999-09-29  Didier Verna  <verna@inf.enst.fr>
100
101         * binhex.el (binhex-decode-region): don't consider the value of
102         `enable-multibyte-characters' in XEmacs.
103
104         * gnus-start.el (gnus-read-descriptions-file): ditto.
105
106         * mm-util.el (mm-multibyte-p): ditto.
107         (mm-with-unibyte-buffer): ditto.
108         (mm-find-charset-region): use `mm-multibyte-p'.
109
110         * mm-bodies.el (mm-decode-body): ditto.
111         (mm-decode-string): ditto.
112
113         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
114         `enable-multibyte-characters' in XEmacs.
115
116 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
117
118         * mm-util.el (mm-binary-coding-system): Try binary first.
119
120 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
121
122         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
123
124 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
125         
126         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
127         format.
128         (article-date-ut): Find correct insert position.
129         
130 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
131
132         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
133         forwarded message.
134
135 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
138         groups. 
139
140         * message.el (message-resend): Use message mode when prompting. 
141
142         * gnus-art.el (article-hide-headers): Mark wash.
143         (article-emphasize): Ditto.
144
145 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
146
147         * message.el (message-newline-and-reformat): Work for SC. 
148
149 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
152
153         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown. 
154
155 >>>>>>> 5.100
156 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
157
158         * gnus.el: Pterodactyl Gnus v0.97 is released.
159
160 1999-09-01  Brendan Kehoe  <brendan@zen.org>
161
162         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
163         gnus-summary-next-group, not gnus-summary-next-article.  Only give
164         3 args.
165
166 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
169         buffer for params.
170
171         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
172         line. 
173
174         * message.el (message-forward-ignored-headers): New variable.
175
176         * gnus-art.el (gnus-article-prepare-display): Nix out
177         gnus-article-wash-types. 
178
179         * gnus-agent.el (gnus-agent-create-buffer): New function.
180         (gnus-agent-fetch-group-1): Use it.
181         (gnus-agent-start-fetch): Ditto.
182
183         * gnus-sum.el (gnus-summary-exit): Don't use
184         `gnus-use-adaptive-scoring'. 
185
186         * mail-source.el (mail-source-fetch-pop): Only store password when 
187         successful.
188
189         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
190
191 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * message.el (message-reply): Use it.
194         (message-dont-reply-to-names): New variable.
195
196         * nntp.el (nntp-open-telnet): Don't erase-buffer.
197
198         * mm-util.el (mm-preferred-coding-system): Typo fix.
199
200         * message.el (message-bounce): Work for non-MIME.
201
202         * gnus.el (gnus-short-group-name): Short the right parts of the
203         name. 
204
205 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
206
207         * mm-encode.el (mm-qp-or-base64): New version.
208
209 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
210
211         * gnus-art.el (article-make-date-line): Fix time-zone bug.
212
213 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
214
215         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
216         of restricted region.
217         (gnus-mime-display-single): Set beg at correct point.
218
219 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
220
221         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
222
223 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
224
225         * gnus-msg.el (gnus-configure-posting-styles): Let
226         `gnus-posting-styles' have its say in posting-style: local
227         variable `styles' is already bound to `gnus-posting-styles' so
228         don't rebind it to nil.
229
230 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
231
232         * gnus-score.el (gnus-summary-increase-score): Allow editing of
233         Message-ID. 
234
235 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
236
237         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
238         quoted-printable-encode-region.
239
240         * qp.el (quoted-printable-encode-region): Assume charset
241         encoded. Fold every line in the region.
242
243 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
244
245         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
246         of active file.
247
248 1999-09-01  Didier Verna  <verna@inf.enst.fr>
249
250         * message.el (message-mode): allows whitespaces between multiple
251         instances of the fill character ">".
252
253 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
254
255         * mm-encode.el (mm-qp-or-base64): Fix.
256
257 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * message.el (message-send): Too much and.
260
261 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
262
263         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
264
265 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * gnus-score.el (gnus-score-headers): Work for nil scores.
268
269 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus-cache.el (gnus-cache-write-active): Write full names. 
272
273         * gnus-util.el (gnus-write-active-file): Accept full name. 
274
275         * mm-decode.el (mm-inlinable-p): Use string-match on the types. 
276         (mm-assoc-string-match): New function.
277         (mm-display-inline): Use it.
278
279         * gnus-group.el (gnus-group-set-info): Work for nil group params. 
280
281         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
282
283 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
284
285         * mml.el (mml-generate-multipart-alist): New variable.
286
287 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
290
291 1999-08-27  Peter von der Ah\e-A\ ei\ f  <pahe@daimi.au.dk>
292
293         * message.el (message-send): More helpful error message if sending
294         fails
295
296 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
297
298         * gnus.el: Pterodactyl Gnus v0.96 is released.
299
300 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
301
302         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
303         to get active info if method is covered by agent, otherwise
304         active info is lost.
305
306 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
307
308         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
309
310 1999-08-09  Dave Love  <fx@gnu.org>
311
312         * mm-util.el: Use `defalias', not `fset' for dummy functions.
313
314 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
315
316         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
317           (already matched by "^X-Pgp"), removed duplicate
318           X-Mailing-List, added several new junk headers.
319
320 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
321
322         * gnus-art.el (article-decode-charset): Don't assume
323         gnus-summary-buffer is live.
324
325 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
326
327         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
328
329 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
330
331         * gnus-score.el (gnus-home-score-file): Work with absolute path
332         names. 
333
334 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
335
336         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
337         nothing else in the group.
338
339 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
340
341         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
342         the article.
343
344 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
345
346         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
347
348 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
349
350         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
351         from mutt.
352
353 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
354
355         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
356         whitespace.
357
358 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
359
360         * mm-util.el (mm-text-coding-system-for-write): New variable.
361         (mm-append-to-file): New function.
362         (mm-write-region): New function.
363
364         * gnus-art.el (gnus-output-to-file): Use it.
365         * gnus-util.el (gnus-output-to-rmail): Ditto.
366         (gnus-output-to-mail): Ditto.
367         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
368
369 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
370
371         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
372
373         * nnheader.el (nnheader-insert-file-contents): Revert and use
374         mm-insert-file-contents.
375         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
376         (nnheader-auto-mode-alist): Removed.
377
378         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
379         (mm-insert-file-contents): Add a new parameter for inserting
380         compressed file literally.
381
382         * mml.el (mml-generate-mime-1): Insert non-text literally.
383
384         * gnus.el: Change most mm-insert-file-contents back to nnheader. 
385
386 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
387
388         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
389
390 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
391
392         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
393         koi8-r. 
394
395 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
396
397         * mml.el (mml-insert-mime): Decode text.
398         (mml-to-mime): Narrow to headers-or-head.
399
400 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
401
402         * mm-view.el (mm-inline-text): Check 
403         w3-meta-content-type-charset-regexp.
404
405 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
406
407        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
408        predicate.
409
410 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
411
412         * gnus-mlspl.el: Documentation fixes.
413
414 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
415
416         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
417
418 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
419
420         * gnus-art.el (gnus-article-setup-buffer): Kill all local
421         variables.
422
423 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
424
425         * nnmail.el (nnmail-get-new-mail): "Done".
426
427 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428
429         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
430         interactive. 
431
432 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
433
434         * gnus-art.el (article-decode-charset): Fix broken CT.
435
436 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
437
438         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
439         overview buffer if it is killed.
440 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
441
442         * gnus-art.el (article-babel): New version.
443
444 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
445
446         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry. 
447
448 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
449
450         * gnus.texi (More Threading): Document new variable
451         `gnus-sort-gathered-threads-function'.
452
453 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
454
455         * gnus.texi (More Threading): Document new variable
456         `gnus-sort-gathered-threads-function'.
457
458 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
459
460         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
461         usage.
462
463 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
464
465         * mm-util.el (mm-running-xemacs): Removed.
466         (mm-coding-system-p): New function.
467         (mm-binary-coding-system): Safe guess.
468         (mm-text-coding-system): Ditto.
469         (mm-auto-save-coding-system): Ditto.
470
471 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * mm-encode.el (mm-qp-or-base64): Also consider control chars. 
474         (mm-qp-or-base64): Reversed logic.
475
476         * mm-decode.el (mm-save-part-to-file): Let coding system be
477         binary. 
478
479 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
480
481         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to 
482         be set in topic parameters.
483
484 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
485
486         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
487         (gnus-sort-gathered-threads): Allow the user to specify the
488         function to use when sorting gathered threads.
489
490         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
491         mark cached articles as `undownloaded'.
492
493 Tue Jul 20 02:39:56 1999  Peter von der Ah\e-A\ ei\ f  <peter@ahe.dk>
494
495         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
496         to have buffer local values.
497
498 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
499
500         * gnus-group.el (gnus-group-make-doc-group): Notice when user
501         types 'g' for 'guess group type.
502
503 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
504
505         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
506         after each regexp in nnmail-list-identifiers, not just after last
507         one.
508
509         * gnus-sum.el (gnus-list-identifiers): New variable.
510         (gnus-summary-remove-list-identifiers): New function.
511         (gnus-select-newsgroup): Use it.
512         (gnus-summary-wash-hide-map): Bind
513         `gnus-article-hide-list-identifiers' to W W l.
514         (gnus-summary-make-menu-bar): Add list-identifiers command.
515
516         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
517         (gnus-treatment-function-alist): Add variable.
518         (article-hide-list-identifiers): New function.
519         (mapcar): Add function.
520         (gnus-article-hide): Use it.
521
522 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
523
524         * gnus.el: Pterodactyl Gnus v0.95 is released.
525
526 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * mm-decode.el (mm-mailcap-command): New function.
529         (mm-display-external): Use it.
530
531         * gnus-art.el (article-make-date-line): Work for India.
532
533         * mm-encode.el (mm-qp-or-base64): Typo.
534
535         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
536
537 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
538
539         * gnus.el: Pterodactyl Gnus v0.94 is released.
540
541 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
542
543         * pop3.el: New version.
544
545 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * mm-encode.el (mm-qp-or-base64): New function.
548         (mm-content-transfer-encoding): Use it.
549
550         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
551
552 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
553
554         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
555
556         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
557
558 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * gnus-art.el (gnus-mime-view-part-as-media): New command and
561         keystroke. 
562
563         * mailcap.el (mailcap-mime-types): New function.
564
565         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
566
567         * message.el (message-goto-eoh): Really go to the end.
568
569 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
570
571         * message.el (message-make-date): Do the right thing in with
572         sub-hour time zones.
573
574 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575
576         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
577         report. 
578
579 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
580
581         * nnfolder.el (nnfolder-request-rename-group): Create directory.
582
583 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
584
585         * mailcap.el (mailcap-parse-mailcap): Skip \;.
586         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
587         and use t as default value.
588
589 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
590
591         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
592         gnus-summary-buffer is live.
593
594 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
595
596         * mm-util.el (mm-enable-multibyte): Check whether var bound.
597
598 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * message.el (message-bounce): Do MIME bounces MIMEy.
601
602         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
603
604 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * mailcap.el (mailcap-mime-extensions): Changed patch to
607         text/x-patch. 
608
609         * mm-decode.el (mm-display-external): Wrong placement of paren.
610
611 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
612
613         * gnus.el: Pterodactyl Gnus v0.93 is released.
614
615 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
616
617         * gnus-cus.el (gnus-group-parameters): New entries for
618         gnus-group-split.
619
620         * gnus-mlspl.el: Renamed functions and variables so as to
621         start with gnus-group-split.
622         * gnus.el: Adjust autoload entries.
623
624 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
625
626         * gnus-mlspl.el: Removed trailing t from comment and provide.
627         Renamed functions and variables to start with gnus-mlsplit.
628         Added autoload comments.
629         * gnus.el: Added autoload entries.
630
631 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
632
633         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
634         so that matches excluded by RESTRICTs do not cause the whole split
635         to be ignored.  This also fixes a long-standing bug in which a
636         split with \N substitutions wouldn't cause cross-posting as
637         expected.
638
639         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
640         (nnmail-split-it): Implement them.
641
642         * nnmail.el (nnmail-split-fancy): Document ! splits.
643
644 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
645
646         * pop3.el: New version.
647
648 1999-07-05  Simon Josefsson  
649
650         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
651
652 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653
654         * gnus-art.el (gnus-mime-display-alternative): Do treatment. 
655
656 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
657
658         * gnus-util.el (gnus-write-active-file): Use real name.
659
660         * gnus-agent.el (gnus-agent-expire): Update active file 
661         method by method.
662
663 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
664
665         * nndraft.el (nndraft-request-article): Use difference
666         coding-systems for queue and drafts.
667
668         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
669         nndraft:drafts.
670
671         * mm-util.el (mm-auto-save-coding-system): New coding system.
672
673         * message.el (message-draft-coding-system): Use it.
674
675 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
676
677         * mm-uu.el: More customizable and less aggressive.
678
679 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
682         when plugged.
683
684         * mml.el (mml-generate-mime-1): Don't insert nofile files.
685         (mml-insert-mml-markup): Accept a nofile.
686         (mml-insert-mime): Insert nofile.
687
688         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
689
690         * mm-decode.el (mm-handle-media-type): New function.
691         (mm-handle-media-supertype): New function.
692         (mm-handle-media-subtype): New function.
693         Use new functions throughout. "/"))
694
695 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-art.el (gnus-treat-predicate): Typo.
698
699 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
702
703 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-art.el (article-date-ut): UT!  Default it!
706
707 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
708
709         * gnus.el: Pterodactyl Gnus v0.92 is released.
710
711 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
712
713         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix. 
714
715 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * nntp.el (nntp-retrieve-groups): Don't do anything when not
718         connected. 
719
720         * gnus-start.el (gnus-active-to-gnus-format): Only save active
721         when plugged.
722
723         * mm-view.el (mm-inline-message): Ignore remove-spec.
724
725         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
726         is bound.
727
728         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines. 
729
730         * nndoc.el (nndoc-guess-type): Remove blank lines at the start. 
731
732         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
733         start. 
734
735         * message.el (message-fill-yanked-message): Remove `t' arg.
736
737         * gnus-group.el (gnus-group-kill-group): Message killing of
738         groups. 
739
740         * mm-util.el (mm-preferred-coding-system): New function.
741         (mm-mime-charset): Use it.
742
743         * mml.el (mml-generate-mime-1): Charset-encode message parts.
744
745 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
746
747         * gnus-mlsplt.el: New file.
748
749 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
752         functions. 
753         (mm-attachment-override-p): Take a handle instead of a type.
754         (mm-inlined-p): Ditto.
755         (mm-automatic-display-p): Ditto,
756         (mm-inlinable-p): Ditto.
757
758         * nndraft.el (nndraft-request-expire-articles): Delete backup
759         files. 
760
761         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
762
763         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
764
765 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
766
767         * nnmail.el (nnmail-split-it): Allow .*.
768
769 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * mm-decode.el (mm-inline-large-images-p): Renamed.
772
773         * gnus-art.el (article-date-ut): Always look in the current buffer 
774         for the Date header.
775
776         * mml.el (mml-validate): New command.
777
778         * mailcap.el (mailcap-possible-viewers): Revert to string-match
779         since we are dealing with regexps.
780
781 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
782
783         * gnus.el: Pterodactyl Gnus v0.91 is released.
784
785 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-agent.el (gnus-agent-save-active-1): New function.
788         (gnus-agent-save-active): use it.
789         (gnus-agent-save-groups): Ditto.
790
791         * gnus-cache.el (gnus-cache-write-active): Use it.
792
793         * gnus-agent.el (gnus-agent-write-active): Use it.
794
795         * gnus-util.el (gnus-write-active-file): New function.
796
797         * gnus-agent.el (gnus-agent-write-active): New function to keep
798         lower boundaries and canceled groups.
799         (gnus-agent-save-groups): Use it.
800         (gnus-agent-save-active): Use it.
801         (gnus-agent-save-group-info): Only write active files.
802         (gnus-agent-expire): Update active file.
803
804         * mm-decode.el (mm-inlinable-part-p): Removed.
805         (mm-user-display-methods): Default to nil.
806         (mm-user-display-methods): Removed.
807         (add-mime-display-method): Removed.
808         (mm-automatic-display): Renamed.
809         (mm-automatic-display-p): Use it.
810         (mm-inlined-types): New variable.
811         (mm-inlined-p): New function.
812
813         * message.el (message-reply): Bind message-this-is-mail.
814
815 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
816
817         * smiley.el (smiley-buffer): Fix for NT.
818
819 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
822
823         * message.el (message-check-news-header-syntax): Protect against
824         nil froms.
825
826         * mm-util.el (mm-auto-mode-alist): New.
827
828         * mml.el (mml-generate-mime-1): Ditto.
829
830         * gnus.el: Use mm-insert-file-contents throughout instead of
831         nnheader. 
832
833         * mm-util.el (mm-insert-file-contents): New function.
834
835 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
836
837         * gnus.el: Pterodactyl Gnus v0.90 is released.
838
839 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
840
841         * mailcap.el (mailcap-possible-viewers): Use string=.
842
843 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
844
845         * mm-uu.el (mm-uu-forward-begin-line): New variable.
846         (mm-uu-forward-end-line): New variable.
847         (mm-uu-begin-line): Handle forwarded message.
848         (mm-uu-identifier-alist): Ditto.
849         (mm-uu-dissect): Ditto.
850
851 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
852
853         * lpath.el: Two free variables.
854
855 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
856
857         * nnheader.el (nnheader-file-coding-system): Use raw-text.
858         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
859         * gnus-cache.el (gnus-cache-coding-system): Ditto.
860
861         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
862         (nnfolder-file-coding-system-for-write): New variable.
863         (nnfolder-active-file-coding-system): New variable.
864         (nnfolder-active-file-coding-system-for-write): New variable.
865         (nnfolder-save-active): New function.
866         (nnfolder-save-buffer): Use them.
867         (nnfolder-possibly-change-group): Ditto.
868         (nnfolder-request-list-newsgroups): Ditto.
869         (nnfolder-request-create-group): Ditto.
870         (nnfolder-request-expire-articles): Ditto.
871         (nnfolder-request-move-article): Ditto.
872         (nnfolder-request-accept-article): Ditto.
873         (nnfolder-request-delete-group): Ditto.
874         (nnfolder-request-rename-group): Ditto.
875         (nnfolder-possibly-change-folder): Ditto.
876         (nnfolder-read-folder): Ditto.
877         (nnfolder-request-list): Remove pathname-coding-system.
878         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
879
880         * nnmail.el (nnmail-file-coding-system): Use raw-text.
881         (nnmail-file-coding-system-1): Removed.
882         (nnmail-find-file): Use nnmail-pathname-coding-system.
883         (nnmail-write-region): Ditto.
884
885         * nnmbox.el (nnmbox-file-coding-system): New variable.
886         (nnmbox-file-coding-system-for-write): New variable.
887         (nnmbox-active-file-coding-system): New variable.
888         (nnmbox-active-file-coding-system-for-write): New variable.
889         (nnmbox-save-buffer): New function.
890         (nnmbox-save-active): New function.
891         (nnmbox-request-scan): Use them.
892         (nnmbox-request-expire-articles): Ditto.
893         (nnmbox-request-move-article): Ditto.
894         (nnmbox-request-accept-article): Ditto.
895         (nnmbox-request-replace-article): Ditto.
896         (nnmbox-request-delete-group): Ditto.
897         (nnmbox-request-rename-group): Ditto.
898         (nnmbox-request-create-group): Ditto.
899
900         * mm-util.el (mm-text-coding-system): raw-text or -dos.
901         (mm-running-ntemacs): Removed.
902
903         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
904
905 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
906
907         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
908
909 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
910
911         * qp.el (quoted-printable-encoding-characters): Support lower case.
912
913 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
914
915         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
916         (rfc2047-b-encode-region): Encode line by line.
917
918 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * mm-util.el (mm-find-mime-charset-region): Fix.
921
922 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
923
924         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
925         (mm-find-mime-charset-region): Ditto.
926
927 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
928
929         * gnus-sum.el (gnus-summary-move-article): Fix something or
930         other. 
931
932 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
933
934         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
935         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
936         (gnus-summary-enter-digest-group): Use them.
937         (gnus-summary-setup-default-charset): Ditto.
938
939 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
940
941         * base64.el (base64-run-command-on-region): Use unibyte buffer.
942
943 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
944
945         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
946           gnus-newsgroup-name is nil.
947
948 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
949
950         * rfc2047.el (rfc2047-encode): Chop the tail newline.
951
952 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
953
954         * gnus-art.el (article-emphasize): Use correct
955         gnus-article-emphasis-alist.
956
957 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
958
959         * mm-view.el (mm-inline-text): Fix text/html bug.
960
961 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
962
963         * gnus.el: Pterodactyl Gnus v0.89 is released.
964
965 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
966
967         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
968         * message.el (message-draft-coding-system): Ditto.
969         * mm-util.el (mm-running-ntemacs): Ditto.
970
971 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
972
973         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
974         cause problem.
975
976 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
977
978         * mm-view.el (mm-inline-text): Ignore error in w3-region.
979
980 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
981
982         * mml.el: require mm-decode.
983
984 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
985
986         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
987
988 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
989
990         * mm-view.el (mm-inline-image): Fix image undisplayer.
991
992 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
993
994         * mml.el (mml-insert-multipart): Error in compeling-read.
995         (mml-insert-tag): Match tags.
996
997 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
998
999         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
1000         (gnus-cache-braid-heads): Ditto.
1001         (gnus-cache-retrieve-headers): Ditto.
1002
1003 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1004
1005         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
1006
1007 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
1010         to string under XEmacs.
1011
1012 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
1013
1014         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
1015
1016 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
1017
1018         * mm-view.el (mm-inline-message): Fix message view bug.
1019         * gnus-art.el (gnus-article-prepare): Ditto.
1020
1021 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1022
1023         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
1024
1025 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
1026
1027         * gnus.el: Pterodactyl Gnus v0.88 is released.
1028
1029 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
1032         usage. 
1033
1034         * nnmail.el (nnmail-get-new-mail): Save info.
1035
1036 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
1037
1038         * gnus.el: Pterodactyl Gnus v0.87 is released.
1039
1040 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * mail-source.el (mail-source-fetch-file): Use prescript-delay. 
1043         (mail-source-run-script): New function.
1044         (mail-source-fetch-pop): Use it.
1045
1046 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * gnus-art.el (gnus-article-setup-highlight-words): Moved here. 
1049
1050 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
1051
1052         * gnus.el: Pterodactyl Gnus v0.86 is released.
1053
1054 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * gnus-art.el (gnus-treat-translate): New variable.
1057         (gnus-treat-predicate): Accept a list of regexps.
1058         (gnus-article-treat-custom): Allow a list of regexps.
1059
1060 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
1061
1062         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
1063         type.
1064
1065 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-art.el (article-babel): Narrow a bit.
1068
1069         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow. 
1070
1071 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
1072
1073         (gnus-agent-get-undownloaded-list): Operate on all articles, not
1074         only unread ones.
1075         (gnus-agent-fetch-headers): Fetch headers from unread and marked
1076         articles, not only unread ones.
1077
1078 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
1081         keystroke. 
1082
1083         * gnus-art.el (gnus-article-x-face-command): Ditto.
1084
1085         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
1086
1087         * gnus.el (gnus-method-simplify): Accept server names.
1088
1089 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
1090
1091         * gnus-art.el (article-babel-prompt): New function.
1092         (article-babel): New command.
1093
1094 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * gnus-art.el (gnus-article-part-wrapper): Go to part.
1097
1098         * mml.el (mml-generate-mime-1): Don't insert literally.
1099
1100         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
1101         (gnus-netrc-syntax-table): Removed.
1102         (gnus-parse-netrc): Don't use syntax table; just use whitespace. 
1103
1104 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
1105
1106         * mm-view.el (mm-inline-text): Fix charset for text/html.
1107
1108 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
1109
1110         * message.el (message-draft-coding-system): Use emacs-mule-dos.
1111
1112 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * nnmail.el (nnmail-split-incoming): Return the number of split
1115         mails. 
1116         (nnmail-process-babyl-mail-format): Ditto.
1117         (nnmail-process-unix-mail-format): Ditto.
1118         (nnmail-process-mmdf-mail-format): Ditto.
1119         (nnmail-process-maildir-mail-format): Ditto.
1120
1121         * mail-source.el (mail-source-callback): Return the number from
1122         the callback.
1123
1124         * message.el (message-send-mail): Generate Lines.
1125
1126         * mail-source.el (mail-source-call-script): New function.
1127         (mail-source-call-script): New function.
1128
1129 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
1130
1131         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
1132         (gnus-select-newsgroup): Use it.
1133         (gnus-group-highlight-words-alist): New variable.
1134         (gnus-newsgroup-emphasis-alist): New variable.
1135         (gnus-summary-local-variables):  Use it.
1136         * lpath.el: Use it.
1137         * gnus-art.el (article-emphasize): Use it.
1138         (gnus-emphasis-highlight-words): New face.
1139         * gnus-cus.el (gnus-group-parameters): New parameter.
1140
1141 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
1142
1143         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
1144         parameter `headers'.
1145         (gnus-cache-enter-article): Ditto.
1146         (gnus-cache-update-article): Ditto.  
1147         * gnus-sum.el (gnus-summary-move-article): Ditto.
1148         (gnus-summary-mark-article-as-unread): Ditto.
1149         (gnus-summary-mark-article): Ditto.
1150
1151 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * gnus-msg.el (gnus-message-insert-stylings): Removed.
1154         (gnus-posting-style-alist): Removed.
1155         (gnus-message-style-insertions): Ditto.
1156         (gnus-configure-posting-styles): Reimplementation.
1157
1158         * mail-source.el (mail-source-fetch): Error the message.
1159
1160         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
1161
1162 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
1163
1164         * gnus.el: Pterodactyl Gnus v0.85 is released.
1165
1166 1999-04-20  Michael Cook  <cook@sightpath.com>
1167
1168         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
1169           Outlook citation regex.
1170
1171 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
1172
1173         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
1174         semicolon. 
1175
1176 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
1177
1178         * gnus-range.el (gnus-remove-from-range): Document range1
1179         modification, protect range2.
1180
1181 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
1182
1183         * gnus-sum.el (gnus-update-marks): Protect lists from
1184         gnus-remove-from-range, don't sort twice.
1185
1186 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
1187
1188         * gnus-start.el (gnus-read-descriptions-file): Protect if no
1189         function in backend.
1190
1191 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
1192
1193         * gnus-sum.el (gnus-valid-move-group-p): Check for a
1194         request-accept-article function in the backend instead of using
1195         the 'respool capability.
1196
1197 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
1198
1199         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
1200         spurious whitespace at eob.
1201
1202 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
1203
1204         * nnmail.el (nnmail-get-new-mail): Check right variable.
1205
1206 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
1207
1208         * mailcap.el (mailcap-mime-data): Fix rfc822.
1209
1210 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
1211
1212         * nndoc.el (nndoc-nsmail-type-p): New function.
1213         (nndoc-type-alist): Recognize nsmail.
1214
1215 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
1216
1217         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
1218         *before* `article-hide-headers' deletes the information.
1219
1220 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * gnus-sum.el (gnus-summary-save-parts): New command and
1223         keystroke. 
1224         (gnus-summary-save-parts-1): New function.
1225         (gnus-summary-iterate): Buggy.
1226
1227         * mm-decode.el (mm-save-part-to-file): Made into own function. 
1228
1229 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * gnus-group.el (gnus-group-set-info): Resist nils.
1232
1233 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * mailcap.el (mailcap-mime-data): Ditto.
1236
1237         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
1238
1239         * gnus-art.el (gnus-article-x-face-command): Default to ee.
1240
1241 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
1242
1243         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
1244         gnus-article-date-lapsed-new-header is t.
1245
1246 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
1247
1248         * gnus.el: Pterodactyl Gnus v0.84 is released.
1249
1250 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * gnus-msg.el (gnus-bug-message): Mime change.
1253
1254 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
1255
1256         * gnus-sum.el (gnus-update-marks): Process null mark lists.
1257
1258 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
1259
1260         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
1261         `x-uue'.
1262
1263 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
1264
1265         * mail-source.el (mail-source-fetch-pop): Only prompt for password
1266         when authentication is 'password.
1267
1268 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
1269
1270         * gnus-win.el (gnus-configure-windows): Accept a setting.
1271
1272 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * mm-util.el (mm-quote-arg): Moved here.
1275
1276         * mm-decode.el (mm-quote-arg): Quote more chars.
1277
1278 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
1281         with newlines would create buggy .nov files.
1282
1283         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
1284
1285         * qp.el (quoted-printable-encode-region): Encode whitespace at the 
1286         end of lines.
1287
1288         * message.el (message-mode): Doc fix.
1289
1290         * gnus-art.el (article-hide-headers): Delete the hidden headers. 
1291
1292         * gnus-msg.el (gnus-setup-posting-charset): Default group to "". 
1293
1294         * gnus-art.el (article-date-ut): Rewrite.
1295
1296         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
1297         order. 
1298
1299         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
1300         headers. 
1301
1302         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix. 
1303
1304 1999-04-18  Didier Verna  <verna@inf.enst.fr>
1305
1306         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
1307         (article-date-ut): use it.
1308
1309 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * mail-source.el (mail-source-fetch-pop): Call script
1312         asynchronously. 
1313
1314 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
1315
1316         * gnus.el: Pterodactyl Gnus v0.83 is released.
1317
1318 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
1321
1322         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
1323
1324         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
1325
1326         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param. 
1327
1328         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
1329
1330         * message.el (message-generate-headers): Accept continuation
1331         headers. 
1332
1333 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
1334
1335         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
1336
1337 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-art.el (gnus-treatment-function-alist): use
1340         maybe-hide-headers.
1341
1342         * message.el (message-inhibit-body-encoding): Typo.
1343         (message-resend): Inhibit encoding.
1344
1345         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047. 
1346
1347         * gnus-art.el (article-remove-cr): Use re-search.
1348
1349         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
1350         headers. 
1351
1352         * mm-decode.el (mm-quote-arg): Quote '.
1353
1354         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
1355
1356         * mm-decode.el (mm-insert-part): Use multibyte for text.
1357
1358         * gnus-start.el (gnus-read-newsrc-file): New variable.
1359         (gnus-read-newsrc-file): Use it.
1360
1361 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * nnvirtual.el (nnvirtual-request-expire-articles): New function. 
1364
1365         * gnus-group.el (gnus-group-expire-articles-1): Made into own
1366         function. 
1367
1368 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
1369
1370         * gnus.el: Pterodactyl Gnus v0.82 is released.
1371
1372 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
1373
1374         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
1375         for iso8859-2.
1376
1377 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from 
1380         synonym alist.
1381
1382 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
1383
1384         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
1385
1386 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
1387
1388         * mail-source.el (mail-source-fetch): Ask before bugging out. 
1389
1390 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
1391
1392         * uudecode.el (uudecode-decode-region-external): Don't assume