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