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