Fix.
[gnus] / lisp / ChangeLog
1 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * webmail.el (webmail-hotmail-list): Fix.
4
5 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
6
7        * nnimap.el (require): cl.
8
9 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10
11         * gnus-art.el (gnus-article-prepare): Configure windows before
12         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
13         window might be overrided.
14
15 2000-10-04  Dave Love  <fx@gnu.org>
16
17         * gnus-ems.el (gnus-article-display-xface)
18         [gnus-article-compface-xbm]: Fix.
19         (gnus-x-splash): Bind width, height.
20
21 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
22
23         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
24         when it is called interactively.
25
26 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
27
28         * gnus-art.el (gnus-mime-action-alist): New variable.
29         (gnus-mime-action-on-part): Use it.
30         (gnus-mime-button-commands): Add command ".".
31
32 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
33
34         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
35
36 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
37
38         * lpath.el: "." is in the load-path because dgnushack.el.
39
40 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
41
42         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
43
44         * nnheader.el: ditto
45
46         * mm-util.el: ditto
47
48         * message.el: ditto
49
50         * binhex.el: ditto
51
52         * gnus-audio.el: removed unnecessary xemacs test
53
54         * earcon.el: ditto
55         
56 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * nnweb.el (nnweb-decode-entities): Work for non-character
59         entities. 
60
61 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * gnus.el: Message the quit parts.
64
65 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
66
67         * mail-source.el (mail-source-fetch-maildir): Don't insert
68         newlines.
69
70 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
71
72         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
73         lpath.el. Don't compile base64.el if there is builtin base64.
74
75 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
76
77         * base64.el (Repository): Use featurep for XEmacs test.
78
79 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
80
81         * nntp.el (nntp-retrieve-data): Don't ignore quit.
82
83 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
84
85         * gnus-art.el (gnus-article-banner-alist): New variable.
86         (article-strip-banner): Use it.
87         * gnus-cus.el (gnus-group-parameters): Allow symbol.
88
89 2000-10-02  Dave Love  <fx@gnu.org>
90
91         * smiley-ems.el: New file.
92
93         * gnus-ems.el (gnus-smiley-display): Autoload.
94         (mouse-set-point, set-face-foreground, set-face-background)
95         (x-popup-menu): Don't clobber these.
96         (gnus-article-compface-xbm): New variable.
97         (gnus-article-display-xface): Move graphic test.  Use unibyte.
98         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
99
100         * mml.el (require): Fix typo.
101         (mml-parse-1): Modify unknown encoding prompt.
102
103         * mail-source.el (mail-sources): Revert to nil.
104
105         * nnmail.el (nnmail-spool-file): Revert previous change.
106
107         * gnus.el: Don't require custom, message.
108         (gnus-message-archive-method): Wrap initializer in progn and
109         require message here.
110
111 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
112
113         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
114         image's :ascent to 80.  That gives a mode-line which is approx.
115         as tall as the normal one.
116
117 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
118
119         * webmail.el (webmail-hotmail-list): Fix.
120
121 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
122
123         Don't postpone GCC if none of GCC methods is agent-covered.  This
124         fix presumes that the post-method must be agent-covered if any Gcc
125         method is agent-covered.
126
127         * gnus-msg.el (gnus-inews-group-method): New function.
128         (gnus-inews-do-gcc): Use it.
129         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
130         (gnus-agent-possibly-save-gcc): Use it.
131         (gnus-agent-possibly-do-gcc): Ditto.
132
133 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
134
135         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
136         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
137
138 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
139
140         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
141         webmail-hotmail-list): Update.
142
143 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
144
145         * mail-source.el (mail-source-report-new-mail): Use
146         nnheader-cancel-timer.
147
148 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
149
150         * lpath.el (overlay-*): Shut up.
151         * dgnushack.el: Two implementations of smiley.
152
153 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
154
155         * gnus-ml.el: Usage.
156         (gnus-mailing-list-archive, gnus-mailing-list-owner,
157         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
158         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
159         (gnus-mailing-list-menu): Define it.
160         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
161         
162         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
163
164 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
165
166         * webmail.el (webmail-my-deja-*): Rewrite.
167
168 2000-09-30  Simon Josefsson  <simon@josefsson.org>
169
170         * nnimap.el (nnimap-request-accept-article): Remove \n's from
171         From_ lines.
172
173 2000-08-05  Simon Josefsson <simon@josefsson.org>
174
175         Make GCC to remote groups work when unplugged
176         (postpone GCC until message is actually sent).
177
178         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
179
180         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
181         (gnus-agent-restore-gcc): 
182         (gnus-agent-possibly-save-gcc): New functions.
183
184         * gnus-msg.el (gnus-inews-add-send-actions): Use
185         `gnus-agent-possibly-do-gcc' if Agentized.
186         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
187         to `message-header-hook'.
188
189         * gnus.el (gnus-agent-gcc-header): New variable.
190
191 2000-07-13  Simon Josefsson <simon@josefsson.org>
192
193         Asks the user to synch flags with server when you plug in.
194
195         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
196         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
197         (gnus-agent-toggle-plugged): Call it.
198         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
199         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
200         (gnus-agent-possibly-synchronize-flags): New function.
201         (gnus-agent-possibly-synchronize-flags-server): New function.
202
203 2000-09-30  Simon Josefsson  <simon@josefsson.org>
204
205         * starttls.el: New file, by Daiki Ueno.
206
207 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
208
209         * message.el (message-make-in-reply-to): In-Reply-To is message-id
210         (see DRUMS).
211         
212 2000-09-29  Simon Josefsson  <simon@josefsson.org>
213
214         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
215         prefetch.
216
217 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
220         sending a command; allow the rtelnet prompt as well.
221
222 2000-09-29  Simon Josefsson  <simon@josefsson.org>
223
224         * message.el (message-send): Make sure error is signalled if no
225         send method is specified.
226
227 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
228
229         * qp.el (quoted-printable-encode-region): Wrap with
230         `mm-with-unibyte-current-buffer'.
231
232 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
233
234         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
235           McEwan's proposal.
236         
237 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
238
239         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
240         the GNU assignment issue.
241
242 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
243
244         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
245
246 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
247
248         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
249
250 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
251
252         * gnus-art.el (article-strip-banner): Use
253         gnus-group-find-parameter rather than gnus-group-get-parameter, to
254         allow inheritance on the banner.
255         From elkin@tverd.astro.spbu.ru.
256
257 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
258
259         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
260
261 2000-09-26  Dave Love  <fx@gnu.org>
262
263         * gnus-draft.el: Don't require gnus-agent.
264
265         * mm-view.el: Use featurep for XEmacs test.
266         (mm-inline-message): Test for `remove-specifier'; don't use
267         condition-case.
268
269 >>>>>>> 5.672
270 2000-09-24  Simon Josefsson  <simon@josefsson.org>
271
272         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
273
274         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
275         support ACL's.
276
277         * nnimap.el (nnimap-acl-get): Check capability.
278
279         * mail-source.el (mail-source-imap-file-coding-system): New variable.
280         (mail-source-fetch-imap): Use it.
281
282         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
283         (rfc2104-hash): Use it.
284
285         * imap.el (imap-starttls-p): Check for starttls binary.
286         (imap-starttls-open): More verbose.
287         (imap-gssapi-auth): Ditto.
288         (imap-kerberos4-auth): Ditto.
289         (imap-cram-md5-auth): Ditto.
290         (imap-login-auth): Ditto.
291         (imap-anonymous-auth): Ditto.
292         (imap-digest-md5-auth): Ditto.
293         (imap-open): Ditto.
294         (imap-digest-md5-p): Check capability first.
295
296 2000-09-24  Simon Josefsson  <simon@josefsson.org>
297
298         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
299         (imap-login-p): Support LOGINDISABLED.
300
301 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
302
303         * rfc2104.el: Add SHA-1 example.
304
305 2000-09-22  Simon Josefsson  <simon@josefsson.org>
306
307         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
308
309 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
310
311         * lpath.el: Bind nnkiboze-score-file.
312
313 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
314
315         * gnus-score.el (gnus-score-use-all-scores): New variable.
316         (gnus-all-score-files): Use it.
317         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
318         (nnkiboze-enter-nov): Fix it when there is no xref.
319         (nnkiboze-generate-groups): List groups.
320         * gnus-group.el (gnus-group-make-kiboze-group): Use 
321         nnkiboze-score-file.
322         
323         * nnkiboze.el (nnkiboze-request-article): Use
324         gnus-cache-request-article.
325         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
326
327 2000-07-16 Dmitry Bely <dbely@mail.ru>
328
329         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
330
331 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
332
333         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
334
335 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
336
337         * message.el (message-default-charset): Set default value in
338         non-MULE XEmacsen as iso-8859-1.
339
340 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
341
342         * gnus-demon.el: Use (featurep 'xemacs).
343         * gnus-agent.el: timer vs. itimer.
344         * mail-source.el: Ditto.
345
346 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
347
348         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
349         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
350         * gnus-sum.el (gnus-nov-parse-line): Ditto.
351         * nnkiboze.el (nnkiboze-file-coding-system): New.
352         (nnkiboze-retrieve-headers): Use it.
353         (nnkiboze-request-group): Ditto.
354         (nnkiboze-close-group): Ditto.
355         (nnkiboze-generate-group): Ditto.
356         (nnkiboze-enter-nov): Insert first Xref properly.
357
358 2000-09-19  Dave Love  <fx@gnu.org>
359
360         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
361         (nnmail-get-new-mail): Test `sources' in top-level conditional.
362
363         * mail-source.el (mail-sources): Change default to '((file)).
364         Add useful custom type.
365
366 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
367
368         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
369         year).
370         (gnus-date-iso8601): Ditto.
371
372 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
373
374         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
375
376 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
377
378         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
379         pattern. Avoid using 8 bit chars.
380         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
381
382 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
383
384         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
385         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
386         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
387         functions are not implemented yet.
388         
389         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
390         x-overlay.el from the FSF Emacs black list.
391
392 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
393
394         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
395         (mm-inline-media-tests): Ditto.
396         (mm-automatic-display): Ditto.
397         * mm-view.el (mm-display-inline-fontify): Generalize from 
398         mm-display-patch-inline. 
399         (mm-display-patch-inline): Use it.
400         (mm-display-elisp-inline): Ditto.
401         
402 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
403
404         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
405         (gnus-topic-unmark-topic): Ditto.
406         (gnus-topic-mark-topic): Ditto.
407         (gnus-topic-get-new-news-this-topic): Use it.
408
409 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
410
411         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
412         display xface.
413
414 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
417         zombie or killed groups.
418         
419 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
420
421         * mml.el (mml-preview): Reinsert unibyte content. 
422         (mml-parse-1): Remove with-unibyte-current-buffer.
423         (mml-generate-mime-1): Ditto.
424         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
425         * message.el (message-forward): Ditto.
426
427 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
428
429         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
430         original article buffer.
431         (article-de-base64-unreadable): Ditto.
432         (article-wash-html): Ditto.
433
434 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
435
436         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
437         unless forward-show-mml.
438
439 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
440
441         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
442         (gnus-summary-save-parts-last-directory): New.
443         (gnus-summary-save-parts): Save history.
444
445 2000-09-14 Ben Gertzfield <che@debian.org>
446
447         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
448         variable.
449         (gnus-summary-save-parts): Use it.
450
451 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
452
453         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
454         * gnus-sum.el (gnus-summary-exit): Ditto.
455         (gnus-summary-exit-no-update): Ditto.
456         (gnus-summary-show-article): Ditto.
457
458 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
459
460         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
461         Content-Disposition.
462
463 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
464
465         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
466
467 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
468
469         * gnus-art.el (gnus-article-setup-buffer): Set
470         gnus-article-mime-handles to nil.
471         * gnus-sum.el (gnus-summary-exit): Ditto.
472         (gnus-summary-exit-no-update): Ditto.
473         (gnus-summary-show-article): Ditto.
474         (gnus-summary-save-parts): Use gnus-article-mime-handles if
475         dissected.
476         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
477
478 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
479
480         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
481         (gnus-sort-threads-1): New function. Sort threads recursively.
482         (gnus-sort-threads): Use it.
483         (gnus-sort-gathered-threads): Doc fix.
484
485 2000-09-13  Dave Love  <fx@gnu.org>
486
487         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
488
489         * gnus-ems.el (gnus-ems-redefine): Don't alias
490         gnus-summary-set-display-table.
491
492         * message.el (message-user-agent): Don't wrap ignore-errors around
493         it.
494
495         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
496         `format'.
497         (mm-content-transfer-encoding): Don't use cadar.
498
499         * uudecode.el (uudecode-decoder-program) 
500         (uudecode-decoder-switches): Customize.
501
502         * gnus-score.el (gnus-home-score-file): Improve custom type.
503
504         * gnus-cus.el (gnus-custom-mode): Conditionally set local
505         variables for Emacs 21.
506         (gnus-group-customize): Disable undo while laying out the buffer.
507
508 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
509
510         * gnus-util.el (gnus-write-active-file): Bind
511         coding-system-for-write.
512
513 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
514
515         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
516         
517         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
518         * gnus-kill.el (gnus-batch-score): Ditto.
519         * gnus-move.el (gnus-change-server): Ditto.
520         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
521
522 2000-09-12  Simon Josefsson  <simon@josefsson.org>
523
524         * gnus-sum.el (gnus-update-read-articles): Undo
525         `gnus-request-set-mark' operation.
526
527 2000-09-11  Dave Love  <fx@gnu.org>
528
529         * Changelog: Use iso-2022 coding.
530
531         * gnus-msg.el (gnus-msg-mail): New function.
532         (gnus-user-agent): New mail agent.
533
534 2000-09-10  Dave Love  <fx@gnu.org>
535
536         * message.el: Require mail-abbrevs for XEmacs for a problem with
537         keybinding despite the autoloads for it.
538
539 2000-09-08  Simon Josefsson  <simon@josefsson.org>
540
541         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
542
543         * nnimap.el (nnimap-request-update-info-internal): Remove tick
544         marks from dormant articles. (See nnimap-request-set-mark.)
545         (nnimap-retrieve-headers-progress): Demule.
546         (nnimap-open-server): Call nnoo-change-server twice, once for
547         getting the nnimap-server-buffer and once for letting n-c-s set
548         the variables in that buffer.
549
550 2000-09-08  David Edmondson <dme@dme.org>
551
552         * gnus.el (gnus-short-group-name): Guess separator.
553
554 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
555
556         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
557         XEmacs as well.
558
559 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
560
561         * gnus-group.el (gnus-group-insert-group-line): Fix.
562
563 2000-09-04  Dave Love  <fx@gnu.org>
564
565         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
566         (mm-get-image): Avoid the losing `make-glyph' from W3.
567
568 2000-09-03  Simon Josefsson  <simon@josefsson.org>
569
570         * gnus-sum.el (gnus-summary-delete-article): Check server.
571
572 2000-09-01  Simon Josefsson  <simon@josefsson.org>
573
574         * imap.el (imap-parse-flag-list): Rewrite.
575
576         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
577
578         * imap.el (imap-parse-flag-list): Hack.
579
580 2000-08-29  Dave Love  <fx@gnu.org>
581
582         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
583
584         * dgnushack.el (mapcon, union): Remove compiler macros.
585
586         * gnus-agent.el (gnus-agent-union): new function.
587         (gnus-agent-fetch-headers): Use it.
588
589         * gnus.el (gnus-group-startup-message): Specify foreground and
590         background for xpm image.  Centre image vertically.
591         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
592
593 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
594
595         * message.el (message-send-mail): Narrow-to-headers.
596
597 2000-08-24  Dave Love  <fx@gnu.org>
598
599         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
600         21.
601
602 2000-08-23  Dave Love  <fx@gnu.org>
603
604         * dgnushack.el: Remove `member-if' compiler macro.
605
606 2000-08-21  Dave Love  <fx@gnu.org>
607
608         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
609
610 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
611
612         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
613         permanent is used.
614         (gnus-topic-show-topic): Read topic when to show permanent hidden
615         topic.
616         (gnus-topic-remove-topic): Revert to the old behavior, not using
617         hide.
618
619 2000-08-21  Dave Love  <fx@gnu.org>
620
621         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
622         (gnus-xemacs): Use featurep.
623
624         * mm-util.el (mm-read-charset): Maybe use builtin.
625         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
626         (mm-multibyte-p, mm-with-unibyte-current-buffer)
627         (mm-with-unibyte): Use featurep, not string-match.
628         (mm-with-unibyte-buffer): Simplify.
629         (mm-quote-arg): Maybe use shell-quote-argument.
630
631         * mml.el (mml-make-string): Deleted (unused).
632
633         * gnus.el (gnus-mode-line-buffer-identification): Supply
634         definition for Emacs 21.
635
636         * gnus-salt.el: Small doc fixes.
637         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
638         gnus-add-minor-mode.
639
640         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
641         gnus-add-minor-mode.
642
643 2000-08-20  Simon Josefsson  <simon@josefsson.org>
644
645         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
646         function, thanks to Lloyd Zusman for debugging.
647         (nnimap-request-group): 
648         (nnimap-request-list): 
649         (nnimap-retrieve-groups): 
650         (nnimap-request-newgroups): Use it.
651
652         * nnimap.el (nnimap-request-article-part): Less verbose.
653
654 2000-08-19  Andreas Jaeger  <aj@suse.de>
655
656         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
657         subst-char-in-string since we test elsewhere whether it's bound.
658         
659 2000-08-18  Dave Love  <fx@gnu.org>
660
661         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
662         custom type.
663
664         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
665         gnus-group-running-xemacs.
666
667         * nnheader.el (nnheader-replace-chars-in-string): Use
668         subst-char-in-string if available.
669
670         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
671         (gnus-request-article-this-buffer): Use expand-file-name.
672         (gnus-mime-view-part-as-type): Simplify interactive spec.
673         (gnus-mime-button-map): Define it all in defvar.
674
675 2000-08-17  Dave Love  <fx@gnu.org>
676
677         * gnus-group.el (gnus-group-running-xemacs): Deleted.
678
679         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
680         last-nonmenu-event.
681
682         * uudecode.el (char-int): Use defalias, not fset.
683
684         * score-mode.el: Don't require easymenu.  Require mm-util.
685         (score-mode-coding-system): Use mm-auto-save-coding-system.
686
687         * nneething.el (nneething-create-mapping): Don't use cadar & al.
688         (nneething-file-name): Use expand-file-name, not concat.
689
690 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
691
692         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
693         Failure proof for email addresses.
694         (nnslashdot-sane-retrieve-headers): Ditto.
695
696 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * message.el (message-send-mail): Only insert courtesy message
699         when text/plain.
700
701 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
702
703         * message.el (message-cancel-news): Copy the From header from the
704         original article.
705
706 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * gnus-async.el (gnus-asynchronous): Removed.
709
710 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
711
712         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
713         format.
714
715 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
716
717         * nnmail.el (nnmail-expiry-target-group): Fixed.
718
719 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
720
721         * nnmail.el (nnmail-expiry-target-group): Fix the call to
722         gnus-request-accept-article so that body encoding is *not* done.
723         Encoding is not done on incoming mail, so why should it be done on
724         expired mail?
725
726
727 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
728
729         * nnml.el (nnml-request-expire-articles): Fix the calls to
730         nnml-request-article (the filename was being passed instead of the
731         article number) and nnmail-expiry-target-group
732         (nnml-current-directory is changed by nnml-request-accept-article,
733         causing it to be incorrect for the next article to be expired).
734
735 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
736
737         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
738         expiry-target group parameters. 
739
740 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
743         buffer.
744         (gnus-topic-hide-topic): Take a PERMANENT parameter.
745         (gnus-topic-show-topic): Ditto.
746
747         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
748
749 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
750
751         * mail-source.el (mail-source-incoming-file-prefix): New
752         variable. 
753
754 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
757
758         * mailcap.el (mailcap-maybe-eval): Be even more warning.
759
760 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
761
762         * message.el (message-syntax-checks): New check quotin-style: 
763         Text must be written below quoted text.
764         (message-check-news-body-syntax): Check it.
765
766 2000-08-11  Simon Josefsson  <simon@josefsson.org>
767
768         * imap.el (imap-authenticator-alist): Fix typo.
769         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
770         Jonas Oberg for debugging.
771
772 2000-08-11  Simon Josefsson  <simon@josefsson.org>
773
774         * gnus-async.el (gnus-asynchronous): Disable by default.
775
776 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * mm-view.el (mm-inline-text): Bind fill-column.
779
780         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
781         list of unexpired articles.
782
783         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
784         un-expired articles. 
785
786         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
787         headers. 
788
789         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
790         we update the right topic.. 
791
792         * mm-decode.el (mm-display-external): Put point at start. 
793
794 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
795
796         * nnmail.el (nnmail-expiry-target): More explicit documentation.
797
798         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
799
800 2000-08-09  Simon Josefsson <simon@josefsson.org>
801
802         * imap.el (imap-parse-body):
803         (imap-parse-string-list): Add bug workarounds for Stalker
804         Communigate Pro 3.0 server.
805         (imap-body-lines): Remove bogus comment.
806
807         * imap.el (imap-range-to-message-set): Move from nnimap.el.
808
809         * nnimap.el (nnimap-retrieve-which-headers):
810         (nnimap-retrieve-headers-from-server):
811         (nnimap-request-set-mark):
812         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
813
814 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
815
816         * message.el (message-dont-reply-to-names):
817         rmail-dont-reply-to-names may not be defined.
818
819 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
820
821         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
822         not use pop.
823
824 2000-07-19  Dave Love  <fx@gnu.org>
825
826         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
827         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
828         check.
829         (gnus-article-display-xface): Special-case for dark backgrounds.
830
831 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
832
833         * imap.el (imap-calculate-literal-size-first): New variable.
834         (imap-local-variables): Add it.
835         (imap-kerberos4-open): Set it.
836         (imap-send-command): Use it.
837
838 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
839
840         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
841         (mailcap-parse-mimetypes): Use it.
842         (mailcap-extension-to-mime): Parse mimetype.
843         (mailcap-mime-types): Ditto.
844         * mml.el (mml-minibuffer-read-type): Ditto.
845
846 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
847
848         * nndoc.el (nndoc-type-alist): Add outlook.
849         (nndoc-outlook-type-p): New function.
850         (nndoc-outlook-article-begin): Ditto.
851
852 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
853
854         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
855         excursion.
856
857 2000-07-15  Simon Josefsson  <simon@josefsson.org>
858
859         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
860
861         * imap.el (imap): 
862         (imap-kerberos4-program): 
863         (imap-gssapi-program): 
864         (imap-ssl-program): Customization.
865         (imap-shell-program): 
866         (imap-shell-host): New variables.
867         (imap-streams): 
868         (imap-stream-alist): Add shell.
869         (imap-shell-p): 
870         (imap-shell-open): New functions.
871         (imap-open): Don't call authenticator if preauth.
872         (imap-authenticate): Return t if already authenticated.
873
874 2000-07-14  Simon Josefsson  <simon@josefsson.org>
875
876         * gnus.el (gnus-invalid-group-regexp): New variable.
877         (gnus-read-group): Use it.
878
879 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
880
881         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
882         expunge-below and orphan-score are "group variables".
883
884 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
885
886         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
887         qualified group names to `gnus-group-read-ephemeral-group'.
888
889 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * dgnushack.el (srcdir): Define it before use it.
892
893 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
894
895         * gnus-sum.el: `W t' is toggle-header in info.
896
897 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
898
899         * lpath.el: Fbind subst-char-in-string.
900
901 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
902
903         * Makefile.in: Use W3DIR and lispdir.
904         * dgnushack.el: Ditto.
905
906 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
907
908         * gnus-art.el (article-de-base64-unreadable): Typo.
909
910 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
911
912         * gnus-agent.el (require): Require timer.
913
914 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
915
916         * message.el (message-bounce): Call mime-to-mml.
917
918 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * nnslashdot.el (nnslashdot-request-close): New function.
921
922 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
925         right line number for the article.
926
927 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
928
929         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
930         * webmail.el (webmail-fetch): Bind 
931         url-http-silence-on-insecure-redirection.
932
933 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
934
935         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
936         unibyte.
937         (nnslashdot-sane-retrieve-headers): Ditto.
938         (nnslashdot-request-article): Ditto.
939
940 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
941
942         * mailcap.el (mailcap-parse-mimetype-file): 
943
944 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
945
946         * nnweb.el (nnweb-insert): Stricter test.
947         * webmail.el (webmail-refresh-redirect): Ditto.
948
949 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
950
951         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
952
953 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
954
955         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
956
957 2000-07-05  Dave Love  <fx@gnu.org>
958
959         * utf7.el: Doc and header fixes.
960
961         * gnus-sum.el: Doc fixes.
962
963         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
964         defalias, not fset.
965
966         * flow-fill.el (fill-flowed-point-at-eol)
967         (fill-flowed-point-at-bol): Use defalias, not fset.
968
969         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
970         (gnus-Plain-save-name): Delete -- apparently bogus.
971
972 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * nnsoup.el: Use expand-file-name throughout.
975
976 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
977
978         * nnmail.el (nnmail-read-incoming-hook): New example.
979
980 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * mm-view.el (mm-inline-text): Check whether the text has already
983         been decoded.
984
985 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
986
987         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
988
989 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
990
991         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
992
993 2000-07-03  Simon Josefsson  <simon@josefsson.org>
994
995         * gnus-sum.el (gnus-update-marks): Don't propagate download and
996         unsend flags.
997
998 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
999
1000         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1001         name in authinfo (.authinfo now support ports, no need for the
1002         hack).
1003         (nnimap-split-find-rule): Fix.
1004         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1005
1006 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1007
1008         * message.el (message-unquote-tokens): Remove all quotes.
1009
1010 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1011
1012         * gnus-ml.el: New file. 
1013
1014 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * nnultimate.el (nnultimate-request-close): New function.
1017
1018         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1019
1020 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1021
1022         * Makefile.in: Better support for xemacs builds
1023
1024 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1025
1026         * gnus.el: Gnus v5.8.7 is released.
1027
1028 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1031
1032 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1033
1034         * message.el (message-do-fcc): Encode MIME.
1035
1036 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1037
1038         * lpath.el: Fbind image-size.
1039
1040 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1041
1042         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1043         (nnimap-assoc-match): New function.
1044         (nnimap-split-find-rule): Support extended syntax.
1045
1046 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1047
1048         * nnimap.el (nnimap-open-connection): Use port stuff.
1049
1050         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1051         document port and defaultport.
1052
1053 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1054
1055         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1056
1057 2000-06-26  Dave Love  <fx@gnu.org>
1058
1059         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1060
1061         * message.el: Remove unnecessary `require'ments.  Defvar
1062         gnus-list-identifiers when compiling.  Don't try to autoload
1063         variable `gnus-list-identifiers'.  Autoload
1064         gnus-group-name-charset.
1065         (message-fetch-field): Don't assume `format' removes text
1066         properties.
1067         (message-strip-list-identifiers, message-reply, message-followup):
1068         Require gnus-sum.
1069         (message-mode): Tidy XEmacs conditionals.
1070         (message-replace-chars-in-string): Use subst-char-in-string when
1071         available.
1072
1073         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1074         Define if necessary.
1075
1076         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1077         removes text properties.
1078
1079         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1080
1081         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1082
1083         * gnus-score.el (gnus-summary-score-entry): Likewise.
1084
1085 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * nnimap.el (nnimap-request-post): Fix parenthesis.
1088
1089 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1090
1091         * message.el (message-unquote-tokens): New function.
1092
1093         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1094
1095         * nnimap.el (nnimap-request-post): Ditto.
1096
1097 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1098
1099         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1100
1101         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1102         patch commited 2000-04-02).
1103
1104 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1105
1106         * imap.el (imap-mailbox-examine-1): New function.
1107         (imap-message-copyuid-1):
1108         (imap-message-appenduid-1): Use it, instead of
1109         `imap-mailbox-examine' which would utf-7 encode mailbox name
1110         twice.
1111
1112 2000-06-19  Dave Love  <fx@gnu.org>
1113
1114         * mm-uu.el Don't require message.  Require cl when compiling.
1115
1116 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1117
1118         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1119         a local variable.
1120         * gnus-sum.el (gnus-orphan-score): Move here.
1121
1122 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1123
1124         * message.el (message-forward): Remove show-mml condition.
1125         (message-forward-ignored-headers): Remove X-Gnus headers.
1126
1127 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1128
1129         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1130
1131 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1132
1133         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1134
1135 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1136
1137         * message.el (message-syntax-checks): Add type.
1138
1139 2000-06-07  Dave Love  <fx@gnu.org>
1140
1141         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1142         put-image.
1143         (mm-inline-image): Defalias, not fset.
1144
1145         * gnus.el (gnus-group-startup-message): Don't specify string for
1146         insert-image.
1147
1148         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1149         add-minor-mode is available.
1150         (gnus-article-display-xface): Don't specify string for
1151         insert-image.
1152
1153 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1154
1155         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1156         (gnus-topic-insert-topic-line): Use shownp.
1157         (gnus-topic-hide-topic): Don't use hidden.
1158         (gnus-topic-show-topic): Don't use hidden.
1159
1160 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1161
1162         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1163         system.
1164         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1165         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1166         * gnus-util.el (gnus-output-to-rmail): Ditto.
1167         (gnus-output-to-mail): Ditto.
1168         (gnus-write-buffer): Ditto.
1169         * gnus-uu.el (gnus-uu-save-article): Ditto.
1170
1171 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1172
1173         * message.el (message-read-from-minibuffer): Typo.
1174
1175 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1176
1177         * gnus-art.el (article-decode-charset): Override non-MIME forward
1178         charset.
1179
1180 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1181
1182         * mml.el (mml-quote-region): Correct the regexp.
1183         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1184
1185 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1186
1187         * message.el (message-forward): Insert raw text.
1188         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1189         (mml-generate-mime-1): Insert raw text in unibyte mode.
1190
1191 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1192
1193         * mm-bodies.el (mm-body-encoding): Always encoded if
1194         `mm-use-ultra-safe-encoding' is set.
1195
1196 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1197
1198         * mml.el (ange-ftp-name-format): Typo.
1199
1200 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1201
1202         * gnus-start.el (gnus-get-unread-articles): If
1203         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1204         try to do anything on that server.
1205         
1206 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1207
1208         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1209         from latest draft.
1210
1211 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1212
1213         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1214         is open.
1215
1216 2000-05-24  Dave Love  <fx@gnu.org>
1217
1218         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1219
1220 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1221
1222         * gnus.el (gnus-redefine-select-method-widget): new function, call
1223         it once. Add an "other" entry for unknown but editable backend
1224         name symbols.
1225         * gnus-start.el (gnus-declare-backend): use it.
1226
1227 2000-05-19  Dave Love  <fx@gnu.org>
1228
1229         * gnus-art.el (gnus-article-next-page): Revert last change.
1230
1231 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1232
1233         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1234
1235 2000-05-19  Dave Love  <fx@gnu.org>
1236
1237         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1238         not mm-inline-large-images.
1239
1240 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1241
1242         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1243
1244 2000-05-18  Dave Love  <fx@gnu.org>
1245
1246         * gnus-art.el: Use defalias, not fset.
1247         (gnus-article-x-face-command): Don't test for xbm.
1248         (gnus-article-next-page): Redisplay before testing point in window.
1249
1250 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1251
1252         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1253         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1254
1255 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1256
1257         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1258         gnus-summary-save-in-rmail.
1259         * message.el (message-output): Ditto.
1260
1261 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1264
1265 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1266
1267         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1268         is a charset.
1269         * message.el (message-send-news): Check group name charset.
1270         * gnus-msg.el (gnus-post-news): Decode group name.
1271         (gnus-inews-do-gcc): Encode group name.
1272
1273 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1274
1275         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1276         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1277
1278 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1279
1280         * gnus-group.el (gnus-group-mark-line-p): New function.
1281         (gnus-group-goto-group): New parameter.
1282         (gnus-group-remove-mark): Use it.
1283         * gnus-topic.el (gnus-topic-move-group): Ditto.
1284         (gnus-topic-remove-group): Ditto.
1285
1286 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1287
1288         * gnus-group.el (gnus-group-list-dormant): New function.
1289
1290 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1291
1292         * gnus-agent.el (gnus-agent-synchronize): Use
1293         nnheader-insert-file-contents.
1294         (gnus-agent-save-active-1): Ditto.
1295         (gnus-agent-write-active): Ditto.
1296         (gnus-agent-expire): Ditto.
1297         * gnus-cache.el (gnus-cache-read-active): Ditto.
1298         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1299         * gnus-sum.el (gnus-summary-import-article): Ditto.
1300
1301         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1302         (gnus-agent-save-group-info): Ditto.
1303         (gnus-agent-save-alist): Ditto.
1304         * gnus-util.el (gnus-make-directory): Ditto.
1305
1306         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1307
1308 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1309
1310         * mml.el (mml-generate-mime-preprocess-function): New variable.
1311         (mml-generate-mime-postprocess-function): New variable.
1312         (mml-generate-mime-1): Use them.
1313
1314 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1315
1316         * gnus-group.el (gnus-group-apropos): Group name charset.
1317         * gnus-sum.el (gnus-set-mode-line): Ditto.
1318         * gnus-group.el (gnus-group-decoded-name): New function.
1319         (gnus-group-edit-group): Use it.
1320         * gnus-cus.el (gnus-group-customize): Use it.
1321
1322 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1323
1324         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1325
1326 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1327
1328         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1329         (gnus-group-name-charset-group-alist): Ditto.
1330         (gnus-group-name-charset): New function.
1331         (gnus-group-name-decode): New function.
1332         (gnus-group-insert-group-line): Use them.
1333         (gnus-group-prepare-flat-list-dead): Ditto.
1334         (gnus-group-list-active): Ditto.
1335         (gnus-group-describe-all-groups): Ditto.
1336         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1337         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1338         add gnus-group property.
1339         (gnus-browse-group-name): Read gnus-group property.
1340
1341 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1342
1343         * nnfolder.el (nnfolder-possibly-change-group): Use
1344         file-name-coding-system instead of pathname-coding-system.
1345         * nnmail.el (nnmail-find-file): Ditto.
1346         (nnmail-write-region): Ditto.
1347         * nnmh.el (nnmh-retrieve-headers): Ditto.
1348         (nnmh-request-article): Ditto.
1349         (nnmh-request-group): Ditto.
1350         (nnmh-request-list): Ditto.
1351         (nnmh-possibly-change-directory): Ditto.
1352         (nnmh-active-number): Ditto.
1353         * nnml.el (nnml-possibly-change-directory): Ditto.
1354         (nnml-request-list): Ditto.
1355         (nnml-request-article): Ditto.
1356         (nnml-retrieve-headers): Ditto.
1357
1358 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1359
1360         * nnimap.el (nnimap-request-accept-article): Don't unselect
1361         mailbox if no mailbox is selected.
1362
1363 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1364
1365         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1366         Recognize domain names starting with `www.' as starting an URL.
1367
1368 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1369
1370         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1371         (mail-source-keyword-map): Add "subdirs" for maildir.
1372
1373 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1374
1375         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1376         (nnmail-get-new-mail): Use it.
1377         * gnus-start.el (gnus-get-unread-articles): Ditto.
1378
1379 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1380
1381         * gnus-sum.el (gnus-summary-edit-article): Better support for
1382         nndraft:drafts.
1383         * nndraft.el (nndraft-request-replace-article): New function,
1384         bind nnmail-file-coding-system.
1385
1386 2000-05-14  Dave Love  <fx@gnu.org>
1387
1388         * nnheader.el: Replace uses of `fset' with `defalias'.
1389         (jka-compr-compression-info-list): Only defvar when compiling.
1390
1391 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1392
1393         * webmail.el (webmail-netaddress-article): Refresh redirect.
1394
1395 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1396
1397         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1398
1399 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1400
1401         * webmail.el: Translate &nbsp; to SP.
1402
1403 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1404
1405         * message.el (message-bounce): Doc typo.
1406
1407 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1408
1409         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1410         (gnus-soup-store): Ditto.
1411         (gnus-soup-send-packet): Ditto.
1412         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1413         (nnsoup-dissect-buffer): Ditto.
1414         (nnsoup-narrow-to-article): Ditto.
1415         (nnsoup-make-active): Ditto
1416
1417 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1418
1419         * message.el (message-mode): Two parameters for local-variable-p.
1420
1421 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1422
1423         * message.el (message-strip-list-identifiers): New function.
1424         (message-reply): Use it and use message-strip-subject-re.
1425         (message-followup): Ditto.
1426         * gnus-art.el (article-hide-list-identifiers): Remove more.
1427         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1428
1429 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1430
1431         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1432         mail-parset-charset and use non-numeric argument.
1433
1434 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1435
1436         * mml.el (mml-buffer-list): New variable.
1437         (mml-generate-new-buffer): New function.
1438         (mml-destroy-buffers): Ditto.
1439         (mml-insert-mime): Use them.
1440         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1441         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1442         * message.el (message-mode): Ditto.
1443         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1444         (gnus-uu-save-article): Support show-as-mml.
1445         * message.el (message-forward): Ditto.
1446
1447 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1448
1449         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1450         (nndoc-mime-digest-type-p): Locate article head precisely.
1451         * mml.el (mml-generate-default-type): New variable.
1452         (mml-generate-mime-1): Use it.
1453         (mml-insert-mime-headers): Use it.
1454         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1455         (gnus-uu-digest-mail-forward): Use it and call message-forward
1456         with argument digest.
1457         (gnus-uu-save-article): Support message-forward-as-mime.
1458         * message.el (message-forward): Add parameter digest.
1459         * mm-decode.el (mm-dissect-default-type): New variable.
1460         (mm-dissect-buffer): Use it.
1461
1462 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1463
1464         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1465         newline and paragraph to nil when got a non-ascii character. Test
1466         paragraph before newline.
1467
1468 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1469
1470         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1471         limit to 76.
1472
1473 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * nnslashdot.el (nnslashdot-sid-strip): New function.
1476         (nnslashdot-threaded-retrieve-headers): New format.
1477         (nnslashdot-sane-retrieve-headers): Ditto.
1478         (nnslashdot-request-article): Ditto.
1479         (nnslashdot-threaded-retrieve-headers): Thread properly.
1480         (nnslashdot-request-article): Be more lenient.
1481         (nnslashdot-threaded-retrieve-headers): Regexp search.
1482
1483 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1484
1485         * gnus-sum.el (gnus-with-article): Define it before use it.
1486
1487 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1488
1489         * message.el (message-supersede): Use mime-to-mml.
1490         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1491
1492 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * gnus-group.el (gnus-group-list-cached): Don't use
1495         `subst-char-in-string'.
1496
1497 2000-05-08  Dave Love  <fx@gnu.org>
1498
1499         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1500
1501 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1502
1503         * mm-decode.el (mm-interactively-view-part): Append %s if the
1504         method is a single word.
1505         * nnwarchive.el (nnwarchive-type-definition): Typo.
1506
1507 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1508
1509         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1510         function.
1511         (gnus-group-prepare-flat-predicate): Use it.
1512         (gnus-group-list-cached): List dead groups.
1513
1514 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1515
1516         * gnus-art.el (article-decode-charset): Don't decode message with
1517         format.
1518
1519 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1520
1521         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1522         evaluate the Lisp code.
1523
1524 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1525
1526         * gnus-art.el (article-wash-html): New function.
1527         (gnus-article-wash-html): Bind.
1528         (gnus-article-make-menu-bar): Menu item.
1529         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1530         (gnus-summary-make-menu-bar): Menu item.
1531         * gnus.el: Autoload.
1532
1533 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1534
1535         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1536         (gnus-uu-unshar-article): Use it.
1537
1538         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1539         (mailcap-maybe-eval): Use it.
1540
1541         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1542         in docstring.
1543
1544         * mml.el (mml-generate-mime-1): Small comment.
1545
1546 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1547
1548         * gnus-art.el (article-de-base64-unreadable): New function.
1549         (gnus-article-de-base64-unreadable): Bind.
1550         (gnus-article-make-menu-bar): Menu item.
1551         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1552         (gnus-summary-make-menu-bar): Menu item.
1553         * gnus.el: Autoload.
1554
1555 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1556
1557         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1558         (gnus-summary-select-article): Add en/disable multibyte.
1559
1560 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1561
1562         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1563         (gnus-summary-edit-article): New feature: editing raw articles.
1564
1565 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1566
1567         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1568         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1569         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1570         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1571         * mm-decode.el (mm-insert-part): Ditto.
1572
1573 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1574
1575         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1576         (nndoc-forward-type-p): Ditto.
1577
1578 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1579
1580         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1581         value of enable-multibyte-characters.
1582
1583 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1584
1585         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1586
1587 2000-05-03  Dave Love  <fx@gnu.org>
1588
1589         * gnus-ems.el (gnus-article-xface-ring-internal)
1590         (gnus-article-xface-ring-size): New variable.
1591         (gnus-article-display-xface): Use them to cache data.  Don't try
1592         to use XPM.  Set up binary coding for PBM's sake.
1593
1594 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1595
1596         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1597         * gnus-int.el (gnus-request-accept-article): Ditto.
1598         (gnus-request-replace-article): Ditto.
1599         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1600
1601 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1602
1603         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1604
1605 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1606
1607         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1608         field.
1609         * mml.el (mml-to-mime): Use message-default-charset.
1610         (mml-preview): Narrow to headers.
1611         * message.el (message-send-mail): Use message-default-charset.
1612         (message-send-news): Narrow to headers;
1613         use message-default-charset.
1614
1615 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1616
1617         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1618         detect.
1619         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1620         restriction.
1621         (mml-parse-1): Warning message.
1622         (mml-preview): Disable multibyte.
1623
1624 2000-05-03  Dave Love  <fx@gnu.org>
1625
1626         * gnus.el (gnus-group-startup-message): Add newline before image.
1627
1628 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1629
1630         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1631         * message.el (message-send-mail): Use unibyte-buffer.
1632         (message-send-mail): Ditto.
1633
1634 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1635
1636         * gnus.el: Gnus v5.8.6 is released.
1637
1638 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1639
1640         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1641
1642 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1643
1644         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1645
1646 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1647
1648         * message.el (message-send-mail-partially): Use forward-line.
1649
1650 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1651
1652         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1653
1654 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1655
1656         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1657         (mml-insert-mime): No markup only for text/plain.
1658         (mime-to-mml): Remove MIME headers.
1659
1660 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1661
1662         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1663         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1664         as 8-bit.
1665         * lpath.el: Fbind image functions.
1666
1667 2000-04-28  Dave Love  <fx@gnu.org>
1668
1669         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1670         21.
1671
1672         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1673         search order.  Use parse-colon-path and remove some redundancy.
1674         Doc fix.
1675         (mailcap-parse-mimetypes): Code consistently with
1676         mailcap-parse-mailcaps.  Doc fix.
1677
1678         * gnus-start.el (gnus-unload): Iterate over `features', not
1679         `load-history'.
1680
1681 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1682
1683         * mml.el (mml-parse-1): Don't create blank parts.
1684         (mml-read-part): Fix mml tag.
1685         (mml-insert-mime): Convert message/rfc822.
1686         (mml-insert-mml-markup): Add mmlp parameter.
1687
1688 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1689
1690         * message.el (message-send-mail-partially): Remove CTE.
1691
1692 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1693
1694         * lpath.el: Fbind put-image for XEmacs.
1695         * mm-view.el (mm-inline-image): Fset it.
1696
1697 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1698
1699         * nndoc.el (nndoc-type-alist): Change forward regexp.
1700
1701 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1702
1703         * message.el (message-send-mail-partially-limit): Change the
1704         default value.
1705
1706 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1707
1708         * gnus-util.el (gnus-extract-address-components): Name might be
1709         "".
1710
1711 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1712
1713         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1714         (gnus-summary-post-forward): Ditto.
1715         * message.el (message-forward-show-mml): New variable.
1716         (message-forward): Use it.
1717         * mml.el (mml-parse-1): Add tag mml.
1718         (mml-read-part): Ditto.
1719         (mml-generate-mime): Support reentance.
1720         (mml-generate-mime-1): Support mml tag.
1721
1722 2000-04-27  Dave Love  <fx@gnu.org>
1723
1724         * gnus-art.el: Don't bother to require custom, browse-url.
1725         (gnus-article-x-face-command): Include gnus-article-display-xface.
1726
1727         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1728         Use defalias, not fset.
1729         (gnus-article-display-xface): New function.
1730
1731         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1732
1733         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1734         (mm-xemacs-p): Deleted.
1735         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1736         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1737         use create-image and don't special-case xbm.
1738         (mm-valid-image-format-p): Use display-graphic-p.
1739
1740 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1741
1742         * message.el (message-send-mail-partially-limit): New variable.
1743         (message-send-mail-partially): New function.
1744         (message-send-mail): Use it.
1745         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1746         all blank lines inside of base64.
1747         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1748         blank lines.
1749
1750 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1751
1752         * mml.el (mml-insert-tag): Match more special characters.
1753
1754 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1755
1756         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1757
1758 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1759
1760         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1761         (mm-inlined-types): Ditto.
1762         * mm-partial.el: New file.
1763
1764 2000-04-27  Dave Love  <fx@gnu.org>
1765
1766         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1767         matter in Emacs 21.
1768
1769 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1770
1771         * mm-bodies.el (mm-encode-body): Remove reference to
1772         mm-default-charset in comment.
1773
1774 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1775
1776         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1777
1778 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1779
1780         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1781         let.
1782
1783 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1784
1785         * gnus-draft.el (gnus-draft-setup): Fix comments.
1786
1787 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1788
1789         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1790         if nnmbox-file-coding-system-for-write is nil.
1791
1792 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1793
1794         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1795         header if nil.
1796
1797 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1798
1799         * mm-view.el (mm-inline-text): Insert directly if decoded.
1800         * mml.el (autoload): Typo.
1801
1802 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1803
1804         * mml.el (mml-preview): Set up posting-charset.
1805         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1806
1807 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1808
1809         * webmail.el: Fix yahoo mail.
1810
1811 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1812
1813         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1814         word if not necessary.
1815         (rfc2047-encode-region): Put space between encoded words.
1816
1817 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1818
1819         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1820
1821 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1822
1823         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1824         required.
1825         (gnus-draft-edit-message): Require restoration.
1826
1827 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1828
1829         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1830         back.
1831
1832 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1833
1834         * gnus-art.el (gnus-treat-article): Make sure that the summary
1835         buffer is live.
1836
1837 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1838
1839         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1840         (mailcap-parse-mailcap): Backwards parsing.
1841         (mailcap-possible-viewers): Remove nreverse.
1842         (mailcap-mime-info): Ditto.
1843         (mailcap-add-mailcap-entry): Keep alternative viewer.
1844
1845 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1846
1847         * gnus.el: Gnus v5.8.5 is released.
1848
1849 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
1852
1853         * gnus-util.el (gnus-netrc-machine): Default to nntp.
1854
1855         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
1856
1857 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
1858
1859         * mm-view.el (mm-inline-message): Disable prepare-hook.
1860
1861 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus.el: Fix copyright statements.
1864
1865         * gnus-sum.el (gnus-alter-articles-to-read-function): New
1866         variable.
1867         (gnus-articles-to-read): Use it.
1868
1869         * message.el (message-get-reply-headers): Bind free variable.
1870
1871 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1872
1873         * message.el (message-get-reply-headers): Fix to-address.
1874
1875 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1876
1877         * webmail.el: Hotmail fix. Add a debug function.
1878
1879 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * gnus-sum.el (t): M-down and M-up.
1882
1883 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1884
1885         * gnus-sum.el: Doc fix.
1886
1887 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
1888
1889         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
1890
1891 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
1894         string.
1895         (nnweb-request-group): Don't scan twice.
1896         (nnweb-request-scan): Don't nix out the hashtb.
1897
1898         * message.el (message-get-reply-headers): Return a value.
1899
1900 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
1901
1902         * gnus-art.el (gnus-button-url-regexp): New value to match naked
1903         urls.
1904
1905 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
1908         order messages are inserted.
1909
1910         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
1911         message/rfc822 parts.
1912
1913         * gnus-art.el (gnus-article-read-summary-keys): Check for
1914         numerical values.
1915
1916         * message.el (message-get-headers): Made into own function.
1917         (message-reply): Use it.
1918         (message-get-reply-headers): Renamed.
1919         (message-widen-reply): New command.
1920
1921 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1922
1923         * nntp.el (nntp-retrieve-data): Report the error and return nil.
1924
1925 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1926
1927         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
1928         non-base64 text at the end if not found.
1929
1930 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
1931
1932         * gnus-sum.el (gnus-read-move-group-name):
1933         (gnus-summary-move-article): Use `gnus-group-method' to find out
1934         what method the manually entered group belong to.
1935         `gnus-group-name-to-method' doesn't return any method parameters
1936         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
1937         for new groups so they wouldn't work.
1938
1939 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
1942         override.
1943
1944 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1945
1946         * nnmail.el (nnmail-cache-insert): Does some stuff that is
1947         probably good to do, or something.  I dunno.  I just write these
1948         ChangeLog entries, and my name is Lars.
1949
1950 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
1951
1952         * message.el (message-caesar-region): Use translate-region.
1953
1954 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
1955
1956         * gnus-group.el (gnus-group-catchup-current): Doc fix.
1957
1958 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
1961         variables, because that makes Emacs flash.
1962
1963         * gnus-group.el (gnus-group-insert-group-line): Don't call
1964         gnus-group-add-icon unconditionally.
1965
1966         * gnus-xmas.el (gnus-group-add-icon): Moved here.
1967
1968         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
1969         xmas.
1970         (gnus-group-glyph-directory): Removed.
1971
1972 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
1973
1974         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
1975         gnus-newsgroup-name is "".
1976
1977 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
1978
1979         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
1980         in conjunction with MULE-UCS.
1981
1982 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
1983
1984         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
1985
1986 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * dgnushack.el (last, mapcon, member-if, union): New compiler
1989         macros for emulating cl functions.
1990
1991 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
1992
1993         * message.el (message-shorten-references): Only cater to broken
1994         INN for news. This caters for broken smtpd.
1995
1996 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * mailcap.el (mailcap-mime-info): Use the first match; not the
1999         last.
2000
2001         * gnus-agent.el (gnus-category-kill): Save the category list.
2002
2003 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2004
2005         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2006
2007 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2010
2011 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2014
2015 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2016
2017         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2018         (gnus-group-list-cached): Use it.
2019
2020 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus.el: Update all the copyright notices.
2023
2024 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2025
2026         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2027         non-base64 text at the end.
2028
2029 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2032
2033 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * nnheader.el: Don't autoload cancel-function-timers.
2036
2037         * message.el (message-fetch-field): Fold case.
2038
2039 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2040
2041         * message.el (message-forward-before-signature): New variable.
2042
2043 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2044
2045         * gnus-mlspl.el: Fix stuff.
2046
2047 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2050         subjects when unthreaded.
2051
2052 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2053
2054         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2055         well.
2056
2057 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2058
2059         * gnus-art.el (gnus-article-mode): Fix variable name.
2060
2061 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * mm-view.el: Fix autoload.
2064
2065         * flow-fill.el (flow-fill): Fix provide.
2066
2067         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2068         nil.
2069
2070 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2071
2072         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2073
2074 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-util.el (gnus-netrc-machine): Didn't work.
2077
2078 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2079
2080         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2081
2082 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * flow-fill.el: Renamed from fill-flowed.
2085
2086         * message.el (message-forward-ignored-headers): Default to
2087         removing CTE.
2088
2089 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2090
2091         * message.el (message-mode): Don't fill headers.
2092
2093 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * message.el (message-pipe-buffer-body): Use shell
2096
2097 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2098
2099         * nnvirtual.el (nnvirtual-request-article):
2100         Bind gnus-override-method to nil.
2101         (nnvirtual-request-update-mark): Don't update mark when
2102         article is not there.
2103
2104 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2105
2106         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2107
2108 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus-util.el (gnus-parse-netrc): Allow "port".
2111         (gnus-netrc-machine): Take a port param.
2112         (gnus-netrc-machine):
2113
2114         * gnus-art.el (gnus-request-article-this-buffer): Allow
2115         re-selecting referenced articles.
2116
2117         * message.el (message-cancel-news): Allow editing.
2118         (message-cancel-message): Add newline.
2119
2120 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2121
2122         * mm-view.el (mm-inline-image-emacs): New function.
2123
2124 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * mail-source.el (mail-source-delete-incoming): Change default in
2127         cvs.
2128
2129 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2130
2131         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2132         function.
2133
2134 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * nnml.el (nnml-request-expire-articles): Use it.
2137
2138         * nnmail.el (nnmail-expiry-target): New variable.
2139         (nnmail-expiry-target-group): New function.
2140
2141 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2142
2143         * message.el (message-forward): Add non-MIME separators.
2144
2145 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * message.el (message-generate-headers): Respect the syntax check
2148         spec.
2149
2150         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2151         (gnus-remove-thread): Don't show all threads.
2152
2153 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2154
2155         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2156
2157 2000-04-19  Dave Love  <fx@gnu.org>
2158
2159         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2160
2161 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2162
2163         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2164         (nnwarchive-egroups-*): Ditto.
2165         (nnwarchive-url): Unibyte buffer and single line cookie.
2166
2167 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2168
2169         * mm-util.el (mm-char-or-char-int-p): New alias.
2170         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2171         entities.
2172
2173 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2174
2175         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2176         article case insensitively.
2177
2178 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2179
2180         * mail-source.el (mail-source-fetch-webmail): Use the default
2181         password provided in mail-sources; use webmail:subtype:user as
2182         the key.
2183
2184 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2185
2186         * mail-source.el (mail-source-fetch-webmail): Use
2187         mail-source-password-cache.
2188
2189 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2190
2191         * webmail.el: Add netscape mail and fix HotMail mail.
2192
2193 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2194
2195         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2196
2197 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2198
2199         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2200         RFC822.PEEK if server support IMAP4rev1.
2201         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2202         RFC822.TEXT.PEEK if server support IMAP4rev1.
2203         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2204         RFC822.HEADER if server support IMAP4rev1.
2205         (nnimap-request-article-part): Support bodydetail in response
2206         data.
2207
2208 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2209
2210         * fill-flowed.el: New file.
2211
2212         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2213         text/plain parts with `format' parameters.
2214
2215         * mm-view.el (autoload): Autoload fill-flowed.
2216         (mm-inline-text): For "plain" parts with a format=flowed
2217         parameter, call `fill-flowed'.
2218
2219 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2222         slashdot ids.
2223
2224 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2227         format.
2228
2229 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2230
2231         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2232         `imtest' too.
2233         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2234         (imap-gssapi-program): New variable.
2235         (imap-streams): Add gssapi.
2236         (imap-stream-alist): Ditto.
2237         (imap-authenticators): Ditto.
2238         (imap-authenticator-alist): Ditto.
2239         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2240         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2241         1.6.x `imtest' syntax.
2242         (imap-gssapi-stream-p): New function.
2243         (imap-gssapi-open): Ditto.
2244         (imap-gssapi-auth-p): Ditto.
2245         (imap-gssapi-auth): Ditto.
2246         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2247         (imap-send-command): Use buffer-local `imap-client-eol' value.
2248
2249         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2250         lines and turn TAB into SPC before parsing.
2251
2252 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2253
2254         * nnheader.el (nnheader-group-pathname): Make sure to return a
2255         directory.
2256         * nnmail.el (nnmail-group-pathname): Ditto.
2257
2258 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2259
2260         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2261         might split in the middle of a message-id.
2262
2263 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2266         groups from the server.
2267
2268         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2269         (gnus-summary-toggle-header): Update the wash status.
2270
2271         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2272         Moved here.
2273
2274         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2275         setting.
2276
2277         * nnmail.el (nnmail-get-active): Use it.
2278         (nnmail-parse-active): New function.
2279
2280         * mm-view.el (mm-inline-text): Support the new version of
2281         vcard.el.
2282
2283         * gnus-sum.el (gnus-summary-move-article): Only delete article
2284         when moving junk.
2285         (gnus-deaden-summary): Bury the buffer.
2286
2287         * nnmail.el (nnmail-group-pathname): Ditto.
2288
2289         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2290
2291 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2292
2293         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2294         whether Mule.
2295
2296 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * message.el (message-send-mail): Protect against unloaded Gnus.
2299
2300         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2301         parent.
2302         (gnus-topic-update-topic-line): Yes, do.
2303         (gnus-topic-goto-missing-group): Tally the correct number of
2304         unread articles before inserting the topic line.
2305
2306 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2309
2310 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * mm-decode.el (mm-dissect-buffer): Ditto.
2313
2314         * gnus-art.el (article-decode-charset): Strip CTE.
2315
2316         * ietf-drums.el (ietf-drums-strip): New function.
2317
2318         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2319         when prompting in read-only groups.
2320
2321 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2322
2323         * imap.el (imap-send-command): Change EOL-chars when
2324         `imap-client-eol' differs from default, not only for kerberos4.
2325         (imap-mailbox-status): Get encoded mailbox's status.
2326
2327 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2328
2329         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2330         into `mail-source-password-cache'.
2331
2332 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2333
2334         * mm-util.el (mm-mime-charset): Check for presence of
2335         `coding-system-get' and `get-charset-property' (recent XEmacs has
2336         the former, but not the latter).
2337
2338 2000-01-28  Dave Love  <fx@gnu.org>
2339
2340         * message.el (message-check-news-header-syntax): Fix typo
2341         `newsgroyps'.
2342         (message-talkative-question): Put temp buffer in fundamental-mode.
2343         (message-recover): Use fundamental-mode in the right buffer.
2344
2345         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2346         right buffer.
2347
2348 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2349
2350         * qp.el (quoted-printable-decode-region): Add charset parameter.
2351         (quoted-printable-decode-string): Ditto.
2352
2353         * gnus-art.el (article-de-quoted-unreadable): Use it.
2354
2355 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2356
2357         * nnimap.el (nnimap-split-predicate): New variable.
2358         (nnimap-split-articles): Use it.
2359
2360 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2361
2362         * utf7.el: Change email address.
2363
2364 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-group.el (gnus-group-catchup): Purge split history.
2367
2368 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2369
2370         * nnmail.el (nnmail-generate-active): Support extended group name.
2371         (nnmail-get-active): Ditto.
2372
2373 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2374
2375         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2376         group names, don't remove anything.
2377
2378 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2379
2380         * webmail.el (webmail-my-deja-open): My-deja changes.
2381
2382 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2383
2384         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2385
2386 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2387
2388         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2389
2390 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2391
2392         * gnus.el (gnus-other-frame): Fix typo.
2393
2394 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2395
2396         * gnus-cus.el (gnus-group-customize): Fix typo.
2397
2398 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * nnweb.el (nnweb-insert): Simplified.
2401
2402 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus-art.el (gnus-article-mode-map): "e" is
2405         gnus-summary-edit-article.
2406
2407 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2408
2409         * mailcap.el (mailcap-mime-extensions): Add .diff.
2410
2411 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2412
2413         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2414         there is no "%s" in the method.
2415
2416 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2417
2418         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2419
2420 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2423
2424         * gnus.el: Really always pop up a new frame.
2425
2426         * parse-time.el (parse-time-rules): Allow 100-110 to be
2427         2000-2010.
2428
2429         * time-date.el (date-to-time): Don't use timezone.
2430
2431 2000-01-06  Dave Love  <fx@gnu.org>
2432
2433         * time-date.el: Add keywords.
2434         (date-to-time): Add autoload cookie.  Canonicalize with
2435         timezone-make-date-arpa-standard.
2436         (time-to-seconds): Avoid caddr.
2437         (safe-date-to-time): Add autoload cookie.
2438
2439         * base64.el: Require cl when compiling.
2440
2441 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2442
2443         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2444         eyecandy.
2445         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2446         group line using gnus-group-add-icon.
2447         (gnus-group-icons): Added customize group.
2448         (gnus-group-icon-list): Added variable.
2449         (gnus-group-glyph-directory): Added variable.
2450         (gnus-group-icon-cache): Added variable.
2451         (gnus-group-running-xemacs): Added variable.
2452         (gnus-group-add-icon): Added function. Add an icon to the current
2453         line according to gnus-group-icon-list.
2454         (gnus-group-icon-create-glyph): Added function.
2455
2456 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * gnus-sum.el (gnus-summary-select-article): Return whether we
2459         selected something new.
2460         (gnus-summary-search-article): Start searching at the window
2461         point.
2462
2463         * gnus-group.el (gnus-fetch-group): Complete over
2464         gnus-active-hashtb.
2465
2466 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2467
2468         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2469
2470 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * gnus-sum.el (gnus-preserve-marks): New variable.
2473         (gnus-summary-move-article): Use it.
2474         (gnus-group-charset-alist): Added more entries.
2475
2476 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2479
2480         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2481         as the default score.
2482
2483         * gnus-score.el (gnus-score-delta-default): Changed name.
2484
2485 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2486
2487         * imap.el (imap-parse-literal):
2488         (imap-parse-flag-list): Don't care about props.
2489         (imap-parse-string): Handle quoted characters.
2490
2491 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2492
2493         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2494         (gnus-summary-mark-article): Doc fix.
2495         (gnus-summary-mark-forward): Doc fix.
2496         (t): Changed keystroke for gnus-summary-customize-parameters.
2497
2498         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2499         "e".
2500         (gnus-article-mode-map): No, don't.
2501
2502         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2503         of the final article.
2504
2505         * mm-decode.el (mm-interactively-view-part): Error on no method.
2506
2507 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2508
2509         * gnus-score.el (gnus-score-insert-help): Something.
2510
2511         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2512
2513         * gnus-win.el (gnus-configure-frame): Ditto.
2514
2515         * gnus-mh.el (gnus-summary-save-in-folder): Use
2516         with-current-buffer.
2517
2518 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * nnwarchive.el: Changed file perms.
2521
2522 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-group.el (gnus-group-delete-groups): New command.
2525         (gnus-group-delete-group): Extra no-prompt parameters.
2526
2527 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2530         <p>.
2531
2532 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2533
2534         * webmail.el (webmail-hotmail-article): Don't insert message id.
2535
2536 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2537
2538         * nnimap.el (nnimap-split-fancy): New variable.
2539         (nnimap-split-fancy): New function.
2540
2541 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2542
2543         (nnimap-split-rule): Document symbol value.
2544
2545 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2546
2547         * nnimap.el (nnimap-retrieve-headers-progress): Let
2548         `nnheader-parse-head' parse article.
2549         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2550         request headers needed by `nnheader-parse-head'.
2551
2552 1999-12-23  Florian Weimer  <fw@s.netic.de>
2553
2554         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2555         value (crosspostings are handled), improve documentation.
2556
2557         * smiley.el: Declare file coding system as iso-8859-1.
2558
2559         * nnultimate.el: Dito.
2560
2561         * message.el: Dito.
2562
2563         * gnus-cite.el: Dito.
2564
2565         * gnus-spec.el: Dito.
2566
2567 1999-12-21  Florian Weimer  <fw@s.netic.de>
2568
2569         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2570         (gnus-setup-message): No longer make `message-posting-charset'
2571         buffer-local.
2572         (gnus-setup-posting-charset): Reflect the new layout of
2573         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2574
2575         * message.el (message-send-mail): Bind `message-this-is-mail' and
2576         `message-posting-charset'.
2577         (message-send-news): Dito, and honour new layout of
2578         `message-posting-charset'.
2579         (message-encode-message-body): Ignore `message-posting-charset'.
2580
2581         * mm-bodies.el (mm-body-encoding): Consider
2582         `message-posting-charset' when deciding whether to use 8bit.
2583
2584         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2585         (rfc2047-encodable-p): Now solely for headers; use
2586         `message-posting-charset'.
2587
2588 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2589
2590         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2591
2592 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2593
2594         * nnagent.el (nnagent-server-opened): Optional.
2595         (nnagent-status-message): Optional.
2596
2597 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2598
2599         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2600         end (referenced by instructions in
2601         `gnus-cited-opened-text-button-line-format-alist').
2602
2603 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2604
2605         * imap.el (imap-starttls-open): Typo.
2606
2607 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2608
2609         * mm-util.el (mm-charset-after): Non-MULE case.
2610         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2611         * rfc2047.el (rfc2047-dissect-region): Bind it.
2612
2613 1999-12-18  Florian Weimer  <fw@s.netic.de>
2614
2615         * mml.el (mml-generate-multipart-alist): Correct default value.
2616
2617         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2618         (mm-safer-encoding): New function.
2619         (mm-content-transfer-encoding): Use both.
2620
2621         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2622         * qp.el (quoted-printable-encode-region): Dito.
2623
2624 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2625
2626         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2627
2628 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2629
2630         * webmail.el (webmail-hotmail-list): raw=0.
2631
2632 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2633
2634         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2635         group name.
2636
2637 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2638
2639         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2640
2641 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2642
2643         * imap.el: Don't autoload digest-md5.
2644         (imap-starttls-open): Bind coding-system-for-{read,write}.
2645         (imap-starttls-p): Check if we can find starttls.el.
2646         (imap-digest-md5-p): Check if we can find digest-md5.el.
2647
2648 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2649
2650         * base64.el (base64-encode-string): Accept 2nd argument
2651         `no-line-break'.
2652
2653         * imap.el: Require `digest-md5' when compiling; add autoload
2654         settings for `digest-md5-parse-digest-challenge',
2655         `digest-md5-digest-response', `starttls-open-stream' and
2656         `starttls-negotiate'.
2657         (imap-authenticators): Add `digest-md5'.
2658         (imap-authenticator-alist): Setup for `digest-md5'.
2659         (imap-digest-md5-p): New function.
2660         (imap-digest-md5-auth): New function.
2661         (imap-stream-alist): Add STARTTLS entry.
2662         (imap-starttls-p): New function.
2663         (imap-starttls-open): New function.
2664
2665 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2666
2667         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2668
2669 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2670
2671         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2672         string-to-x function.
2673
2674 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2675
2676         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2677
2678 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2679
2680         * webmail.el: Enhance hotmail-snarf.
2681
2682 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2683
2684         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2685
2686 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2687
2688         * webmail.el (webmail-hotmail-list): Search no-error.
2689
2690 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2691
2692         * nnwarchive.el: Support nov-is-evil.
2693         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2694         Set it if non-nil.
2695         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2696
2697 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2698
2699         * nnagent.el (nnagent-server-opened): Redefine.
2700         (nnagent-status-message): Ditto.
2701
2702 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2703
2704         * rfc1843.el (rfc1843-decode-region): Use
2705         buffer-substring-no-properties.
2706         * gnus-art.el (article-decode-HZ): New function.
2707
2708 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2709
2710         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2711
2712 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2713
2714         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2715         MIME charset not a MULE charset.
2716
2717 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2718
2719         * gnus-ems.el: Translate more ugly characters.
2720         * nnheader.el (nnheader-translate-file-chars): Don't translate
2721         the second ':'.
2722
2723 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2724
2725         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2726         method if cannot find the article.
2727
2728 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2729
2730         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2731         method if overrided.
2732
2733 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2734
2735         * mail-source.el (mail-source-fetch-webmail): Parameter
2736         dontexpunge.
2737
2738 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2739
2740         * webmail.el: Support my-deja. Better error report.
2741
2742 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2743
2744         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2745         is bad.
2746         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2747         is not 1.
2748
2749 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2750
2751         * nnslashdot.el (nnslashdot-request-article): A space.
2752
2753 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2754
2755         * nnagent.el: Support different backend with same name.
2756
2757 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2758
2759         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2760         archived group.
2761         (nnslashdot-sane-retrieve-headers): Ditto.
2762         (nnslashdot-request-article): Ditto.
2763
2764 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2765
2766         * nnweb.el (nnweb-insert): Narrow to point.
2767
2768 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2769
2770         * nnweb.el (nnweb-insert): Follow refresh url.
2771         * nnslashdot.el: Use it.
2772
2773 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2774
2775         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2776         (nnweb-decode-entities-string): New function.
2777
2778         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2779         nnweb-* and move to nnweb.el.
2780         * nnwarchive.el: Use nnweb-decode-entities, etc.
2781         * webmail.el: Ditto.
2782
2783         * nnslashdot.el: Use nnweb-decode-entities-string.
2784         (nnslashdot-decode-entities): Remove.
2785
2786 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2787
2788         * nnslashdot.el: Decode entities.
2789
2790 1999-12-12  Dave Love  <fx@gnu.org>
2791
2792         * gnus-agent.el (gnus-category-edit-groups)
2793         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2794         expansion of setf, fixed.
2795
2796 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2797
2798         * gnus-agent.el: Revoke last Dave Love's patch, because of
2799         incompatibility of XEmacs.
2800
2801 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2802
2803         * mm-uu.el: Change headers.
2804         * rfc1843.el: Ditto.
2805         * uudecode.el: Ditto.
2806
2807 1999-12-07  Dave Love  <fx@gnu.org>
2808
2809         * gnus-agent.el (gnus-category-edit-predicate)
2810         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2811         inside backquote to avoid it at runtime.
2812
2813 1999-12-07  Dave Love  <fx@gnu.org>
2814
2815         * binhex.el: Require cl when compiling.
2816
2817 1999-12-04  Dave Love  <fx@gnu.org>
2818
2819         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2820
2821 1999-12-04  Dave Love  <fx@gnu.org>
2822
2823         * mm-util.el (mm-delete-duplicates): New function.
2824         (mm-write-region): Use it.
2825
2826         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2827
2828         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2829         mm-delete-duplicates.
2830
2831         * imap.el (imap-open, imap-debug): Avoid mapc.
2832
2833         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2834
2835         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2836         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2837
2838         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2839         runtime.
2840
2841         * gnus.el (gnus-select-method): Likewise.
2842
2843         * nnheader.el (nnheader-nov-read-integer): Likewise.
2844
2845         * mm-view.el (mm-inline-message): Require cl when compiling.
2846         Avoid ignore-errors at runtime.
2847         (mm-inline-text): Avoid mapc.
2848
2849 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2850
2851         * gnus-art.el (article-decode-charset): Widen is bad.
2852
2853 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2854
2855         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
2856
2857 1999-12-12  Florian Weimer  <fw@s.netic.de>
2858
2859         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
2860         indicate that only US-ASCII is permitted.
2861         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
2862         use unencoded 8-bit characters in message headers.
2863
2864 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2865
2866         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
2867         CRLF.
2868
2869 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2870
2871         * webmail.el: Require url-cookie.
2872
2873 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
2874
2875         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
2876         new function to make modified caesar table.
2877         (nnwarchive-from-r13): Use it.
2878         (nnwarchive-mail-archive-article): Improved.
2879
2880 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
2881
2882         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
2883
2884 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2885
2886         * nnweb.el (nnweb-request-article): Return cons.
2887
2888 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2889
2890         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
2891
2892 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2893
2894         * mm-util.el (mm-with-unibyte): New macro.
2895         * nnweb.el (nnweb-init): Use it.
2896
2897 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
2898
2899         * mm-util.el (mm-charset-after): New function.
2900         (mm-find-mime-charset-region): Set charsets after
2901         delete-duplicates and use find-coding-systems-region.
2902         (mm-find-charset-region): Remove composition.
2903
2904         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
2905
2906         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
2907
2908 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2909
2910         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
2911         * mml.el (mml-confirmation-set): New variable.
2912         (mml-parse-1): Ask user to confirm.
2913
2914 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
2915
2916         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
2917         are scanned when we have directory mail-sources (the mail source
2918         is modified in that case, so we must scan it for all
2919         groups/methods).
2920
2921 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2922
2923         * nnml.el (nnml-request-move-article): Save nnml-current-directory
2924         and nnml-article-file-alist.
2925
2926 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
2927
2928         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
2929         nnmail-fetched-sources.
2930
2931 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
2932
2933         * mm-util.el (mm-find-charset-region): Use the last charset.
2934
2935 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2936
2937         * gnus.el (gnus-select-method): Made the option list prettier.
2938
2939 1999-12-08  Florian Weimer  <fw@s.netic.de>
2940
2941         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
2942         for the `de' newsgroups hierarchy, as it is common practice there.
2943
2944
2945 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2946
2947         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
2948         buffer-string arguments. Fix references.
2949
2950 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2951
2952         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
2953         (gnus-agent-batch-fetch): Use it.
2954         (gnus-agent-fetch-session): Use it.
2955
2956 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2957
2958         * mm-util.el (mm-find-mime-charset-region): Delete nil.
2959
2960 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2961
2962         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
2963         nil.
2964
2965 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
2966
2967         * nnslashdot.el (nnslashdot-request-list): There were two
2968         top-level body-forms.  Put a `progn' around them.
2969
2970         * gnus.el (gnus-select-method): Use `condition-case'
2971         instead of `ignore-errors', since cl may not be loaded when the
2972         form is evaluated.
2973
2974 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2975
2976         * nnwarchive.el: Support www.mail-archive.com.
2977
2978 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2979
2980         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
2981         do anything.
2982
2983 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
2984
2985         * utf7.el: New file, written by Jon K Hellan.
2986
2987         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
2988         default to t.
2989
2990 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991
2992         * nnslashdot.el (nnslashdot-request-delete-group): New function.
2993
2994         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
2995         current.
2996         (gnus-refer-article-methods): New function.
2997         (gnus-summary-refer-article): Use it.
2998
2999 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3000
3001         * nnimap.el (nnimap-retrieve-groups): Return active format.
3002
3003         * nnimap.el (nnimap-replace-in-string): Removed.
3004         (nnimap-request-list):
3005         (nnimap-retrieve-groups):
3006         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3007
3008 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3009
3010         * imap.el: Use format-spec for ssl program.
3011         * imap.el (imap-ssl-arguments): Removed.
3012         (imap-ssl-open-{1,2}): Removed.
3013
3014 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3015
3016         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3017         instead of `ignore-errors', since cl may not be loaded when the
3018         form is evaluated.
3019
3020 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3021
3022         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3023         (mm-7bit-chars): New variable.
3024         (mm-body-7-or-8): Use it in both cases.
3025
3026 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3027
3028         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3029           defcustom definitions.
3030
3031 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3032
3033         * mm-decode.el (mm-display-part): Let mm-display-external return
3034         inline or external.
3035         (mm-display-external): For copiousoutput methods, insert output in
3036         buffer.
3037
3038 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3039
3040         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3041         buffer.
3042
3043 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * gnus-audio.el: An M too far.
3046
3047         * gnus-msg.el (gnus-setup-message): One backtick too many.
3048
3049         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3050         a function, not a variable.
3051
3052 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3053
3054         * gnus-score.el (gnus-score-body): Widen before requesting.
3055
3056 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3059
3060 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3061
3062         * mail-source.el (mail-source-fetch-webmail): Bind
3063         mail-source-string.
3064
3065 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3066
3067         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3068         (gnus-uu-unmark-by-regexp): Ditto.
3069
3070         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3071         dead groups.
3072
3073 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3076         do their real thing.
3077
3078         * nnmh.el (nnmh-be-safe): Doc fix.
3079
3080         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3081
3082         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3083         status line has arrived before we count it.
3084
3085         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3086
3087         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3088         Whitespace problems.
3089
3090         * gnus-win.el (gnus-configure-windows): Error fix.
3091
3092         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3093         right function.
3094
3095         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3096         Indent all functions.  Fix all comments to match the comment
3097         conventions.  Double-space after full stop.
3098
3099 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3100
3101         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3102         value to divide received mails into my favorite groups and I met
3103         an error.  It takes place if the length of a element "VALUE" in
3104         nnmail-split-fancy is less than two.
3105
3106 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3107
3108         * mml.el (mml-insert-part): New function.
3109
3110 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * lpath.el: Add `sc-cite-regexp'.
3113
3114 1999-12-02  Dave Love  <fx@gnu.org>
3115
3116         * mm-decode.el: Customize.
3117
3118 1999-12-03  Dave Love  <fx@gnu.org>
3119
3120         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3121         the W3 stuff isn't available.
3122
3123 1999-12-03  Dave Love  <fx@gnu.org>
3124
3125         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3126         at runtime.
3127
3128 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3129
3130         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3131
3132 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3133
3134         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3135         don't be fooled by "From nobody" lines added by respooling.
3136
3137         * pop3.el (pop3-movemail): Write crashbox in binary.
3138         (pop3-get-message-count): New function.
3139
3140         * mail-source.el (mail-source-primary-source): New variable.
3141         (mail-source-report-new-mail-interval): New variable.
3142         (mail-source-idle-time-delay): New variable.
3143         (mail-source-new-mail-available): New internal variable.
3144         (mail-source-fetch-pop): Clear new mail flag, when mail from
3145         primary source has been fetched.
3146         (mail-source-check-pop): New function.
3147         (mail-source-new-mail-p): New function.
3148         (mail-source-start-idle-timer): New function.
3149         (mail-source-report-new-mail): New function.
3150         (mail-source-report-new-mail): New internal variable.
3151         (mail-source-report-new-mail-timer): New internal variable.
3152         (mail-source-report-new-mail-idle-timer): New internal variables.
3153
3154 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3155
3156         * gnus-cus.el (gnus-group-customize): Customize fix.
3157
3158 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3159
3160         * message.el (message-send-mail-with-sendmail): Use
3161         message-make-address.
3162
3163 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3164
3165         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3166
3167 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3168
3169         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3170
3171 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3172
3173         * mml.el (mml-insert-tag): Don't close the tag.
3174         (mml-insert-empty-tag): New function.
3175         (mml-attach-file): Use mml-insert-empty-tag instead of
3176         mml-insert-tag.
3177         (mml-attach-buffer): Ditto.
3178         (mml-attach-external): Ditto.
3179         (mml-insert-multipart): Ditto.
3180
3181 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3182
3183         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3184         the article number.
3185
3186 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3187
3188         * gnus.el (gnus-find-method-for-group): The method of a new group
3189         is not the native one.
3190
3191 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3194
3195 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * nnultimate.el (nnultimate-retrieve-headers): Use
3198         mm-with-unibyte-current-buffer.
3199         (nnultimate-request-article): Ditto.
3200
3201 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3202
3203         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3204
3205 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3206
3207         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3208         * nnweb.el (nnweb-retrieve-headers): Use it.
3209         (nnweb-request-article): Use it.
3210
3211         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3212         case matching failed.
3213
3214 1999-12-02  John Wiegley <jwiegley@inprise.com>
3215
3216         * mail-source.el (mail-source-keyword-map): Add backslash to
3217         Delete-flag.
3218
3219 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3222         Latin-1.
3223         (gnus-group-charset-alist): No, don't.
3224
3225         * nnweb.el (nnweb-init): Make the buffer unibyte.
3226
3227 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3228
3229         * mail-source.el (mail-source-set-common-1): Fix to get the
3230         default value.
3231
3232 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3235
3236         * nnultimate.el (nnultimate-request-list): Use unibyte.
3237
3238         * gnus-uu.el (gnus-uu-grab-articles): Bind
3239         gnus-display-mime-function to nil.
3240
3241         * message.el (message-send-mail-with-sendmail): Use the
3242         user-mail-address variable.
3243
3244         * gnus-art.el (gnus-ignored-headers): More headers.
3245
3246         * message.el (message-shorten-1): Use list.
3247
3248 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3251         signatures.
3252
3253         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3254         (nnweb-dejanews-create-mapping): Do the properish date.
3255
3256 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3257
3258         * mail-source.el (mail-source-common-keyword-map): New variable.
3259         (mail-source-bind-common): New macro.
3260         (mail-source-fetch): Support plugged mail source.
3261         * gnus-int.el (gnus-request-scan): Use them.
3262
3263 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * mm-view.el (mm-inline-message): Check whether charset is a
3266         string.
3267
3268         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3269
3270         * message.el (message-mode-map): Changed keystroke for
3271         message-yank-buffer.
3272
3273 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3274
3275         * message.el (message-shorten-references): Cut references to 31
3276         elements, then either fold them or shorten them to 988 characters.
3277         (message-shorten-1): New function.
3278         (message-cater-to-broken-inn): New variable.
3279
3280 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3281
3282         * nnslashdot.el (nnslashdot-lose): New function.
3283
3284 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * mm-view.el (mm-inline-message): Not the right type of charset is
3287         being fetched here.  Let the group charset rule.
3288         (mm-inline-message): Ignore us-ascii.
3289
3290 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3291
3292         * mail-source.el (mail-source-fetch-maildir): work around the
3293         ommitted "file-regular-p" in efs/ange-ftp
3294
3295 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3298         (mml-generate-mime-1): Use the encoding param.
3299
3300         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3301
3302         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3303         gnus-art before binding its variables.
3304
3305         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3306         after the MIME.
3307
3308 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3309
3310         * message.el (message-clone-locals): Use it.
3311
3312         * gnus-msg.el (gnus-configure-posting-styles): Make
3313         user-mail-address local.
3314
3315 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3316
3317         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3318         once.
3319
3320 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3323         (message-clone-locals): Ditto.
3324
3325         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3326         group inherit reply-to or from.
3327
3328 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3329
3330         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3331         for charset.
3332         (gnus-summary-show-article-charset-alist): New variable.
3333
3334         * mm-bodies.el (mm-decode-string): Support gnus-all and
3335         gnus-unknown.
3336         (mm-decode-body): Ditto.
3337         * rfc2047.el (rfc2047-decode): Ditto.
3338
3339 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * mail-source.el (mail-source-delete-incoming): Change default to
3342         t.
3343
3344 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3345
3346         * gnus.el: Pterodactyl Gnus v0.99 is released.
3347
3348 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3351
3352         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3353         spec.
3354
3355         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3356         (gnus-configure-posting-styles): No, don't.
3357         (gnus-configure-posting-styles): Allow overriding files.
3358
3359         * gnus-art.el (gnus-header-button-alist): Use browse-url
3360         directly.
3361
3362         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3363
3364         * gnus-msg.el (gnus-summary-yank-message): New command and
3365         keystroke.
3366
3367         * message.el (message-yank-buffer): New command.
3368         (message-buffers): New function.
3369
3370         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3371         next group in a more normal fasion.
3372
3373         * mml.el (mml-boundary-function): New variable.
3374         (mml-compute-boundary): Use it.
3375
3376         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3377         that exist for them.
3378
3379         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3380         (gnus-async-timer): New variable.
3381
3382 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * nnultimate.el (nnultimate-request-list): Be more lenient with
3385         root addresses.
3386
3387 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * gnus-art.el (gnus-treatment-function-alist): Do
3390         gnus-treat-capitalize-sentences.
3391
3392 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3393
3394         * webmail.el (webmail-hotmail-article): Hotmail changes the
3395         format.
3396
3397 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3398
3399         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3400         switch to buffer after calling program.
3401         (mm-display-external): Use `shell-command-switch' instead of "-c".
3402
3403 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3406         read groups file.
3407
3408         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3409         <p>.
3410
3411 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * message.el (message-mode): Doc fix.
3414
3415 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3416
3417         * gnus-art.el (article-emphasize): Check group variable.
3418         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3419
3420 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3421
3422         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3423         type.
3424
3425 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3426
3427         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3428
3429 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3430
3431         * mml.el (mml-quote-region): Insert ! after the hash.
3432
3433 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3434
3435         * gnus-group.el (gnus-group-warchive-address-history): Change to
3436         nil.
3437
3438 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3439
3440         * webmail.el: Support mail.yahoo.com.
3441
3442         * mail-source.el (mail-source-fetch-webmail): Add password check.
3443         (mail-source-keyword-map): Use `subtype'.
3444
3445 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3446
3447         * mail-source.el (mail-source-keyword-map): Add webmail.
3448         (mail-source-fetcher-alist): Ditto.
3449         (mail-source-fetch-webmail): New function.
3450         * webmail.el: New file.
3451
3452 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3453
3454         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3455
3456 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3457
3458         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3459
3460 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3463         (nnultimate-prune-days): New function.
3464         (nnultimate-create-mapping): Use it.
3465         (nnultimate-request-group): Only fetch the groups list if it has
3466         not been done before.
3467         (nnultimate-retrieve-headers): Don't write groups.
3468         (nnultimate-create-mapping): Off-by-one error.
3469
3470 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3473         threaded subjects.
3474
3475 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3476
3477         * nnwarchive.el: Lots of changes make agent happy.
3478
3479 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3480
3481         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3482         hashtb.
3483
3484 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3485
3486         * mm-decode.el (mm-display-external): Write region with binary
3487         mode.
3488
3489 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3490
3491         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3492
3493 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3494
3495         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3496         (mm-uu-test): Now it is in restricted region.
3497
3498         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3499
3500         * mm-view.el (mm-view-message): Fix buffer leak.
3501         (mm-inline-message): Support 'gnus-decoded.
3502
3503         * mm-bodies.el (mm-decode-body): Ditto.
3504
3505         * rfc2047.el (rfc2047-decode-region): Ditto.
3506
3507 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3508
3509         * imap.el (require): Added autoload for base64-encode-string.
3510
3511 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3512
3513         * gnus.el (gnus-refer-article-method): Made list value
3514         customizable.
3515
3516 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3517
3518         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3519         NOFORCE in Emacs case.
3520
3521 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3522
3523         * gnus-art.el (gnus-request-article-this-buffer): Set
3524         gnus-newsgroup-name.
3525
3526 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3527
3528         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3529         NOFORCE.
3530
3531 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3532
3533         * gnus-start.el (gnus-get-unread-articles): Check server before
3534         scanning.
3535
3536 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3539
3540         * nnslashdot.el (nnslashdot-login-name): New variable.
3541         (nnslashdot-password): Ditto.
3542         (nnslashdot-request-post): New function.
3543
3544         * gnus-art.el (gnus-treat-buttonize): More testing.
3545
3546         * mm-encode.el: Another CVS test.
3547
3548         * gnus-art.el (gnus-treat-emphasize): Change default.
3549         (gnus-treat-buttonize): Ditto.
3550         (gnus-treat-buttonize): This is a test.
3551
3552         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3553         (gnus-build-sparse-threads): Ditto.
3554         (gnus-build-all-threads): Ditto.
3555
3556         * nnheader.el (make-full-mail-header): Make into a subst.
3557
3558         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3559         unless w3 is supplied.
3560
3561         * gnus.el (gnus-refer-article-method): Doc fix.
3562
3563         * gnus-sum.el: Do not accept a prefix.
3564         (gnus-summary-refer-article): Accept a list of select methods.
3565
3566 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3567
3568         * Makefile.in: Change `^  *' to `\t'.
3569
3570 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3571
3572         * message.el (message-forward): Pay attention to prefix argument
3573         again and forward all headers when it is set, regardless of the
3574         value of message-forward-ignored-headers.
3575
3576 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3577
3578         * dgnushack.el (dgnushack-compile): Vpath file.
3579
3580         * Makefile.in (SHELL): VPATH support.
3581
3582 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * gnus-ems.el: Check for cygwin32.
3585
3586 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3587
3588         * mm-decode.el (mm-display-external): Use 'non-viewer.
3589
3590 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3591
3592         * base64.el (base64-encode-string): An alias for base64-encode for
3593         compatibility.
3594
3595 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3596
3597         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3598         nntp-inhibit-erase.
3599
3600 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3601
3602         * gnus-start.el (gnus-get-unread-articles): Use
3603         nnfoo-retrieve-groups to find new news, if available.
3604         (gnus-read-active-file-2): New function.
3605         (gnus-get-unread-articles): Use it.
3606         (gnus-read-active-file-1): Ditto.
3607
3608 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * mm-util.el (mm-find-mime-charset-region): Make sure
3611         find-coding-systems-for-charsets is fbound.
3612
3613         * gnus-ems.el: Typo fix.
3614
3615 1999-11-13  Florian Weimer  <fw@s.netic.de>
3616
3617         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3618         it's available and makes sense.
3619
3620 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3621
3622         * gnus-score.el (gnus-score-save): Translate score file.
3623
3624 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3625
3626         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3627         added fetchflag and dontexpunge keywords.
3628         (mail-source-fetch-imap): Use them.
3629
3630 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3631
3632         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3633         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3634         `defconst'.
3635
3636         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3637         `defconst'.
3638         Mention that it is both for group and topic parameters.
3639         (gnus-extra-topic-parameters): New constant, including `subscribe'
3640         parameter.
3641         (gnus-extra-group-parameters): New constant.
3642         (gnus-group-customize): Use them.
3643
3644         * gnus.el (gnus-select-method): Added default value and tag.
3645         (gnus-refer-article-method): Added `DejaNews' customization option.
3646
3647 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3650
3651         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3652         syntax.
3653
3654         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3655
3656         * nnslashdot.el (nnslashdot-group-number): Changed default.
3657
3658         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3659         (nnweb-dejanews-wash-article): Removed.
3660         (nnweb-type-definition): Fetch by id.
3661
3662         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3663         we mean it.
3664
3665         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3666         (nnslashdot-request-list): Use Ultramode as well.
3667         (nnslashdot-date-to-date): Be more lenient.
3668         (nnslashdot-threaded): New function.
3669
3670 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3673
3674 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3675
3676         * nnweb.el (nnweb-type-definition): /=dnc
3677
3678 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3681         dates.
3682         (nnultimate-retrieve-headers): Wrong ordering.
3683
3684 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3685
3686         * message.el (message-forward-as-mime): New variable.
3687
3688 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689
3690         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3691
3692 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3693
3694         * mail-source.el (mail-source-movemail-and-remove): New function.
3695         (mail-source-keyword-map): Add `function' for `maildir'.
3696         (mail-source-fetch-maildir): Use it.
3697
3698 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3699
3700         * nnwarchive.el: New file.
3701         * gnus-group.el (gnus-group-make-warchive-group): New function.
3702         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3703
3704 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3707         subjects.
3708
3709 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3710
3711         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3712
3713 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * nnultimate.el (nnultimate-open-server): Do address.
3716         (nnultimate-forum-table-p): New function.
3717
3718         * nnweb.el (nnweb-insert-html): Renamed.
3719         (nnweb-insert): New function.
3720
3721         * nnultimate.el (nnultimate-insert-html): New function.
3722
3723         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3724         if nov is evil.
3725         (nnslashdot-retrieve-headers): use the sane version instead.
3726
3727 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * nnslashdot.el (nnslashdot-request-article): Fold case.
3730
3731         * nnultimate.el: New file.
3732
3733         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3734         unless wanted.
3735
3736         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3737         (gnus-read-active-file-1): Separated into own function.
3738         (gnus-read-active-file): Catch quits.
3739
3740         * nnslashdot.el (nnslashdot-request-article): Search better on
3741         first article.
3742         (nnslashdot-request-list): Fold case.
3743         (nnslashdot-retrieve-headers): Ditto.
3744
3745 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * gnus.el: Autoload gnus-subscribe-topics.
3748
3749 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3750
3751         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3752         before dot.
3753         * gnus-util.el (gnus-write-active-file): Ditto.
3754
3755 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3756
3757         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3758         function.
3759         * gnus-cache.el (gnus-cache-file-name): Use it.
3760         * gnus-agent.el (gnus-agent-group-path): Use it.
3761         * nnmail.el (nnmail-group-pathname): Use it.
3762
3763 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3764
3765         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3766         if cooked.
3767         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3768         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3769         * gnus.el (gnus-short-group-name): "..." proof.
3770
3771 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3772
3773         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3774         support nnslashdot.
3775
3776 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3779         many articles.
3780         (nnslashdot-generate-active): New function.
3781         (nnslashdot-request-newgroups): Use it.
3782
3783         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3784         names.
3785
3786         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3787         (nnslashdot-request-list): Not moderated.
3788
3789 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3790
3791         * nnimap.el (nnimap-open-server): Remove error signal if
3792         nnimap-server-buffer is nil (the check should've been `boundp').
3793
3794         * imap.el (imap-log):
3795         * nnimap.el (nnimap-debug): Disable debugging by default.
3796
3797 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3800
3801         * gnus-topic.el (gnus-subscribe-topic): New function.
3802
3803         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3804         names.
3805
3806         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3807         if starting with a quote.
3808
3809 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3810
3811         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3812         group name.
3813
3814 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * nnslashdot.el: New file.
3817
3818         * nnheader.el (nnheader-insert-header): New function.
3819
3820         * gnus-art.el (gnus-mime-internalize-part): Bind
3821         mm-inlined-types.
3822
3823         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3824         files.
3825
3826 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3827
3828         * emacs-mime.texi (Customization): Document mm-inline-override-types
3829
3830 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3831
3832         * emacs-mime.texi (Customization): Document mm-inline-override-types
3833
3834 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3835
3836         * emacs-mime.texi (Customization): Document mm-inline-override-types
3837
3838 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3839
3840         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3841         (smiley-toggle-buffer): New function.
3842         (smiley-buffer): Don't quote the function.
3843         (smiley-toggle-extents): Ditto.
3844
3845 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3846
3847         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
3848         empty buffers.
3849
3850 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851
3852         * gnus-art.el (gnus-article-mode-map): Use the summary article
3853         edit.
3854
3855 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
3856
3857         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
3858
3859 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
3862
3863 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
3864
3865         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
3866         is list or not before condition.
3867
3868 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3869
3870         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
3871
3872 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
3873
3874         * gnus-art.el (gnus-emphasis-alist): New value.
3875
3876 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3877
3878         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
3879         `buffer-substring'.
3880
3881 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882
3883         * gnus-art.el (article-date-ut): Keep the updated timer.
3884         (gnus-emphasis-underline-italic): Doc fix.
3885
3886         * gnus-msg.el (gnus-post-method): Doc fix.
3887         (gnus-post-method): Change default.
3888
3889 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
3890
3891         * message.el (message-newline-and-reformat): Improvements.
3892
3893 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * message.el (message-newline-and-reformat): Don't insert too many
3896         newlines.
3897         (message-newline-and-reformat): Work even if not sc.
3898
3899         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
3900
3901         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
3902
3903 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
3904
3905         * mm-view.el (mm-display-patch-inline): New function.
3906
3907 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
3908
3909         * mm-view.el (mm-display-patch-inline): New function.
3910
3911 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
3914         group.
3915
3916         * message.el (message-forward): Narrow to the right header.
3917
3918         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
3919         dates.
3920
3921         * gnus-msg.el (gnus-configure-posting-styles): Use the
3922         user-full-name function.
3923
3924         * mm-bodies.el (mm-body-encoding): Use the choosing function.
3925         (mm-body-charset-encoding-alist): Default to nil.
3926
3927         * message.el (message-elide-ellipsis): Fix typo.
3928         (message-elide-region): Ditto.
3929         (message-elide-region): Don't insert a newline first.
3930
3931 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
3934         gnus-fetch-old-headers.
3935         (gnus-cut-threads): Ditto.
3936         (gnus-summary-initial-limit): Ditto.
3937         (gnus-summary-limit-children): Ditto.
3938
3939         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
3940         matches.
3941
3942 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
3943
3944         * gnus-art.el (article-decode-encoded-words):
3945         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
3946         live.
3947
3948         * gnus.el (gnus-read-method): Add methods from
3949         `gnus-opened-servers' to completion. Map entered method/address
3950         into existing methods if possible.
3951
3952         * gnus-group.el (gnus-group-make-group): Simplify method.
3953
3954         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
3955
3956         * mml.el (mml-preview): Remove mail-header-separator before
3957         encoding.
3958
3959 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * message.el (message-read-from-minibuffer): New function.
3962
3963 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3964
3965         * gnus.el: Pterodactyl Gnus v0.98 is released.
3966
3967 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3968
3969         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
3970
3971 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
3972
3973         * mml.el (mml-generate-mime-1): Read attached binary file in
3974         binary mode.
3975
3976 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3977
3978         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
3979
3980 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
3981
3982         * mailcap.el (mailcap-viewer-lessp): Fix bug.
3983
3984 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3985
3986         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
3987
3988 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
3989
3990         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
3991         (gnus-article-mime-match-handle-function): New variable.
3992         (gnus-article-view-part): Make `b' customizable.
3993
3994 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3995
3996         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
3997
3998 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
3999
4000         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4001
4002 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4003
4004         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4005
4006 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4007
4008         * gnus-srvr.el (gnus-browse-foreign-server): Use
4009         `buffer-substring' instead of `read'.
4010
4011 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4012
4013         * nnimap.el, imap.el, rfc2104.el: New files.
4014
4015         * gnus.el (gnus-valid-select-methods): Add nnimap.
4016
4017         * gnus-group.el (gnus-group-group-map): Add
4018         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4019         (gnus-group-nnimap-expunge): New function.
4020         (gnus-group-nnimap-edit-acl): New function.
4021
4022         * gnus-agent.el (gnus-agent-group-mode-map): Add
4023         gnus-agent-synchronize.
4024         (gnus-agent-synchronize): New function.
4025         (gnus-agent-fetch-group-1): Check if server is open.
4026
4027         * nnagent.el (nnagent-request-set-mark): Save marks.
4028
4029         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4030         (mail-source-fetcher-alist): Map to imap fetcher function.
4031         (mail-source-fetch-imap): New function.
4032
4033         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4034         Hash:.
4035
4036 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4037
4038         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4039         (gnus-topic-sort-topics): New function.
4040         (gnus-topic-make-menu-bar): Add sort-topics.
4041         (gnus-topic-move): New function.
4042         (gnus-topic-move-group): Move the topic if no group selected.
4043
4044 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4045
4046         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4047
4048 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4049
4050         * mm-view.el (mm-inline-message): Fix leaving group bug.
4051
4052 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4053
4054         * gnus-msg.el (gnus-post-method): Use normal method if current is
4055         not available.
4056
4057 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4058
4059         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4060         (nnmail-insert-lines): Ditto.
4061
4062 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4063
4064         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4065         line.
4066
4067         * message.el (message-unsent-separator): One more separator.
4068
4069 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4070
4071         * nnfolder.el (nnfolder-request-move-article): For empty article,
4072         search till (point-max).
4073         (nnfolder-retrieve-headers): Ditto.
4074         (nnfolder-request-accept-article): Ditto.
4075         (nnfolder-save-mail): Ditto.
4076         (nnfolder-insert-newsgroup-line): Ditto.
4077
4078 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4079
4080         * qp.el (quoted-printable-encode-region): Check eobp.
4081
4082 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4083
4084         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4085
4086 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4087
4088         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4089         wait-for-reply.
4090
4091 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4092
4093         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4094         (mm-uu-forward-end-line): Ditto.
4095
4096 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4097
4098         * binhex.el (binhex-decode-region): don't consider the value of
4099         `enable-multibyte-characters' in XEmacs.
4100
4101         * gnus-start.el (gnus-read-descriptions-file): ditto.
4102
4103         * mm-util.el (mm-multibyte-p): ditto.
4104         (mm-with-unibyte-buffer): ditto.
4105         (mm-find-charset-region): use `mm-multibyte-p'.
4106
4107         * mm-bodies.el (mm-decode-body): ditto.
4108         (mm-decode-string): ditto.
4109
4110         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4111         `enable-multibyte-characters' in XEmacs.
4112
4113 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4114
4115         * mm-util.el (mm-binary-coding-system): Try binary first.
4116
4117 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4118
4119         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4120
4121 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4122
4123         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4124         format.
4125         (article-date-ut): Find correct insert position.
4126
4127 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4128
4129         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4130         forwarded message.
4131
4132 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4135         groups.
4136
4137         * message.el (message-resend): Use message mode when prompting.
4138
4139         * gnus-art.el (article-hide-headers): Mark wash.
4140         (article-emphasize): Ditto.
4141
4142 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4143
4144         * message.el (message-newline-and-reformat): Work for SC.
4145
4146 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4149
4150         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4151
4152 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4153
4154         * mm-decode.el mm-inline-override-types: New variable
4155
4156         * mm-decode.el (mm-inline-override-p): New function
4157
4158         * mm-decode.el (mm-inlined-p): Use it
4159
4160 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4161
4162         * mm-decode.el mm-inline-override-types: New variable
4163
4164         * mm-decode.el (mm-inline-override-p): New function
4165
4166         * mm-decode.el (mm-inlined-p): Use it
4167
4168 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4169
4170         * gnus.el: Pterodactyl Gnus v0.97 is released.
4171
4172 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4173
4174         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4175         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4176         3 args.
4177
4178 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4181         buffer for params.
4182
4183         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4184         line.
4185
4186         * message.el (message-forward-ignored-headers): New variable.
4187
4188         * gnus-art.el (gnus-article-prepare-display): Nix out
4189         gnus-article-wash-types.
4190
4191         * gnus-agent.el (gnus-agent-create-buffer): New function.
4192         (gnus-agent-fetch-group-1): Use it.
4193         (gnus-agent-start-fetch): Ditto.
4194
4195         * gnus-sum.el (gnus-summary-exit): Don't use
4196         `gnus-use-adaptive-scoring'.
4197
4198         * mail-source.el (mail-source-fetch-pop): Only store password when
4199         successful.
4200
4201         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4202
4203 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * message.el (message-reply): Use it.
4206         (message-dont-reply-to-names): New variable.
4207
4208         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4209
4210         * mm-util.el (mm-preferred-coding-system): Typo fix.
4211
4212         * message.el (message-bounce): Work for non-MIME.
4213
4214         * gnus.el (gnus-short-group-name): Short the right parts of the
4215         name.
4216
4217 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4218
4219         * mm-encode.el (mm-qp-or-base64): New version.
4220
4221 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4222
4223         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4224
4225 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4226
4227         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4228         of restricted region.
4229         (gnus-mime-display-single): Set beg at correct point.
4230
4231 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4232
4233         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4234
4235 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4236
4237         * gnus-msg.el (gnus-configure-posting-styles): Let
4238         `gnus-posting-styles' have its say in posting-style: local
4239         variable `styles' is already bound to `gnus-posting-styles' so
4240         don't rebind it to nil.
4241
4242 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4243
4244         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4245         Message-ID.
4246
4247 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4248
4249         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4250         quoted-printable-encode-region.
4251
4252         * qp.el (quoted-printable-encode-region): Assume charset
4253         encoded. Fold every line in the region.
4254
4255 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4256
4257         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4258         of active file.
4259
4260 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4261
4262         * message.el (message-mode): allows whitespaces between multiple
4263         instances of the fill character ">".
4264
4265 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4266
4267         * mm-encode.el (mm-qp-or-base64): Fix.
4268
4269 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * message.el (message-send): Too much and.
4272
4273 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4274
4275         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4276
4277 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * gnus-score.el (gnus-score-headers): Work for nil scores.
4280
4281 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4282
4283         * gnus-cache.el (gnus-cache-write-active): Write full names.
4284
4285         * gnus-util.el (gnus-write-active-file): Accept full name.
4286
4287         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4288         (mm-assoc-string-match): New function.
4289         (mm-display-inline): Use it.
4290
4291         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4292
4293         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4294
4295 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4296
4297         * mml.el (mml-generate-multipart-alist): New variable.
4298
4299 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4302
4303 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4304
4305         * message.el (message-send): More helpful error message if sending
4306         fails
4307
4308 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4309
4310         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4311         in newer emacsen, where ?r isn't equal 114.
4312
4313 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4314
4315         * gnus.el: Pterodactyl Gnus v0.96 is released.
4316
4317 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4318
4319         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4320         to get active info if method is covered by agent, otherwise
4321         active info is lost.
4322
4323 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4324
4325         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4326
4327 1999-08-09  Dave Love  <fx@gnu.org>
4328
4329         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4330
4331 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4332
4333         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4334           (already matched by "^X-Pgp"), removed duplicate
4335           X-Mailing-List, added several new junk headers.
4336
4337 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4338
4339         * gnus-art.el (article-decode-charset): Don't assume
4340         gnus-summary-buffer is live.
4341
4342 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4343
4344         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4345
4346 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4347
4348         * gnus-score.el (gnus-home-score-file): Work with absolute path
4349         names.
4350
4351 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4352
4353         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4354         nothing else in the group.
4355
4356 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4357
4358         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4359         the article.
4360
4361 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4362
4363         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4364
4365 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4366
4367         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4368         from mutt.
4369
4370 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4371
4372         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4373         whitespace.
4374
4375 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4376
4377         * mm-util.el (mm-text-coding-system-for-write): New variable.
4378         (mm-append-to-file): New function.
4379         (mm-write-region): New function.
4380
4381         * gnus-art.el (gnus-output-to-file): Use it.
4382         * gnus-util.el (gnus-output-to-rmail): Ditto.
4383         (gnus-output-to-mail): Ditto.
4384         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4385
4386 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4387
4388         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4389
4390         * nnheader.el (nnheader-insert-file-contents): Revert and use
4391         mm-insert-file-contents.
4392         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4393         (nnheader-auto-mode-alist): Removed.
4394
4395         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4396         (mm-insert-file-contents): Add a new parameter for inserting
4397         compressed file literally.
4398
4399         * mml.el (mml-generate-mime-1): Insert non-text literally.
4400
4401         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4402
4403 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4404
4405         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4406
4407 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4408
4409         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4410         koi8-r.
4411
4412 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4413
4414         * mml.el (mml-insert-mime): Decode text.
4415         (mml-to-mime): Narrow to headers-or-head.
4416
4417 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4418
4419         * mm-view.el (mm-inline-text): Check
4420         w3-meta-content-type-charset-regexp.
4421
4422 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4423
4424        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4425        predicate.
4426
4427 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4428
4429         * gnus-mlspl.el: Documentation fixes.
4430
4431 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4432
4433         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4434
4435 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4436
4437         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4438         variables.
4439
4440 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4441
4442         * nnmail.el (nnmail-get-new-mail): "Done".
4443
4444 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4447         interactive.
4448
4449 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4450
4451         * gnus-art.el (article-decode-charset): Fix broken CT.
4452
4453 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4454
4455         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4456         overview buffer if it is killed.
4457
4458 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4459
4460         * gnus-art.el (article-babel): New version.
4461
4462 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4463
4464         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4465
4466 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4467
4468         * gnus.texi (More Threading): Document new variable
4469         `gnus-sort-gathered-threads-function'.
4470
4471 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4472
4473         * gnus.texi (More Threading): Document new variable
4474         `gnus-sort-gathered-threads-function'.
4475
4476 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4477
4478         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4479         usage.
4480
4481 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4482
4483         * mm-util.el (mm-running-xemacs): Removed.
4484         (mm-coding-system-p): New function.
4485         (mm-binary-coding-system): Safe guess.
4486         (mm-text-coding-system): Ditto.
4487         (mm-auto-save-coding-system): Ditto.
4488
4489 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4492         (mm-qp-or-base64): Reversed logic.
4493
4494         * mm-decode.el (mm-save-part-to-file): Let coding system be
4495         binary.
4496
4497 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4498
4499         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4500         be set in topic parameters.
4501
4502 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4503
4504         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4505         (gnus-sort-gathered-threads): Allow the user to specify the
4506         function to use when sorting gathered threads.
4507
4508         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4509         mark cached articles as `undownloaded'.
4510
4511 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4512
4513         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4514         to have buffer local values.
4515
4516 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4517
4518         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4519         types 'g' for 'guess group type.
4520
4521 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4522
4523         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4524         after each regexp in nnmail-list-identifiers, not just after last
4525         one.
4526
4527         * gnus-sum.el (gnus-list-identifiers): New variable.
4528         (gnus-summary-remove-list-identifiers): New function.
4529         (gnus-select-newsgroup): Use it.
4530         (gnus-summary-wash-hide-map): Bind
4531         `gnus-article-hide-list-identifiers' to W W l.
4532         (gnus-summary-make-menu-bar): Add list-identifiers command.
4533
4534         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4535         (gnus-treatment-function-alist): Add variable.
4536         (article-hide-list-identifiers): New function.
4537         (mapcar): Add function.
4538         (gnus-article-hide): Use it.
4539
4540 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4541
4542         * gnus.el: Pterodactyl Gnus v0.95 is released.
4543
4544 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * mm-decode.el (mm-mailcap-command): New function.
4547         (mm-display-external): Use it.
4548
4549         * gnus-art.el (article-make-date-line): Work for India.
4550
4551         * mm-encode.el (mm-qp-or-base64): Typo.
4552
4553         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4554
4555 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4556
4557         * gnus.el: Pterodactyl Gnus v0.94 is released.
4558
4559 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4560
4561         * pop3.el: New version.
4562
4563 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * mm-encode.el (mm-qp-or-base64): New function.
4566         (mm-content-transfer-encoding): Use it.
4567
4568         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4569
4570 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4571
4572         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4573
4574         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4575
4576 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4579         keystroke.
4580
4581         * mailcap.el (mailcap-mime-types): New function.
4582
4583         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4584
4585         * message.el (message-goto-eoh): Really go to the end.
4586
4587 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4588
4589         * message.el (message-make-date): Do the right thing in with
4590         sub-hour time zones.
4591
4592 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4595         report.
4596
4597 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4598
4599         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4600
4601 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4602
4603         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4604         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4605         and use t as default value.
4606
4607 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4608
4609         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4610         gnus-summary-buffer is live.
4611
4612 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4613
4614         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4615
4616 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617
4618         * message.el (message-bounce): Do MIME bounces MIMEy.
4619
4620         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4621
4622 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623
4624         * mailcap.el (mailcap-mime-extensions): Changed patch to
4625         text/x-patch.
4626
4627         * mm-decode.el (mm-display-external): Wrong placement of paren.
4628
4629 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4630
4631         * gnus.el: Pterodactyl Gnus v0.93 is released.
4632
4633 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4634
4635         * gnus-cus.el (gnus-group-parameters): New entries for
4636         gnus-group-split.
4637
4638         * gnus-mlspl.el: Renamed functions and variables so as to
4639         start with gnus-group-split.
4640         * gnus.el: Adjust autoload entries.
4641
4642 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4643
4644         * gnus-mlspl.el: Removed trailing t from comment and provide.
4645         Renamed functions and variables to start with gnus-mlsplit.
4646         Added autoload comments.
4647         * gnus.el: Added autoload entries.
4648
4649 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4650
4651         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4652         so that matches excluded by RESTRICTs do not cause the whole split
4653         to be ignored.  This also fixes a long-standing bug in which a
4654         split with \N substitutions wouldn't cause cross-posting as
4655         expected.
4656
4657         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4658         (nnmail-split-it): Implement them.
4659
4660         * nnmail.el (nnmail-split-fancy): Document ! splits.
4661
4662 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4663
4664         * pop3.el: New version.
4665
4666 1999-07-05  Simon Josefsson
4667
4668         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4669
4670 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4673
4674 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4675
4676         * gnus-util.el (gnus-write-active-file): Use real name.
4677
4678         * gnus-agent.el (gnus-agent-expire): Update active file
4679         method by method.
4680
4681 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4682
4683         * nndraft.el (nndraft-request-article): Use difference
4684         coding-systems for queue and drafts.
4685
4686         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4687         nndraft:drafts.
4688
4689         * mm-util.el (mm-auto-save-coding-system): New coding system.
4690
4691         * message.el (message-draft-coding-system): Use it.
4692
4693 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4694
4695         * mm-uu.el: More customizable and less aggressive.
4696
4697 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4700         when plugged.
4701
4702         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4703         (mml-insert-mml-markup): Accept a nofile.
4704         (mml-insert-mime): Insert nofile.
4705
4706         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4707
4708         * mm-decode.el (mm-handle-media-type): New function.
4709         (mm-handle-media-supertype): New function.
4710         (mm-handle-media-subtype): New function.
4711         Use new functions throughout. "/"))
4712
4713 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * gnus-art.el (gnus-treat-predicate): Typo.
4716
4717 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4720
4721 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * gnus-art.el (article-date-ut): UT!  Default it!
4724
4725 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4726
4727         * gnus.el: Pterodactyl Gnus v0.92 is released.
4728
4729 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4730
4731         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4732
4733 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4736         connected.
4737
4738         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4739         when plugged.
4740
4741         * mm-view.el (mm-inline-message): Ignore remove-spec.
4742
4743         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4744         is bound.
4745
4746         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4747
4748         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4749
4750         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4751         start.
4752
4753         * message.el (message-fill-yanked-message): Remove `t' arg.
4754
4755         * gnus-group.el (gnus-group-kill-group): Message killing of
4756         groups.
4757
4758         * mm-util.el (mm-preferred-coding-system): New function.
4759         (mm-mime-charset): Use it.
4760
4761         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4762
4763 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4764
4765         * gnus-mlsplt.el: New file.
4766
4767 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4770         functions.
4771         (mm-attachment-override-p): Take a handle instead of a type.
4772         (mm-inlined-p): Ditto.
4773         (mm-automatic-display-p): Ditto,
4774         (mm-inlinable-p): Ditto.
4775
4776         * nndraft.el (nndraft-request-expire-articles): Delete backup
4777         files.
4778
4779         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4780
4781         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4782
4783 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4784
4785         * nnmail.el (nnmail-split-it): Allow .*.
4786
4787 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * mm-decode.el (mm-inline-large-images-p): Renamed.
4790
4791         * gnus-art.el (article-date-ut): Always look in the current buffer
4792         for the Date header.
4793
4794         * mml.el (mml-validate): New command.
4795
4796         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4797         since we are dealing with regexps.
4798
4799 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4800
4801         * gnus.el: Pterodactyl Gnus v0.91 is released.
4802
4803 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * gnus-agent.el (gnus-agent-save-active-1): New function.
4806         (gnus-agent-save-active): use it.
4807         (gnus-agent-save-groups): Ditto.
4808
4809         * gnus-cache.el (gnus-cache-write-active): Use it.
4810
4811         * gnus-agent.el (gnus-agent-write-active): Use it.
4812
4813         * gnus-util.el (gnus-write-active-file): New function.
4814
4815         * gnus-agent.el (gnus-agent-write-active): New function to keep
4816         lower boundaries and canceled groups.
4817         (gnus-agent-save-groups): Use it.
4818         (gnus-agent-save-active): Use it.
4819         (gnus-agent-save-group-info): Only write active files.
4820         (gnus-agent-expire): Update active file.
4821
4822         * mm-decode.el (mm-inlinable-part-p): Removed.
4823         (mm-user-display-methods): Default to nil.
4824         (mm-user-display-methods): Removed.
4825         (add-mime-display-method): Removed.
4826         (mm-automatic-display): Renamed.
4827         (mm-automatic-display-p): Use it.
4828         (mm-inlined-types): New variable.
4829         (mm-inlined-p): New function.
4830
4831         * message.el (message-reply): Bind message-this-is-mail.
4832
4833 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4834
4835         * smiley.el (smiley-buffer): Fix for NT.
4836
4837 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838
4839         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4840
4841         * message.el (message-check-news-header-syntax): Protect against
4842         nil froms.
4843
4844         * mm-util.el (mm-auto-mode-alist): New.
4845
4846         * mml.el (mml-generate-mime-1): Ditto.
4847
4848         * gnus.el: Use mm-insert-file-contents throughout instead of
4849         nnheader.
4850
4851         * mm-util.el (mm-insert-file-contents): New function.
4852
4853 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4854
4855         * gnus.el: Pterodactyl Gnus v0.90 is released.
4856
4857 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
4858
4859         * mailcap.el (mailcap-possible-viewers): Use string=.
4860
4861 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4862
4863         * mm-uu.el (mm-uu-forward-begin-line): New variable.
4864         (mm-uu-forward-end-line): New variable.
4865         (mm-uu-begin-line): Handle forwarded message.
4866         (mm-uu-identifier-alist): Ditto.
4867         (mm-uu-dissect): Ditto.
4868
4869 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4870
4871         * lpath.el: Two free variables.
4872
4873 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4874
4875         * nnheader.el (nnheader-file-coding-system): Use raw-text.
4876         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
4877         * gnus-cache.el (gnus-cache-coding-system): Ditto.
4878
4879         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
4880         (nnfolder-file-coding-system-for-write): New variable.
4881         (nnfolder-active-file-coding-system): New variable.
4882         (nnfolder-active-file-coding-system-for-write): New variable.
4883         (nnfolder-save-active): New function.
4884         (nnfolder-save-buffer): Use them.
4885         (nnfolder-possibly-change-group): Ditto.
4886         (nnfolder-request-list-newsgroups): Ditto.
4887         (nnfolder-request-create-group): Ditto.
4888         (nnfolder-request-expire-articles): Ditto.
4889         (nnfolder-request-move-article): Ditto.
4890         (nnfolder-request-accept-article): Ditto.
4891         (nnfolder-request-delete-group): Ditto.
4892         (nnfolder-request-rename-group): Ditto.
4893         (nnfolder-possibly-change-folder): Ditto.
4894         (nnfolder-read-folder): Ditto.
4895         (nnfolder-request-list): Remove pathname-coding-system.
4896         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
4897
4898         * nnmail.el (nnmail-file-coding-system): Use raw-text.
4899         (nnmail-file-coding-system-1): Removed.
4900         (nnmail-find-file): Use nnmail-pathname-coding-system.
4901         (nnmail-write-region): Ditto.
4902
4903         * nnmbox.el (nnmbox-file-coding-system): New variable.
4904         (nnmbox-file-coding-system-for-write): New variable.
4905         (nnmbox-active-file-coding-system): New variable.
4906         (nnmbox-active-file-coding-system-for-write): New variable.
4907         (nnmbox-save-buffer): New function.
4908         (nnmbox-save-active): New function.
4909         (nnmbox-request-scan): Use them.
4910         (nnmbox-request-expire-articles): Ditto.
4911         (nnmbox-request-move-article): Ditto.
4912         (nnmbox-request-accept-article): Ditto.
4913         (nnmbox-request-replace-article): Ditto.
4914         (nnmbox-request-delete-group): Ditto.
4915         (nnmbox-request-rename-group): Ditto.
4916         (nnmbox-request-create-group): Ditto.
4917
4918         * mm-util.el (mm-text-coding-system): raw-text or -dos.
4919         (mm-running-ntemacs): Removed.
4920
4921         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
4922
4923 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4924
4925         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
4926
4927 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4928
4929         * qp.el (quoted-printable-encoding-characters): Support lower case.
4930
4931 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4932
4933         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
4934         (rfc2047-b-encode-region): Encode line by line.
4935
4936 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4937
4938         * mm-util.el (mm-find-mime-charset-region): Fix.
4939
4940 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
4941
4942         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
4943         (mm-find-mime-charset-region): Ditto.
4944
4945 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
4946
4947         * gnus-sum.el (gnus-summary-move-article): Fix something or
4948         other.
4949
4950 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4951
4952         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
4953         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
4954         (gnus-summary-enter-digest-group): Use them.
4955         (gnus-summary-setup-default-charset): Ditto.
4956
4957 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4958
4959         * base64.el (base64-run-command-on-region): Use unibyte buffer.
4960
4961 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4962
4963         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
4964           gnus-newsgroup-name is nil.
4965
4966 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4967
4968         * rfc2047.el (rfc2047-encode): Chop the tail newline.
4969
4970 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4971
4972         * gnus-art.el (article-emphasize): Use correct
4973         gnus-article-emphasis-alist.
4974
4975 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4976
4977         * mm-view.el (mm-inline-text): Fix text/html bug.
4978
4979 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4980
4981         * gnus.el: Pterodactyl Gnus v0.89 is released.
4982
4983 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
4984
4985         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
4986         * message.el (message-draft-coding-system): Ditto.
4987         * mm-util.el (mm-running-ntemacs): Ditto.
4988
4989 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4990
4991         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
4992         cause problem.
4993
4994 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4995
4996         * mm-view.el (mm-inline-text): Ignore error in w3-region.
4997
4998 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4999
5000         * mml.el: require mm-decode.
5001
5002 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5003
5004         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5005
5006 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5007
5008         * mm-view.el (mm-inline-image): Fix image undisplayer.
5009
5010 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5011
5012         * mml.el (mml-insert-multipart): Error in compeling-read.
5013         (mml-insert-tag): Match tags.
5014
5015 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5016
5017         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5018         (gnus-cache-braid-heads): Ditto.
5019         (gnus-cache-retrieve-headers): Ditto.
5020
5021 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5022
5023         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5024
5025 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5028         to string under XEmacs.
5029
5030 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5031
5032         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5033
5034 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5035
5036         * mm-view.el (mm-inline-message): Fix message view bug.
5037         * gnus-art.el (gnus-article-prepare): Ditto.
5038
5039 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5040
5041         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5042
5043 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5044
5045         * gnus.el: Pterodactyl Gnus v0.88 is released.
5046
5047 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5050         usage.
5051
5052         * nnmail.el (nnmail-get-new-mail): Save info.
5053
5054 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5055
5056         * gnus.el: Pterodactyl Gnus v0.87 is released.
5057
5058 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5061         (mail-source-run-script): New function.
5062         (mail-source-fetch-pop): Use it.
5063
5064 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5067
5068 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5069
5070         * gnus.el: Pterodactyl Gnus v0.86 is released.
5071
5072 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-art.el (gnus-treat-translate): New variable.
5075         (gnus-treat-predicate): Accept a list of regexps.
5076         (gnus-article-treat-custom): Allow a list of regexps.
5077
5078 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5079
5080         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5081         type.
5082
5083 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5084
5085         * gnus-art.el (article-babel): Narrow a bit.
5086
5087         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5088
5089 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5090
5091         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5092         only unread ones.
5093         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5094         articles, not only unread ones.
5095
5096 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097
5098         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5099         keystroke.
5100
5101         * gnus-art.el (gnus-article-x-face-command): Ditto.
5102
5103         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5104
5105         * gnus.el (gnus-method-simplify): Accept server names.
5106
5107 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5108
5109         * gnus-art.el (article-babel-prompt): New function.
5110         (article-babel): New command.
5111
5112 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5115
5116         * mml.el (mml-generate-mime-1): Don't insert literally.
5117
5118         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5119         (gnus-netrc-syntax-table): Removed.
5120         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5121
5122 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5123
5124         * mm-view.el (mm-inline-text): Fix charset for text/html.
5125
5126 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5127
5128         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5129
5130 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * nnmail.el (nnmail-split-incoming): Return the number of split
5133         mails.
5134         (nnmail-process-babyl-mail-format): Ditto.
5135         (nnmail-process-unix-mail-format): Ditto.
5136         (nnmail-process-mmdf-mail-format): Ditto.
5137         (nnmail-process-maildir-mail-format): Ditto.
5138
5139         * mail-source.el (mail-source-callback): Return the number from
5140         the callback.
5141
5142         * message.el (message-send-mail): Generate Lines.
5143
5144         * mail-source.el (mail-source-call-script): New function.
5145         (mail-source-call-script): New function.
5146
5147 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5148
5149         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5150         (gnus-select-newsgroup): Use it.
5151         (gnus-group-highlight-words-alist): New variable.
5152         (gnus-newsgroup-emphasis-alist): New variable.
5153         (gnus-summary-local-variables):  Use it.
5154         * lpath.el: Use it.
5155         * gnus-art.el (article-emphasize): Use it.
5156         (gnus-emphasis-highlight-words): New face.
5157         * gnus-cus.el (gnus-group-parameters): New parameter.
5158
5159 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5160
5161         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5162         parameter `headers'.
5163         (gnus-cache-enter-article): Ditto.
5164         (gnus-cache-update-article): Ditto.
5165         * gnus-sum.el (gnus-summary-move-article): Ditto.
5166         (gnus-summary-mark-article-as-unread): Ditto.
5167         (gnus-summary-mark-article): Ditto.
5168
5169 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5172         (gnus-posting-style-alist): Removed.
5173         (gnus-message-style-insertions): Ditto.
5174         (gnus-configure-posting-styles): Reimplementation.
5175
5176         * mail-source.el (mail-source-fetch): Error the message.
5177
5178         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5179
5180 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5181
5182         * gnus.el: Pterodactyl Gnus v0.85 is released.
5183
5184 1999-04-20  Michael Cook  <cook@sightpath.com>
5185
5186         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5187           Outlook citation regex.
5188
5189 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5190
5191         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5192         semicolon.
5193
5194 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5195
5196         * gnus-range.el (gnus-remove-from-range): Document range1
5197         modification, protect range2.
5198
5199 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5200
5201         * gnus-sum.el (gnus-update-marks): Protect lists from
5202         gnus-remove-from-range, don't sort twice.
5203
5204 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5205
5206         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5207         function in backend.
5208
5209 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5210
5211         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5212         request-accept-article function in the backend instead of using
5213         the 'respool capability.
5214
5215 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5216
5217         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5218         spurious whitespace at eob.
5219
5220 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5221
5222         * nnmail.el (nnmail-get-new-mail): Check right variable.
5223
5224 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5225
5226         * mailcap.el (mailcap-mime-data): Fix rfc822.
5227
5228 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5229
5230         * nndoc.el (nndoc-nsmail-type-p): New function.
5231         (nndoc-type-alist): Recognize nsmail.
5232
5233 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5234
5235         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5236         *before* `article-hide-headers' deletes the information.
5237
5238 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * gnus-sum.el (gnus-summary-save-parts): New command and
5241         keystroke.
5242         (gnus-summary-save-parts-1): New function.
5243         (gnus-summary-iterate): Buggy.
5244
5245         * mm-decode.el (mm-save-part-to-file): Made into own function.
5246
5247 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248
5249         * gnus-group.el (gnus-group-set-info): Resist nils.
5250
5251 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * mailcap.el (mailcap-mime-data): Ditto.
5254
5255         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5256
5257         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5258
5259 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5260
5261         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5262         gnus-article-date-lapsed-new-header is t.
5263
5264 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5265
5266         * gnus.el: Pterodactyl Gnus v0.84 is released.
5267
5268 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5269
5270         * gnus-msg.el (gnus-bug-message): Mime change.
5271
5272 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5273
5274         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5275
5276 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5277
5278         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5279         `x-uue'.
5280
5281 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5282
5283         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5284         when authentication is 'password.
5285
5286 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5287
5288         * gnus-win.el (gnus-configure-windows): Accept a setting.
5289
5290 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * mm-util.el (mm-quote-arg): Moved here.
5293
5294         * mm-decode.el (mm-quote-arg): Quote more chars.
5295
5296 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5299         with newlines would create buggy .nov files.
5300
5301         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5302
5303         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5304         end of lines.
5305
5306         * message.el (message-mode): Doc fix.
5307
5308         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5309
5310         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5311
5312         * gnus-art.el (article-date-ut): Rewrite.
5313
5314         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5315         order.
5316
5317         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5318         headers.
5319
5320         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5321
5322 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5323
5324         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5325         (article-date-ut): use it.
5326
5327 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328
5329         * mail-source.el (mail-source-fetch-pop): Call script
5330         asynchronously.
5331
5332 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5333
5334         * gnus.el: Pterodactyl Gnus v0.83 is released.
5335
5336 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5337
5338         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5339
5340         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5341
5342         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5343
5344         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5345
5346         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5347
5348         * message.el (message-generate-headers): Accept continuation
5349         headers.
5350
5351 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5352
5353         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5354
5355 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * gnus-art.el (gnus-treatment-function-alist): use
5358         maybe-hide-headers.
5359
5360         * message.el (message-inhibit-body-encoding): Typo.
5361         (message-resend): Inhibit encoding.
5362
5363         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5364
5365         * gnus-art.el (article-remove-cr): Use re-search.
5366
5367         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5368         headers.
5369
5370         * mm-decode.el (mm-quote-arg): Quote '.
5371
5372         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5373
5374         * mm-decode.el (mm-insert-part): Use multibyte for text.
5375
5376         * gnus-start.el (gnus-read-newsrc-file): New variable.
5377         (gnus-read-newsrc-file): Use it.
5378
5379 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5382
5383         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5384         function.
5385
5386 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5387
5388         * gnus.el: Pterodactyl Gnus v0.82 is released.
5389
5390 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5391
5392         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5393         for iso8859-2.
5394
5395 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396
5397         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5398         synonym alist.
5399
5400 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5401
5402         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5403
5404 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5405
5406         * mail-source.el (mail-source-fetch): Ask before bugging out.
5407
5408 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5409
5410         * uudecode.el (uudecode-decode-region-external): Don't assume
5411         uudecode-temporary-file-directory ends with a slash.
5412
5413 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5414
5415         * gnus-sum.el (gnus-update-marks):
5416         (gnus-update-read-articles):
5417         (gnus-summary-expire-articles): Check server.
5418
5419 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5420
5421         * mml.el (mml-preview): New function.
5422
5423 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5424
5425         * mail-source.el (mail-source-fetch-file): Return the right
5426         value.
5427
5428 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5429
5430         * mml.el (mml-insert-parameter): New function.
5431         (mml-insert-parameter-string): New function.
5432
5433         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5434
5435         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5436         (gnus-mime-display-part): Use it.
5437
5438         * mm-decode.el (mm-alternative-precedence): Removed.
5439         (mm-discouraged-alternatives): New variable.
5440         (mm-preferred-alternative-precedence): New function.
5441
5442         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5443
5444         * mail-source.el (mail-sources): New variable.
5445
5446         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5447
5448         * mm-decode.el (mm-valid-image-format-p): New function.
5449         (mm-inline-media-tests): Use it.
5450         (mm-valid-and-fit-image-p): New function.
5451
5452         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5453         (gnus-agent-fetch-group): Ditto.
5454
5455 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5456
5457         * nnmail.el (nnmail-article-group): in case of a group name
5458         containing "\\n" constructs, be sure to pass the expanded value to
5459         nn*-save-mail.
5460
5461 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5462
5463         * gnus.el: Pterodactyl Gnus v0.81 is released.
5464
5465 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * gnus-sum.el (gnus-get-split-value): Reverse result.
5468
5469 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5470
5471         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5472
5473 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * mml.el (mml-insert-tag): Insert concluding part.
5476
5477         * message.el (message-send-mail): Encode later.
5478         (message-send-news): Ditto.
5479
5480         * nnfolder.el: Don't use mail delim.
5481
5482 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * gnus-cus.el (gnus-group-customize): Put point at min.
5485
5486         * mm-view.el (mm-inline-text): Allow toggling html.
5487
5488 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5489
5490         * mail-source.el: Added prescript and postscript to file.
5491
5492 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5493
5494         * nnmail.el: Reverted.
5495
5496         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5497         (gnus-setup-posting-charset): Did work.
5498
5499 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5500
5501         * gnus.el (gnus-short-group-name): Use
5502         gnus-group-uncollapsed-levels.
5503
5504 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505
5506         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5507
5508 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5511         (article-strip-headers-from-body): New command and keystroke.
5512
5513 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5516
5517         * nnheader.el (nnheader-insert-file-contents): Bind
5518         enable-local-eval to nil.
5519         (nnheader-find-file-noselect): Ditto.
5520
5521         * nnmail.el (nnmail-article-group): Don't remove long lines.
5522         (nnmail-remove-long-lines): New function.
5523         (nnmail-split-header-length-limit): Removed.
5524
5525         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5526
5527         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5528
5529 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5530
5531         * gnus-sum.el (gnus-summary-generic-mark): New function.
5532
5533         * nnmail.el (nnmail-split-header-length-limit): Increased.
5534         (nnmail-article-group): Allow nil.
5535
5536         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5537
5538         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5539         first.
5540
5541         * mml.el (mml-minibuffer-read-type): Include types from
5542         mailcap-mime-data.
5543
5544         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5545
5546 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5547
5548         * mml.el (mml-insert-tag): New function.
5549         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5550         confusion with functions like `mml-read-tag'.
5551         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5552         (mml-minibuffer-read-description): Ditto with
5553         `mml-minibuffer-read-description'.
5554         (mml-attach-buffer): New function.
5555         (mml-mode-map): New entry for /.
5556         (mml-minibuffer-read-type): Accept DEFAULT.
5557
5558         * mml.el (mml-quote-region): Narrow the region.
5559
5560         * message.el (message-mode-menu): message-mime-attach-file is now
5561         mml-attach-file.
5562
5563 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5566
5567 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5568
5569         * mml.el (mml-attach-buffer): New command.
5570
5571 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5572
5573         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5574         with a proper range. Compress range.
5575
5576         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5577
5578 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5581
5582 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5585         (gnus-picons-convert-x-face): Removed.
5586         (gnus-picons-article-display-x-face): Removed.
5587         (gnus-picons-x-face-sentinel): Ditto.
5588         (gnus-picons-display-x-face): Ditto.
5589
5590 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5591
5592         * gnus.el: Pterodactyl Gnus v0.80 is released.
5593
5594 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5597
5598         * gnus-sum.el (gnus-with-article): Moved here.
5599
5600         * mail-source.el (mail-source-fetch-pop): Ask for password even
5601         when program.
5602
5603 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5604
5605         * gnus-msg.el (gnus-bug): Add description.
5606
5607         * mml.el (mml-insert-mml-markup): Insert disposition.
5608
5609         * message.el (message-send-mail): Always encode mail headers.
5610
5611         * smiley.el (gnus-smiley-display): Goto body.
5612
5613 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5614
5615         * smiley.el (gnus-smiley-display): Don't search to blank line.
5616
5617 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5620         when requested.
5621
5622         * nnmail.el (nnmail-current-spool): Removed.
5623
5624         * gnus-salt.el (gnus-tree-inhibit): New varible.
5625
5626         * gnus.el (mm-util): Required.
5627
5628 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5629
5630         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5631
5632 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633
5634         * mail-source.el (mail-source-bind): Doc fix.
5635
5636 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5637
5638         * message.el (message-mode): Doc fix.
5639
5640         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5641         encoding.
5642
5643         * gnus.el (gnus-methods-equal-p): Moved here.
5644
5645         * mail-source.el: pop at 110.
5646
5647         * pop3.el (pop3-movemail): Use write-region instead of
5648         append-to-file to avoid excessive messaging.
5649
5650 1999-02-27  lantz moore  <lmoore@contigo.com>
5651
5652         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5653         type directory.
5654
5655 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5656
5657         * gnus-art.el (article-hide-boring-headers): Field names must not
5658         contain whitespace.
5659
5660 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5661
5662         * gnus.el: Pterodactyl Gnus v0.79 is released.
5663
5664 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665
5666         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5667
5668         * mml.el (mml-mode): Don't use add-minor-mode.
5669
5670         * message.el (messgage-inhibit-body-encoding): New variable.
5671         (message-encode-message-body): Use it.
5672
5673 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5674
5675         * gnus.el: Pterodactyl Gnus v0.78 is released.
5676
5677 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678
5679         * message.el (message-mode): Switch on MML mode.
5680
5681         * mml.el: Included commands and functions.
5682         (mml-mode-map): New keymap.
5683
5684         * message.el: Removed the insertion commands and functions.
5685
5686         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5687
5688         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5689         keystroke.
5690
5691         * gnus-art.el (gnus-narrow-to-page): Revert.
5692
5693         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5694         (gnus-cite-parse-maybe): Always reparse.
5695
5696         * message.el (message-encode-message-body): Don't insert
5697         "multipart warning".
5698
5699         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5700
5701 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5702
5703         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5704
5705         * nnmail.el: Require mm-util.
5706
5707 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5708
5709         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5710         group.
5711
5712 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5713
5714         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5715
5716 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5717
5718         * gnus-msg.el (gnus-extended-version): Better regexp.
5719
5720 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5721
5722         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5723         is called with the result of SPLIT and should return a new split.
5724
5725         * gnus.texi: update the doc.
5726
5727 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5728
5729         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5730         displayed in the article buffer, output bars if
5731         `gnus-picons-display-article-move-p'.
5732
5733 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5734
5735         * mail-source.el (mail-source-fetch-pop): Typo.
5736
5737 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5740
5741 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5742
5743         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5744
5745 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * mml.el (mml-insert-buffer): New function.
5748
5749         * message.el (message-forward): Insert the buffer in the buffer.
5750
5751 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5752
5753         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5754
5755 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5756
5757         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5758
5759 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5760
5761         * gnus.el: Pterodactyl Gnus v0.77 is released.
5762
5763 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764
5765         * gnus-art.el (gnus-displaying-mime): New variable.
5766         (article-narrow-to-head): New function.
5767
5768         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5769         Default to pop instead of pop3.
5770
5771 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * gnus-art.el (article-hide-pgp): Goto body.
5774
5775         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5776
5777         * gnus-cite.el: Don't use goto-line.
5778
5779         * gnus-art.el (gnus-article-treat-html): Removed.
5780         (gnus-treat-article): Save restriction.
5781
5782 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5783
5784         * message.el (message-send-mail): Don't untabify.
5785         (message-mode): Don't use tabs for indentation.
5786
5787 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * message.el (message-send-mail): Don't untabify.
5790
5791         * nnml.el (nnml-save-mail): Typo fix.
5792
5793 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5794
5795         * message.el (message-cite-function): Add
5796         `message-cite-original-without-signature' customization option.
5797
5798 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5799
5800         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5801         `nnmail-prepare-incoming-header-hook'.
5802
5803 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5804
5805         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5806
5807 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5808
5809         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5810
5811 1999-02-18  Michael Cook  <cook@sightpath.com>
5812
5813         * Recognize Microsoft Outlook's cite attribution conventions.
5814
5815 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5816
5817         * gnus-sum.el: Bind M.
5818
5819 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5820
5821         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5822
5823 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5824
5825         * gnus-picon.el (gnus-group-display-picons): ensures that
5826         `article-goto-body' really goes to the article body.
5827
5828 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5831
5832         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5833
5834         * mm-view.el (mm-view-message): Enable multibyte.
5835
5836 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * nnmail.el (nnmail-get-new-mail): Message later.
5839
5840         * mm-util.el (mm-find-charset-region): Revert to checking
5841         multibyte.
5842
5843 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5844
5845       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
5846       attachment.
5847
5848 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5849
5850         * gnus.el: Pterodactyl Gnus v0.76 is released.
5851
5852 1999-02-06  Felix Lee  <flee@cygnus.com>
5853
5854         * gnus.el (gnus-group-change-level-function): Typo.
5855
5856 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * gnus-sum.el (gnus-nov-skip-field): Removed.
5859         (gnus-nov-field): Ditto.
5860         (gnus-nov-parse-extra): Ditto.
5861         (gnus-nov-read-integer): Ditto.
5862
5863 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * nnheader.el (nnheader-nov-read-message-id): New macro.
5866         (nnheader-parse-nov): Use it.
5867
5868         * gnus-sum.el (gnus-nov-read-message-id): New macro.
5869         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
5870         `(eq (char-after) ?\n)'.
5871
5872 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873
5874         * gnus.el (gnus-other-frame): Always pop up a new frame.
5875
5876 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5877
5878         * gnus-range.el (gnus-range-add): Rewrite.
5879
5880 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
5881
5882         * nnmail.el (nnmail-split-incoming): Added detection of maildir
5883         format.
5884         (nnmail-process-maildir-mail-format): New function.
5885
5886         * mail-source.el (mail-source-fetch-maildir): New function.
5887         (mail-source-keyword-map): Add default for maildir method.
5888         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
5889
5890 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891
5892         * mail-source.el (mail-source-fetcher-alist): Remove apop.
5893
5894         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
5895         (nndoc-mime-digest-type-p): Removed.
5896
5897 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5898
5899         * gnus-art.el (gnus-article-read-summary-keys): Set the point
5900         where it is supposed to be.
5901         (gnus-treat-play-sounds): New variable.
5902
5903         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
5904
5905         * gnus-art.el (article-display-x-face): Narrow to head.
5906         (gnus-article-washed-types): New variable.
5907         (article-hide-pgp): Is not a toggle.
5908         (gnus-article-hide-text-type): Save types.
5909         (article-decode-charset): Use it.
5910
5911         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
5912
5913         * message.el (message-forward-start-separator): Removed.
5914         (message-forward-end-separator): Removed.
5915         (message-signature-before-forwarded-message): Removed.
5916         (message-included-forward-headers): Removed.
5917         (message-check-news-body-syntax): Don't check forward.
5918         (message-forward): Use MIME.
5919
5920         * nnvirtual.el (nnvirtual-request-article): Bind
5921         gnus-article-decode-hook to nil.
5922
5923 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924
5925         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
5926         us-ascii.
5927
5928 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * format-spec.el (format-spec): Be more robust.
5931
5932         * message.el (message-encode-message-body): Default
5933         mail-parse-charset to mail-parse-charset.
5934
5935         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
5936         (gnus-summary-edit-article): Bind mail-parse-charset.
5937
5938         * mml.el (mml-read-tag): Ignore white space after end of tag.
5939
5940         * message.el (message-goto-body): Also work in separatorless
5941         articles.
5942
5943         * mml.el (mml-translate-from-mime): New function.
5944         (mml-insert-mime): Ditto.
5945         (mml-to-mime): New function.
5946         (mime-to-mml): New name.
5947
5948         * gnus-sum.el (gnus-summary-edit-article): Always select raw
5949         article.
5950
5951         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
5952
5953         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
5954         special-case nndraft groups.
5955
5956 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
5959         (gnus-get-newsgroup-headers): Already bound.
5960
5961         * message.el (message-encode-message-body): Use posting charset.
5962
5963         * mm-bodies.el (mm-encode-body): Use MIME charsets.
5964         (mm-body-encoding): Do CTE.
5965         (mm-body-7-or-8): New function.
5966
5967         * mm-util.el (mm-mime-charset): Always fall back on alist.
5968         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
5969         (mm-mime-mule-charset-alist): Add arabic-*-column.
5970         (mm-find-mime-charset-region): New function.
5971
5972         * format-spec.el (format-spec-make): New function.
5973
5974         * mail-source.el (format-spec): Required.
5975         (mail-source-fetch-with-program): Removed.
5976         (mail-source-fetch-with-program): New function.
5977
5978         * format-spec.el: New file.
5979
5980 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
5981
5982         * mail-source.el (mail-source-fetch-with-program): Take optional
5983         parameter.
5984
5985 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5986
5987         * gnus-start.el: Ignore some groups.
5988         (gnus-setup-news): Bind nnmail-fetched-sources.
5989
5990         * message.el (message-send-mail): Remove all tabs.
5991
5992         * mm-util.el (mm-find-charset-region): Just check whether
5993         find-charset-region is defined.
5994
5995 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * gnus-group.el (gnus-group-get-new-news): Use
5998         nnmail-fetched-sources.
5999
6000         * nnmail.el (nnmail-fetched-sources): New variable.
6001         (nnmail-get-new-mail): Use it.
6002
6003         * mail-source.el (mail-source-fetched-sources): New variable.
6004         (mail-source-fetch): Use it.
6005
6006 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6007
6008         * gnus.el (gnus-getenv-nntpserver): if the file that
6009         gnus-nntpserver-file names has a trailing newline, the
6010         string-match will always match, and thus the file will never be
6011         read.  (^ matches start of "line", \\` matches start of "buffer",
6012         which is what was intended...)
6013
6014 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6015
6016         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6017
6018 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6021         select methods.
6022
6023 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6024
6025         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6026
6027 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6028
6029         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6030
6031 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6032
6033         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6034         a typo.
6035         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6036         charset to nil.
6037         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6038         * gnus-start.el (gnus-start-draft-setup): Ditto.
6039
6040 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041
6042         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6043         (mail-source-value): Don't do variables.
6044
6045         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6046
6047         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6048
6049 1999-02-01  Michael Cook  <cook@sightpath.com>
6050
6051         * Defenestrate spurious ?a.
6052
6053 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054
6055         * mail-source.el (mail-source-fetch-pop): Instead use
6056         :authentication.
6057
6058 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6059
6060         * lisp/mail-source.el : Support APOP authentication scheme.
6061
6062 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6063
6064         * pop3.el (pop3-movemail): Return t.
6065
6066 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * rfc2047.el (rfc2047-fold-region): New function.
6069         (rfc2047-encode-message-header): Use it.
6070
6071 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6072
6073         * gnus-sum.el (gnus-group-charset-alist): Add more.
6074
6075 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6076
6077         * gnus.el: Pterodactyl Gnus v0.75 is released.
6078
6079 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * gnus-art.el (article-display-x-face): Don't narrow to head.
6082
6083 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6084
6085         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6086
6087 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088
6089         * mail-source.el (mail-source-fetch-directory): Ignore
6090         directories.
6091
6092         * gnus-cus.el (gnus-group-parameters): Addition.
6093
6094         * gnus-art.el (article-strip-banner): Do symbolic banners.
6095         (article-strip-banner): New keystroke.
6096
6097 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6098
6099         * gnus-art.el (article-strip-banner): New command.
6100
6101 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * gnus-art.el (gnus-treat-strip-banners): New variable.
6104
6105 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6108         has been exist.
6109
6110 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6111
6112         * message.el (message-draft-coding-system): Check coding-system.
6113         * mm-util.el (mm-text-coding-system): Ditto.
6114
6115 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * mail-source.el (mail-source-fetch-pop): Save excursion.
6118
6119 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * mail-source.el (mail-source-movemail-args): Not constant.
6122         (mail-source-movemail-args): Removed.
6123         (mail-source-fetch-with-program): New function.
6124         (mail-source-fetch-pop): Use program and function.
6125         (mail-source-movemail-program): Removed.
6126
6127         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6128         (gnus-treat-date-user-defined): New variable.
6129
6130 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6131
6132         * nnmail.el (nnmail-fix-eudora-headers): New function.
6133
6134 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6137
6138 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6141         (smiley-nosey-regexp-alist): Ditto.
6142
6143         * gnus-art.el (gnus-treatment-function-alist): Do
6144         gnus-article-add-buttons-to-head later.
6145         (gnus-treat-capitalize-sentences): New variable.
6146         (article-capitalize-sentences): New command and keystroke.
6147
6148         * gnus-group.el (gnus-group-catchup-current): Do group.
6149
6150         * message.el (message-default-charset): Add group.
6151
6152 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6153
6154         * gnus.el: Pterodactyl Gnus v0.74 is released.
6155
6156 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6157
6158         * gnus-art.el (article-fill-long-lines): Renamed.
6159         (article-fill-long-lines): New keystroke.
6160
6161 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6162
6163         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6164
6165         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6166         displayed.
6167         (gnus-group-catchup-current): Be more robus.
6168
6169         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6170         headers.
6171
6172 1999-01-25  Dave Love  <fx@gnu.org>
6173
6174         * message.el (message-mode-menu): Add message-mime-attach-file.
6175         (message-mode): Doc fix.
6176
6177 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6178
6179         * nnmail.el (nnmail-check-duplication): Insert the mail source
6180         string.
6181
6182         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6183         (mail-source-fetch-directory): Ditto.
6184         (mail-source-fetch-file): Ditto.
6185         (mail-source-string): New variable.
6186
6187         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6188         the level.
6189
6190         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6191         before handling.
6192
6193         * mm-util.el (mm-mime-charset): Use the parameters.
6194         (mm-mime-charset): Removed region paremeters.
6195
6196         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6197         source.
6198
6199 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6200
6201         * nnmail.el (nnmail-get-split-group): Quote right.
6202
6203 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6206         buffer.
6207
6208 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6211         (gnus-group-mode): Don't hook.
6212
6213         * mail-source.el (mail-source-bind): Doc fix.
6214         (mail-source-bind): Take only one param.
6215
6216         * gnus-art.el (gnus-treat-highlight-signature): typep.
6217
6218         * mail-source.el (mail-source-movemail): Ignore empty file.
6219         (mail-source-callback): Check before deleting.
6220
6221         * message.el (message-mime-attach-file): Include name.
6222
6223 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * mm-util.el (mm-read-charset): Return a symbol.
6226
6227         * mm-view.el (mm-inline-text): Insert signature separator.
6228
6229         * gnus-art.el (gnus-treat-predicate): New function.
6230         (gnus-treat-article): Allow all types to be checked.
6231
6232         * gnus-util.el (gnus-or): New function.
6233         (gnus-and): Ditto.
6234
6235         * gnus-art.el (gnus-mime-display-single): Use override.
6236
6237         * mm-decode.el (mm-attachment-override-types): New variable.
6238         (mm-attachment-override-p): New function.
6239
6240         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6241
6242 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6243
6244         * mm-view.el (mm-inline-text): Do vcards.
6245
6246 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6247
6248         * gnus.el: Pterodactyl Gnus v0.73 is released.
6249
6250 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251
6252         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6253         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6254         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6255         (nnmail-movemail-program): Removed.
6256         (nnmail-movemail-args): Removed.
6257         (nnmail-pop-password-required): Ditto.
6258         (nnmail-tmp-directory): Ditto.
6259         (nnmail-delete-incoming): Removed.
6260         (nnmail-pop-password, nnmail-moved-inboxes,
6261         nnmail-internal-password, nnmail-move-inbox): Removed.
6262         (nnmail-read-passwd): Ditto.
6263         (nnmail-get-spool-files): Removed.
6264         (nnmail-resplit-incoming): Reinstated.
6265
6266         * mail-source.el: New file.
6267
6268 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6269
6270         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6271
6272 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273
6274         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6275
6276 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6277
6278         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6279
6280         * gnus-picon.el (gnus-group-display-picons): Goto body.
6281
6282         * gnus.el: Indented all functions; broke long lines; changed all
6283         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6284
6285 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6286
6287         * gnus.el: Pterodactyl Gnus v0.72 is released.
6288
6289 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290
6291         * gnus.el: Cleaned up trailing whitespace.
6292
6293         * mm-util.el (mm-read-charset): Work.
6294
6295 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6296
6297         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6298         nnheader-translate-file-chars'd group name.
6299
6300 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * message.el (message-encode-message-body): Fold case.
6303
6304 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6305
6306         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6307
6308 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * mailcap.el (mailcap-add): New function.
6311
6312 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6315         (article-goto-body): Use it.
6316         (gnus-treat-article): Ditto.
6317
6318         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6319         downloaded articles from the downloadeble list.
6320
6321 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6322
6323         * message.el (message-encode-message-body): Bind
6324         mail-parse-charset.
6325
6326         * mm-util.el (mm-charset-synonym-alist): New variable.
6327         (mm-charset-to-coding-system): Use it.
6328         (mm-charset-coding-system-alist): Removed.
6329         (mm-charset-to-coding-system): Don't use it.
6330         (mm-find-charset-region): Use mail-parse-charset.
6331
6332         * gnus-art.el (gnus-treatment-function-alist): Use
6333         gnus-article-display-picons.
6334         (gnus-treat-display-xface): Only do if we have xface feature.
6335         (gnus-part-display-hook): New function.
6336         (gnus-treat-article): Use it.
6337         (gnus-treat-article): Use gnus-visual.
6338
6339         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6340
6341         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6342         displaying.
6343
6344         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6345
6346         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6347         regexp file names.
6348
6349 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6350
6351         * gnus.el: Pterodactyl Gnus v0.71 is released.
6352
6353 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354
6355         * mm-view.el (mm-inline-image): Don't add a dot.
6356
6357         * gnus-art.el (gnus-treat-article): New function.
6358
6359         * gnus.el (gnus-article-display-hook): Removed.
6360
6361         * gnus-art.el (gnus-article-treat-custom): New variable.
6362
6363         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6364
6365         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6366         functions.
6367
6368         * message.el (message-posting-charset): New variable.
6369         (message-send-mail): Use it.
6370
6371         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6372         (gnus-setup-posting-charset): New function.
6373         (gnus-setup-message): Use it.
6374
6375         * message.el (message-encode-message-body): Just look for
6376         Content-Type before inserting a new one.
6377
6378 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * rfc2047.el (rfc2047-default-charset): Removed.
6381
6382         * mail-prsvr.el: New file.
6383         (mail-parse-charset): New variable.
6384
6385         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6386         Changed name.
6387
6388         * gnus.el (gnus-charset): New group.
6389
6390         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6391
6392         * gnus-sum.el (gnus-default-charset): Default to nil.
6393         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6394         (gnus-newsgroup-iso-8859-1-forced): Removed.
6395
6396         * mm-util.el (mm-known-charsets): Removed.
6397         (mm-default-coding-system): Removed.
6398         (mm-default-charset): Removed.
6399         (mm-read-charset): New function.
6400
6401         * message.el (message-default-charset): Removed.
6402
6403         * rfc2047.el (rfc2047-default-charset): Default to nil.
6404
6405         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6406
6407 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6408
6409         * gnus.el: Pterodactyl Gnus v0.70 is released.
6410
6411 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * mm-decode.el (mm-save-part): Use mm-get-part.
6414         (mm-insert-part): New function.
6415         (mm-get-part): Use it.
6416         (mm-get-image): Ditto.
6417         (mm-display-external): Ditto.
6418
6419         * mm-view.el (mm-inline-text): Ditto.
6420
6421         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6422         ranges.
6423
6424         * mm-decode.el (mm-display-external): Save the buffer.
6425         (mm-remove-part): Kill it.
6426
6427         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6428
6429         * nnagent.el (nnagent-request-set-mark): Defined stub.
6430
6431 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * gnus-score.el (gnus-score-load-score-alist): Bind
6434         coding-system-for-read.
6435
6436         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6437         prepare-exit-hook.
6438
6439         * mm-view.el (mm-setup-w3): Require w3.
6440
6441 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6442
6443         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6444         body.
6445
6446 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6447
6448         * mm-encode.el: Ditto.
6449
6450         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6451         error.
6452
6453         * mailcap.el (mailcap-mime-data): SAFER ps.
6454
6455         * message.el (message-encode-message-body): Always insert a
6456         Content-Type header.
6457
6458         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6459         shown inline.
6460
6461         * mm-view.el (mm-inline-text): Handle all sorts of text.
6462
6463         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6464         don't view.
6465
6466         * mm-decode.el (mm-display-external): Use it.
6467
6468         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6469
6470         * mm-decode.el (mm-save-part): Removed double code.
6471
6472 1999-01-12  Dave Love  <fx@gnu.org>
6473
6474         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6475         application/octet-stream .gz & al files with jka-compr.
6476
6477 1999-01-12  Dave Love  <fx@gnu.org>
6478
6479         * gnus-ems.el (gnus-down-mouse-3): New variable.
6480         * gnus-art.el (gnus-mime-button-map): Use it.
6481         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6482
6483 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6486
6487 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6488
6489         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6490         buffers.
6491
6492         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6493
6494         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6495
6496 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6497
6498         * mml.el (mml-parameter-string): Strip directory component.
6499
6500 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6501
6502         * gnus.el (gnus-use-demon): Removed.
6503
6504 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * nnmail.el (nnmail-article-group): Don't infloop.
6507
6508 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6509
6510         * gnus-art.el (article-update-date-lapsed): Made it work with
6511         picons, and make it update on all visible frames.
6512         (article-date-ut): Get summary-buffer's current-headers.
6513
6514 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515
6516         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6517         (gnus-picons-setup-p): New variable.
6518
6519 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520
6521         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6522
6523 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6524
6525         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6526         (gnus-summary-exit-no-update): Use mapcar.
6527
6528 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6529
6530         * gnus-agent.el (gnus-category-write): Make directory.
6531
6532 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6533
6534         * gnus-sum.el (gnus-update-read-articles):
6535         (gnus-update-marks): Request backend update of mark.
6536
6537 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * mm-bodies.el (mm-body-encoding): Use mm-find.
6540
6541 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6542
6543         * gnus-picon.el (gnus-article-display-picons): Fix.
6544
6545 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6546
6547         * gnus.el: Pterodactyl Gnus v0.69 is released.
6548
6549 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6550
6551         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6552
6553         * gnus-agent.el (gnus-agent-remove-group): New command and
6554         keystroke.
6555
6556         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6557
6558 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6559
6560         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6561
6562 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6563
6564         * mm-view.el (mm-inline-text): Bind current id.
6565
6566         * mm-decode.el (mm-handle-id): New macro.
6567         (mm-make-handle): Accept id.
6568         (mm-dissect-singlepart): Use it.
6569
6570 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6571
6572       * message.el (message-cite-original-without-signature): Use
6573       message-signature-separator when searching for signature in
6574       message-cite-original-without-signature.
6575
6576 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6577
6578         * gnus.el (gnus-server-to-method): Check named methods.
6579
6580 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6581
6582         * mm-view.el (mm-view-message): Goto point-min.
6583
6584         * nnmail.el (nnmail-article-group): Don't delete lines, only
6585         shorten them.
6586
6587         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6588         values.
6589
6590         * nnheader.el (nnheader-temp-directory): New variable.
6591         (nnheader-temp-directory): Removed.
6592
6593 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6594
6595         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6596         list of files to check for mailcap entries under windows-nt.
6597
6598 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6601         summary buffer exists.
6602
6603 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6604
6605         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6606         irrelevant Sun sendmail bug.
6607         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6608
6609         * message.el (message-send-news): Bind mail-header-separator to
6610         "" when asking backend to post.
6611
6612 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6613
6614         * mm-uu.el (mm-dissect-disposition): New variable.
6615         (mm-uu-dissect): Use it.
6616
6617 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6618
6619         * mm-view.el (mm-inline-text): Bind url-current-object.
6620
6621 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6622
6623         * gnus-range.el (gnus-remove-from-range): Rewrite.
6624
6625 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6626
6627         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6628
6629 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6630
6631         * message.el (message-encode-message-body): Insert `MIME-Version'
6632         instead of `Mime-Version'.
6633
6634 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6635
6636         * message.el (message-insert-mime-part): Add the attachment
6637         disposition.
6638         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6639         (message-mime-query-type): New function.
6640         (message-mime-query-description): Ditto.
6641         (message-mime-query-file): Ditto.
6642         (message-insert-mime-part): Use them.
6643         (message-mime-insert-external): Use the new stuff.
6644
6645 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * nnmail.el (nnmail-split-header-length-limit): New variable.
6648
6649         * mm-decode.el (mm-dissect-buffer): Check syntax.
6650
6651         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6652
6653         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6654         (rfc2047-dissect-region): Ditto.
6655
6656 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657
6658         * mm-view.el (mm-view-message): Decode charset.
6659
6660 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6661
6662         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6663         CT headers.
6664
6665 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6666
6667         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6668         mm-uu-*-function.
6669         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6670
6671 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672
6673         * message.el (message-send-mail): Do MML first.
6674         (message-send-news): Ditto.
6675
6676 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * gnus-picon.el (gnus-picons-face): New face.
6679         (gnus-picons-try-face): Use it.
6680
6681 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6682
6683         * gnus.el: Pterodactyl Gnus v0.68 is released.
6684
6685 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6686
6687         * gnus.el: Pterodactyl Gnus v0.67 is released.
6688
6689 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6690
6691         * gnus.el: Pterodactyl Gnus v0.66 is released.
6692
6693 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6694
6695         * gnus-art.el (gnus-insert-mime-button): Decode description.
6696
6697 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6698
6699         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6700         (gnus-decode-header-methods): Ditto.
6701         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6702
6703 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6704
6705         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6706
6707 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6708
6709         * mml.el (mml-insert-mime-headers): Encode description.
6710
6711         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6712         line.
6713
6714         * gnus-sum.el (gnus-default-charset): Doc fix.
6715
6716 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6717
6718         * mm-decode.el (mm-display-part): Forward a line.
6719
6720 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * mm-util.el (mm-running-ntemacs): New variable.
6723         (mm-text-coding-system): Ditto.
6724         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6725         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6726
6727 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6730         buffer.
6731
6732         * message.el (message-insert-headers): New command and keystroke.
6733
6734 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6735
6736         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6737         (mm-get-image): Ditto.
6738
6739         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6740         base64, uudecode and binhex.
6741
6742 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6743
6744         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6745         in text/plain.
6746         * mm-uu.el (mm-uu-dissect): Use inline.
6747
6748 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6749
6750         * mm-view.el (mm-view-message): New function.
6751
6752         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6753         qp.
6754
6755 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6756
6757         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6758         entry for message/rfc822 as 8bit.
6759
6760 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761
6762         * mailcap.el (mailcap-mime-extensions): Add patch.
6763
6764 1998-12-05  Dale Hagglund  <rdh@best.com>
6765
6766         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6767         argument to force all multipart/* to look like multipart/mixed.
6768
6769         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6770         variable.
6771         (gnus-mime-display-part): Use it.
6772
6773 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6774
6775         * gnus-draft.el (gnus-draft-send): Only disable checks for
6776         non-interactive use.
6777         (gnus-draft-send-message): Use it.
6778
6779 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6780
6781         * gnus.el: Pterodactyl Gnus v0.65 is released.
6782
6783 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6784
6785         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6786
6787         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6788
6789 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6790
6791         * gnus.el: Pterodactyl Gnus v0.64 is released.
6792
6793 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * mm-view.el (mm-setup-w3): Don't load.
6796
6797         * gnus-msg.el (gnus-setup-message): Set group name.
6798         (gnus-group-mail): Avoid leaking local vars.
6799
6800         * message.el (message-attach-file): Renamed.
6801         (message-mime-attach-file): Renamed again.
6802
6803 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6804
6805         * gnus-art.el (article-decode-encoded-words): Bind
6806         rfc2047-default-charset here.
6807
6808         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6809
6810 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6813         (gnus-picons-setup-hook): New hook.
6814
6815 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6816
6817         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6818         string.
6819         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6820         line.
6821
6822 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6823
6824         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6825         (gnus-mime-view-part): Ditto.
6826         (gnus-mime-inline-part): Dotii.
6827         (gnus-mime-externalize-part): Daddo.
6828         (gnus-mime-internalize-part): Tutti frutti.
6829         (gnus-widget-press-button): Da da do.
6830
6831         * mm-view.el (mm-setup-w3): Require url-vars.
6832
6833 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6834
6835         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6836         * mm-util.el (mm-find-charset-region): Ditto.
6837
6838 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6839
6840         * message.el (message-send): Don't encode here.
6841         (message-send-mail): But here.
6842         (message-send-news): And here.
6843
6844 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
6847
6848 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6849
6850         * gnus.el: Pterodactyl Gnus v0.63 is released.
6851
6852 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * mml.el (mml-base-boundary): Shorten.
6855
6856         * message.el (message-insert-mime-part): Use default.
6857
6858         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
6859
6860 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6861
6862         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
6863         buttons, not [*].
6864
6865 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6866
6867         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
6868
6869 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
6870
6871         * gnus-art.el (gnus-insert-mime-button): Fix.
6872
6873 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6874
6875         * message.el (message-insert-mime-part): Nicify prompts.
6876         (message-insert-mime-part): Really delete duplicates.
6877         (message-insert-mime-part): Check against common errors.
6878         (message-insert-mime-part): Fix docstring.
6879
6880 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881
6882         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
6883
6884 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6885
6886         * gnus-art.el (gnus-mime-button-line-format): Nicify.
6887         (gnus-insert-mime-button): Modify accordingly.
6888
6889 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * gnus-art.el (gnus-display-mime): Set window point.
6892
6893         * mm-decode.el (mm-display-external): Only decode when not
6894         saving.
6895         (mm-alternative-precedence): Prefer multiparts.
6896         (mm-inline-media-tests): Inline multiparts.
6897
6898         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
6899         Ignore errors when requiring url.
6900
6901         * mml.el (mml-quote-region): New command.
6902
6903         * message.el (message-cite-original): Use it.
6904         (message-cite-original-without-signature): Ditto.
6905
6906 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6907
6908         * gnus.el: Pterodactyl Gnus v0.62 is released.
6909
6910 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6911
6912         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
6913
6914 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6915
6916         * mm-view.el (mm-inline-text): Use `point-min-marker' and
6917         `point-max-marker'.
6918
6919 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6920
6921         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
6922
6923         * gnus-art.el (gnus-mime-display-single): Check for attachment
6924         before other tests.
6925
6926 1998-12-03  Didier Verna  <verna@inf.enst.fr>
6927
6928         * gnus-msg.el (gnus-configure-posting-styles): find a
6929         posting-style entry in the group parameters, if any, and honor it
6930         at the end.
6931
6932 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
6933
6934         * nntp.el (nntp-after-change-function): Fix.
6935
6936 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
6937
6938         * mml.el (mml-generate-mime-1): Insert literally.
6939
6940 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6941
6942         * mml.el (mml-insert-mime-headers): Removed debug.
6943
6944 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945
6946         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
6947         prefixed.
6948
6949         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
6950         application/emacs-lisp to 8bit.
6951
6952 1998-12-03  Dale Hagglund  <rdh@best.com>
6953
6954         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
6955
6956 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6957
6958         * gnus.el: Pterodactyl Gnus v0.61 is released.
6959
6960 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6961
6962         * mml.el (mml-parse-1): Skipped parts.
6963         (mml-insert-mime-headers): Nil is a list.
6964         (mml-generate-mime-1): Don't insert literally.
6965         (mml-read-tag): Drop text props.
6966         (mml-read-part): Ditto.
6967         (mml-parse-singlepart-with-multiple-charsets): Ditto.
6968
6969 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6970
6971         * gnus.el: Pterodactyl Gnus v0.60 is released.
6972
6973 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6974
6975         * mml.el (mml-parse-1): Don't throw contents away.
6976
6977 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
6978
6979         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
6980
6981 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982
6983         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
6984         function.
6985         (mml-parse-1): Use it.
6986
6987 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6988
6989         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
6990         Use gnus-newsgroup-default-charset.
6991         (article-decode-encoded-words): Remove charset codes.
6992         * gnus-sum.el (gnus-newsgroup-default-charset): Use
6993         gnus-default-charset.
6994
6995 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * message.el (message-send-mail): Don't encode here.
6998         (message-send-news): Nor here.
6999         (message-send): ... but here instead.
7000
7001         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7002         default to nil.
7003         (gnus-article-display-picons): Replace From line.
7004         (gnus-group-display-picons): Replace Newsgroups line.
7005         (gnus-picons-display-glyph): Set baseline.
7006         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7007         (gnus-picons-xbm-face): Revert to old, standard colors.
7008
7009         * message.el (message-fetch-field): Remove text props.
7010
7011         * gnus-art.el (gnus-article-normalized-header-length): New
7012         variable.
7013         (article-normalize-headers): New command and keystroke.
7014
7015         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7016
7017 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7018
7019         * gnus.el: Pterodactyl Gnus v0.59 is released.
7020
7021 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7024
7025         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7026
7027 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7028
7029         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7030
7031 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7032
7033         * mm-decode.el (mm-all-images-fit): New variable.
7034         (mm-image-fit-p): Use it.
7035
7036         * gnus-art.el (gnus-mime-display-single): Use it.
7037         (gnus-mime-internalize-part): New command and keystroke.
7038
7039         * mm-decode.el (mm-user-automatic-external-display): New
7040         variable.
7041         (mm-automatic-external-display-p): New function.
7042
7043         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7044         colors.
7045
7046 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7049
7050         * gnus-art.el (gnus-with-article): Work in the original article
7051         buffer.
7052         (gnus-with-article): Work in read-only groups.
7053
7054 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7055
7056         * mm-bodies.el (mm-decode-string): Return original string if not
7057         decode.
7058
7059 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7060
7061         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7062
7063 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7064
7065         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7066
7067 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7068
7069         * gnus.el: Pterodactyl Gnus v0.58 is released.
7070
7071 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7072
7073         * mm-decode.el (mm-get-image): Return a glyph, not an image
7074         specifier.
7075
7076 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7077
7078         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7079
7080 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * mail-parse.el (rfc2045): Required.
7083
7084 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7085
7086         * mm-view.el (mm-inline-text): Remove props.
7087
7088 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7089
7090         * mm-view.el (mm-setup-w3): Protect url-misc.
7091
7092         * message.el (message-ignored-resent-headers): Remove
7093         Gnus-Warning.
7094
7095         * mml.el (mml-insert-mime-headers): Use encoding.
7096         (mml-parameter-string): Ditto.
7097
7098         * rfc2045.el: New file.
7099         (rfc2045-encode-string): New function.
7100
7101 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * mail-parse.el (mail-header-encode-parameter): New function.
7104
7105         * rfc2231.el (rfc2231-encode-string): New function.
7106
7107 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7108
7109         * mm-bodies.el (mm-decode-string): New function.
7110         * mm-view.el (mm-inline-text): Use mm-decode-string.
7111
7112 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7113
7114         * gnus.el: Pterodactyl Gnus v0.57 is released.
7115
7116 1998-11-23  Felix Lee  <flee@cygnus.com>
7117
7118         * nntp.el (nntp-async-needs-kluge): new setting.
7119         (nntp-async-timer): new var.
7120         (nntp-async-process-list): new var.
7121         (nntp-async-kluge): new function.
7122         (nntp-async-timer-handler): new function.
7123         (nntp-async-wait): new function.
7124         (nntp-async-stop): new function.
7125         (nntp-after-change-function): renamed, and split apart.
7126         (nntp-async-trigger): new function.
7127         (nntp-do-callback): new function.
7128         (nntp-accept-process-output): add optional timeout arg.
7129
7130         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7131         (gnus-async-wait-for-article): new function.
7132         (gnus-async-with-semaphore): s/asynch/async/.
7133
7134 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7135
7136         * gnus-art.el (gnus-with-article): Don't encode.
7137         (gnus-insert-mime-button): Fall back on filename from C-D.
7138         (gnus-mime-display-single): Have dots right on text/plain
7139         attachments.
7140
7141         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7142         broken parts.
7143
7144         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7145
7146         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7147         binhex.
7148
7149         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7150         (gnus-summary-repair-multipart): New command and keystroke.
7151
7152         * gnus-art.el (gnus-with-article-buffer): New macro.
7153
7154 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7155
7156         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7157         undisplay the part.
7158
7159 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7162
7163         * mml.el (mml-read-part): Partition right.
7164
7165         * mm-decode.el (mm-handle-set-cache): New macro.
7166         (mm-handle-cache): Ditto.
7167         (mm-make-handle): Ditto.
7168         (mm-dissect-singlepart): Use it.
7169         (mm-get-image): Use the cache.
7170
7171 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172
7173         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7174         (gnus-mime-display-single): Don't insert lines between parts.
7175
7176 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7177
7178         * nnmail.el (nnmail-file-coding-system-1): New variable.
7179         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7180         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7181         * nnml.el (nnml-file-coding-system): New variable.
7182         (nnml-request-article): Use nnml-file-coding-system.
7183
7184 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7185
7186         * gnus.el: Pterodactyl Gnus v0.56 is released.
7187
7188 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * gnus-art.el (gnus-mime-display-part): New function.
7191         (gnus-mime-display-mixed): Use it.
7192
7193         * mm-view.el (mm-setup-w3): Don't register.
7194
7195         * message.el (message-cite-original): Cite parts.
7196
7197 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * mml.el (mml-parameter-string): New function.
7200         (mml-insert-mime-headers): Separated into new function.
7201
7202 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7203
7204         * mml.el (mml-make-boundary): Use `make-string'.
7205
7206 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7207
7208         * binhex.el (binhex-insert-char): Ditto.
7209
7210         * base64.el (base64-insert-char): Ditto.
7211
7212         * uudecode.el (uudecode-insert-char): Code correctly.
7213
7214 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7215
7216         * mml.el (mml-generate-mime): Don't generate multiparts for
7217         empties.
7218
7219         * gnus-art.el (gnus-display-mime): Save excursion.
7220
7221         * message.el (message-remove-first-header): New function.
7222         (message-encode-message-body): Use it.
7223
7224 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7225
7226         * gnus.el: Pterodactyl Gnus v0.55 is released.
7227
7228 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7229
7230         * mm-view.el (mm-setup-w3): New function.
7231
7232         * mm-decode.el (mm-content-id-get-contents): New function.
7233         (mm-content-id-get-type): Ditto.
7234         (mm-content-id-get-encoding): Ditto.
7235         (mm-get-handle-by-content-id): Removed.
7236
7237 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7238
7239         * message.el (message-generate-new-buffers): Fix tag.
7240
7241 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7242
7243         * message.el (message-buffer-name): Check for unique first.
7244
7245         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7246         gnus-inhibit-mime-unbuttonizing.
7247
7248         * gnus-sum.el (t): Bind M-t.
7249         (gnus-inhibit-unbuttonizing): New variable.
7250         (gnus-summary-toggle-display-buttonized): New command.
7251
7252         * gnus-art.el (gnus-display-mime): Select article window.
7253         (article-strip-trailing-space): New command and keystroke.
7254
7255         * nneething.el (nneething-include-files): New variable.
7256         (nneething-create-mapping): Use it.
7257
7258         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7259
7260         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7261         ayto-expirable marks.
7262
7263 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264
7265         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7266
7267         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7268         ARG.
7269
7270         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7271
7272 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7273
7274         * mm-util.el (mm-binary-coding-system): New variable.
7275         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7276         * mm-decode.el (mm-display-external): Ditto.
7277
7278 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7279
7280         * gnus.el: Pterodactyl Gnus v0.54 is released.
7281
7282 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7285
7286 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7287
7288         * mm-decode.el (mm-save-part): Unquote.
7289
7290 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7291
7292         * mm-decode.el (mm-save-part): Bind coding system for write.
7293
7294 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7295
7296         * gnus-art.el (gnus-article-mode-line-format): New default.
7297         (gnus-article-mime-part-status): New function.
7298
7299         * message.el (message-send-news): Check the body syntax before
7300         encoding.
7301
7302         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7303         (gnus-mime-display-single): Use it.
7304         (gnus-mime-display-alternative): Ditto.
7305
7306         * mm-decode.el: Check for whether we are running under a term.
7307
7308 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * mm-decode.el (mm-preferred-alternative): Default to first
7311         alternative.
7312         (mm-preferred-alternative): No, we dont.
7313
7314 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7315
7316         * mm-decode.el (mm-display-external): Use binary instead of
7317         no-conversion.
7318         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7319         * nnheader.el (nnheader-file-coding-system): Ditto.
7320         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7321
7322 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7323
7324         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7325         name without method.
7326
7327 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7328
7329         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7330         coding-system -> default-charset.
7331         (gnus-newsgroup-default-charset-alist): Ditto.
7332         (gnus-summary-local-variables): Ditto.
7333         (gnus-set-global-variables): Ditto.
7334         (gnus-get-newsgroup-headers): Ditto.
7335         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7336         (gnus-get-newsgroup-headers-xover): Ditto.
7337         (gnus-newsgroup-setup-default-charset): Ditto.
7338         (article-decode-mime-words): Ditto.
7339         (article-decode-charset): Ditto.
7340         (article-decode-encoded-words): Ditto.
7341         (article-de-quoted-unreadable): Ditto.
7342         (gnus-mime-view-all-parts): Ditto.
7343         (gnus-mime-externalize-part): Ditto.
7344         (gnus-mm-display-part): Ditto.
7345         (gnus-mime-display-single): Ditto.
7346         (gnus-mime-display-alternative): Ditto.
7347         * lpath.el : Ditto.
7348
7349 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7350
7351         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7352         * gnus-art.el (article-decode-charset): Overlay
7353         rfc2047-default-charset.
7354         * message.el (message-draft-coding-system): New variable.
7355         (message-set-auto-save-file-name): Use message-draft-coding-system.
7356         * nndraft.el (nndraft-request-article): Ditto.
7357         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7358         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7359
7360 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7361
7362         * mm-uu.el (mm-uu-test): New function.
7363         (mm-uu-dissect): Inherit charset and cte from head.
7364         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7365
7366 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7367
7368         * gnus.el: Pterodactyl Gnus v0.53 is released.
7369
7370 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * mm-decode.el (mm-get-image): New function.
7373         (mm-image-fit-p): New function.
7374
7375         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7376
7377         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7378
7379         * gnus-art.el (gnus-article-insert-newline): New function.
7380         (article-goto-body): New function.
7381
7382 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7385         buttons.
7386
7387         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7388         keystroke.
7389
7390         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7391         line between parts.
7392
7393         * message.el (message-remove-header): Go to end if wanted.
7394
7395 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7396
7397         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7398         movement with save-window-excursion.
7399
7400 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7401
7402         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7403
7404 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7405
7406         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7407
7408 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7409
7410         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7411         gnus-newsgroup-coding-system.
7412         (gnus-get-newsgroup-headers): Ditto.
7413         (gnus-get-newsgroup-headers-xover): Ditto.
7414         (gnus-set-global-variables): Ditto.
7415         * gnus-art.el (article-decode-mime-words): Ditto.
7416         (article-decode-charset): Ditto.
7417         (article-decode-encoded-words): Ditto.
7418         (article-de-quoted-unreadable): Ditto.
7419         (gnus-mime-view-all-parts): Ditto.
7420         (gnus-mime-externalize-part): Ditto.
7421         (gnus-mm-display-part): Ditto.
7422         (gnus-mime-display-alternative): Ditto.
7423         (gnus-mime-display-single): Ditto.
7424         * mm-view.el (mm-inline-text): Use default coding system.
7425
7426 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7427
7428         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7429         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7430         (gnus-newsgroup-coding-system): New local variable.
7431         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7432         (gnus-summary-local-variables): Add two new local variables.
7433         (gnus-newsgroup-setup-coding-system): New function.
7434         (gnus-select-newsgroup): Setup coding system.
7435         * lpath.el: Add two new variables.
7436         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7437         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7438         * gnus-cus.el (gnus-group-parameters): Customizable
7439         iso-8859-1-forced.
7440
7441 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7442
7443         * gnus.el: Pterodactyl Gnus v0.52 is released.
7444
7445 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446
7447         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7448         encoding.
7449
7450         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7451         undisplayed text types.
7452
7453         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7454         types.
7455
7456 1998-11-19  Felix Lee  <flee@cygnus.com>
7457
7458         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7459
7460 1998-11-19  Felix Lee  <flee@cygnus.com>
7461
7462         * gnus-async.el (gnus-asynch-obarray): rename to
7463         gnus-async-hashtb, and don't buffer-local it.
7464
7465         (gnus-async-article-callback): new function.
7466         (gnus-make-async-article-function): use it.
7467
7468         (gnus-async-current-prefetch-group): new var.
7469         (gnus-async-current-prefetch-article): new var.
7470         (gnus-async-request-fetched-article): are we fetching it already?
7471
7472         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7473
7474 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7475
7476         * gnus-sum.el (gnus-summary-show-article): Require.
7477
7478         * message.el: Provide before hooks.
7479         (message-send-news): Do MIME before headers.
7480
7481         * gnus-art.el (gnus-article-check-buffer): New function.
7482         (gnus-article-read-summary-keys): Use it.
7483
7484         * mm-decode.el (mm-user-automatic-display): Display all inline
7485         images.
7486
7487         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7488         much.
7489         (gnus-unbuttonized-mime-types): New variable.
7490
7491 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492
7493         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7494
7495         * mm-decode.el (mm-quote-arg): Quote semicolons.
7496
7497         * gnus-art.el (gnus-mime-display-single): Don't display
7498         attachments.
7499         (gnus-mime-externalize-part): New command and keystroke.
7500
7501         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7502         (mm-alternative-precedence): Changed order.
7503
7504 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7505
7506         * gnus.el (gnus-method-simplify): New function.
7507         (gnus-native-method-p): New function.
7508         (gnus-secondary-method-p): Use gnus-method-equal.
7509
7510         * gnus-start.el (gnus-group-change-level): Shorten select method.
7511
7512 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7513
7514         * gnus.el: Pterodactyl Gnus v0.51 is released.
7515
7516 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517
7518         * gnus.el: Applied patches from 5.6.45.
7519
7520         * gnus-score.el (gnus-score-find-trace): Print complete file
7521         paths.
7522         (gnus-score-find-trace): Truncate lines.
7523
7524         * gnus.el (gnus-message-archive-group): Allow function.
7525
7526         * message.el (message-encode-message-body): Remove Mime-Version
7527         before inserting.
7528
7529         * gnus-cus.el (gnus-group-customize): Optional topic.
7530
7531         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7532         keystroke.
7533
7534 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7535
7536         * message.el (message-encode-message-body): Rewrite.
7537
7538 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * mml.el (mml-base-boundary): New variable.
7541         (mml-make-boundary): New function.
7542
7543         * gnus-cache.el (gnus-cache-coding-system): New variable.
7544         (gnus-cache-request-article): Use it.
7545
7546         * message.el (message-insert-mime-part): Delete duplicates.
7547
7548 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7549
7550         * gnus-art.el (gnus-mime-display-alternative): Set end of
7551         multipart and display even when nothing is preferred.
7552
7553 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7554
7555         * gnus.el: Pterodactyl Gnus v0.50 is released.
7556
7557 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558
7559         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7560         fbound.
7561
7562         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7563
7564 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7565
7566         * gnus.el (gnus-similar-server-opened): Compare backend.
7567
7568 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7569
7570         * gnus-topic.el (gnus-topic-expire-articles): New function.
7571         (gnus-topic-mode-map): Bind it.
7572
7573         * gnus.texi (Topic Commands): New expiry command. Reordered.
7574
7575 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7576
7577         * gnus-sum.el
7578         (gnus-auto-expirable-marks): New variable.
7579         (gnus-inhibit-user-auto-expire): New variable.
7580         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7581         When looking to see if we should expire instead, check
7582         gnus-auto-expirable-marks instead of using a hard-wired list.
7583         (gnus-summary-mark-as-read-forward,
7584         gnus-summary-mark-as-read-backward):
7585         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7586         gnus-summary-mark-forward, instead of `t'.
7587
7588 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * mml.el (mml-compute-boundary): New function.
7591         (mml-compute-boundary-1): New function.
7592         (mml-generate-mime-1): Use it.
7593
7594 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7595
7596         * mml.el (mml-generate-mime-1): Always precede closing boundary
7597         with newline.
7598
7599 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7600
7601         * mml.el (mml-generate-mime-1): Do right boundaries when several
7602         multiparts.
7603
7604         * mm-decode.el (mm-user-automatic-display): Default to inline
7605         jpeg.
7606
7607         * mml.el (mml-generate-mime-1): Encode non-text parts.
7608
7609 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7610
7611         * gnus.el: Pterodactyl Gnus v0.49 is released.
7612
7613 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7614
7615         * mm-view.el (mm-inline-text): Require w3-vars.
7616
7617         * gnus-setup.el (gnus-use-tm): Removed.
7618
7619         * gnus-art.el (gnus-article-goto-part): Don't beep.
7620         (gnus-article-view-part): Check return value.
7621         (gnus-mime-display-alternative): Don't display when there is
7622         nothing to display.
7623
7624         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7625         (mml-generate-mime-1): Use unibyte for binaries.
7626
7627         * gnus-art.el (gnus-display-mime): Call
7628         gnus-article-mime-part-function.
7629         (gnus-mime-part-function): New function.
7630         (gnus-article-mime-part-function): New function.
7631
7632         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7633
7634 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7635
7636         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7637
7638         * message.el (message-font-lock-keywords): Highlight MML.
7639         (message-mml-face): New font.
7640
7641 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7642
7643         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7644         (gnus-mm-display-part): Do not select-window if the article window
7645         is not found.
7646
7647 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7648
7649         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7650
7651 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7652
7653         * gnus.el: Pterodactyl Gnus v0.48 is released.
7654
7655 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7656
7657         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7658
7659         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7660
7661         * message.el (message-cite-original-without-signature): Ditto.
7662         (message-cite-original): Quote parts.
7663
7664 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7665
7666         * gnus.el: Pterodactyl Gnus v0.47 is released.
7667
7668 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * message.el (message-encode-message-body): Insert MIME warning.
7671
7672         * mml.el (mml-read-tag): Look for #tag.
7673
7674         * mm-util.el (mm-find-charset-region): Check whether
7675         enable-multibyte-characters is bound.
7676
7677 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7678
7679         * gnus.el: Pterodactyl Gnus v0.46 is released.
7680
7681 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * message.el (message-encode-message-body): Insert headers at the
7684         right spot.
7685
7686 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7687
7688         * gnus.el: Pterodactyl Gnus v0.45 is released.
7689
7690 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7691
7692         * nndraft.el (nndraft-save-mime-part): Removed.
7693         (nndraft-get-mime-part): Ditto.
7694
7695         * message.el (message-format-mime-old): Removed.
7696         (message-encode-message-body): Removed.
7697         (message-encode-message-body): Renamed.
7698
7699 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7700
7701         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7702
7703         * message.el (message-format-mime): Check message-mime-part.
7704
7705         * mm-encode.el (mm-mime-file-types): Removed.
7706         (mm-default-file-encoding): New definition.
7707
7708 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7709
7710         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7711         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7712
7713 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7714
7715         * gnus.el: Pterodactyl Gnus v0.44 is released.
7716
7717 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * message.el (message-format-mime): New function.
7720
7721         * nndraft.el (nndraft-save-mime-part): New function.
7722         (nndraft-get-mime-part): New function.
7723
7724         * mm-encode.el (mm-default-file-encoding): New function.
7725         (mm-content-transfer-encoding): New function.
7726         (mm-encode-buffer): New function.
7727
7728         * message.el: New command.
7729         (message-mime-part): New variable.
7730         (message-insert-mime-part): New command.
7731
7732         * mm-encode.el (mm-encode-content-transfer-encoding): New
7733         function.
7734
7735         * mm-util.el (mm-content-transfer-encoding-defaults): New
7736         variable.
7737         (mm-mime-file-types): Taken from TM.
7738
7739 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7740
7741         * gnus.el: Pterodactyl Gnus v0.43 is released.
7742
7743 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7744
7745         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7746         * gnus-score.el (gnus-score-default-header): Ditto.
7747         (gnus-header-index): Ditto.
7748         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7749         (gnus-summary-header): Handle extra headers.
7750         (gnus-summary-score-entry): Ditto, & provide new score element.
7751         (gnus-summary-score-effect): Ditto.
7752         (gnus-score-string): Avoid "extra" string sort, & modify match in
7753         "extra" case.
7754         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7755
7756 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7757
7758         * message.el (message-resend): Bind message-required-mail-headers
7759         to nil.
7760
7761         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7762
7763         * nngateway.el (require): Require cl.
7764
7765         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7766         things.
7767
7768 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7769
7770         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7771         when no articles.
7772
7773 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7774
7775         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7776
7777 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7778
7779         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7780         user-mail-address if non-nil.
7781
7782 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7785         (gnus-make-sort-function-1): Ditto.
7786
7787         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7788         window.
7789
7790 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7791
7792         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7793
7794         * binhex.el (binhex-decode-region): Quote.
7795
7796 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7797
7798         * gnus-art.el (article-decode-charset): Don't downcase charset.
7799
7800         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7801
7802 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7803
7804         * gnus.el: Pterodactyl Gnus v0.42 is released.
7805
7806 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7807
7808         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7809
7810 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7811
7812         * nntp.el (nntp-send-mode-reader): Revert.
7813
7814 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7815
7816         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7817
7818 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7819
7820         * message.el (message-make-date): Fix for negative time zones.
7821
7822 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7823
7824         * gnus.el: Pterodactyl Gnus v0.41 is released.
7825
7826 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7827
7828         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7829
7830 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7831
7832         * gnus.el (gnus-short-group-name): When shortening foreign select
7833         methods, do not scan for plusses beyond the first colon.
7834
7835 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7836
7837         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7838         lines where `group' is the last thing on the line.
7839
7840 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7841
7842         * gnus-art.el (gnus-article-view-part): Do alternative.
7843         (gnus-mime-display-alternative): Insert marker.
7844
7845 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7848
7849         * nnmail.el (nnmail-expired-article-p): Protect against bogus
7850         dates.
7851
7852         * gnus-cus.el (gnus-topic): Required.
7853
7854         * nnheader.el (nnheader-parse-nov): Parse extra.
7855         (nnheader-nov-parse-extra): New macro.
7856
7857 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7858
7859         * gnus-art.el (gnus-article-view-part): Internal move.
7860
7861 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
7862
7863         * gnus-cus-new.el (gnus-custom-topic): New free variable.
7864         (gnus-group-customize): Support editing topic parameters.
7865
7866 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
7867
7868         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
7869         indicators.
7870
7871 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872
7873         * gnus-art.el (gnus-mm-display-part): Return.
7874         (gnus-article-view-part): Only go if external.
7875         (gnus-article-dumbquotes-map): Do 205.
7876
7877         * mm-decode.el (mm-display-part): Return what was done.
7878
7879         * message.el (message-buffer-naming-style): New variable.
7880         (message-generate-new-buffers): Extended.
7881         (message-buffer-naming-style): Removed.
7882         (message-buffer-name): Use it.
7883         (message-do-send-housekeeping): Rename new styling.
7884
7885         * gnus-sum.el (gnus-summary-recenter): Allow
7886         gnus-auto-center-summary to be a number.
7887
7888 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7889
7890         * pop3.el (pop3-open-server): Use "binary" instead of
7891         "no-conversion".
7892
7893 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7894
7895         * gnus-srvr.el (gnus-browse-foreign-server): Set
7896         gnus-browse-current-method to the result of gnus-server-to-method.
7897
7898 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7899
7900         * gnus-util.el (gnus-pull): Another optional argument.
7901         * nnweb.el (nnweb-request-delete-group): Delete from
7902         nnweb-group-alist and update active file.
7903
7904 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7905
7906         * gnus-group.el (gnus-group-make-group): Accept group of new
7907         method.
7908
7909 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7910
7911         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
7912
7913 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7914
7915         * mm-view.el (mm-inline-text): Postion of html portion.
7916
7917 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7918
7919         * nntp.el (nntp-list-active-group): Waited for short strings.
7920         (nntp-send-mode-reader): Ditto.
7921         (nntp-open-connection): Ditto.
7922
7923         * gnus-int.el (gnus-request-group-articles): New function.
7924
7925         * nntp.el (nntp-request-listgroup): New function.
7926         (nntp-request-group-articles): Renamed.
7927
7928 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
7929
7930         * nnheader.el (nnheader-parse-nov): Supply extra.
7931
7932 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * gnus-art.el (gnus-button-push): Don't go to
7935         gnus-article-buffer.
7936
7937         * mm-view.el (mm-inline-image): Add a newline.
7938
7939         * gnus-start.el (gnus-check-first-time-used): Check more.
7940
7941 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
7942
7943         * gnus-start.el (gnus-check-first-time-used): Check current.
7944
7945 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7946
7947         * mm-util.el (mm-find-charset-region): New function.
7948
7949         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
7950
7951         * gnus-art.el (gnus-mime-button-menu): Fix.
7952
7953 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7954
7955         * gnus-art.el (gnus-mime-button-menu): New definition.
7956
7957 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958
7959         * gnus-art.el (article-decode-charset): Downcase charset.
7960         (article-decode-charset): Pass on type.
7961         (article-decode-charset): Check nil charsets.
7962         (article-remove-cr): Translate CR to LF.
7963         (gnus-ignored-mime-types): Default to nil.
7964
7965         * nnheader.el (nnheader-insert-nov): Work when not Xref.
7966
7967         * gnus-sum.el (gnus-ignored-from-addresses): Default to
7968         user-mail-address.
7969         (gnus-nov-parse-extra): Didn't return right thing.
7970
7971 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7972
7973         * gnus-xmas.el: Use compiled-function-p.
7974
7975 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7976
7977         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
7978
7979 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7980
7981         * gnus.el: Pterodactyl Gnus v0.40 is released.
7982
7983 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
7986
7987         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
7988
7989         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
7990
7991         * nnml.el (nnml-possibly-create-directory): Check before making.
7992
7993 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7994
7995         * nnheader.el (nnheader-insert-nov): Don't infloop.
7996
7997 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8000         set up.
8001
8002 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8003
8004         * nneething.el (nneething-file-name): New definition.
8005
8006 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007
8008         * gnus-art.el (gnus-treatment-function-alist): Fix.
8009         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8010
8011         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8012
8013 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8014
8015         * gnus.el: Pterodactyl Gnus v0.39 is released.
8016
8017 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8018
8019         * gnus-art.el (gnus-ignored-mime-types): New variable.
8020         (gnus-mime-display-single): Use it.
8021         (gnus-treatment-function-alist): New variable.
8022
8023         * gnus.el (gnus-mime): New group.
8024
8025         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8026         things for other parts.
8027         (gnus-mime-display-alternative): Place point.
8028
8029         * gnus.el: autoload gnus-uu-post-news.
8030
8031         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8032         needsterm/DISPLAY.
8033
8034         * mm-decode.el (mm-display-part): Default to inline text/.*
8035         parts.
8036
8037         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8038         8bit.
8039
8040         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8041         (gnus-mime-display-single): Inline all text parts.
8042         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8043
8044 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8045
8046         * nnml.el (nnml-possibly-create-directory): Rewrite.
8047         (nnml-request-create-group): Change to right server.
8048
8049         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8050
8051         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8052
8053         * gnus.el: rmail-output-to-rmail-file autoload.
8054
8055         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8056         Gnus.
8057
8058         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8059
8060         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8061
8062 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8063
8064         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8065         mixed part.
8066
8067 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8068
8069         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8070
8071         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8072
8073 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8074
8075         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8076
8077 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8080         value.
8081
8082         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8083         hidden.
8084
8085         * gnus-spec.el (gnus-update-format-specifications): Use the
8086         article mode line spec.
8087
8088         * gnus-art.el (gnus-insert-mime-button): Put right type.
8089         (gnus-insert-prev-page-button): Ditto.
8090         (gnus-insert-next-page-button): Dutti.
8091
8092         * pop3.el: New version installed.
8093
8094 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8095
8096         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8097         and display last part.
8098
8099 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8100
8101         * gnus.el: Pterodactyl Gnus v0.38 is released.
8102
8103 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8106         Removed.
8107         (article-de-quoted-unreadable): Narrow to default.
8108
8109         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8110
8111         * gnus-art.el (article-decode-charset): Decode even when broken
8112         MIME.
8113
8114         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8115         name.
8116
8117         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8118
8119         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8120         nnheader.
8121
8122         * nnmail.el (nnmail-extra-headers): New variable.
8123
8124         * nnheader.el (nnheader-insert-nov): Insert extra.
8125
8126         * gnus.el (gnus-summary-line-format): Doc fix.
8127
8128         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8129         (gnus-nov-parse-line): Ditto.
8130         (gnus-nov-parse-extra): New macro.
8131         (gnus-header): New function.
8132         (gnus-update-summary-mark-positions): Change.
8133         (gnus-ignored-from-addresses): New variable.
8134         (gnus-summary-insert-from-or-to): New function.
8135
8136         * gnus.el (gnus-extra-headers): New variable.
8137
8138         * nnheader.el (make-mail-header): Expand.
8139         (mail-header-extra): New macro.
8140         (mail-header-set-extra): Ditto.
8141         (make-full-mail-header): Expand.
8142
8143 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8144
8145         * gnus.el: Pterodactyl Gnus v0.37 is released.
8146
8147 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8150
8151         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8152         on.
8153
8154 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8155
8156         * gnus-spec.el (gnus-balloon-face-function): new function
8157         (gnus-parse-format): understand the %< %> specifiers
8158         (gnus-parse-complex-format): ditto.
8159
8160 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8161
8162         * gnus.el: Changed following-char to char-after throughout.
8163
8164 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * mm-decode.el (mm-display-external): Protect more and message.
8167
8168 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8169
8170         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8171         position.
8172
8173 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8174
8175         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8176         mixed part.
8177
8178 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8179
8180         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8181
8182         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8183
8184 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8185
8186         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8187
8188 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8189
8190         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8191
8192         * mm-decode.el (mm-display-external): Set undisplayer to mm
8193         buffer, not the current buffer; use unwind-protect.
8194
8195 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8198         (gnus-summary-exit-no-update): Ditto.
8199
8200 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * mm-decode.el (mm-inline-media-tests): Look for w3.
8203
8204         * mailcap.el (mailcap-mime-data): Inline html.
8205
8206 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8207
8208         * gnus.el: Pterodactyl Gnus v0.36 is released.
8209
8210 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8211
8212         * gnus-art.el (article-translate-strings):
8213         (gnus-article-dumbquotes-map): Don't dot.
8214
8215         * pop3.el (pop3-open-server): Set point right.
8216
8217         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8218         (mm-dissect-buffer): Ditto.
8219         (mm-destroy-part): Ignore non-handles.
8220         (mm-remove-part): Ditto.
8221         (mm-destroy-parts): New function.
8222         (mm-remove-parts): Ditto.
8223
8224         * gnus-art.el (gnus-mm-display-part): Don't move point.
8225
8226 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8227
8228         * mm-uu.el : New file.
8229
8230         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8231
8232         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8233         a function.
8234
8235 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * mm-decode.el (mm-display-external): Check before selecting.
8238
8239 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8240
8241         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8242
8243         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8244
8245         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8246         variable.
8247
8248         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8249
8250         * gnus-art.el (gnus-decode-header-methods): New variable.
8251
8252         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8253
8254         * gnus-art.el (gnus-multi-decode-header): New function.
8255
8256 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8257
8258         * gnus.el: Pterodactyl Gnus v0.35 is released.
8259
8260 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * uudecode.el (uudecode-decode-region-external): Insert
8263         literally.
8264
8265         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8266
8267         * mm-bodies.el (mm-decode-body): Optional encoding.
8268
8269 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270
8271         * gnus-ems.el (gnus-mouse-3): New variable.
8272
8273         * binhex.el (binhex-decode-region-external): Don't use -internally.
8274
8275 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8276
8277         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8278         files.
8279
8280 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8281
8282         * gnus-group.el (gnus-add-marked-articles): Request backend update
8283         of flags.
8284
8285 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8286
8287         * gnus-sum.el (gnus-update-read-articles):
8288         (gnus-update-marks): Request backend update of mark.
8289
8290 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8291
8292         * gnus.texi (Optional Backend Functions): New item,
8293         nnchoke-request-set-mark.
8294
8295 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8296
8297         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8298           list to range.
8299
8300 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8301
8302         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8303
8304 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8305
8306         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8307         first used.
8308
8309 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8310
8311         * mm-view.el: Require mm-decode for macros.
8312
8313         * mm-decode.el (mm-handle-type): Move macro declarations above the
8314         place where they are used.
8315
8316 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8317
8318         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8319         buffer.
8320
8321 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8322
8323         * nnagent.el (nnagent-open-server): Error message.
8324
8325 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8326
8327         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8328
8329 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8330
8331         * score-mode.el (gnus-score-mode-map): Ditto.
8332
8333         * message.el (message-mode-map): Ditto.
8334
8335         * gnus-uu.el (gnus-uu-post-news): Ditto.
8336
8337         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8338
8339         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8340
8341         * gnus-art.el (gnus-article-edit-mode-map): Use
8342         `set-keymap-parent' rather than `copy-keymap'.
8343
8344 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8345
8346         * gnus-art.el (gnus-mime-button-commands): New variable.
8347         (gnus-mime-button-map): Initialize it from
8348         `gnus-mime-button-commands'.
8349         (gnus-mime-button-menu): New function.
8350         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8351
8352 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8353
8354         * message.el (message-insert-to): Make `nobody' and `poster'
8355         synonymous to `never' and `always' in Mail-Copies-To.
8356         (message-reply): Ditto.
8357         (message-followup): Ditto.
8358
8359 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * mailcap.el (mailcap-mime-data): Save sound.
8362
8363 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8364
8365         * message.el (message-ignored-supersedes-headers): Include
8366         `NNTP-Posting-Date'.
8367
8368 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8369
8370         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8371
8372 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373
8374         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8375         uudecode.
8376
8377 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8378
8379         * mm-decode.el (mm-display-external): Don't switch on save.
8380
8381 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8382
8383         * nnmail.el (nnmail-movemail-args): New variable.
8384
8385 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8386
8387         * gnus-art.el (article-translate-strings):
8388
8389 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8390
8391         * gnus-art.el (gnus-article-view-part): Use it.
8392         (gnus-mm-display-part): New function.
8393         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8394
8395         * mm-decode.el (mm-handle-displayed-p): New function.
8396
8397         * gnus-art.el (gnus-mime-copy-part): Create better names.
8398         (gnus-mime-button-line-format): Include dots spec.
8399
8400 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8401
8402       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8403       forward buffer first.
8404
8405 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * gnus-util.el (gnus-set-window-start): New function.
8408
8409         * message.el (message-send): Don't check changed.
8410
8411 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * gnus-art.el (gnus-article-setup-buffer): Set params.
8414
8415         * mm-decode.el (mm-user-display-methods): Inline
8416         "message/delivery-status".
8417
8418 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419
8420         * message.el (message-auto-save-directory): Rename.
8421         (message-mode): Dof fix.
8422
8423         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8424         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8425
8426         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8427
8428         * message.el (message-make-date): Avoid locale.
8429
8430         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8431         cache.
8432
8433         * mm-decode.el (mm-display-inline): Goto point-min.
8434
8435         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8436
8437         * mm-decode.el (mm-display-external): Reverse before sorting.
8438
8439         * gnus-draft.el (gnus-draft-send): Allow mail.
8440
8441 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8442
8443         * message.el (message-check): Move message-check macro above where
8444         it is first used.
8445
8446         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8447
8448 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8449
8450         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8451
8452 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8453
8454         * gnus.el: Pterodactyl Gnus v0.34 is released.
8455
8456 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * mm-decode.el (mm-inline-media-tests): delivery-status.
8459
8460         * mm-view.el (mm-inline-text): Provide default.
8461
8462 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8463
8464         * mailcap.el (mailcap-possible-viewers): Fix nils.
8465
8466 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8467
8468         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8469         (article-update-date-lapsed): Record the buffer.
8470         (article-update-date-lapsed): Do all windows that display article
8471         buffers.
8472
8473         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8474
8475         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8476
8477         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8478         annoations.
8479
8480         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8481
8482 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * gnus-agent.el (gnus-category-add): Change default category to
8485         'false.
8486
8487         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8488         scores.
8489
8490         * gnus-draft.el (gnus-draft-send): Check server more.
8491
8492         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8493         (gnus-article-goto-part): New function.
8494
8495         * mm-view.el (mm-inline-text): Insert richtext properly.
8496
8497         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8498
8499 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * parse-time.el (parse-time-rules): Accept dates far into the past
8502         and the future, and parse single-digit numbers as years.
8503
8504 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8505
8506         * mm-decode.el (mm-display-external): Chop off directories.
8507
8508 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8509
8510         * uudecode.el (uu-decode-region-external): Use
8511         insert-file-contents-literally.
8512
8513         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8514
8515 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8516
8517         * uudecode.el: New file.
8518
8519         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8520         x-uuencode.
8521
8522 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8525
8526         * message.el (message-fetch-field): Unfold properly.
8527
8528         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8529         in text/plain.
8530
8531 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532
8533         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8534         (gnus-auto-select-first): Removed.
8535         (gnus-auto-select-first): Extended.
8536         (gnus-summary-read-group-1): Use new value.
8537
8538 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * message.el (message-fix-before-sending): Space.
8541
8542         * nnmail.el (nnmail-find-file): Don't erase.
8543
8544 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8545
8546         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8547
8548 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8549
8550         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8551
8552 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8553
8554         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8555
8556 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8557
8558         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8559         20.4.
8560
8561 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * gnus-art.el (gnus-mime-view-all-parts): New command and
8564         keystroke.
8565
8566         * mm-decode.el (mm-display-external): Translate slashes.
8567
8568         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8569
8570         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8571
8572         * mm-decode.el (mm-quote-arg): Quote spaces.
8573         (mm-display-external): Quote args.
8574
8575 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576
8577         * mm-decode.el (mm-inlinable-part-p): New function.
8578
8579 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8580
8581        * mm-util.el (mm-disable-multibyte): New function.
8582
8583 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8584
8585         * gnus.el: Pterodactyl Gnus v0.33 is released.
8586
8587 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8590
8591         * mm-decode.el (mm-display-external): Don't switch for externals.
8592         (mm-dissect-multipart): Don't include end-sep.
8593
8594         * mm-util.el (mm-get-coding-system-list): New function.
8595         (mm-coding-system-list): New variable.
8596
8597 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8598
8599         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8600
8601 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8602
8603         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8604         group
8605
8606 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8607
8608         * base64.el (base64-run-command-on-region): External base64
8609         decoder do not use coding system
8610
8611 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8612
8613         * mm-decode.el (mm-interactively-view-part): Typo.
8614
8615 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8616
8617         * mm-decode.el (mm-dissect-multipart): Display last part when the
8618         article has no close-delimiter
8619
8620 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8621
8622         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8623         content-type.
8624
8625 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8626
8627         * gnus-art.el (gnus-display-mime): Typo.
8628
8629 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8630
8631         * gnus.el: Pterodactyl Gnus v0.32 is released.
8632
8633 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8634
8635         * gnus-kill.el (gnus-batch-score): Protect against errors.
8636
8637         * gnus-art.el: Protect against broken headers.
8638
8639         * mm-decode.el (mm-display-external): Respect needsterm.
8640         (mm-display-external): Create buffer for external commands.
8641
8642 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8645
8646         * mm-decode.el (mm-display-external): Use file name.
8647
8648 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8649
8650         * gnus-util.el (gnus-output-to-rmail):  adjust to
8651           `rmail-output-to-rmail-file'
8652
8653 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8656
8657         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8658         headers.
8659
8660         * gnus-art.el (article-decode-charset): Fold case.
8661
8662 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8663
8664         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8665
8666 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8667
8668         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8669         after being stored.
8670
8671 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8672
8673         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8674         come.
8675
8676 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * gnus-xmas.el (wid-edit): Required.
8679
8680         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8681
8682 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8683
8684         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8685
8686 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8687
8688         * gnus-art.el (article-decode-charset): Narrow to the correct
8689         region.
8690
8691         * mm-bodies.el: Fix autoload.
8692
8693 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8694
8695         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8696
8697 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8698
8699         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8700
8701 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8702
8703         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8704         (gnus-article-add-button): Ditto.
8705
8706         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8707
8708         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8709         (gnus-article-prepare-display): Bind url-standalone-mode.
8710
8711         * mm-decode.el (mm-remove-part): Also delete directory.
8712         (mm-display-external): Create a private sub-dir.
8713
8714         * mailcap.el (mailcap-binary-suffixes): New variable.
8715         (mailcap-command-p): Use it.
8716
8717 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8718
8719         * nnmbox.el (nnmbox-request-group): Change server.
8720         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8721
8722         * message.el (message-encode-message-body): Don't stomp MIME
8723         headers.
8724
8725         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8726         unless useful.
8727         (gnus-summary-exit): Check for a live article buffer.
8728         (gnus-summary-exit-no-update): Ditto.
8729
8730         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8731         param.
8732
8733         * gnus-sum.el (gnus-article-decoded-p): New variable.
8734
8735         * mm-decode.el (mm-display-external): Use no-conv.
8736
8737         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8738         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8739
8740         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8741         mouse-click.
8742
8743 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8744
8745         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8746
8747 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8748
8749         * gnus.el: Pterodactyl Gnus v0.31 is released.
8750
8751 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8752
8753         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8754
8755         * mm-decode.el (mm-display-part): Accept no-default.
8756
8757         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8758         a parameter.
8759
8760         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8761         (gnus-summary-prepare-threads): Ditto.
8762
8763         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8764
8765         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8766         (gnus-mime-button-line-format): Doc fix.
8767         (gnus-insert-mime-button): Use it.
8768         (gnus-article-add-button): Use widget-convert-button.
8769
8770         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8771         ignore.
8772
8773         * mm-decode.el (mm-alternative-precedence): Ditto.
8774
8775 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8776
8777         * mm-decode.el (mm-user-automatic-display): Use enriched.
8778
8779 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8780
8781         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8782         right place.
8783
8784 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8787
8788         * gnus-art.el (article-update-date-lapsed): Only update header if
8789         buffer is dispalyed in frame.
8790         (gnus-article-prepare-display): New function.
8791         (gnus-article-prepare): Use it.
8792
8793 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8796
8797         * mm-view.el (mm-insert-inline): New function.
8798
8799         * mm-decode.el (mm-pipe-part): Bugged.
8800
8801         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8802
8803         * mm-bodies.el (mm-encode-body): Move over the body.
8804
8805         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8806
8807         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8808
8809 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8810
8811         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8812           related functions.  Handle message/rfc822 parts.  Display subject on
8813           multipart summary lines.  Display name on sub-parts when available.
8814
8815 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8816
8817         * mailcap.el (mailcap-command-p): New version.
8818
8819 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8820
8821         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8822         groups.
8823
8824 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8825
8826         * message.el (message-make-date): Remove weekday name.
8827
8828         * mm-decode.el (mm-dissect-buffer): Protect against broken
8829         headers.
8830
8831         * mailcap.el (mailcap-command-in-path-p): New function.
8832         (mailcap-command-p): Renamed.
8833
8834 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8835
8836         * rfc2047.el (eval): Autoload.
8837
8838 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839
8840         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8841         (gnus-multi-decode-encoded-word-string): New function.
8842         (gnus-encoded-word-method-alist): New variable.
8843         (gnus-decode-encoded-word-functions): Removed.
8844
8845 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
8846
8847         * gnus-int.el (gnus-request-replace-article): Replace
8848         message-narrow-to-headers with message-narrow-to-head
8849
8850 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851
8852         * drums.el (drums-quote-string): Reversed match.
8853
8854         * message.el (message-make-date): Use weekday name.
8855
8856 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8857
8858         * gnus.el: Pterodactyl Gnus v0.30 is released.
8859
8860 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861
8862         * gnus-art.el (article-decode-encoded-words): Use it.
8863         (gnus-decode-header-function): New variable.
8864
8865         * gnus-sum.el (gnus-nov-parse-line): Use it.
8866         (gnus-decode-encoded-word-function): New variable.
8867
8868         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
8869         buffer.
8870
8871         * gnus-art.el (gnus-insert-mime-button): Use widget.
8872         (gnus-widget-press-button): New function.
8873         (gnus-article-prev-button): Removed.
8874         (gnus-article-next-button): Ditto.
8875         (gnus-article-add-button): Ditto.
8876
8877         * gnus.el (gnus-article-mode-map): Inherit from widget.
8878         (gnus-article-mode-map): No, don't.
8879
8880         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
8881         (mm-content-id-alist): New variable.
8882         (mm-get-content-id): New function.
8883
8884         * gnus-art.el (gnus-request-article-this-buffer): Only decode
8885         articles if we are fetching to the article buffer.
8886
8887 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
8888
8889         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
8890         articles.
8891
8892 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
8895         (mm-default-mime-charset): New variable.
8896
8897         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
8898
8899         * drums.el (drums-quote-string): Reversed test.
8900
8901 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
8904         string.
8905
8906         * drums.el (drums-quote-string): New function.
8907
8908         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
8909         (rfc2047-b-encode-region): Chop lines.
8910         (rfc2047-q-encode-region): Ditto.
8911
8912 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8913
8914         * gnus.el: Pterodactyl Gnus v0.29 is released.
8915
8916 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
8917
8918         * mm-decode.el (mm-save-part): Message right.
8919
8920 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921
8922         * drums.el (drums-parse-address): Returned a list instead of a
8923         string.
8924         (drums-remove-whitespace): Skip comments.
8925         (drums-parse-addresses): Didn't work.
8926
8927 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8928
8929         * gnus.el: Pterodactyl Gnus v0.28 is released.
8930
8931 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
8934         starting point.
8935         (article-decode-encoded-words): Rename.
8936
8937         * message.el (message-narrow-to-headers-or-head): New function.
8938
8939         * gnus-int.el (gnus-request-accept-article): Narrow to the right
8940         region.
8941
8942         * message.el (message-send-news): Encode body after checking
8943         syntax.
8944
8945         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
8946
8947         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
8948
8949         * gnus-art.el (gnus-display-mime): Respect disposition.
8950
8951         * mm-decode.el (mm-preferred-alternative): Respect disposition.
8952
8953         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
8954         text with annotations.
8955
8956         * message.el (message-make-date): Fix sign for negative time
8957         zones.
8958
8959         * mm-view.el (mm-inline-image): Insert a space at the end of the
8960         image.
8961
8962         * mail-parse.el: New file.
8963
8964         * rfc2231.el: New file.
8965
8966         * drums.el (drums-content-type-get): Removed.
8967         (drums-parse-content-type): Ditto.
8968
8969         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
8970
8971 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8972
8973         * gnus.el: Pterodactyl Gnus v0.27 is released.
8974
8975 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
8976
8977         * mm-decode.el (mm-alternative-precedence): New variable.
8978         (mm-preferred-alternative): New function.
8979
8980         * gnus-art.el (gnus-mime-copy-part): New command.
8981
8982         * mm-decode.el (mm-get-part): New function.
8983
8984         * mm-view.el: New file.
8985
8986         * mm-decode.el (mm-dissect-buffer): Downcase cte.
8987         (mm-display-part): Default to mailcap-save-binary-file.
8988
8989 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8990
8991         * gnus.el: Pterodactyl Gnus v0.26 is released.
8992
8993 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * mm-decode.el (mm-interactively-view-part): New function.
8996
8997         * gnus-art.el (gnus-mime-view-part): New command.
8998
8999         * mm-decode.el (mm-last-shell-command): New variable.
9000
9001         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9002
9003         * mm-decode.el (mm-save-part): New function.
9004
9005         * gnus-art.el (article-decode-charset): Protect against buggy
9006         content-types.
9007         (gnus-mime-pipe-part): New command.
9008         (gnus-mime-save-part): New command.
9009         (gnus-mime-button-map): New keymap.
9010         (gnus-mime-button-line-format): New variable.
9011         (gnus-insert-mime-button): New function.
9012         (gnus-display-mime): Use it.
9013
9014         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9015
9016         * mm-decode.el (mm-inline-text): Decode charsets.
9017
9018         * gnus-art.el (gnus-article-save): Comment fix.
9019
9020         * gnus-int.el (gnus-start-news-server): When in batch, don't
9021         prompt.
9022
9023         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9024         decode.
9025
9026         * mm-decode.el (mm-inline-media-tests): Add audio.
9027         (mm-inline-audio): New function.
9028
9029 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9030
9031         * gnus-art.el (article-make-date-line): Didn't work.
9032
9033         * parse-time.el (parse-time-string): One too many nils.
9034
9035 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9036
9037         * gnus.el: Pterodactyl Gnus v0.25 is released.
9038
9039 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9040
9041         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9042         annotations.
9043
9044         * gnus.el ((featurep 'gnus-xmas)): New
9045         'gnus-annotation-in-region-p alias.
9046
9047 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * mm-util.el (mm-with-unibyte-buffer): New function.
9050
9051         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9052
9053         * mm-decode.el (mm-inline-media-tests): New variable.
9054
9055         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9056
9057         * gnus-art.el (gnus-article-mime-handles): New variable.
9058
9059         * drums.el (drums-narrow-to-header): New function.
9060
9061         * gnus-art.el (article-decode-charset): Use it.
9062
9063         * drums.el (drums-content-type-get): New function.
9064
9065         * mm-util.el (mm-content-type-charset): Removed.
9066
9067         * drums.el (drums-syntax-table): @ is word.
9068         (drums-parse-content-type): New function.
9069
9070         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9071         EDT" times.
9072
9073         * gnus-util.el (gnus-date-get-time): Use safe date.
9074
9075         * gnus-sum.el (gnus-show-mime): Removed.
9076         (gnus-summary-toggle-mime): Removed.
9077
9078         * gnus-art.el (gnus-strict-mime): Removed.
9079         (gnus-article-prepare): Don't do MIME.
9080         (gnus-decode-encoded-word-method): Removed.
9081         (gnus-show-mime-method): Removed.
9082
9083 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9084
9085         * gnus.el: Pterodactyl Gnus v0.24 is released.
9086
9087 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9088
9089         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9090         PREFIX.
9091
9092         * parse-time.el (parse-time-rules): Accept times that look like
9093         "h:mm".
9094
9095         * message.el (message-make-date): Use zone properly.
9096
9097         * gnus.el: Autoload gnus-batch.
9098
9099         * gnus-art.el (article-de-quoted-unreadable): Do not do
9100         gnus-article-decode-rfc1522.
9101
9102         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9103
9104         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9105         param.
9106
9107         * message.el (message-encode-message-body): Check for us-ascii.
9108
9109         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9110         to the left.
9111
9112 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113
9114         * gnus-art.el (article-decode-charset): Rename.
9115
9116 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9117
9118         * gnus.el: Pterodactyl Gnus v0.23 is released.
9119
9120 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * gnus-util.el (gnus-parent-id): Ditto.
9123         (gnus-put-text-property-excluding-newlines): Ditto.
9124
9125         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9126
9127 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9128
9129         * message.el (message-generate-headers): Generate User-Agent
9130         instead of X-Mailer & X-Newsreader.
9131
9132         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9133         User-Agent header format.
9134
9135 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9136
9137         * gnus.el: Pterodactyl Gnus v0.22 is released.
9138
9139 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * mm-util.el (mm-multibyte-p): Typo.
9142
9143 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9144
9145         * gnus.el: Pterodactyl Gnus v0.21 is released.
9146
9147 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9148
9149         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9150
9151 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9152
9153         * mm-util.el (mm-multibyte-p): New function.
9154
9155 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9156
9157         * gnus.el: Pterodactyl Gnus v0.20 is released.
9158
9159 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * rfc2047.el (rfc2047-decode-region): Only decode when in
9162         multibyte.
9163
9164         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9165
9166         * gnus-int.el (gnus-request-replace-article): Encode.
9167         (gnus-request-accept-article): Encode.
9168
9169         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9170         here.
9171
9172         * gnus.el (gnus-article-display-hook): Take the charset functions
9173         out.
9174
9175         * time-date.el (safe-date-to-time): New function.
9176
9177         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9178
9179 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9180
9181         * gnus.el: Pterodactyl Gnus v0.19 is released.
9182
9183 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9184
9185         * base64.el (base64-encode-region): Accept no-line-break.
9186
9187         * mm-util.el (mm-mime-charset): New function.
9188
9189         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9190
9191 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9192
9193         * gnus.el: Pterodactyl Gnus v0.18 is released.
9194
9195 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9196
9197         * message.el (message-send-and-exit): Return t on success.
9198         (message-make-date): Make a proper time zone.
9199
9200         * gnus-draft.el (gnus-draft-send): Only remove article if the
9201         sending is successful.
9202
9203         * drums.el (drums-get-comment): Return the last comment.
9204         (drums-parse-address): Parse old-style From headers.
9205
9206 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9207
9208         * gnus-sum.el (gnus-data-compute-positions): Move below
9209         `gnus-save-hidden-threads' so the former is correctly detected as
9210         a macro.
9211
9212 1998-09-06  Dave Love  <fx@gnu.org>
9213
9214         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9215         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9216         time for nicer failure if it's not available.
9217
9218 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * time-date.el (time-to-seconds): Renamed.
9221
9222         * parse-time.el (parse-time-string): Downcase before handling.
9223         (parse-time-rules): Times without seconds have 0 seconds.
9224
9225         * rfc2047.el (rfc2047-encode-region): New version.
9226         (rfc2047-dissect-region): New function.
9227
9228 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * message.el (message-make-date): Use symbolic zone.
9231
9232 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233
9234         * time-date.el (parse-time): Always use parse-time.
9235
9236         * parse-time.el (parse-time-syntax): Use vectors.
9237
9238 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9239
9240         * gnus.el: Pterodactyl Gnus v0.17 is released.
9241
9242 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9243
9244         * time-date.el: Renamed from "date".
9245
9246         * gnus.el: Removed all timezone dependencies.
9247
9248         * score-mode.el: Removed.
9249         (gnus-score-edit-insert-date): Use date.
9250
9251         * date.el (float-to-time): New function.
9252
9253         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9254
9255         * date.el (time-to-float): New function.
9256
9257         * message.el (message-make-date): Use format-time-string.
9258         (message-make-expires): Use make-date.
9259
9260         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9261
9262         * gnus-util.el (gnus-dd-mmm): Use date.
9263         (gnus-sortable-date): Ditto.
9264
9265         * message.el (message-make-date): Take an optional time.
9266
9267         * gnus: Applied patches from 5.6.43.
9268
9269         * date.el (if): Use parse-time.
9270
9271         * gnus-score.el (gnus-summary-score-entry): Make into a command
9272         again.
9273
9274         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9275         gnus-agent.
9276
9277         * gnus.el (gnus-agent-meta-information-header): Moved here.
9278
9279 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9280
9281         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9282         (gnus-agent-fetch-group-1): Score article headers using normal
9283         group score files if the download score rule of a category/group
9284         is `file'.
9285         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9286         deciding what articles to download.
9287         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9288         predicate processing if predicate is `true' or `false'.
9289
9290 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9293
9294         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9295
9296         * score-mode.el (score-mode-coding-system): New variable.
9297         (gnus-score-edit-exit): Use it.
9298
9299 1998-09-04  Jason R Mastaler  <jason@4b.org>
9300
9301         * drums.el: Corrected typo.
9302
9303 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9304
9305         * mm-bodies.el (mm-body-encoding): Faster version.
9306
9307 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308
9309         * gnus-art.el (gnus-article-decode-charset): Only decode text
9310         things.
9311
9312         * message.el (message-output): Use rmail.
9313
9314         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9315         word part.
9316
9317         * mm-util.el (mm-charset-to-coding-system): Use
9318         rfc2047-default-charset.
9319         (mm-known-charsets): New variable.
9320
9321         * message.el (message-caesar-region): Bugged out.
9322
9323 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9324
9325         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9326         specifying `agent-predicate' in a group's parameters.
9327
9328 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9329
9330         * gnus.el: Pterodactyl Gnus v0.16 is released.
9331
9332 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333
9334         * nnmail.el (nnmail-expired-article-p): Use predicate.
9335
9336         * date.el (time-less-p): Renamed.
9337
9338         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9339         from the headers.
9340
9341         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9342         functions.
9343
9344         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9345         all.
9346         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9347         to all functions.
9348
9349 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9350
9351         * gnus.el: Pterodactyl Gnus v0.15 is released.
9352
9353 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354
9355         * date.el: New file.
9356
9357         * gnus-util.el (gnus-encode-date): Removed.
9358         (gnus-time-less): Ditto.
9359
9360         * nnmail.el (nnmail-date-to-time): Removed.
9361         (nnmail-time-less): Ditto.
9362         (nnmail-days-to-time): Ditto.
9363         (nnmail-time-since): Ditto.
9364
9365         * drums.el: New file.
9366
9367 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * message.el (message-encode-message-body): Encode headers with
9370         body encoding.
9371
9372         * rfc2047.el (rfc2047-default-charset): Renamed.
9373         (rfc2047-encodable-p): Use it.
9374
9375         * base64.el (mm-util): Required.
9376
9377 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378
9379         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9380         servers.
9381
9382         * gnus-util.el (gnus-output-to-rmail): Removed.
9383
9384         * gnus-art.el (gnus-summary-save-in-rmail): Use
9385         gnus-output-to-rmailrmail-output-to-rmail-file.
9386
9387         * rfc2047.el (rfc2047-decode-region): Fold case.
9388         (rfc2047-decode): Use decode-string.
9389
9390         * mm-util.el: Provide mm-char-int.
9391
9392 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9393
9394         * gnus.el: Pterodactyl Gnus v0.14 is released.
9395
9396 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9397
9398         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9399         sure we have 7bit.
9400
9401 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402
9403         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9404         ducplicates.
9405         (gnus-inews-insert-mime-headers): Removed.
9406
9407         * message.el (message-caesar-region): Protect against MULE chars.
9408
9409 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9410
9411         * mm-util.el (if): fset the right function.
9412
9413 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9414
9415         * gnus-art.el (gnus-article-decode-charset): Use real
9416         read-coding-system.
9417
9418 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * mm-bodies.el (mm-decode-body): Protect against malformed
9421         base64.
9422         (mm-decode-body): Check that buffer-file-coding-system is
9423         non-nil.
9424
9425 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9426
9427         * gnus.el: Pterodactyl Gnus v0.13 is released.
9428
9429 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9430
9431         * gnus-util.el (gnus-strip-whitespace): Already defined.
9432         Removed.
9433
9434         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9435
9436         * gnus-util.el (gnus-strip-whitespace): New function.
9437
9438         * mm-util.el (mm-content-type-charset): Downcase.
9439
9440 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9443         (gnus-article-decode-charset): Don't fetch all headers.
9444
9445         * mm-util.el (mm-read-coding-system): New function.
9446
9447         * mm-bodies.el (mm-decode-body): Check the right charset.
9448
9449         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9450
9451         * gnus-art.el (gnus-article-mode-line-format): Use short group
9452         format.
9453
9454 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9455
9456         * gnus.el: Pterodactyl Gnus v0.12 is released.
9457
9458 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9459
9460         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9461
9462         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9463         (gnus-article-decode-charset): Always run.
9464
9465         * mm-bodies.el (mm-decode-body): Decode cte.
9466
9467 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9468
9469         * gnus.el: Pterodactyl Gnus v0.11 is released.
9470
9471 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * message.el (message-encode-message-body): Ditto.
9474
9475         * gnus-art.el (gnus-article-decode-mime-words): New command and
9476         keystroke.
9477         (gnus-article-decode-charset): Ditto.
9478         (gnus-article-decode-charset): Only work under MULE.
9479
9480         * mm-util.el (mm-content-type-charset): New function.
9481
9482         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9483
9484         * message.el (message-send-mail): Insert MIME headers.
9485         (message-check-news-body-syntax): Don't warn for escape sequences.
9486         (message-check-news-body-syntax): Insert MIME headers.
9487
9488         * mm-bodies.el (mm-body-encoding): New function.
9489
9490         * message.el (message-encode-message-body): New function.
9491
9492         * mm-bodies.el: New file.
9493
9494         * mm-util.el (mm-narrow-to-head): New function.
9495
9496         * rfc2047.el (rfc2047-encode): Use it.
9497
9498         * mm-util.el: Provide mm-encode-coding-region.
9499
9500         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9501
9502         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9503
9504         * mm-util.el (mm-enable-multibyte): New function.
9505
9506         * message.el (message-set-work-buffer): Set multibyte.
9507
9508         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9509
9510         * gnus-util.el (gnus-point-at-eol): Removed.
9511         (gnus-point-at-bol): Ditto.
9512
9513         * base64.el (base64-decode-region): Commented out messaging.
9514
9515 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9516
9517         * gnus-msg.el (gnus-group-mail): make it behave like
9518         gnus-group-post-news with regards to the prefix (this enables the
9519         use of posting styles).
9520
9521 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9522
9523         * gnus.el (gnus-article-display-hook): Added
9524         gnus-article-decode-rfc1522 to hook.
9525
9526 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9527
9528         * gnus.el: Pterodactyl Gnus v0.10 is released.
9529
9530 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9533         hook to be run.
9534
9535 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536
9537         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9538
9539         * mm-util.el (mm-charsets-in-region): Removed.
9540
9541         * rfc2047.el: Renamed file.
9542
9543         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9544
9545         * message.el (message-mode): Set multibyte.
9546
9547         * mm-util.el (mm-charsets-in-region): Copied here.
9548
9549         * gnus-util.el: Removed gnus-truncate-string.
9550
9551         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9552
9553         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9554         (rfc1522-encodable-p): New function.
9555         (rfc1522-encode-message-header): Use it.
9556
9557 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9558
9559         * gnus.el: Pterodactyl Gnus v0.9 is released.
9560
9561 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * mm-util.el: Shadow encode-coding-string.
9564
9565         * base64.el (base64-encode-region): Don't add newline.
9566
9567         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9568
9569         * mm-util.el: New file.
9570
9571         * mm-decode.el: Somewhat depleted.
9572         * mm-encode.el: Ditto.
9573
9574         * rfc1522.el: New file.
9575
9576         * mm-util.el (mm-replace-chars-in-string): Copied here.
9577
9578         * mm-encode.el (mm-q-encode-region): New function.
9579
9580         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9581         param.
9582
9583         * mm-encode.el (mm-encode-word-region): Downcase.
9584
9585 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9586
9587         * gnus.el: Pterodactyl Gnus v0.8 is released.
9588
9589 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * message.el (message-send-mail): Encode headers.
9592
9593         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9594         (quoted-printable-encode-region): Upcase.
9595
9596         * message.el (message-default-charset): New variable.
9597
9598         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9599
9600         * message.el (message-narrow-to-field): Changed name.
9601
9602         * mm-encode.el: New file.
9603
9604         * message.el (message-narrow-to-header): New function.
9605
9606         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9607         right buffer.
9608
9609 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9610
9611         * gnus.el: Pterodactyl Gnus v0.7 is released.
9612
9613 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * gnus.el: Remove autoload for
9616         gnus-article-mime-decode-quoted-printable.
9617
9618         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9619         be decoded in non-MULE Emacsen.
9620
9621         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9622
9623 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9624
9625         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9626
9627 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628
9629         * mm-decode.el: Check for coding-system-list.
9630
9631 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9632
9633         * gnus.el: Pterodactyl Gnus v0.6 is released.
9634
9635 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9636
9637         * nnheader.el (fboundp): Protect code-coding-string.
9638
9639         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9640         is available.
9641
9642 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9643
9644         * gnus.el: Pterodactyl Gnus v0.5 is released.
9645
9646 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9649         (gnus-hack-decode-rfc1522): Removed.
9650
9651         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9652
9653 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9654
9655         * gnus.el: Gnus v0.4 is released.
9656
9657 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658
9659         * gnus-art.el (gnus-article-decode-mime-words): New command and
9660         keystroke.
9661
9662         * qp.el (quoted-printable-decode-region): Don't use hexl.
9663
9664         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9665
9666         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9667         (gnus-structured-field-decoder): Removed.
9668         (gnus-unstructured-field-decoder): Ditto.
9669
9670         * mm-decode.el: New file.
9671
9672         * qp.el: New file.
9673
9674         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9675
9676         * gnus-ems.el (fboundp): Removed gnus-split-string.
9677
9678         * gnus.el (gnus-splash-face): Doc fix.
9679
9680         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9681
9682         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9683         hexl.
9684
9685         * nnheader.el (nnheader-temp-write): Removed.
9686
9687 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9688
9689         * gnus.el: Gnus v0.3 is released.
9690
9691 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9692
9693         * gnus.el: Gnus v0.2 is released.
9694
9695 ;; Local Variables:
9696 ;; coding: iso-2022-7bit
9697 ;; End: