2000-10-02 20:14:27 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
4         lpath.el. Don't compile base64.el if there is builtin base64.
5
6 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7
8         * base64.el (Repository): Use featurep for XEmacs test.
9
10 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11
12         * nntp.el (nntp-retrieve-data): Don't ignore quit.
13
14 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15
16         * gnus-art.el (gnus-article-banner-alist): New variable.
17         (article-strip-banner): Use it.
18         * gnus-cus.el (gnus-group-parameters): Allow symbol.
19
20 2000-10-02  Dave Love  <fx@gnu.org>
21
22         * smiley-ems.el: New file.
23
24         * gnus-ems.el (gnus-smiley-display): Autoload.
25         (mouse-set-point, set-face-foreground, set-face-background)
26         (x-popup-menu): Don't clobber these.
27         (gnus-article-compface-xbm): New variable.
28         (gnus-article-display-xface): Move graphic test.  Use unibyte.
29         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
30
31         * mml.el (require): Fix typo.
32         (mml-parse-1): Modify unknown encoding prompt.
33
34         * mail-source.el (mail-sources): Revert to nil.
35
36         * nnmail.el (nnmail-spool-file): Revert previous change.
37
38         * gnus.el: Don't require custom, message.
39         (gnus-message-archive-method): Wrap initializer in progn and
40         require message here.
41
42 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
43
44         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
45         image's :ascent to 80.  That gives a mode-line which is approx.
46         as tall as the normal one.
47
48 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
49
50         * webmail.el (webmail-hotmail-list): Fix.
51
52 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
53
54         Don't postpone GCC if none of GCC methods is agent-covered.  This
55         fix presumes that the post-method must be agent-covered if any Gcc
56         method is agent-covered.
57
58         * gnus-msg.el (gnus-inews-group-method): New function.
59         (gnus-inews-do-gcc): Use it.
60         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
61         (gnus-agent-possibly-save-gcc): Use it.
62         (gnus-agent-possibly-do-gcc): Ditto.
63
64 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
65
66         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
67         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
68
69 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
70
71         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
72         webmail-hotmail-list): Update.
73
74 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
75
76         * mail-source.el (mail-source-report-new-mail): Use
77         nnheader-cancel-timer.
78
79 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
80
81         * lpath.el (overlay-*): Shut up.
82         * dgnushack.el: Two implementations of smiley.
83
84 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
85
86         * gnus-ml.el: Usage.
87         (gnus-mailing-list-archive, gnus-mailing-list-owner,
88         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
89         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
90         (gnus-mailing-list-menu): Define it.
91         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
92         
93         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
94
95 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
96
97         * webmail.el (webmail-my-deja-*): Rewrite.
98
99 2000-09-30  Simon Josefsson  <simon@josefsson.org>
100
101         * nnimap.el (nnimap-request-accept-article): Remove \n's from
102         From_ lines.
103
104 2000-08-05  Simon Josefsson <simon@josefsson.org>
105
106         Make GCC to remote groups work when unplugged
107         (postpone GCC until message is actually sent).
108
109         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
110
111         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
112         (gnus-agent-restore-gcc): 
113         (gnus-agent-possibly-save-gcc): New functions.
114
115         * gnus-msg.el (gnus-inews-add-send-actions): Use
116         `gnus-agent-possibly-do-gcc' if Agentized.
117         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
118         to `message-header-hook'.
119
120         * gnus.el (gnus-agent-gcc-header): New variable.
121
122 2000-07-13  Simon Josefsson <simon@josefsson.org>
123
124         Asks the user to synch flags with server when you plug in.
125
126         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
127         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
128         (gnus-agent-toggle-plugged): Call it.
129         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
130         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
131         (gnus-agent-possibly-synchronize-flags): New function.
132         (gnus-agent-possibly-synchronize-flags-server): New function.
133
134 2000-09-30  Simon Josefsson  <simon@josefsson.org>
135
136         * starttls.el: New file, by Daiki Ueno.
137
138 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
139
140         * message.el (message-make-in-reply-to): In-Reply-To is message-id
141         (see DRUMS).
142         
143 2000-09-29  Simon Josefsson  <simon@josefsson.org>
144
145         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
146         prefetch.
147
148 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
151         sending a command; allow the rtelnet prompt as well.
152
153 2000-09-29  Simon Josefsson  <simon@josefsson.org>
154
155         * message.el (message-send): Make sure error is signalled if no
156         send method is specified.
157
158 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
159
160         * qp.el (quoted-printable-encode-region): Wrap with
161         `mm-with-unibyte-current-buffer'.
162
163 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
164
165         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
166           McEwan's proposal.
167         
168 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
169
170         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
171         the GNU assignment issue.
172
173 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
174
175         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
176
177 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
178
179         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
180
181 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
182
183         * gnus-art.el (article-strip-banner): Use
184         gnus-group-find-parameter rather than gnus-group-get-parameter, to
185         allow inheritance on the banner.
186         From elkin@tverd.astro.spbu.ru.
187
188 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
189
190         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
191
192 2000-09-26  Dave Love  <fx@gnu.org>
193
194         * gnus-draft.el: Don't require gnus-agent.
195
196         * mm-view.el: Use featurep for XEmacs test.
197         (mm-inline-message): Test for `remove-specifier'; don't use
198         condition-case.
199
200 2000-09-24  Simon Josefsson  <simon@josefsson.org>
201
202         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
203
204         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
205         support ACL's.
206
207         * nnimap.el (nnimap-acl-get): Check capability.
208
209         * mail-source.el (mail-source-imap-file-coding-system): New variable.
210         (mail-source-fetch-imap): Use it.
211
212         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
213         (rfc2104-hash): Use it.
214
215         * imap.el (imap-starttls-p): Check for starttls binary.
216         (imap-starttls-open): More verbose.
217         (imap-gssapi-auth): Ditto.
218         (imap-kerberos4-auth): Ditto.
219         (imap-cram-md5-auth): Ditto.
220         (imap-login-auth): Ditto.
221         (imap-anonymous-auth): Ditto.
222         (imap-digest-md5-auth): Ditto.
223         (imap-open): Ditto.
224         (imap-digest-md5-p): Check capability first.
225
226 2000-09-24  Simon Josefsson  <simon@josefsson.org>
227
228         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
229         (imap-login-p): Support LOGINDISABLED.
230
231 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
232
233         * rfc2104.el: Add SHA-1 example.
234
235 2000-09-22  Simon Josefsson  <simon@josefsson.org>
236
237         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
238
239 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
240
241         * lpath.el: Bind nnkiboze-score-file.
242
243 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
244
245         * gnus-score.el (gnus-score-use-all-scores): New variable.
246         (gnus-all-score-files): Use it.
247         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
248         (nnkiboze-enter-nov): Fix it when there is no xref.
249         (nnkiboze-generate-groups): List groups.
250         * gnus-group.el (gnus-group-make-kiboze-group): Use 
251         nnkiboze-score-file.
252         
253         * nnkiboze.el (nnkiboze-request-article): Use
254         gnus-cache-request-article.
255         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
256
257 2000-07-16 Dmitry Bely <dbely@mail.ru>
258
259         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
260
261 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
262
263         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
264
265 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
266
267         * message.el (message-default-charset): Set default value in
268         non-MULE XEmacsen as iso-8859-1.
269
270 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
271
272         * gnus-demon.el: Use (featurep 'xemacs).
273         * gnus-agent.el: timer vs. itimer.
274         * mail-source.el: Ditto.
275
276 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
277
278         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
279         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
280         * gnus-sum.el (gnus-nov-parse-line): Ditto.
281         * nnkiboze.el (nnkiboze-file-coding-system): New.
282         (nnkiboze-retrieve-headers): Use it.
283         (nnkiboze-request-group): Ditto.
284         (nnkiboze-close-group): Ditto.
285         (nnkiboze-generate-group): Ditto.
286         (nnkiboze-enter-nov): Insert first Xref properly.
287
288 2000-09-19  Dave Love  <fx@gnu.org>
289
290         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
291         (nnmail-get-new-mail): Test `sources' in top-level conditional.
292
293         * mail-source.el (mail-sources): Change default to '((file)).
294         Add useful custom type.
295
296 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
297
298         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
299         year).
300         (gnus-date-iso8601): Ditto.
301
302 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
303
304         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
305
306 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
307
308         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
309         pattern. Avoid using 8 bit chars.
310         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
311
312 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
313
314         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
315         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
316         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
317         functions are not implemented yet.
318         
319         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
320         x-overlay.el from the FSF Emacs black list.
321
322 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
323
324         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
325         (mm-inline-media-tests): Ditto.
326         (mm-automatic-display): Ditto.
327         * mm-view.el (mm-display-inline-fontify): Generalize from 
328         mm-display-patch-inline. 
329         (mm-display-patch-inline): Use it.
330         (mm-display-elisp-inline): Ditto.
331         
332 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
333
334         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
335         (gnus-topic-unmark-topic): Ditto.
336         (gnus-topic-mark-topic): Ditto.
337         (gnus-topic-get-new-news-this-topic): Use it.
338
339 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
340
341         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
342         display xface.
343
344 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
347         zombie or killed groups.
348         
349 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
350
351         * mml.el (mml-preview): Reinsert unibyte content. 
352         (mml-parse-1): Remove with-unibyte-current-buffer.
353         (mml-generate-mime-1): Ditto.
354         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
355         * message.el (message-forward): Ditto.
356
357 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
358
359         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
360         original article buffer.
361         (article-de-base64-unreadable): Ditto.
362         (article-wash-html): Ditto.
363
364 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
365
366         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
367         unless forward-show-mml.
368
369 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
370
371         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
372         (gnus-summary-save-parts-last-directory): New.
373         (gnus-summary-save-parts): Save history.
374
375 2000-09-14 Ben Gertzfield <che@debian.org>
376
377         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
378         variable.
379         (gnus-summary-save-parts): Use it.
380
381 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
382
383         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
384         * gnus-sum.el (gnus-summary-exit): Ditto.
385         (gnus-summary-exit-no-update): Ditto.
386         (gnus-summary-show-article): Ditto.
387
388 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
389
390         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
391         Content-Disposition.
392
393 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
394
395         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
396
397 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
398
399         * gnus-art.el (gnus-article-setup-buffer): Set
400         gnus-article-mime-handles to nil.
401         * gnus-sum.el (gnus-summary-exit): Ditto.
402         (gnus-summary-exit-no-update): Ditto.
403         (gnus-summary-show-article): Ditto.
404         (gnus-summary-save-parts): Use gnus-article-mime-handles if
405         dissected.
406         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
407
408 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
409
410         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
411         (gnus-sort-threads-1): New function. Sort threads recursively.
412         (gnus-sort-threads): Use it.
413         (gnus-sort-gathered-threads): Doc fix.
414
415 2000-09-13  Dave Love  <fx@gnu.org>
416
417         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
418
419         * gnus-ems.el (gnus-ems-redefine): Don't alias
420         gnus-summary-set-display-table.
421
422         * message.el (message-user-agent): Don't wrap ignore-errors around
423         it.
424
425         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
426         `format'.
427         (mm-content-transfer-encoding): Don't use cadar.
428
429         * uudecode.el (uudecode-decoder-program) 
430         (uudecode-decoder-switches): Customize.
431
432         * gnus-score.el (gnus-home-score-file): Improve custom type.
433
434         * gnus-cus.el (gnus-custom-mode): Conditionally set local
435         variables for Emacs 21.
436         (gnus-group-customize): Disable undo while laying out the buffer.
437
438 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
439
440         * gnus-util.el (gnus-write-active-file): Bind
441         coding-system-for-write.
442
443 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
444
445         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
446         
447         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
448         * gnus-kill.el (gnus-batch-score): Ditto.
449         * gnus-move.el (gnus-change-server): Ditto.
450         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
451
452 2000-09-12  Simon Josefsson  <simon@josefsson.org>
453
454         * gnus-sum.el (gnus-update-read-articles): Undo
455         `gnus-request-set-mark' operation.
456
457 2000-09-11  Dave Love  <fx@gnu.org>
458
459         * Changelog: Use iso-2022 coding.
460
461         * gnus-msg.el (gnus-msg-mail): New function.
462         (gnus-user-agent): New mail agent.
463
464 2000-09-10  Dave Love  <fx@gnu.org>
465
466         * message.el: Require mail-abbrevs for XEmacs for a problem with
467         keybinding despite the autoloads for it.
468
469 2000-09-08  Simon Josefsson  <simon@josefsson.org>
470
471         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
472
473         * nnimap.el (nnimap-request-update-info-internal): Remove tick
474         marks from dormant articles. (See nnimap-request-set-mark.)
475         (nnimap-retrieve-headers-progress): Demule.
476         (nnimap-open-server): Call nnoo-change-server twice, once for
477         getting the nnimap-server-buffer and once for letting n-c-s set
478         the variables in that buffer.
479
480 2000-09-08  David Edmondson <dme@dme.org>
481
482         * gnus.el (gnus-short-group-name): Guess separator.
483
484 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
485
486         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
487         XEmacs as well.
488
489 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
490
491         * gnus-group.el (gnus-group-insert-group-line): Fix.
492
493 2000-09-04  Dave Love  <fx@gnu.org>
494
495         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
496         (mm-get-image): Avoid the losing `make-glyph' from W3.
497
498 2000-09-03  Simon Josefsson  <simon@josefsson.org>
499
500         * gnus-sum.el (gnus-summary-delete-article): Check server.
501
502 2000-09-01  Simon Josefsson  <simon@josefsson.org>
503
504         * imap.el (imap-parse-flag-list): Rewrite.
505
506         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
507
508         * imap.el (imap-parse-flag-list): Hack.
509
510 2000-08-29  Dave Love  <fx@gnu.org>
511
512         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
513
514         * dgnushack.el (mapcon, union): Remove compiler macros.
515
516         * gnus-agent.el (gnus-agent-union): new function.
517         (gnus-agent-fetch-headers): Use it.
518
519         * gnus.el (gnus-group-startup-message): Specify foreground and
520         background for xpm image.  Centre image vertically.
521         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
522
523 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
524
525         * message.el (message-send-mail): Narrow-to-headers.
526
527 2000-08-24  Dave Love  <fx@gnu.org>
528
529         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
530         21.
531
532 2000-08-23  Dave Love  <fx@gnu.org>
533
534         * dgnushack.el: Remove `member-if' compiler macro.
535
536 2000-08-21  Dave Love  <fx@gnu.org>
537
538         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
539
540 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
541
542         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
543         permanent is used.
544         (gnus-topic-show-topic): Read topic when to show permanent hidden
545         topic.
546         (gnus-topic-remove-topic): Revert to the old behavior, not using
547         hide.
548
549 2000-08-21  Dave Love  <fx@gnu.org>
550
551         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
552         (gnus-xemacs): Use featurep.
553
554         * mm-util.el (mm-read-charset): Maybe use builtin.
555         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
556         (mm-multibyte-p, mm-with-unibyte-current-buffer)
557         (mm-with-unibyte): Use featurep, not string-match.
558         (mm-with-unibyte-buffer): Simplify.
559         (mm-quote-arg): Maybe use shell-quote-argument.
560
561         * mml.el (mml-make-string): Deleted (unused).
562
563         * gnus.el (gnus-mode-line-buffer-identification): Supply
564         definition for Emacs 21.
565
566         * gnus-salt.el: Small doc fixes.
567         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
568         gnus-add-minor-mode.
569
570         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
571         gnus-add-minor-mode.
572
573 2000-08-20  Simon Josefsson  <simon@josefsson.org>
574
575         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
576         function, thanks to Lloyd Zusman for debugging.
577         (nnimap-request-group): 
578         (nnimap-request-list): 
579         (nnimap-retrieve-groups): 
580         (nnimap-request-newgroups): Use it.
581
582         * nnimap.el (nnimap-request-article-part): Less verbose.
583
584 2000-08-19  Andreas Jaeger  <aj@suse.de>
585
586         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
587         subst-char-in-string since we test elsewhere whether it's bound.
588         
589 2000-08-18  Dave Love  <fx@gnu.org>
590
591         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
592         custom type.
593
594         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
595         gnus-group-running-xemacs.
596
597         * nnheader.el (nnheader-replace-chars-in-string): Use
598         subst-char-in-string if available.
599
600         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
601         (gnus-request-article-this-buffer): Use expand-file-name.
602         (gnus-mime-view-part-as-type): Simplify interactive spec.
603         (gnus-mime-button-map): Define it all in defvar.
604
605 2000-08-17  Dave Love  <fx@gnu.org>
606
607         * gnus-group.el (gnus-group-running-xemacs): Deleted.
608
609         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
610         last-nonmenu-event.
611
612         * uudecode.el (char-int): Use defalias, not fset.
613
614         * score-mode.el: Don't require easymenu.  Require mm-util.
615         (score-mode-coding-system): Use mm-auto-save-coding-system.
616
617         * nneething.el (nneething-create-mapping): Don't use cadar & al.
618         (nneething-file-name): Use expand-file-name, not concat.
619
620 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
621
622         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
623         Failure proof for email addresses.
624         (nnslashdot-sane-retrieve-headers): Ditto.
625
626 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * message.el (message-send-mail): Only insert courtesy message
629         when text/plain.
630
631 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
632
633         * message.el (message-cancel-news): Copy the From header from the
634         original article.
635
636 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-async.el (gnus-asynchronous): Removed.
639
640 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
641
642         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
643         format.
644
645 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
646
647         * nnmail.el (nnmail-expiry-target-group): Fixed.
648
649 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
650
651         * nnmail.el (nnmail-expiry-target-group): Fix the call to
652         gnus-request-accept-article so that body encoding is *not* done.
653         Encoding is not done on incoming mail, so why should it be done on
654         expired mail?
655
656
657 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
658
659         * nnml.el (nnml-request-expire-articles): Fix the calls to
660         nnml-request-article (the filename was being passed instead of the
661         article number) and nnmail-expiry-target-group
662         (nnml-current-directory is changed by nnml-request-accept-article,
663         causing it to be incorrect for the next article to be expired).
664
665 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
666
667         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
668         expiry-target group parameters. 
669
670 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
673         buffer.
674         (gnus-topic-hide-topic): Take a PERMANENT parameter.
675         (gnus-topic-show-topic): Ditto.
676
677         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
678
679 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
680
681         * mail-source.el (mail-source-incoming-file-prefix): New
682         variable. 
683
684 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
687
688         * mailcap.el (mailcap-maybe-eval): Be even more warning.
689
690 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
691
692         * message.el (message-syntax-checks): New check quotin-style: 
693         Text must be written below quoted text.
694         (message-check-news-body-syntax): Check it.
695
696 2000-08-11  Simon Josefsson  <simon@josefsson.org>
697
698         * imap.el (imap-authenticator-alist): Fix typo.
699         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
700         Jonas Oberg for debugging.
701
702 2000-08-11  Simon Josefsson  <simon@josefsson.org>
703
704         * gnus-async.el (gnus-asynchronous): Disable by default.
705
706 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * mm-view.el (mm-inline-text): Bind fill-column.
709
710         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
711         list of unexpired articles.
712
713         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
714         un-expired articles. 
715
716         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
717         headers. 
718
719         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
720         we update the right topic.. 
721
722         * mm-decode.el (mm-display-external): Put point at start. 
723
724 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
725
726         * nnmail.el (nnmail-expiry-target): More explicit documentation.
727
728         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
729
730 2000-08-09  Simon Josefsson <simon@josefsson.org>
731
732         * imap.el (imap-parse-body):
733         (imap-parse-string-list): Add bug workarounds for Stalker
734         Communigate Pro 3.0 server.
735         (imap-body-lines): Remove bogus comment.
736
737         * imap.el (imap-range-to-message-set): Move from nnimap.el.
738
739         * nnimap.el (nnimap-retrieve-which-headers):
740         (nnimap-retrieve-headers-from-server):
741         (nnimap-request-set-mark):
742         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
743
744 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
745
746         * message.el (message-dont-reply-to-names):
747         rmail-dont-reply-to-names may not be defined.
748
749 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
750
751         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
752         not use pop.
753
754 2000-07-19  Dave Love  <fx@gnu.org>
755
756         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
757         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
758         check.
759         (gnus-article-display-xface): Special-case for dark backgrounds.
760
761 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
762
763         * imap.el (imap-calculate-literal-size-first): New variable.
764         (imap-local-variables): Add it.
765         (imap-kerberos4-open): Set it.
766         (imap-send-command): Use it.
767
768 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
769
770         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
771         (mailcap-parse-mimetypes): Use it.
772         (mailcap-extension-to-mime): Parse mimetype.
773         (mailcap-mime-types): Ditto.
774         * mml.el (mml-minibuffer-read-type): Ditto.
775
776 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
777
778         * nndoc.el (nndoc-type-alist): Add outlook.
779         (nndoc-outlook-type-p): New function.
780         (nndoc-outlook-article-begin): Ditto.
781
782 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
783
784         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
785         excursion.
786
787 2000-07-15  Simon Josefsson  <simon@josefsson.org>
788
789         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
790
791         * imap.el (imap): 
792         (imap-kerberos4-program): 
793         (imap-gssapi-program): 
794         (imap-ssl-program): Customization.
795         (imap-shell-program): 
796         (imap-shell-host): New variables.
797         (imap-streams): 
798         (imap-stream-alist): Add shell.
799         (imap-shell-p): 
800         (imap-shell-open): New functions.
801         (imap-open): Don't call authenticator if preauth.
802         (imap-authenticate): Return t if already authenticated.
803
804 2000-07-14  Simon Josefsson  <simon@josefsson.org>
805
806         * gnus.el (gnus-invalid-group-regexp): New variable.
807         (gnus-read-group): Use it.
808
809 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
810
811         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
812         expunge-below and orphan-score are "group variables".
813
814 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
815
816         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
817         qualified group names to `gnus-group-read-ephemeral-group'.
818
819 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * dgnushack.el (srcdir): Define it before use it.
822
823 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
824
825         * gnus-sum.el: `W t' is toggle-header in info.
826
827 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
828
829         * lpath.el: Fbind subst-char-in-string.
830
831 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
832
833         * Makefile.in: Use W3DIR and lispdir.
834         * dgnushack.el: Ditto.
835
836 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
837
838         * gnus-art.el (article-de-base64-unreadable): Typo.
839
840 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
841
842         * gnus-agent.el (require): Require timer.
843
844 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
845
846         * message.el (message-bounce): Call mime-to-mml.
847
848 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * nnslashdot.el (nnslashdot-request-close): New function.
851
852 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
855         right line number for the article.
856
857 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
858
859         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
860         * webmail.el (webmail-fetch): Bind 
861         url-http-silence-on-insecure-redirection.
862
863 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
864
865         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
866         unibyte.
867         (nnslashdot-sane-retrieve-headers): Ditto.
868         (nnslashdot-request-article): Ditto.
869
870 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
871
872         * mailcap.el (mailcap-parse-mimetype-file): 
873
874 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
875
876         * nnweb.el (nnweb-insert): Stricter test.
877         * webmail.el (webmail-refresh-redirect): Ditto.
878
879 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
880
881         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
882
883 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
884
885         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
886
887 2000-07-05  Dave Love  <fx@gnu.org>
888
889         * utf7.el: Doc and header fixes.
890
891         * gnus-sum.el: Doc fixes.
892
893         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
894         defalias, not fset.
895
896         * flow-fill.el (fill-flowed-point-at-eol)
897         (fill-flowed-point-at-bol): Use defalias, not fset.
898
899         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
900         (gnus-Plain-save-name): Delete -- apparently bogus.
901
902 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * nnsoup.el: Use expand-file-name throughout.
905
906 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
907
908         * nnmail.el (nnmail-read-incoming-hook): New example.
909
910 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * mm-view.el (mm-inline-text): Check whether the text has already
913         been decoded.
914
915 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
916
917         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
918
919 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
920
921         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
922
923 2000-07-03  Simon Josefsson  <simon@josefsson.org>
924
925         * gnus-sum.el (gnus-update-marks): Don't propagate download and
926         unsend flags.
927
928 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
929
930         * nnimap.el (nnimap-open-connection): Don't look up virtual server
931         name in authinfo (.authinfo now support ports, no need for the
932         hack).
933         (nnimap-split-find-rule): Fix.
934         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
935
936 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
937
938         * message.el (message-unquote-tokens): Remove all quotes.
939
940 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
941
942         * gnus-ml.el: New file. 
943
944 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * nnultimate.el (nnultimate-request-close): New function.
947
948         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
949
950 2000-06-18  Norbert Koch  <norbert@s.netic.de>
951
952         * Makefile.in: Better support for xemacs builds
953
954 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
955
956         * gnus.el: Gnus v5.8.7 is released.
957
958 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * mm-decode.el (mm-insert-part): Characters doubly decoded.
961
962 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
963
964         * message.el (message-do-fcc): Encode MIME.
965
966 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
967
968         * lpath.el: Fbind image-size.
969
970 2000-06-28  Simon Josefsson  <simon@josefsson.org>
971
972         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
973         (nnimap-assoc-match): New function.
974         (nnimap-split-find-rule): Support extended syntax.
975
976 2000-06-28  Simon Josefsson  <simon@josefsson.org>
977
978         * nnimap.el (nnimap-open-connection): Use port stuff.
979
980         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
981         document port and defaultport.
982
983 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
984
985         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
986
987 2000-06-26  Dave Love  <fx@gnu.org>
988
989         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
990
991         * message.el: Remove unnecessary `require'ments.  Defvar
992         gnus-list-identifiers when compiling.  Don't try to autoload
993         variable `gnus-list-identifiers'.  Autoload
994         gnus-group-name-charset.
995         (message-fetch-field): Don't assume `format' removes text
996         properties.
997         (message-strip-list-identifiers, message-reply, message-followup):
998         Require gnus-sum.
999         (message-mode): Tidy XEmacs conditionals.
1000         (message-replace-chars-in-string): Use subst-char-in-string when
1001         available.
1002
1003         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1004         Define if necessary.
1005
1006         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1007         removes text properties.
1008
1009         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1010
1011         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1012
1013         * gnus-score.el (gnus-summary-score-entry): Likewise.
1014
1015 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * nnimap.el (nnimap-request-post): Fix parenthesis.
1018
1019 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1020
1021         * message.el (message-unquote-tokens): New function.
1022
1023         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1024
1025         * nnimap.el (nnimap-request-post): Ditto.
1026
1027 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1028
1029         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1030
1031         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1032         patch commited 2000-04-02).
1033
1034 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1035
1036         * imap.el (imap-mailbox-examine-1): New function.
1037         (imap-message-copyuid-1):
1038         (imap-message-appenduid-1): Use it, instead of
1039         `imap-mailbox-examine' which would utf-7 encode mailbox name
1040         twice.
1041
1042 2000-06-19  Dave Love  <fx@gnu.org>
1043
1044         * mm-uu.el Don't require message.  Require cl when compiling.
1045
1046 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1047
1048         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1049         a local variable.
1050         * gnus-sum.el (gnus-orphan-score): Move here.
1051
1052 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1053
1054         * message.el (message-forward): Remove show-mml condition.
1055         (message-forward-ignored-headers): Remove X-Gnus headers.
1056
1057 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1058
1059         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1060
1061 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1062
1063         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1064
1065 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1066
1067         * message.el (message-syntax-checks): Add type.
1068
1069 2000-06-07  Dave Love  <fx@gnu.org>
1070
1071         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1072         put-image.
1073         (mm-inline-image): Defalias, not fset.
1074
1075         * gnus.el (gnus-group-startup-message): Don't specify string for
1076         insert-image.
1077
1078         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1079         add-minor-mode is available.
1080         (gnus-article-display-xface): Don't specify string for
1081         insert-image.
1082
1083 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1084
1085         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1086         (gnus-topic-insert-topic-line): Use shownp.
1087         (gnus-topic-hide-topic): Don't use hidden.
1088         (gnus-topic-show-topic): Don't use hidden.
1089
1090 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1091
1092         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1093         system.
1094         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1095         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1096         * gnus-util.el (gnus-output-to-rmail): Ditto.
1097         (gnus-output-to-mail): Ditto.
1098         (gnus-write-buffer): Ditto.
1099         * gnus-uu.el (gnus-uu-save-article): Ditto.
1100
1101 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1102
1103         * message.el (message-read-from-minibuffer): Typo.
1104
1105 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1106
1107         * gnus-art.el (article-decode-charset): Override non-MIME forward
1108         charset.
1109
1110 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1111
1112         * mml.el (mml-quote-region): Correct the regexp.
1113         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1114
1115 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1116
1117         * message.el (message-forward): Insert raw text.
1118         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1119         (mml-generate-mime-1): Insert raw text in unibyte mode.
1120
1121 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1122
1123         * mm-bodies.el (mm-body-encoding): Always encoded if
1124         `mm-use-ultra-safe-encoding' is set.
1125
1126 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1127
1128         * mml.el (ange-ftp-name-format): Typo.
1129
1130 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1131
1132         * gnus-start.el (gnus-get-unread-articles): If
1133         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1134         try to do anything on that server.
1135         
1136 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1137
1138         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1139         from latest draft.
1140
1141 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1142
1143         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1144         is open.
1145
1146 2000-05-24  Dave Love  <fx@gnu.org>
1147
1148         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1149
1150 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1151
1152         * gnus.el (gnus-redefine-select-method-widget): new function, call
1153         it once. Add an "other" entry for unknown but editable backend
1154         name symbols.
1155         * gnus-start.el (gnus-declare-backend): use it.
1156
1157 2000-05-19  Dave Love  <fx@gnu.org>
1158
1159         * gnus-art.el (gnus-article-next-page): Revert last change.
1160
1161 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1162
1163         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1164
1165 2000-05-19  Dave Love  <fx@gnu.org>
1166
1167         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1168         not mm-inline-large-images.
1169
1170 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1171
1172         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1173
1174 2000-05-18  Dave Love  <fx@gnu.org>
1175
1176         * gnus-art.el: Use defalias, not fset.
1177         (gnus-article-x-face-command): Don't test for xbm.
1178         (gnus-article-next-page): Redisplay before testing point in window.
1179
1180 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1181
1182         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1183         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1184
1185 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1186
1187         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1188         gnus-summary-save-in-rmail.
1189         * message.el (message-output): Ditto.
1190
1191 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1194
1195 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1196
1197         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1198         is a charset.
1199         * message.el (message-send-news): Check group name charset.
1200         * gnus-msg.el (gnus-post-news): Decode group name.
1201         (gnus-inews-do-gcc): Encode group name.
1202
1203 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1204
1205         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1206         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1207
1208 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1209
1210         * gnus-group.el (gnus-group-mark-line-p): New function.
1211         (gnus-group-goto-group): New parameter.
1212         (gnus-group-remove-mark): Use it.
1213         * gnus-topic.el (gnus-topic-move-group): Ditto.
1214         (gnus-topic-remove-group): Ditto.
1215
1216 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1217
1218         * gnus-group.el (gnus-group-list-dormant): New function.
1219
1220 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1221
1222         * gnus-agent.el (gnus-agent-synchronize): Use
1223         nnheader-insert-file-contents.
1224         (gnus-agent-save-active-1): Ditto.
1225         (gnus-agent-write-active): Ditto.
1226         (gnus-agent-expire): Ditto.
1227         * gnus-cache.el (gnus-cache-read-active): Ditto.
1228         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1229         * gnus-sum.el (gnus-summary-import-article): Ditto.
1230
1231         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1232         (gnus-agent-save-group-info): Ditto.
1233         (gnus-agent-save-alist): Ditto.
1234         * gnus-util.el (gnus-make-directory): Ditto.
1235
1236         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1237
1238 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1239
1240         * mml.el (mml-generate-mime-preprocess-function): New variable.
1241         (mml-generate-mime-postprocess-function): New variable.
1242         (mml-generate-mime-1): Use them.
1243
1244 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1245
1246         * gnus-group.el (gnus-group-apropos): Group name charset.
1247         * gnus-sum.el (gnus-set-mode-line): Ditto.
1248         * gnus-group.el (gnus-group-decoded-name): New function.
1249         (gnus-group-edit-group): Use it.
1250         * gnus-cus.el (gnus-group-customize): Use it.
1251
1252 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1253
1254         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1255
1256 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1257
1258         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1259         (gnus-group-name-charset-group-alist): Ditto.
1260         (gnus-group-name-charset): New function.
1261         (gnus-group-name-decode): New function.
1262         (gnus-group-insert-group-line): Use them.
1263         (gnus-group-prepare-flat-list-dead): Ditto.
1264         (gnus-group-list-active): Ditto.
1265         (gnus-group-describe-all-groups): Ditto.
1266         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1267         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1268         add gnus-group property.
1269         (gnus-browse-group-name): Read gnus-group property.
1270
1271 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1272
1273         * nnfolder.el (nnfolder-possibly-change-group): Use
1274         file-name-coding-system instead of pathname-coding-system.
1275         * nnmail.el (nnmail-find-file): Ditto.
1276         (nnmail-write-region): Ditto.
1277         * nnmh.el (nnmh-retrieve-headers): Ditto.
1278         (nnmh-request-article): Ditto.
1279         (nnmh-request-group): Ditto.
1280         (nnmh-request-list): Ditto.
1281         (nnmh-possibly-change-directory): Ditto.
1282         (nnmh-active-number): Ditto.
1283         * nnml.el (nnml-possibly-change-directory): Ditto.
1284         (nnml-request-list): Ditto.
1285         (nnml-request-article): Ditto.
1286         (nnml-retrieve-headers): Ditto.
1287
1288 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1289
1290         * nnimap.el (nnimap-request-accept-article): Don't unselect
1291         mailbox if no mailbox is selected.
1292
1293 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1294
1295         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1296         Recognize domain names starting with `www.' as starting an URL.
1297
1298 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1299
1300         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1301         (mail-source-keyword-map): Add "subdirs" for maildir.
1302
1303 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1304
1305         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1306         (nnmail-get-new-mail): Use it.
1307         * gnus-start.el (gnus-get-unread-articles): Ditto.
1308
1309 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1310
1311         * gnus-sum.el (gnus-summary-edit-article): Better support for
1312         nndraft:drafts.
1313         * nndraft.el (nndraft-request-replace-article): New function,
1314         bind nnmail-file-coding-system.
1315
1316 2000-05-14  Dave Love  <fx@gnu.org>
1317
1318         * nnheader.el: Replace uses of `fset' with `defalias'.
1319         (jka-compr-compression-info-list): Only defvar when compiling.
1320
1321 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1322
1323         * webmail.el (webmail-netaddress-article): Refresh redirect.
1324
1325 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1326
1327         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1328
1329 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1330
1331         * webmail.el: Translate &nbsp; to SP.
1332
1333 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1334
1335         * message.el (message-bounce): Doc typo.
1336
1337 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1338
1339         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1340         (gnus-soup-store): Ditto.
1341         (gnus-soup-send-packet): Ditto.
1342         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1343         (nnsoup-dissect-buffer): Ditto.
1344         (nnsoup-narrow-to-article): Ditto.
1345         (nnsoup-make-active): Ditto
1346
1347 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1348
1349         * message.el (message-mode): Two parameters for local-variable-p.
1350
1351 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1352
1353         * message.el (message-strip-list-identifiers): New function.
1354         (message-reply): Use it and use message-strip-subject-re.
1355         (message-followup): Ditto.
1356         * gnus-art.el (article-hide-list-identifiers): Remove more.
1357         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1358
1359 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1360
1361         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1362         mail-parset-charset and use non-numeric argument.
1363
1364 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1365
1366         * mml.el (mml-buffer-list): New variable.
1367         (mml-generate-new-buffer): New function.
1368         (mml-destroy-buffers): Ditto.
1369         (mml-insert-mime): Use them.
1370         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1371         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1372         * message.el (message-mode): Ditto.
1373         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1374         (gnus-uu-save-article): Support show-as-mml.
1375         * message.el (message-forward): Ditto.
1376
1377 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1378
1379         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1380         (nndoc-mime-digest-type-p): Locate article head precisely.
1381         * mml.el (mml-generate-default-type): New variable.
1382         (mml-generate-mime-1): Use it.
1383         (mml-insert-mime-headers): Use it.
1384         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1385         (gnus-uu-digest-mail-forward): Use it and call message-forward
1386         with argument digest.
1387         (gnus-uu-save-article): Support message-forward-as-mime.
1388         * message.el (message-forward): Add parameter digest.
1389         * mm-decode.el (mm-dissect-default-type): New variable.
1390         (mm-dissect-buffer): Use it.
1391
1392 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1393
1394         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1395         newline and paragraph to nil when got a non-ascii character. Test
1396         paragraph before newline.
1397
1398 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1399
1400         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1401         limit to 76.
1402
1403 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * nnslashdot.el (nnslashdot-sid-strip): New function.
1406         (nnslashdot-threaded-retrieve-headers): New format.
1407         (nnslashdot-sane-retrieve-headers): Ditto.
1408         (nnslashdot-request-article): Ditto.
1409         (nnslashdot-threaded-retrieve-headers): Thread properly.
1410         (nnslashdot-request-article): Be more lenient.
1411         (nnslashdot-threaded-retrieve-headers): Regexp search.
1412
1413 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1414
1415         * gnus-sum.el (gnus-with-article): Define it before use it.
1416
1417 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1418
1419         * message.el (message-supersede): Use mime-to-mml.
1420         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1421
1422 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-group.el (gnus-group-list-cached): Don't use
1425         `subst-char-in-string'.
1426
1427 2000-05-08  Dave Love  <fx@gnu.org>
1428
1429         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1430
1431 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1432
1433         * mm-decode.el (mm-interactively-view-part): Append %s if the
1434         method is a single word.
1435         * nnwarchive.el (nnwarchive-type-definition): Typo.
1436
1437 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1438
1439         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1440         function.
1441         (gnus-group-prepare-flat-predicate): Use it.
1442         (gnus-group-list-cached): List dead groups.
1443
1444 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1445
1446         * gnus-art.el (article-decode-charset): Don't decode message with
1447         format.
1448
1449 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1450
1451         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1452         evaluate the Lisp code.
1453
1454 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1455
1456         * gnus-art.el (article-wash-html): New function.
1457         (gnus-article-wash-html): Bind.
1458         (gnus-article-make-menu-bar): Menu item.
1459         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1460         (gnus-summary-make-menu-bar): Menu item.
1461         * gnus.el: Autoload.
1462
1463 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1464
1465         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1466         (gnus-uu-unshar-article): Use it.
1467
1468         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1469         (mailcap-maybe-eval): Use it.
1470
1471         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1472         in docstring.
1473
1474         * mml.el (mml-generate-mime-1): Small comment.
1475
1476 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1477
1478         * gnus-art.el (article-de-base64-unreadable): New function.
1479         (gnus-article-de-base64-unreadable): Bind.
1480         (gnus-article-make-menu-bar): Menu item.
1481         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1482         (gnus-summary-make-menu-bar): Menu item.
1483         * gnus.el: Autoload.
1484
1485 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1486
1487         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1488         (gnus-summary-select-article): Add en/disable multibyte.
1489
1490 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1491
1492         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1493         (gnus-summary-edit-article): New feature: editing raw articles.
1494
1495 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1496
1497         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1498         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1499         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1500         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1501         * mm-decode.el (mm-insert-part): Ditto.
1502
1503 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1504
1505         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1506         (nndoc-forward-type-p): Ditto.
1507
1508 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1509
1510         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1511         value of enable-multibyte-characters.
1512
1513 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1514
1515         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1516
1517 2000-05-03  Dave Love  <fx@gnu.org>
1518
1519         * gnus-ems.el (gnus-article-xface-ring-internal)
1520         (gnus-article-xface-ring-size): New variable.
1521         (gnus-article-display-xface): Use them to cache data.  Don't try
1522         to use XPM.  Set up binary coding for PBM's sake.
1523
1524 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1525
1526         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1527         * gnus-int.el (gnus-request-accept-article): Ditto.
1528         (gnus-request-replace-article): Ditto.
1529         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1530
1531 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1532
1533         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1534
1535 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1536
1537         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1538         field.
1539         * mml.el (mml-to-mime): Use message-default-charset.
1540         (mml-preview): Narrow to headers.
1541         * message.el (message-send-mail): Use message-default-charset.
1542         (message-send-news): Narrow to headers;
1543         use message-default-charset.
1544
1545 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1546
1547         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1548         detect.
1549         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1550         restriction.
1551         (mml-parse-1): Warning message.
1552         (mml-preview): Disable multibyte.
1553
1554 2000-05-03  Dave Love  <fx@gnu.org>
1555
1556         * gnus.el (gnus-group-startup-message): Add newline before image.
1557
1558 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1559
1560         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1561         * message.el (message-send-mail): Use unibyte-buffer.
1562         (message-send-mail): Ditto.
1563
1564 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1565
1566         * gnus.el: Gnus v5.8.6 is released.
1567
1568 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1569
1570         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1571
1572 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1573
1574         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1575
1576 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1577
1578         * message.el (message-send-mail-partially): Use forward-line.
1579
1580 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1581
1582         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1583
1584 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1585
1586         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1587         (mml-insert-mime): No markup only for text/plain.
1588         (mime-to-mml): Remove MIME headers.
1589
1590 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1591
1592         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1593         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1594         as 8-bit.
1595         * lpath.el: Fbind image functions.
1596
1597 2000-04-28  Dave Love  <fx@gnu.org>
1598
1599         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1600         21.
1601
1602         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1603         search order.  Use parse-colon-path and remove some redundancy.
1604         Doc fix.
1605         (mailcap-parse-mimetypes): Code consistently with
1606         mailcap-parse-mailcaps.  Doc fix.
1607
1608         * gnus-start.el (gnus-unload): Iterate over `features', not
1609         `load-history'.
1610
1611 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1612
1613         * mml.el (mml-parse-1): Don't create blank parts.
1614         (mml-read-part): Fix mml tag.
1615         (mml-insert-mime): Convert message/rfc822.
1616         (mml-insert-mml-markup): Add mmlp parameter.
1617
1618 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1619
1620         * message.el (message-send-mail-partially): Remove CTE.
1621
1622 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1623
1624         * lpath.el: Fbind put-image for XEmacs.
1625         * mm-view.el (mm-inline-image): Fset it.
1626
1627 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1628
1629         * nndoc.el (nndoc-type-alist): Change forward regexp.
1630
1631 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1632
1633         * message.el (message-send-mail-partially-limit): Change the
1634         default value.
1635
1636 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1637
1638         * gnus-util.el (gnus-extract-address-components): Name might be
1639         "".
1640
1641 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1642
1643         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1644         (gnus-summary-post-forward): Ditto.
1645         * message.el (message-forward-show-mml): New variable.
1646         (message-forward): Use it.
1647         * mml.el (mml-parse-1): Add tag mml.
1648         (mml-read-part): Ditto.
1649         (mml-generate-mime): Support reentance.
1650         (mml-generate-mime-1): Support mml tag.
1651
1652 2000-04-27  Dave Love  <fx@gnu.org>
1653
1654         * gnus-art.el: Don't bother to require custom, browse-url.
1655         (gnus-article-x-face-command): Include gnus-article-display-xface.
1656
1657         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1658         Use defalias, not fset.
1659         (gnus-article-display-xface): New function.
1660
1661         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1662
1663         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1664         (mm-xemacs-p): Deleted.
1665         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1666         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1667         use create-image and don't special-case xbm.
1668         (mm-valid-image-format-p): Use display-graphic-p.
1669
1670 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1671
1672         * message.el (message-send-mail-partially-limit): New variable.
1673         (message-send-mail-partially): New function.
1674         (message-send-mail): Use it.
1675         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1676         all blank lines inside of base64.
1677         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1678         blank lines.
1679
1680 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1681
1682         * mml.el (mml-insert-tag): Match more special characters.
1683
1684 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1685
1686         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1687
1688 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1689
1690         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1691         (mm-inlined-types): Ditto.
1692         * mm-partial.el: New file.
1693
1694 2000-04-27  Dave Love  <fx@gnu.org>
1695
1696         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1697         matter in Emacs 21.
1698
1699 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1700
1701         * mm-bodies.el (mm-encode-body): Remove reference to
1702         mm-default-charset in comment.
1703
1704 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1705
1706         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1707
1708 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1709
1710         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1711         let.
1712
1713 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1714
1715         * gnus-draft.el (gnus-draft-setup): Fix comments.
1716
1717 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1718
1719         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1720         if nnmbox-file-coding-system-for-write is nil.
1721
1722 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1723
1724         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1725         header if nil.
1726
1727 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1728
1729         * mm-view.el (mm-inline-text): Insert directly if decoded.
1730         * mml.el (autoload): Typo.
1731
1732 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1733
1734         * mml.el (mml-preview): Set up posting-charset.
1735         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1736
1737 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1738
1739         * webmail.el: Fix yahoo mail.
1740
1741 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1742
1743         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1744         word if not necessary.
1745         (rfc2047-encode-region): Put space between encoded words.
1746
1747 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1748
1749         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1750
1751 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1752
1753         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1754         required.
1755         (gnus-draft-edit-message): Require restoration.
1756
1757 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1758
1759         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1760         back.
1761
1762 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1763
1764         * gnus-art.el (gnus-treat-article): Make sure that the summary
1765         buffer is live.
1766
1767 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1768
1769         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1770         (mailcap-parse-mailcap): Backwards parsing.
1771         (mailcap-possible-viewers): Remove nreverse.
1772         (mailcap-mime-info): Ditto.
1773         (mailcap-add-mailcap-entry): Keep alternative viewer.
1774
1775 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1776
1777         * gnus.el: Gnus v5.8.5 is released.
1778
1779 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
1782
1783         * gnus-util.el (gnus-netrc-machine): Default to nntp.
1784
1785         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
1786
1787 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
1788
1789         * mm-view.el (mm-inline-message): Disable prepare-hook.
1790
1791 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * gnus.el: Fix copyright statements.
1794
1795         * gnus-sum.el (gnus-alter-articles-to-read-function): New
1796         variable.
1797         (gnus-articles-to-read): Use it.
1798
1799         * message.el (message-get-reply-headers): Bind free variable.
1800
1801 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1802
1803         * message.el (message-get-reply-headers): Fix to-address.
1804
1805 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1806
1807         * webmail.el: Hotmail fix. Add a debug function.
1808
1809 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * gnus-sum.el (t): M-down and M-up.
1812
1813 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1814
1815         * gnus-sum.el: Doc fix.
1816
1817 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
1818
1819         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
1820
1821 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
1824         string.
1825         (nnweb-request-group): Don't scan twice.
1826         (nnweb-request-scan): Don't nix out the hashtb.
1827
1828         * message.el (message-get-reply-headers): Return a value.
1829
1830 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
1831
1832         * gnus-art.el (gnus-button-url-regexp): New value to match naked
1833         urls.
1834
1835 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
1838         order messages are inserted.
1839
1840         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
1841         message/rfc822 parts.
1842
1843         * gnus-art.el (gnus-article-read-summary-keys): Check for
1844         numerical values.
1845
1846         * message.el (message-get-headers): Made into own function.
1847         (message-reply): Use it.
1848         (message-get-reply-headers): Renamed.
1849         (message-widen-reply): New command.
1850
1851 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1852
1853         * nntp.el (nntp-retrieve-data): Report the error and return nil.
1854
1855 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1856
1857         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
1858         non-base64 text at the end if not found.
1859
1860 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
1861
1862         * gnus-sum.el (gnus-read-move-group-name):
1863         (gnus-summary-move-article): Use `gnus-group-method' to find out
1864         what method the manually entered group belong to.
1865         `gnus-group-name-to-method' doesn't return any method parameters
1866         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
1867         for new groups so they wouldn't work.
1868
1869 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
1872         override.
1873
1874 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1875
1876         * nnmail.el (nnmail-cache-insert): Does some stuff that is
1877         probably good to do, or something.  I dunno.  I just write these
1878         ChangeLog entries, and my name is Lars.
1879
1880 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
1881
1882         * message.el (message-caesar-region): Use translate-region.
1883
1884 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
1885
1886         * gnus-group.el (gnus-group-catchup-current): Doc fix.
1887
1888 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
1891         variables, because that makes Emacs flash.
1892
1893         * gnus-group.el (gnus-group-insert-group-line): Don't call
1894         gnus-group-add-icon unconditionally.
1895
1896         * gnus-xmas.el (gnus-group-add-icon): Moved here.
1897
1898         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
1899         xmas.
1900         (gnus-group-glyph-directory): Removed.
1901
1902 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
1903
1904         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
1905         gnus-newsgroup-name is "".
1906
1907 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
1908
1909         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
1910         in conjunction with MULE-UCS.
1911
1912 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
1913
1914         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
1915
1916 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * dgnushack.el (last, mapcon, member-if, union): New compiler
1919         macros for emulating cl functions.
1920
1921 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
1922
1923         * message.el (message-shorten-references): Only cater to broken
1924         INN for news. This caters for broken smtpd.
1925
1926 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * mailcap.el (mailcap-mime-info): Use the first match; not the
1929         last.
1930
1931         * gnus-agent.el (gnus-category-kill): Save the category list.
1932
1933 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
1934
1935         * gnus-sum.el (gnus-summary-move-article): Do something or other.
1936
1937 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
1940
1941 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
1944
1945 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1946
1947         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
1948         (gnus-group-list-cached): Use it.
1949
1950 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus.el: Update all the copyright notices.
1953
1954 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
1955
1956         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1957         non-base64 text at the end.
1958
1959 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
1962
1963 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * nnheader.el: Don't autoload cancel-function-timers.
1966
1967         * message.el (message-fetch-field): Fold case.
1968
1969 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1970
1971         * message.el (message-forward-before-signature): New variable.
1972
1973 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1974
1975         * gnus-mlspl.el: Fix stuff.
1976
1977 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
1980         subjects when unthreaded.
1981
1982 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
1983
1984         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
1985         well.
1986
1987 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
1988
1989         * gnus-art.el (gnus-article-mode): Fix variable name.
1990
1991 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * mm-view.el: Fix autoload.
1994
1995         * flow-fill.el (flow-fill): Fix provide.
1996
1997         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
1998         nil.
1999
2000 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2001
2002         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2003
2004 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus-util.el (gnus-netrc-machine): Didn't work.
2007
2008 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2009
2010         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2011
2012 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * flow-fill.el: Renamed from fill-flowed.
2015
2016         * message.el (message-forward-ignored-headers): Default to
2017         removing CTE.
2018
2019 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2020
2021         * message.el (message-mode): Don't fill headers.
2022
2023 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * message.el (message-pipe-buffer-body): Use shell
2026
2027 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2028
2029         * nnvirtual.el (nnvirtual-request-article):
2030         Bind gnus-override-method to nil.
2031         (nnvirtual-request-update-mark): Don't update mark when
2032         article is not there.
2033
2034 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2035
2036         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2037
2038 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-util.el (gnus-parse-netrc): Allow "port".
2041         (gnus-netrc-machine): Take a port param.
2042         (gnus-netrc-machine):
2043
2044         * gnus-art.el (gnus-request-article-this-buffer): Allow
2045         re-selecting referenced articles.
2046
2047         * message.el (message-cancel-news): Allow editing.
2048         (message-cancel-message): Add newline.
2049
2050 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2051
2052         * mm-view.el (mm-inline-image-emacs): New function.
2053
2054 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * mail-source.el (mail-source-delete-incoming): Change default in
2057         cvs.
2058
2059 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2060
2061         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2062         function.
2063
2064 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * nnml.el (nnml-request-expire-articles): Use it.
2067
2068         * nnmail.el (nnmail-expiry-target): New variable.
2069         (nnmail-expiry-target-group): New function.
2070
2071 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2072
2073         * message.el (message-forward): Add non-MIME separators.
2074
2075 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * message.el (message-generate-headers): Respect the syntax check
2078         spec.
2079
2080         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2081         (gnus-remove-thread): Don't show all threads.
2082
2083 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2084
2085         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2086
2087 2000-04-19  Dave Love  <fx@gnu.org>
2088
2089         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2090
2091 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2092
2093         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2094         (nnwarchive-egroups-*): Ditto.
2095         (nnwarchive-url): Unibyte buffer and single line cookie.
2096
2097 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2098
2099         * mm-util.el (mm-char-or-char-int-p): New alias.
2100         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2101         entities.
2102
2103 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2104
2105         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2106         article case insensitively.
2107
2108 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2109
2110         * mail-source.el (mail-source-fetch-webmail): Use the default
2111         password provided in mail-sources; use webmail:subtype:user as
2112         the key.
2113
2114 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2115
2116         * mail-source.el (mail-source-fetch-webmail): Use
2117         mail-source-password-cache.
2118
2119 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2120
2121         * webmail.el: Add netscape mail and fix HotMail mail.
2122
2123 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2124
2125         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2126
2127 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2128
2129         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2130         RFC822.PEEK if server support IMAP4rev1.
2131         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2132         RFC822.TEXT.PEEK if server support IMAP4rev1.
2133         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2134         RFC822.HEADER if server support IMAP4rev1.
2135         (nnimap-request-article-part): Support bodydetail in response
2136         data.
2137
2138 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2139
2140         * fill-flowed.el: New file.
2141
2142         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2143         text/plain parts with `format' parameters.
2144
2145         * mm-view.el (autoload): Autoload fill-flowed.
2146         (mm-inline-text): For "plain" parts with a format=flowed
2147         parameter, call `fill-flowed'.
2148
2149 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2152         slashdot ids.
2153
2154 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2157         format.
2158
2159 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2160
2161         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2162         `imtest' too.
2163         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2164         (imap-gssapi-program): New variable.
2165         (imap-streams): Add gssapi.
2166         (imap-stream-alist): Ditto.
2167         (imap-authenticators): Ditto.
2168         (imap-authenticator-alist): Ditto.
2169         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2170         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2171         1.6.x `imtest' syntax.
2172         (imap-gssapi-stream-p): New function.
2173         (imap-gssapi-open): Ditto.
2174         (imap-gssapi-auth-p): Ditto.
2175         (imap-gssapi-auth): Ditto.
2176         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2177         (imap-send-command): Use buffer-local `imap-client-eol' value.
2178
2179         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2180         lines and turn TAB into SPC before parsing.
2181
2182 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2183
2184         * nnheader.el (nnheader-group-pathname): Make sure to return a
2185         directory.
2186         * nnmail.el (nnmail-group-pathname): Ditto.
2187
2188 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2189
2190         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2191         might split in the middle of a message-id.
2192
2193 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2196         groups from the server.
2197
2198         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2199         (gnus-summary-toggle-header): Update the wash status.
2200
2201         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2202         Moved here.
2203
2204         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2205         setting.
2206
2207         * nnmail.el (nnmail-get-active): Use it.
2208         (nnmail-parse-active): New function.
2209
2210         * mm-view.el (mm-inline-text): Support the new version of
2211         vcard.el.
2212
2213         * gnus-sum.el (gnus-summary-move-article): Only delete article
2214         when moving junk.
2215         (gnus-deaden-summary): Bury the buffer.
2216
2217         * nnmail.el (nnmail-group-pathname): Ditto.
2218
2219         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2220
2221 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2222
2223         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2224         whether Mule.
2225
2226 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * message.el (message-send-mail): Protect against unloaded Gnus.
2229
2230         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2231         parent.
2232         (gnus-topic-update-topic-line): Yes, do.
2233         (gnus-topic-goto-missing-group): Tally the correct number of
2234         unread articles before inserting the topic line.
2235
2236 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2239
2240 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * mm-decode.el (mm-dissect-buffer): Ditto.
2243
2244         * gnus-art.el (article-decode-charset): Strip CTE.
2245
2246         * ietf-drums.el (ietf-drums-strip): New function.
2247
2248         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2249         when prompting in read-only groups.
2250
2251 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2252
2253         * imap.el (imap-send-command): Change EOL-chars when
2254         `imap-client-eol' differs from default, not only for kerberos4.
2255         (imap-mailbox-status): Get encoded mailbox's status.
2256
2257 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2258
2259         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2260         into `mail-source-password-cache'.
2261
2262 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2263
2264         * mm-util.el (mm-mime-charset): Check for presence of
2265         `coding-system-get' and `get-charset-property' (recent XEmacs has
2266         the former, but not the latter).
2267
2268 2000-01-28  Dave Love  <fx@gnu.org>
2269
2270         * message.el (message-check-news-header-syntax): Fix typo
2271         `newsgroyps'.
2272         (message-talkative-question): Put temp buffer in fundamental-mode.
2273         (message-recover): Use fundamental-mode in the right buffer.
2274
2275         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2276         right buffer.
2277
2278 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2279
2280         * qp.el (quoted-printable-decode-region): Add charset parameter.
2281         (quoted-printable-decode-string): Ditto.
2282
2283         * gnus-art.el (article-de-quoted-unreadable): Use it.
2284
2285 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2286
2287         * nnimap.el (nnimap-split-predicate): New variable.
2288         (nnimap-split-articles): Use it.
2289
2290 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2291
2292         * utf7.el: Change email address.
2293
2294 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * gnus-group.el (gnus-group-catchup): Purge split history.
2297
2298 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2299
2300         * nnmail.el (nnmail-generate-active): Support extended group name.
2301         (nnmail-get-active): Ditto.
2302
2303 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2304
2305         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2306         group names, don't remove anything.
2307
2308 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2309
2310         * webmail.el (webmail-my-deja-open): My-deja changes.
2311
2312 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2313
2314         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2315
2316 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2317
2318         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2319
2320 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2321
2322         * gnus.el (gnus-other-frame): Fix typo.
2323
2324 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2325
2326         * gnus-cus.el (gnus-group-customize): Fix typo.
2327
2328 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * nnweb.el (nnweb-insert): Simplified.
2331
2332 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * gnus-art.el (gnus-article-mode-map): "e" is
2335         gnus-summary-edit-article.
2336
2337 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2338
2339         * mailcap.el (mailcap-mime-extensions): Add .diff.
2340
2341 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2342
2343         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2344         there is no "%s" in the method.
2345
2346 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2347
2348         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2349
2350 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2353
2354         * gnus.el: Really always pop up a new frame.
2355
2356         * parse-time.el (parse-time-rules): Allow 100-110 to be
2357         2000-2010.
2358
2359         * time-date.el (date-to-time): Don't use timezone.
2360
2361 2000-01-06  Dave Love  <fx@gnu.org>
2362
2363         * time-date.el: Add keywords.
2364         (date-to-time): Add autoload cookie.  Canonicalize with
2365         timezone-make-date-arpa-standard.
2366         (time-to-seconds): Avoid caddr.
2367         (safe-date-to-time): Add autoload cookie.
2368
2369         * base64.el: Require cl when compiling.
2370
2371 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2372
2373         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2374         eyecandy.
2375         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2376         group line using gnus-group-add-icon.
2377         (gnus-group-icons): Added customize group.
2378         (gnus-group-icon-list): Added variable.
2379         (gnus-group-glyph-directory): Added variable.
2380         (gnus-group-icon-cache): Added variable.
2381         (gnus-group-running-xemacs): Added variable.
2382         (gnus-group-add-icon): Added function. Add an icon to the current
2383         line according to gnus-group-icon-list.
2384         (gnus-group-icon-create-glyph): Added function.
2385
2386 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-sum.el (gnus-summary-select-article): Return whether we
2389         selected something new.
2390         (gnus-summary-search-article): Start searching at the window
2391         point.
2392
2393         * gnus-group.el (gnus-fetch-group): Complete over
2394         gnus-active-hashtb.
2395
2396 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2397
2398         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2399
2400 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * gnus-sum.el (gnus-preserve-marks): New variable.
2403         (gnus-summary-move-article): Use it.
2404         (gnus-group-charset-alist): Added more entries.
2405
2406 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2409
2410         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2411         as the default score.
2412
2413         * gnus-score.el (gnus-score-delta-default): Changed name.
2414
2415 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2416
2417         * imap.el (imap-parse-literal):
2418         (imap-parse-flag-list): Don't care about props.
2419         (imap-parse-string): Handle quoted characters.
2420
2421 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2424         (gnus-summary-mark-article): Doc fix.
2425         (gnus-summary-mark-forward): Doc fix.
2426         (t): Changed keystroke for gnus-summary-customize-parameters.
2427
2428         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2429         "e".
2430         (gnus-article-mode-map): No, don't.
2431
2432         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2433         of the final article.
2434
2435         * mm-decode.el (mm-interactively-view-part): Error on no method.
2436
2437 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2438
2439         * gnus-score.el (gnus-score-insert-help): Something.
2440
2441         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2442
2443         * gnus-win.el (gnus-configure-frame): Ditto.
2444
2445         * gnus-mh.el (gnus-summary-save-in-folder): Use
2446         with-current-buffer.
2447
2448 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * nnwarchive.el: Changed file perms.
2451
2452 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * gnus-group.el (gnus-group-delete-groups): New command.
2455         (gnus-group-delete-group): Extra no-prompt parameters.
2456
2457 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2460         <p>.
2461
2462 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2463
2464         * webmail.el (webmail-hotmail-article): Don't insert message id.
2465
2466 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2467
2468         * nnimap.el (nnimap-split-fancy): New variable.
2469         (nnimap-split-fancy): New function.
2470
2471 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2472
2473         (nnimap-split-rule): Document symbol value.
2474
2475 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2476
2477         * nnimap.el (nnimap-retrieve-headers-progress): Let
2478         `nnheader-parse-head' parse article.
2479         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2480         request headers needed by `nnheader-parse-head'.
2481
2482 1999-12-23  Florian Weimer  <fw@s.netic.de>
2483
2484         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2485         value (crosspostings are handled), improve documentation.
2486
2487         * smiley.el: Declare file coding system as iso-8859-1.
2488
2489         * nnultimate.el: Dito.
2490
2491         * message.el: Dito.
2492
2493         * gnus-cite.el: Dito.
2494
2495         * gnus-spec.el: Dito.
2496
2497 1999-12-21  Florian Weimer  <fw@s.netic.de>
2498
2499         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2500         (gnus-setup-message): No longer make `message-posting-charset'
2501         buffer-local.
2502         (gnus-setup-posting-charset): Reflect the new layout of
2503         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2504
2505         * message.el (message-send-mail): Bind `message-this-is-mail' and
2506         `message-posting-charset'.
2507         (message-send-news): Dito, and honour new layout of
2508         `message-posting-charset'.
2509         (message-encode-message-body): Ignore `message-posting-charset'.
2510
2511         * mm-bodies.el (mm-body-encoding): Consider
2512         `message-posting-charset' when deciding whether to use 8bit.
2513
2514         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2515         (rfc2047-encodable-p): Now solely for headers; use
2516         `message-posting-charset'.
2517
2518 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2519
2520         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2521
2522 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2523
2524         * nnagent.el (nnagent-server-opened): Optional.
2525         (nnagent-status-message): Optional.
2526
2527 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2528
2529         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2530         end (referenced by instructions in
2531         `gnus-cited-opened-text-button-line-format-alist').
2532
2533 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2534
2535         * imap.el (imap-starttls-open): Typo.
2536
2537 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2538
2539         * mm-util.el (mm-charset-after): Non-MULE case.
2540         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2541         * rfc2047.el (rfc2047-dissect-region): Bind it.
2542
2543 1999-12-18  Florian Weimer  <fw@s.netic.de>
2544
2545         * mml.el (mml-generate-multipart-alist): Correct default value.
2546
2547         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2548         (mm-safer-encoding): New function.
2549         (mm-content-transfer-encoding): Use both.
2550
2551         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2552         * qp.el (quoted-printable-encode-region): Dito.
2553
2554 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2555
2556         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2557
2558 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2559
2560         * webmail.el (webmail-hotmail-list): raw=0.
2561
2562 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2563
2564         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2565         group name.
2566
2567 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2568
2569         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2570
2571 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2572
2573         * imap.el: Don't autoload digest-md5.
2574         (imap-starttls-open): Bind coding-system-for-{read,write}.
2575         (imap-starttls-p): Check if we can find starttls.el.
2576         (imap-digest-md5-p): Check if we can find digest-md5.el.
2577
2578 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2579
2580         * base64.el (base64-encode-string): Accept 2nd argument
2581         `no-line-break'.
2582
2583         * imap.el: Require `digest-md5' when compiling; add autoload
2584         settings for `digest-md5-parse-digest-challenge',
2585         `digest-md5-digest-response', `starttls-open-stream' and
2586         `starttls-negotiate'.
2587         (imap-authenticators): Add `digest-md5'.
2588         (imap-authenticator-alist): Setup for `digest-md5'.
2589         (imap-digest-md5-p): New function.
2590         (imap-digest-md5-auth): New function.
2591         (imap-stream-alist): Add STARTTLS entry.
2592         (imap-starttls-p): New function.
2593         (imap-starttls-open): New function.
2594
2595 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2596
2597         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2598
2599 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2600
2601         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2602         string-to-x function.
2603
2604 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2605
2606         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2607
2608 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2609
2610         * webmail.el: Enhance hotmail-snarf.
2611
2612 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2613
2614         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2615
2616 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2617
2618         * webmail.el (webmail-hotmail-list): Search no-error.
2619
2620 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2621
2622         * nnwarchive.el: Support nov-is-evil.
2623         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2624         Set it if non-nil.
2625         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2626
2627 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2628
2629         * nnagent.el (nnagent-server-opened): Redefine.
2630         (nnagent-status-message): Ditto.
2631
2632 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2633
2634         * rfc1843.el (rfc1843-decode-region): Use
2635         buffer-substring-no-properties.
2636         * gnus-art.el (article-decode-HZ): New function.
2637
2638 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2639
2640         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2641
2642 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2643
2644         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2645         MIME charset not a MULE charset.
2646
2647 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2648
2649         * gnus-ems.el: Translate more ugly characters.
2650         * nnheader.el (nnheader-translate-file-chars): Don't translate
2651         the second ':'.
2652
2653 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2654
2655         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2656         method if cannot find the article.
2657
2658 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2659
2660         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2661         method if overrided.
2662
2663 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2664
2665         * mail-source.el (mail-source-fetch-webmail): Parameter
2666         dontexpunge.
2667
2668 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2669
2670         * webmail.el: Support my-deja. Better error report.
2671
2672 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2673
2674         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2675         is bad.
2676         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2677         is not 1.
2678
2679 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2680
2681         * nnslashdot.el (nnslashdot-request-article): A space.
2682
2683 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2684
2685         * nnagent.el: Support different backend with same name.
2686
2687 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2688
2689         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2690         archived group.
2691         (nnslashdot-sane-retrieve-headers): Ditto.
2692         (nnslashdot-request-article): Ditto.
2693
2694 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2695
2696         * nnweb.el (nnweb-insert): Narrow to point.
2697
2698 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2699
2700         * nnweb.el (nnweb-insert): Follow refresh url.
2701         * nnslashdot.el: Use it.
2702
2703 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2704
2705         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2706         (nnweb-decode-entities-string): New function.
2707
2708         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2709         nnweb-* and move to nnweb.el.
2710         * nnwarchive.el: Use nnweb-decode-entities, etc.
2711         * webmail.el: Ditto.
2712
2713         * nnslashdot.el: Use nnweb-decode-entities-string.
2714         (nnslashdot-decode-entities): Remove.
2715
2716 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2717
2718         * nnslashdot.el: Decode entities.
2719
2720 1999-12-12  Dave Love  <fx@gnu.org>
2721
2722         * gnus-agent.el (gnus-category-edit-groups)
2723         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2724         expansion of setf, fixed.
2725
2726 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2727
2728         * gnus-agent.el: Revoke last Dave Love's patch, because of
2729         incompatibility of XEmacs.
2730
2731 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2732
2733         * mm-uu.el: Change headers.
2734         * rfc1843.el: Ditto.
2735         * uudecode.el: Ditto.
2736
2737 1999-12-07  Dave Love  <fx@gnu.org>
2738
2739         * gnus-agent.el (gnus-category-edit-predicate)
2740         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2741         inside backquote to avoid it at runtime.
2742
2743 1999-12-07  Dave Love  <fx@gnu.org>
2744
2745         * binhex.el: Require cl when compiling.
2746
2747 1999-12-04  Dave Love  <fx@gnu.org>
2748
2749         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2750
2751 1999-12-04  Dave Love  <fx@gnu.org>
2752
2753         * mm-util.el (mm-delete-duplicates): New function.
2754         (mm-write-region): Use it.
2755
2756         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2757
2758         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2759         mm-delete-duplicates.
2760
2761         * imap.el (imap-open, imap-debug): Avoid mapc.
2762
2763         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2764
2765         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2766         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2767
2768         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2769         runtime.
2770
2771         * gnus.el (gnus-select-method): Likewise.
2772
2773         * nnheader.el (nnheader-nov-read-integer): Likewise.
2774
2775         * mm-view.el (mm-inline-message): Require cl when compiling.
2776         Avoid ignore-errors at runtime.
2777         (mm-inline-text): Avoid mapc.
2778
2779 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2780
2781         * gnus-art.el (article-decode-charset): Widen is bad.
2782
2783 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2784
2785         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
2786
2787 1999-12-12  Florian Weimer  <fw@s.netic.de>
2788
2789         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
2790         indicate that only US-ASCII is permitted.
2791         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
2792         use unencoded 8-bit characters in message headers.
2793
2794 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2795
2796         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
2797         CRLF.
2798
2799 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2800
2801         * webmail.el: Require url-cookie.
2802
2803 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
2804
2805         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
2806         new function to make modified caesar table.
2807         (nnwarchive-from-r13): Use it.
2808         (nnwarchive-mail-archive-article): Improved.
2809
2810 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
2811
2812         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
2813
2814 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2815
2816         * nnweb.el (nnweb-request-article): Return cons.
2817
2818 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2819
2820         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
2821
2822 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2823
2824         * mm-util.el (mm-with-unibyte): New macro.
2825         * nnweb.el (nnweb-init): Use it.
2826
2827 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
2828
2829         * mm-util.el (mm-charset-after): New function.
2830         (mm-find-mime-charset-region): Set charsets after
2831         delete-duplicates and use find-coding-systems-region.
2832         (mm-find-charset-region): Remove composition.
2833
2834         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
2835
2836         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
2837
2838 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2839
2840         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
2841         * mml.el (mml-confirmation-set): New variable.
2842         (mml-parse-1): Ask user to confirm.
2843
2844 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
2845
2846         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
2847         are scanned when we have directory mail-sources (the mail source
2848         is modified in that case, so we must scan it for all
2849         groups/methods).
2850
2851 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2852
2853         * nnml.el (nnml-request-move-article): Save nnml-current-directory
2854         and nnml-article-file-alist.
2855
2856 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
2857
2858         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
2859         nnmail-fetched-sources.
2860
2861 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
2862
2863         * mm-util.el (mm-find-charset-region): Use the last charset.
2864
2865 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2866
2867         * gnus.el (gnus-select-method): Made the option list prettier.
2868
2869 1999-12-08  Florian Weimer  <fw@s.netic.de>
2870
2871         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
2872         for the `de' newsgroups hierarchy, as it is common practice there.
2873
2874
2875 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2876
2877         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
2878         buffer-string arguments. Fix references.
2879
2880 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2881
2882         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
2883         (gnus-agent-batch-fetch): Use it.
2884         (gnus-agent-fetch-session): Use it.
2885
2886 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2887
2888         * mm-util.el (mm-find-mime-charset-region): Delete nil.
2889
2890 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2891
2892         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
2893         nil.
2894
2895 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
2896
2897         * nnslashdot.el (nnslashdot-request-list): There were two
2898         top-level body-forms.  Put a `progn' around them.
2899
2900         * gnus.el (gnus-select-method): Use `condition-case'
2901         instead of `ignore-errors', since cl may not be loaded when the
2902         form is evaluated.
2903
2904 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2905
2906         * nnwarchive.el: Support www.mail-archive.com.
2907
2908 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2909
2910         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
2911         do anything.
2912
2913 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
2914
2915         * utf7.el: New file, written by Jon K Hellan.
2916
2917         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
2918         default to t.
2919
2920 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * nnslashdot.el (nnslashdot-request-delete-group): New function.
2923
2924         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
2925         current.
2926         (gnus-refer-article-methods): New function.
2927         (gnus-summary-refer-article): Use it.
2928
2929 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
2930
2931         * nnimap.el (nnimap-retrieve-groups): Return active format.
2932
2933         * nnimap.el (nnimap-replace-in-string): Removed.
2934         (nnimap-request-list):
2935         (nnimap-retrieve-groups):
2936         (nnimap-request-newgroups): Quote group instead of escaping SPC.
2937
2938 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
2939
2940         * imap.el: Use format-spec for ssl program.
2941         * imap.el (imap-ssl-arguments): Removed.
2942         (imap-ssl-open-{1,2}): Removed.
2943
2944 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2945
2946         * gnus-start.el (gnus-site-init-file): Use `condition-case'
2947         instead of `ignore-errors', since cl may not be loaded when the
2948         form is evaluated.
2949
2950 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2951
2952         * mm-bodies.el (mm-8bit-char-regexps): Removed.
2953         (mm-7bit-chars): New variable.
2954         (mm-body-7-or-8): Use it in both cases.
2955
2956 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2957
2958         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
2959           defcustom definitions.
2960
2961 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
2962
2963         * mm-decode.el (mm-display-part): Let mm-display-external return
2964         inline or external.
2965         (mm-display-external): For copiousoutput methods, insert output in
2966         buffer.
2967
2968 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2969
2970         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
2971         buffer.
2972
2973 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974
2975         * gnus-audio.el: An M too far.
2976
2977         * gnus-msg.el (gnus-setup-message): One backtick too many.
2978
2979         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
2980         a function, not a variable.
2981
2982 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
2983
2984         * gnus-score.el (gnus-score-body): Widen before requesting.
2985
2986 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
2989
2990 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2991
2992         * mail-source.el (mail-source-fetch-webmail): Bind
2993         mail-source-string.
2994
2995 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
2996
2997         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
2998         (gnus-uu-unmark-by-regexp): Ditto.
2999
3000         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3001         dead groups.
3002
3003 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3006         do their real thing.
3007
3008         * nnmh.el (nnmh-be-safe): Doc fix.
3009
3010         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3011
3012         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3013         status line has arrived before we count it.
3014
3015         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3016
3017         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3018         Whitespace problems.
3019
3020         * gnus-win.el (gnus-configure-windows): Error fix.
3021
3022         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3023         right function.
3024
3025         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3026         Indent all functions.  Fix all comments to match the comment
3027         conventions.  Double-space after full stop.
3028
3029 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3030
3031         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3032         value to divide received mails into my favorite groups and I met
3033         an error.  It takes place if the length of a element "VALUE" in
3034         nnmail-split-fancy is less than two.
3035
3036 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3037
3038         * mml.el (mml-insert-part): New function.
3039
3040 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * lpath.el: Add `sc-cite-regexp'.
3043
3044 1999-12-02  Dave Love  <fx@gnu.org>
3045
3046         * mm-decode.el: Customize.
3047
3048 1999-12-03  Dave Love  <fx@gnu.org>
3049
3050         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3051         the W3 stuff isn't available.
3052
3053 1999-12-03  Dave Love  <fx@gnu.org>
3054
3055         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3056         at runtime.
3057
3058 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3059
3060         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3061
3062 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3063
3064         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3065         don't be fooled by "From nobody" lines added by respooling.
3066
3067         * pop3.el (pop3-movemail): Write crashbox in binary.
3068         (pop3-get-message-count): New function.
3069
3070         * mail-source.el (mail-source-primary-source): New variable.
3071         (mail-source-report-new-mail-interval): New variable.
3072         (mail-source-idle-time-delay): New variable.
3073         (mail-source-new-mail-available): New internal variable.
3074         (mail-source-fetch-pop): Clear new mail flag, when mail from
3075         primary source has been fetched.
3076         (mail-source-check-pop): New function.
3077         (mail-source-new-mail-p): New function.
3078         (mail-source-start-idle-timer): New function.
3079         (mail-source-report-new-mail): New function.
3080         (mail-source-report-new-mail): New internal variable.
3081         (mail-source-report-new-mail-timer): New internal variable.
3082         (mail-source-report-new-mail-idle-timer): New internal variables.
3083
3084 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3085
3086         * gnus-cus.el (gnus-group-customize): Customize fix.
3087
3088 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3089
3090         * message.el (message-send-mail-with-sendmail): Use
3091         message-make-address.
3092
3093 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3094
3095         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3096
3097 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3098
3099         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3100
3101 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3102
3103         * mml.el (mml-insert-tag): Don't close the tag.
3104         (mml-insert-empty-tag): New function.
3105         (mml-attach-file): Use mml-insert-empty-tag instead of
3106         mml-insert-tag.
3107         (mml-attach-buffer): Ditto.
3108         (mml-attach-external): Ditto.
3109         (mml-insert-multipart): Ditto.
3110
3111 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3112
3113         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3114         the article number.
3115
3116 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3117
3118         * gnus.el (gnus-find-method-for-group): The method of a new group
3119         is not the native one.
3120
3121 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3124
3125 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * nnultimate.el (nnultimate-retrieve-headers): Use
3128         mm-with-unibyte-current-buffer.
3129         (nnultimate-request-article): Ditto.
3130
3131 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3132
3133         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3134
3135 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3136
3137         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3138         * nnweb.el (nnweb-retrieve-headers): Use it.
3139         (nnweb-request-article): Use it.
3140
3141         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3142         case matching failed.
3143
3144 1999-12-02  John Wiegley <jwiegley@inprise.com>
3145
3146         * mail-source.el (mail-source-keyword-map): Add backslash to
3147         Delete-flag.
3148
3149 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3152         Latin-1.
3153         (gnus-group-charset-alist): No, don't.
3154
3155         * nnweb.el (nnweb-init): Make the buffer unibyte.
3156
3157 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3158
3159         * mail-source.el (mail-source-set-common-1): Fix to get the
3160         default value.
3161
3162 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3165
3166         * nnultimate.el (nnultimate-request-list): Use unibyte.
3167
3168         * gnus-uu.el (gnus-uu-grab-articles): Bind
3169         gnus-display-mime-function to nil.
3170
3171         * message.el (message-send-mail-with-sendmail): Use the
3172         user-mail-address variable.
3173
3174         * gnus-art.el (gnus-ignored-headers): More headers.
3175
3176         * message.el (message-shorten-1): Use list.
3177
3178 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3181         signatures.
3182
3183         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3184         (nnweb-dejanews-create-mapping): Do the properish date.
3185
3186 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3187
3188         * mail-source.el (mail-source-common-keyword-map): New variable.
3189         (mail-source-bind-common): New macro.
3190         (mail-source-fetch): Support plugged mail source.
3191         * gnus-int.el (gnus-request-scan): Use them.
3192
3193 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * mm-view.el (mm-inline-message): Check whether charset is a
3196         string.
3197
3198         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3199
3200         * message.el (message-mode-map): Changed keystroke for
3201         message-yank-buffer.
3202
3203 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3204
3205         * message.el (message-shorten-references): Cut references to 31
3206         elements, then either fold them or shorten them to 988 characters.
3207         (message-shorten-1): New function.
3208         (message-cater-to-broken-inn): New variable.
3209
3210 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3211
3212         * nnslashdot.el (nnslashdot-lose): New function.
3213
3214 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * mm-view.el (mm-inline-message): Not the right type of charset is
3217         being fetched here.  Let the group charset rule.
3218         (mm-inline-message): Ignore us-ascii.
3219
3220 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3221
3222         * mail-source.el (mail-source-fetch-maildir): work around the
3223         ommitted "file-regular-p" in efs/ange-ftp
3224
3225 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3228         (mml-generate-mime-1): Use the encoding param.
3229
3230         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3231
3232         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3233         gnus-art before binding its variables.
3234
3235         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3236         after the MIME.
3237
3238 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3239
3240         * message.el (message-clone-locals): Use it.
3241
3242         * gnus-msg.el (gnus-configure-posting-styles): Make
3243         user-mail-address local.
3244
3245 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3246
3247         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3248         once.
3249
3250 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3253         (message-clone-locals): Ditto.
3254
3255         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3256         group inherit reply-to or from.
3257
3258 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3259
3260         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3261         for charset.
3262         (gnus-summary-show-article-charset-alist): New variable.
3263
3264         * mm-bodies.el (mm-decode-string): Support gnus-all and
3265         gnus-unknown.
3266         (mm-decode-body): Ditto.
3267         * rfc2047.el (rfc2047-decode): Ditto.
3268
3269 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * mail-source.el (mail-source-delete-incoming): Change default to
3272         t.
3273
3274 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3275
3276         * gnus.el: Pterodactyl Gnus v0.99 is released.
3277
3278 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3281
3282         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3283         spec.
3284
3285         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3286         (gnus-configure-posting-styles): No, don't.
3287         (gnus-configure-posting-styles): Allow overriding files.
3288
3289         * gnus-art.el (gnus-header-button-alist): Use browse-url
3290         directly.
3291
3292         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3293
3294         * gnus-msg.el (gnus-summary-yank-message): New command and
3295         keystroke.
3296
3297         * message.el (message-yank-buffer): New command.
3298         (message-buffers): New function.
3299
3300         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3301         next group in a more normal fasion.
3302
3303         * mml.el (mml-boundary-function): New variable.
3304         (mml-compute-boundary): Use it.
3305
3306         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3307         that exist for them.
3308
3309         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3310         (gnus-async-timer): New variable.
3311
3312 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * nnultimate.el (nnultimate-request-list): Be more lenient with
3315         root addresses.
3316
3317 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * gnus-art.el (gnus-treatment-function-alist): Do
3320         gnus-treat-capitalize-sentences.
3321
3322 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3323
3324         * webmail.el (webmail-hotmail-article): Hotmail changes the
3325         format.
3326
3327 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3328
3329         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3330         switch to buffer after calling program.
3331         (mm-display-external): Use `shell-command-switch' instead of "-c".
3332
3333 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3336         read groups file.
3337
3338         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3339         <p>.
3340
3341 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * message.el (message-mode): Doc fix.
3344
3345 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3346
3347         * gnus-art.el (article-emphasize): Check group variable.
3348         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3349
3350 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3351
3352         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3353         type.
3354
3355 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3356
3357         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3358
3359 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3360
3361         * mml.el (mml-quote-region): Insert ! after the hash.
3362
3363 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3364
3365         * gnus-group.el (gnus-group-warchive-address-history): Change to
3366         nil.
3367
3368 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3369
3370         * webmail.el: Support mail.yahoo.com.
3371
3372         * mail-source.el (mail-source-fetch-webmail): Add password check.
3373         (mail-source-keyword-map): Use `subtype'.
3374
3375 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3376
3377         * mail-source.el (mail-source-keyword-map): Add webmail.
3378         (mail-source-fetcher-alist): Ditto.
3379         (mail-source-fetch-webmail): New function.
3380         * webmail.el: New file.
3381
3382 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3383
3384         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3385
3386 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3387
3388         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3389
3390 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3393         (nnultimate-prune-days): New function.
3394         (nnultimate-create-mapping): Use it.
3395         (nnultimate-request-group): Only fetch the groups list if it has
3396         not been done before.
3397         (nnultimate-retrieve-headers): Don't write groups.
3398         (nnultimate-create-mapping): Off-by-one error.
3399
3400 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401
3402         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3403         threaded subjects.
3404
3405 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3406
3407         * nnwarchive.el: Lots of changes make agent happy.
3408
3409 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3410
3411         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3412         hashtb.
3413
3414 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3415
3416         * mm-decode.el (mm-display-external): Write region with binary
3417         mode.
3418
3419 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3420
3421         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3422
3423 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3424
3425         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3426         (mm-uu-test): Now it is in restricted region.
3427
3428         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3429
3430         * mm-view.el (mm-view-message): Fix buffer leak.
3431         (mm-inline-message): Support 'gnus-decoded.
3432
3433         * mm-bodies.el (mm-decode-body): Ditto.
3434
3435         * rfc2047.el (rfc2047-decode-region): Ditto.
3436
3437 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3438
3439         * imap.el (require): Added autoload for base64-encode-string.
3440
3441 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3442
3443         * gnus.el (gnus-refer-article-method): Made list value
3444         customizable.
3445
3446 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3447
3448         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3449         NOFORCE in Emacs case.
3450
3451 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3452
3453         * gnus-art.el (gnus-request-article-this-buffer): Set
3454         gnus-newsgroup-name.
3455
3456 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3457
3458         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3459         NOFORCE.
3460
3461 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3462
3463         * gnus-start.el (gnus-get-unread-articles): Check server before
3464         scanning.
3465
3466 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467
3468         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3469
3470         * nnslashdot.el (nnslashdot-login-name): New variable.
3471         (nnslashdot-password): Ditto.
3472         (nnslashdot-request-post): New function.
3473
3474         * gnus-art.el (gnus-treat-buttonize): More testing.
3475
3476         * mm-encode.el: Another CVS test.
3477
3478         * gnus-art.el (gnus-treat-emphasize): Change default.
3479         (gnus-treat-buttonize): Ditto.
3480         (gnus-treat-buttonize): This is a test.
3481
3482         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3483         (gnus-build-sparse-threads): Ditto.
3484         (gnus-build-all-threads): Ditto.
3485
3486         * nnheader.el (make-full-mail-header): Make into a subst.
3487
3488         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3489         unless w3 is supplied.
3490
3491         * gnus.el (gnus-refer-article-method): Doc fix.
3492
3493         * gnus-sum.el: Do not accept a prefix.
3494         (gnus-summary-refer-article): Accept a list of select methods.
3495
3496 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3497
3498         * Makefile.in: Change `^  *' to `\t'.
3499
3500 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3501
3502         * message.el (message-forward): Pay attention to prefix argument
3503         again and forward all headers when it is set, regardless of the
3504         value of message-forward-ignored-headers.
3505
3506 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3507
3508         * dgnushack.el (dgnushack-compile): Vpath file.
3509
3510         * Makefile.in (SHELL): VPATH support.
3511
3512 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * gnus-ems.el: Check for cygwin32.
3515
3516 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3517
3518         * mm-decode.el (mm-display-external): Use 'non-viewer.
3519
3520 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3521
3522         * base64.el (base64-encode-string): An alias for base64-encode for
3523         compatibility.
3524
3525 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3526
3527         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3528         nntp-inhibit-erase.
3529
3530 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3531
3532         * gnus-start.el (gnus-get-unread-articles): Use
3533         nnfoo-retrieve-groups to find new news, if available.
3534         (gnus-read-active-file-2): New function.
3535         (gnus-get-unread-articles): Use it.
3536         (gnus-read-active-file-1): Ditto.
3537
3538 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * mm-util.el (mm-find-mime-charset-region): Make sure
3541         find-coding-systems-for-charsets is fbound.
3542
3543         * gnus-ems.el: Typo fix.
3544
3545 1999-11-13  Florian Weimer  <fw@s.netic.de>
3546
3547         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3548         it's available and makes sense.
3549
3550 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3551
3552         * gnus-score.el (gnus-score-save): Translate score file.
3553
3554 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3555
3556         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3557         added fetchflag and dontexpunge keywords.
3558         (mail-source-fetch-imap): Use them.
3559
3560 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3561
3562         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3563         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3564         `defconst'.
3565
3566         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3567         `defconst'.
3568         Mention that it is both for group and topic parameters.
3569         (gnus-extra-topic-parameters): New constant, including `subscribe'
3570         parameter.
3571         (gnus-extra-group-parameters): New constant.
3572         (gnus-group-customize): Use them.
3573
3574         * gnus.el (gnus-select-method): Added default value and tag.
3575         (gnus-refer-article-method): Added `DejaNews' customization option.
3576
3577 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3580
3581         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3582         syntax.
3583
3584         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3585
3586         * nnslashdot.el (nnslashdot-group-number): Changed default.
3587
3588         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3589         (nnweb-dejanews-wash-article): Removed.
3590         (nnweb-type-definition): Fetch by id.
3591
3592         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3593         we mean it.
3594
3595         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3596         (nnslashdot-request-list): Use Ultramode as well.
3597         (nnslashdot-date-to-date): Be more lenient.
3598         (nnslashdot-threaded): New function.
3599
3600 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3603
3604 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3605
3606         * nnweb.el (nnweb-type-definition): /=dnc
3607
3608 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3611         dates.
3612         (nnultimate-retrieve-headers): Wrong ordering.
3613
3614 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3615
3616         * message.el (message-forward-as-mime): New variable.
3617
3618 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3621
3622 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3623
3624         * mail-source.el (mail-source-movemail-and-remove): New function.
3625         (mail-source-keyword-map): Add `function' for `maildir'.
3626         (mail-source-fetch-maildir): Use it.
3627
3628 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3629
3630         * nnwarchive.el: New file.
3631         * gnus-group.el (gnus-group-make-warchive-group): New function.
3632         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3633
3634 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3637         subjects.
3638
3639 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3640
3641         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3642
3643 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * nnultimate.el (nnultimate-open-server): Do address.
3646         (nnultimate-forum-table-p): New function.
3647
3648         * nnweb.el (nnweb-insert-html): Renamed.
3649         (nnweb-insert): New function.
3650
3651         * nnultimate.el (nnultimate-insert-html): New function.
3652
3653         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3654         if nov is evil.
3655         (nnslashdot-retrieve-headers): use the sane version instead.
3656
3657 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658
3659         * nnslashdot.el (nnslashdot-request-article): Fold case.
3660
3661         * nnultimate.el: New file.
3662
3663         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3664         unless wanted.
3665
3666         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3667         (gnus-read-active-file-1): Separated into own function.
3668         (gnus-read-active-file): Catch quits.
3669
3670         * nnslashdot.el (nnslashdot-request-article): Search better on
3671         first article.
3672         (nnslashdot-request-list): Fold case.
3673         (nnslashdot-retrieve-headers): Ditto.
3674
3675 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * gnus.el: Autoload gnus-subscribe-topics.
3678
3679 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3680
3681         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3682         before dot.
3683         * gnus-util.el (gnus-write-active-file): Ditto.
3684
3685 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3686
3687         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3688         function.
3689         * gnus-cache.el (gnus-cache-file-name): Use it.
3690         * gnus-agent.el (gnus-agent-group-path): Use it.
3691         * nnmail.el (nnmail-group-pathname): Use it.
3692
3693 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3694
3695         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3696         if cooked.
3697         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3698         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3699         * gnus.el (gnus-short-group-name): "..." proof.
3700
3701 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3702
3703         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3704         support nnslashdot.
3705
3706 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3709         many articles.
3710         (nnslashdot-generate-active): New function.
3711         (nnslashdot-request-newgroups): Use it.
3712
3713         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3714         names.
3715
3716         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3717         (nnslashdot-request-list): Not moderated.
3718
3719 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3720
3721         * nnimap.el (nnimap-open-server): Remove error signal if
3722         nnimap-server-buffer is nil (the check should've been `boundp').
3723
3724         * imap.el (imap-log):
3725         * nnimap.el (nnimap-debug): Disable debugging by default.
3726
3727 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3730
3731         * gnus-topic.el (gnus-subscribe-topic): New function.
3732
3733         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3734         names.
3735
3736         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3737         if starting with a quote.
3738
3739 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3740
3741         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3742         group name.
3743
3744 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * nnslashdot.el: New file.
3747
3748         * nnheader.el (nnheader-insert-header): New function.
3749
3750         * gnus-art.el (gnus-mime-internalize-part): Bind
3751         mm-inlined-types.
3752
3753         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3754         files.
3755
3756 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3757
3758         * emacs-mime.texi (Customization): Document mm-inline-override-types
3759
3760 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3761
3762         * emacs-mime.texi (Customization): Document mm-inline-override-types
3763
3764 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3765
3766         * emacs-mime.texi (Customization): Document mm-inline-override-types
3767
3768 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3769
3770         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3771         (smiley-toggle-buffer): New function.
3772         (smiley-buffer): Don't quote the function.
3773         (smiley-toggle-extents): Ditto.
3774
3775 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
3778         empty buffers.
3779
3780 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * gnus-art.el (gnus-article-mode-map): Use the summary article
3783         edit.
3784
3785 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
3786
3787         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
3788
3789 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
3792
3793 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
3794
3795         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
3796         is list or not before condition.
3797
3798 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3799
3800         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
3801
3802 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
3803
3804         * gnus-art.el (gnus-emphasis-alist): New value.
3805
3806 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3807
3808         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
3809         `buffer-substring'.
3810
3811 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * gnus-art.el (article-date-ut): Keep the updated timer.
3814         (gnus-emphasis-underline-italic): Doc fix.
3815
3816         * gnus-msg.el (gnus-post-method): Doc fix.
3817         (gnus-post-method): Change default.
3818
3819 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
3820
3821         * message.el (message-newline-and-reformat): Improvements.
3822
3823 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * message.el (message-newline-and-reformat): Don't insert too many
3826         newlines.
3827         (message-newline-and-reformat): Work even if not sc.
3828
3829         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
3830
3831         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
3832
3833 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
3834
3835         * mm-view.el (mm-display-patch-inline): New function.
3836
3837 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
3838
3839         * mm-view.el (mm-display-patch-inline): New function.
3840
3841 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842
3843         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
3844         group.
3845
3846         * message.el (message-forward): Narrow to the right header.
3847
3848         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
3849         dates.
3850
3851         * gnus-msg.el (gnus-configure-posting-styles): Use the
3852         user-full-name function.
3853
3854         * mm-bodies.el (mm-body-encoding): Use the choosing function.
3855         (mm-body-charset-encoding-alist): Default to nil.
3856
3857         * message.el (message-elide-ellipsis): Fix typo.
3858         (message-elide-region): Ditto.
3859         (message-elide-region): Don't insert a newline first.
3860
3861 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
3864         gnus-fetch-old-headers.
3865         (gnus-cut-threads): Ditto.
3866         (gnus-summary-initial-limit): Ditto.
3867         (gnus-summary-limit-children): Ditto.
3868
3869         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
3870         matches.
3871
3872 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
3873
3874         * gnus-art.el (article-decode-encoded-words):
3875         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
3876         live.
3877
3878         * gnus.el (gnus-read-method): Add methods from
3879         `gnus-opened-servers' to completion. Map entered method/address
3880         into existing methods if possible.
3881
3882         * gnus-group.el (gnus-group-make-group): Simplify method.
3883
3884         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
3885
3886         * mml.el (mml-preview): Remove mail-header-separator before
3887         encoding.
3888
3889 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * message.el (message-read-from-minibuffer): New function.
3892
3893 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3894
3895         * gnus.el: Pterodactyl Gnus v0.98 is released.
3896
3897 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3898
3899         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
3900
3901 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
3902
3903         * mml.el (mml-generate-mime-1): Read attached binary file in
3904         binary mode.
3905
3906 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3907
3908         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
3909
3910 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
3911
3912         * mailcap.el (mailcap-viewer-lessp): Fix bug.
3913
3914 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3915
3916         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
3917
3918 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
3919
3920         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
3921         (gnus-article-mime-match-handle-function): New variable.
3922         (gnus-article-view-part): Make `b' customizable.
3923
3924 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3925
3926         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
3927
3928 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
3929
3930         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
3931
3932 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
3933
3934         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
3935
3936 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3937
3938         * gnus-srvr.el (gnus-browse-foreign-server): Use
3939         `buffer-substring' instead of `read'.
3940
3941 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
3942
3943         * nnimap.el, imap.el, rfc2104.el: New files.
3944
3945         * gnus.el (gnus-valid-select-methods): Add nnimap.
3946
3947         * gnus-group.el (gnus-group-group-map): Add
3948         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
3949         (gnus-group-nnimap-expunge): New function.
3950         (gnus-group-nnimap-edit-acl): New function.
3951
3952         * gnus-agent.el (gnus-agent-group-mode-map): Add
3953         gnus-agent-synchronize.
3954         (gnus-agent-synchronize): New function.
3955         (gnus-agent-fetch-group-1): Check if server is open.
3956
3957         * nnagent.el (nnagent-request-set-mark): Save marks.
3958
3959         * mail-source.el (mail-source-keyword-map): New imap mail-source.
3960         (mail-source-fetcher-alist): Map to imap fetcher function.
3961         (mail-source-fetch-imap): New function.
3962
3963         * gnus-art.el (article-hide-pgp): Hide all headers, not just
3964         Hash:.
3965
3966 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3967
3968         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
3969         (gnus-topic-sort-topics): New function.
3970         (gnus-topic-make-menu-bar): Add sort-topics.
3971         (gnus-topic-move): New function.
3972         (gnus-topic-move-group): Move the topic if no group selected.
3973
3974 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3975
3976         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
3977
3978 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3979
3980         * mm-view.el (mm-inline-message): Fix leaving group bug.
3981
3982 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3983
3984         * gnus-msg.el (gnus-post-method): Use normal method if current is
3985         not available.
3986
3987 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
3988
3989         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
3990         (nnmail-insert-lines): Ditto.
3991
3992 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3993
3994         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
3995         line.
3996
3997         * message.el (message-unsent-separator): One more separator.
3998
3999 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4000
4001         * nnfolder.el (nnfolder-request-move-article): For empty article,
4002         search till (point-max).
4003         (nnfolder-retrieve-headers): Ditto.
4004         (nnfolder-request-accept-article): Ditto.
4005         (nnfolder-save-mail): Ditto.
4006         (nnfolder-insert-newsgroup-line): Ditto.
4007
4008 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4009
4010         * qp.el (quoted-printable-encode-region): Check eobp.
4011
4012 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4013
4014         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4015
4016 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4017
4018         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4019         wait-for-reply.
4020
4021 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4022
4023         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4024         (mm-uu-forward-end-line): Ditto.
4025
4026 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4027
4028         * binhex.el (binhex-decode-region): don't consider the value of
4029         `enable-multibyte-characters' in XEmacs.
4030
4031         * gnus-start.el (gnus-read-descriptions-file): ditto.
4032
4033         * mm-util.el (mm-multibyte-p): ditto.
4034         (mm-with-unibyte-buffer): ditto.
4035         (mm-find-charset-region): use `mm-multibyte-p'.
4036
4037         * mm-bodies.el (mm-decode-body): ditto.
4038         (mm-decode-string): ditto.
4039
4040         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4041         `enable-multibyte-characters' in XEmacs.
4042
4043 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4044
4045         * mm-util.el (mm-binary-coding-system): Try binary first.
4046
4047 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4048
4049         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4050
4051 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4052
4053         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4054         format.
4055         (article-date-ut): Find correct insert position.
4056
4057 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4058
4059         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4060         forwarded message.
4061
4062 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063
4064         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4065         groups.
4066
4067         * message.el (message-resend): Use message mode when prompting.
4068
4069         * gnus-art.el (article-hide-headers): Mark wash.
4070         (article-emphasize): Ditto.
4071
4072 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4073
4074         * message.el (message-newline-and-reformat): Work for SC.
4075
4076 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4079
4080         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4081
4082 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4083
4084         * mm-decode.el mm-inline-override-types: New variable
4085
4086         * mm-decode.el (mm-inline-override-p): New function
4087
4088         * mm-decode.el (mm-inlined-p): Use it
4089
4090 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4091
4092         * mm-decode.el mm-inline-override-types: New variable
4093
4094         * mm-decode.el (mm-inline-override-p): New function
4095
4096         * mm-decode.el (mm-inlined-p): Use it
4097
4098 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4099
4100         * gnus.el: Pterodactyl Gnus v0.97 is released.
4101
4102 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4103
4104         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4105         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4106         3 args.
4107
4108 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4111         buffer for params.
4112
4113         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4114         line.
4115
4116         * message.el (message-forward-ignored-headers): New variable.
4117
4118         * gnus-art.el (gnus-article-prepare-display): Nix out
4119         gnus-article-wash-types.
4120
4121         * gnus-agent.el (gnus-agent-create-buffer): New function.
4122         (gnus-agent-fetch-group-1): Use it.
4123         (gnus-agent-start-fetch): Ditto.
4124
4125         * gnus-sum.el (gnus-summary-exit): Don't use
4126         `gnus-use-adaptive-scoring'.
4127
4128         * mail-source.el (mail-source-fetch-pop): Only store password when
4129         successful.
4130
4131         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4132
4133 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * message.el (message-reply): Use it.
4136         (message-dont-reply-to-names): New variable.
4137
4138         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4139
4140         * mm-util.el (mm-preferred-coding-system): Typo fix.
4141
4142         * message.el (message-bounce): Work for non-MIME.
4143
4144         * gnus.el (gnus-short-group-name): Short the right parts of the
4145         name.
4146
4147 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4148
4149         * mm-encode.el (mm-qp-or-base64): New version.
4150
4151 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4152
4153         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4154
4155 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4156
4157         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4158         of restricted region.
4159         (gnus-mime-display-single): Set beg at correct point.
4160
4161 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4162
4163         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4164
4165 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4166
4167         * gnus-msg.el (gnus-configure-posting-styles): Let
4168         `gnus-posting-styles' have its say in posting-style: local
4169         variable `styles' is already bound to `gnus-posting-styles' so
4170         don't rebind it to nil.
4171
4172 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4173
4174         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4175         Message-ID.
4176
4177 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4178
4179         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4180         quoted-printable-encode-region.
4181
4182         * qp.el (quoted-printable-encode-region): Assume charset
4183         encoded. Fold every line in the region.
4184
4185 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4186
4187         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4188         of active file.
4189
4190 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4191
4192         * message.el (message-mode): allows whitespaces between multiple
4193         instances of the fill character ">".
4194
4195 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4196
4197         * mm-encode.el (mm-qp-or-base64): Fix.
4198
4199 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * message.el (message-send): Too much and.
4202
4203 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4204
4205         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4206
4207 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * gnus-score.el (gnus-score-headers): Work for nil scores.
4210
4211 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-cache.el (gnus-cache-write-active): Write full names.
4214
4215         * gnus-util.el (gnus-write-active-file): Accept full name.
4216
4217         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4218         (mm-assoc-string-match): New function.
4219         (mm-display-inline): Use it.
4220
4221         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4222
4223         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4224
4225 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4226
4227         * mml.el (mml-generate-multipart-alist): New variable.
4228
4229 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4232
4233 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4234
4235         * message.el (message-send): More helpful error message if sending
4236         fails
4237
4238 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4239
4240         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4241         in newer emacsen, where ?r isn't equal 114.
4242
4243 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4244
4245         * gnus.el: Pterodactyl Gnus v0.96 is released.
4246
4247 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4248
4249         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4250         to get active info if method is covered by agent, otherwise
4251         active info is lost.
4252
4253 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4254
4255         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4256
4257 1999-08-09  Dave Love  <fx@gnu.org>
4258
4259         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4260
4261 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4262
4263         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4264           (already matched by "^X-Pgp"), removed duplicate
4265           X-Mailing-List, added several new junk headers.
4266
4267 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4268
4269         * gnus-art.el (article-decode-charset): Don't assume
4270         gnus-summary-buffer is live.
4271
4272 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4273
4274         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4275
4276 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4277
4278         * gnus-score.el (gnus-home-score-file): Work with absolute path
4279         names.
4280
4281 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4282
4283         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4284         nothing else in the group.
4285
4286 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4287
4288         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4289         the article.
4290
4291 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4292
4293         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4294
4295 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4296
4297         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4298         from mutt.
4299
4300 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4301
4302         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4303         whitespace.
4304
4305 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4306
4307         * mm-util.el (mm-text-coding-system-for-write): New variable.
4308         (mm-append-to-file): New function.
4309         (mm-write-region): New function.
4310
4311         * gnus-art.el (gnus-output-to-file): Use it.
4312         * gnus-util.el (gnus-output-to-rmail): Ditto.
4313         (gnus-output-to-mail): Ditto.
4314         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4315
4316 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4317
4318         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4319
4320         * nnheader.el (nnheader-insert-file-contents): Revert and use
4321         mm-insert-file-contents.
4322         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4323         (nnheader-auto-mode-alist): Removed.
4324
4325         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4326         (mm-insert-file-contents): Add a new parameter for inserting
4327         compressed file literally.
4328
4329         * mml.el (mml-generate-mime-1): Insert non-text literally.
4330
4331         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4332
4333 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4334
4335         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4336
4337 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4338
4339         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4340         koi8-r.
4341
4342 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4343
4344         * mml.el (mml-insert-mime): Decode text.
4345         (mml-to-mime): Narrow to headers-or-head.
4346
4347 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4348
4349         * mm-view.el (mm-inline-text): Check
4350         w3-meta-content-type-charset-regexp.
4351
4352 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4353
4354        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4355        predicate.
4356
4357 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4358
4359         * gnus-mlspl.el: Documentation fixes.
4360
4361 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4362
4363         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4364
4365 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4366
4367         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4368         variables.
4369
4370 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4371
4372         * nnmail.el (nnmail-get-new-mail): "Done".
4373
4374 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4377         interactive.
4378
4379 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4380
4381         * gnus-art.el (article-decode-charset): Fix broken CT.
4382
4383 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4384
4385         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4386         overview buffer if it is killed.
4387
4388 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4389
4390         * gnus-art.el (article-babel): New version.
4391
4392 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4393
4394         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4395
4396 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4397
4398         * gnus.texi (More Threading): Document new variable
4399         `gnus-sort-gathered-threads-function'.
4400
4401 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4402
4403         * gnus.texi (More Threading): Document new variable
4404         `gnus-sort-gathered-threads-function'.
4405
4406 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4407
4408         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4409         usage.
4410
4411 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4412
4413         * mm-util.el (mm-running-xemacs): Removed.
4414         (mm-coding-system-p): New function.
4415         (mm-binary-coding-system): Safe guess.
4416         (mm-text-coding-system): Ditto.
4417         (mm-auto-save-coding-system): Ditto.
4418
4419 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4422         (mm-qp-or-base64): Reversed logic.
4423
4424         * mm-decode.el (mm-save-part-to-file): Let coding system be
4425         binary.
4426
4427 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4428
4429         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4430         be set in topic parameters.
4431
4432 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4433
4434         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4435         (gnus-sort-gathered-threads): Allow the user to specify the
4436         function to use when sorting gathered threads.
4437
4438         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4439         mark cached articles as `undownloaded'.
4440
4441 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4442
4443         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4444         to have buffer local values.
4445
4446 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4447
4448         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4449         types 'g' for 'guess group type.
4450
4451 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4452
4453         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4454         after each regexp in nnmail-list-identifiers, not just after last
4455         one.
4456
4457         * gnus-sum.el (gnus-list-identifiers): New variable.
4458         (gnus-summary-remove-list-identifiers): New function.
4459         (gnus-select-newsgroup): Use it.
4460         (gnus-summary-wash-hide-map): Bind
4461         `gnus-article-hide-list-identifiers' to W W l.
4462         (gnus-summary-make-menu-bar): Add list-identifiers command.
4463
4464         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4465         (gnus-treatment-function-alist): Add variable.
4466         (article-hide-list-identifiers): New function.
4467         (mapcar): Add function.
4468         (gnus-article-hide): Use it.
4469
4470 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4471
4472         * gnus.el: Pterodactyl Gnus v0.95 is released.
4473
4474 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * mm-decode.el (mm-mailcap-command): New function.
4477         (mm-display-external): Use it.
4478
4479         * gnus-art.el (article-make-date-line): Work for India.
4480
4481         * mm-encode.el (mm-qp-or-base64): Typo.
4482
4483         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4484
4485 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4486
4487         * gnus.el: Pterodactyl Gnus v0.94 is released.
4488
4489 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4490
4491         * pop3.el: New version.
4492
4493 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * mm-encode.el (mm-qp-or-base64): New function.
4496         (mm-content-transfer-encoding): Use it.
4497
4498         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4499
4500 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4501
4502         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4503
4504         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4505
4506 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4509         keystroke.
4510
4511         * mailcap.el (mailcap-mime-types): New function.
4512
4513         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4514
4515         * message.el (message-goto-eoh): Really go to the end.
4516
4517 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4518
4519         * message.el (message-make-date): Do the right thing in with
4520         sub-hour time zones.
4521
4522 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4525         report.
4526
4527 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4528
4529         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4530
4531 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4532
4533         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4534         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4535         and use t as default value.
4536
4537 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4538
4539         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4540         gnus-summary-buffer is live.
4541
4542 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4543
4544         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4545
4546 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547
4548         * message.el (message-bounce): Do MIME bounces MIMEy.
4549
4550         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4551
4552 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * mailcap.el (mailcap-mime-extensions): Changed patch to
4555         text/x-patch.
4556
4557         * mm-decode.el (mm-display-external): Wrong placement of paren.
4558
4559 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4560
4561         * gnus.el: Pterodactyl Gnus v0.93 is released.
4562
4563 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4564
4565         * gnus-cus.el (gnus-group-parameters): New entries for
4566         gnus-group-split.
4567
4568         * gnus-mlspl.el: Renamed functions and variables so as to
4569         start with gnus-group-split.
4570         * gnus.el: Adjust autoload entries.
4571
4572 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4573
4574         * gnus-mlspl.el: Removed trailing t from comment and provide.
4575         Renamed functions and variables to start with gnus-mlsplit.
4576         Added autoload comments.
4577         * gnus.el: Added autoload entries.
4578
4579 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4580
4581         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4582         so that matches excluded by RESTRICTs do not cause the whole split
4583         to be ignored.  This also fixes a long-standing bug in which a
4584         split with \N substitutions wouldn't cause cross-posting as
4585         expected.
4586
4587         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4588         (nnmail-split-it): Implement them.
4589
4590         * nnmail.el (nnmail-split-fancy): Document ! splits.
4591
4592 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4593
4594         * pop3.el: New version.
4595
4596 1999-07-05  Simon Josefsson
4597
4598         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4599
4600 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4603
4604 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4605
4606         * gnus-util.el (gnus-write-active-file): Use real name.
4607
4608         * gnus-agent.el (gnus-agent-expire): Update active file
4609         method by method.
4610
4611 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4612
4613         * nndraft.el (nndraft-request-article): Use difference
4614         coding-systems for queue and drafts.
4615
4616         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4617         nndraft:drafts.
4618
4619         * mm-util.el (mm-auto-save-coding-system): New coding system.
4620
4621         * message.el (message-draft-coding-system): Use it.
4622
4623 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4624
4625         * mm-uu.el: More customizable and less aggressive.
4626
4627 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4630         when plugged.
4631
4632         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4633         (mml-insert-mml-markup): Accept a nofile.
4634         (mml-insert-mime): Insert nofile.
4635
4636         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4637
4638         * mm-decode.el (mm-handle-media-type): New function.
4639         (mm-handle-media-supertype): New function.
4640         (mm-handle-media-subtype): New function.
4641         Use new functions throughout. "/"))
4642
4643 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-art.el (gnus-treat-predicate): Typo.
4646
4647 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4650
4651 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * gnus-art.el (article-date-ut): UT!  Default it!
4654
4655 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4656
4657         * gnus.el: Pterodactyl Gnus v0.92 is released.
4658
4659 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4660
4661         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4662
4663 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4666         connected.
4667
4668         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4669         when plugged.
4670
4671         * mm-view.el (mm-inline-message): Ignore remove-spec.
4672
4673         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4674         is bound.
4675
4676         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4677
4678         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4679
4680         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4681         start.
4682
4683         * message.el (message-fill-yanked-message): Remove `t' arg.
4684
4685         * gnus-group.el (gnus-group-kill-group): Message killing of
4686         groups.
4687
4688         * mm-util.el (mm-preferred-coding-system): New function.
4689         (mm-mime-charset): Use it.
4690
4691         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4692
4693 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4694
4695         * gnus-mlsplt.el: New file.
4696
4697 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4700         functions.
4701         (mm-attachment-override-p): Take a handle instead of a type.
4702         (mm-inlined-p): Ditto.
4703         (mm-automatic-display-p): Ditto,
4704         (mm-inlinable-p): Ditto.
4705
4706         * nndraft.el (nndraft-request-expire-articles): Delete backup
4707         files.
4708
4709         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4710
4711         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4712
4713 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4714
4715         * nnmail.el (nnmail-split-it): Allow .*.
4716
4717 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * mm-decode.el (mm-inline-large-images-p): Renamed.
4720
4721         * gnus-art.el (article-date-ut): Always look in the current buffer
4722         for the Date header.
4723
4724         * mml.el (mml-validate): New command.
4725
4726         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4727         since we are dealing with regexps.
4728
4729 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4730
4731         * gnus.el: Pterodactyl Gnus v0.91 is released.
4732
4733 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * gnus-agent.el (gnus-agent-save-active-1): New function.
4736         (gnus-agent-save-active): use it.
4737         (gnus-agent-save-groups): Ditto.
4738
4739         * gnus-cache.el (gnus-cache-write-active): Use it.
4740
4741         * gnus-agent.el (gnus-agent-write-active): Use it.
4742
4743         * gnus-util.el (gnus-write-active-file): New function.
4744
4745         * gnus-agent.el (gnus-agent-write-active): New function to keep
4746         lower boundaries and canceled groups.
4747         (gnus-agent-save-groups): Use it.
4748         (gnus-agent-save-active): Use it.
4749         (gnus-agent-save-group-info): Only write active files.
4750         (gnus-agent-expire): Update active file.
4751
4752         * mm-decode.el (mm-inlinable-part-p): Removed.
4753         (mm-user-display-methods): Default to nil.
4754         (mm-user-display-methods): Removed.
4755         (add-mime-display-method): Removed.
4756         (mm-automatic-display): Renamed.
4757         (mm-automatic-display-p): Use it.
4758         (mm-inlined-types): New variable.
4759         (mm-inlined-p): New function.
4760
4761         * message.el (message-reply): Bind message-this-is-mail.
4762
4763 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4764
4765         * smiley.el (smiley-buffer): Fix for NT.
4766
4767 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4770
4771         * message.el (message-check-news-header-syntax): Protect against
4772         nil froms.
4773
4774         * mm-util.el (mm-auto-mode-alist): New.
4775
4776         * mml.el (mml-generate-mime-1): Ditto.
4777
4778         * gnus.el: Use mm-insert-file-contents throughout instead of
4779         nnheader.
4780
4781         * mm-util.el (mm-insert-file-contents): New function.
4782
4783 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4784
4785         * gnus.el: Pterodactyl Gnus v0.90 is released.
4786
4787 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
4788
4789         * mailcap.el (mailcap-possible-viewers): Use string=.
4790
4791 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4792
4793         * mm-uu.el (mm-uu-forward-begin-line): New variable.
4794         (mm-uu-forward-end-line): New variable.
4795         (mm-uu-begin-line): Handle forwarded message.
4796         (mm-uu-identifier-alist): Ditto.
4797         (mm-uu-dissect): Ditto.
4798
4799 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4800
4801         * lpath.el: Two free variables.
4802
4803 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4804
4805         * nnheader.el (nnheader-file-coding-system): Use raw-text.
4806         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
4807         * gnus-cache.el (gnus-cache-coding-system): Ditto.
4808
4809         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
4810         (nnfolder-file-coding-system-for-write): New variable.
4811         (nnfolder-active-file-coding-system): New variable.
4812         (nnfolder-active-file-coding-system-for-write): New variable.
4813         (nnfolder-save-active): New function.
4814         (nnfolder-save-buffer): Use them.
4815         (nnfolder-possibly-change-group): Ditto.
4816         (nnfolder-request-list-newsgroups): Ditto.
4817         (nnfolder-request-create-group): Ditto.
4818         (nnfolder-request-expire-articles): Ditto.
4819         (nnfolder-request-move-article): Ditto.
4820         (nnfolder-request-accept-article): Ditto.
4821         (nnfolder-request-delete-group): Ditto.
4822         (nnfolder-request-rename-group): Ditto.
4823         (nnfolder-possibly-change-folder): Ditto.
4824         (nnfolder-read-folder): Ditto.
4825         (nnfolder-request-list): Remove pathname-coding-system.
4826         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
4827
4828         * nnmail.el (nnmail-file-coding-system): Use raw-text.
4829         (nnmail-file-coding-system-1): Removed.
4830         (nnmail-find-file): Use nnmail-pathname-coding-system.
4831         (nnmail-write-region): Ditto.
4832
4833         * nnmbox.el (nnmbox-file-coding-system): New variable.
4834         (nnmbox-file-coding-system-for-write): New variable.
4835         (nnmbox-active-file-coding-system): New variable.
4836         (nnmbox-active-file-coding-system-for-write): New variable.
4837         (nnmbox-save-buffer): New function.
4838         (nnmbox-save-active): New function.
4839         (nnmbox-request-scan): Use them.
4840         (nnmbox-request-expire-articles): Ditto.
4841         (nnmbox-request-move-article): Ditto.
4842         (nnmbox-request-accept-article): Ditto.
4843         (nnmbox-request-replace-article): Ditto.
4844         (nnmbox-request-delete-group): Ditto.
4845         (nnmbox-request-rename-group): Ditto.
4846         (nnmbox-request-create-group): Ditto.
4847
4848         * mm-util.el (mm-text-coding-system): raw-text or -dos.
4849         (mm-running-ntemacs): Removed.
4850
4851         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
4852
4853 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4854
4855         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
4856
4857 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4858
4859         * qp.el (quoted-printable-encoding-characters): Support lower case.
4860
4861 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4862
4863         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
4864         (rfc2047-b-encode-region): Encode line by line.
4865
4866 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * mm-util.el (mm-find-mime-charset-region): Fix.
4869
4870 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
4871
4872         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
4873         (mm-find-mime-charset-region): Ditto.
4874
4875 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
4876
4877         * gnus-sum.el (gnus-summary-move-article): Fix something or
4878         other.
4879
4880 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4881
4882         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
4883         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
4884         (gnus-summary-enter-digest-group): Use them.
4885         (gnus-summary-setup-default-charset): Ditto.
4886
4887 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4888
4889         * base64.el (base64-run-command-on-region): Use unibyte buffer.
4890
4891 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4892
4893         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
4894           gnus-newsgroup-name is nil.
4895
4896 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4897
4898         * rfc2047.el (rfc2047-encode): Chop the tail newline.
4899
4900 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4901
4902         * gnus-art.el (article-emphasize): Use correct
4903         gnus-article-emphasis-alist.
4904
4905 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4906
4907         * mm-view.el (mm-inline-text): Fix text/html bug.
4908
4909 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4910
4911         * gnus.el: Pterodactyl Gnus v0.89 is released.
4912
4913 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
4914
4915         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
4916         * message.el (message-draft-coding-system): Ditto.
4917         * mm-util.el (mm-running-ntemacs): Ditto.
4918
4919 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4920
4921         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
4922         cause problem.
4923
4924 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4925
4926         * mm-view.el (mm-inline-text): Ignore error in w3-region.
4927
4928 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4929
4930         * mml.el: require mm-decode.
4931
4932 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4933
4934         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
4935
4936 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4937
4938         * mm-view.el (mm-inline-image): Fix image undisplayer.
4939
4940 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
4941
4942         * mml.el (mml-insert-multipart): Error in compeling-read.
4943         (mml-insert-tag): Match tags.
4944
4945 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
4946
4947         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
4948         (gnus-cache-braid-heads): Ditto.
4949         (gnus-cache-retrieve-headers): Ditto.
4950
4951 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4952
4953         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
4954
4955 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
4958         to string under XEmacs.
4959
4960 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
4961
4962         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
4963
4964 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
4965
4966         * mm-view.el (mm-inline-message): Fix message view bug.
4967         * gnus-art.el (gnus-article-prepare): Ditto.
4968
4969 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4970
4971         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
4972
4973 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4974
4975         * gnus.el: Pterodactyl Gnus v0.88 is released.
4976
4977 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
4980         usage.
4981
4982         * nnmail.el (nnmail-get-new-mail): Save info.
4983
4984 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4985
4986         * gnus.el: Pterodactyl Gnus v0.87 is released.
4987
4988 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4989
4990         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
4991         (mail-source-run-script): New function.
4992         (mail-source-fetch-pop): Use it.
4993
4994 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4995
4996         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
4997
4998 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4999
5000         * gnus.el: Pterodactyl Gnus v0.86 is released.
5001
5002 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * gnus-art.el (gnus-treat-translate): New variable.
5005         (gnus-treat-predicate): Accept a list of regexps.
5006         (gnus-article-treat-custom): Allow a list of regexps.
5007
5008 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5009
5010         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5011         type.
5012
5013 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * gnus-art.el (article-babel): Narrow a bit.
5016
5017         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5018
5019 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5020
5021         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5022         only unread ones.
5023         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5024         articles, not only unread ones.
5025
5026 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5029         keystroke.
5030
5031         * gnus-art.el (gnus-article-x-face-command): Ditto.
5032
5033         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5034
5035         * gnus.el (gnus-method-simplify): Accept server names.
5036
5037 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5038
5039         * gnus-art.el (article-babel-prompt): New function.
5040         (article-babel): New command.
5041
5042 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043
5044         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5045
5046         * mml.el (mml-generate-mime-1): Don't insert literally.
5047
5048         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5049         (gnus-netrc-syntax-table): Removed.
5050         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5051
5052 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5053
5054         * mm-view.el (mm-inline-text): Fix charset for text/html.
5055
5056 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5057
5058         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5059
5060 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * nnmail.el (nnmail-split-incoming): Return the number of split
5063         mails.
5064         (nnmail-process-babyl-mail-format): Ditto.
5065         (nnmail-process-unix-mail-format): Ditto.
5066         (nnmail-process-mmdf-mail-format): Ditto.
5067         (nnmail-process-maildir-mail-format): Ditto.
5068
5069         * mail-source.el (mail-source-callback): Return the number from
5070         the callback.
5071
5072         * message.el (message-send-mail): Generate Lines.
5073
5074         * mail-source.el (mail-source-call-script): New function.
5075         (mail-source-call-script): New function.
5076
5077 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5078
5079         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5080         (gnus-select-newsgroup): Use it.
5081         (gnus-group-highlight-words-alist): New variable.
5082         (gnus-newsgroup-emphasis-alist): New variable.
5083         (gnus-summary-local-variables):  Use it.
5084         * lpath.el: Use it.
5085         * gnus-art.el (article-emphasize): Use it.
5086         (gnus-emphasis-highlight-words): New face.
5087         * gnus-cus.el (gnus-group-parameters): New parameter.
5088
5089 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5090
5091         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5092         parameter `headers'.
5093         (gnus-cache-enter-article): Ditto.
5094         (gnus-cache-update-article): Ditto.
5095         * gnus-sum.el (gnus-summary-move-article): Ditto.
5096         (gnus-summary-mark-article-as-unread): Ditto.
5097         (gnus-summary-mark-article): Ditto.
5098
5099 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5100
5101         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5102         (gnus-posting-style-alist): Removed.
5103         (gnus-message-style-insertions): Ditto.
5104         (gnus-configure-posting-styles): Reimplementation.
5105
5106         * mail-source.el (mail-source-fetch): Error the message.
5107
5108         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5109
5110 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5111
5112         * gnus.el: Pterodactyl Gnus v0.85 is released.
5113
5114 1999-04-20  Michael Cook  <cook@sightpath.com>
5115
5116         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5117           Outlook citation regex.
5118
5119 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5120
5121         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5122         semicolon.
5123
5124 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5125
5126         * gnus-range.el (gnus-remove-from-range): Document range1
5127         modification, protect range2.
5128
5129 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5130
5131         * gnus-sum.el (gnus-update-marks): Protect lists from
5132         gnus-remove-from-range, don't sort twice.
5133
5134 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5135
5136         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5137         function in backend.
5138
5139 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5140
5141         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5142         request-accept-article function in the backend instead of using
5143         the 'respool capability.
5144
5145 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5146
5147         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5148         spurious whitespace at eob.
5149
5150 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5151
5152         * nnmail.el (nnmail-get-new-mail): Check right variable.
5153
5154 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5155
5156         * mailcap.el (mailcap-mime-data): Fix rfc822.
5157
5158 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5159
5160         * nndoc.el (nndoc-nsmail-type-p): New function.
5161         (nndoc-type-alist): Recognize nsmail.
5162
5163 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5164
5165         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5166         *before* `article-hide-headers' deletes the information.
5167
5168 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * gnus-sum.el (gnus-summary-save-parts): New command and
5171         keystroke.
5172         (gnus-summary-save-parts-1): New function.
5173         (gnus-summary-iterate): Buggy.
5174
5175         * mm-decode.el (mm-save-part-to-file): Made into own function.
5176
5177 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5178
5179         * gnus-group.el (gnus-group-set-info): Resist nils.
5180
5181 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * mailcap.el (mailcap-mime-data): Ditto.
5184
5185         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5186
5187         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5188
5189 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5190
5191         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5192         gnus-article-date-lapsed-new-header is t.
5193
5194 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5195
5196         * gnus.el: Pterodactyl Gnus v0.84 is released.
5197
5198 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5199
5200         * gnus-msg.el (gnus-bug-message): Mime change.
5201
5202 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5203
5204         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5205
5206 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5207
5208         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5209         `x-uue'.
5210
5211 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5212
5213         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5214         when authentication is 'password.
5215
5216 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5217
5218         * gnus-win.el (gnus-configure-windows): Accept a setting.
5219
5220 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221
5222         * mm-util.el (mm-quote-arg): Moved here.
5223
5224         * mm-decode.el (mm-quote-arg): Quote more chars.
5225
5226 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5227
5228         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5229         with newlines would create buggy .nov files.
5230
5231         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5232
5233         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5234         end of lines.
5235
5236         * message.el (message-mode): Doc fix.
5237
5238         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5239
5240         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5241
5242         * gnus-art.el (article-date-ut): Rewrite.
5243
5244         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5245         order.
5246
5247         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5248         headers.
5249
5250         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5251
5252 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5253
5254         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5255         (article-date-ut): use it.
5256
5257 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258
5259         * mail-source.el (mail-source-fetch-pop): Call script
5260         asynchronously.
5261
5262 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5263
5264         * gnus.el: Pterodactyl Gnus v0.83 is released.
5265
5266 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267
5268         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5269
5270         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5271
5272         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5273
5274         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5275
5276         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5277
5278         * message.el (message-generate-headers): Accept continuation
5279         headers.
5280
5281 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5282
5283         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5284
5285 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * gnus-art.el (gnus-treatment-function-alist): use
5288         maybe-hide-headers.
5289
5290         * message.el (message-inhibit-body-encoding): Typo.
5291         (message-resend): Inhibit encoding.
5292
5293         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5294
5295         * gnus-art.el (article-remove-cr): Use re-search.
5296
5297         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5298         headers.
5299
5300         * mm-decode.el (mm-quote-arg): Quote '.
5301
5302         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5303
5304         * mm-decode.el (mm-insert-part): Use multibyte for text.
5305
5306         * gnus-start.el (gnus-read-newsrc-file): New variable.
5307         (gnus-read-newsrc-file): Use it.
5308
5309 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310
5311         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5312
5313         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5314         function.
5315
5316 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5317
5318         * gnus.el: Pterodactyl Gnus v0.82 is released.
5319
5320 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5321
5322         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5323         for iso8859-2.
5324
5325 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5328         synonym alist.
5329
5330 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5331
5332         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5333
5334 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5335
5336         * mail-source.el (mail-source-fetch): Ask before bugging out.
5337
5338 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5339
5340         * uudecode.el (uudecode-decode-region-external): Don't assume
5341         uudecode-temporary-file-directory ends with a slash.
5342
5343 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5344
5345         * gnus-sum.el (gnus-update-marks):
5346         (gnus-update-read-articles):
5347         (gnus-summary-expire-articles): Check server.
5348
5349 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5350
5351         * mml.el (mml-preview): New function.
5352
5353 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5354
5355         * mail-source.el (mail-source-fetch-file): Return the right
5356         value.
5357
5358 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359
5360         * mml.el (mml-insert-parameter): New function.
5361         (mml-insert-parameter-string): New function.
5362
5363         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5364
5365         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5366         (gnus-mime-display-part): Use it.
5367
5368         * mm-decode.el (mm-alternative-precedence): Removed.
5369         (mm-discouraged-alternatives): New variable.
5370         (mm-preferred-alternative-precedence): New function.
5371
5372         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5373
5374         * mail-source.el (mail-sources): New variable.
5375
5376         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5377
5378         * mm-decode.el (mm-valid-image-format-p): New function.
5379         (mm-inline-media-tests): Use it.
5380         (mm-valid-and-fit-image-p): New function.
5381
5382         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5383         (gnus-agent-fetch-group): Ditto.
5384
5385 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5386
5387         * nnmail.el (nnmail-article-group): in case of a group name
5388         containing "\\n" constructs, be sure to pass the expanded value to
5389         nn*-save-mail.
5390
5391 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5392
5393         * gnus.el: Pterodactyl Gnus v0.81 is released.
5394
5395 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396
5397         * gnus-sum.el (gnus-get-split-value): Reverse result.
5398
5399 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5402
5403 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5404
5405         * mml.el (mml-insert-tag): Insert concluding part.
5406
5407         * message.el (message-send-mail): Encode later.
5408         (message-send-news): Ditto.
5409
5410         * nnfolder.el: Don't use mail delim.
5411
5412 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * gnus-cus.el (gnus-group-customize): Put point at min.
5415
5416         * mm-view.el (mm-inline-text): Allow toggling html.
5417
5418 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5419
5420         * mail-source.el: Added prescript and postscript to file.
5421
5422 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * nnmail.el: Reverted.
5425
5426         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5427         (gnus-setup-posting-charset): Did work.
5428
5429 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5430
5431         * gnus.el (gnus-short-group-name): Use
5432         gnus-group-uncollapsed-levels.
5433
5434 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5435
5436         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5437
5438 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439
5440         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5441         (article-strip-headers-from-body): New command and keystroke.
5442
5443 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5446
5447         * nnheader.el (nnheader-insert-file-contents): Bind
5448         enable-local-eval to nil.
5449         (nnheader-find-file-noselect): Ditto.
5450
5451         * nnmail.el (nnmail-article-group): Don't remove long lines.
5452         (nnmail-remove-long-lines): New function.
5453         (nnmail-split-header-length-limit): Removed.
5454
5455         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5456
5457         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5458
5459 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * gnus-sum.el (gnus-summary-generic-mark): New function.
5462
5463         * nnmail.el (nnmail-split-header-length-limit): Increased.
5464         (nnmail-article-group): Allow nil.
5465
5466         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5467
5468         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5469         first.
5470
5471         * mml.el (mml-minibuffer-read-type): Include types from
5472         mailcap-mime-data.
5473
5474         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5475
5476 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5477
5478         * mml.el (mml-insert-tag): New function.
5479         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5480         confusion with functions like `mml-read-tag'.
5481         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5482         (mml-minibuffer-read-description): Ditto with
5483         `mml-minibuffer-read-description'.
5484         (mml-attach-buffer): New function.
5485         (mml-mode-map): New entry for /.
5486         (mml-minibuffer-read-type): Accept DEFAULT.
5487
5488         * mml.el (mml-quote-region): Narrow the region.
5489
5490         * message.el (message-mode-menu): message-mime-attach-file is now
5491         mml-attach-file.
5492
5493 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5496
5497 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5498
5499         * mml.el (mml-attach-buffer): New command.
5500
5501 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5502
5503         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5504         with a proper range. Compress range.
5505
5506         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5507
5508 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5511
5512 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5515         (gnus-picons-convert-x-face): Removed.
5516         (gnus-picons-article-display-x-face): Removed.
5517         (gnus-picons-x-face-sentinel): Ditto.
5518         (gnus-picons-display-x-face): Ditto.
5519
5520 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5521
5522         * gnus.el: Pterodactyl Gnus v0.80 is released.
5523
5524 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5527
5528         * gnus-sum.el (gnus-with-article): Moved here.
5529
5530         * mail-source.el (mail-source-fetch-pop): Ask for password even
5531         when program.
5532
5533 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * gnus-msg.el (gnus-bug): Add description.
5536
5537         * mml.el (mml-insert-mml-markup): Insert disposition.
5538
5539         * message.el (message-send-mail): Always encode mail headers.
5540
5541         * smiley.el (gnus-smiley-display): Goto body.
5542
5543 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5544
5545         * smiley.el (gnus-smiley-display): Don't search to blank line.
5546
5547 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5550         when requested.
5551
5552         * nnmail.el (nnmail-current-spool): Removed.
5553
5554         * gnus-salt.el (gnus-tree-inhibit): New varible.
5555
5556         * gnus.el (mm-util): Required.
5557
5558 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5559
5560         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5561
5562 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563
5564         * mail-source.el (mail-source-bind): Doc fix.
5565
5566 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * message.el (message-mode): Doc fix.
5569
5570         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5571         encoding.
5572
5573         * gnus.el (gnus-methods-equal-p): Moved here.
5574
5575         * mail-source.el: pop at 110.
5576
5577         * pop3.el (pop3-movemail): Use write-region instead of
5578         append-to-file to avoid excessive messaging.
5579
5580 1999-02-27  lantz moore  <lmoore@contigo.com>
5581
5582         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5583         type directory.
5584
5585 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5586
5587         * gnus-art.el (article-hide-boring-headers): Field names must not
5588         contain whitespace.
5589
5590 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5591
5592         * gnus.el: Pterodactyl Gnus v0.79 is released.
5593
5594 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5597
5598         * mml.el (mml-mode): Don't use add-minor-mode.
5599
5600         * message.el (messgage-inhibit-body-encoding): New variable.
5601         (message-encode-message-body): Use it.
5602
5603 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5604
5605         * gnus.el: Pterodactyl Gnus v0.78 is released.
5606
5607 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608
5609         * message.el (message-mode): Switch on MML mode.
5610
5611         * mml.el: Included commands and functions.
5612         (mml-mode-map): New keymap.
5613
5614         * message.el: Removed the insertion commands and functions.
5615
5616         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5617
5618         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5619         keystroke.
5620
5621         * gnus-art.el (gnus-narrow-to-page): Revert.
5622
5623         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5624         (gnus-cite-parse-maybe): Always reparse.
5625
5626         * message.el (message-encode-message-body): Don't insert
5627         "multipart warning".
5628
5629         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5630
5631 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5632
5633         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5634
5635         * nnmail.el: Require mm-util.
5636
5637 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5638
5639         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5640         group.
5641
5642 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5643
5644         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5645
5646 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5647
5648         * gnus-msg.el (gnus-extended-version): Better regexp.
5649
5650 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5651
5652         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5653         is called with the result of SPLIT and should return a new split.
5654
5655         * gnus.texi: update the doc.
5656
5657 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5658
5659         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5660         displayed in the article buffer, output bars if
5661         `gnus-picons-display-article-move-p'.
5662
5663 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5664
5665         * mail-source.el (mail-source-fetch-pop): Typo.
5666
5667 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5670
5671 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5672
5673         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5674
5675 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5676
5677         * mml.el (mml-insert-buffer): New function.
5678
5679         * message.el (message-forward): Insert the buffer in the buffer.
5680
5681 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5682
5683         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5684
5685 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5686
5687         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5688
5689 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5690
5691         * gnus.el: Pterodactyl Gnus v0.77 is released.
5692
5693 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus-art.el (gnus-displaying-mime): New variable.
5696         (article-narrow-to-head): New function.
5697
5698         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5699         Default to pop instead of pop3.
5700
5701 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * gnus-art.el (article-hide-pgp): Goto body.
5704
5705         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5706
5707         * gnus-cite.el: Don't use goto-line.
5708
5709         * gnus-art.el (gnus-article-treat-html): Removed.
5710         (gnus-treat-article): Save restriction.
5711
5712 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5713
5714         * message.el (message-send-mail): Don't untabify.
5715         (message-mode): Don't use tabs for indentation.
5716
5717 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718
5719         * message.el (message-send-mail): Don't untabify.
5720
5721         * nnml.el (nnml-save-mail): Typo fix.
5722
5723 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5724
5725         * message.el (message-cite-function): Add
5726         `message-cite-original-without-signature' customization option.
5727
5728 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5729
5730         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5731         `nnmail-prepare-incoming-header-hook'.
5732
5733 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5734
5735         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5736
5737 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5740
5741 1999-02-18  Michael Cook  <cook@sightpath.com>
5742
5743         * Recognize Microsoft Outlook's cite attribution conventions.
5744
5745 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5746
5747         * gnus-sum.el: Bind M.
5748
5749 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5750
5751         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5752
5753 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5754
5755         * gnus-picon.el (gnus-group-display-picons): ensures that
5756         `article-goto-body' really goes to the article body.
5757
5758 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5761
5762         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5763
5764         * mm-view.el (mm-view-message): Enable multibyte.
5765
5766 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * nnmail.el (nnmail-get-new-mail): Message later.
5769
5770         * mm-util.el (mm-find-charset-region): Revert to checking
5771         multibyte.
5772
5773 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5774
5775       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
5776       attachment.
5777
5778 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5779
5780         * gnus.el: Pterodactyl Gnus v0.76 is released.
5781
5782 1999-02-06  Felix Lee  <flee@cygnus.com>
5783
5784         * gnus.el (gnus-group-change-level-function): Typo.
5785
5786 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * gnus-sum.el (gnus-nov-skip-field): Removed.
5789         (gnus-nov-field): Ditto.
5790         (gnus-nov-parse-extra): Ditto.
5791         (gnus-nov-read-integer): Ditto.
5792
5793 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * nnheader.el (nnheader-nov-read-message-id): New macro.
5796         (nnheader-parse-nov): Use it.
5797
5798         * gnus-sum.el (gnus-nov-read-message-id): New macro.
5799         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
5800         `(eq (char-after) ?\n)'.
5801
5802 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * gnus.el (gnus-other-frame): Always pop up a new frame.
5805
5806 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5807
5808         * gnus-range.el (gnus-range-add): Rewrite.
5809
5810 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
5811
5812         * nnmail.el (nnmail-split-incoming): Added detection of maildir
5813         format.
5814         (nnmail-process-maildir-mail-format): New function.
5815
5816         * mail-source.el (mail-source-fetch-maildir): New function.
5817         (mail-source-keyword-map): Add default for maildir method.
5818         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
5819
5820 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * mail-source.el (mail-source-fetcher-alist): Remove apop.
5823
5824         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
5825         (nndoc-mime-digest-type-p): Removed.
5826
5827 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5828
5829         * gnus-art.el (gnus-article-read-summary-keys): Set the point
5830         where it is supposed to be.
5831         (gnus-treat-play-sounds): New variable.
5832
5833         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
5834
5835         * gnus-art.el (article-display-x-face): Narrow to head.
5836         (gnus-article-washed-types): New variable.
5837         (article-hide-pgp): Is not a toggle.
5838         (gnus-article-hide-text-type): Save types.
5839         (article-decode-charset): Use it.
5840
5841         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
5842
5843         * message.el (message-forward-start-separator): Removed.
5844         (message-forward-end-separator): Removed.
5845         (message-signature-before-forwarded-message): Removed.
5846         (message-included-forward-headers): Removed.
5847         (message-check-news-body-syntax): Don't check forward.
5848         (message-forward): Use MIME.
5849
5850         * nnvirtual.el (nnvirtual-request-article): Bind
5851         gnus-article-decode-hook to nil.
5852
5853 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
5856         us-ascii.
5857
5858 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * format-spec.el (format-spec): Be more robust.
5861
5862         * message.el (message-encode-message-body): Default
5863         mail-parse-charset to mail-parse-charset.
5864
5865         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
5866         (gnus-summary-edit-article): Bind mail-parse-charset.
5867
5868         * mml.el (mml-read-tag): Ignore white space after end of tag.
5869
5870         * message.el (message-goto-body): Also work in separatorless
5871         articles.
5872
5873         * mml.el (mml-translate-from-mime): New function.
5874         (mml-insert-mime): Ditto.
5875         (mml-to-mime): New function.
5876         (mime-to-mml): New name.
5877
5878         * gnus-sum.el (gnus-summary-edit-article): Always select raw
5879         article.
5880
5881         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
5882
5883         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
5884         special-case nndraft groups.
5885
5886 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
5889         (gnus-get-newsgroup-headers): Already bound.
5890
5891         * message.el (message-encode-message-body): Use posting charset.
5892
5893         * mm-bodies.el (mm-encode-body): Use MIME charsets.
5894         (mm-body-encoding): Do CTE.
5895         (mm-body-7-or-8): New function.
5896
5897         * mm-util.el (mm-mime-charset): Always fall back on alist.
5898         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
5899         (mm-mime-mule-charset-alist): Add arabic-*-column.
5900         (mm-find-mime-charset-region): New function.
5901
5902         * format-spec.el (format-spec-make): New function.
5903
5904         * mail-source.el (format-spec): Required.
5905         (mail-source-fetch-with-program): Removed.
5906         (mail-source-fetch-with-program): New function.
5907
5908         * format-spec.el: New file.
5909
5910 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
5911
5912         * mail-source.el (mail-source-fetch-with-program): Take optional
5913         parameter.
5914
5915 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * gnus-start.el: Ignore some groups.
5918         (gnus-setup-news): Bind nnmail-fetched-sources.
5919
5920         * message.el (message-send-mail): Remove all tabs.
5921
5922         * mm-util.el (mm-find-charset-region): Just check whether
5923         find-charset-region is defined.
5924
5925 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926
5927         * gnus-group.el (gnus-group-get-new-news): Use
5928         nnmail-fetched-sources.
5929
5930         * nnmail.el (nnmail-fetched-sources): New variable.
5931         (nnmail-get-new-mail): Use it.
5932
5933         * mail-source.el (mail-source-fetched-sources): New variable.
5934         (mail-source-fetch): Use it.
5935
5936 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
5937
5938         * gnus.el (gnus-getenv-nntpserver): if the file that
5939         gnus-nntpserver-file names has a trailing newline, the
5940         string-match will always match, and thus the file will never be
5941         read.  (^ matches start of "line", \\` matches start of "buffer",
5942         which is what was intended...)
5943
5944 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
5945
5946         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
5947
5948 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
5951         select methods.
5952
5953 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
5954
5955         * gnus-range.el (gnus-remove-from-range): Sort second argument.
5956
5957 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
5958
5959         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
5960
5961 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5962
5963         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
5964         a typo.
5965         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
5966         charset to nil.
5967         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
5968         * gnus-start.el (gnus-start-draft-setup): Ditto.
5969
5970 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5971
5972         * mail-source.el (mail-source-fetch-directory): Use the predicate.
5973         (mail-source-value): Don't do variables.
5974
5975         * nnmail.el (nnmail-get-new-mail): Set the predicate.
5976
5977         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
5978
5979 1999-02-01  Michael Cook  <cook@sightpath.com>
5980
5981         * Defenestrate spurious ?a.
5982
5983 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * mail-source.el (mail-source-fetch-pop): Instead use
5986         :authentication.
5987
5988 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
5989
5990         * lisp/mail-source.el : Support APOP authentication scheme.
5991
5992 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
5993
5994         * pop3.el (pop3-movemail): Return t.
5995
5996 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * rfc2047.el (rfc2047-fold-region): New function.
5999         (rfc2047-encode-message-header): Use it.
6000
6001 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6002
6003         * gnus-sum.el (gnus-group-charset-alist): Add more.
6004
6005 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6006
6007         * gnus.el: Pterodactyl Gnus v0.75 is released.
6008
6009 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6010
6011         * gnus-art.el (article-display-x-face): Don't narrow to head.
6012
6013 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6014
6015         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6016
6017 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6018
6019         * mail-source.el (mail-source-fetch-directory): Ignore
6020         directories.
6021
6022         * gnus-cus.el (gnus-group-parameters): Addition.
6023
6024         * gnus-art.el (article-strip-banner): Do symbolic banners.
6025         (article-strip-banner): New keystroke.
6026
6027 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6028
6029         * gnus-art.el (article-strip-banner): New command.
6030
6031 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032
6033         * gnus-art.el (gnus-treat-strip-banners): New variable.
6034
6035 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6038         has been exist.
6039
6040 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6041
6042         * message.el (message-draft-coding-system): Check coding-system.
6043         * mm-util.el (mm-text-coding-system): Ditto.
6044
6045 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * mail-source.el (mail-source-fetch-pop): Save excursion.
6048
6049 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6050
6051         * mail-source.el (mail-source-movemail-args): Not constant.
6052         (mail-source-movemail-args): Removed.
6053         (mail-source-fetch-with-program): New function.
6054         (mail-source-fetch-pop): Use program and function.
6055         (mail-source-movemail-program): Removed.
6056
6057         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6058         (gnus-treat-date-user-defined): New variable.
6059
6060 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6061
6062         * nnmail.el (nnmail-fix-eudora-headers): New function.
6063
6064 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6067
6068 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6071         (smiley-nosey-regexp-alist): Ditto.
6072
6073         * gnus-art.el (gnus-treatment-function-alist): Do
6074         gnus-article-add-buttons-to-head later.
6075         (gnus-treat-capitalize-sentences): New variable.
6076         (article-capitalize-sentences): New command and keystroke.
6077
6078         * gnus-group.el (gnus-group-catchup-current): Do group.
6079
6080         * message.el (message-default-charset): Add group.
6081
6082 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6083
6084         * gnus.el: Pterodactyl Gnus v0.74 is released.
6085
6086 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * gnus-art.el (article-fill-long-lines): Renamed.
6089         (article-fill-long-lines): New keystroke.
6090
6091 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6094
6095         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6096         displayed.
6097         (gnus-group-catchup-current): Be more robus.
6098
6099         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6100         headers.
6101
6102 1999-01-25  Dave Love  <fx@gnu.org>
6103
6104         * message.el (message-mode-menu): Add message-mime-attach-file.
6105         (message-mode): Doc fix.
6106
6107 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * nnmail.el (nnmail-check-duplication): Insert the mail source
6110         string.
6111
6112         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6113         (mail-source-fetch-directory): Ditto.
6114         (mail-source-fetch-file): Ditto.
6115         (mail-source-string): New variable.
6116
6117         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6118         the level.
6119
6120         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6121         before handling.
6122
6123         * mm-util.el (mm-mime-charset): Use the parameters.
6124         (mm-mime-charset): Removed region paremeters.
6125
6126         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6127         source.
6128
6129 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6130
6131         * nnmail.el (nnmail-get-split-group): Quote right.
6132
6133 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134
6135         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6136         buffer.
6137
6138 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6141         (gnus-group-mode): Don't hook.
6142
6143         * mail-source.el (mail-source-bind): Doc fix.
6144         (mail-source-bind): Take only one param.
6145
6146         * gnus-art.el (gnus-treat-highlight-signature): typep.
6147
6148         * mail-source.el (mail-source-movemail): Ignore empty file.
6149         (mail-source-callback): Check before deleting.
6150
6151         * message.el (message-mime-attach-file): Include name.
6152
6153 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * mm-util.el (mm-read-charset): Return a symbol.
6156
6157         * mm-view.el (mm-inline-text): Insert signature separator.
6158
6159         * gnus-art.el (gnus-treat-predicate): New function.
6160         (gnus-treat-article): Allow all types to be checked.
6161
6162         * gnus-util.el (gnus-or): New function.
6163         (gnus-and): Ditto.
6164
6165         * gnus-art.el (gnus-mime-display-single): Use override.
6166
6167         * mm-decode.el (mm-attachment-override-types): New variable.
6168         (mm-attachment-override-p): New function.
6169
6170         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6171
6172 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6173
6174         * mm-view.el (mm-inline-text): Do vcards.
6175
6176 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6177
6178         * gnus.el: Pterodactyl Gnus v0.73 is released.
6179
6180 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6183         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6184         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6185         (nnmail-movemail-program): Removed.
6186         (nnmail-movemail-args): Removed.
6187         (nnmail-pop-password-required): Ditto.
6188         (nnmail-tmp-directory): Ditto.
6189         (nnmail-delete-incoming): Removed.
6190         (nnmail-pop-password, nnmail-moved-inboxes,
6191         nnmail-internal-password, nnmail-move-inbox): Removed.
6192         (nnmail-read-passwd): Ditto.
6193         (nnmail-get-spool-files): Removed.
6194         (nnmail-resplit-incoming): Reinstated.
6195
6196         * mail-source.el: New file.
6197
6198 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6199
6200         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6201
6202 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6205
6206 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6209
6210         * gnus-picon.el (gnus-group-display-picons): Goto body.
6211
6212         * gnus.el: Indented all functions; broke long lines; changed all
6213         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6214
6215 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6216
6217         * gnus.el: Pterodactyl Gnus v0.72 is released.
6218
6219 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus.el: Cleaned up trailing whitespace.
6222
6223         * mm-util.el (mm-read-charset): Work.
6224
6225 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6226
6227         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6228         nnheader-translate-file-chars'd group name.
6229
6230 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * message.el (message-encode-message-body): Fold case.
6233
6234 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6235
6236         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6237
6238 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239
6240         * mailcap.el (mailcap-add): New function.
6241
6242 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6245         (article-goto-body): Use it.
6246         (gnus-treat-article): Ditto.
6247
6248         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6249         downloaded articles from the downloadeble list.
6250
6251 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6252
6253         * message.el (message-encode-message-body): Bind
6254         mail-parse-charset.
6255
6256         * mm-util.el (mm-charset-synonym-alist): New variable.
6257         (mm-charset-to-coding-system): Use it.
6258         (mm-charset-coding-system-alist): Removed.
6259         (mm-charset-to-coding-system): Don't use it.
6260         (mm-find-charset-region): Use mail-parse-charset.
6261
6262         * gnus-art.el (gnus-treatment-function-alist): Use
6263         gnus-article-display-picons.
6264         (gnus-treat-display-xface): Only do if we have xface feature.
6265         (gnus-part-display-hook): New function.
6266         (gnus-treat-article): Use it.
6267         (gnus-treat-article): Use gnus-visual.
6268
6269         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6270
6271         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6272         displaying.
6273
6274         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6275
6276         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6277         regexp file names.
6278
6279 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6280
6281         * gnus.el: Pterodactyl Gnus v0.71 is released.
6282
6283 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284
6285         * mm-view.el (mm-inline-image): Don't add a dot.
6286
6287         * gnus-art.el (gnus-treat-article): New function.
6288
6289         * gnus.el (gnus-article-display-hook): Removed.
6290
6291         * gnus-art.el (gnus-article-treat-custom): New variable.
6292
6293         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6294
6295         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6296         functions.
6297
6298         * message.el (message-posting-charset): New variable.
6299         (message-send-mail): Use it.
6300
6301         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6302         (gnus-setup-posting-charset): New function.
6303         (gnus-setup-message): Use it.
6304
6305         * message.el (message-encode-message-body): Just look for
6306         Content-Type before inserting a new one.
6307
6308 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * rfc2047.el (rfc2047-default-charset): Removed.
6311
6312         * mail-prsvr.el: New file.
6313         (mail-parse-charset): New variable.
6314
6315         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6316         Changed name.
6317
6318         * gnus.el (gnus-charset): New group.
6319
6320         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6321
6322         * gnus-sum.el (gnus-default-charset): Default to nil.
6323         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6324         (gnus-newsgroup-iso-8859-1-forced): Removed.
6325
6326         * mm-util.el (mm-known-charsets): Removed.
6327         (mm-default-coding-system): Removed.
6328         (mm-default-charset): Removed.
6329         (mm-read-charset): New function.
6330
6331         * message.el (message-default-charset): Removed.
6332
6333         * rfc2047.el (rfc2047-default-charset): Default to nil.
6334
6335         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6336
6337 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6338
6339         * gnus.el: Pterodactyl Gnus v0.70 is released.
6340
6341 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6342
6343         * mm-decode.el (mm-save-part): Use mm-get-part.
6344         (mm-insert-part): New function.
6345         (mm-get-part): Use it.
6346         (mm-get-image): Ditto.
6347         (mm-display-external): Ditto.
6348
6349         * mm-view.el (mm-inline-text): Ditto.
6350
6351         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6352         ranges.
6353
6354         * mm-decode.el (mm-display-external): Save the buffer.
6355         (mm-remove-part): Kill it.
6356
6357         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6358
6359         * nnagent.el (nnagent-request-set-mark): Defined stub.
6360
6361 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6362
6363         * gnus-score.el (gnus-score-load-score-alist): Bind
6364         coding-system-for-read.
6365
6366         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6367         prepare-exit-hook.
6368
6369         * mm-view.el (mm-setup-w3): Require w3.
6370
6371 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6372
6373         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6374         body.
6375
6376 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * mm-encode.el: Ditto.
6379
6380         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6381         error.
6382
6383         * mailcap.el (mailcap-mime-data): SAFER ps.
6384
6385         * message.el (message-encode-message-body): Always insert a
6386         Content-Type header.
6387
6388         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6389         shown inline.
6390
6391         * mm-view.el (mm-inline-text): Handle all sorts of text.
6392
6393         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6394         don't view.
6395
6396         * mm-decode.el (mm-display-external): Use it.
6397
6398         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6399
6400         * mm-decode.el (mm-save-part): Removed double code.
6401
6402 1999-01-12  Dave Love  <fx@gnu.org>
6403
6404         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6405         application/octet-stream .gz & al files with jka-compr.
6406
6407 1999-01-12  Dave Love  <fx@gnu.org>
6408
6409         * gnus-ems.el (gnus-down-mouse-3): New variable.
6410         * gnus-art.el (gnus-mime-button-map): Use it.
6411         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6412
6413 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414
6415         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6416
6417 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6418
6419         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6420         buffers.
6421
6422         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6423
6424         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6425
6426 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6427
6428         * mml.el (mml-parameter-string): Strip directory component.
6429
6430 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * gnus.el (gnus-use-demon): Removed.
6433
6434 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * nnmail.el (nnmail-article-group): Don't infloop.
6437
6438 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6439
6440         * gnus-art.el (article-update-date-lapsed): Made it work with
6441         picons, and make it update on all visible frames.
6442         (article-date-ut): Get summary-buffer's current-headers.
6443
6444 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6445
6446         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6447         (gnus-picons-setup-p): New variable.
6448
6449 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6452
6453 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6454
6455         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6456         (gnus-summary-exit-no-update): Use mapcar.
6457
6458 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6459
6460         * gnus-agent.el (gnus-category-write): Make directory.
6461
6462 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6463
6464         * gnus-sum.el (gnus-update-read-articles):
6465         (gnus-update-marks): Request backend update of mark.
6466
6467 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * mm-bodies.el (mm-body-encoding): Use mm-find.
6470
6471 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6472
6473         * gnus-picon.el (gnus-article-display-picons): Fix.
6474
6475 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6476
6477         * gnus.el: Pterodactyl Gnus v0.69 is released.
6478
6479 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480
6481         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6482
6483         * gnus-agent.el (gnus-agent-remove-group): New command and
6484         keystroke.
6485
6486         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6487
6488 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6489
6490         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6491
6492 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6493
6494         * mm-view.el (mm-inline-text): Bind current id.
6495
6496         * mm-decode.el (mm-handle-id): New macro.
6497         (mm-make-handle): Accept id.
6498         (mm-dissect-singlepart): Use it.
6499
6500 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6501
6502       * message.el (message-cite-original-without-signature): Use
6503       message-signature-separator when searching for signature in
6504       message-cite-original-without-signature.
6505
6506 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6507
6508         * gnus.el (gnus-server-to-method): Check named methods.
6509
6510 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6511
6512         * mm-view.el (mm-view-message): Goto point-min.
6513
6514         * nnmail.el (nnmail-article-group): Don't delete lines, only
6515         shorten them.
6516
6517         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6518         values.
6519
6520         * nnheader.el (nnheader-temp-directory): New variable.
6521         (nnheader-temp-directory): Removed.
6522
6523 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6524
6525         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6526         list of files to check for mailcap entries under windows-nt.
6527
6528 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6531         summary buffer exists.
6532
6533 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6534
6535         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6536         irrelevant Sun sendmail bug.
6537         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6538
6539         * message.el (message-send-news): Bind mail-header-separator to
6540         "" when asking backend to post.
6541
6542 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6543
6544         * mm-uu.el (mm-dissect-disposition): New variable.
6545         (mm-uu-dissect): Use it.
6546
6547 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6548
6549         * mm-view.el (mm-inline-text): Bind url-current-object.
6550
6551 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6552
6553         * gnus-range.el (gnus-remove-from-range): Rewrite.
6554
6555 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6556
6557         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6558
6559 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6560
6561         * message.el (message-encode-message-body): Insert `MIME-Version'
6562         instead of `Mime-Version'.
6563
6564 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6565
6566         * message.el (message-insert-mime-part): Add the attachment
6567         disposition.
6568         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6569         (message-mime-query-type): New function.
6570         (message-mime-query-description): Ditto.
6571         (message-mime-query-file): Ditto.
6572         (message-insert-mime-part): Use them.
6573         (message-mime-insert-external): Use the new stuff.
6574
6575 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6576
6577         * nnmail.el (nnmail-split-header-length-limit): New variable.
6578
6579         * mm-decode.el (mm-dissect-buffer): Check syntax.
6580
6581         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6582
6583         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6584         (rfc2047-dissect-region): Ditto.
6585
6586 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * mm-view.el (mm-view-message): Decode charset.
6589
6590 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6591
6592         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6593         CT headers.
6594
6595 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6596
6597         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6598         mm-uu-*-function.
6599         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6600
6601 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6602
6603         * message.el (message-send-mail): Do MML first.
6604         (message-send-news): Ditto.
6605
6606 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6607
6608         * gnus-picon.el (gnus-picons-face): New face.
6609         (gnus-picons-try-face): Use it.
6610
6611 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6612
6613         * gnus.el: Pterodactyl Gnus v0.68 is released.
6614
6615 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6616
6617         * gnus.el: Pterodactyl Gnus v0.67 is released.
6618
6619 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6620
6621         * gnus.el: Pterodactyl Gnus v0.66 is released.
6622
6623 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * gnus-art.el (gnus-insert-mime-button): Decode description.
6626
6627 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6628
6629         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6630         (gnus-decode-header-methods): Ditto.
6631         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6632
6633 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6634
6635         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6636
6637 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * mml.el (mml-insert-mime-headers): Encode description.
6640
6641         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6642         line.
6643
6644         * gnus-sum.el (gnus-default-charset): Doc fix.
6645
6646 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6647
6648         * mm-decode.el (mm-display-part): Forward a line.
6649
6650 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6651
6652         * mm-util.el (mm-running-ntemacs): New variable.
6653         (mm-text-coding-system): Ditto.
6654         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6655         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6656
6657 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6658
6659         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6660         buffer.
6661
6662         * message.el (message-insert-headers): New command and keystroke.
6663
6664 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6665
6666         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6667         (mm-get-image): Ditto.
6668
6669         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6670         base64, uudecode and binhex.
6671
6672 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6673
6674         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6675         in text/plain.
6676         * mm-uu.el (mm-uu-dissect): Use inline.
6677
6678 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6679
6680         * mm-view.el (mm-view-message): New function.
6681
6682         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6683         qp.
6684
6685 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6686
6687         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6688         entry for message/rfc822 as 8bit.
6689
6690 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6691
6692         * mailcap.el (mailcap-mime-extensions): Add patch.
6693
6694 1998-12-05  Dale Hagglund  <rdh@best.com>
6695
6696         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6697         argument to force all multipart/* to look like multipart/mixed.
6698
6699         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6700         variable.
6701         (gnus-mime-display-part): Use it.
6702
6703 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704
6705         * gnus-draft.el (gnus-draft-send): Only disable checks for
6706         non-interactive use.
6707         (gnus-draft-send-message): Use it.
6708
6709 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6710
6711         * gnus.el: Pterodactyl Gnus v0.65 is released.
6712
6713 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6714
6715         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6716
6717         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6718
6719 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6720
6721         * gnus.el: Pterodactyl Gnus v0.64 is released.
6722
6723 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * mm-view.el (mm-setup-w3): Don't load.
6726
6727         * gnus-msg.el (gnus-setup-message): Set group name.
6728         (gnus-group-mail): Avoid leaking local vars.
6729
6730         * message.el (message-attach-file): Renamed.
6731         (message-mime-attach-file): Renamed again.
6732
6733 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6734
6735         * gnus-art.el (article-decode-encoded-words): Bind
6736         rfc2047-default-charset here.
6737
6738         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6739
6740 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6741
6742         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6743         (gnus-picons-setup-hook): New hook.
6744
6745 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6746
6747         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6748         string.
6749         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6750         line.
6751
6752 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753
6754         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6755         (gnus-mime-view-part): Ditto.
6756         (gnus-mime-inline-part): Dotii.
6757         (gnus-mime-externalize-part): Daddo.
6758         (gnus-mime-internalize-part): Tutti frutti.
6759         (gnus-widget-press-button): Da da do.
6760
6761         * mm-view.el (mm-setup-w3): Require url-vars.
6762
6763 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6764
6765         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6766         * mm-util.el (mm-find-charset-region): Ditto.
6767
6768 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * message.el (message-send): Don't encode here.
6771         (message-send-mail): But here.
6772         (message-send-news): And here.
6773
6774 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6775
6776         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
6777
6778 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6779
6780         * gnus.el: Pterodactyl Gnus v0.63 is released.
6781
6782 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * mml.el (mml-base-boundary): Shorten.
6785
6786         * message.el (message-insert-mime-part): Use default.
6787
6788         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
6789
6790 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6791
6792         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
6793         buttons, not [*].
6794
6795 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6796
6797         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
6798
6799 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
6800
6801         * gnus-art.el (gnus-insert-mime-button): Fix.
6802
6803 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6804
6805         * message.el (message-insert-mime-part): Nicify prompts.
6806         (message-insert-mime-part): Really delete duplicates.
6807         (message-insert-mime-part): Check against common errors.
6808         (message-insert-mime-part): Fix docstring.
6809
6810 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
6813
6814 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6815
6816         * gnus-art.el (gnus-mime-button-line-format): Nicify.
6817         (gnus-insert-mime-button): Modify accordingly.
6818
6819 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * gnus-art.el (gnus-display-mime): Set window point.
6822
6823         * mm-decode.el (mm-display-external): Only decode when not
6824         saving.
6825         (mm-alternative-precedence): Prefer multiparts.
6826         (mm-inline-media-tests): Inline multiparts.
6827
6828         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
6829         Ignore errors when requiring url.
6830
6831         * mml.el (mml-quote-region): New command.
6832
6833         * message.el (message-cite-original): Use it.
6834         (message-cite-original-without-signature): Ditto.
6835
6836 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6837
6838         * gnus.el: Pterodactyl Gnus v0.62 is released.
6839
6840 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841
6842         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
6843
6844 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6845
6846         * mm-view.el (mm-inline-text): Use `point-min-marker' and
6847         `point-max-marker'.
6848
6849 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6850
6851         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
6852
6853         * gnus-art.el (gnus-mime-display-single): Check for attachment
6854         before other tests.
6855
6856 1998-12-03  Didier Verna  <verna@inf.enst.fr>
6857
6858         * gnus-msg.el (gnus-configure-posting-styles): find a
6859         posting-style entry in the group parameters, if any, and honor it
6860         at the end.
6861
6862 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
6863
6864         * nntp.el (nntp-after-change-function): Fix.
6865
6866 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
6867
6868         * mml.el (mml-generate-mime-1): Insert literally.
6869
6870 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6871
6872         * mml.el (mml-insert-mime-headers): Removed debug.
6873
6874 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
6877         prefixed.
6878
6879         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
6880         application/emacs-lisp to 8bit.
6881
6882 1998-12-03  Dale Hagglund  <rdh@best.com>
6883
6884         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
6885
6886 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6887
6888         * gnus.el: Pterodactyl Gnus v0.61 is released.
6889
6890 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6891
6892         * mml.el (mml-parse-1): Skipped parts.
6893         (mml-insert-mime-headers): Nil is a list.
6894         (mml-generate-mime-1): Don't insert literally.
6895         (mml-read-tag): Drop text props.
6896         (mml-read-part): Ditto.
6897         (mml-parse-singlepart-with-multiple-charsets): Ditto.
6898
6899 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6900
6901         * gnus.el: Pterodactyl Gnus v0.60 is released.
6902
6903 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * mml.el (mml-parse-1): Don't throw contents away.
6906
6907 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
6908
6909         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
6910
6911 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
6914         function.
6915         (mml-parse-1): Use it.
6916
6917 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6918
6919         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
6920         Use gnus-newsgroup-default-charset.
6921         (article-decode-encoded-words): Remove charset codes.
6922         * gnus-sum.el (gnus-newsgroup-default-charset): Use
6923         gnus-default-charset.
6924
6925 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6926
6927         * message.el (message-send-mail): Don't encode here.
6928         (message-send-news): Nor here.
6929         (message-send): ... but here instead.
6930
6931         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
6932         default to nil.
6933         (gnus-article-display-picons): Replace From line.
6934         (gnus-group-display-picons): Replace Newsgroups line.
6935         (gnus-picons-display-glyph): Set baseline.
6936         (gnus-group-display-picons): Piconize the entire Newsgroups line.
6937         (gnus-picons-xbm-face): Revert to old, standard colors.
6938
6939         * message.el (message-fetch-field): Remove text props.
6940
6941         * gnus-art.el (gnus-article-normalized-header-length): New
6942         variable.
6943         (article-normalize-headers): New command and keystroke.
6944
6945         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
6946
6947 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6948
6949         * gnus.el: Pterodactyl Gnus v0.59 is released.
6950
6951 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6952
6953         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
6954
6955         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
6956
6957 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
6958
6959         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
6960
6961 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6962
6963         * mm-decode.el (mm-all-images-fit): New variable.
6964         (mm-image-fit-p): Use it.
6965
6966         * gnus-art.el (gnus-mime-display-single): Use it.
6967         (gnus-mime-internalize-part): New command and keystroke.
6968
6969         * mm-decode.el (mm-user-automatic-external-display): New
6970         variable.
6971         (mm-automatic-external-display-p): New function.
6972
6973         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
6974         colors.
6975
6976 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
6979
6980         * gnus-art.el (gnus-with-article): Work in the original article
6981         buffer.
6982         (gnus-with-article): Work in read-only groups.
6983
6984 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6985
6986         * mm-bodies.el (mm-decode-string): Return original string if not
6987         decode.
6988
6989 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6990
6991         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
6992
6993 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
6994
6995         * nndoc.el (nndoc-mime-parts-type-p): Do related.
6996
6997 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6998
6999         * gnus.el: Pterodactyl Gnus v0.58 is released.
7000
7001 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7002
7003         * mm-decode.el (mm-get-image): Return a glyph, not an image
7004         specifier.
7005
7006 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7007
7008         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7009
7010 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7011
7012         * mail-parse.el (rfc2045): Required.
7013
7014 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7015
7016         * mm-view.el (mm-inline-text): Remove props.
7017
7018 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7019
7020         * mm-view.el (mm-setup-w3): Protect url-misc.
7021
7022         * message.el (message-ignored-resent-headers): Remove
7023         Gnus-Warning.
7024
7025         * mml.el (mml-insert-mime-headers): Use encoding.
7026         (mml-parameter-string): Ditto.
7027
7028         * rfc2045.el: New file.
7029         (rfc2045-encode-string): New function.
7030
7031 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7032
7033         * mail-parse.el (mail-header-encode-parameter): New function.
7034
7035         * rfc2231.el (rfc2231-encode-string): New function.
7036
7037 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7038
7039         * mm-bodies.el (mm-decode-string): New function.
7040         * mm-view.el (mm-inline-text): Use mm-decode-string.
7041
7042 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7043
7044         * gnus.el: Pterodactyl Gnus v0.57 is released.
7045
7046 1998-11-23  Felix Lee  <flee@cygnus.com>
7047
7048         * nntp.el (nntp-async-needs-kluge): new setting.
7049         (nntp-async-timer): new var.
7050         (nntp-async-process-list): new var.
7051         (nntp-async-kluge): new function.
7052         (nntp-async-timer-handler): new function.
7053         (nntp-async-wait): new function.
7054         (nntp-async-stop): new function.
7055         (nntp-after-change-function): renamed, and split apart.
7056         (nntp-async-trigger): new function.
7057         (nntp-do-callback): new function.
7058         (nntp-accept-process-output): add optional timeout arg.
7059
7060         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7061         (gnus-async-wait-for-article): new function.
7062         (gnus-async-with-semaphore): s/asynch/async/.
7063
7064 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065
7066         * gnus-art.el (gnus-with-article): Don't encode.
7067         (gnus-insert-mime-button): Fall back on filename from C-D.
7068         (gnus-mime-display-single): Have dots right on text/plain
7069         attachments.
7070
7071         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7072         broken parts.
7073
7074         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7075
7076         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7077         binhex.
7078
7079         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7080         (gnus-summary-repair-multipart): New command and keystroke.
7081
7082         * gnus-art.el (gnus-with-article-buffer): New macro.
7083
7084 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7085
7086         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7087         undisplay the part.
7088
7089 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7090
7091         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7092
7093         * mml.el (mml-read-part): Partition right.
7094
7095         * mm-decode.el (mm-handle-set-cache): New macro.
7096         (mm-handle-cache): Ditto.
7097         (mm-make-handle): Ditto.
7098         (mm-dissect-singlepart): Use it.
7099         (mm-get-image): Use the cache.
7100
7101 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7104         (gnus-mime-display-single): Don't insert lines between parts.
7105
7106 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7107
7108         * nnmail.el (nnmail-file-coding-system-1): New variable.
7109         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7110         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7111         * nnml.el (nnml-file-coding-system): New variable.
7112         (nnml-request-article): Use nnml-file-coding-system.
7113
7114 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7115
7116         * gnus.el: Pterodactyl Gnus v0.56 is released.
7117
7118 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7119
7120         * gnus-art.el (gnus-mime-display-part): New function.
7121         (gnus-mime-display-mixed): Use it.
7122
7123         * mm-view.el (mm-setup-w3): Don't register.
7124
7125         * message.el (message-cite-original): Cite parts.
7126
7127 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7128
7129         * mml.el (mml-parameter-string): New function.
7130         (mml-insert-mime-headers): Separated into new function.
7131
7132 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7133
7134         * mml.el (mml-make-boundary): Use `make-string'.
7135
7136 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7137
7138         * binhex.el (binhex-insert-char): Ditto.
7139
7140         * base64.el (base64-insert-char): Ditto.
7141
7142         * uudecode.el (uudecode-insert-char): Code correctly.
7143
7144 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * mml.el (mml-generate-mime): Don't generate multiparts for
7147         empties.
7148
7149         * gnus-art.el (gnus-display-mime): Save excursion.
7150
7151         * message.el (message-remove-first-header): New function.
7152         (message-encode-message-body): Use it.
7153
7154 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7155
7156         * gnus.el: Pterodactyl Gnus v0.55 is released.
7157
7158 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * mm-view.el (mm-setup-w3): New function.
7161
7162         * mm-decode.el (mm-content-id-get-contents): New function.
7163         (mm-content-id-get-type): Ditto.
7164         (mm-content-id-get-encoding): Ditto.
7165         (mm-get-handle-by-content-id): Removed.
7166
7167 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7168
7169         * message.el (message-generate-new-buffers): Fix tag.
7170
7171 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172
7173         * message.el (message-buffer-name): Check for unique first.
7174
7175         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7176         gnus-inhibit-mime-unbuttonizing.
7177
7178         * gnus-sum.el (t): Bind M-t.
7179         (gnus-inhibit-unbuttonizing): New variable.
7180         (gnus-summary-toggle-display-buttonized): New command.
7181
7182         * gnus-art.el (gnus-display-mime): Select article window.
7183         (article-strip-trailing-space): New command and keystroke.
7184
7185         * nneething.el (nneething-include-files): New variable.
7186         (nneething-create-mapping): Use it.
7187
7188         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7189
7190         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7191         ayto-expirable marks.
7192
7193 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7196
7197         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7198         ARG.
7199
7200         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7201
7202 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7203
7204         * mm-util.el (mm-binary-coding-system): New variable.
7205         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7206         * mm-decode.el (mm-display-external): Ditto.
7207
7208 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7209
7210         * gnus.el: Pterodactyl Gnus v0.54 is released.
7211
7212 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7215
7216 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * mm-decode.el (mm-save-part): Unquote.
7219
7220 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7221
7222         * mm-decode.el (mm-save-part): Bind coding system for write.
7223
7224 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7225
7226         * gnus-art.el (gnus-article-mode-line-format): New default.
7227         (gnus-article-mime-part-status): New function.
7228
7229         * message.el (message-send-news): Check the body syntax before
7230         encoding.
7231
7232         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7233         (gnus-mime-display-single): Use it.
7234         (gnus-mime-display-alternative): Ditto.
7235
7236         * mm-decode.el: Check for whether we are running under a term.
7237
7238 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * mm-decode.el (mm-preferred-alternative): Default to first
7241         alternative.
7242         (mm-preferred-alternative): No, we dont.
7243
7244 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7245
7246         * mm-decode.el (mm-display-external): Use binary instead of
7247         no-conversion.
7248         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7249         * nnheader.el (nnheader-file-coding-system): Ditto.
7250         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7251
7252 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7253
7254         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7255         name without method.
7256
7257 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7258
7259         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7260         coding-system -> default-charset.
7261         (gnus-newsgroup-default-charset-alist): Ditto.
7262         (gnus-summary-local-variables): Ditto.
7263         (gnus-set-global-variables): Ditto.
7264         (gnus-get-newsgroup-headers): Ditto.
7265         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7266         (gnus-get-newsgroup-headers-xover): Ditto.
7267         (gnus-newsgroup-setup-default-charset): Ditto.
7268         (article-decode-mime-words): Ditto.
7269         (article-decode-charset): Ditto.
7270         (article-decode-encoded-words): Ditto.
7271         (article-de-quoted-unreadable): Ditto.
7272         (gnus-mime-view-all-parts): Ditto.
7273         (gnus-mime-externalize-part): Ditto.
7274         (gnus-mm-display-part): Ditto.
7275         (gnus-mime-display-single): Ditto.
7276         (gnus-mime-display-alternative): Ditto.
7277         * lpath.el : Ditto.
7278
7279 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7280
7281         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7282         * gnus-art.el (article-decode-charset): Overlay
7283         rfc2047-default-charset.
7284         * message.el (message-draft-coding-system): New variable.
7285         (message-set-auto-save-file-name): Use message-draft-coding-system.
7286         * nndraft.el (nndraft-request-article): Ditto.
7287         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7288         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7289
7290 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7291
7292         * mm-uu.el (mm-uu-test): New function.
7293         (mm-uu-dissect): Inherit charset and cte from head.
7294         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7295
7296 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7297
7298         * gnus.el: Pterodactyl Gnus v0.53 is released.
7299
7300 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * mm-decode.el (mm-get-image): New function.
7303         (mm-image-fit-p): New function.
7304
7305         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7306
7307         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7308
7309         * gnus-art.el (gnus-article-insert-newline): New function.
7310         (article-goto-body): New function.
7311
7312 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7313
7314         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7315         buttons.
7316
7317         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7318         keystroke.
7319
7320         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7321         line between parts.
7322
7323         * message.el (message-remove-header): Go to end if wanted.
7324
7325 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7326
7327         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7328         movement with save-window-excursion.
7329
7330 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7331
7332         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7333
7334 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7335
7336         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7337
7338 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7339
7340         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7341         gnus-newsgroup-coding-system.
7342         (gnus-get-newsgroup-headers): Ditto.
7343         (gnus-get-newsgroup-headers-xover): Ditto.
7344         (gnus-set-global-variables): Ditto.
7345         * gnus-art.el (article-decode-mime-words): Ditto.
7346         (article-decode-charset): Ditto.
7347         (article-decode-encoded-words): Ditto.
7348         (article-de-quoted-unreadable): Ditto.
7349         (gnus-mime-view-all-parts): Ditto.
7350         (gnus-mime-externalize-part): Ditto.
7351         (gnus-mm-display-part): Ditto.
7352         (gnus-mime-display-alternative): Ditto.
7353         (gnus-mime-display-single): Ditto.
7354         * mm-view.el (mm-inline-text): Use default coding system.
7355
7356 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7357
7358         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7359         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7360         (gnus-newsgroup-coding-system): New local variable.
7361         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7362         (gnus-summary-local-variables): Add two new local variables.
7363         (gnus-newsgroup-setup-coding-system): New function.
7364         (gnus-select-newsgroup): Setup coding system.
7365         * lpath.el: Add two new variables.
7366         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7367         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7368         * gnus-cus.el (gnus-group-parameters): Customizable
7369         iso-8859-1-forced.
7370
7371 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7372
7373         * gnus.el: Pterodactyl Gnus v0.52 is released.
7374
7375 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7376
7377         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7378         encoding.
7379
7380         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7381         undisplayed text types.
7382
7383         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7384         types.
7385
7386 1998-11-19  Felix Lee  <flee@cygnus.com>
7387
7388         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7389
7390 1998-11-19  Felix Lee  <flee@cygnus.com>
7391
7392         * gnus-async.el (gnus-asynch-obarray): rename to
7393         gnus-async-hashtb, and don't buffer-local it.
7394
7395         (gnus-async-article-callback): new function.
7396         (gnus-make-async-article-function): use it.
7397
7398         (gnus-async-current-prefetch-group): new var.
7399         (gnus-async-current-prefetch-article): new var.
7400         (gnus-async-request-fetched-article): are we fetching it already?
7401
7402         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7403
7404 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7405
7406         * gnus-sum.el (gnus-summary-show-article): Require.
7407
7408         * message.el: Provide before hooks.
7409         (message-send-news): Do MIME before headers.
7410
7411         * gnus-art.el (gnus-article-check-buffer): New function.
7412         (gnus-article-read-summary-keys): Use it.
7413
7414         * mm-decode.el (mm-user-automatic-display): Display all inline
7415         images.
7416
7417         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7418         much.
7419         (gnus-unbuttonized-mime-types): New variable.
7420
7421 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7424
7425         * mm-decode.el (mm-quote-arg): Quote semicolons.
7426
7427         * gnus-art.el (gnus-mime-display-single): Don't display
7428         attachments.
7429         (gnus-mime-externalize-part): New command and keystroke.
7430
7431         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7432         (mm-alternative-precedence): Changed order.
7433
7434 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7435
7436         * gnus.el (gnus-method-simplify): New function.
7437         (gnus-native-method-p): New function.
7438         (gnus-secondary-method-p): Use gnus-method-equal.
7439
7440         * gnus-start.el (gnus-group-change-level): Shorten select method.
7441
7442 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7443
7444         * gnus.el: Pterodactyl Gnus v0.51 is released.
7445
7446 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7447
7448         * gnus.el: Applied patches from 5.6.45.
7449
7450         * gnus-score.el (gnus-score-find-trace): Print complete file
7451         paths.
7452         (gnus-score-find-trace): Truncate lines.
7453
7454         * gnus.el (gnus-message-archive-group): Allow function.
7455
7456         * message.el (message-encode-message-body): Remove Mime-Version
7457         before inserting.
7458
7459         * gnus-cus.el (gnus-group-customize): Optional topic.
7460
7461         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7462         keystroke.
7463
7464 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7465
7466         * message.el (message-encode-message-body): Rewrite.
7467
7468 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * mml.el (mml-base-boundary): New variable.
7471         (mml-make-boundary): New function.
7472
7473         * gnus-cache.el (gnus-cache-coding-system): New variable.
7474         (gnus-cache-request-article): Use it.
7475
7476         * message.el (message-insert-mime-part): Delete duplicates.
7477
7478 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7479
7480         * gnus-art.el (gnus-mime-display-alternative): Set end of
7481         multipart and display even when nothing is preferred.
7482
7483 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7484
7485         * gnus.el: Pterodactyl Gnus v0.50 is released.
7486
7487 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7490         fbound.
7491
7492         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7493
7494 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7495
7496         * gnus.el (gnus-similar-server-opened): Compare backend.
7497
7498 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7499
7500         * gnus-topic.el (gnus-topic-expire-articles): New function.
7501         (gnus-topic-mode-map): Bind it.
7502
7503         * gnus.texi (Topic Commands): New expiry command. Reordered.
7504
7505 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7506
7507         * gnus-sum.el
7508         (gnus-auto-expirable-marks): New variable.
7509         (gnus-inhibit-user-auto-expire): New variable.
7510         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7511         When looking to see if we should expire instead, check
7512         gnus-auto-expirable-marks instead of using a hard-wired list.
7513         (gnus-summary-mark-as-read-forward,
7514         gnus-summary-mark-as-read-backward):
7515         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7516         gnus-summary-mark-forward, instead of `t'.
7517
7518 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * mml.el (mml-compute-boundary): New function.
7521         (mml-compute-boundary-1): New function.
7522         (mml-generate-mime-1): Use it.
7523
7524 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7525
7526         * mml.el (mml-generate-mime-1): Always precede closing boundary
7527         with newline.
7528
7529 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * mml.el (mml-generate-mime-1): Do right boundaries when several
7532         multiparts.
7533
7534         * mm-decode.el (mm-user-automatic-display): Default to inline
7535         jpeg.
7536
7537         * mml.el (mml-generate-mime-1): Encode non-text parts.
7538
7539 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7540
7541         * gnus.el: Pterodactyl Gnus v0.49 is released.
7542
7543 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * mm-view.el (mm-inline-text): Require w3-vars.
7546
7547         * gnus-setup.el (gnus-use-tm): Removed.
7548
7549         * gnus-art.el (gnus-article-goto-part): Don't beep.
7550         (gnus-article-view-part): Check return value.
7551         (gnus-mime-display-alternative): Don't display when there is
7552         nothing to display.
7553
7554         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7555         (mml-generate-mime-1): Use unibyte for binaries.
7556
7557         * gnus-art.el (gnus-display-mime): Call
7558         gnus-article-mime-part-function.
7559         (gnus-mime-part-function): New function.
7560         (gnus-article-mime-part-function): New function.
7561
7562         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7563
7564 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7565
7566         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7567
7568         * message.el (message-font-lock-keywords): Highlight MML.
7569         (message-mml-face): New font.
7570
7571 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7572
7573         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7574         (gnus-mm-display-part): Do not select-window if the article window
7575         is not found.
7576
7577 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7578
7579         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7580
7581 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7582
7583         * gnus.el: Pterodactyl Gnus v0.48 is released.
7584
7585 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7586
7587         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7588
7589         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7590
7591         * message.el (message-cite-original-without-signature): Ditto.
7592         (message-cite-original): Quote parts.
7593
7594 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7595
7596         * gnus.el: Pterodactyl Gnus v0.47 is released.
7597
7598 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7599
7600         * message.el (message-encode-message-body): Insert MIME warning.
7601
7602         * mml.el (mml-read-tag): Look for #tag.
7603
7604         * mm-util.el (mm-find-charset-region): Check whether
7605         enable-multibyte-characters is bound.
7606
7607 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7608
7609         * gnus.el: Pterodactyl Gnus v0.46 is released.
7610
7611 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612
7613         * message.el (message-encode-message-body): Insert headers at the
7614         right spot.
7615
7616 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7617
7618         * gnus.el: Pterodactyl Gnus v0.45 is released.
7619
7620 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7621
7622         * nndraft.el (nndraft-save-mime-part): Removed.
7623         (nndraft-get-mime-part): Ditto.
7624
7625         * message.el (message-format-mime-old): Removed.
7626         (message-encode-message-body): Removed.
7627         (message-encode-message-body): Renamed.
7628
7629 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7632
7633         * message.el (message-format-mime): Check message-mime-part.
7634
7635         * mm-encode.el (mm-mime-file-types): Removed.
7636         (mm-default-file-encoding): New definition.
7637
7638 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7639
7640         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7641         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7642
7643 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7644
7645         * gnus.el: Pterodactyl Gnus v0.44 is released.
7646
7647 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * message.el (message-format-mime): New function.
7650
7651         * nndraft.el (nndraft-save-mime-part): New function.
7652         (nndraft-get-mime-part): New function.
7653
7654         * mm-encode.el (mm-default-file-encoding): New function.
7655         (mm-content-transfer-encoding): New function.
7656         (mm-encode-buffer): New function.
7657
7658         * message.el: New command.
7659         (message-mime-part): New variable.
7660         (message-insert-mime-part): New command.
7661
7662         * mm-encode.el (mm-encode-content-transfer-encoding): New
7663         function.
7664
7665         * mm-util.el (mm-content-transfer-encoding-defaults): New
7666         variable.
7667         (mm-mime-file-types): Taken from TM.
7668
7669 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7670
7671         * gnus.el: Pterodactyl Gnus v0.43 is released.
7672
7673 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7674
7675         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7676         * gnus-score.el (gnus-score-default-header): Ditto.
7677         (gnus-header-index): Ditto.
7678         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7679         (gnus-summary-header): Handle extra headers.
7680         (gnus-summary-score-entry): Ditto, & provide new score element.
7681         (gnus-summary-score-effect): Ditto.
7682         (gnus-score-string): Avoid "extra" string sort, & modify match in
7683         "extra" case.
7684         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7685
7686 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * message.el (message-resend): Bind message-required-mail-headers
7689         to nil.
7690
7691         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7692
7693         * nngateway.el (require): Require cl.
7694
7695         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7696         things.
7697
7698 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7699
7700         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7701         when no articles.
7702
7703 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704
7705         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7706
7707 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7708
7709         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7710         user-mail-address if non-nil.
7711
7712 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7715         (gnus-make-sort-function-1): Ditto.
7716
7717         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7718         window.
7719
7720 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7721
7722         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7723
7724         * binhex.el (binhex-decode-region): Quote.
7725
7726 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7727
7728         * gnus-art.el (article-decode-charset): Don't downcase charset.
7729
7730         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7731
7732 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7733
7734         * gnus.el: Pterodactyl Gnus v0.42 is released.
7735
7736 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7737
7738         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7739
7740 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7741
7742         * nntp.el (nntp-send-mode-reader): Revert.
7743
7744 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7745
7746         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7747
7748 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7749
7750         * message.el (message-make-date): Fix for negative time zones.
7751
7752 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7753
7754         * gnus.el: Pterodactyl Gnus v0.41 is released.
7755
7756 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7757
7758         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7759
7760 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7761
7762         * gnus.el (gnus-short-group-name): When shortening foreign select
7763         methods, do not scan for plusses beyond the first colon.
7764
7765 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7766
7767         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7768         lines where `group' is the last thing on the line.
7769
7770 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7771
7772         * gnus-art.el (gnus-article-view-part): Do alternative.
7773         (gnus-mime-display-alternative): Insert marker.
7774
7775 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7776
7777         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7778
7779         * nnmail.el (nnmail-expired-article-p): Protect against bogus
7780         dates.
7781
7782         * gnus-cus.el (gnus-topic): Required.
7783
7784         * nnheader.el (nnheader-parse-nov): Parse extra.
7785         (nnheader-nov-parse-extra): New macro.
7786
7787 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * gnus-art.el (gnus-article-view-part): Internal move.
7790
7791 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
7792
7793         * gnus-cus-new.el (gnus-custom-topic): New free variable.
7794         (gnus-group-customize): Support editing topic parameters.
7795
7796 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
7797
7798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
7799         indicators.
7800
7801 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802
7803         * gnus-art.el (gnus-mm-display-part): Return.
7804         (gnus-article-view-part): Only go if external.
7805         (gnus-article-dumbquotes-map): Do 205.
7806
7807         * mm-decode.el (mm-display-part): Return what was done.
7808
7809         * message.el (message-buffer-naming-style): New variable.
7810         (message-generate-new-buffers): Extended.
7811         (message-buffer-naming-style): Removed.
7812         (message-buffer-name): Use it.
7813         (message-do-send-housekeeping): Rename new styling.
7814
7815         * gnus-sum.el (gnus-summary-recenter): Allow
7816         gnus-auto-center-summary to be a number.
7817
7818 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7819
7820         * pop3.el (pop3-open-server): Use "binary" instead of
7821         "no-conversion".
7822
7823 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7824
7825         * gnus-srvr.el (gnus-browse-foreign-server): Set
7826         gnus-browse-current-method to the result of gnus-server-to-method.
7827
7828 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7829
7830         * gnus-util.el (gnus-pull): Another optional argument.
7831         * nnweb.el (nnweb-request-delete-group): Delete from
7832         nnweb-group-alist and update active file.
7833
7834 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7835
7836         * gnus-group.el (gnus-group-make-group): Accept group of new
7837         method.
7838
7839 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7840
7841         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
7842
7843 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7844
7845         * mm-view.el (mm-inline-text): Postion of html portion.
7846
7847 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848
7849         * nntp.el (nntp-list-active-group): Waited for short strings.
7850         (nntp-send-mode-reader): Ditto.
7851         (nntp-open-connection): Ditto.
7852
7853         * gnus-int.el (gnus-request-group-articles): New function.
7854
7855         * nntp.el (nntp-request-listgroup): New function.
7856         (nntp-request-group-articles): Renamed.
7857
7858 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
7859
7860         * nnheader.el (nnheader-parse-nov): Supply extra.
7861
7862 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7863
7864         * gnus-art.el (gnus-button-push): Don't go to
7865         gnus-article-buffer.
7866
7867         * mm-view.el (mm-inline-image): Add a newline.
7868
7869         * gnus-start.el (gnus-check-first-time-used): Check more.
7870
7871 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
7872
7873         * gnus-start.el (gnus-check-first-time-used): Check current.
7874
7875 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * mm-util.el (mm-find-charset-region): New function.
7878
7879         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
7880
7881         * gnus-art.el (gnus-mime-button-menu): Fix.
7882
7883 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7884
7885         * gnus-art.el (gnus-mime-button-menu): New definition.
7886
7887 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7888
7889         * gnus-art.el (article-decode-charset): Downcase charset.
7890         (article-decode-charset): Pass on type.
7891         (article-decode-charset): Check nil charsets.
7892         (article-remove-cr): Translate CR to LF.
7893         (gnus-ignored-mime-types): Default to nil.
7894
7895         * nnheader.el (nnheader-insert-nov): Work when not Xref.
7896
7897         * gnus-sum.el (gnus-ignored-from-addresses): Default to
7898         user-mail-address.
7899         (gnus-nov-parse-extra): Didn't return right thing.
7900
7901 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * gnus-xmas.el: Use compiled-function-p.
7904
7905 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7906
7907         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
7908
7909 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7910
7911         * gnus.el: Pterodactyl Gnus v0.40 is released.
7912
7913 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
7916
7917         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
7918
7919         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
7920
7921         * nnml.el (nnml-possibly-create-directory): Check before making.
7922
7923 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7924
7925         * nnheader.el (nnheader-insert-nov): Don't infloop.
7926
7927 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7928
7929         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
7930         set up.
7931
7932 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
7933
7934         * nneething.el (nneething-file-name): New definition.
7935
7936 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * gnus-art.el (gnus-treatment-function-alist): Fix.
7939         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
7940
7941         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
7942
7943 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7944
7945         * gnus.el: Pterodactyl Gnus v0.39 is released.
7946
7947 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7948
7949         * gnus-art.el (gnus-ignored-mime-types): New variable.
7950         (gnus-mime-display-single): Use it.
7951         (gnus-treatment-function-alist): New variable.
7952
7953         * gnus.el (gnus-mime): New group.
7954
7955         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
7956         things for other parts.
7957         (gnus-mime-display-alternative): Place point.
7958
7959         * gnus.el: autoload gnus-uu-post-news.
7960
7961         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
7962         needsterm/DISPLAY.
7963
7964         * mm-decode.el (mm-display-part): Default to inline text/.*
7965         parts.
7966
7967         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
7968         8bit.
7969
7970         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
7971         (gnus-mime-display-single): Inline all text parts.
7972         (gnus-article-narrow-to-signature): Removed mime:: stubs.
7973
7974 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * nnml.el (nnml-possibly-create-directory): Rewrite.
7977         (nnml-request-create-group): Change to right server.
7978
7979         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
7980
7981         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
7982
7983         * gnus.el: rmail-output-to-rmail-file autoload.
7984
7985         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
7986         Gnus.
7987
7988         * nnheader.el (nnheader-parse-head): Checked wrong variable.
7989
7990         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
7991
7992 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7993
7994         * gnus-art.el (gnus-mime-display-mixed): Multipart in
7995         mixed part.
7996
7997 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7998
7999         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8000
8001         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8002
8003 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8004
8005         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8006
8007 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8008
8009         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8010         value.
8011
8012         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8013         hidden.
8014
8015         * gnus-spec.el (gnus-update-format-specifications): Use the
8016         article mode line spec.
8017
8018         * gnus-art.el (gnus-insert-mime-button): Put right type.
8019         (gnus-insert-prev-page-button): Ditto.
8020         (gnus-insert-next-page-button): Dutti.
8021
8022         * pop3.el: New version installed.
8023
8024 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8025
8026         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8027         and display last part.
8028
8029 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8030
8031         * gnus.el: Pterodactyl Gnus v0.38 is released.
8032
8033 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8034
8035         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8036         Removed.
8037         (article-de-quoted-unreadable): Narrow to default.
8038
8039         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8040
8041         * gnus-art.el (article-decode-charset): Decode even when broken
8042         MIME.
8043
8044         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8045         name.
8046
8047         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8048
8049         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8050         nnheader.
8051
8052         * nnmail.el (nnmail-extra-headers): New variable.
8053
8054         * nnheader.el (nnheader-insert-nov): Insert extra.
8055
8056         * gnus.el (gnus-summary-line-format): Doc fix.
8057
8058         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8059         (gnus-nov-parse-line): Ditto.
8060         (gnus-nov-parse-extra): New macro.
8061         (gnus-header): New function.
8062         (gnus-update-summary-mark-positions): Change.
8063         (gnus-ignored-from-addresses): New variable.
8064         (gnus-summary-insert-from-or-to): New function.
8065
8066         * gnus.el (gnus-extra-headers): New variable.
8067
8068         * nnheader.el (make-mail-header): Expand.
8069         (mail-header-extra): New macro.
8070         (mail-header-set-extra): Ditto.
8071         (make-full-mail-header): Expand.
8072
8073 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8074
8075         * gnus.el: Pterodactyl Gnus v0.37 is released.
8076
8077 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8080
8081         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8082         on.
8083
8084 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8085
8086         * gnus-spec.el (gnus-balloon-face-function): new function
8087         (gnus-parse-format): understand the %< %> specifiers
8088         (gnus-parse-complex-format): ditto.
8089
8090 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8091
8092         * gnus.el: Changed following-char to char-after throughout.
8093
8094 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8095
8096         * mm-decode.el (mm-display-external): Protect more and message.
8097
8098 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8099
8100         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8101         position.
8102
8103 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8104
8105         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8106         mixed part.
8107
8108 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8109
8110         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8111
8112         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8113
8114 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8115
8116         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8117
8118 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8119
8120         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8121
8122         * mm-decode.el (mm-display-external): Set undisplayer to mm
8123         buffer, not the current buffer; use unwind-protect.
8124
8125 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8126
8127         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8128         (gnus-summary-exit-no-update): Ditto.
8129
8130 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * mm-decode.el (mm-inline-media-tests): Look for w3.
8133
8134         * mailcap.el (mailcap-mime-data): Inline html.
8135
8136 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8137
8138         * gnus.el: Pterodactyl Gnus v0.36 is released.
8139
8140 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8141
8142         * gnus-art.el (article-translate-strings):
8143         (gnus-article-dumbquotes-map): Don't dot.
8144
8145         * pop3.el (pop3-open-server): Set point right.
8146
8147         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8148         (mm-dissect-buffer): Ditto.
8149         (mm-destroy-part): Ignore non-handles.
8150         (mm-remove-part): Ditto.
8151         (mm-destroy-parts): New function.
8152         (mm-remove-parts): Ditto.
8153
8154         * gnus-art.el (gnus-mm-display-part): Don't move point.
8155
8156 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8157
8158         * mm-uu.el : New file.
8159
8160         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8161
8162         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8163         a function.
8164
8165 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * mm-decode.el (mm-display-external): Check before selecting.
8168
8169 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8170
8171         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8172
8173         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8174
8175         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8176         variable.
8177
8178         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8179
8180         * gnus-art.el (gnus-decode-header-methods): New variable.
8181
8182         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8183
8184         * gnus-art.el (gnus-multi-decode-header): New function.
8185
8186 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8187
8188         * gnus.el: Pterodactyl Gnus v0.35 is released.
8189
8190 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * uudecode.el (uudecode-decode-region-external): Insert
8193         literally.
8194
8195         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8196
8197         * mm-bodies.el (mm-decode-body): Optional encoding.
8198
8199 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * gnus-ems.el (gnus-mouse-3): New variable.
8202
8203         * binhex.el (binhex-decode-region-external): Don't use -internally.
8204
8205 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8206
8207         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8208         files.
8209
8210 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8211
8212         * gnus-group.el (gnus-add-marked-articles): Request backend update
8213         of flags.
8214
8215 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8216
8217         * gnus-sum.el (gnus-update-read-articles):
8218         (gnus-update-marks): Request backend update of mark.
8219
8220 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8221
8222         * gnus.texi (Optional Backend Functions): New item,
8223         nnchoke-request-set-mark.
8224
8225 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8226
8227         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8228           list to range.
8229
8230 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8231
8232         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8233
8234 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8235
8236         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8237         first used.
8238
8239 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8240
8241         * mm-view.el: Require mm-decode for macros.
8242
8243         * mm-decode.el (mm-handle-type): Move macro declarations above the
8244         place where they are used.
8245
8246 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8247
8248         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8249         buffer.
8250
8251 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8252
8253         * nnagent.el (nnagent-open-server): Error message.
8254
8255 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8256
8257         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8258
8259 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8260
8261         * score-mode.el (gnus-score-mode-map): Ditto.
8262
8263         * message.el (message-mode-map): Ditto.
8264
8265         * gnus-uu.el (gnus-uu-post-news): Ditto.
8266
8267         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8268
8269         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8270
8271         * gnus-art.el (gnus-article-edit-mode-map): Use
8272         `set-keymap-parent' rather than `copy-keymap'.
8273
8274 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8275
8276         * gnus-art.el (gnus-mime-button-commands): New variable.
8277         (gnus-mime-button-map): Initialize it from
8278         `gnus-mime-button-commands'.
8279         (gnus-mime-button-menu): New function.
8280         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8281
8282 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8283
8284         * message.el (message-insert-to): Make `nobody' and `poster'
8285         synonymous to `never' and `always' in Mail-Copies-To.
8286         (message-reply): Ditto.
8287         (message-followup): Ditto.
8288
8289 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * mailcap.el (mailcap-mime-data): Save sound.
8292
8293 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8294
8295         * message.el (message-ignored-supersedes-headers): Include
8296         `NNTP-Posting-Date'.
8297
8298 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8299
8300         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8301
8302 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303
8304         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8305         uudecode.
8306
8307 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8308
8309         * mm-decode.el (mm-display-external): Don't switch on save.
8310
8311 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8312
8313         * nnmail.el (nnmail-movemail-args): New variable.
8314
8315 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * gnus-art.el (article-translate-strings):
8318
8319 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8320
8321         * gnus-art.el (gnus-article-view-part): Use it.
8322         (gnus-mm-display-part): New function.
8323         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8324
8325         * mm-decode.el (mm-handle-displayed-p): New function.
8326
8327         * gnus-art.el (gnus-mime-copy-part): Create better names.
8328         (gnus-mime-button-line-format): Include dots spec.
8329
8330 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8331
8332       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8333       forward buffer first.
8334
8335 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336
8337         * gnus-util.el (gnus-set-window-start): New function.
8338
8339         * message.el (message-send): Don't check changed.
8340
8341 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8342
8343         * gnus-art.el (gnus-article-setup-buffer): Set params.
8344
8345         * mm-decode.el (mm-user-display-methods): Inline
8346         "message/delivery-status".
8347
8348 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8349
8350         * message.el (message-auto-save-directory): Rename.
8351         (message-mode): Dof fix.
8352
8353         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8354         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8355
8356         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8357
8358         * message.el (message-make-date): Avoid locale.
8359
8360         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8361         cache.
8362
8363         * mm-decode.el (mm-display-inline): Goto point-min.
8364
8365         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8366
8367         * mm-decode.el (mm-display-external): Reverse before sorting.
8368
8369         * gnus-draft.el (gnus-draft-send): Allow mail.
8370
8371 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8372
8373         * message.el (message-check): Move message-check macro above where
8374         it is first used.
8375
8376         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8377
8378 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8379
8380         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8381
8382 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8383
8384         * gnus.el: Pterodactyl Gnus v0.34 is released.
8385
8386 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8387
8388         * mm-decode.el (mm-inline-media-tests): delivery-status.
8389
8390         * mm-view.el (mm-inline-text): Provide default.
8391
8392 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8393
8394         * mailcap.el (mailcap-possible-viewers): Fix nils.
8395
8396 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8397
8398         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8399         (article-update-date-lapsed): Record the buffer.
8400         (article-update-date-lapsed): Do all windows that display article
8401         buffers.
8402
8403         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8404
8405         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8406
8407         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8408         annoations.
8409
8410         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8411
8412 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * gnus-agent.el (gnus-category-add): Change default category to
8415         'false.
8416
8417         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8418         scores.
8419
8420         * gnus-draft.el (gnus-draft-send): Check server more.
8421
8422         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8423         (gnus-article-goto-part): New function.
8424
8425         * mm-view.el (mm-inline-text): Insert richtext properly.
8426
8427         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8428
8429 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * parse-time.el (parse-time-rules): Accept dates far into the past
8432         and the future, and parse single-digit numbers as years.
8433
8434 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * mm-decode.el (mm-display-external): Chop off directories.
8437
8438 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * uudecode.el (uu-decode-region-external): Use
8441         insert-file-contents-literally.
8442
8443         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8444
8445 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8446
8447         * uudecode.el: New file.
8448
8449         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8450         x-uuencode.
8451
8452 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8453
8454         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8455
8456         * message.el (message-fetch-field): Unfold properly.
8457
8458         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8459         in text/plain.
8460
8461 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8462
8463         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8464         (gnus-auto-select-first): Removed.
8465         (gnus-auto-select-first): Extended.
8466         (gnus-summary-read-group-1): Use new value.
8467
8468 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8469
8470         * message.el (message-fix-before-sending): Space.
8471
8472         * nnmail.el (nnmail-find-file): Don't erase.
8473
8474 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8475
8476         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8477
8478 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8479
8480         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8481
8482 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8483
8484         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8485
8486 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8487
8488         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8489         20.4.
8490
8491 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8492
8493         * gnus-art.el (gnus-mime-view-all-parts): New command and
8494         keystroke.
8495
8496         * mm-decode.el (mm-display-external): Translate slashes.
8497
8498         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8499
8500         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8501
8502         * mm-decode.el (mm-quote-arg): Quote spaces.
8503         (mm-display-external): Quote args.
8504
8505 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8506
8507         * mm-decode.el (mm-inlinable-part-p): New function.
8508
8509 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8510
8511        * mm-util.el (mm-disable-multibyte): New function.
8512
8513 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8514
8515         * gnus.el: Pterodactyl Gnus v0.33 is released.
8516
8517 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8518
8519         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8520
8521         * mm-decode.el (mm-display-external): Don't switch for externals.
8522         (mm-dissect-multipart): Don't include end-sep.
8523
8524         * mm-util.el (mm-get-coding-system-list): New function.
8525         (mm-coding-system-list): New variable.
8526
8527 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8528
8529         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8530
8531 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8532
8533         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8534         group
8535
8536 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8537
8538         * base64.el (base64-run-command-on-region): External base64
8539         decoder do not use coding system
8540
8541 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8542
8543         * mm-decode.el (mm-interactively-view-part): Typo.
8544
8545 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8546
8547         * mm-decode.el (mm-dissect-multipart): Display last part when the
8548         article has no close-delimiter
8549
8550 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8551
8552         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8553         content-type.
8554
8555 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8556
8557         * gnus-art.el (gnus-display-mime): Typo.
8558
8559 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8560
8561         * gnus.el: Pterodactyl Gnus v0.32 is released.
8562
8563 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8564
8565         * gnus-kill.el (gnus-batch-score): Protect against errors.
8566
8567         * gnus-art.el: Protect against broken headers.
8568
8569         * mm-decode.el (mm-display-external): Respect needsterm.
8570         (mm-display-external): Create buffer for external commands.
8571
8572 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8573
8574         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8575
8576         * mm-decode.el (mm-display-external): Use file name.
8577
8578 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8579
8580         * gnus-util.el (gnus-output-to-rmail):  adjust to
8581           `rmail-output-to-rmail-file'
8582
8583 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8584
8585         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8586
8587         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8588         headers.
8589
8590         * gnus-art.el (article-decode-charset): Fold case.
8591
8592 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8593
8594         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8595
8596 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8597
8598         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8599         after being stored.
8600
8601 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8602
8603         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8604         come.
8605
8606 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607
8608         * gnus-xmas.el (wid-edit): Required.
8609
8610         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8611
8612 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8613
8614         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8615
8616 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8617
8618         * gnus-art.el (article-decode-charset): Narrow to the correct
8619         region.
8620
8621         * mm-bodies.el: Fix autoload.
8622
8623 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8624
8625         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8626
8627 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8628
8629         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8630
8631 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8634         (gnus-article-add-button): Ditto.
8635
8636         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8637
8638         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8639         (gnus-article-prepare-display): Bind url-standalone-mode.
8640
8641         * mm-decode.el (mm-remove-part): Also delete directory.
8642         (mm-display-external): Create a private sub-dir.
8643
8644         * mailcap.el (mailcap-binary-suffixes): New variable.
8645         (mailcap-command-p): Use it.
8646
8647 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * nnmbox.el (nnmbox-request-group): Change server.
8650         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8651
8652         * message.el (message-encode-message-body): Don't stomp MIME
8653         headers.
8654
8655         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8656         unless useful.
8657         (gnus-summary-exit): Check for a live article buffer.
8658         (gnus-summary-exit-no-update): Ditto.
8659
8660         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8661         param.
8662
8663         * gnus-sum.el (gnus-article-decoded-p): New variable.
8664
8665         * mm-decode.el (mm-display-external): Use no-conv.
8666
8667         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8668         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8669
8670         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8671         mouse-click.
8672
8673 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8676
8677 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8678
8679         * gnus.el: Pterodactyl Gnus v0.31 is released.
8680
8681 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8682
8683         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8684
8685         * mm-decode.el (mm-display-part): Accept no-default.
8686
8687         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8688         a parameter.
8689
8690         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8691         (gnus-summary-prepare-threads): Ditto.
8692
8693         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8694
8695         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8696         (gnus-mime-button-line-format): Doc fix.
8697         (gnus-insert-mime-button): Use it.
8698         (gnus-article-add-button): Use widget-convert-button.
8699
8700         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8701         ignore.
8702
8703         * mm-decode.el (mm-alternative-precedence): Ditto.
8704
8705 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8706
8707         * mm-decode.el (mm-user-automatic-display): Use enriched.
8708
8709 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8710
8711         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8712         right place.
8713
8714 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715
8716         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8717
8718         * gnus-art.el (article-update-date-lapsed): Only update header if
8719         buffer is dispalyed in frame.
8720         (gnus-article-prepare-display): New function.
8721         (gnus-article-prepare): Use it.
8722
8723 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8726
8727         * mm-view.el (mm-insert-inline): New function.
8728
8729         * mm-decode.el (mm-pipe-part): Bugged.
8730
8731         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8732
8733         * mm-bodies.el (mm-encode-body): Move over the body.
8734
8735         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8736
8737         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8738
8739 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8740
8741         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8742           related functions.  Handle message/rfc822 parts.  Display subject on
8743           multipart summary lines.  Display name on sub-parts when available.
8744
8745 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8746
8747         * mailcap.el (mailcap-command-p): New version.
8748
8749 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8750
8751         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8752         groups.
8753
8754 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8755
8756         * message.el (message-make-date): Remove weekday name.
8757
8758         * mm-decode.el (mm-dissect-buffer): Protect against broken
8759         headers.
8760
8761         * mailcap.el (mailcap-command-in-path-p): New function.
8762         (mailcap-command-p): Renamed.
8763
8764 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8765
8766         * rfc2047.el (eval): Autoload.
8767
8768 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8771         (gnus-multi-decode-encoded-word-string): New function.
8772         (gnus-encoded-word-method-alist): New variable.
8773         (gnus-decode-encoded-word-functions): Removed.
8774
8775 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
8776
8777         * gnus-int.el (gnus-request-replace-article): Replace
8778         message-narrow-to-headers with message-narrow-to-head
8779
8780 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8781
8782         * drums.el (drums-quote-string): Reversed match.
8783
8784         * message.el (message-make-date): Use weekday name.
8785
8786 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8787
8788         * gnus.el: Pterodactyl Gnus v0.30 is released.
8789
8790 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8791
8792         * gnus-art.el (article-decode-encoded-words): Use it.
8793         (gnus-decode-header-function): New variable.
8794
8795         * gnus-sum.el (gnus-nov-parse-line): Use it.
8796         (gnus-decode-encoded-word-function): New variable.
8797
8798         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
8799         buffer.
8800
8801         * gnus-art.el (gnus-insert-mime-button): Use widget.
8802         (gnus-widget-press-button): New function.
8803         (gnus-article-prev-button): Removed.
8804         (gnus-article-next-button): Ditto.
8805         (gnus-article-add-button): Ditto.
8806
8807         * gnus.el (gnus-article-mode-map): Inherit from widget.
8808         (gnus-article-mode-map): No, don't.
8809
8810         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
8811         (mm-content-id-alist): New variable.
8812         (mm-get-content-id): New function.
8813
8814         * gnus-art.el (gnus-request-article-this-buffer): Only decode
8815         articles if we are fetching to the article buffer.
8816
8817 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
8818
8819         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
8820         articles.
8821
8822 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
8825         (mm-default-mime-charset): New variable.
8826
8827         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
8828
8829         * drums.el (drums-quote-string): Reversed test.
8830
8831 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
8834         string.
8835
8836         * drums.el (drums-quote-string): New function.
8837
8838         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
8839         (rfc2047-b-encode-region): Chop lines.
8840         (rfc2047-q-encode-region): Ditto.
8841
8842 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8843
8844         * gnus.el: Pterodactyl Gnus v0.29 is released.
8845
8846 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
8847
8848         * mm-decode.el (mm-save-part): Message right.
8849
8850 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851
8852         * drums.el (drums-parse-address): Returned a list instead of a
8853         string.
8854         (drums-remove-whitespace): Skip comments.
8855         (drums-parse-addresses): Didn't work.
8856
8857 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8858
8859         * gnus.el: Pterodactyl Gnus v0.28 is released.
8860
8861 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8862
8863         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
8864         starting point.
8865         (article-decode-encoded-words): Rename.
8866
8867         * message.el (message-narrow-to-headers-or-head): New function.
8868
8869         * gnus-int.el (gnus-request-accept-article): Narrow to the right
8870         region.
8871
8872         * message.el (message-send-news): Encode body after checking
8873         syntax.
8874
8875         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
8876
8877         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
8878
8879         * gnus-art.el (gnus-display-mime): Respect disposition.
8880
8881         * mm-decode.el (mm-preferred-alternative): Respect disposition.
8882
8883         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
8884         text with annotations.
8885
8886         * message.el (message-make-date): Fix sign for negative time
8887         zones.
8888
8889         * mm-view.el (mm-inline-image): Insert a space at the end of the
8890         image.
8891
8892         * mail-parse.el: New file.
8893
8894         * rfc2231.el: New file.
8895
8896         * drums.el (drums-content-type-get): Removed.
8897         (drums-parse-content-type): Ditto.
8898
8899         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
8900
8901 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8902
8903         * gnus.el: Pterodactyl Gnus v0.27 is released.
8904
8905 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
8906
8907         * mm-decode.el (mm-alternative-precedence): New variable.
8908         (mm-preferred-alternative): New function.
8909
8910         * gnus-art.el (gnus-mime-copy-part): New command.
8911
8912         * mm-decode.el (mm-get-part): New function.
8913
8914         * mm-view.el: New file.
8915
8916         * mm-decode.el (mm-dissect-buffer): Downcase cte.
8917         (mm-display-part): Default to mailcap-save-binary-file.
8918
8919 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8920
8921         * gnus.el: Pterodactyl Gnus v0.26 is released.
8922
8923 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924
8925         * mm-decode.el (mm-interactively-view-part): New function.
8926
8927         * gnus-art.el (gnus-mime-view-part): New command.
8928
8929         * mm-decode.el (mm-last-shell-command): New variable.
8930
8931         * mailcap.el (mailcap-mime-info): Allow returning all matches.
8932
8933         * mm-decode.el (mm-save-part): New function.
8934
8935         * gnus-art.el (article-decode-charset): Protect against buggy
8936         content-types.
8937         (gnus-mime-pipe-part): New command.
8938         (gnus-mime-save-part): New command.
8939         (gnus-mime-button-map): New keymap.
8940         (gnus-mime-button-line-format): New variable.
8941         (gnus-insert-mime-button): New function.
8942         (gnus-display-mime): Use it.
8943
8944         * gnus-util.el (gnus-dd-mmm): Removed length spec.
8945
8946         * mm-decode.el (mm-inline-text): Decode charsets.
8947
8948         * gnus-art.el (gnus-article-save): Comment fix.
8949
8950         * gnus-int.el (gnus-start-news-server): When in batch, don't
8951         prompt.
8952
8953         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
8954         decode.
8955
8956         * mm-decode.el (mm-inline-media-tests): Add audio.
8957         (mm-inline-audio): New function.
8958
8959 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8960
8961         * gnus-art.el (article-make-date-line): Didn't work.
8962
8963         * parse-time.el (parse-time-string): One too many nils.
8964
8965 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8966
8967         * gnus.el: Pterodactyl Gnus v0.25 is released.
8968
8969 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
8972         annotations.
8973
8974         * gnus.el ((featurep 'gnus-xmas)): New
8975         'gnus-annotation-in-region-p alias.
8976
8977 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8978
8979         * mm-util.el (mm-with-unibyte-buffer): New function.
8980
8981         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
8982
8983         * mm-decode.el (mm-inline-media-tests): New variable.
8984
8985         * gnus-sum.el (gnus-summary-exit): Destroy handles.
8986
8987         * gnus-art.el (gnus-article-mime-handles): New variable.
8988
8989         * drums.el (drums-narrow-to-header): New function.
8990
8991         * gnus-art.el (article-decode-charset): Use it.
8992
8993         * drums.el (drums-content-type-get): New function.
8994
8995         * mm-util.el (mm-content-type-charset): Removed.
8996
8997         * drums.el (drums-syntax-table): @ is word.
8998         (drums-parse-content-type): New function.
8999
9000         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9001         EDT" times.
9002
9003         * gnus-util.el (gnus-date-get-time): Use safe date.
9004
9005         * gnus-sum.el (gnus-show-mime): Removed.
9006         (gnus-summary-toggle-mime): Removed.
9007
9008         * gnus-art.el (gnus-strict-mime): Removed.
9009         (gnus-article-prepare): Don't do MIME.
9010         (gnus-decode-encoded-word-method): Removed.
9011         (gnus-show-mime-method): Removed.
9012
9013 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9014
9015         * gnus.el: Pterodactyl Gnus v0.24 is released.
9016
9017 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9020         PREFIX.
9021
9022         * parse-time.el (parse-time-rules): Accept times that look like
9023         "h:mm".
9024
9025         * message.el (message-make-date): Use zone properly.
9026
9027         * gnus.el: Autoload gnus-batch.
9028
9029         * gnus-art.el (article-de-quoted-unreadable): Do not do
9030         gnus-article-decode-rfc1522.
9031
9032         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9033
9034         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9035         param.
9036
9037         * message.el (message-encode-message-body): Check for us-ascii.
9038
9039         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9040         to the left.
9041
9042 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * gnus-art.el (article-decode-charset): Rename.
9045
9046 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9047
9048         * gnus.el: Pterodactyl Gnus v0.23 is released.
9049
9050 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9051
9052         * gnus-util.el (gnus-parent-id): Ditto.
9053         (gnus-put-text-property-excluding-newlines): Ditto.
9054
9055         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9056
9057 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9058
9059         * message.el (message-generate-headers): Generate User-Agent
9060         instead of X-Mailer & X-Newsreader.
9061
9062         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9063         User-Agent header format.
9064
9065 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9066
9067         * gnus.el: Pterodactyl Gnus v0.22 is released.
9068
9069 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * mm-util.el (mm-multibyte-p): Typo.
9072
9073 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9074
9075         * gnus.el: Pterodactyl Gnus v0.21 is released.
9076
9077 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9078
9079         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9080
9081 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * mm-util.el (mm-multibyte-p): New function.
9084
9085 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9086
9087         * gnus.el: Pterodactyl Gnus v0.20 is released.
9088
9089 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * rfc2047.el (rfc2047-decode-region): Only decode when in
9092         multibyte.
9093
9094         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9095
9096         * gnus-int.el (gnus-request-replace-article): Encode.
9097         (gnus-request-accept-article): Encode.
9098
9099         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9100         here.
9101
9102         * gnus.el (gnus-article-display-hook): Take the charset functions
9103         out.
9104
9105         * time-date.el (safe-date-to-time): New function.
9106
9107         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9108
9109 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9110
9111         * gnus.el: Pterodactyl Gnus v0.19 is released.
9112
9113 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9114
9115         * base64.el (base64-encode-region): Accept no-line-break.
9116
9117         * mm-util.el (mm-mime-charset): New function.
9118
9119         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9120
9121 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9122
9123         * gnus.el: Pterodactyl Gnus v0.18 is released.
9124
9125 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * message.el (message-send-and-exit): Return t on success.
9128         (message-make-date): Make a proper time zone.
9129
9130         * gnus-draft.el (gnus-draft-send): Only remove article if the
9131         sending is successful.
9132
9133         * drums.el (drums-get-comment): Return the last comment.
9134         (drums-parse-address): Parse old-style From headers.
9135
9136 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9137
9138         * gnus-sum.el (gnus-data-compute-positions): Move below
9139         `gnus-save-hidden-threads' so the former is correctly detected as
9140         a macro.
9141
9142 1998-09-06  Dave Love  <fx@gnu.org>
9143
9144         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9145         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9146         time for nicer failure if it's not available.
9147
9148 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * time-date.el (time-to-seconds): Renamed.
9151
9152         * parse-time.el (parse-time-string): Downcase before handling.
9153         (parse-time-rules): Times without seconds have 0 seconds.
9154
9155         * rfc2047.el (rfc2047-encode-region): New version.
9156         (rfc2047-dissect-region): New function.
9157
9158 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * message.el (message-make-date): Use symbolic zone.
9161
9162 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163
9164         * time-date.el (parse-time): Always use parse-time.
9165
9166         * parse-time.el (parse-time-syntax): Use vectors.
9167
9168 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9169
9170         * gnus.el: Pterodactyl Gnus v0.17 is released.
9171
9172 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * time-date.el: Renamed from "date".
9175
9176         * gnus.el: Removed all timezone dependencies.
9177
9178         * score-mode.el: Removed.
9179         (gnus-score-edit-insert-date): Use date.
9180
9181         * date.el (float-to-time): New function.
9182
9183         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9184
9185         * date.el (time-to-float): New function.
9186
9187         * message.el (message-make-date): Use format-time-string.
9188         (message-make-expires): Use make-date.
9189
9190         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9191
9192         * gnus-util.el (gnus-dd-mmm): Use date.
9193         (gnus-sortable-date): Ditto.
9194
9195         * message.el (message-make-date): Take an optional time.
9196
9197         * gnus: Applied patches from 5.6.43.
9198
9199         * date.el (if): Use parse-time.
9200
9201         * gnus-score.el (gnus-summary-score-entry): Make into a command
9202         again.
9203
9204         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9205         gnus-agent.
9206
9207         * gnus.el (gnus-agent-meta-information-header): Moved here.
9208
9209 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9210
9211         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9212         (gnus-agent-fetch-group-1): Score article headers using normal
9213         group score files if the download score rule of a category/group
9214         is `file'.
9215         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9216         deciding what articles to download.
9217         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9218         predicate processing if predicate is `true' or `false'.
9219
9220 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9221
9222         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9223
9224         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9225
9226         * score-mode.el (score-mode-coding-system): New variable.
9227         (gnus-score-edit-exit): Use it.
9228
9229 1998-09-04  Jason R Mastaler  <jason@4b.org>
9230
9231         * drums.el: Corrected typo.
9232
9233 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9234
9235         * mm-bodies.el (mm-body-encoding): Faster version.
9236
9237 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * gnus-art.el (gnus-article-decode-charset): Only decode text
9240         things.
9241
9242         * message.el (message-output): Use rmail.
9243
9244         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9245         word part.
9246
9247         * mm-util.el (mm-charset-to-coding-system): Use
9248         rfc2047-default-charset.
9249         (mm-known-charsets): New variable.
9250
9251         * message.el (message-caesar-region): Bugged out.
9252
9253 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9254
9255         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9256         specifying `agent-predicate' in a group's parameters.
9257
9258 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9259
9260         * gnus.el: Pterodactyl Gnus v0.16 is released.
9261
9262 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9263
9264         * nnmail.el (nnmail-expired-article-p): Use predicate.
9265
9266         * date.el (time-less-p): Renamed.
9267
9268         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9269         from the headers.
9270
9271         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9272         functions.
9273
9274         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9275         all.
9276         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9277         to all functions.
9278
9279 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9280
9281         * gnus.el: Pterodactyl Gnus v0.15 is released.
9282
9283 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * date.el: New file.
9286
9287         * gnus-util.el (gnus-encode-date): Removed.
9288         (gnus-time-less): Ditto.
9289
9290         * nnmail.el (nnmail-date-to-time): Removed.
9291         (nnmail-time-less): Ditto.
9292         (nnmail-days-to-time): Ditto.
9293         (nnmail-time-since): Ditto.
9294
9295         * drums.el: New file.
9296
9297 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9298
9299         * message.el (message-encode-message-body): Encode headers with
9300         body encoding.
9301
9302         * rfc2047.el (rfc2047-default-charset): Renamed.
9303         (rfc2047-encodable-p): Use it.
9304
9305         * base64.el (mm-util): Required.
9306
9307 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308
9309         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9310         servers.
9311
9312         * gnus-util.el (gnus-output-to-rmail): Removed.
9313
9314         * gnus-art.el (gnus-summary-save-in-rmail): Use
9315         gnus-output-to-rmailrmail-output-to-rmail-file.
9316
9317         * rfc2047.el (rfc2047-decode-region): Fold case.
9318         (rfc2047-decode): Use decode-string.
9319
9320         * mm-util.el: Provide mm-char-int.
9321
9322 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9323
9324         * gnus.el: Pterodactyl Gnus v0.14 is released.
9325
9326 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9329         sure we have 7bit.
9330
9331 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9334         ducplicates.
9335         (gnus-inews-insert-mime-headers): Removed.
9336
9337         * message.el (message-caesar-region): Protect against MULE chars.
9338
9339 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9340
9341         * mm-util.el (if): fset the right function.
9342
9343 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9344
9345         * gnus-art.el (gnus-article-decode-charset): Use real
9346         read-coding-system.
9347
9348 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9349
9350         * mm-bodies.el (mm-decode-body): Protect against malformed
9351         base64.
9352         (mm-decode-body): Check that buffer-file-coding-system is
9353         non-nil.
9354
9355 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9356
9357         * gnus.el: Pterodactyl Gnus v0.13 is released.
9358
9359 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * gnus-util.el (gnus-strip-whitespace): Already defined.
9362         Removed.
9363
9364         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9365
9366         * gnus-util.el (gnus-strip-whitespace): New function.
9367
9368         * mm-util.el (mm-content-type-charset): Downcase.
9369
9370 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9371
9372         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9373         (gnus-article-decode-charset): Don't fetch all headers.
9374
9375         * mm-util.el (mm-read-coding-system): New function.
9376
9377         * mm-bodies.el (mm-decode-body): Check the right charset.
9378
9379         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9380
9381         * gnus-art.el (gnus-article-mode-line-format): Use short group
9382         format.
9383
9384 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9385
9386         * gnus.el: Pterodactyl Gnus v0.12 is released.
9387
9388 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389
9390         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9391
9392         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9393         (gnus-article-decode-charset): Always run.
9394
9395         * mm-bodies.el (mm-decode-body): Decode cte.
9396
9397 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9398
9399         * gnus.el: Pterodactyl Gnus v0.11 is released.
9400
9401 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402
9403         * message.el (message-encode-message-body): Ditto.
9404
9405         * gnus-art.el (gnus-article-decode-mime-words): New command and
9406         keystroke.
9407         (gnus-article-decode-charset): Ditto.
9408         (gnus-article-decode-charset): Only work under MULE.
9409
9410         * mm-util.el (mm-content-type-charset): New function.
9411
9412         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9413
9414         * message.el (message-send-mail): Insert MIME headers.
9415         (message-check-news-body-syntax): Don't warn for escape sequences.
9416         (message-check-news-body-syntax): Insert MIME headers.
9417
9418         * mm-bodies.el (mm-body-encoding): New function.
9419
9420         * message.el (message-encode-message-body): New function.
9421
9422         * mm-bodies.el: New file.
9423
9424         * mm-util.el (mm-narrow-to-head): New function.
9425
9426         * rfc2047.el (rfc2047-encode): Use it.
9427
9428         * mm-util.el: Provide mm-encode-coding-region.
9429
9430         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9431
9432         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9433
9434         * mm-util.el (mm-enable-multibyte): New function.
9435
9436         * message.el (message-set-work-buffer): Set multibyte.
9437
9438         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9439
9440         * gnus-util.el (gnus-point-at-eol): Removed.
9441         (gnus-point-at-bol): Ditto.
9442
9443         * base64.el (base64-decode-region): Commented out messaging.
9444
9445 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9446
9447         * gnus-msg.el (gnus-group-mail): make it behave like
9448         gnus-group-post-news with regards to the prefix (this enables the
9449         use of posting styles).
9450
9451 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * gnus.el (gnus-article-display-hook): Added
9454         gnus-article-decode-rfc1522 to hook.
9455
9456 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9457
9458         * gnus.el: Pterodactyl Gnus v0.10 is released.
9459
9460 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9463         hook to be run.
9464
9465 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466
9467         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9468
9469         * mm-util.el (mm-charsets-in-region): Removed.
9470
9471         * rfc2047.el: Renamed file.
9472
9473         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9474
9475         * message.el (message-mode): Set multibyte.
9476
9477         * mm-util.el (mm-charsets-in-region): Copied here.
9478
9479         * gnus-util.el: Removed gnus-truncate-string.
9480
9481         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9482
9483         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9484         (rfc1522-encodable-p): New function.
9485         (rfc1522-encode-message-header): Use it.
9486
9487 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9488
9489         * gnus.el: Pterodactyl Gnus v0.9 is released.
9490
9491 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * mm-util.el: Shadow encode-coding-string.
9494
9495         * base64.el (base64-encode-region): Don't add newline.
9496
9497         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9498
9499         * mm-util.el: New file.
9500
9501         * mm-decode.el: Somewhat depleted.
9502         * mm-encode.el: Ditto.
9503
9504         * rfc1522.el: New file.
9505
9506         * mm-util.el (mm-replace-chars-in-string): Copied here.
9507
9508         * mm-encode.el (mm-q-encode-region): New function.
9509
9510         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9511         param.
9512
9513         * mm-encode.el (mm-encode-word-region): Downcase.
9514
9515 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9516
9517         * gnus.el: Pterodactyl Gnus v0.8 is released.
9518
9519 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * message.el (message-send-mail): Encode headers.
9522
9523         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9524         (quoted-printable-encode-region): Upcase.
9525
9526         * message.el (message-default-charset): New variable.
9527
9528         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9529
9530         * message.el (message-narrow-to-field): Changed name.
9531
9532         * mm-encode.el: New file.
9533
9534         * message.el (message-narrow-to-header): New function.
9535
9536         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9537         right buffer.
9538
9539 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9540
9541         * gnus.el: Pterodactyl Gnus v0.7 is released.
9542
9543 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * gnus.el: Remove autoload for
9546         gnus-article-mime-decode-quoted-printable.
9547
9548         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9549         be decoded in non-MULE Emacsen.
9550
9551         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9552
9553 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9554
9555         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9556
9557 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558
9559         * mm-decode.el: Check for coding-system-list.
9560
9561 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9562
9563         * gnus.el: Pterodactyl Gnus v0.6 is released.
9564
9565 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566
9567         * nnheader.el (fboundp): Protect code-coding-string.
9568
9569         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9570         is available.
9571
9572 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9573
9574         * gnus.el: Pterodactyl Gnus v0.5 is released.
9575
9576 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9577
9578         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9579         (gnus-hack-decode-rfc1522): Removed.
9580
9581         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9582
9583 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9584
9585         * gnus.el: Gnus v0.4 is released.
9586
9587 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9588
9589         * gnus-art.el (gnus-article-decode-mime-words): New command and
9590         keystroke.
9591
9592         * qp.el (quoted-printable-decode-region): Don't use hexl.
9593
9594         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9595
9596         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9597         (gnus-structured-field-decoder): Removed.
9598         (gnus-unstructured-field-decoder): Ditto.
9599
9600         * mm-decode.el: New file.
9601
9602         * qp.el: New file.
9603
9604         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9605
9606         * gnus-ems.el (fboundp): Removed gnus-split-string.
9607
9608         * gnus.el (gnus-splash-face): Doc fix.
9609
9610         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9611
9612         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9613         hexl.
9614
9615         * nnheader.el (nnheader-temp-write): Removed.
9616
9617 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9618
9619         * gnus.el: Gnus v0.3 is released.
9620
9621 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9622
9623         * gnus.el: Gnus v0.2 is released.
9624
9625 ;; Local Variables:
9626 ;; coding: iso-2022-7bit
9627 ;; End: