*** empty log message ***
[gnus] / lisp / ChangeLog
1 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * nntp.el (nntp-retrieve-data): Don't ignore quit.
4
5 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6
7         * gnus-art.el (gnus-article-banner-alist): New variable.
8         (article-strip-banner): Use it.
9         * gnus-cus.el (gnus-group-parameters): Allow symbol.
10
11 2000-10-02  Dave Love  <fx@gnu.org>
12
13         * smiley-ems.el: New file.
14
15         * gnus-ems.el (gnus-smiley-display): Autoload.
16         (mouse-set-point, set-face-foreground, set-face-background)
17         (x-popup-menu): Don't clobber these.
18         (gnus-article-compface-xbm): New variable.
19         (gnus-article-display-xface): Move graphic test.  Use unibyte.
20         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
21
22         * mml.el (require): Fix typo.
23         (mml-parse-1): Modify unknown encoding prompt.
24
25         * mail-source.el (mail-sources): Revert to nil.
26
27         * nnmail.el (nnmail-spool-file): Revert previous change.
28
29         * gnus.el: Don't require custom, message.
30         (gnus-message-archive-method): Wrap initializer in progn and
31         require message here.
32
33 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
34
35         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
36         image's :ascent to 80.  That gives a mode-line which is approx.
37         as tall as the normal one.
38
39 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
40
41         * webmail.el (webmail-hotmail-list): Fix.
42
43 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
44
45         Don't postpone GCC if none of GCC methods is agent-covered.  This
46         fix presumes that the post-method must be agent-covered if any Gcc
47         method is agent-covered.
48
49         * gnus-msg.el (gnus-inews-group-method): New function.
50         (gnus-inews-do-gcc): Use it.
51         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
52         (gnus-agent-possibly-save-gcc): Use it.
53         (gnus-agent-possibly-do-gcc): Ditto.
54
55 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
56
57         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
58         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
59
60 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
61
62         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
63         webmail-hotmail-list): Update.
64
65 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
66
67         * mail-source.el (mail-source-report-new-mail): Use
68         nnheader-cancel-timer.
69
70 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
71
72         * lpath.el (overlay-*): Shut up.
73         * dgnushack.el: Two implementations of smiley.
74
75 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
76
77         * gnus-ml.el: Usage.
78         (gnus-mailing-list-archive, gnus-mailing-list-owner,
79         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
80         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
81         (gnus-mailing-list-menu): Define it.
82         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
83         
84         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
85
86 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
87
88         * webmail.el (webmail-my-deja-*): Rewrite.
89
90 2000-09-30  Simon Josefsson  <simon@josefsson.org>
91
92         * nnimap.el (nnimap-request-accept-article): Remove \n's from
93         From_ lines.
94
95 2000-08-05  Simon Josefsson <simon@josefsson.org>
96
97         Make GCC to remote groups work when unplugged
98         (postpone GCC until message is actually sent).
99
100         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
101
102         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
103         (gnus-agent-restore-gcc): 
104         (gnus-agent-possibly-save-gcc): New functions.
105
106         * gnus-msg.el (gnus-inews-add-send-actions): Use
107         `gnus-agent-possibly-do-gcc' if Agentized.
108         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
109         to `message-header-hook'.
110
111         * gnus.el (gnus-agent-gcc-header): New variable.
112
113 2000-07-13  Simon Josefsson <simon@josefsson.org>
114
115         Asks the user to synch flags with server when you plug in.
116
117         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
118         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
119         (gnus-agent-toggle-plugged): Call it.
120         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
121         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
122         (gnus-agent-possibly-synchronize-flags): New function.
123         (gnus-agent-possibly-synchronize-flags-server): New function.
124
125 2000-09-30  Simon Josefsson  <simon@josefsson.org>
126
127         * starttls.el: New file, by Daiki Ueno.
128
129 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
130
131         * message.el (message-make-in-reply-to): In-Reply-To is message-id
132         (see DRUMS).
133         
134 2000-09-29  Simon Josefsson  <simon@josefsson.org>
135
136         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
137         prefetch.
138
139 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
142         sending a command; allow the rtelnet prompt as well.
143
144 2000-09-29  Simon Josefsson  <simon@josefsson.org>
145
146         * message.el (message-send): Make sure error is signalled if no
147         send method is specified.
148
149 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
150
151         * qp.el (quoted-printable-encode-region): Wrap with
152         `mm-with-unibyte-current-buffer'.
153
154 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
155
156         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
157           McEwan's proposal.
158         
159 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
160
161         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
162         the GNU assignment issue.
163
164 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
165
166         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
167
168 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
169
170         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
171
172 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
173
174         * gnus-art.el (article-strip-banner): Use
175         gnus-group-find-parameter rather than gnus-group-get-parameter, to
176         allow inheritance on the banner.
177         From elkin@tverd.astro.spbu.ru.
178
179 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
180
181         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
182
183 2000-09-26  Dave Love  <fx@gnu.org>
184
185         * gnus-draft.el: Don't require gnus-agent.
186
187         * mm-view.el: Use featurep for XEmacs test.
188         (mm-inline-message): Test for `remove-specifier'; don't use
189         condition-case.
190
191 2000-09-24  Simon Josefsson  <simon@josefsson.org>
192
193         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
194
195         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
196         support ACL's.
197
198         * nnimap.el (nnimap-acl-get): Check capability.
199
200         * mail-source.el (mail-source-imap-file-coding-system): New variable.
201         (mail-source-fetch-imap): Use it.
202
203         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
204         (rfc2104-hash): Use it.
205
206         * imap.el (imap-starttls-p): Check for starttls binary.
207         (imap-starttls-open): More verbose.
208         (imap-gssapi-auth): Ditto.
209         (imap-kerberos4-auth): Ditto.
210         (imap-cram-md5-auth): Ditto.
211         (imap-login-auth): Ditto.
212         (imap-anonymous-auth): Ditto.
213         (imap-digest-md5-auth): Ditto.
214         (imap-open): Ditto.
215         (imap-digest-md5-p): Check capability first.
216
217 2000-09-24  Simon Josefsson  <simon@josefsson.org>
218
219         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
220         (imap-login-p): Support LOGINDISABLED.
221
222 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
223
224         * rfc2104.el: Add SHA-1 example.
225
226 2000-09-22  Simon Josefsson  <simon@josefsson.org>
227
228         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
229
230 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
231
232         * lpath.el: Bind nnkiboze-score-file.
233
234 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
235
236         * gnus-score.el (gnus-score-use-all-scores): New variable.
237         (gnus-all-score-files): Use it.
238         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
239         (nnkiboze-enter-nov): Fix it when there is no xref.
240         (nnkiboze-generate-groups): List groups.
241         * gnus-group.el (gnus-group-make-kiboze-group): Use 
242         nnkiboze-score-file.
243         
244         * nnkiboze.el (nnkiboze-request-article): Use
245         gnus-cache-request-article.
246         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
247
248 2000-07-16 Dmitry Bely <dbely@mail.ru>
249
250         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
251
252 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
253
254         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
255
256 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
257
258         * message.el (message-default-charset): Set default value in
259         non-MULE XEmacsen as iso-8859-1.
260
261 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
262
263         * gnus-demon.el: Use (featurep 'xemacs).
264         * gnus-agent.el: timer vs. itimer.
265         * mail-source.el: Ditto.
266
267 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
268
269         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
270         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
271         * gnus-sum.el (gnus-nov-parse-line): Ditto.
272         * nnkiboze.el (nnkiboze-file-coding-system): New.
273         (nnkiboze-retrieve-headers): Use it.
274         (nnkiboze-request-group): Ditto.
275         (nnkiboze-close-group): Ditto.
276         (nnkiboze-generate-group): Ditto.
277         (nnkiboze-enter-nov): Insert first Xref properly.
278
279 2000-09-19  Dave Love  <fx@gnu.org>
280
281         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
282         (nnmail-get-new-mail): Test `sources' in top-level conditional.
283
284         * mail-source.el (mail-sources): Change default to '((file)).
285         Add useful custom type.
286
287 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
288
289         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
290         year).
291         (gnus-date-iso8601): Ditto.
292
293 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
294
295         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
296
297 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
298
299         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
300         pattern. Avoid using 8 bit chars.
301         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
302
303 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
304
305         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
306         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
307         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
308         functions are not implemented yet.
309         
310         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
311         x-overlay.el from the FSF Emacs black list.
312
313 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
314
315         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
316         (mm-inline-media-tests): Ditto.
317         (mm-automatic-display): Ditto.
318         * mm-view.el (mm-display-inline-fontify): Generalize from 
319         mm-display-patch-inline. 
320         (mm-display-patch-inline): Use it.
321         (mm-display-elisp-inline): Ditto.
322         
323 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
324
325         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
326         (gnus-topic-unmark-topic): Ditto.
327         (gnus-topic-mark-topic): Ditto.
328         (gnus-topic-get-new-news-this-topic): Use it.
329
330 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
331
332         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
333         display xface.
334
335 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
338         zombie or killed groups.
339         
340 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
341
342         * mml.el (mml-preview): Reinsert unibyte content. 
343         (mml-parse-1): Remove with-unibyte-current-buffer.
344         (mml-generate-mime-1): Ditto.
345         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
346         * message.el (message-forward): Ditto.
347
348 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
349
350         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
351         original article buffer.
352         (article-de-base64-unreadable): Ditto.
353         (article-wash-html): Ditto.
354
355 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
356
357         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
358         unless forward-show-mml.
359
360 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
361
362         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
363         (gnus-summary-save-parts-last-directory): New.
364         (gnus-summary-save-parts): Save history.
365
366 2000-09-14 Ben Gertzfield <che@debian.org>
367
368         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
369         variable.
370         (gnus-summary-save-parts): Use it.
371
372 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
373
374         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
375         * gnus-sum.el (gnus-summary-exit): Ditto.
376         (gnus-summary-exit-no-update): Ditto.
377         (gnus-summary-show-article): Ditto.
378
379 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
380
381         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
382         Content-Disposition.
383
384 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
385
386         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
387
388 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
389
390         * gnus-art.el (gnus-article-setup-buffer): Set
391         gnus-article-mime-handles to nil.
392         * gnus-sum.el (gnus-summary-exit): Ditto.
393         (gnus-summary-exit-no-update): Ditto.
394         (gnus-summary-show-article): Ditto.
395         (gnus-summary-save-parts): Use gnus-article-mime-handles if
396         dissected.
397         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
398
399 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
400
401         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
402         (gnus-sort-threads-1): New function. Sort threads recursively.
403         (gnus-sort-threads): Use it.
404         (gnus-sort-gathered-threads): Doc fix.
405
406 2000-09-13  Dave Love  <fx@gnu.org>
407
408         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
409
410         * gnus-ems.el (gnus-ems-redefine): Don't alias
411         gnus-summary-set-display-table.
412
413         * message.el (message-user-agent): Don't wrap ignore-errors around
414         it.
415
416         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
417         `format'.
418         (mm-content-transfer-encoding): Don't use cadar.
419
420         * uudecode.el (uudecode-decoder-program) 
421         (uudecode-decoder-switches): Customize.
422
423         * gnus-score.el (gnus-home-score-file): Improve custom type.
424
425         * gnus-cus.el (gnus-custom-mode): Conditionally set local
426         variables for Emacs 21.
427         (gnus-group-customize): Disable undo while laying out the buffer.
428
429 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
430
431         * gnus-util.el (gnus-write-active-file): Bind
432         coding-system-for-write.
433
434 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
435
436         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
437         
438         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
439         * gnus-kill.el (gnus-batch-score): Ditto.
440         * gnus-move.el (gnus-change-server): Ditto.
441         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
442
443 2000-09-12  Simon Josefsson  <simon@josefsson.org>
444
445         * gnus-sum.el (gnus-update-read-articles): Undo
446         `gnus-request-set-mark' operation.
447
448 2000-09-11  Dave Love  <fx@gnu.org>
449
450         * Changelog: Use iso-2022 coding.
451
452         * gnus-msg.el (gnus-msg-mail): New function.
453         (gnus-user-agent): New mail agent.
454
455 2000-09-10  Dave Love  <fx@gnu.org>
456
457         * message.el: Require mail-abbrevs for XEmacs for a problem with
458         keybinding despite the autoloads for it.
459
460 2000-09-08  Simon Josefsson  <simon@josefsson.org>
461
462         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
463
464         * nnimap.el (nnimap-request-update-info-internal): Remove tick
465         marks from dormant articles. (See nnimap-request-set-mark.)
466         (nnimap-retrieve-headers-progress): Demule.
467         (nnimap-open-server): Call nnoo-change-server twice, once for
468         getting the nnimap-server-buffer and once for letting n-c-s set
469         the variables in that buffer.
470
471 2000-09-08  David Edmondson <dme@dme.org>
472
473         * gnus.el (gnus-short-group-name): Guess separator.
474
475 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
476
477         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
478         XEmacs as well.
479
480 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
481
482         * gnus-group.el (gnus-group-insert-group-line): Fix.
483
484 2000-09-04  Dave Love  <fx@gnu.org>
485
486         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
487         (mm-get-image): Avoid the losing `make-glyph' from W3.
488
489 2000-09-03  Simon Josefsson  <simon@josefsson.org>
490
491         * gnus-sum.el (gnus-summary-delete-article): Check server.
492
493 2000-09-01  Simon Josefsson  <simon@josefsson.org>
494
495         * imap.el (imap-parse-flag-list): Rewrite.
496
497         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
498
499         * imap.el (imap-parse-flag-list): Hack.
500
501 2000-08-29  Dave Love  <fx@gnu.org>
502
503         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
504
505         * dgnushack.el (mapcon, union): Remove compiler macros.
506
507         * gnus-agent.el (gnus-agent-union): new function.
508         (gnus-agent-fetch-headers): Use it.
509
510         * gnus.el (gnus-group-startup-message): Specify foreground and
511         background for xpm image.  Centre image vertically.
512         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
513
514 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
515
516         * message.el (message-send-mail): Narrow-to-headers.
517
518 2000-08-24  Dave Love  <fx@gnu.org>
519
520         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
521         21.
522
523 2000-08-23  Dave Love  <fx@gnu.org>
524
525         * dgnushack.el: Remove `member-if' compiler macro.
526
527 2000-08-21  Dave Love  <fx@gnu.org>
528
529         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
530
531 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
532
533         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
534         permanent is used.
535         (gnus-topic-show-topic): Read topic when to show permanent hidden
536         topic.
537         (gnus-topic-remove-topic): Revert to the old behavior, not using
538         hide.
539
540 2000-08-21  Dave Love  <fx@gnu.org>
541
542         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
543         (gnus-xemacs): Use featurep.
544
545         * mm-util.el (mm-read-charset): Maybe use builtin.
546         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
547         (mm-multibyte-p, mm-with-unibyte-current-buffer)
548         (mm-with-unibyte): Use featurep, not string-match.
549         (mm-with-unibyte-buffer): Simplify.
550         (mm-quote-arg): Maybe use shell-quote-argument.
551
552         * mml.el (mml-make-string): Deleted (unused).
553
554         * gnus.el (gnus-mode-line-buffer-identification): Supply
555         definition for Emacs 21.
556
557         * gnus-salt.el: Small doc fixes.
558         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
559         gnus-add-minor-mode.
560
561         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
562         gnus-add-minor-mode.
563
564 2000-08-20  Simon Josefsson  <simon@josefsson.org>
565
566         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
567         function, thanks to Lloyd Zusman for debugging.
568         (nnimap-request-group): 
569         (nnimap-request-list): 
570         (nnimap-retrieve-groups): 
571         (nnimap-request-newgroups): Use it.
572
573         * nnimap.el (nnimap-request-article-part): Less verbose.
574
575 2000-08-19  Andreas Jaeger  <aj@suse.de>
576
577         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
578         subst-char-in-string since we test elsewhere whether it's bound.
579         
580 2000-08-18  Dave Love  <fx@gnu.org>
581
582         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
583         custom type.
584
585         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
586         gnus-group-running-xemacs.
587
588         * nnheader.el (nnheader-replace-chars-in-string): Use
589         subst-char-in-string if available.
590
591         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
592         (gnus-request-article-this-buffer): Use expand-file-name.
593         (gnus-mime-view-part-as-type): Simplify interactive spec.
594         (gnus-mime-button-map): Define it all in defvar.
595
596 2000-08-17  Dave Love  <fx@gnu.org>
597
598         * gnus-group.el (gnus-group-running-xemacs): Deleted.
599
600         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
601         last-nonmenu-event.
602
603         * uudecode.el (char-int): Use defalias, not fset.
604
605         * score-mode.el: Don't require easymenu.  Require mm-util.
606         (score-mode-coding-system): Use mm-auto-save-coding-system.
607
608         * nneething.el (nneething-create-mapping): Don't use cadar & al.
609         (nneething-file-name): Use expand-file-name, not concat.
610
611 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
612
613         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
614         Failure proof for email addresses.
615         (nnslashdot-sane-retrieve-headers): Ditto.
616
617 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * message.el (message-send-mail): Only insert courtesy message
620         when text/plain.
621
622 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
623
624         * message.el (message-cancel-news): Copy the From header from the
625         original article.
626
627 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * gnus-async.el (gnus-asynchronous): Removed.
630
631 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
632
633         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
634         format.
635
636 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
637
638         * nnmail.el (nnmail-expiry-target-group): Fixed.
639
640 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
641
642         * nnmail.el (nnmail-expiry-target-group): Fix the call to
643         gnus-request-accept-article so that body encoding is *not* done.
644         Encoding is not done on incoming mail, so why should it be done on
645         expired mail?
646
647
648 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
649
650         * nnml.el (nnml-request-expire-articles): Fix the calls to
651         nnml-request-article (the filename was being passed instead of the
652         article number) and nnmail-expiry-target-group
653         (nnml-current-directory is changed by nnml-request-accept-article,
654         causing it to be incorrect for the next article to be expired).
655
656 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
657
658         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
659         expiry-target group parameters. 
660
661 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
664         buffer.
665         (gnus-topic-hide-topic): Take a PERMANENT parameter.
666         (gnus-topic-show-topic): Ditto.
667
668         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
669
670 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
671
672         * mail-source.el (mail-source-incoming-file-prefix): New
673         variable. 
674
675 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
678
679         * mailcap.el (mailcap-maybe-eval): Be even more warning.
680
681 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
682
683         * message.el (message-syntax-checks): New check quotin-style: 
684         Text must be written below quoted text.
685         (message-check-news-body-syntax): Check it.
686
687 2000-08-11  Simon Josefsson  <simon@josefsson.org>
688
689         * imap.el (imap-authenticator-alist): Fix typo.
690         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
691         Jonas Oberg for debugging.
692
693 2000-08-11  Simon Josefsson  <simon@josefsson.org>
694
695         * gnus-async.el (gnus-asynchronous): Disable by default.
696
697 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * mm-view.el (mm-inline-text): Bind fill-column.
700
701         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
702         list of unexpired articles.
703
704         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
705         un-expired articles. 
706
707         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
708         headers. 
709
710         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
711         we update the right topic.. 
712
713         * mm-decode.el (mm-display-external): Put point at start. 
714
715 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
716
717         * nnmail.el (nnmail-expiry-target): More explicit documentation.
718
719         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
720
721 2000-08-09  Simon Josefsson <simon@josefsson.org>
722
723         * imap.el (imap-parse-body):
724         (imap-parse-string-list): Add bug workarounds for Stalker
725         Communigate Pro 3.0 server.
726         (imap-body-lines): Remove bogus comment.
727
728         * imap.el (imap-range-to-message-set): Move from nnimap.el.
729
730         * nnimap.el (nnimap-retrieve-which-headers):
731         (nnimap-retrieve-headers-from-server):
732         (nnimap-request-set-mark):
733         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
734
735 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
736
737         * message.el (message-dont-reply-to-names):
738         rmail-dont-reply-to-names may not be defined.
739
740 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
741
742         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
743         not use pop.
744
745 2000-07-19  Dave Love  <fx@gnu.org>
746
747         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
748         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
749         check.
750         (gnus-article-display-xface): Special-case for dark backgrounds.
751
752 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
753
754         * imap.el (imap-calculate-literal-size-first): New variable.
755         (imap-local-variables): Add it.
756         (imap-kerberos4-open): Set it.
757         (imap-send-command): Use it.
758
759 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
760
761         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
762         (mailcap-parse-mimetypes): Use it.
763         (mailcap-extension-to-mime): Parse mimetype.
764         (mailcap-mime-types): Ditto.
765         * mml.el (mml-minibuffer-read-type): Ditto.
766
767 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
768
769         * nndoc.el (nndoc-type-alist): Add outlook.
770         (nndoc-outlook-type-p): New function.
771         (nndoc-outlook-article-begin): Ditto.
772
773 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
774
775         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
776         excursion.
777
778 2000-07-15  Simon Josefsson  <simon@josefsson.org>
779
780         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
781
782         * imap.el (imap): 
783         (imap-kerberos4-program): 
784         (imap-gssapi-program): 
785         (imap-ssl-program): Customization.
786         (imap-shell-program): 
787         (imap-shell-host): New variables.
788         (imap-streams): 
789         (imap-stream-alist): Add shell.
790         (imap-shell-p): 
791         (imap-shell-open): New functions.
792         (imap-open): Don't call authenticator if preauth.
793         (imap-authenticate): Return t if already authenticated.
794
795 2000-07-14  Simon Josefsson  <simon@josefsson.org>
796
797         * gnus.el (gnus-invalid-group-regexp): New variable.
798         (gnus-read-group): Use it.
799
800 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
801
802         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
803         expunge-below and orphan-score are "group variables".
804
805 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
806
807         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
808         qualified group names to `gnus-group-read-ephemeral-group'.
809
810 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * dgnushack.el (srcdir): Define it before use it.
813
814 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
815
816         * gnus-sum.el: `W t' is toggle-header in info.
817
818 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
819
820         * lpath.el: Fbind subst-char-in-string.
821
822 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
823
824         * Makefile.in: Use W3DIR and lispdir.
825         * dgnushack.el: Ditto.
826
827 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
828
829         * gnus-art.el (article-de-base64-unreadable): Typo.
830
831 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
832
833         * gnus-agent.el (require): Require timer.
834
835 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
836
837         * message.el (message-bounce): Call mime-to-mml.
838
839 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * nnslashdot.el (nnslashdot-request-close): New function.
842
843 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
846         right line number for the article.
847
848 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
849
850         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
851         * webmail.el (webmail-fetch): Bind 
852         url-http-silence-on-insecure-redirection.
853
854 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
855
856         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
857         unibyte.
858         (nnslashdot-sane-retrieve-headers): Ditto.
859         (nnslashdot-request-article): Ditto.
860
861 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
862
863         * mailcap.el (mailcap-parse-mimetype-file): 
864
865 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
866
867         * nnweb.el (nnweb-insert): Stricter test.
868         * webmail.el (webmail-refresh-redirect): Ditto.
869
870 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
871
872         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
873
874 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
875
876         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
877
878 2000-07-05  Dave Love  <fx@gnu.org>
879
880         * utf7.el: Doc and header fixes.
881
882         * gnus-sum.el: Doc fixes.
883
884         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
885         defalias, not fset.
886
887         * flow-fill.el (fill-flowed-point-at-eol)
888         (fill-flowed-point-at-bol): Use defalias, not fset.
889
890         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
891         (gnus-Plain-save-name): Delete -- apparently bogus.
892
893 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * nnsoup.el: Use expand-file-name throughout.
896
897 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
898
899         * nnmail.el (nnmail-read-incoming-hook): New example.
900
901 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * mm-view.el (mm-inline-text): Check whether the text has already
904         been decoded.
905
906 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
907
908         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
909
910 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
911
912         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
913
914 2000-07-03  Simon Josefsson  <simon@josefsson.org>
915
916         * gnus-sum.el (gnus-update-marks): Don't propagate download and
917         unsend flags.
918
919 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
920
921         * nnimap.el (nnimap-open-connection): Don't look up virtual server
922         name in authinfo (.authinfo now support ports, no need for the
923         hack).
924         (nnimap-split-find-rule): Fix.
925         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
926
927 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
928
929         * message.el (message-unquote-tokens): Remove all quotes.
930
931 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
932
933         * gnus-ml.el: New file. 
934
935 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * nnultimate.el (nnultimate-request-close): New function.
938
939         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
940
941 2000-06-18  Norbert Koch  <norbert@s.netic.de>
942
943         * Makefile.in: Better support for xemacs builds
944
945 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
946
947         * gnus.el: Gnus v5.8.7 is released.
948
949 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * mm-decode.el (mm-insert-part): Characters doubly decoded.
952
953 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
954
955         * message.el (message-do-fcc): Encode MIME.
956
957 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
958
959         * lpath.el: Fbind image-size.
960
961 2000-06-28  Simon Josefsson  <simon@josefsson.org>
962
963         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
964         (nnimap-assoc-match): New function.
965         (nnimap-split-find-rule): Support extended syntax.
966
967 2000-06-28  Simon Josefsson  <simon@josefsson.org>
968
969         * nnimap.el (nnimap-open-connection): Use port stuff.
970
971         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
972         document port and defaultport.
973
974 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
975
976         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
977
978 2000-06-26  Dave Love  <fx@gnu.org>
979
980         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
981
982         * message.el: Remove unnecessary `require'ments.  Defvar
983         gnus-list-identifiers when compiling.  Don't try to autoload
984         variable `gnus-list-identifiers'.  Autoload
985         gnus-group-name-charset.
986         (message-fetch-field): Don't assume `format' removes text
987         properties.
988         (message-strip-list-identifiers, message-reply, message-followup):
989         Require gnus-sum.
990         (message-mode): Tidy XEmacs conditionals.
991         (message-replace-chars-in-string): Use subst-char-in-string when
992         available.
993
994         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
995         Define if necessary.
996
997         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
998         removes text properties.
999
1000         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1001
1002         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1003
1004         * gnus-score.el (gnus-summary-score-entry): Likewise.
1005
1006 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * nnimap.el (nnimap-request-post): Fix parenthesis.
1009
1010 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1011
1012         * message.el (message-unquote-tokens): New function.
1013
1014         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1015
1016         * nnimap.el (nnimap-request-post): Ditto.
1017
1018 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1019
1020         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1021
1022         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1023         patch commited 2000-04-02).
1024
1025 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1026
1027         * imap.el (imap-mailbox-examine-1): New function.
1028         (imap-message-copyuid-1):
1029         (imap-message-appenduid-1): Use it, instead of
1030         `imap-mailbox-examine' which would utf-7 encode mailbox name
1031         twice.
1032
1033 2000-06-19  Dave Love  <fx@gnu.org>
1034
1035         * mm-uu.el Don't require message.  Require cl when compiling.
1036
1037 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1038
1039         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1040         a local variable.
1041         * gnus-sum.el (gnus-orphan-score): Move here.
1042
1043 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1044
1045         * message.el (message-forward): Remove show-mml condition.
1046         (message-forward-ignored-headers): Remove X-Gnus headers.
1047
1048 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1049
1050         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1051
1052 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1053
1054         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1055
1056 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1057
1058         * message.el (message-syntax-checks): Add type.
1059
1060 2000-06-07  Dave Love  <fx@gnu.org>
1061
1062         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1063         put-image.
1064         (mm-inline-image): Defalias, not fset.
1065
1066         * gnus.el (gnus-group-startup-message): Don't specify string for
1067         insert-image.
1068
1069         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1070         add-minor-mode is available.
1071         (gnus-article-display-xface): Don't specify string for
1072         insert-image.
1073
1074 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1075
1076         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1077         (gnus-topic-insert-topic-line): Use shownp.
1078         (gnus-topic-hide-topic): Don't use hidden.
1079         (gnus-topic-show-topic): Don't use hidden.
1080
1081 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1082
1083         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1084         system.
1085         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1086         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1087         * gnus-util.el (gnus-output-to-rmail): Ditto.
1088         (gnus-output-to-mail): Ditto.
1089         (gnus-write-buffer): Ditto.
1090         * gnus-uu.el (gnus-uu-save-article): Ditto.
1091
1092 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1093
1094         * message.el (message-read-from-minibuffer): Typo.
1095
1096 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1097
1098         * gnus-art.el (article-decode-charset): Override non-MIME forward
1099         charset.
1100
1101 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1102
1103         * mml.el (mml-quote-region): Correct the regexp.
1104         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1105
1106 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1107
1108         * message.el (message-forward): Insert raw text.
1109         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1110         (mml-generate-mime-1): Insert raw text in unibyte mode.
1111
1112 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1113
1114         * mm-bodies.el (mm-body-encoding): Always encoded if
1115         `mm-use-ultra-safe-encoding' is set.
1116
1117 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1118
1119         * mml.el (ange-ftp-name-format): Typo.
1120
1121 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1122
1123         * gnus-start.el (gnus-get-unread-articles): If
1124         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1125         try to do anything on that server.
1126         
1127 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1128
1129         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1130         from latest draft.
1131
1132 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1133
1134         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1135         is open.
1136
1137 2000-05-24  Dave Love  <fx@gnu.org>
1138
1139         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1140
1141 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1142
1143         * gnus.el (gnus-redefine-select-method-widget): new function, call
1144         it once. Add an "other" entry for unknown but editable backend
1145         name symbols.
1146         * gnus-start.el (gnus-declare-backend): use it.
1147
1148 2000-05-19  Dave Love  <fx@gnu.org>
1149
1150         * gnus-art.el (gnus-article-next-page): Revert last change.
1151
1152 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1153
1154         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1155
1156 2000-05-19  Dave Love  <fx@gnu.org>
1157
1158         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1159         not mm-inline-large-images.
1160
1161 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1162
1163         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1164
1165 2000-05-18  Dave Love  <fx@gnu.org>
1166
1167         * gnus-art.el: Use defalias, not fset.
1168         (gnus-article-x-face-command): Don't test for xbm.
1169         (gnus-article-next-page): Redisplay before testing point in window.
1170
1171 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1172
1173         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1174         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1175
1176 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1177
1178         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1179         gnus-summary-save-in-rmail.
1180         * message.el (message-output): Ditto.
1181
1182 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1185
1186 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1187
1188         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1189         is a charset.
1190         * message.el (message-send-news): Check group name charset.
1191         * gnus-msg.el (gnus-post-news): Decode group name.
1192         (gnus-inews-do-gcc): Encode group name.
1193
1194 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1195
1196         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1197         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1198
1199 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1200
1201         * gnus-group.el (gnus-group-mark-line-p): New function.
1202         (gnus-group-goto-group): New parameter.
1203         (gnus-group-remove-mark): Use it.
1204         * gnus-topic.el (gnus-topic-move-group): Ditto.
1205         (gnus-topic-remove-group): Ditto.
1206
1207 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1208
1209         * gnus-group.el (gnus-group-list-dormant): New function.
1210
1211 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1212
1213         * gnus-agent.el (gnus-agent-synchronize): Use
1214         nnheader-insert-file-contents.
1215         (gnus-agent-save-active-1): Ditto.
1216         (gnus-agent-write-active): Ditto.
1217         (gnus-agent-expire): Ditto.
1218         * gnus-cache.el (gnus-cache-read-active): Ditto.
1219         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1220         * gnus-sum.el (gnus-summary-import-article): Ditto.
1221
1222         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1223         (gnus-agent-save-group-info): Ditto.
1224         (gnus-agent-save-alist): Ditto.
1225         * gnus-util.el (gnus-make-directory): Ditto.
1226
1227         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1228
1229 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1230
1231         * mml.el (mml-generate-mime-preprocess-function): New variable.
1232         (mml-generate-mime-postprocess-function): New variable.
1233         (mml-generate-mime-1): Use them.
1234
1235 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1236
1237         * gnus-group.el (gnus-group-apropos): Group name charset.
1238         * gnus-sum.el (gnus-set-mode-line): Ditto.
1239         * gnus-group.el (gnus-group-decoded-name): New function.
1240         (gnus-group-edit-group): Use it.
1241         * gnus-cus.el (gnus-group-customize): Use it.
1242
1243 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1244
1245         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1246
1247 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1248
1249         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1250         (gnus-group-name-charset-group-alist): Ditto.
1251         (gnus-group-name-charset): New function.
1252         (gnus-group-name-decode): New function.
1253         (gnus-group-insert-group-line): Use them.
1254         (gnus-group-prepare-flat-list-dead): Ditto.
1255         (gnus-group-list-active): Ditto.
1256         (gnus-group-describe-all-groups): Ditto.
1257         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1258         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1259         add gnus-group property.
1260         (gnus-browse-group-name): Read gnus-group property.
1261
1262 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1263
1264         * nnfolder.el (nnfolder-possibly-change-group): Use
1265         file-name-coding-system instead of pathname-coding-system.
1266         * nnmail.el (nnmail-find-file): Ditto.
1267         (nnmail-write-region): Ditto.
1268         * nnmh.el (nnmh-retrieve-headers): Ditto.
1269         (nnmh-request-article): Ditto.
1270         (nnmh-request-group): Ditto.
1271         (nnmh-request-list): Ditto.
1272         (nnmh-possibly-change-directory): Ditto.
1273         (nnmh-active-number): Ditto.
1274         * nnml.el (nnml-possibly-change-directory): Ditto.
1275         (nnml-request-list): Ditto.
1276         (nnml-request-article): Ditto.
1277         (nnml-retrieve-headers): Ditto.
1278
1279 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1280
1281         * nnimap.el (nnimap-request-accept-article): Don't unselect
1282         mailbox if no mailbox is selected.
1283
1284 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1285
1286         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1287         Recognize domain names starting with `www.' as starting an URL.
1288
1289 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1290
1291         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1292         (mail-source-keyword-map): Add "subdirs" for maildir.
1293
1294 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1295
1296         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1297         (nnmail-get-new-mail): Use it.
1298         * gnus-start.el (gnus-get-unread-articles): Ditto.
1299
1300 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1301
1302         * gnus-sum.el (gnus-summary-edit-article): Better support for
1303         nndraft:drafts.
1304         * nndraft.el (nndraft-request-replace-article): New function,
1305         bind nnmail-file-coding-system.
1306
1307 2000-05-14  Dave Love  <fx@gnu.org>
1308
1309         * nnheader.el: Replace uses of `fset' with `defalias'.
1310         (jka-compr-compression-info-list): Only defvar when compiling.
1311
1312 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1313
1314         * webmail.el (webmail-netaddress-article): Refresh redirect.
1315
1316 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1317
1318         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1319
1320 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1321
1322         * webmail.el: Translate &nbsp; to SP.
1323
1324 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1325
1326         * message.el (message-bounce): Doc typo.
1327
1328 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1329
1330         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1331         (gnus-soup-store): Ditto.
1332         (gnus-soup-send-packet): Ditto.
1333         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1334         (nnsoup-dissect-buffer): Ditto.
1335         (nnsoup-narrow-to-article): Ditto.
1336         (nnsoup-make-active): Ditto
1337
1338 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1339
1340         * message.el (message-mode): Two parameters for local-variable-p.
1341
1342 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1343
1344         * message.el (message-strip-list-identifiers): New function.
1345         (message-reply): Use it and use message-strip-subject-re.
1346         (message-followup): Ditto.
1347         * gnus-art.el (article-hide-list-identifiers): Remove more.
1348         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1349
1350 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1351
1352         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1353         mail-parset-charset and use non-numeric argument.
1354
1355 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1356
1357         * mml.el (mml-buffer-list): New variable.
1358         (mml-generate-new-buffer): New function.
1359         (mml-destroy-buffers): Ditto.
1360         (mml-insert-mime): Use them.
1361         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1362         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1363         * message.el (message-mode): Ditto.
1364         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1365         (gnus-uu-save-article): Support show-as-mml.
1366         * message.el (message-forward): Ditto.
1367
1368 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1369
1370         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1371         (nndoc-mime-digest-type-p): Locate article head precisely.
1372         * mml.el (mml-generate-default-type): New variable.
1373         (mml-generate-mime-1): Use it.
1374         (mml-insert-mime-headers): Use it.
1375         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1376         (gnus-uu-digest-mail-forward): Use it and call message-forward
1377         with argument digest.
1378         (gnus-uu-save-article): Support message-forward-as-mime.
1379         * message.el (message-forward): Add parameter digest.
1380         * mm-decode.el (mm-dissect-default-type): New variable.
1381         (mm-dissect-buffer): Use it.
1382
1383 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1384
1385         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1386         newline and paragraph to nil when got a non-ascii character. Test
1387         paragraph before newline.
1388
1389 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1390
1391         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1392         limit to 76.
1393
1394 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * nnslashdot.el (nnslashdot-sid-strip): New function.
1397         (nnslashdot-threaded-retrieve-headers): New format.
1398         (nnslashdot-sane-retrieve-headers): Ditto.
1399         (nnslashdot-request-article): Ditto.
1400         (nnslashdot-threaded-retrieve-headers): Thread properly.
1401         (nnslashdot-request-article): Be more lenient.
1402         (nnslashdot-threaded-retrieve-headers): Regexp search.
1403
1404 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1405
1406         * gnus-sum.el (gnus-with-article): Define it before use it.
1407
1408 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1409
1410         * message.el (message-supersede): Use mime-to-mml.
1411         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1412
1413 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * gnus-group.el (gnus-group-list-cached): Don't use
1416         `subst-char-in-string'.
1417
1418 2000-05-08  Dave Love  <fx@gnu.org>
1419
1420         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1421
1422 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1423
1424         * mm-decode.el (mm-interactively-view-part): Append %s if the
1425         method is a single word.
1426         * nnwarchive.el (nnwarchive-type-definition): Typo.
1427
1428 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1429
1430         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1431         function.
1432         (gnus-group-prepare-flat-predicate): Use it.
1433         (gnus-group-list-cached): List dead groups.
1434
1435 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1436
1437         * gnus-art.el (article-decode-charset): Don't decode message with
1438         format.
1439
1440 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1441
1442         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1443         evaluate the Lisp code.
1444
1445 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1446
1447         * gnus-art.el (article-wash-html): New function.
1448         (gnus-article-wash-html): Bind.
1449         (gnus-article-make-menu-bar): Menu item.
1450         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1451         (gnus-summary-make-menu-bar): Menu item.
1452         * gnus.el: Autoload.
1453
1454 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1455
1456         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1457         (gnus-uu-unshar-article): Use it.
1458
1459         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1460         (mailcap-maybe-eval): Use it.
1461
1462         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1463         in docstring.
1464
1465         * mml.el (mml-generate-mime-1): Small comment.
1466
1467 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1468
1469         * gnus-art.el (article-de-base64-unreadable): New function.
1470         (gnus-article-de-base64-unreadable): Bind.
1471         (gnus-article-make-menu-bar): Menu item.
1472         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1473         (gnus-summary-make-menu-bar): Menu item.
1474         * gnus.el: Autoload.
1475
1476 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1477
1478         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1479         (gnus-summary-select-article): Add en/disable multibyte.
1480
1481 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1482
1483         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1484         (gnus-summary-edit-article): New feature: editing raw articles.
1485
1486 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1487
1488         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1489         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1490         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1491         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1492         * mm-decode.el (mm-insert-part): Ditto.
1493
1494 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1495
1496         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1497         (nndoc-forward-type-p): Ditto.
1498
1499 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1500
1501         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1502         value of enable-multibyte-characters.
1503
1504 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1505
1506         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1507
1508 2000-05-03  Dave Love  <fx@gnu.org>
1509
1510         * gnus-ems.el (gnus-article-xface-ring-internal)
1511         (gnus-article-xface-ring-size): New variable.
1512         (gnus-article-display-xface): Use them to cache data.  Don't try
1513         to use XPM.  Set up binary coding for PBM's sake.
1514
1515 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1516
1517         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1518         * gnus-int.el (gnus-request-accept-article): Ditto.
1519         (gnus-request-replace-article): Ditto.
1520         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1521
1522 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1523
1524         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1525
1526 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1527
1528         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1529         field.
1530         * mml.el (mml-to-mime): Use message-default-charset.
1531         (mml-preview): Narrow to headers.
1532         * message.el (message-send-mail): Use message-default-charset.
1533         (message-send-news): Narrow to headers;
1534         use message-default-charset.
1535
1536 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1537
1538         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1539         detect.
1540         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1541         restriction.
1542         (mml-parse-1): Warning message.
1543         (mml-preview): Disable multibyte.
1544
1545 2000-05-03  Dave Love  <fx@gnu.org>
1546
1547         * gnus.el (gnus-group-startup-message): Add newline before image.
1548
1549 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1550
1551         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1552         * message.el (message-send-mail): Use unibyte-buffer.
1553         (message-send-mail): Ditto.
1554
1555 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1556
1557         * gnus.el: Gnus v5.8.6 is released.
1558
1559 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1560
1561         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1562
1563 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1564
1565         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1566
1567 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1568
1569         * message.el (message-send-mail-partially): Use forward-line.
1570
1571 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1572
1573         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1574
1575 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1576
1577         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1578         (mml-insert-mime): No markup only for text/plain.
1579         (mime-to-mml): Remove MIME headers.
1580
1581 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1582
1583         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1584         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1585         as 8-bit.
1586         * lpath.el: Fbind image functions.
1587
1588 2000-04-28  Dave Love  <fx@gnu.org>
1589
1590         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1591         21.
1592
1593         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1594         search order.  Use parse-colon-path and remove some redundancy.
1595         Doc fix.
1596         (mailcap-parse-mimetypes): Code consistently with
1597         mailcap-parse-mailcaps.  Doc fix.
1598
1599         * gnus-start.el (gnus-unload): Iterate over `features', not
1600         `load-history'.
1601
1602 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1603
1604         * mml.el (mml-parse-1): Don't create blank parts.
1605         (mml-read-part): Fix mml tag.
1606         (mml-insert-mime): Convert message/rfc822.
1607         (mml-insert-mml-markup): Add mmlp parameter.
1608
1609 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1610
1611         * message.el (message-send-mail-partially): Remove CTE.
1612
1613 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1614
1615         * lpath.el: Fbind put-image for XEmacs.
1616         * mm-view.el (mm-inline-image): Fset it.
1617
1618 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1619
1620         * nndoc.el (nndoc-type-alist): Change forward regexp.
1621
1622 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1623
1624         * message.el (message-send-mail-partially-limit): Change the
1625         default value.
1626
1627 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1628
1629         * gnus-util.el (gnus-extract-address-components): Name might be
1630         "".
1631
1632 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1633
1634         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1635         (gnus-summary-post-forward): Ditto.
1636         * message.el (message-forward-show-mml): New variable.
1637         (message-forward): Use it.
1638         * mml.el (mml-parse-1): Add tag mml.
1639         (mml-read-part): Ditto.
1640         (mml-generate-mime): Support reentance.
1641         (mml-generate-mime-1): Support mml tag.
1642
1643 2000-04-27  Dave Love  <fx@gnu.org>
1644
1645         * gnus-art.el: Don't bother to require custom, browse-url.
1646         (gnus-article-x-face-command): Include gnus-article-display-xface.
1647
1648         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1649         Use defalias, not fset.
1650         (gnus-article-display-xface): New function.
1651
1652         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1653
1654         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1655         (mm-xemacs-p): Deleted.
1656         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1657         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1658         use create-image and don't special-case xbm.
1659         (mm-valid-image-format-p): Use display-graphic-p.
1660
1661 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1662
1663         * message.el (message-send-mail-partially-limit): New variable.
1664         (message-send-mail-partially): New function.
1665         (message-send-mail): Use it.
1666         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1667         all blank lines inside of base64.
1668         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1669         blank lines.
1670
1671 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1672
1673         * mml.el (mml-insert-tag): Match more special characters.
1674
1675 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1676
1677         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1678
1679 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1680
1681         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1682         (mm-inlined-types): Ditto.
1683         * mm-partial.el: New file.
1684
1685 2000-04-27  Dave Love  <fx@gnu.org>
1686
1687         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1688         matter in Emacs 21.
1689
1690 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1691
1692         * mm-bodies.el (mm-encode-body): Remove reference to
1693         mm-default-charset in comment.
1694
1695 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1696
1697         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1698
1699 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1700
1701         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1702         let.
1703
1704 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1705
1706         * gnus-draft.el (gnus-draft-setup): Fix comments.
1707
1708 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1709
1710         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1711         if nnmbox-file-coding-system-for-write is nil.
1712
1713 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1714
1715         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1716         header if nil.
1717
1718 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1719
1720         * mm-view.el (mm-inline-text): Insert directly if decoded.
1721         * mml.el (autoload): Typo.
1722
1723 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1724
1725         * mml.el (mml-preview): Set up posting-charset.
1726         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1727
1728 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1729
1730         * webmail.el: Fix yahoo mail.
1731
1732 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1733
1734         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1735         word if not necessary.
1736         (rfc2047-encode-region): Put space between encoded words.
1737
1738 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1739
1740         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1741
1742 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1743
1744         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1745         required.
1746         (gnus-draft-edit-message): Require restoration.
1747
1748 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1749
1750         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1751         back.
1752
1753 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1754
1755         * gnus-art.el (gnus-treat-article): Make sure that the summary
1756         buffer is live.
1757
1758 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1759
1760         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1761         (mailcap-parse-mailcap): Backwards parsing.
1762         (mailcap-possible-viewers): Remove nreverse.
1763         (mailcap-mime-info): Ditto.
1764         (mailcap-add-mailcap-entry): Keep alternative viewer.
1765
1766 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1767
1768         * gnus.el: Gnus v5.8.5 is released.
1769
1770 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
1773
1774         * gnus-util.el (gnus-netrc-machine): Default to nntp.
1775
1776         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
1777
1778 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
1779
1780         * mm-view.el (mm-inline-message): Disable prepare-hook.
1781
1782 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * gnus.el: Fix copyright statements.
1785
1786         * gnus-sum.el (gnus-alter-articles-to-read-function): New
1787         variable.
1788         (gnus-articles-to-read): Use it.
1789
1790         * message.el (message-get-reply-headers): Bind free variable.
1791
1792 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1793
1794         * message.el (message-get-reply-headers): Fix to-address.
1795
1796 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1797
1798         * webmail.el: Hotmail fix. Add a debug function.
1799
1800 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-sum.el (t): M-down and M-up.
1803
1804 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1805
1806         * gnus-sum.el: Doc fix.
1807
1808 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
1809
1810         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
1811
1812 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
1815         string.
1816         (nnweb-request-group): Don't scan twice.
1817         (nnweb-request-scan): Don't nix out the hashtb.
1818
1819         * message.el (message-get-reply-headers): Return a value.
1820
1821 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
1822
1823         * gnus-art.el (gnus-button-url-regexp): New value to match naked
1824         urls.
1825
1826 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
1829         order messages are inserted.
1830
1831         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
1832         message/rfc822 parts.
1833
1834         * gnus-art.el (gnus-article-read-summary-keys): Check for
1835         numerical values.
1836
1837         * message.el (message-get-headers): Made into own function.
1838         (message-reply): Use it.
1839         (message-get-reply-headers): Renamed.
1840         (message-widen-reply): New command.
1841
1842 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1843
1844         * nntp.el (nntp-retrieve-data): Report the error and return nil.
1845
1846 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1847
1848         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
1849         non-base64 text at the end if not found.
1850
1851 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
1852
1853         * gnus-sum.el (gnus-read-move-group-name):
1854         (gnus-summary-move-article): Use `gnus-group-method' to find out
1855         what method the manually entered group belong to.
1856         `gnus-group-name-to-method' doesn't return any method parameters
1857         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
1858         for new groups so they wouldn't work.
1859
1860 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
1863         override.
1864
1865 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1866
1867         * nnmail.el (nnmail-cache-insert): Does some stuff that is
1868         probably good to do, or something.  I dunno.  I just write these
1869         ChangeLog entries, and my name is Lars.
1870
1871 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
1872
1873         * message.el (message-caesar-region): Use translate-region.
1874
1875 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
1876
1877         * gnus-group.el (gnus-group-catchup-current): Doc fix.
1878
1879 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
1882         variables, because that makes Emacs flash.
1883
1884         * gnus-group.el (gnus-group-insert-group-line): Don't call
1885         gnus-group-add-icon unconditionally.
1886
1887         * gnus-xmas.el (gnus-group-add-icon): Moved here.
1888
1889         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
1890         xmas.
1891         (gnus-group-glyph-directory): Removed.
1892
1893 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
1894
1895         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
1896         gnus-newsgroup-name is "".
1897
1898 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
1899
1900         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
1901         in conjunction with MULE-UCS.
1902
1903 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
1904
1905         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
1906
1907 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * dgnushack.el (last, mapcon, member-if, union): New compiler
1910         macros for emulating cl functions.
1911
1912 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
1913
1914         * message.el (message-shorten-references): Only cater to broken
1915         INN for news. This caters for broken smtpd.
1916
1917 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * mailcap.el (mailcap-mime-info): Use the first match; not the
1920         last.
1921
1922         * gnus-agent.el (gnus-category-kill): Save the category list.
1923
1924 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
1925
1926         * gnus-sum.el (gnus-summary-move-article): Do something or other.
1927
1928 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
1931
1932 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
1935
1936 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1937
1938         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
1939         (gnus-group-list-cached): Use it.
1940
1941 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * gnus.el: Update all the copyright notices.
1944
1945 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
1946
1947         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1948         non-base64 text at the end.
1949
1950 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
1951
1952         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
1953
1954 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * nnheader.el: Don't autoload cancel-function-timers.
1957
1958         * message.el (message-fetch-field): Fold case.
1959
1960 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1961
1962         * message.el (message-forward-before-signature): New variable.
1963
1964 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1965
1966         * gnus-mlspl.el: Fix stuff.
1967
1968 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
1971         subjects when unthreaded.
1972
1973 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
1974
1975         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
1976         well.
1977
1978 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
1979
1980         * gnus-art.el (gnus-article-mode): Fix variable name.
1981
1982 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * mm-view.el: Fix autoload.
1985
1986         * flow-fill.el (flow-fill): Fix provide.
1987
1988         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
1989         nil.
1990
1991 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1992
1993         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
1994
1995 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * gnus-util.el (gnus-netrc-machine): Didn't work.
1998
1999 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2000
2001         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2002
2003 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * flow-fill.el: Renamed from fill-flowed.
2006
2007         * message.el (message-forward-ignored-headers): Default to
2008         removing CTE.
2009
2010 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2011
2012         * message.el (message-mode): Don't fill headers.
2013
2014 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * message.el (message-pipe-buffer-body): Use shell
2017
2018 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2019
2020         * nnvirtual.el (nnvirtual-request-article):
2021         Bind gnus-override-method to nil.
2022         (nnvirtual-request-update-mark): Don't update mark when
2023         article is not there.
2024
2025 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2026
2027         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2028
2029 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-util.el (gnus-parse-netrc): Allow "port".
2032         (gnus-netrc-machine): Take a port param.
2033         (gnus-netrc-machine):
2034
2035         * gnus-art.el (gnus-request-article-this-buffer): Allow
2036         re-selecting referenced articles.
2037
2038         * message.el (message-cancel-news): Allow editing.
2039         (message-cancel-message): Add newline.
2040
2041 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2042
2043         * mm-view.el (mm-inline-image-emacs): New function.
2044
2045 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * mail-source.el (mail-source-delete-incoming): Change default in
2048         cvs.
2049
2050 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2051
2052         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2053         function.
2054
2055 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * nnml.el (nnml-request-expire-articles): Use it.
2058
2059         * nnmail.el (nnmail-expiry-target): New variable.
2060         (nnmail-expiry-target-group): New function.
2061
2062 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2063
2064         * message.el (message-forward): Add non-MIME separators.
2065
2066 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * message.el (message-generate-headers): Respect the syntax check
2069         spec.
2070
2071         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2072         (gnus-remove-thread): Don't show all threads.
2073
2074 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2075
2076         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2077
2078 2000-04-19  Dave Love  <fx@gnu.org>
2079
2080         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2081
2082 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2083
2084         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2085         (nnwarchive-egroups-*): Ditto.
2086         (nnwarchive-url): Unibyte buffer and single line cookie.
2087
2088 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2089
2090         * mm-util.el (mm-char-or-char-int-p): New alias.
2091         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2092         entities.
2093
2094 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2095
2096         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2097         article case insensitively.
2098
2099 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2100
2101         * mail-source.el (mail-source-fetch-webmail): Use the default
2102         password provided in mail-sources; use webmail:subtype:user as
2103         the key.
2104
2105 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2106
2107         * mail-source.el (mail-source-fetch-webmail): Use
2108         mail-source-password-cache.
2109
2110 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2111
2112         * webmail.el: Add netscape mail and fix HotMail mail.
2113
2114 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2115
2116         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2117
2118 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2119
2120         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2121         RFC822.PEEK if server support IMAP4rev1.
2122         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2123         RFC822.TEXT.PEEK if server support IMAP4rev1.
2124         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2125         RFC822.HEADER if server support IMAP4rev1.
2126         (nnimap-request-article-part): Support bodydetail in response
2127         data.
2128
2129 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2130
2131         * fill-flowed.el: New file.
2132
2133         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2134         text/plain parts with `format' parameters.
2135
2136         * mm-view.el (autoload): Autoload fill-flowed.
2137         (mm-inline-text): For "plain" parts with a format=flowed
2138         parameter, call `fill-flowed'.
2139
2140 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2143         slashdot ids.
2144
2145 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2148         format.
2149
2150 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2151
2152         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2153         `imtest' too.
2154         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2155         (imap-gssapi-program): New variable.
2156         (imap-streams): Add gssapi.
2157         (imap-stream-alist): Ditto.
2158         (imap-authenticators): Ditto.
2159         (imap-authenticator-alist): Ditto.
2160         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2161         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2162         1.6.x `imtest' syntax.
2163         (imap-gssapi-stream-p): New function.
2164         (imap-gssapi-open): Ditto.
2165         (imap-gssapi-auth-p): Ditto.
2166         (imap-gssapi-auth): Ditto.
2167         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2168         (imap-send-command): Use buffer-local `imap-client-eol' value.
2169
2170         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2171         lines and turn TAB into SPC before parsing.
2172
2173 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2174
2175         * nnheader.el (nnheader-group-pathname): Make sure to return a
2176         directory.
2177         * nnmail.el (nnmail-group-pathname): Ditto.
2178
2179 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2180
2181         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2182         might split in the middle of a message-id.
2183
2184 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2187         groups from the server.
2188
2189         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2190         (gnus-summary-toggle-header): Update the wash status.
2191
2192         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2193         Moved here.
2194
2195         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2196         setting.
2197
2198         * nnmail.el (nnmail-get-active): Use it.
2199         (nnmail-parse-active): New function.
2200
2201         * mm-view.el (mm-inline-text): Support the new version of
2202         vcard.el.
2203
2204         * gnus-sum.el (gnus-summary-move-article): Only delete article
2205         when moving junk.
2206         (gnus-deaden-summary): Bury the buffer.
2207
2208         * nnmail.el (nnmail-group-pathname): Ditto.
2209
2210         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2211
2212 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2213
2214         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2215         whether Mule.
2216
2217 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * message.el (message-send-mail): Protect against unloaded Gnus.
2220
2221         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2222         parent.
2223         (gnus-topic-update-topic-line): Yes, do.
2224         (gnus-topic-goto-missing-group): Tally the correct number of
2225         unread articles before inserting the topic line.
2226
2227 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2230
2231 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * mm-decode.el (mm-dissect-buffer): Ditto.
2234
2235         * gnus-art.el (article-decode-charset): Strip CTE.
2236
2237         * ietf-drums.el (ietf-drums-strip): New function.
2238
2239         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2240         when prompting in read-only groups.
2241
2242 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2243
2244         * imap.el (imap-send-command): Change EOL-chars when
2245         `imap-client-eol' differs from default, not only for kerberos4.
2246         (imap-mailbox-status): Get encoded mailbox's status.
2247
2248 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2249
2250         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2251         into `mail-source-password-cache'.
2252
2253 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2254
2255         * mm-util.el (mm-mime-charset): Check for presence of
2256         `coding-system-get' and `get-charset-property' (recent XEmacs has
2257         the former, but not the latter).
2258
2259 2000-01-28  Dave Love  <fx@gnu.org>
2260
2261         * message.el (message-check-news-header-syntax): Fix typo
2262         `newsgroyps'.
2263         (message-talkative-question): Put temp buffer in fundamental-mode.
2264         (message-recover): Use fundamental-mode in the right buffer.
2265
2266         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2267         right buffer.
2268
2269 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2270
2271         * qp.el (quoted-printable-decode-region): Add charset parameter.
2272         (quoted-printable-decode-string): Ditto.
2273
2274         * gnus-art.el (article-de-quoted-unreadable): Use it.
2275
2276 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2277
2278         * nnimap.el (nnimap-split-predicate): New variable.
2279         (nnimap-split-articles): Use it.
2280
2281 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2282
2283         * utf7.el: Change email address.
2284
2285 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * gnus-group.el (gnus-group-catchup): Purge split history.
2288
2289 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2290
2291         * nnmail.el (nnmail-generate-active): Support extended group name.
2292         (nnmail-get-active): Ditto.
2293
2294 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2295
2296         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2297         group names, don't remove anything.
2298
2299 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2300
2301         * webmail.el (webmail-my-deja-open): My-deja changes.
2302
2303 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2304
2305         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2306
2307 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2308
2309         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2310
2311 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2312
2313         * gnus.el (gnus-other-frame): Fix typo.
2314
2315 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2316
2317         * gnus-cus.el (gnus-group-customize): Fix typo.
2318
2319 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * nnweb.el (nnweb-insert): Simplified.
2322
2323 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-art.el (gnus-article-mode-map): "e" is
2326         gnus-summary-edit-article.
2327
2328 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2329
2330         * mailcap.el (mailcap-mime-extensions): Add .diff.
2331
2332 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2333
2334         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2335         there is no "%s" in the method.
2336
2337 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2338
2339         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2340
2341 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2344
2345         * gnus.el: Really always pop up a new frame.
2346
2347         * parse-time.el (parse-time-rules): Allow 100-110 to be
2348         2000-2010.
2349
2350         * time-date.el (date-to-time): Don't use timezone.
2351
2352 2000-01-06  Dave Love  <fx@gnu.org>
2353
2354         * time-date.el: Add keywords.
2355         (date-to-time): Add autoload cookie.  Canonicalize with
2356         timezone-make-date-arpa-standard.
2357         (time-to-seconds): Avoid caddr.
2358         (safe-date-to-time): Add autoload cookie.
2359
2360         * base64.el: Require cl when compiling.
2361
2362 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2363
2364         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2365         eyecandy.
2366         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2367         group line using gnus-group-add-icon.
2368         (gnus-group-icons): Added customize group.
2369         (gnus-group-icon-list): Added variable.
2370         (gnus-group-glyph-directory): Added variable.
2371         (gnus-group-icon-cache): Added variable.
2372         (gnus-group-running-xemacs): Added variable.
2373         (gnus-group-add-icon): Added function. Add an icon to the current
2374         line according to gnus-group-icon-list.
2375         (gnus-group-icon-create-glyph): Added function.
2376
2377 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-sum.el (gnus-summary-select-article): Return whether we
2380         selected something new.
2381         (gnus-summary-search-article): Start searching at the window
2382         point.
2383
2384         * gnus-group.el (gnus-fetch-group): Complete over
2385         gnus-active-hashtb.
2386
2387 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2388
2389         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2390
2391 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * gnus-sum.el (gnus-preserve-marks): New variable.
2394         (gnus-summary-move-article): Use it.
2395         (gnus-group-charset-alist): Added more entries.
2396
2397 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2400
2401         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2402         as the default score.
2403
2404         * gnus-score.el (gnus-score-delta-default): Changed name.
2405
2406 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2407
2408         * imap.el (imap-parse-literal):
2409         (imap-parse-flag-list): Don't care about props.
2410         (imap-parse-string): Handle quoted characters.
2411
2412 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413
2414         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2415         (gnus-summary-mark-article): Doc fix.
2416         (gnus-summary-mark-forward): Doc fix.
2417         (t): Changed keystroke for gnus-summary-customize-parameters.
2418
2419         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2420         "e".
2421         (gnus-article-mode-map): No, don't.
2422
2423         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2424         of the final article.
2425
2426         * mm-decode.el (mm-interactively-view-part): Error on no method.
2427
2428 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2429
2430         * gnus-score.el (gnus-score-insert-help): Something.
2431
2432         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2433
2434         * gnus-win.el (gnus-configure-frame): Ditto.
2435
2436         * gnus-mh.el (gnus-summary-save-in-folder): Use
2437         with-current-buffer.
2438
2439 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * nnwarchive.el: Changed file perms.
2442
2443 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * gnus-group.el (gnus-group-delete-groups): New command.
2446         (gnus-group-delete-group): Extra no-prompt parameters.
2447
2448 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2451         <p>.
2452
2453 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2454
2455         * webmail.el (webmail-hotmail-article): Don't insert message id.
2456
2457 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2458
2459         * nnimap.el (nnimap-split-fancy): New variable.
2460         (nnimap-split-fancy): New function.
2461
2462 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2463
2464         (nnimap-split-rule): Document symbol value.
2465
2466 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2467
2468         * nnimap.el (nnimap-retrieve-headers-progress): Let
2469         `nnheader-parse-head' parse article.
2470         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2471         request headers needed by `nnheader-parse-head'.
2472
2473 1999-12-23  Florian Weimer  <fw@s.netic.de>
2474
2475         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2476         value (crosspostings are handled), improve documentation.
2477
2478         * smiley.el: Declare file coding system as iso-8859-1.
2479
2480         * nnultimate.el: Dito.
2481
2482         * message.el: Dito.
2483
2484         * gnus-cite.el: Dito.
2485
2486         * gnus-spec.el: Dito.
2487
2488 1999-12-21  Florian Weimer  <fw@s.netic.de>
2489
2490         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2491         (gnus-setup-message): No longer make `message-posting-charset'
2492         buffer-local.
2493         (gnus-setup-posting-charset): Reflect the new layout of
2494         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2495
2496         * message.el (message-send-mail): Bind `message-this-is-mail' and
2497         `message-posting-charset'.
2498         (message-send-news): Dito, and honour new layout of
2499         `message-posting-charset'.
2500         (message-encode-message-body): Ignore `message-posting-charset'.
2501
2502         * mm-bodies.el (mm-body-encoding): Consider
2503         `message-posting-charset' when deciding whether to use 8bit.
2504
2505         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2506         (rfc2047-encodable-p): Now solely for headers; use
2507         `message-posting-charset'.
2508
2509 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2510
2511         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2512
2513 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2514
2515         * nnagent.el (nnagent-server-opened): Optional.
2516         (nnagent-status-message): Optional.
2517
2518 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2519
2520         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2521         end (referenced by instructions in
2522         `gnus-cited-opened-text-button-line-format-alist').
2523
2524 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2525
2526         * imap.el (imap-starttls-open): Typo.
2527
2528 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2529
2530         * mm-util.el (mm-charset-after): Non-MULE case.
2531         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2532         * rfc2047.el (rfc2047-dissect-region): Bind it.
2533
2534 1999-12-18  Florian Weimer  <fw@s.netic.de>
2535
2536         * mml.el (mml-generate-multipart-alist): Correct default value.
2537
2538         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2539         (mm-safer-encoding): New function.
2540         (mm-content-transfer-encoding): Use both.
2541
2542         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2543         * qp.el (quoted-printable-encode-region): Dito.
2544
2545 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2546
2547         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2548
2549 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2550
2551         * webmail.el (webmail-hotmail-list): raw=0.
2552
2553 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2554
2555         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2556         group name.
2557
2558 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2559
2560         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2561
2562 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2563
2564         * imap.el: Don't autoload digest-md5.
2565         (imap-starttls-open): Bind coding-system-for-{read,write}.
2566         (imap-starttls-p): Check if we can find starttls.el.
2567         (imap-digest-md5-p): Check if we can find digest-md5.el.
2568
2569 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2570
2571         * base64.el (base64-encode-string): Accept 2nd argument
2572         `no-line-break'.
2573
2574         * imap.el: Require `digest-md5' when compiling; add autoload
2575         settings for `digest-md5-parse-digest-challenge',
2576         `digest-md5-digest-response', `starttls-open-stream' and
2577         `starttls-negotiate'.
2578         (imap-authenticators): Add `digest-md5'.
2579         (imap-authenticator-alist): Setup for `digest-md5'.
2580         (imap-digest-md5-p): New function.
2581         (imap-digest-md5-auth): New function.
2582         (imap-stream-alist): Add STARTTLS entry.
2583         (imap-starttls-p): New function.
2584         (imap-starttls-open): New function.
2585
2586 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2587
2588         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2589
2590 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2591
2592         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2593         string-to-x function.
2594
2595 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2596
2597         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2598
2599 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2600
2601         * webmail.el: Enhance hotmail-snarf.
2602
2603 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2604
2605         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2606
2607 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2608
2609         * webmail.el (webmail-hotmail-list): Search no-error.
2610
2611 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2612
2613         * nnwarchive.el: Support nov-is-evil.
2614         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2615         Set it if non-nil.
2616         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2617
2618 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2619
2620         * nnagent.el (nnagent-server-opened): Redefine.
2621         (nnagent-status-message): Ditto.
2622
2623 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2624
2625         * rfc1843.el (rfc1843-decode-region): Use
2626         buffer-substring-no-properties.
2627         * gnus-art.el (article-decode-HZ): New function.
2628
2629 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2630
2631         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2632
2633 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2634
2635         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2636         MIME charset not a MULE charset.
2637
2638 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2639
2640         * gnus-ems.el: Translate more ugly characters.
2641         * nnheader.el (nnheader-translate-file-chars): Don't translate
2642         the second ':'.
2643
2644 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2645
2646         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2647         method if cannot find the article.
2648
2649 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2650
2651         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2652         method if overrided.
2653
2654 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2655
2656         * mail-source.el (mail-source-fetch-webmail): Parameter
2657         dontexpunge.
2658
2659 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2660
2661         * webmail.el: Support my-deja. Better error report.
2662
2663 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2664
2665         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2666         is bad.
2667         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2668         is not 1.
2669
2670 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2671
2672         * nnslashdot.el (nnslashdot-request-article): A space.
2673
2674 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2675
2676         * nnagent.el: Support different backend with same name.
2677
2678 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2679
2680         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2681         archived group.
2682         (nnslashdot-sane-retrieve-headers): Ditto.
2683         (nnslashdot-request-article): Ditto.
2684
2685 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2686
2687         * nnweb.el (nnweb-insert): Narrow to point.
2688
2689 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2690
2691         * nnweb.el (nnweb-insert): Follow refresh url.
2692         * nnslashdot.el: Use it.
2693
2694 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2695
2696         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2697         (nnweb-decode-entities-string): New function.
2698
2699         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2700         nnweb-* and move to nnweb.el.
2701         * nnwarchive.el: Use nnweb-decode-entities, etc.
2702         * webmail.el: Ditto.
2703
2704         * nnslashdot.el: Use nnweb-decode-entities-string.
2705         (nnslashdot-decode-entities): Remove.
2706
2707 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2708
2709         * nnslashdot.el: Decode entities.
2710
2711 1999-12-12  Dave Love  <fx@gnu.org>
2712
2713         * gnus-agent.el (gnus-category-edit-groups)
2714         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2715         expansion of setf, fixed.
2716
2717 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2718
2719         * gnus-agent.el: Revoke last Dave Love's patch, because of
2720         incompatibility of XEmacs.
2721
2722 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2723
2724         * mm-uu.el: Change headers.
2725         * rfc1843.el: Ditto.
2726         * uudecode.el: Ditto.
2727
2728 1999-12-07  Dave Love  <fx@gnu.org>
2729
2730         * gnus-agent.el (gnus-category-edit-predicate)
2731         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2732         inside backquote to avoid it at runtime.
2733
2734 1999-12-07  Dave Love  <fx@gnu.org>
2735
2736         * binhex.el: Require cl when compiling.
2737
2738 1999-12-04  Dave Love  <fx@gnu.org>
2739
2740         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2741
2742 1999-12-04  Dave Love  <fx@gnu.org>
2743
2744         * mm-util.el (mm-delete-duplicates): New function.
2745         (mm-write-region): Use it.
2746
2747         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2748
2749         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2750         mm-delete-duplicates.
2751
2752         * imap.el (imap-open, imap-debug): Avoid mapc.
2753
2754         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2755
2756         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2757         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2758
2759         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2760         runtime.
2761
2762         * gnus.el (gnus-select-method): Likewise.
2763
2764         * nnheader.el (nnheader-nov-read-integer): Likewise.
2765
2766         * mm-view.el (mm-inline-message): Require cl when compiling.
2767         Avoid ignore-errors at runtime.
2768         (mm-inline-text): Avoid mapc.
2769
2770 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2771
2772         * gnus-art.el (article-decode-charset): Widen is bad.
2773
2774 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2775
2776         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
2777
2778 1999-12-12  Florian Weimer  <fw@s.netic.de>
2779
2780         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
2781         indicate that only US-ASCII is permitted.
2782         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
2783         use unencoded 8-bit characters in message headers.
2784
2785 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2786
2787         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
2788         CRLF.
2789
2790 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2791
2792         * webmail.el: Require url-cookie.
2793
2794 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
2795
2796         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
2797         new function to make modified caesar table.
2798         (nnwarchive-from-r13): Use it.
2799         (nnwarchive-mail-archive-article): Improved.
2800
2801 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
2802
2803         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
2804
2805 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2806
2807         * nnweb.el (nnweb-request-article): Return cons.
2808
2809 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2810
2811         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
2812
2813 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2814
2815         * mm-util.el (mm-with-unibyte): New macro.
2816         * nnweb.el (nnweb-init): Use it.
2817
2818 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
2819
2820         * mm-util.el (mm-charset-after): New function.
2821         (mm-find-mime-charset-region): Set charsets after
2822         delete-duplicates and use find-coding-systems-region.
2823         (mm-find-charset-region): Remove composition.
2824
2825         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
2826
2827         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
2828
2829 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2830
2831         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
2832         * mml.el (mml-confirmation-set): New variable.
2833         (mml-parse-1): Ask user to confirm.
2834
2835 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
2836
2837         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
2838         are scanned when we have directory mail-sources (the mail source
2839         is modified in that case, so we must scan it for all
2840         groups/methods).
2841
2842 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2843
2844         * nnml.el (nnml-request-move-article): Save nnml-current-directory
2845         and nnml-article-file-alist.
2846
2847 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
2848
2849         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
2850         nnmail-fetched-sources.
2851
2852 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
2853
2854         * mm-util.el (mm-find-charset-region): Use the last charset.
2855
2856 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2857
2858         * gnus.el (gnus-select-method): Made the option list prettier.
2859
2860 1999-12-08  Florian Weimer  <fw@s.netic.de>
2861
2862         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
2863         for the `de' newsgroups hierarchy, as it is common practice there.
2864
2865
2866 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2867
2868         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
2869         buffer-string arguments. Fix references.
2870
2871 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2872
2873         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
2874         (gnus-agent-batch-fetch): Use it.
2875         (gnus-agent-fetch-session): Use it.
2876
2877 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2878
2879         * mm-util.el (mm-find-mime-charset-region): Delete nil.
2880
2881 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2882
2883         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
2884         nil.
2885
2886 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
2887
2888         * nnslashdot.el (nnslashdot-request-list): There were two
2889         top-level body-forms.  Put a `progn' around them.
2890
2891         * gnus.el (gnus-select-method): Use `condition-case'
2892         instead of `ignore-errors', since cl may not be loaded when the
2893         form is evaluated.
2894
2895 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2896
2897         * nnwarchive.el: Support www.mail-archive.com.
2898
2899 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2900
2901         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
2902         do anything.
2903
2904 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
2905
2906         * utf7.el: New file, written by Jon K Hellan.
2907
2908         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
2909         default to t.
2910
2911 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * nnslashdot.el (nnslashdot-request-delete-group): New function.
2914
2915         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
2916         current.
2917         (gnus-refer-article-methods): New function.
2918         (gnus-summary-refer-article): Use it.
2919
2920 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
2921
2922         * nnimap.el (nnimap-retrieve-groups): Return active format.
2923
2924         * nnimap.el (nnimap-replace-in-string): Removed.
2925         (nnimap-request-list):
2926         (nnimap-retrieve-groups):
2927         (nnimap-request-newgroups): Quote group instead of escaping SPC.
2928
2929 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
2930
2931         * imap.el: Use format-spec for ssl program.
2932         * imap.el (imap-ssl-arguments): Removed.
2933         (imap-ssl-open-{1,2}): Removed.
2934
2935 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2936
2937         * gnus-start.el (gnus-site-init-file): Use `condition-case'
2938         instead of `ignore-errors', since cl may not be loaded when the
2939         form is evaluated.
2940
2941 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2942
2943         * mm-bodies.el (mm-8bit-char-regexps): Removed.
2944         (mm-7bit-chars): New variable.
2945         (mm-body-7-or-8): Use it in both cases.
2946
2947 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2948
2949         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
2950           defcustom definitions.
2951
2952 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
2953
2954         * mm-decode.el (mm-display-part): Let mm-display-external return
2955         inline or external.
2956         (mm-display-external): For copiousoutput methods, insert output in
2957         buffer.
2958
2959 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2960
2961         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
2962         buffer.
2963
2964 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * gnus-audio.el: An M too far.
2967
2968         * gnus-msg.el (gnus-setup-message): One backtick too many.
2969
2970         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
2971         a function, not a variable.
2972
2973 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
2974
2975         * gnus-score.el (gnus-score-body): Widen before requesting.
2976
2977 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
2980
2981 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2982
2983         * mail-source.el (mail-source-fetch-webmail): Bind
2984         mail-source-string.
2985
2986 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
2987
2988         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
2989         (gnus-uu-unmark-by-regexp): Ditto.
2990
2991         * gnus-group.el (gnus-group-catchup-current): Would bug out on
2992         dead groups.
2993
2994 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
2997         do their real thing.
2998
2999         * nnmh.el (nnmh-be-safe): Doc fix.
3000
3001         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3002
3003         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3004         status line has arrived before we count it.
3005
3006         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3007
3008         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3009         Whitespace problems.
3010
3011         * gnus-win.el (gnus-configure-windows): Error fix.
3012
3013         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3014         right function.
3015
3016         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3017         Indent all functions.  Fix all comments to match the comment
3018         conventions.  Double-space after full stop.
3019
3020 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3021
3022         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3023         value to divide received mails into my favorite groups and I met
3024         an error.  It takes place if the length of a element "VALUE" in
3025         nnmail-split-fancy is less than two.
3026
3027 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3028
3029         * mml.el (mml-insert-part): New function.
3030
3031 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * lpath.el: Add `sc-cite-regexp'.
3034
3035 1999-12-02  Dave Love  <fx@gnu.org>
3036
3037         * mm-decode.el: Customize.
3038
3039 1999-12-03  Dave Love  <fx@gnu.org>
3040
3041         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3042         the W3 stuff isn't available.
3043
3044 1999-12-03  Dave Love  <fx@gnu.org>
3045
3046         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3047         at runtime.
3048
3049 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3050
3051         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3052
3053 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3054
3055         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3056         don't be fooled by "From nobody" lines added by respooling.
3057
3058         * pop3.el (pop3-movemail): Write crashbox in binary.
3059         (pop3-get-message-count): New function.
3060
3061         * mail-source.el (mail-source-primary-source): New variable.
3062         (mail-source-report-new-mail-interval): New variable.
3063         (mail-source-idle-time-delay): New variable.
3064         (mail-source-new-mail-available): New internal variable.
3065         (mail-source-fetch-pop): Clear new mail flag, when mail from
3066         primary source has been fetched.
3067         (mail-source-check-pop): New function.
3068         (mail-source-new-mail-p): New function.
3069         (mail-source-start-idle-timer): New function.
3070         (mail-source-report-new-mail): New function.
3071         (mail-source-report-new-mail): New internal variable.
3072         (mail-source-report-new-mail-timer): New internal variable.
3073         (mail-source-report-new-mail-idle-timer): New internal variables.
3074
3075 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3076
3077         * gnus-cus.el (gnus-group-customize): Customize fix.
3078
3079 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3080
3081         * message.el (message-send-mail-with-sendmail): Use
3082         message-make-address.
3083
3084 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3085
3086         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3087
3088 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3089
3090         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3091
3092 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3093
3094         * mml.el (mml-insert-tag): Don't close the tag.
3095         (mml-insert-empty-tag): New function.
3096         (mml-attach-file): Use mml-insert-empty-tag instead of
3097         mml-insert-tag.
3098         (mml-attach-buffer): Ditto.
3099         (mml-attach-external): Ditto.
3100         (mml-insert-multipart): Ditto.
3101
3102 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3103
3104         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3105         the article number.
3106
3107 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3108
3109         * gnus.el (gnus-find-method-for-group): The method of a new group
3110         is not the native one.
3111
3112 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3115
3116 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * nnultimate.el (nnultimate-retrieve-headers): Use
3119         mm-with-unibyte-current-buffer.
3120         (nnultimate-request-article): Ditto.
3121
3122 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3123
3124         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3125
3126 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3127
3128         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3129         * nnweb.el (nnweb-retrieve-headers): Use it.
3130         (nnweb-request-article): Use it.
3131
3132         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3133         case matching failed.
3134
3135 1999-12-02  John Wiegley <jwiegley@inprise.com>
3136
3137         * mail-source.el (mail-source-keyword-map): Add backslash to
3138         Delete-flag.
3139
3140 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3143         Latin-1.
3144         (gnus-group-charset-alist): No, don't.
3145
3146         * nnweb.el (nnweb-init): Make the buffer unibyte.
3147
3148 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3149
3150         * mail-source.el (mail-source-set-common-1): Fix to get the
3151         default value.
3152
3153 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3156
3157         * nnultimate.el (nnultimate-request-list): Use unibyte.
3158
3159         * gnus-uu.el (gnus-uu-grab-articles): Bind
3160         gnus-display-mime-function to nil.
3161
3162         * message.el (message-send-mail-with-sendmail): Use the
3163         user-mail-address variable.
3164
3165         * gnus-art.el (gnus-ignored-headers): More headers.
3166
3167         * message.el (message-shorten-1): Use list.
3168
3169 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3172         signatures.
3173
3174         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3175         (nnweb-dejanews-create-mapping): Do the properish date.
3176
3177 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3178
3179         * mail-source.el (mail-source-common-keyword-map): New variable.
3180         (mail-source-bind-common): New macro.
3181         (mail-source-fetch): Support plugged mail source.
3182         * gnus-int.el (gnus-request-scan): Use them.
3183
3184 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * mm-view.el (mm-inline-message): Check whether charset is a
3187         string.
3188
3189         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3190
3191         * message.el (message-mode-map): Changed keystroke for
3192         message-yank-buffer.
3193
3194 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3195
3196         * message.el (message-shorten-references): Cut references to 31
3197         elements, then either fold them or shorten them to 988 characters.
3198         (message-shorten-1): New function.
3199         (message-cater-to-broken-inn): New variable.
3200
3201 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3202
3203         * nnslashdot.el (nnslashdot-lose): New function.
3204
3205 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * mm-view.el (mm-inline-message): Not the right type of charset is
3208         being fetched here.  Let the group charset rule.
3209         (mm-inline-message): Ignore us-ascii.
3210
3211 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3212
3213         * mail-source.el (mail-source-fetch-maildir): work around the
3214         ommitted "file-regular-p" in efs/ange-ftp
3215
3216 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3219         (mml-generate-mime-1): Use the encoding param.
3220
3221         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3222
3223         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3224         gnus-art before binding its variables.
3225
3226         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3227         after the MIME.
3228
3229 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3230
3231         * message.el (message-clone-locals): Use it.
3232
3233         * gnus-msg.el (gnus-configure-posting-styles): Make
3234         user-mail-address local.
3235
3236 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3237
3238         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3239         once.
3240
3241 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3244         (message-clone-locals): Ditto.
3245
3246         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3247         group inherit reply-to or from.
3248
3249 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3250
3251         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3252         for charset.
3253         (gnus-summary-show-article-charset-alist): New variable.
3254
3255         * mm-bodies.el (mm-decode-string): Support gnus-all and
3256         gnus-unknown.
3257         (mm-decode-body): Ditto.
3258         * rfc2047.el (rfc2047-decode): Ditto.
3259
3260 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261
3262         * mail-source.el (mail-source-delete-incoming): Change default to
3263         t.
3264
3265 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3266
3267         * gnus.el: Pterodactyl Gnus v0.99 is released.
3268
3269 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3272
3273         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3274         spec.
3275
3276         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3277         (gnus-configure-posting-styles): No, don't.
3278         (gnus-configure-posting-styles): Allow overriding files.
3279
3280         * gnus-art.el (gnus-header-button-alist): Use browse-url
3281         directly.
3282
3283         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3284
3285         * gnus-msg.el (gnus-summary-yank-message): New command and
3286         keystroke.
3287
3288         * message.el (message-yank-buffer): New command.
3289         (message-buffers): New function.
3290
3291         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3292         next group in a more normal fasion.
3293
3294         * mml.el (mml-boundary-function): New variable.
3295         (mml-compute-boundary): Use it.
3296
3297         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3298         that exist for them.
3299
3300         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3301         (gnus-async-timer): New variable.
3302
3303 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * nnultimate.el (nnultimate-request-list): Be more lenient with
3306         root addresses.
3307
3308 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * gnus-art.el (gnus-treatment-function-alist): Do
3311         gnus-treat-capitalize-sentences.
3312
3313 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3314
3315         * webmail.el (webmail-hotmail-article): Hotmail changes the
3316         format.
3317
3318 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3319
3320         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3321         switch to buffer after calling program.
3322         (mm-display-external): Use `shell-command-switch' instead of "-c".
3323
3324 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3327         read groups file.
3328
3329         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3330         <p>.
3331
3332 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * message.el (message-mode): Doc fix.
3335
3336 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3337
3338         * gnus-art.el (article-emphasize): Check group variable.
3339         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3340
3341 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3342
3343         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3344         type.
3345
3346 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3347
3348         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3349
3350 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3351
3352         * mml.el (mml-quote-region): Insert ! after the hash.
3353
3354 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3355
3356         * gnus-group.el (gnus-group-warchive-address-history): Change to
3357         nil.
3358
3359 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3360
3361         * webmail.el: Support mail.yahoo.com.
3362
3363         * mail-source.el (mail-source-fetch-webmail): Add password check.
3364         (mail-source-keyword-map): Use `subtype'.
3365
3366 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3367
3368         * mail-source.el (mail-source-keyword-map): Add webmail.
3369         (mail-source-fetcher-alist): Ditto.
3370         (mail-source-fetch-webmail): New function.
3371         * webmail.el: New file.
3372
3373 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3374
3375         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3376
3377 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3378
3379         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3380
3381 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3384         (nnultimate-prune-days): New function.
3385         (nnultimate-create-mapping): Use it.
3386         (nnultimate-request-group): Only fetch the groups list if it has
3387         not been done before.
3388         (nnultimate-retrieve-headers): Don't write groups.
3389         (nnultimate-create-mapping): Off-by-one error.
3390
3391 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3394         threaded subjects.
3395
3396 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3397
3398         * nnwarchive.el: Lots of changes make agent happy.
3399
3400 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3401
3402         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3403         hashtb.
3404
3405 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3406
3407         * mm-decode.el (mm-display-external): Write region with binary
3408         mode.
3409
3410 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3411
3412         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3413
3414 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3415
3416         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3417         (mm-uu-test): Now it is in restricted region.
3418
3419         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3420
3421         * mm-view.el (mm-view-message): Fix buffer leak.
3422         (mm-inline-message): Support 'gnus-decoded.
3423
3424         * mm-bodies.el (mm-decode-body): Ditto.
3425
3426         * rfc2047.el (rfc2047-decode-region): Ditto.
3427
3428 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3429
3430         * imap.el (require): Added autoload for base64-encode-string.
3431
3432 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3433
3434         * gnus.el (gnus-refer-article-method): Made list value
3435         customizable.
3436
3437 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3438
3439         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3440         NOFORCE in Emacs case.
3441
3442 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3443
3444         * gnus-art.el (gnus-request-article-this-buffer): Set
3445         gnus-newsgroup-name.
3446
3447 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3448
3449         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3450         NOFORCE.
3451
3452 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3453
3454         * gnus-start.el (gnus-get-unread-articles): Check server before
3455         scanning.
3456
3457 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3460
3461         * nnslashdot.el (nnslashdot-login-name): New variable.
3462         (nnslashdot-password): Ditto.
3463         (nnslashdot-request-post): New function.
3464
3465         * gnus-art.el (gnus-treat-buttonize): More testing.
3466
3467         * mm-encode.el: Another CVS test.
3468
3469         * gnus-art.el (gnus-treat-emphasize): Change default.
3470         (gnus-treat-buttonize): Ditto.
3471         (gnus-treat-buttonize): This is a test.
3472
3473         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3474         (gnus-build-sparse-threads): Ditto.
3475         (gnus-build-all-threads): Ditto.
3476
3477         * nnheader.el (make-full-mail-header): Make into a subst.
3478
3479         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3480         unless w3 is supplied.
3481
3482         * gnus.el (gnus-refer-article-method): Doc fix.
3483
3484         * gnus-sum.el: Do not accept a prefix.
3485         (gnus-summary-refer-article): Accept a list of select methods.
3486
3487 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3488
3489         * Makefile.in: Change `^  *' to `\t'.
3490
3491 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3492
3493         * message.el (message-forward): Pay attention to prefix argument
3494         again and forward all headers when it is set, regardless of the
3495         value of message-forward-ignored-headers.
3496
3497 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3498
3499         * dgnushack.el (dgnushack-compile): Vpath file.
3500
3501         * Makefile.in (SHELL): VPATH support.
3502
3503 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * gnus-ems.el: Check for cygwin32.
3506
3507 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3508
3509         * mm-decode.el (mm-display-external): Use 'non-viewer.
3510
3511 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3512
3513         * base64.el (base64-encode-string): An alias for base64-encode for
3514         compatibility.
3515
3516 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3517
3518         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3519         nntp-inhibit-erase.
3520
3521 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3522
3523         * gnus-start.el (gnus-get-unread-articles): Use
3524         nnfoo-retrieve-groups to find new news, if available.
3525         (gnus-read-active-file-2): New function.
3526         (gnus-get-unread-articles): Use it.
3527         (gnus-read-active-file-1): Ditto.
3528
3529 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * mm-util.el (mm-find-mime-charset-region): Make sure
3532         find-coding-systems-for-charsets is fbound.
3533
3534         * gnus-ems.el: Typo fix.
3535
3536 1999-11-13  Florian Weimer  <fw@s.netic.de>
3537
3538         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3539         it's available and makes sense.
3540
3541 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3542
3543         * gnus-score.el (gnus-score-save): Translate score file.
3544
3545 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3546
3547         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3548         added fetchflag and dontexpunge keywords.
3549         (mail-source-fetch-imap): Use them.
3550
3551 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3552
3553         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3554         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3555         `defconst'.
3556
3557         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3558         `defconst'.
3559         Mention that it is both for group and topic parameters.
3560         (gnus-extra-topic-parameters): New constant, including `subscribe'
3561         parameter.
3562         (gnus-extra-group-parameters): New constant.
3563         (gnus-group-customize): Use them.
3564
3565         * gnus.el (gnus-select-method): Added default value and tag.
3566         (gnus-refer-article-method): Added `DejaNews' customization option.
3567
3568 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3571
3572         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3573         syntax.
3574
3575         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3576
3577         * nnslashdot.el (nnslashdot-group-number): Changed default.
3578
3579         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3580         (nnweb-dejanews-wash-article): Removed.
3581         (nnweb-type-definition): Fetch by id.
3582
3583         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3584         we mean it.
3585
3586         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3587         (nnslashdot-request-list): Use Ultramode as well.
3588         (nnslashdot-date-to-date): Be more lenient.
3589         (nnslashdot-threaded): New function.
3590
3591 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3594
3595 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3596
3597         * nnweb.el (nnweb-type-definition): /=dnc
3598
3599 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3602         dates.
3603         (nnultimate-retrieve-headers): Wrong ordering.
3604
3605 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3606
3607         * message.el (message-forward-as-mime): New variable.
3608
3609 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3612
3613 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3614
3615         * mail-source.el (mail-source-movemail-and-remove): New function.
3616         (mail-source-keyword-map): Add `function' for `maildir'.
3617         (mail-source-fetch-maildir): Use it.
3618
3619 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3620
3621         * nnwarchive.el: New file.
3622         * gnus-group.el (gnus-group-make-warchive-group): New function.
3623         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3624
3625 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626
3627         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3628         subjects.
3629
3630 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3631
3632         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3633
3634 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * nnultimate.el (nnultimate-open-server): Do address.
3637         (nnultimate-forum-table-p): New function.
3638
3639         * nnweb.el (nnweb-insert-html): Renamed.
3640         (nnweb-insert): New function.
3641
3642         * nnultimate.el (nnultimate-insert-html): New function.
3643
3644         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3645         if nov is evil.
3646         (nnslashdot-retrieve-headers): use the sane version instead.
3647
3648 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * nnslashdot.el (nnslashdot-request-article): Fold case.
3651
3652         * nnultimate.el: New file.
3653
3654         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3655         unless wanted.
3656
3657         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3658         (gnus-read-active-file-1): Separated into own function.
3659         (gnus-read-active-file): Catch quits.
3660
3661         * nnslashdot.el (nnslashdot-request-article): Search better on
3662         first article.
3663         (nnslashdot-request-list): Fold case.
3664         (nnslashdot-retrieve-headers): Ditto.
3665
3666 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * gnus.el: Autoload gnus-subscribe-topics.
3669
3670 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3671
3672         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3673         before dot.
3674         * gnus-util.el (gnus-write-active-file): Ditto.
3675
3676 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3677
3678         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3679         function.
3680         * gnus-cache.el (gnus-cache-file-name): Use it.
3681         * gnus-agent.el (gnus-agent-group-path): Use it.
3682         * nnmail.el (nnmail-group-pathname): Use it.
3683
3684 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3685
3686         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3687         if cooked.
3688         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3689         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3690         * gnus.el (gnus-short-group-name): "..." proof.
3691
3692 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3693
3694         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3695         support nnslashdot.
3696
3697 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3700         many articles.
3701         (nnslashdot-generate-active): New function.
3702         (nnslashdot-request-newgroups): Use it.
3703
3704         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3705         names.
3706
3707         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3708         (nnslashdot-request-list): Not moderated.
3709
3710 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3711
3712         * nnimap.el (nnimap-open-server): Remove error signal if
3713         nnimap-server-buffer is nil (the check should've been `boundp').
3714
3715         * imap.el (imap-log):
3716         * nnimap.el (nnimap-debug): Disable debugging by default.
3717
3718 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3721
3722         * gnus-topic.el (gnus-subscribe-topic): New function.
3723
3724         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3725         names.
3726
3727         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3728         if starting with a quote.
3729
3730 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3731
3732         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3733         group name.
3734
3735 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * nnslashdot.el: New file.
3738
3739         * nnheader.el (nnheader-insert-header): New function.
3740
3741         * gnus-art.el (gnus-mime-internalize-part): Bind
3742         mm-inlined-types.
3743
3744         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3745         files.
3746
3747 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3748
3749         * emacs-mime.texi (Customization): Document mm-inline-override-types
3750
3751 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3752
3753         * emacs-mime.texi (Customization): Document mm-inline-override-types
3754
3755 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3756
3757         * emacs-mime.texi (Customization): Document mm-inline-override-types
3758
3759 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3760
3761         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3762         (smiley-toggle-buffer): New function.
3763         (smiley-buffer): Don't quote the function.
3764         (smiley-toggle-extents): Ditto.
3765
3766 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
3769         empty buffers.
3770
3771 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-art.el (gnus-article-mode-map): Use the summary article
3774         edit.
3775
3776 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
3777
3778         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
3779
3780 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
3783
3784 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
3785
3786         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
3787         is list or not before condition.
3788
3789 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3790
3791         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
3792
3793 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
3794
3795         * gnus-art.el (gnus-emphasis-alist): New value.
3796
3797 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3798
3799         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
3800         `buffer-substring'.
3801
3802 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-art.el (article-date-ut): Keep the updated timer.
3805         (gnus-emphasis-underline-italic): Doc fix.
3806
3807         * gnus-msg.el (gnus-post-method): Doc fix.
3808         (gnus-post-method): Change default.
3809
3810 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
3811
3812         * message.el (message-newline-and-reformat): Improvements.
3813
3814 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * message.el (message-newline-and-reformat): Don't insert too many
3817         newlines.
3818         (message-newline-and-reformat): Work even if not sc.
3819
3820         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
3821
3822         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
3823
3824 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
3825
3826         * mm-view.el (mm-display-patch-inline): New function.
3827
3828 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
3829
3830         * mm-view.el (mm-display-patch-inline): New function.
3831
3832 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
3835         group.
3836
3837         * message.el (message-forward): Narrow to the right header.
3838
3839         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
3840         dates.
3841
3842         * gnus-msg.el (gnus-configure-posting-styles): Use the
3843         user-full-name function.
3844
3845         * mm-bodies.el (mm-body-encoding): Use the choosing function.
3846         (mm-body-charset-encoding-alist): Default to nil.
3847
3848         * message.el (message-elide-ellipsis): Fix typo.
3849         (message-elide-region): Ditto.
3850         (message-elide-region): Don't insert a newline first.
3851
3852 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
3855         gnus-fetch-old-headers.
3856         (gnus-cut-threads): Ditto.
3857         (gnus-summary-initial-limit): Ditto.
3858         (gnus-summary-limit-children): Ditto.
3859
3860         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
3861         matches.
3862
3863 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
3864
3865         * gnus-art.el (article-decode-encoded-words):
3866         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
3867         live.
3868
3869         * gnus.el (gnus-read-method): Add methods from
3870         `gnus-opened-servers' to completion. Map entered method/address
3871         into existing methods if possible.
3872
3873         * gnus-group.el (gnus-group-make-group): Simplify method.
3874
3875         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
3876
3877         * mml.el (mml-preview): Remove mail-header-separator before
3878         encoding.
3879
3880 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * message.el (message-read-from-minibuffer): New function.
3883
3884 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3885
3886         * gnus.el: Pterodactyl Gnus v0.98 is released.
3887
3888 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3889
3890         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
3891
3892 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
3893
3894         * mml.el (mml-generate-mime-1): Read attached binary file in
3895         binary mode.
3896
3897 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3898
3899         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
3900
3901 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
3902
3903         * mailcap.el (mailcap-viewer-lessp): Fix bug.
3904
3905 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3906
3907         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
3908
3909 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
3910
3911         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
3912         (gnus-article-mime-match-handle-function): New variable.
3913         (gnus-article-view-part): Make `b' customizable.
3914
3915 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3916
3917         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
3918
3919 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
3920
3921         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
3922
3923 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
3924
3925         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
3926
3927 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3928
3929         * gnus-srvr.el (gnus-browse-foreign-server): Use
3930         `buffer-substring' instead of `read'.
3931
3932 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
3933
3934         * nnimap.el, imap.el, rfc2104.el: New files.
3935
3936         * gnus.el (gnus-valid-select-methods): Add nnimap.
3937
3938         * gnus-group.el (gnus-group-group-map): Add
3939         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
3940         (gnus-group-nnimap-expunge): New function.
3941         (gnus-group-nnimap-edit-acl): New function.
3942
3943         * gnus-agent.el (gnus-agent-group-mode-map): Add
3944         gnus-agent-synchronize.
3945         (gnus-agent-synchronize): New function.
3946         (gnus-agent-fetch-group-1): Check if server is open.
3947
3948         * nnagent.el (nnagent-request-set-mark): Save marks.
3949
3950         * mail-source.el (mail-source-keyword-map): New imap mail-source.
3951         (mail-source-fetcher-alist): Map to imap fetcher function.
3952         (mail-source-fetch-imap): New function.
3953
3954         * gnus-art.el (article-hide-pgp): Hide all headers, not just
3955         Hash:.
3956
3957 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3958
3959         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
3960         (gnus-topic-sort-topics): New function.
3961         (gnus-topic-make-menu-bar): Add sort-topics.
3962         (gnus-topic-move): New function.
3963         (gnus-topic-move-group): Move the topic if no group selected.
3964
3965 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3966
3967         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
3968
3969 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3970
3971         * mm-view.el (mm-inline-message): Fix leaving group bug.
3972
3973 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3974
3975         * gnus-msg.el (gnus-post-method): Use normal method if current is
3976         not available.
3977
3978 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
3979
3980         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
3981         (nnmail-insert-lines): Ditto.
3982
3983 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3984
3985         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
3986         line.
3987
3988         * message.el (message-unsent-separator): One more separator.
3989
3990 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3991
3992         * nnfolder.el (nnfolder-request-move-article): For empty article,
3993         search till (point-max).
3994         (nnfolder-retrieve-headers): Ditto.
3995         (nnfolder-request-accept-article): Ditto.
3996         (nnfolder-save-mail): Ditto.
3997         (nnfolder-insert-newsgroup-line): Ditto.
3998
3999 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4000
4001         * qp.el (quoted-printable-encode-region): Check eobp.
4002
4003 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4004
4005         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4006
4007 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4008
4009         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4010         wait-for-reply.
4011
4012 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4013
4014         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4015         (mm-uu-forward-end-line): Ditto.
4016
4017 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4018
4019         * binhex.el (binhex-decode-region): don't consider the value of
4020         `enable-multibyte-characters' in XEmacs.
4021
4022         * gnus-start.el (gnus-read-descriptions-file): ditto.
4023
4024         * mm-util.el (mm-multibyte-p): ditto.
4025         (mm-with-unibyte-buffer): ditto.
4026         (mm-find-charset-region): use `mm-multibyte-p'.
4027
4028         * mm-bodies.el (mm-decode-body): ditto.
4029         (mm-decode-string): ditto.
4030
4031         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4032         `enable-multibyte-characters' in XEmacs.
4033
4034 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4035
4036         * mm-util.el (mm-binary-coding-system): Try binary first.
4037
4038 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4039
4040         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4041
4042 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4043
4044         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4045         format.
4046         (article-date-ut): Find correct insert position.
4047
4048 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4049
4050         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4051         forwarded message.
4052
4053 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4056         groups.
4057
4058         * message.el (message-resend): Use message mode when prompting.
4059
4060         * gnus-art.el (article-hide-headers): Mark wash.
4061         (article-emphasize): Ditto.
4062
4063 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4064
4065         * message.el (message-newline-and-reformat): Work for SC.
4066
4067 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4070
4071         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4072
4073 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4074
4075         * mm-decode.el mm-inline-override-types: New variable
4076
4077         * mm-decode.el (mm-inline-override-p): New function
4078
4079         * mm-decode.el (mm-inlined-p): Use it
4080
4081 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4082
4083         * mm-decode.el mm-inline-override-types: New variable
4084
4085         * mm-decode.el (mm-inline-override-p): New function
4086
4087         * mm-decode.el (mm-inlined-p): Use it
4088
4089 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4090
4091         * gnus.el: Pterodactyl Gnus v0.97 is released.
4092
4093 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4094
4095         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4096         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4097         3 args.
4098
4099 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100
4101         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4102         buffer for params.
4103
4104         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4105         line.
4106
4107         * message.el (message-forward-ignored-headers): New variable.
4108
4109         * gnus-art.el (gnus-article-prepare-display): Nix out
4110         gnus-article-wash-types.
4111
4112         * gnus-agent.el (gnus-agent-create-buffer): New function.
4113         (gnus-agent-fetch-group-1): Use it.
4114         (gnus-agent-start-fetch): Ditto.
4115
4116         * gnus-sum.el (gnus-summary-exit): Don't use
4117         `gnus-use-adaptive-scoring'.
4118
4119         * mail-source.el (mail-source-fetch-pop): Only store password when
4120         successful.
4121
4122         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4123
4124 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * message.el (message-reply): Use it.
4127         (message-dont-reply-to-names): New variable.
4128
4129         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4130
4131         * mm-util.el (mm-preferred-coding-system): Typo fix.
4132
4133         * message.el (message-bounce): Work for non-MIME.
4134
4135         * gnus.el (gnus-short-group-name): Short the right parts of the
4136         name.
4137
4138 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4139
4140         * mm-encode.el (mm-qp-or-base64): New version.
4141
4142 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4143
4144         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4145
4146 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4147
4148         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4149         of restricted region.
4150         (gnus-mime-display-single): Set beg at correct point.
4151
4152 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4153
4154         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4155
4156 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4157
4158         * gnus-msg.el (gnus-configure-posting-styles): Let
4159         `gnus-posting-styles' have its say in posting-style: local
4160         variable `styles' is already bound to `gnus-posting-styles' so
4161         don't rebind it to nil.
4162
4163 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4164
4165         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4166         Message-ID.
4167
4168 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4169
4170         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4171         quoted-printable-encode-region.
4172
4173         * qp.el (quoted-printable-encode-region): Assume charset
4174         encoded. Fold every line in the region.
4175
4176 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4177
4178         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4179         of active file.
4180
4181 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4182
4183         * message.el (message-mode): allows whitespaces between multiple
4184         instances of the fill character ">".
4185
4186 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4187
4188         * mm-encode.el (mm-qp-or-base64): Fix.
4189
4190 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * message.el (message-send): Too much and.
4193
4194 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4195
4196         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4197
4198 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * gnus-score.el (gnus-score-headers): Work for nil scores.
4201
4202 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4203
4204         * gnus-cache.el (gnus-cache-write-active): Write full names.
4205
4206         * gnus-util.el (gnus-write-active-file): Accept full name.
4207
4208         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4209         (mm-assoc-string-match): New function.
4210         (mm-display-inline): Use it.
4211
4212         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4213
4214         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4215
4216 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4217
4218         * mml.el (mml-generate-multipart-alist): New variable.
4219
4220 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4223
4224 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4225
4226         * message.el (message-send): More helpful error message if sending
4227         fails
4228
4229 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4230
4231         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4232         in newer emacsen, where ?r isn't equal 114.
4233
4234 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4235
4236         * gnus.el: Pterodactyl Gnus v0.96 is released.
4237
4238 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4239
4240         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4241         to get active info if method is covered by agent, otherwise
4242         active info is lost.
4243
4244 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4245
4246         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4247
4248 1999-08-09  Dave Love  <fx@gnu.org>
4249
4250         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4251
4252 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4253
4254         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4255           (already matched by "^X-Pgp"), removed duplicate
4256           X-Mailing-List, added several new junk headers.
4257
4258 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4259
4260         * gnus-art.el (article-decode-charset): Don't assume
4261         gnus-summary-buffer is live.
4262
4263 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4264
4265         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4266
4267 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4268
4269         * gnus-score.el (gnus-home-score-file): Work with absolute path
4270         names.
4271
4272 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4273
4274         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4275         nothing else in the group.
4276
4277 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4278
4279         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4280         the article.
4281
4282 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4283
4284         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4285
4286 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4287
4288         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4289         from mutt.
4290
4291 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4292
4293         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4294         whitespace.
4295
4296 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4297
4298         * mm-util.el (mm-text-coding-system-for-write): New variable.
4299         (mm-append-to-file): New function.
4300         (mm-write-region): New function.
4301
4302         * gnus-art.el (gnus-output-to-file): Use it.
4303         * gnus-util.el (gnus-output-to-rmail): Ditto.
4304         (gnus-output-to-mail): Ditto.
4305         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4306
4307 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4308
4309         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4310
4311         * nnheader.el (nnheader-insert-file-contents): Revert and use
4312         mm-insert-file-contents.
4313         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4314         (nnheader-auto-mode-alist): Removed.
4315
4316         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4317         (mm-insert-file-contents): Add a new parameter for inserting
4318         compressed file literally.
4319
4320         * mml.el (mml-generate-mime-1): Insert non-text literally.
4321
4322         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4323
4324 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4325
4326         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4327
4328 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4329
4330         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4331         koi8-r.
4332
4333 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4334
4335         * mml.el (mml-insert-mime): Decode text.
4336         (mml-to-mime): Narrow to headers-or-head.
4337
4338 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4339
4340         * mm-view.el (mm-inline-text): Check
4341         w3-meta-content-type-charset-regexp.
4342
4343 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4344
4345        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4346        predicate.
4347
4348 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4349
4350         * gnus-mlspl.el: Documentation fixes.
4351
4352 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4353
4354         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4355
4356 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4357
4358         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4359         variables.
4360
4361 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4362
4363         * nnmail.el (nnmail-get-new-mail): "Done".
4364
4365 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4368         interactive.
4369
4370 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4371
4372         * gnus-art.el (article-decode-charset): Fix broken CT.
4373
4374 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4375
4376         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4377         overview buffer if it is killed.
4378
4379 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4380
4381         * gnus-art.el (article-babel): New version.
4382
4383 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4384
4385         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4386
4387 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4388
4389         * gnus.texi (More Threading): Document new variable
4390         `gnus-sort-gathered-threads-function'.
4391
4392 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4393
4394         * gnus.texi (More Threading): Document new variable
4395         `gnus-sort-gathered-threads-function'.
4396
4397 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4398
4399         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4400         usage.
4401
4402 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4403
4404         * mm-util.el (mm-running-xemacs): Removed.
4405         (mm-coding-system-p): New function.
4406         (mm-binary-coding-system): Safe guess.
4407         (mm-text-coding-system): Ditto.
4408         (mm-auto-save-coding-system): Ditto.
4409
4410 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4413         (mm-qp-or-base64): Reversed logic.
4414
4415         * mm-decode.el (mm-save-part-to-file): Let coding system be
4416         binary.
4417
4418 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4419
4420         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4421         be set in topic parameters.
4422
4423 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4424
4425         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4426         (gnus-sort-gathered-threads): Allow the user to specify the
4427         function to use when sorting gathered threads.
4428
4429         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4430         mark cached articles as `undownloaded'.
4431
4432 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4433
4434         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4435         to have buffer local values.
4436
4437 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4438
4439         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4440         types 'g' for 'guess group type.
4441
4442 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4443
4444         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4445         after each regexp in nnmail-list-identifiers, not just after last
4446         one.
4447
4448         * gnus-sum.el (gnus-list-identifiers): New variable.
4449         (gnus-summary-remove-list-identifiers): New function.
4450         (gnus-select-newsgroup): Use it.
4451         (gnus-summary-wash-hide-map): Bind
4452         `gnus-article-hide-list-identifiers' to W W l.
4453         (gnus-summary-make-menu-bar): Add list-identifiers command.
4454
4455         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4456         (gnus-treatment-function-alist): Add variable.
4457         (article-hide-list-identifiers): New function.
4458         (mapcar): Add function.
4459         (gnus-article-hide): Use it.
4460
4461 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4462
4463         * gnus.el: Pterodactyl Gnus v0.95 is released.
4464
4465 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * mm-decode.el (mm-mailcap-command): New function.
4468         (mm-display-external): Use it.
4469
4470         * gnus-art.el (article-make-date-line): Work for India.
4471
4472         * mm-encode.el (mm-qp-or-base64): Typo.
4473
4474         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4475
4476 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4477
4478         * gnus.el: Pterodactyl Gnus v0.94 is released.
4479
4480 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4481
4482         * pop3.el: New version.
4483
4484 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * mm-encode.el (mm-qp-or-base64): New function.
4487         (mm-content-transfer-encoding): Use it.
4488
4489         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4490
4491 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4492
4493         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4494
4495         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4496
4497 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4500         keystroke.
4501
4502         * mailcap.el (mailcap-mime-types): New function.
4503
4504         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4505
4506         * message.el (message-goto-eoh): Really go to the end.
4507
4508 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4509
4510         * message.el (message-make-date): Do the right thing in with
4511         sub-hour time zones.
4512
4513 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4514
4515         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4516         report.
4517
4518 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4519
4520         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4521
4522 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4523
4524         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4525         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4526         and use t as default value.
4527
4528 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4529
4530         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4531         gnus-summary-buffer is live.
4532
4533 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4534
4535         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4536
4537 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * message.el (message-bounce): Do MIME bounces MIMEy.
4540
4541         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4542
4543 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * mailcap.el (mailcap-mime-extensions): Changed patch to
4546         text/x-patch.
4547
4548         * mm-decode.el (mm-display-external): Wrong placement of paren.
4549
4550 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4551
4552         * gnus.el: Pterodactyl Gnus v0.93 is released.
4553
4554 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4555
4556         * gnus-cus.el (gnus-group-parameters): New entries for
4557         gnus-group-split.
4558
4559         * gnus-mlspl.el: Renamed functions and variables so as to
4560         start with gnus-group-split.
4561         * gnus.el: Adjust autoload entries.
4562
4563 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4564
4565         * gnus-mlspl.el: Removed trailing t from comment and provide.
4566         Renamed functions and variables to start with gnus-mlsplit.
4567         Added autoload comments.
4568         * gnus.el: Added autoload entries.
4569
4570 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4571
4572         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4573         so that matches excluded by RESTRICTs do not cause the whole split
4574         to be ignored.  This also fixes a long-standing bug in which a
4575         split with \N substitutions wouldn't cause cross-posting as
4576         expected.
4577
4578         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4579         (nnmail-split-it): Implement them.
4580
4581         * nnmail.el (nnmail-split-fancy): Document ! splits.
4582
4583 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4584
4585         * pop3.el: New version.
4586
4587 1999-07-05  Simon Josefsson
4588
4589         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4590
4591 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592
4593         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4594
4595 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4596
4597         * gnus-util.el (gnus-write-active-file): Use real name.
4598
4599         * gnus-agent.el (gnus-agent-expire): Update active file
4600         method by method.
4601
4602 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4603
4604         * nndraft.el (nndraft-request-article): Use difference
4605         coding-systems for queue and drafts.
4606
4607         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4608         nndraft:drafts.
4609
4610         * mm-util.el (mm-auto-save-coding-system): New coding system.
4611
4612         * message.el (message-draft-coding-system): Use it.
4613
4614 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4615
4616         * mm-uu.el: More customizable and less aggressive.
4617
4618 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4621         when plugged.
4622
4623         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4624         (mml-insert-mml-markup): Accept a nofile.
4625         (mml-insert-mime): Insert nofile.
4626
4627         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4628
4629         * mm-decode.el (mm-handle-media-type): New function.
4630         (mm-handle-media-supertype): New function.
4631         (mm-handle-media-subtype): New function.
4632         Use new functions throughout. "/"))
4633
4634 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * gnus-art.el (gnus-treat-predicate): Typo.
4637
4638 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4641
4642 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4643
4644         * gnus-art.el (article-date-ut): UT!  Default it!
4645
4646 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4647
4648         * gnus.el: Pterodactyl Gnus v0.92 is released.
4649
4650 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4651
4652         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4653
4654 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4657         connected.
4658
4659         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4660         when plugged.
4661
4662         * mm-view.el (mm-inline-message): Ignore remove-spec.
4663
4664         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4665         is bound.
4666
4667         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4668
4669         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4670
4671         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4672         start.
4673
4674         * message.el (message-fill-yanked-message): Remove `t' arg.
4675
4676         * gnus-group.el (gnus-group-kill-group): Message killing of
4677         groups.
4678
4679         * mm-util.el (mm-preferred-coding-system): New function.
4680         (mm-mime-charset): Use it.
4681
4682         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4683
4684 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4685
4686         * gnus-mlsplt.el: New file.
4687
4688 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4691         functions.
4692         (mm-attachment-override-p): Take a handle instead of a type.
4693         (mm-inlined-p): Ditto.
4694         (mm-automatic-display-p): Ditto,
4695         (mm-inlinable-p): Ditto.
4696
4697         * nndraft.el (nndraft-request-expire-articles): Delete backup
4698         files.
4699
4700         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4701
4702         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4703
4704 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4705
4706         * nnmail.el (nnmail-split-it): Allow .*.
4707
4708 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709
4710         * mm-decode.el (mm-inline-large-images-p): Renamed.
4711
4712         * gnus-art.el (article-date-ut): Always look in the current buffer
4713         for the Date header.
4714
4715         * mml.el (mml-validate): New command.
4716
4717         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4718         since we are dealing with regexps.
4719
4720 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4721
4722         * gnus.el: Pterodactyl Gnus v0.91 is released.
4723
4724 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-agent.el (gnus-agent-save-active-1): New function.
4727         (gnus-agent-save-active): use it.
4728         (gnus-agent-save-groups): Ditto.
4729
4730         * gnus-cache.el (gnus-cache-write-active): Use it.
4731
4732         * gnus-agent.el (gnus-agent-write-active): Use it.
4733
4734         * gnus-util.el (gnus-write-active-file): New function.
4735
4736         * gnus-agent.el (gnus-agent-write-active): New function to keep
4737         lower boundaries and canceled groups.
4738         (gnus-agent-save-groups): Use it.
4739         (gnus-agent-save-active): Use it.
4740         (gnus-agent-save-group-info): Only write active files.
4741         (gnus-agent-expire): Update active file.
4742
4743         * mm-decode.el (mm-inlinable-part-p): Removed.
4744         (mm-user-display-methods): Default to nil.
4745         (mm-user-display-methods): Removed.
4746         (add-mime-display-method): Removed.
4747         (mm-automatic-display): Renamed.
4748         (mm-automatic-display-p): Use it.
4749         (mm-inlined-types): New variable.
4750         (mm-inlined-p): New function.
4751
4752         * message.el (message-reply): Bind message-this-is-mail.
4753
4754 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4755
4756         * smiley.el (smiley-buffer): Fix for NT.
4757
4758 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759
4760         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4761
4762         * message.el (message-check-news-header-syntax): Protect against
4763         nil froms.
4764
4765         * mm-util.el (mm-auto-mode-alist): New.
4766
4767         * mml.el (mml-generate-mime-1): Ditto.
4768
4769         * gnus.el: Use mm-insert-file-contents throughout instead of
4770         nnheader.
4771
4772         * mm-util.el (mm-insert-file-contents): New function.
4773
4774 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4775
4776         * gnus.el: Pterodactyl Gnus v0.90 is released.
4777
4778 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
4779
4780         * mailcap.el (mailcap-possible-viewers): Use string=.
4781
4782 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4783
4784         * mm-uu.el (mm-uu-forward-begin-line): New variable.
4785         (mm-uu-forward-end-line): New variable.
4786         (mm-uu-begin-line): Handle forwarded message.
4787         (mm-uu-identifier-alist): Ditto.
4788         (mm-uu-dissect): Ditto.
4789
4790 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4791
4792         * lpath.el: Two free variables.
4793
4794 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4795
4796         * nnheader.el (nnheader-file-coding-system): Use raw-text.
4797         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
4798         * gnus-cache.el (gnus-cache-coding-system): Ditto.
4799
4800         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
4801         (nnfolder-file-coding-system-for-write): New variable.
4802         (nnfolder-active-file-coding-system): New variable.
4803         (nnfolder-active-file-coding-system-for-write): New variable.
4804         (nnfolder-save-active): New function.
4805         (nnfolder-save-buffer): Use them.
4806         (nnfolder-possibly-change-group): Ditto.
4807         (nnfolder-request-list-newsgroups): Ditto.
4808         (nnfolder-request-create-group): Ditto.
4809         (nnfolder-request-expire-articles): Ditto.
4810         (nnfolder-request-move-article): Ditto.
4811         (nnfolder-request-accept-article): Ditto.
4812         (nnfolder-request-delete-group): Ditto.
4813         (nnfolder-request-rename-group): Ditto.
4814         (nnfolder-possibly-change-folder): Ditto.
4815         (nnfolder-read-folder): Ditto.
4816         (nnfolder-request-list): Remove pathname-coding-system.
4817         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
4818
4819         * nnmail.el (nnmail-file-coding-system): Use raw-text.
4820         (nnmail-file-coding-system-1): Removed.
4821         (nnmail-find-file): Use nnmail-pathname-coding-system.
4822         (nnmail-write-region): Ditto.
4823
4824         * nnmbox.el (nnmbox-file-coding-system): New variable.
4825         (nnmbox-file-coding-system-for-write): New variable.
4826         (nnmbox-active-file-coding-system): New variable.
4827         (nnmbox-active-file-coding-system-for-write): New variable.
4828         (nnmbox-save-buffer): New function.
4829         (nnmbox-save-active): New function.
4830         (nnmbox-request-scan): Use them.
4831         (nnmbox-request-expire-articles): Ditto.
4832         (nnmbox-request-move-article): Ditto.
4833         (nnmbox-request-accept-article): Ditto.
4834         (nnmbox-request-replace-article): Ditto.
4835         (nnmbox-request-delete-group): Ditto.
4836         (nnmbox-request-rename-group): Ditto.
4837         (nnmbox-request-create-group): Ditto.
4838
4839         * mm-util.el (mm-text-coding-system): raw-text or -dos.
4840         (mm-running-ntemacs): Removed.
4841
4842         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
4843
4844 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4845
4846         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
4847
4848 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4849
4850         * qp.el (quoted-printable-encoding-characters): Support lower case.
4851
4852 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4853
4854         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
4855         (rfc2047-b-encode-region): Encode line by line.
4856
4857 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * mm-util.el (mm-find-mime-charset-region): Fix.
4860
4861 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
4862
4863         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
4864         (mm-find-mime-charset-region): Ditto.
4865
4866 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
4867
4868         * gnus-sum.el (gnus-summary-move-article): Fix something or
4869         other.
4870
4871 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4872
4873         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
4874         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
4875         (gnus-summary-enter-digest-group): Use them.
4876         (gnus-summary-setup-default-charset): Ditto.
4877
4878 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4879
4880         * base64.el (base64-run-command-on-region): Use unibyte buffer.
4881
4882 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4883
4884         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
4885           gnus-newsgroup-name is nil.
4886
4887 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4888
4889         * rfc2047.el (rfc2047-encode): Chop the tail newline.
4890
4891 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4892
4893         * gnus-art.el (article-emphasize): Use correct
4894         gnus-article-emphasis-alist.
4895
4896 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4897
4898         * mm-view.el (mm-inline-text): Fix text/html bug.
4899
4900 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4901
4902         * gnus.el: Pterodactyl Gnus v0.89 is released.
4903
4904 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
4905
4906         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
4907         * message.el (message-draft-coding-system): Ditto.
4908         * mm-util.el (mm-running-ntemacs): Ditto.
4909
4910 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4911
4912         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
4913         cause problem.
4914
4915 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4916
4917         * mm-view.el (mm-inline-text): Ignore error in w3-region.
4918
4919 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4920
4921         * mml.el: require mm-decode.
4922
4923 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4924
4925         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
4926
4927 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
4928
4929         * mm-view.el (mm-inline-image): Fix image undisplayer.
4930
4931 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
4932
4933         * mml.el (mml-insert-multipart): Error in compeling-read.
4934         (mml-insert-tag): Match tags.
4935
4936 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
4937
4938         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
4939         (gnus-cache-braid-heads): Ditto.
4940         (gnus-cache-retrieve-headers): Ditto.
4941
4942 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4943
4944         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
4945
4946 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
4949         to string under XEmacs.
4950
4951 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
4952
4953         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
4954
4955 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
4956
4957         * mm-view.el (mm-inline-message): Fix message view bug.
4958         * gnus-art.el (gnus-article-prepare): Ditto.
4959
4960 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4961
4962         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
4963
4964 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4965
4966         * gnus.el: Pterodactyl Gnus v0.88 is released.
4967
4968 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
4971         usage.
4972
4973         * nnmail.el (nnmail-get-new-mail): Save info.
4974
4975 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4976
4977         * gnus.el: Pterodactyl Gnus v0.87 is released.
4978
4979 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
4982         (mail-source-run-script): New function.
4983         (mail-source-fetch-pop): Use it.
4984
4985 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986
4987         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
4988
4989 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4990
4991         * gnus.el: Pterodactyl Gnus v0.86 is released.
4992
4993 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4994
4995         * gnus-art.el (gnus-treat-translate): New variable.
4996         (gnus-treat-predicate): Accept a list of regexps.
4997         (gnus-article-treat-custom): Allow a list of regexps.
4998
4999 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5000
5001         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5002         type.
5003
5004 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * gnus-art.el (article-babel): Narrow a bit.
5007
5008         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5009
5010 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5011
5012         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5013         only unread ones.
5014         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5015         articles, not only unread ones.
5016
5017 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5020         keystroke.
5021
5022         * gnus-art.el (gnus-article-x-face-command): Ditto.
5023
5024         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5025
5026         * gnus.el (gnus-method-simplify): Accept server names.
5027
5028 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5029
5030         * gnus-art.el (article-babel-prompt): New function.
5031         (article-babel): New command.
5032
5033 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5036
5037         * mml.el (mml-generate-mime-1): Don't insert literally.
5038
5039         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5040         (gnus-netrc-syntax-table): Removed.
5041         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5042
5043 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5044
5045         * mm-view.el (mm-inline-text): Fix charset for text/html.
5046
5047 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5048
5049         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5050
5051 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * nnmail.el (nnmail-split-incoming): Return the number of split
5054         mails.
5055         (nnmail-process-babyl-mail-format): Ditto.
5056         (nnmail-process-unix-mail-format): Ditto.
5057         (nnmail-process-mmdf-mail-format): Ditto.
5058         (nnmail-process-maildir-mail-format): Ditto.
5059
5060         * mail-source.el (mail-source-callback): Return the number from
5061         the callback.
5062
5063         * message.el (message-send-mail): Generate Lines.
5064
5065         * mail-source.el (mail-source-call-script): New function.
5066         (mail-source-call-script): New function.
5067
5068 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5069
5070         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5071         (gnus-select-newsgroup): Use it.
5072         (gnus-group-highlight-words-alist): New variable.
5073         (gnus-newsgroup-emphasis-alist): New variable.
5074         (gnus-summary-local-variables):  Use it.
5075         * lpath.el: Use it.
5076         * gnus-art.el (article-emphasize): Use it.
5077         (gnus-emphasis-highlight-words): New face.
5078         * gnus-cus.el (gnus-group-parameters): New parameter.
5079
5080 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5081
5082         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5083         parameter `headers'.
5084         (gnus-cache-enter-article): Ditto.
5085         (gnus-cache-update-article): Ditto.
5086         * gnus-sum.el (gnus-summary-move-article): Ditto.
5087         (gnus-summary-mark-article-as-unread): Ditto.
5088         (gnus-summary-mark-article): Ditto.
5089
5090 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5091
5092         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5093         (gnus-posting-style-alist): Removed.
5094         (gnus-message-style-insertions): Ditto.
5095         (gnus-configure-posting-styles): Reimplementation.
5096
5097         * mail-source.el (mail-source-fetch): Error the message.
5098
5099         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5100
5101 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5102
5103         * gnus.el: Pterodactyl Gnus v0.85 is released.
5104
5105 1999-04-20  Michael Cook  <cook@sightpath.com>
5106
5107         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5108           Outlook citation regex.
5109
5110 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5111
5112         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5113         semicolon.
5114
5115 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5116
5117         * gnus-range.el (gnus-remove-from-range): Document range1
5118         modification, protect range2.
5119
5120 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5121
5122         * gnus-sum.el (gnus-update-marks): Protect lists from
5123         gnus-remove-from-range, don't sort twice.
5124
5125 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5126
5127         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5128         function in backend.
5129
5130 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5131
5132         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5133         request-accept-article function in the backend instead of using
5134         the 'respool capability.
5135
5136 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5137
5138         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5139         spurious whitespace at eob.
5140
5141 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5142
5143         * nnmail.el (nnmail-get-new-mail): Check right variable.
5144
5145 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5146
5147         * mailcap.el (mailcap-mime-data): Fix rfc822.
5148
5149 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5150
5151         * nndoc.el (nndoc-nsmail-type-p): New function.
5152         (nndoc-type-alist): Recognize nsmail.
5153
5154 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5155
5156         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5157         *before* `article-hide-headers' deletes the information.
5158
5159 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5160
5161         * gnus-sum.el (gnus-summary-save-parts): New command and
5162         keystroke.
5163         (gnus-summary-save-parts-1): New function.
5164         (gnus-summary-iterate): Buggy.
5165
5166         * mm-decode.el (mm-save-part-to-file): Made into own function.
5167
5168 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * gnus-group.el (gnus-group-set-info): Resist nils.
5171
5172 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * mailcap.el (mailcap-mime-data): Ditto.
5175
5176         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5177
5178         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5179
5180 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5181
5182         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5183         gnus-article-date-lapsed-new-header is t.
5184
5185 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5186
5187         * gnus.el: Pterodactyl Gnus v0.84 is released.
5188
5189 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5190
5191         * gnus-msg.el (gnus-bug-message): Mime change.
5192
5193 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5194
5195         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5196
5197 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5198
5199         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5200         `x-uue'.
5201
5202 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5203
5204         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5205         when authentication is 'password.
5206
5207 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5208
5209         * gnus-win.el (gnus-configure-windows): Accept a setting.
5210
5211 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * mm-util.el (mm-quote-arg): Moved here.
5214
5215         * mm-decode.el (mm-quote-arg): Quote more chars.
5216
5217 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5218
5219         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5220         with newlines would create buggy .nov files.
5221
5222         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5223
5224         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5225         end of lines.
5226
5227         * message.el (message-mode): Doc fix.
5228
5229         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5230
5231         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5232
5233         * gnus-art.el (article-date-ut): Rewrite.
5234
5235         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5236         order.
5237
5238         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5239         headers.
5240
5241         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5242
5243 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5244
5245         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5246         (article-date-ut): use it.
5247
5248 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249
5250         * mail-source.el (mail-source-fetch-pop): Call script
5251         asynchronously.
5252
5253 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5254
5255         * gnus.el: Pterodactyl Gnus v0.83 is released.
5256
5257 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258
5259         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5260
5261         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5262
5263         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5264
5265         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5266
5267         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5268
5269         * message.el (message-generate-headers): Accept continuation
5270         headers.
5271
5272 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5273
5274         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5275
5276 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * gnus-art.el (gnus-treatment-function-alist): use
5279         maybe-hide-headers.
5280
5281         * message.el (message-inhibit-body-encoding): Typo.
5282         (message-resend): Inhibit encoding.
5283
5284         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5285
5286         * gnus-art.el (article-remove-cr): Use re-search.
5287
5288         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5289         headers.
5290
5291         * mm-decode.el (mm-quote-arg): Quote '.
5292
5293         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5294
5295         * mm-decode.el (mm-insert-part): Use multibyte for text.
5296
5297         * gnus-start.el (gnus-read-newsrc-file): New variable.
5298         (gnus-read-newsrc-file): Use it.
5299
5300 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301
5302         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5303
5304         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5305         function.
5306
5307 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5308
5309         * gnus.el: Pterodactyl Gnus v0.82 is released.
5310
5311 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5312
5313         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5314         for iso8859-2.
5315
5316 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317
5318         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5319         synonym alist.
5320
5321 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5322
5323         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5324
5325 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5326
5327         * mail-source.el (mail-source-fetch): Ask before bugging out.
5328
5329 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5330
5331         * uudecode.el (uudecode-decode-region-external): Don't assume
5332         uudecode-temporary-file-directory ends with a slash.
5333
5334 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5335
5336         * gnus-sum.el (gnus-update-marks):
5337         (gnus-update-read-articles):
5338         (gnus-summary-expire-articles): Check server.
5339
5340 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5341
5342         * mml.el (mml-preview): New function.
5343
5344 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5345
5346         * mail-source.el (mail-source-fetch-file): Return the right
5347         value.
5348
5349 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * mml.el (mml-insert-parameter): New function.
5352         (mml-insert-parameter-string): New function.
5353
5354         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5355
5356         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5357         (gnus-mime-display-part): Use it.
5358
5359         * mm-decode.el (mm-alternative-precedence): Removed.
5360         (mm-discouraged-alternatives): New variable.
5361         (mm-preferred-alternative-precedence): New function.
5362
5363         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5364
5365         * mail-source.el (mail-sources): New variable.
5366
5367         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5368
5369         * mm-decode.el (mm-valid-image-format-p): New function.
5370         (mm-inline-media-tests): Use it.
5371         (mm-valid-and-fit-image-p): New function.
5372
5373         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5374         (gnus-agent-fetch-group): Ditto.
5375
5376 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5377
5378         * nnmail.el (nnmail-article-group): in case of a group name
5379         containing "\\n" constructs, be sure to pass the expanded value to
5380         nn*-save-mail.
5381
5382 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5383
5384         * gnus.el: Pterodactyl Gnus v0.81 is released.
5385
5386 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387
5388         * gnus-sum.el (gnus-get-split-value): Reverse result.
5389
5390 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5391
5392         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5393
5394 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * mml.el (mml-insert-tag): Insert concluding part.
5397
5398         * message.el (message-send-mail): Encode later.
5399         (message-send-news): Ditto.
5400
5401         * nnfolder.el: Don't use mail delim.
5402
5403 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5404
5405         * gnus-cus.el (gnus-group-customize): Put point at min.
5406
5407         * mm-view.el (mm-inline-text): Allow toggling html.
5408
5409 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5410
5411         * mail-source.el: Added prescript and postscript to file.
5412
5413 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * nnmail.el: Reverted.
5416
5417         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5418         (gnus-setup-posting-charset): Did work.
5419
5420 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5421
5422         * gnus.el (gnus-short-group-name): Use
5423         gnus-group-uncollapsed-levels.
5424
5425 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5428
5429 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5430
5431         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5432         (article-strip-headers-from-body): New command and keystroke.
5433
5434 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5435
5436         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5437
5438         * nnheader.el (nnheader-insert-file-contents): Bind
5439         enable-local-eval to nil.
5440         (nnheader-find-file-noselect): Ditto.
5441
5442         * nnmail.el (nnmail-article-group): Don't remove long lines.
5443         (nnmail-remove-long-lines): New function.
5444         (nnmail-split-header-length-limit): Removed.
5445
5446         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5447
5448         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5449
5450 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451
5452         * gnus-sum.el (gnus-summary-generic-mark): New function.
5453
5454         * nnmail.el (nnmail-split-header-length-limit): Increased.
5455         (nnmail-article-group): Allow nil.
5456
5457         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5458
5459         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5460         first.
5461
5462         * mml.el (mml-minibuffer-read-type): Include types from
5463         mailcap-mime-data.
5464
5465         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5466
5467 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5468
5469         * mml.el (mml-insert-tag): New function.
5470         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5471         confusion with functions like `mml-read-tag'.
5472         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5473         (mml-minibuffer-read-description): Ditto with
5474         `mml-minibuffer-read-description'.
5475         (mml-attach-buffer): New function.
5476         (mml-mode-map): New entry for /.
5477         (mml-minibuffer-read-type): Accept DEFAULT.
5478
5479         * mml.el (mml-quote-region): Narrow the region.
5480
5481         * message.el (message-mode-menu): message-mime-attach-file is now
5482         mml-attach-file.
5483
5484 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5487
5488 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5489
5490         * mml.el (mml-attach-buffer): New command.
5491
5492 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5493
5494         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5495         with a proper range. Compress range.
5496
5497         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5498
5499 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5502
5503 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5506         (gnus-picons-convert-x-face): Removed.
5507         (gnus-picons-article-display-x-face): Removed.
5508         (gnus-picons-x-face-sentinel): Ditto.
5509         (gnus-picons-display-x-face): Ditto.
5510
5511 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5512
5513         * gnus.el: Pterodactyl Gnus v0.80 is released.
5514
5515 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5518
5519         * gnus-sum.el (gnus-with-article): Moved here.
5520
5521         * mail-source.el (mail-source-fetch-pop): Ask for password even
5522         when program.
5523
5524 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * gnus-msg.el (gnus-bug): Add description.
5527
5528         * mml.el (mml-insert-mml-markup): Insert disposition.
5529
5530         * message.el (message-send-mail): Always encode mail headers.
5531
5532         * smiley.el (gnus-smiley-display): Goto body.
5533
5534 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5535
5536         * smiley.el (gnus-smiley-display): Don't search to blank line.
5537
5538 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5541         when requested.
5542
5543         * nnmail.el (nnmail-current-spool): Removed.
5544
5545         * gnus-salt.el (gnus-tree-inhibit): New varible.
5546
5547         * gnus.el (mm-util): Required.
5548
5549 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5550
5551         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5552
5553 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5554
5555         * mail-source.el (mail-source-bind): Doc fix.
5556
5557 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5558
5559         * message.el (message-mode): Doc fix.
5560
5561         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5562         encoding.
5563
5564         * gnus.el (gnus-methods-equal-p): Moved here.
5565
5566         * mail-source.el: pop at 110.
5567
5568         * pop3.el (pop3-movemail): Use write-region instead of
5569         append-to-file to avoid excessive messaging.
5570
5571 1999-02-27  lantz moore  <lmoore@contigo.com>
5572
5573         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5574         type directory.
5575
5576 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5577
5578         * gnus-art.el (article-hide-boring-headers): Field names must not
5579         contain whitespace.
5580
5581 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5582
5583         * gnus.el: Pterodactyl Gnus v0.79 is released.
5584
5585 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5588
5589         * mml.el (mml-mode): Don't use add-minor-mode.
5590
5591         * message.el (messgage-inhibit-body-encoding): New variable.
5592         (message-encode-message-body): Use it.
5593
5594 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5595
5596         * gnus.el: Pterodactyl Gnus v0.78 is released.
5597
5598 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599
5600         * message.el (message-mode): Switch on MML mode.
5601
5602         * mml.el: Included commands and functions.
5603         (mml-mode-map): New keymap.
5604
5605         * message.el: Removed the insertion commands and functions.
5606
5607         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5608
5609         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5610         keystroke.
5611
5612         * gnus-art.el (gnus-narrow-to-page): Revert.
5613
5614         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5615         (gnus-cite-parse-maybe): Always reparse.
5616
5617         * message.el (message-encode-message-body): Don't insert
5618         "multipart warning".
5619
5620         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5621
5622 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5623
5624         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5625
5626         * nnmail.el: Require mm-util.
5627
5628 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5629
5630         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5631         group.
5632
5633 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5634
5635         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5636
5637 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5638
5639         * gnus-msg.el (gnus-extended-version): Better regexp.
5640
5641 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5642
5643         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5644         is called with the result of SPLIT and should return a new split.
5645
5646         * gnus.texi: update the doc.
5647
5648 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5649
5650         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5651         displayed in the article buffer, output bars if
5652         `gnus-picons-display-article-move-p'.
5653
5654 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5655
5656         * mail-source.el (mail-source-fetch-pop): Typo.
5657
5658 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5659
5660         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5661
5662 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5665
5666 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * mml.el (mml-insert-buffer): New function.
5669
5670         * message.el (message-forward): Insert the buffer in the buffer.
5671
5672 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5673
5674         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5675
5676 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5677
5678         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5679
5680 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5681
5682         * gnus.el: Pterodactyl Gnus v0.77 is released.
5683
5684 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-art.el (gnus-displaying-mime): New variable.
5687         (article-narrow-to-head): New function.
5688
5689         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5690         Default to pop instead of pop3.
5691
5692 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693
5694         * gnus-art.el (article-hide-pgp): Goto body.
5695
5696         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5697
5698         * gnus-cite.el: Don't use goto-line.
5699
5700         * gnus-art.el (gnus-article-treat-html): Removed.
5701         (gnus-treat-article): Save restriction.
5702
5703 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5704
5705         * message.el (message-send-mail): Don't untabify.
5706         (message-mode): Don't use tabs for indentation.
5707
5708 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5709
5710         * message.el (message-send-mail): Don't untabify.
5711
5712         * nnml.el (nnml-save-mail): Typo fix.
5713
5714 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5715
5716         * message.el (message-cite-function): Add
5717         `message-cite-original-without-signature' customization option.
5718
5719 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5720
5721         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5722         `nnmail-prepare-incoming-header-hook'.
5723
5724 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5725
5726         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5727
5728 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5731
5732 1999-02-18  Michael Cook  <cook@sightpath.com>
5733
5734         * Recognize Microsoft Outlook's cite attribution conventions.
5735
5736 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5737
5738         * gnus-sum.el: Bind M.
5739
5740 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5741
5742         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5743
5744 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5745
5746         * gnus-picon.el (gnus-group-display-picons): ensures that
5747         `article-goto-body' really goes to the article body.
5748
5749 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750
5751         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5752
5753         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5754
5755         * mm-view.el (mm-view-message): Enable multibyte.
5756
5757 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5758
5759         * nnmail.el (nnmail-get-new-mail): Message later.
5760
5761         * mm-util.el (mm-find-charset-region): Revert to checking
5762         multibyte.
5763
5764 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5765
5766       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
5767       attachment.
5768
5769 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5770
5771         * gnus.el: Pterodactyl Gnus v0.76 is released.
5772
5773 1999-02-06  Felix Lee  <flee@cygnus.com>
5774
5775         * gnus.el (gnus-group-change-level-function): Typo.
5776
5777 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5778
5779         * gnus-sum.el (gnus-nov-skip-field): Removed.
5780         (gnus-nov-field): Ditto.
5781         (gnus-nov-parse-extra): Ditto.
5782         (gnus-nov-read-integer): Ditto.
5783
5784 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * nnheader.el (nnheader-nov-read-message-id): New macro.
5787         (nnheader-parse-nov): Use it.
5788
5789         * gnus-sum.el (gnus-nov-read-message-id): New macro.
5790         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
5791         `(eq (char-after) ?\n)'.
5792
5793 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * gnus.el (gnus-other-frame): Always pop up a new frame.
5796
5797 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5798
5799         * gnus-range.el (gnus-range-add): Rewrite.
5800
5801 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
5802
5803         * nnmail.el (nnmail-split-incoming): Added detection of maildir
5804         format.
5805         (nnmail-process-maildir-mail-format): New function.
5806
5807         * mail-source.el (mail-source-fetch-maildir): New function.
5808         (mail-source-keyword-map): Add default for maildir method.
5809         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
5810
5811 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5812
5813         * mail-source.el (mail-source-fetcher-alist): Remove apop.
5814
5815         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
5816         (nndoc-mime-digest-type-p): Removed.
5817
5818 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * gnus-art.el (gnus-article-read-summary-keys): Set the point
5821         where it is supposed to be.
5822         (gnus-treat-play-sounds): New variable.
5823
5824         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
5825
5826         * gnus-art.el (article-display-x-face): Narrow to head.
5827         (gnus-article-washed-types): New variable.
5828         (article-hide-pgp): Is not a toggle.
5829         (gnus-article-hide-text-type): Save types.
5830         (article-decode-charset): Use it.
5831
5832         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
5833
5834         * message.el (message-forward-start-separator): Removed.
5835         (message-forward-end-separator): Removed.
5836         (message-signature-before-forwarded-message): Removed.
5837         (message-included-forward-headers): Removed.
5838         (message-check-news-body-syntax): Don't check forward.
5839         (message-forward): Use MIME.
5840
5841         * nnvirtual.el (nnvirtual-request-article): Bind
5842         gnus-article-decode-hook to nil.
5843
5844 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
5847         us-ascii.
5848
5849 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * format-spec.el (format-spec): Be more robust.
5852
5853         * message.el (message-encode-message-body): Default
5854         mail-parse-charset to mail-parse-charset.
5855
5856         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
5857         (gnus-summary-edit-article): Bind mail-parse-charset.
5858
5859         * mml.el (mml-read-tag): Ignore white space after end of tag.
5860
5861         * message.el (message-goto-body): Also work in separatorless
5862         articles.
5863
5864         * mml.el (mml-translate-from-mime): New function.
5865         (mml-insert-mime): Ditto.
5866         (mml-to-mime): New function.
5867         (mime-to-mml): New name.
5868
5869         * gnus-sum.el (gnus-summary-edit-article): Always select raw
5870         article.
5871
5872         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
5873
5874         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
5875         special-case nndraft groups.
5876
5877 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
5880         (gnus-get-newsgroup-headers): Already bound.
5881
5882         * message.el (message-encode-message-body): Use posting charset.
5883
5884         * mm-bodies.el (mm-encode-body): Use MIME charsets.
5885         (mm-body-encoding): Do CTE.
5886         (mm-body-7-or-8): New function.
5887
5888         * mm-util.el (mm-mime-charset): Always fall back on alist.
5889         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
5890         (mm-mime-mule-charset-alist): Add arabic-*-column.
5891         (mm-find-mime-charset-region): New function.
5892
5893         * format-spec.el (format-spec-make): New function.
5894
5895         * mail-source.el (format-spec): Required.
5896         (mail-source-fetch-with-program): Removed.
5897         (mail-source-fetch-with-program): New function.
5898
5899         * format-spec.el: New file.
5900
5901 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
5902
5903         * mail-source.el (mail-source-fetch-with-program): Take optional
5904         parameter.
5905
5906 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5907
5908         * gnus-start.el: Ignore some groups.
5909         (gnus-setup-news): Bind nnmail-fetched-sources.
5910
5911         * message.el (message-send-mail): Remove all tabs.
5912
5913         * mm-util.el (mm-find-charset-region): Just check whether
5914         find-charset-region is defined.
5915
5916 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5917
5918         * gnus-group.el (gnus-group-get-new-news): Use
5919         nnmail-fetched-sources.
5920
5921         * nnmail.el (nnmail-fetched-sources): New variable.
5922         (nnmail-get-new-mail): Use it.
5923
5924         * mail-source.el (mail-source-fetched-sources): New variable.
5925         (mail-source-fetch): Use it.
5926
5927 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
5928
5929         * gnus.el (gnus-getenv-nntpserver): if the file that
5930         gnus-nntpserver-file names has a trailing newline, the
5931         string-match will always match, and thus the file will never be
5932         read.  (^ matches start of "line", \\` matches start of "buffer",
5933         which is what was intended...)
5934
5935 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
5936
5937         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
5938
5939 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
5942         select methods.
5943
5944 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
5945
5946         * gnus-range.el (gnus-remove-from-range): Sort second argument.
5947
5948 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
5949
5950         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
5951
5952 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5953
5954         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
5955         a typo.
5956         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
5957         charset to nil.
5958         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
5959         * gnus-start.el (gnus-start-draft-setup): Ditto.
5960
5961 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * mail-source.el (mail-source-fetch-directory): Use the predicate.
5964         (mail-source-value): Don't do variables.
5965
5966         * nnmail.el (nnmail-get-new-mail): Set the predicate.
5967
5968         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
5969
5970 1999-02-01  Michael Cook  <cook@sightpath.com>
5971
5972         * Defenestrate spurious ?a.
5973
5974 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * mail-source.el (mail-source-fetch-pop): Instead use
5977         :authentication.
5978
5979 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
5980
5981         * lisp/mail-source.el : Support APOP authentication scheme.
5982
5983 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
5984
5985         * pop3.el (pop3-movemail): Return t.
5986
5987 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * rfc2047.el (rfc2047-fold-region): New function.
5990         (rfc2047-encode-message-header): Use it.
5991
5992 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
5993
5994         * gnus-sum.el (gnus-group-charset-alist): Add more.
5995
5996 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5997
5998         * gnus.el: Pterodactyl Gnus v0.75 is released.
5999
6000 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * gnus-art.el (article-display-x-face): Don't narrow to head.
6003
6004 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6005
6006         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6007
6008 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009
6010         * mail-source.el (mail-source-fetch-directory): Ignore
6011         directories.
6012
6013         * gnus-cus.el (gnus-group-parameters): Addition.
6014
6015         * gnus-art.el (article-strip-banner): Do symbolic banners.
6016         (article-strip-banner): New keystroke.
6017
6018 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6019
6020         * gnus-art.el (article-strip-banner): New command.
6021
6022 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6023
6024         * gnus-art.el (gnus-treat-strip-banners): New variable.
6025
6026 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6029         has been exist.
6030
6031 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6032
6033         * message.el (message-draft-coding-system): Check coding-system.
6034         * mm-util.el (mm-text-coding-system): Ditto.
6035
6036 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * mail-source.el (mail-source-fetch-pop): Save excursion.
6039
6040 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041
6042         * mail-source.el (mail-source-movemail-args): Not constant.
6043         (mail-source-movemail-args): Removed.
6044         (mail-source-fetch-with-program): New function.
6045         (mail-source-fetch-pop): Use program and function.
6046         (mail-source-movemail-program): Removed.
6047
6048         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6049         (gnus-treat-date-user-defined): New variable.
6050
6051 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6052
6053         * nnmail.el (nnmail-fix-eudora-headers): New function.
6054
6055 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6058
6059 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6062         (smiley-nosey-regexp-alist): Ditto.
6063
6064         * gnus-art.el (gnus-treatment-function-alist): Do
6065         gnus-article-add-buttons-to-head later.
6066         (gnus-treat-capitalize-sentences): New variable.
6067         (article-capitalize-sentences): New command and keystroke.
6068
6069         * gnus-group.el (gnus-group-catchup-current): Do group.
6070
6071         * message.el (message-default-charset): Add group.
6072
6073 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6074
6075         * gnus.el: Pterodactyl Gnus v0.74 is released.
6076
6077 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6078
6079         * gnus-art.el (article-fill-long-lines): Renamed.
6080         (article-fill-long-lines): New keystroke.
6081
6082 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6083
6084         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6085
6086         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6087         displayed.
6088         (gnus-group-catchup-current): Be more robus.
6089
6090         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6091         headers.
6092
6093 1999-01-25  Dave Love  <fx@gnu.org>
6094
6095         * message.el (message-mode-menu): Add message-mime-attach-file.
6096         (message-mode): Doc fix.
6097
6098 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099
6100         * nnmail.el (nnmail-check-duplication): Insert the mail source
6101         string.
6102
6103         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6104         (mail-source-fetch-directory): Ditto.
6105         (mail-source-fetch-file): Ditto.
6106         (mail-source-string): New variable.
6107
6108         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6109         the level.
6110
6111         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6112         before handling.
6113
6114         * mm-util.el (mm-mime-charset): Use the parameters.
6115         (mm-mime-charset): Removed region paremeters.
6116
6117         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6118         source.
6119
6120 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6121
6122         * nnmail.el (nnmail-get-split-group): Quote right.
6123
6124 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125
6126         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6127         buffer.
6128
6129 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6132         (gnus-group-mode): Don't hook.
6133
6134         * mail-source.el (mail-source-bind): Doc fix.
6135         (mail-source-bind): Take only one param.
6136
6137         * gnus-art.el (gnus-treat-highlight-signature): typep.
6138
6139         * mail-source.el (mail-source-movemail): Ignore empty file.
6140         (mail-source-callback): Check before deleting.
6141
6142         * message.el (message-mime-attach-file): Include name.
6143
6144 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * mm-util.el (mm-read-charset): Return a symbol.
6147
6148         * mm-view.el (mm-inline-text): Insert signature separator.
6149
6150         * gnus-art.el (gnus-treat-predicate): New function.
6151         (gnus-treat-article): Allow all types to be checked.
6152
6153         * gnus-util.el (gnus-or): New function.
6154         (gnus-and): Ditto.
6155
6156         * gnus-art.el (gnus-mime-display-single): Use override.
6157
6158         * mm-decode.el (mm-attachment-override-types): New variable.
6159         (mm-attachment-override-p): New function.
6160
6161         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6162
6163 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6164
6165         * mm-view.el (mm-inline-text): Do vcards.
6166
6167 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6168
6169         * gnus.el: Pterodactyl Gnus v0.73 is released.
6170
6171 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6174         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6175         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6176         (nnmail-movemail-program): Removed.
6177         (nnmail-movemail-args): Removed.
6178         (nnmail-pop-password-required): Ditto.
6179         (nnmail-tmp-directory): Ditto.
6180         (nnmail-delete-incoming): Removed.
6181         (nnmail-pop-password, nnmail-moved-inboxes,
6182         nnmail-internal-password, nnmail-move-inbox): Removed.
6183         (nnmail-read-passwd): Ditto.
6184         (nnmail-get-spool-files): Removed.
6185         (nnmail-resplit-incoming): Reinstated.
6186
6187         * mail-source.el: New file.
6188
6189 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6190
6191         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6192
6193 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6194
6195         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6196
6197 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198
6199         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6200
6201         * gnus-picon.el (gnus-group-display-picons): Goto body.
6202
6203         * gnus.el: Indented all functions; broke long lines; changed all
6204         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6205
6206 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6207
6208         * gnus.el: Pterodactyl Gnus v0.72 is released.
6209
6210 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6211
6212         * gnus.el: Cleaned up trailing whitespace.
6213
6214         * mm-util.el (mm-read-charset): Work.
6215
6216 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6217
6218         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6219         nnheader-translate-file-chars'd group name.
6220
6221 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * message.el (message-encode-message-body): Fold case.
6224
6225 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6226
6227         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6228
6229 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6230
6231         * mailcap.el (mailcap-add): New function.
6232
6233 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234
6235         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6236         (article-goto-body): Use it.
6237         (gnus-treat-article): Ditto.
6238
6239         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6240         downloaded articles from the downloadeble list.
6241
6242 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * message.el (message-encode-message-body): Bind
6245         mail-parse-charset.
6246
6247         * mm-util.el (mm-charset-synonym-alist): New variable.
6248         (mm-charset-to-coding-system): Use it.
6249         (mm-charset-coding-system-alist): Removed.
6250         (mm-charset-to-coding-system): Don't use it.
6251         (mm-find-charset-region): Use mail-parse-charset.
6252
6253         * gnus-art.el (gnus-treatment-function-alist): Use
6254         gnus-article-display-picons.
6255         (gnus-treat-display-xface): Only do if we have xface feature.
6256         (gnus-part-display-hook): New function.
6257         (gnus-treat-article): Use it.
6258         (gnus-treat-article): Use gnus-visual.
6259
6260         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6261
6262         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6263         displaying.
6264
6265         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6266
6267         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6268         regexp file names.
6269
6270 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6271
6272         * gnus.el: Pterodactyl Gnus v0.71 is released.
6273
6274 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * mm-view.el (mm-inline-image): Don't add a dot.
6277
6278         * gnus-art.el (gnus-treat-article): New function.
6279
6280         * gnus.el (gnus-article-display-hook): Removed.
6281
6282         * gnus-art.el (gnus-article-treat-custom): New variable.
6283
6284         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6285
6286         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6287         functions.
6288
6289         * message.el (message-posting-charset): New variable.
6290         (message-send-mail): Use it.
6291
6292         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6293         (gnus-setup-posting-charset): New function.
6294         (gnus-setup-message): Use it.
6295
6296         * message.el (message-encode-message-body): Just look for
6297         Content-Type before inserting a new one.
6298
6299 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * rfc2047.el (rfc2047-default-charset): Removed.
6302
6303         * mail-prsvr.el: New file.
6304         (mail-parse-charset): New variable.
6305
6306         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6307         Changed name.
6308
6309         * gnus.el (gnus-charset): New group.
6310
6311         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6312
6313         * gnus-sum.el (gnus-default-charset): Default to nil.
6314         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6315         (gnus-newsgroup-iso-8859-1-forced): Removed.
6316
6317         * mm-util.el (mm-known-charsets): Removed.
6318         (mm-default-coding-system): Removed.
6319         (mm-default-charset): Removed.
6320         (mm-read-charset): New function.
6321
6322         * message.el (message-default-charset): Removed.
6323
6324         * rfc2047.el (rfc2047-default-charset): Default to nil.
6325
6326         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6327
6328 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6329
6330         * gnus.el: Pterodactyl Gnus v0.70 is released.
6331
6332 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * mm-decode.el (mm-save-part): Use mm-get-part.
6335         (mm-insert-part): New function.
6336         (mm-get-part): Use it.
6337         (mm-get-image): Ditto.
6338         (mm-display-external): Ditto.
6339
6340         * mm-view.el (mm-inline-text): Ditto.
6341
6342         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6343         ranges.
6344
6345         * mm-decode.el (mm-display-external): Save the buffer.
6346         (mm-remove-part): Kill it.
6347
6348         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6349
6350         * nnagent.el (nnagent-request-set-mark): Defined stub.
6351
6352 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6353
6354         * gnus-score.el (gnus-score-load-score-alist): Bind
6355         coding-system-for-read.
6356
6357         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6358         prepare-exit-hook.
6359
6360         * mm-view.el (mm-setup-w3): Require w3.
6361
6362 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6363
6364         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6365         body.
6366
6367 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6368
6369         * mm-encode.el: Ditto.
6370
6371         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6372         error.
6373
6374         * mailcap.el (mailcap-mime-data): SAFER ps.
6375
6376         * message.el (message-encode-message-body): Always insert a
6377         Content-Type header.
6378
6379         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6380         shown inline.
6381
6382         * mm-view.el (mm-inline-text): Handle all sorts of text.
6383
6384         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6385         don't view.
6386
6387         * mm-decode.el (mm-display-external): Use it.
6388
6389         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6390
6391         * mm-decode.el (mm-save-part): Removed double code.
6392
6393 1999-01-12  Dave Love  <fx@gnu.org>
6394
6395         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6396         application/octet-stream .gz & al files with jka-compr.
6397
6398 1999-01-12  Dave Love  <fx@gnu.org>
6399
6400         * gnus-ems.el (gnus-down-mouse-3): New variable.
6401         * gnus-art.el (gnus-mime-button-map): Use it.
6402         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6403
6404 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6405
6406         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6407
6408 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6409
6410         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6411         buffers.
6412
6413         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6414
6415         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6416
6417 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6418
6419         * mml.el (mml-parameter-string): Strip directory component.
6420
6421 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422
6423         * gnus.el (gnus-use-demon): Removed.
6424
6425 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * nnmail.el (nnmail-article-group): Don't infloop.
6428
6429 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6430
6431         * gnus-art.el (article-update-date-lapsed): Made it work with
6432         picons, and make it update on all visible frames.
6433         (article-date-ut): Get summary-buffer's current-headers.
6434
6435 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6436
6437         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6438         (gnus-picons-setup-p): New variable.
6439
6440 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441
6442         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6443
6444 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6445
6446         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6447         (gnus-summary-exit-no-update): Use mapcar.
6448
6449 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6450
6451         * gnus-agent.el (gnus-category-write): Make directory.
6452
6453 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6454
6455         * gnus-sum.el (gnus-update-read-articles):
6456         (gnus-update-marks): Request backend update of mark.
6457
6458 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6459
6460         * mm-bodies.el (mm-body-encoding): Use mm-find.
6461
6462 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6463
6464         * gnus-picon.el (gnus-article-display-picons): Fix.
6465
6466 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6467
6468         * gnus.el: Pterodactyl Gnus v0.69 is released.
6469
6470 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6473
6474         * gnus-agent.el (gnus-agent-remove-group): New command and
6475         keystroke.
6476
6477         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6478
6479 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6480
6481         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6482
6483 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * mm-view.el (mm-inline-text): Bind current id.
6486
6487         * mm-decode.el (mm-handle-id): New macro.
6488         (mm-make-handle): Accept id.
6489         (mm-dissect-singlepart): Use it.
6490
6491 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6492
6493       * message.el (message-cite-original-without-signature): Use
6494       message-signature-separator when searching for signature in
6495       message-cite-original-without-signature.
6496
6497 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6498
6499         * gnus.el (gnus-server-to-method): Check named methods.
6500
6501 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6502
6503         * mm-view.el (mm-view-message): Goto point-min.
6504
6505         * nnmail.el (nnmail-article-group): Don't delete lines, only
6506         shorten them.
6507
6508         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6509         values.
6510
6511         * nnheader.el (nnheader-temp-directory): New variable.
6512         (nnheader-temp-directory): Removed.
6513
6514 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6515
6516         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6517         list of files to check for mailcap entries under windows-nt.
6518
6519 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520
6521         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6522         summary buffer exists.
6523
6524 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6525
6526         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6527         irrelevant Sun sendmail bug.
6528         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6529
6530         * message.el (message-send-news): Bind mail-header-separator to
6531         "" when asking backend to post.
6532
6533 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6534
6535         * mm-uu.el (mm-dissect-disposition): New variable.
6536         (mm-uu-dissect): Use it.
6537
6538 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6539
6540         * mm-view.el (mm-inline-text): Bind url-current-object.
6541
6542 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6543
6544         * gnus-range.el (gnus-remove-from-range): Rewrite.
6545
6546 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6547
6548         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6549
6550 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6551
6552         * message.el (message-encode-message-body): Insert `MIME-Version'
6553         instead of `Mime-Version'.
6554
6555 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6556
6557         * message.el (message-insert-mime-part): Add the attachment
6558         disposition.
6559         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6560         (message-mime-query-type): New function.
6561         (message-mime-query-description): Ditto.
6562         (message-mime-query-file): Ditto.
6563         (message-insert-mime-part): Use them.
6564         (message-mime-insert-external): Use the new stuff.
6565
6566 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * nnmail.el (nnmail-split-header-length-limit): New variable.
6569
6570         * mm-decode.el (mm-dissect-buffer): Check syntax.
6571
6572         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6573
6574         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6575         (rfc2047-dissect-region): Ditto.
6576
6577 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6578
6579         * mm-view.el (mm-view-message): Decode charset.
6580
6581 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6582
6583         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6584         CT headers.
6585
6586 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6587
6588         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6589         mm-uu-*-function.
6590         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6591
6592 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6593
6594         * message.el (message-send-mail): Do MML first.
6595         (message-send-news): Ditto.
6596
6597 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * gnus-picon.el (gnus-picons-face): New face.
6600         (gnus-picons-try-face): Use it.
6601
6602 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6603
6604         * gnus.el: Pterodactyl Gnus v0.68 is released.
6605
6606 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6607
6608         * gnus.el: Pterodactyl Gnus v0.67 is released.
6609
6610 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6611
6612         * gnus.el: Pterodactyl Gnus v0.66 is released.
6613
6614 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6615
6616         * gnus-art.el (gnus-insert-mime-button): Decode description.
6617
6618 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6619
6620         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6621         (gnus-decode-header-methods): Ditto.
6622         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6623
6624 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6625
6626         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6627
6628 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * mml.el (mml-insert-mime-headers): Encode description.
6631
6632         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6633         line.
6634
6635         * gnus-sum.el (gnus-default-charset): Doc fix.
6636
6637 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6638
6639         * mm-decode.el (mm-display-part): Forward a line.
6640
6641 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6642
6643         * mm-util.el (mm-running-ntemacs): New variable.
6644         (mm-text-coding-system): Ditto.
6645         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6646         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6647
6648 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6649
6650         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6651         buffer.
6652
6653         * message.el (message-insert-headers): New command and keystroke.
6654
6655 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6658         (mm-get-image): Ditto.
6659
6660         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6661         base64, uudecode and binhex.
6662
6663 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6664
6665         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6666         in text/plain.
6667         * mm-uu.el (mm-uu-dissect): Use inline.
6668
6669 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * mm-view.el (mm-view-message): New function.
6672
6673         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6674         qp.
6675
6676 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6677
6678         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6679         entry for message/rfc822 as 8bit.
6680
6681 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6682
6683         * mailcap.el (mailcap-mime-extensions): Add patch.
6684
6685 1998-12-05  Dale Hagglund  <rdh@best.com>
6686
6687         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6688         argument to force all multipart/* to look like multipart/mixed.
6689
6690         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6691         variable.
6692         (gnus-mime-display-part): Use it.
6693
6694 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * gnus-draft.el (gnus-draft-send): Only disable checks for
6697         non-interactive use.
6698         (gnus-draft-send-message): Use it.
6699
6700 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6701
6702         * gnus.el: Pterodactyl Gnus v0.65 is released.
6703
6704 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6705
6706         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6707
6708         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6709
6710 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6711
6712         * gnus.el: Pterodactyl Gnus v0.64 is released.
6713
6714 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * mm-view.el (mm-setup-w3): Don't load.
6717
6718         * gnus-msg.el (gnus-setup-message): Set group name.
6719         (gnus-group-mail): Avoid leaking local vars.
6720
6721         * message.el (message-attach-file): Renamed.
6722         (message-mime-attach-file): Renamed again.
6723
6724 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6725
6726         * gnus-art.el (article-decode-encoded-words): Bind
6727         rfc2047-default-charset here.
6728
6729         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6730
6731 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6734         (gnus-picons-setup-hook): New hook.
6735
6736 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6737
6738         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6739         string.
6740         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6741         line.
6742
6743 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6744
6745         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6746         (gnus-mime-view-part): Ditto.
6747         (gnus-mime-inline-part): Dotii.
6748         (gnus-mime-externalize-part): Daddo.
6749         (gnus-mime-internalize-part): Tutti frutti.
6750         (gnus-widget-press-button): Da da do.
6751
6752         * mm-view.el (mm-setup-w3): Require url-vars.
6753
6754 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6755
6756         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6757         * mm-util.el (mm-find-charset-region): Ditto.
6758
6759 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6760
6761         * message.el (message-send): Don't encode here.
6762         (message-send-mail): But here.
6763         (message-send-news): And here.
6764
6765 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6766
6767         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
6768
6769 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6770
6771         * gnus.el: Pterodactyl Gnus v0.63 is released.
6772
6773 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6774
6775         * mml.el (mml-base-boundary): Shorten.
6776
6777         * message.el (message-insert-mime-part): Use default.
6778
6779         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
6780
6781 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6782
6783         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
6784         buttons, not [*].
6785
6786 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6787
6788         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
6789
6790 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
6791
6792         * gnus-art.el (gnus-insert-mime-button): Fix.
6793
6794 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6795
6796         * message.el (message-insert-mime-part): Nicify prompts.
6797         (message-insert-mime-part): Really delete duplicates.
6798         (message-insert-mime-part): Check against common errors.
6799         (message-insert-mime-part): Fix docstring.
6800
6801 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6802
6803         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
6804
6805 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6806
6807         * gnus-art.el (gnus-mime-button-line-format): Nicify.
6808         (gnus-insert-mime-button): Modify accordingly.
6809
6810 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * gnus-art.el (gnus-display-mime): Set window point.
6813
6814         * mm-decode.el (mm-display-external): Only decode when not
6815         saving.
6816         (mm-alternative-precedence): Prefer multiparts.
6817         (mm-inline-media-tests): Inline multiparts.
6818
6819         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
6820         Ignore errors when requiring url.
6821
6822         * mml.el (mml-quote-region): New command.
6823
6824         * message.el (message-cite-original): Use it.
6825         (message-cite-original-without-signature): Ditto.
6826
6827 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6828
6829         * gnus.el: Pterodactyl Gnus v0.62 is released.
6830
6831 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6832
6833         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
6834
6835 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6836
6837         * mm-view.el (mm-inline-text): Use `point-min-marker' and
6838         `point-max-marker'.
6839
6840 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841
6842         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
6843
6844         * gnus-art.el (gnus-mime-display-single): Check for attachment
6845         before other tests.
6846
6847 1998-12-03  Didier Verna  <verna@inf.enst.fr>
6848
6849         * gnus-msg.el (gnus-configure-posting-styles): find a
6850         posting-style entry in the group parameters, if any, and honor it
6851         at the end.
6852
6853 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
6854
6855         * nntp.el (nntp-after-change-function): Fix.
6856
6857 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
6858
6859         * mml.el (mml-generate-mime-1): Insert literally.
6860
6861 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6862
6863         * mml.el (mml-insert-mime-headers): Removed debug.
6864
6865 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6866
6867         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
6868         prefixed.
6869
6870         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
6871         application/emacs-lisp to 8bit.
6872
6873 1998-12-03  Dale Hagglund  <rdh@best.com>
6874
6875         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
6876
6877 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6878
6879         * gnus.el: Pterodactyl Gnus v0.61 is released.
6880
6881 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * mml.el (mml-parse-1): Skipped parts.
6884         (mml-insert-mime-headers): Nil is a list.
6885         (mml-generate-mime-1): Don't insert literally.
6886         (mml-read-tag): Drop text props.
6887         (mml-read-part): Ditto.
6888         (mml-parse-singlepart-with-multiple-charsets): Ditto.
6889
6890 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6891
6892         * gnus.el: Pterodactyl Gnus v0.60 is released.
6893
6894 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * mml.el (mml-parse-1): Don't throw contents away.
6897
6898 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
6899
6900         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
6901
6902 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6903
6904         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
6905         function.
6906         (mml-parse-1): Use it.
6907
6908 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6909
6910         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
6911         Use gnus-newsgroup-default-charset.
6912         (article-decode-encoded-words): Remove charset codes.
6913         * gnus-sum.el (gnus-newsgroup-default-charset): Use
6914         gnus-default-charset.
6915
6916 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * message.el (message-send-mail): Don't encode here.
6919         (message-send-news): Nor here.
6920         (message-send): ... but here instead.
6921
6922         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
6923         default to nil.
6924         (gnus-article-display-picons): Replace From line.
6925         (gnus-group-display-picons): Replace Newsgroups line.
6926         (gnus-picons-display-glyph): Set baseline.
6927         (gnus-group-display-picons): Piconize the entire Newsgroups line.
6928         (gnus-picons-xbm-face): Revert to old, standard colors.
6929
6930         * message.el (message-fetch-field): Remove text props.
6931
6932         * gnus-art.el (gnus-article-normalized-header-length): New
6933         variable.
6934         (article-normalize-headers): New command and keystroke.
6935
6936         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
6937
6938 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6939
6940         * gnus.el: Pterodactyl Gnus v0.59 is released.
6941
6942 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
6945
6946         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
6947
6948 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
6949
6950         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
6951
6952 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6953
6954         * mm-decode.el (mm-all-images-fit): New variable.
6955         (mm-image-fit-p): Use it.
6956
6957         * gnus-art.el (gnus-mime-display-single): Use it.
6958         (gnus-mime-internalize-part): New command and keystroke.
6959
6960         * mm-decode.el (mm-user-automatic-external-display): New
6961         variable.
6962         (mm-automatic-external-display-p): New function.
6963
6964         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
6965         colors.
6966
6967 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
6970
6971         * gnus-art.el (gnus-with-article): Work in the original article
6972         buffer.
6973         (gnus-with-article): Work in read-only groups.
6974
6975 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6976
6977         * mm-bodies.el (mm-decode-string): Return original string if not
6978         decode.
6979
6980 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6981
6982         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
6983
6984 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
6985
6986         * nndoc.el (nndoc-mime-parts-type-p): Do related.
6987
6988 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6989
6990         * gnus.el: Pterodactyl Gnus v0.58 is released.
6991
6992 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
6993
6994         * mm-decode.el (mm-get-image): Return a glyph, not an image
6995         specifier.
6996
6997 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
6998
6999         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7000
7001 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7002
7003         * mail-parse.el (rfc2045): Required.
7004
7005 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7006
7007         * mm-view.el (mm-inline-text): Remove props.
7008
7009 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7010
7011         * mm-view.el (mm-setup-w3): Protect url-misc.
7012
7013         * message.el (message-ignored-resent-headers): Remove
7014         Gnus-Warning.
7015
7016         * mml.el (mml-insert-mime-headers): Use encoding.
7017         (mml-parameter-string): Ditto.
7018
7019         * rfc2045.el: New file.
7020         (rfc2045-encode-string): New function.
7021
7022 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * mail-parse.el (mail-header-encode-parameter): New function.
7025
7026         * rfc2231.el (rfc2231-encode-string): New function.
7027
7028 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7029
7030         * mm-bodies.el (mm-decode-string): New function.
7031         * mm-view.el (mm-inline-text): Use mm-decode-string.
7032
7033 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7034
7035         * gnus.el: Pterodactyl Gnus v0.57 is released.
7036
7037 1998-11-23  Felix Lee  <flee@cygnus.com>
7038
7039         * nntp.el (nntp-async-needs-kluge): new setting.
7040         (nntp-async-timer): new var.
7041         (nntp-async-process-list): new var.
7042         (nntp-async-kluge): new function.
7043         (nntp-async-timer-handler): new function.
7044         (nntp-async-wait): new function.
7045         (nntp-async-stop): new function.
7046         (nntp-after-change-function): renamed, and split apart.
7047         (nntp-async-trigger): new function.
7048         (nntp-do-callback): new function.
7049         (nntp-accept-process-output): add optional timeout arg.
7050
7051         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7052         (gnus-async-wait-for-article): new function.
7053         (gnus-async-with-semaphore): s/asynch/async/.
7054
7055 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7056
7057         * gnus-art.el (gnus-with-article): Don't encode.
7058         (gnus-insert-mime-button): Fall back on filename from C-D.
7059         (gnus-mime-display-single): Have dots right on text/plain
7060         attachments.
7061
7062         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7063         broken parts.
7064
7065         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7066
7067         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7068         binhex.
7069
7070         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7071         (gnus-summary-repair-multipart): New command and keystroke.
7072
7073         * gnus-art.el (gnus-with-article-buffer): New macro.
7074
7075 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7076
7077         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7078         undisplay the part.
7079
7080 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7083
7084         * mml.el (mml-read-part): Partition right.
7085
7086         * mm-decode.el (mm-handle-set-cache): New macro.
7087         (mm-handle-cache): Ditto.
7088         (mm-make-handle): Ditto.
7089         (mm-dissect-singlepart): Use it.
7090         (mm-get-image): Use the cache.
7091
7092 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7095         (gnus-mime-display-single): Don't insert lines between parts.
7096
7097 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7098
7099         * nnmail.el (nnmail-file-coding-system-1): New variable.
7100         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7101         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7102         * nnml.el (nnml-file-coding-system): New variable.
7103         (nnml-request-article): Use nnml-file-coding-system.
7104
7105 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7106
7107         * gnus.el: Pterodactyl Gnus v0.56 is released.
7108
7109 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110
7111         * gnus-art.el (gnus-mime-display-part): New function.
7112         (gnus-mime-display-mixed): Use it.
7113
7114         * mm-view.el (mm-setup-w3): Don't register.
7115
7116         * message.el (message-cite-original): Cite parts.
7117
7118 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7119
7120         * mml.el (mml-parameter-string): New function.
7121         (mml-insert-mime-headers): Separated into new function.
7122
7123 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7124
7125         * mml.el (mml-make-boundary): Use `make-string'.
7126
7127 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7128
7129         * binhex.el (binhex-insert-char): Ditto.
7130
7131         * base64.el (base64-insert-char): Ditto.
7132
7133         * uudecode.el (uudecode-insert-char): Code correctly.
7134
7135 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7136
7137         * mml.el (mml-generate-mime): Don't generate multiparts for
7138         empties.
7139
7140         * gnus-art.el (gnus-display-mime): Save excursion.
7141
7142         * message.el (message-remove-first-header): New function.
7143         (message-encode-message-body): Use it.
7144
7145 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7146
7147         * gnus.el: Pterodactyl Gnus v0.55 is released.
7148
7149 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7150
7151         * mm-view.el (mm-setup-w3): New function.
7152
7153         * mm-decode.el (mm-content-id-get-contents): New function.
7154         (mm-content-id-get-type): Ditto.
7155         (mm-content-id-get-encoding): Ditto.
7156         (mm-get-handle-by-content-id): Removed.
7157
7158 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7159
7160         * message.el (message-generate-new-buffers): Fix tag.
7161
7162 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163
7164         * message.el (message-buffer-name): Check for unique first.
7165
7166         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7167         gnus-inhibit-mime-unbuttonizing.
7168
7169         * gnus-sum.el (t): Bind M-t.
7170         (gnus-inhibit-unbuttonizing): New variable.
7171         (gnus-summary-toggle-display-buttonized): New command.
7172
7173         * gnus-art.el (gnus-display-mime): Select article window.
7174         (article-strip-trailing-space): New command and keystroke.
7175
7176         * nneething.el (nneething-include-files): New variable.
7177         (nneething-create-mapping): Use it.
7178
7179         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7180
7181         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7182         ayto-expirable marks.
7183
7184 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185
7186         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7187
7188         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7189         ARG.
7190
7191         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7192
7193 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7194
7195         * mm-util.el (mm-binary-coding-system): New variable.
7196         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7197         * mm-decode.el (mm-display-external): Ditto.
7198
7199 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7200
7201         * gnus.el: Pterodactyl Gnus v0.54 is released.
7202
7203 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7206
7207 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208
7209         * mm-decode.el (mm-save-part): Unquote.
7210
7211 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7212
7213         * mm-decode.el (mm-save-part): Bind coding system for write.
7214
7215 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7216
7217         * gnus-art.el (gnus-article-mode-line-format): New default.
7218         (gnus-article-mime-part-status): New function.
7219
7220         * message.el (message-send-news): Check the body syntax before
7221         encoding.
7222
7223         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7224         (gnus-mime-display-single): Use it.
7225         (gnus-mime-display-alternative): Ditto.
7226
7227         * mm-decode.el: Check for whether we are running under a term.
7228
7229 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * mm-decode.el (mm-preferred-alternative): Default to first
7232         alternative.
7233         (mm-preferred-alternative): No, we dont.
7234
7235 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7236
7237         * mm-decode.el (mm-display-external): Use binary instead of
7238         no-conversion.
7239         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7240         * nnheader.el (nnheader-file-coding-system): Ditto.
7241         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7242
7243 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7244
7245         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7246         name without method.
7247
7248 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7249
7250         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7251         coding-system -> default-charset.
7252         (gnus-newsgroup-default-charset-alist): Ditto.
7253         (gnus-summary-local-variables): Ditto.
7254         (gnus-set-global-variables): Ditto.
7255         (gnus-get-newsgroup-headers): Ditto.
7256         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7257         (gnus-get-newsgroup-headers-xover): Ditto.
7258         (gnus-newsgroup-setup-default-charset): Ditto.
7259         (article-decode-mime-words): Ditto.
7260         (article-decode-charset): Ditto.
7261         (article-decode-encoded-words): Ditto.
7262         (article-de-quoted-unreadable): Ditto.
7263         (gnus-mime-view-all-parts): Ditto.
7264         (gnus-mime-externalize-part): Ditto.
7265         (gnus-mm-display-part): Ditto.
7266         (gnus-mime-display-single): Ditto.
7267         (gnus-mime-display-alternative): Ditto.
7268         * lpath.el : Ditto.
7269
7270 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7271
7272         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7273         * gnus-art.el (article-decode-charset): Overlay
7274         rfc2047-default-charset.
7275         * message.el (message-draft-coding-system): New variable.
7276         (message-set-auto-save-file-name): Use message-draft-coding-system.
7277         * nndraft.el (nndraft-request-article): Ditto.
7278         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7279         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7280
7281 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7282
7283         * mm-uu.el (mm-uu-test): New function.
7284         (mm-uu-dissect): Inherit charset and cte from head.
7285         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7286
7287 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7288
7289         * gnus.el: Pterodactyl Gnus v0.53 is released.
7290
7291 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * mm-decode.el (mm-get-image): New function.
7294         (mm-image-fit-p): New function.
7295
7296         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7297
7298         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7299
7300         * gnus-art.el (gnus-article-insert-newline): New function.
7301         (article-goto-body): New function.
7302
7303 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7306         buttons.
7307
7308         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7309         keystroke.
7310
7311         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7312         line between parts.
7313
7314         * message.el (message-remove-header): Go to end if wanted.
7315
7316 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7317
7318         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7319         movement with save-window-excursion.
7320
7321 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7322
7323         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7324
7325 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7326
7327         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7328
7329 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7330
7331         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7332         gnus-newsgroup-coding-system.
7333         (gnus-get-newsgroup-headers): Ditto.
7334         (gnus-get-newsgroup-headers-xover): Ditto.
7335         (gnus-set-global-variables): Ditto.
7336         * gnus-art.el (article-decode-mime-words): Ditto.
7337         (article-decode-charset): Ditto.
7338         (article-decode-encoded-words): Ditto.
7339         (article-de-quoted-unreadable): Ditto.
7340         (gnus-mime-view-all-parts): Ditto.
7341         (gnus-mime-externalize-part): Ditto.
7342         (gnus-mm-display-part): Ditto.
7343         (gnus-mime-display-alternative): Ditto.
7344         (gnus-mime-display-single): Ditto.
7345         * mm-view.el (mm-inline-text): Use default coding system.
7346
7347 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7348
7349         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7350         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7351         (gnus-newsgroup-coding-system): New local variable.
7352         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7353         (gnus-summary-local-variables): Add two new local variables.
7354         (gnus-newsgroup-setup-coding-system): New function.
7355         (gnus-select-newsgroup): Setup coding system.
7356         * lpath.el: Add two new variables.
7357         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7358         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7359         * gnus-cus.el (gnus-group-parameters): Customizable
7360         iso-8859-1-forced.
7361
7362 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7363
7364         * gnus.el: Pterodactyl Gnus v0.52 is released.
7365
7366 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7367
7368         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7369         encoding.
7370
7371         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7372         undisplayed text types.
7373
7374         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7375         types.
7376
7377 1998-11-19  Felix Lee  <flee@cygnus.com>
7378
7379         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7380
7381 1998-11-19  Felix Lee  <flee@cygnus.com>
7382
7383         * gnus-async.el (gnus-asynch-obarray): rename to
7384         gnus-async-hashtb, and don't buffer-local it.
7385
7386         (gnus-async-article-callback): new function.
7387         (gnus-make-async-article-function): use it.
7388
7389         (gnus-async-current-prefetch-group): new var.
7390         (gnus-async-current-prefetch-article): new var.
7391         (gnus-async-request-fetched-article): are we fetching it already?
7392
7393         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7394
7395 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * gnus-sum.el (gnus-summary-show-article): Require.
7398
7399         * message.el: Provide before hooks.
7400         (message-send-news): Do MIME before headers.
7401
7402         * gnus-art.el (gnus-article-check-buffer): New function.
7403         (gnus-article-read-summary-keys): Use it.
7404
7405         * mm-decode.el (mm-user-automatic-display): Display all inline
7406         images.
7407
7408         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7409         much.
7410         (gnus-unbuttonized-mime-types): New variable.
7411
7412 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7413
7414         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7415
7416         * mm-decode.el (mm-quote-arg): Quote semicolons.
7417
7418         * gnus-art.el (gnus-mime-display-single): Don't display
7419         attachments.
7420         (gnus-mime-externalize-part): New command and keystroke.
7421
7422         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7423         (mm-alternative-precedence): Changed order.
7424
7425 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7426
7427         * gnus.el (gnus-method-simplify): New function.
7428         (gnus-native-method-p): New function.
7429         (gnus-secondary-method-p): Use gnus-method-equal.
7430
7431         * gnus-start.el (gnus-group-change-level): Shorten select method.
7432
7433 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7434
7435         * gnus.el: Pterodactyl Gnus v0.51 is released.
7436
7437 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * gnus.el: Applied patches from 5.6.45.
7440
7441         * gnus-score.el (gnus-score-find-trace): Print complete file
7442         paths.
7443         (gnus-score-find-trace): Truncate lines.
7444
7445         * gnus.el (gnus-message-archive-group): Allow function.
7446
7447         * message.el (message-encode-message-body): Remove Mime-Version
7448         before inserting.
7449
7450         * gnus-cus.el (gnus-group-customize): Optional topic.
7451
7452         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7453         keystroke.
7454
7455 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7456
7457         * message.el (message-encode-message-body): Rewrite.
7458
7459 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * mml.el (mml-base-boundary): New variable.
7462         (mml-make-boundary): New function.
7463
7464         * gnus-cache.el (gnus-cache-coding-system): New variable.
7465         (gnus-cache-request-article): Use it.
7466
7467         * message.el (message-insert-mime-part): Delete duplicates.
7468
7469 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7470
7471         * gnus-art.el (gnus-mime-display-alternative): Set end of
7472         multipart and display even when nothing is preferred.
7473
7474 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7475
7476         * gnus.el: Pterodactyl Gnus v0.50 is released.
7477
7478 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7479
7480         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7481         fbound.
7482
7483         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7484
7485 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7486
7487         * gnus.el (gnus-similar-server-opened): Compare backend.
7488
7489 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7490
7491         * gnus-topic.el (gnus-topic-expire-articles): New function.
7492         (gnus-topic-mode-map): Bind it.
7493
7494         * gnus.texi (Topic Commands): New expiry command. Reordered.
7495
7496 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7497
7498         * gnus-sum.el
7499         (gnus-auto-expirable-marks): New variable.
7500         (gnus-inhibit-user-auto-expire): New variable.
7501         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7502         When looking to see if we should expire instead, check
7503         gnus-auto-expirable-marks instead of using a hard-wired list.
7504         (gnus-summary-mark-as-read-forward,
7505         gnus-summary-mark-as-read-backward):
7506         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7507         gnus-summary-mark-forward, instead of `t'.
7508
7509 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7510
7511         * mml.el (mml-compute-boundary): New function.
7512         (mml-compute-boundary-1): New function.
7513         (mml-generate-mime-1): Use it.
7514
7515 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7516
7517         * mml.el (mml-generate-mime-1): Always precede closing boundary
7518         with newline.
7519
7520 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * mml.el (mml-generate-mime-1): Do right boundaries when several
7523         multiparts.
7524
7525         * mm-decode.el (mm-user-automatic-display): Default to inline
7526         jpeg.
7527
7528         * mml.el (mml-generate-mime-1): Encode non-text parts.
7529
7530 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7531
7532         * gnus.el: Pterodactyl Gnus v0.49 is released.
7533
7534 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7535
7536         * mm-view.el (mm-inline-text): Require w3-vars.
7537
7538         * gnus-setup.el (gnus-use-tm): Removed.
7539
7540         * gnus-art.el (gnus-article-goto-part): Don't beep.
7541         (gnus-article-view-part): Check return value.
7542         (gnus-mime-display-alternative): Don't display when there is
7543         nothing to display.
7544
7545         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7546         (mml-generate-mime-1): Use unibyte for binaries.
7547
7548         * gnus-art.el (gnus-display-mime): Call
7549         gnus-article-mime-part-function.
7550         (gnus-mime-part-function): New function.
7551         (gnus-article-mime-part-function): New function.
7552
7553         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7554
7555 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7558
7559         * message.el (message-font-lock-keywords): Highlight MML.
7560         (message-mml-face): New font.
7561
7562 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7563
7564         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7565         (gnus-mm-display-part): Do not select-window if the article window
7566         is not found.
7567
7568 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7569
7570         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7571
7572 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7573
7574         * gnus.el: Pterodactyl Gnus v0.48 is released.
7575
7576 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7577
7578         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7579
7580         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7581
7582         * message.el (message-cite-original-without-signature): Ditto.
7583         (message-cite-original): Quote parts.
7584
7585 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7586
7587         * gnus.el: Pterodactyl Gnus v0.47 is released.
7588
7589 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * message.el (message-encode-message-body): Insert MIME warning.
7592
7593         * mml.el (mml-read-tag): Look for #tag.
7594
7595         * mm-util.el (mm-find-charset-region): Check whether
7596         enable-multibyte-characters is bound.
7597
7598 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7599
7600         * gnus.el: Pterodactyl Gnus v0.46 is released.
7601
7602 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7603
7604         * message.el (message-encode-message-body): Insert headers at the
7605         right spot.
7606
7607 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7608
7609         * gnus.el: Pterodactyl Gnus v0.45 is released.
7610
7611 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612
7613         * nndraft.el (nndraft-save-mime-part): Removed.
7614         (nndraft-get-mime-part): Ditto.
7615
7616         * message.el (message-format-mime-old): Removed.
7617         (message-encode-message-body): Removed.
7618         (message-encode-message-body): Renamed.
7619
7620 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7621
7622         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7623
7624         * message.el (message-format-mime): Check message-mime-part.
7625
7626         * mm-encode.el (mm-mime-file-types): Removed.
7627         (mm-default-file-encoding): New definition.
7628
7629 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7630
7631         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7632         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7633
7634 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7635
7636         * gnus.el: Pterodactyl Gnus v0.44 is released.
7637
7638 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7639
7640         * message.el (message-format-mime): New function.
7641
7642         * nndraft.el (nndraft-save-mime-part): New function.
7643         (nndraft-get-mime-part): New function.
7644
7645         * mm-encode.el (mm-default-file-encoding): New function.
7646         (mm-content-transfer-encoding): New function.
7647         (mm-encode-buffer): New function.
7648
7649         * message.el: New command.
7650         (message-mime-part): New variable.
7651         (message-insert-mime-part): New command.
7652
7653         * mm-encode.el (mm-encode-content-transfer-encoding): New
7654         function.
7655
7656         * mm-util.el (mm-content-transfer-encoding-defaults): New
7657         variable.
7658         (mm-mime-file-types): Taken from TM.
7659
7660 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7661
7662         * gnus.el: Pterodactyl Gnus v0.43 is released.
7663
7664 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7665
7666         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7667         * gnus-score.el (gnus-score-default-header): Ditto.
7668         (gnus-header-index): Ditto.
7669         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7670         (gnus-summary-header): Handle extra headers.
7671         (gnus-summary-score-entry): Ditto, & provide new score element.
7672         (gnus-summary-score-effect): Ditto.
7673         (gnus-score-string): Avoid "extra" string sort, & modify match in
7674         "extra" case.
7675         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7676
7677 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7678
7679         * message.el (message-resend): Bind message-required-mail-headers
7680         to nil.
7681
7682         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7683
7684         * nngateway.el (require): Require cl.
7685
7686         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7687         things.
7688
7689 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7690
7691         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7692         when no articles.
7693
7694 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7695
7696         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7697
7698 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7699
7700         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7701         user-mail-address if non-nil.
7702
7703 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704
7705         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7706         (gnus-make-sort-function-1): Ditto.
7707
7708         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7709         window.
7710
7711 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7712
7713         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7714
7715         * binhex.el (binhex-decode-region): Quote.
7716
7717 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * gnus-art.el (article-decode-charset): Don't downcase charset.
7720
7721         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7722
7723 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7724
7725         * gnus.el: Pterodactyl Gnus v0.42 is released.
7726
7727 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7728
7729         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7730
7731 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7732
7733         * nntp.el (nntp-send-mode-reader): Revert.
7734
7735 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7736
7737         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7738
7739 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7740
7741         * message.el (message-make-date): Fix for negative time zones.
7742
7743 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7744
7745         * gnus.el: Pterodactyl Gnus v0.41 is released.
7746
7747 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7748
7749         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7750
7751 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7752
7753         * gnus.el (gnus-short-group-name): When shortening foreign select
7754         methods, do not scan for plusses beyond the first colon.
7755
7756 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7757
7758         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7759         lines where `group' is the last thing on the line.
7760
7761 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7762
7763         * gnus-art.el (gnus-article-view-part): Do alternative.
7764         (gnus-mime-display-alternative): Insert marker.
7765
7766 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7767
7768         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7769
7770         * nnmail.el (nnmail-expired-article-p): Protect against bogus
7771         dates.
7772
7773         * gnus-cus.el (gnus-topic): Required.
7774
7775         * nnheader.el (nnheader-parse-nov): Parse extra.
7776         (nnheader-nov-parse-extra): New macro.
7777
7778 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7779
7780         * gnus-art.el (gnus-article-view-part): Internal move.
7781
7782 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
7783
7784         * gnus-cus-new.el (gnus-custom-topic): New free variable.
7785         (gnus-group-customize): Support editing topic parameters.
7786
7787 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
7788
7789         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
7790         indicators.
7791
7792 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * gnus-art.el (gnus-mm-display-part): Return.
7795         (gnus-article-view-part): Only go if external.
7796         (gnus-article-dumbquotes-map): Do 205.
7797
7798         * mm-decode.el (mm-display-part): Return what was done.
7799
7800         * message.el (message-buffer-naming-style): New variable.
7801         (message-generate-new-buffers): Extended.
7802         (message-buffer-naming-style): Removed.
7803         (message-buffer-name): Use it.
7804         (message-do-send-housekeeping): Rename new styling.
7805
7806         * gnus-sum.el (gnus-summary-recenter): Allow
7807         gnus-auto-center-summary to be a number.
7808
7809 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7810
7811         * pop3.el (pop3-open-server): Use "binary" instead of
7812         "no-conversion".
7813
7814 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7815
7816         * gnus-srvr.el (gnus-browse-foreign-server): Set
7817         gnus-browse-current-method to the result of gnus-server-to-method.
7818
7819 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7820
7821         * gnus-util.el (gnus-pull): Another optional argument.
7822         * nnweb.el (nnweb-request-delete-group): Delete from
7823         nnweb-group-alist and update active file.
7824
7825 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7826
7827         * gnus-group.el (gnus-group-make-group): Accept group of new
7828         method.
7829
7830 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7831
7832         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
7833
7834 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7835
7836         * mm-view.el (mm-inline-text): Postion of html portion.
7837
7838 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839
7840         * nntp.el (nntp-list-active-group): Waited for short strings.
7841         (nntp-send-mode-reader): Ditto.
7842         (nntp-open-connection): Ditto.
7843
7844         * gnus-int.el (gnus-request-group-articles): New function.
7845
7846         * nntp.el (nntp-request-listgroup): New function.
7847         (nntp-request-group-articles): Renamed.
7848
7849 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
7850
7851         * nnheader.el (nnheader-parse-nov): Supply extra.
7852
7853 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854
7855         * gnus-art.el (gnus-button-push): Don't go to
7856         gnus-article-buffer.
7857
7858         * mm-view.el (mm-inline-image): Add a newline.
7859
7860         * gnus-start.el (gnus-check-first-time-used): Check more.
7861
7862 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
7863
7864         * gnus-start.el (gnus-check-first-time-used): Check current.
7865
7866 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7867
7868         * mm-util.el (mm-find-charset-region): New function.
7869
7870         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
7871
7872         * gnus-art.el (gnus-mime-button-menu): Fix.
7873
7874 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7875
7876         * gnus-art.el (gnus-mime-button-menu): New definition.
7877
7878 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7879
7880         * gnus-art.el (article-decode-charset): Downcase charset.
7881         (article-decode-charset): Pass on type.
7882         (article-decode-charset): Check nil charsets.
7883         (article-remove-cr): Translate CR to LF.
7884         (gnus-ignored-mime-types): Default to nil.
7885
7886         * nnheader.el (nnheader-insert-nov): Work when not Xref.
7887
7888         * gnus-sum.el (gnus-ignored-from-addresses): Default to
7889         user-mail-address.
7890         (gnus-nov-parse-extra): Didn't return right thing.
7891
7892 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7893
7894         * gnus-xmas.el: Use compiled-function-p.
7895
7896 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7897
7898         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
7899
7900 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7901
7902         * gnus.el: Pterodactyl Gnus v0.40 is released.
7903
7904 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7905
7906         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
7907
7908         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
7909
7910         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
7911
7912         * nnml.el (nnml-possibly-create-directory): Check before making.
7913
7914 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7915
7916         * nnheader.el (nnheader-insert-nov): Don't infloop.
7917
7918 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
7921         set up.
7922
7923 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
7924
7925         * nneething.el (nneething-file-name): New definition.
7926
7927 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7928
7929         * gnus-art.el (gnus-treatment-function-alist): Fix.
7930         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
7931
7932         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
7933
7934 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7935
7936         * gnus.el: Pterodactyl Gnus v0.39 is released.
7937
7938 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * gnus-art.el (gnus-ignored-mime-types): New variable.
7941         (gnus-mime-display-single): Use it.
7942         (gnus-treatment-function-alist): New variable.
7943
7944         * gnus.el (gnus-mime): New group.
7945
7946         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
7947         things for other parts.
7948         (gnus-mime-display-alternative): Place point.
7949
7950         * gnus.el: autoload gnus-uu-post-news.
7951
7952         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
7953         needsterm/DISPLAY.
7954
7955         * mm-decode.el (mm-display-part): Default to inline text/.*
7956         parts.
7957
7958         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
7959         8bit.
7960
7961         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
7962         (gnus-mime-display-single): Inline all text parts.
7963         (gnus-article-narrow-to-signature): Removed mime:: stubs.
7964
7965 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7966
7967         * nnml.el (nnml-possibly-create-directory): Rewrite.
7968         (nnml-request-create-group): Change to right server.
7969
7970         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
7971
7972         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
7973
7974         * gnus.el: rmail-output-to-rmail-file autoload.
7975
7976         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
7977         Gnus.
7978
7979         * nnheader.el (nnheader-parse-head): Checked wrong variable.
7980
7981         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
7982
7983 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7984
7985         * gnus-art.el (gnus-mime-display-mixed): Multipart in
7986         mixed part.
7987
7988 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7989
7990         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
7991
7992         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
7993
7994 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7995
7996         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
7997
7998 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999
8000         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8001         value.
8002
8003         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8004         hidden.
8005
8006         * gnus-spec.el (gnus-update-format-specifications): Use the
8007         article mode line spec.
8008
8009         * gnus-art.el (gnus-insert-mime-button): Put right type.
8010         (gnus-insert-prev-page-button): Ditto.
8011         (gnus-insert-next-page-button): Dutti.
8012
8013         * pop3.el: New version installed.
8014
8015 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8016
8017         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8018         and display last part.
8019
8020 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8021
8022         * gnus.el: Pterodactyl Gnus v0.38 is released.
8023
8024 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025
8026         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8027         Removed.
8028         (article-de-quoted-unreadable): Narrow to default.
8029
8030         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8031
8032         * gnus-art.el (article-decode-charset): Decode even when broken
8033         MIME.
8034
8035         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8036         name.
8037
8038         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8039
8040         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8041         nnheader.
8042
8043         * nnmail.el (nnmail-extra-headers): New variable.
8044
8045         * nnheader.el (nnheader-insert-nov): Insert extra.
8046
8047         * gnus.el (gnus-summary-line-format): Doc fix.
8048
8049         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8050         (gnus-nov-parse-line): Ditto.
8051         (gnus-nov-parse-extra): New macro.
8052         (gnus-header): New function.
8053         (gnus-update-summary-mark-positions): Change.
8054         (gnus-ignored-from-addresses): New variable.
8055         (gnus-summary-insert-from-or-to): New function.
8056
8057         * gnus.el (gnus-extra-headers): New variable.
8058
8059         * nnheader.el (make-mail-header): Expand.
8060         (mail-header-extra): New macro.
8061         (mail-header-set-extra): Ditto.
8062         (make-full-mail-header): Expand.
8063
8064 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8065
8066         * gnus.el: Pterodactyl Gnus v0.37 is released.
8067
8068 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069
8070         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8071
8072         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8073         on.
8074
8075 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8076
8077         * gnus-spec.el (gnus-balloon-face-function): new function
8078         (gnus-parse-format): understand the %< %> specifiers
8079         (gnus-parse-complex-format): ditto.
8080
8081 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * gnus.el: Changed following-char to char-after throughout.
8084
8085 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8086
8087         * mm-decode.el (mm-display-external): Protect more and message.
8088
8089 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8090
8091         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8092         position.
8093
8094 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8095
8096         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8097         mixed part.
8098
8099 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8100
8101         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8102
8103         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8104
8105 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8106
8107         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8108
8109 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8110
8111         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8112
8113         * mm-decode.el (mm-display-external): Set undisplayer to mm
8114         buffer, not the current buffer; use unwind-protect.
8115
8116 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8117
8118         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8119         (gnus-summary-exit-no-update): Ditto.
8120
8121 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * mm-decode.el (mm-inline-media-tests): Look for w3.
8124
8125         * mailcap.el (mailcap-mime-data): Inline html.
8126
8127 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8128
8129         * gnus.el: Pterodactyl Gnus v0.36 is released.
8130
8131 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * gnus-art.el (article-translate-strings):
8134         (gnus-article-dumbquotes-map): Don't dot.
8135
8136         * pop3.el (pop3-open-server): Set point right.
8137
8138         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8139         (mm-dissect-buffer): Ditto.
8140         (mm-destroy-part): Ignore non-handles.
8141         (mm-remove-part): Ditto.
8142         (mm-destroy-parts): New function.
8143         (mm-remove-parts): Ditto.
8144
8145         * gnus-art.el (gnus-mm-display-part): Don't move point.
8146
8147 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8148
8149         * mm-uu.el : New file.
8150
8151         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8152
8153         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8154         a function.
8155
8156 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157
8158         * mm-decode.el (mm-display-external): Check before selecting.
8159
8160 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8161
8162         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8163
8164         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8165
8166         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8167         variable.
8168
8169         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8170
8171         * gnus-art.el (gnus-decode-header-methods): New variable.
8172
8173         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8174
8175         * gnus-art.el (gnus-multi-decode-header): New function.
8176
8177 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8178
8179         * gnus.el: Pterodactyl Gnus v0.35 is released.
8180
8181 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * uudecode.el (uudecode-decode-region-external): Insert
8184         literally.
8185
8186         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8187
8188         * mm-bodies.el (mm-decode-body): Optional encoding.
8189
8190 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * gnus-ems.el (gnus-mouse-3): New variable.
8193
8194         * binhex.el (binhex-decode-region-external): Don't use -internally.
8195
8196 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8197
8198         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8199         files.
8200
8201 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8202
8203         * gnus-group.el (gnus-add-marked-articles): Request backend update
8204         of flags.
8205
8206 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8207
8208         * gnus-sum.el (gnus-update-read-articles):
8209         (gnus-update-marks): Request backend update of mark.
8210
8211 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8212
8213         * gnus.texi (Optional Backend Functions): New item,
8214         nnchoke-request-set-mark.
8215
8216 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8217
8218         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8219           list to range.
8220
8221 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8222
8223         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8224
8225 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8226
8227         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8228         first used.
8229
8230 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8231
8232         * mm-view.el: Require mm-decode for macros.
8233
8234         * mm-decode.el (mm-handle-type): Move macro declarations above the
8235         place where they are used.
8236
8237 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8238
8239         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8240         buffer.
8241
8242 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8243
8244         * nnagent.el (nnagent-open-server): Error message.
8245
8246 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8247
8248         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8249
8250 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8251
8252         * score-mode.el (gnus-score-mode-map): Ditto.
8253
8254         * message.el (message-mode-map): Ditto.
8255
8256         * gnus-uu.el (gnus-uu-post-news): Ditto.
8257
8258         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8259
8260         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8261
8262         * gnus-art.el (gnus-article-edit-mode-map): Use
8263         `set-keymap-parent' rather than `copy-keymap'.
8264
8265 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8266
8267         * gnus-art.el (gnus-mime-button-commands): New variable.
8268         (gnus-mime-button-map): Initialize it from
8269         `gnus-mime-button-commands'.
8270         (gnus-mime-button-menu): New function.
8271         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8272
8273 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8274
8275         * message.el (message-insert-to): Make `nobody' and `poster'
8276         synonymous to `never' and `always' in Mail-Copies-To.
8277         (message-reply): Ditto.
8278         (message-followup): Ditto.
8279
8280 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * mailcap.el (mailcap-mime-data): Save sound.
8283
8284 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8285
8286         * message.el (message-ignored-supersedes-headers): Include
8287         `NNTP-Posting-Date'.
8288
8289 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8290
8291         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8292
8293 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8296         uudecode.
8297
8298 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * mm-decode.el (mm-display-external): Don't switch on save.
8301
8302 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8303
8304         * nnmail.el (nnmail-movemail-args): New variable.
8305
8306 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * gnus-art.el (article-translate-strings):
8309
8310 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * gnus-art.el (gnus-article-view-part): Use it.
8313         (gnus-mm-display-part): New function.
8314         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8315
8316         * mm-decode.el (mm-handle-displayed-p): New function.
8317
8318         * gnus-art.el (gnus-mime-copy-part): Create better names.
8319         (gnus-mime-button-line-format): Include dots spec.
8320
8321 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8322
8323       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8324       forward buffer first.
8325
8326 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * gnus-util.el (gnus-set-window-start): New function.
8329
8330         * message.el (message-send): Don't check changed.
8331
8332 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8333
8334         * gnus-art.el (gnus-article-setup-buffer): Set params.
8335
8336         * mm-decode.el (mm-user-display-methods): Inline
8337         "message/delivery-status".
8338
8339 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8340
8341         * message.el (message-auto-save-directory): Rename.
8342         (message-mode): Dof fix.
8343
8344         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8345         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8346
8347         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8348
8349         * message.el (message-make-date): Avoid locale.
8350
8351         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8352         cache.
8353
8354         * mm-decode.el (mm-display-inline): Goto point-min.
8355
8356         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8357
8358         * mm-decode.el (mm-display-external): Reverse before sorting.
8359
8360         * gnus-draft.el (gnus-draft-send): Allow mail.
8361
8362 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8363
8364         * message.el (message-check): Move message-check macro above where
8365         it is first used.
8366
8367         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8368
8369 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8370
8371         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8372
8373 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8374
8375         * gnus.el: Pterodactyl Gnus v0.34 is released.
8376
8377 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8378
8379         * mm-decode.el (mm-inline-media-tests): delivery-status.
8380
8381         * mm-view.el (mm-inline-text): Provide default.
8382
8383 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8384
8385         * mailcap.el (mailcap-possible-viewers): Fix nils.
8386
8387 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8388
8389         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8390         (article-update-date-lapsed): Record the buffer.
8391         (article-update-date-lapsed): Do all windows that display article
8392         buffers.
8393
8394         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8395
8396         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8397
8398         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8399         annoations.
8400
8401         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8402
8403 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8404
8405         * gnus-agent.el (gnus-category-add): Change default category to
8406         'false.
8407
8408         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8409         scores.
8410
8411         * gnus-draft.el (gnus-draft-send): Check server more.
8412
8413         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8414         (gnus-article-goto-part): New function.
8415
8416         * mm-view.el (mm-inline-text): Insert richtext properly.
8417
8418         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8419
8420 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8421
8422         * parse-time.el (parse-time-rules): Accept dates far into the past
8423         and the future, and parse single-digit numbers as years.
8424
8425 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8426
8427         * mm-decode.el (mm-display-external): Chop off directories.
8428
8429 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * uudecode.el (uu-decode-region-external): Use
8432         insert-file-contents-literally.
8433
8434         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8435
8436 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8437
8438         * uudecode.el: New file.
8439
8440         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8441         x-uuencode.
8442
8443 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8446
8447         * message.el (message-fetch-field): Unfold properly.
8448
8449         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8450         in text/plain.
8451
8452 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8453
8454         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8455         (gnus-auto-select-first): Removed.
8456         (gnus-auto-select-first): Extended.
8457         (gnus-summary-read-group-1): Use new value.
8458
8459 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * message.el (message-fix-before-sending): Space.
8462
8463         * nnmail.el (nnmail-find-file): Don't erase.
8464
8465 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8466
8467         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8468
8469 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8470
8471         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8472
8473 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8474
8475         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8476
8477 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8478
8479         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8480         20.4.
8481
8482 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * gnus-art.el (gnus-mime-view-all-parts): New command and
8485         keystroke.
8486
8487         * mm-decode.el (mm-display-external): Translate slashes.
8488
8489         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8490
8491         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8492
8493         * mm-decode.el (mm-quote-arg): Quote spaces.
8494         (mm-display-external): Quote args.
8495
8496 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8497
8498         * mm-decode.el (mm-inlinable-part-p): New function.
8499
8500 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8501
8502        * mm-util.el (mm-disable-multibyte): New function.
8503
8504 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8505
8506         * gnus.el: Pterodactyl Gnus v0.33 is released.
8507
8508 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8509
8510         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8511
8512         * mm-decode.el (mm-display-external): Don't switch for externals.
8513         (mm-dissect-multipart): Don't include end-sep.
8514
8515         * mm-util.el (mm-get-coding-system-list): New function.
8516         (mm-coding-system-list): New variable.
8517
8518 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8519
8520         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8521
8522 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8523
8524         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8525         group
8526
8527 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8528
8529         * base64.el (base64-run-command-on-region): External base64
8530         decoder do not use coding system
8531
8532 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8533
8534         * mm-decode.el (mm-interactively-view-part): Typo.
8535
8536 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8537
8538         * mm-decode.el (mm-dissect-multipart): Display last part when the
8539         article has no close-delimiter
8540
8541 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8542
8543         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8544         content-type.
8545
8546 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8547
8548         * gnus-art.el (gnus-display-mime): Typo.
8549
8550 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8551
8552         * gnus.el: Pterodactyl Gnus v0.32 is released.
8553
8554 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8555
8556         * gnus-kill.el (gnus-batch-score): Protect against errors.
8557
8558         * gnus-art.el: Protect against broken headers.
8559
8560         * mm-decode.el (mm-display-external): Respect needsterm.
8561         (mm-display-external): Create buffer for external commands.
8562
8563 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8564
8565         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8566
8567         * mm-decode.el (mm-display-external): Use file name.
8568
8569 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8570
8571         * gnus-util.el (gnus-output-to-rmail):  adjust to
8572           `rmail-output-to-rmail-file'
8573
8574 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8575
8576         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8577
8578         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8579         headers.
8580
8581         * gnus-art.el (article-decode-charset): Fold case.
8582
8583 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8584
8585         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8586
8587 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8588
8589         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8590         after being stored.
8591
8592 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8593
8594         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8595         come.
8596
8597 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * gnus-xmas.el (wid-edit): Required.
8600
8601         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8602
8603 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8604
8605         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8606
8607 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8608
8609         * gnus-art.el (article-decode-charset): Narrow to the correct
8610         region.
8611
8612         * mm-bodies.el: Fix autoload.
8613
8614 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8615
8616         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8617
8618 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8621
8622 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623
8624         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8625         (gnus-article-add-button): Ditto.
8626
8627         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8628
8629         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8630         (gnus-article-prepare-display): Bind url-standalone-mode.
8631
8632         * mm-decode.el (mm-remove-part): Also delete directory.
8633         (mm-display-external): Create a private sub-dir.
8634
8635         * mailcap.el (mailcap-binary-suffixes): New variable.
8636         (mailcap-command-p): Use it.
8637
8638 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8639
8640         * nnmbox.el (nnmbox-request-group): Change server.
8641         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8642
8643         * message.el (message-encode-message-body): Don't stomp MIME
8644         headers.
8645
8646         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8647         unless useful.
8648         (gnus-summary-exit): Check for a live article buffer.
8649         (gnus-summary-exit-no-update): Ditto.
8650
8651         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8652         param.
8653
8654         * gnus-sum.el (gnus-article-decoded-p): New variable.
8655
8656         * mm-decode.el (mm-display-external): Use no-conv.
8657
8658         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8659         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8660
8661         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8662         mouse-click.
8663
8664 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8667
8668 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8669
8670         * gnus.el: Pterodactyl Gnus v0.31 is released.
8671
8672 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8673
8674         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8675
8676         * mm-decode.el (mm-display-part): Accept no-default.
8677
8678         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8679         a parameter.
8680
8681         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8682         (gnus-summary-prepare-threads): Ditto.
8683
8684         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8685
8686         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8687         (gnus-mime-button-line-format): Doc fix.
8688         (gnus-insert-mime-button): Use it.
8689         (gnus-article-add-button): Use widget-convert-button.
8690
8691         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8692         ignore.
8693
8694         * mm-decode.el (mm-alternative-precedence): Ditto.
8695
8696 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8697
8698         * mm-decode.el (mm-user-automatic-display): Use enriched.
8699
8700 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8701
8702         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8703         right place.
8704
8705 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706
8707         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8708
8709         * gnus-art.el (article-update-date-lapsed): Only update header if
8710         buffer is dispalyed in frame.
8711         (gnus-article-prepare-display): New function.
8712         (gnus-article-prepare): Use it.
8713
8714 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715
8716         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8717
8718         * mm-view.el (mm-insert-inline): New function.
8719
8720         * mm-decode.el (mm-pipe-part): Bugged.
8721
8722         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8723
8724         * mm-bodies.el (mm-encode-body): Move over the body.
8725
8726         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8727
8728         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8729
8730 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8731
8732         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8733           related functions.  Handle message/rfc822 parts.  Display subject on
8734           multipart summary lines.  Display name on sub-parts when available.
8735
8736 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8737
8738         * mailcap.el (mailcap-command-p): New version.
8739
8740 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8741
8742         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8743         groups.
8744
8745 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8746
8747         * message.el (message-make-date): Remove weekday name.
8748
8749         * mm-decode.el (mm-dissect-buffer): Protect against broken
8750         headers.
8751
8752         * mailcap.el (mailcap-command-in-path-p): New function.
8753         (mailcap-command-p): Renamed.
8754
8755 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8756
8757         * rfc2047.el (eval): Autoload.
8758
8759 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8762         (gnus-multi-decode-encoded-word-string): New function.
8763         (gnus-encoded-word-method-alist): New variable.
8764         (gnus-decode-encoded-word-functions): Removed.
8765
8766 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
8767
8768         * gnus-int.el (gnus-request-replace-article): Replace
8769         message-narrow-to-headers with message-narrow-to-head
8770
8771 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8772
8773         * drums.el (drums-quote-string): Reversed match.
8774
8775         * message.el (message-make-date): Use weekday name.
8776
8777 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8778
8779         * gnus.el: Pterodactyl Gnus v0.30 is released.
8780
8781 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8782
8783         * gnus-art.el (article-decode-encoded-words): Use it.
8784         (gnus-decode-header-function): New variable.
8785
8786         * gnus-sum.el (gnus-nov-parse-line): Use it.
8787         (gnus-decode-encoded-word-function): New variable.
8788
8789         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
8790         buffer.
8791
8792         * gnus-art.el (gnus-insert-mime-button): Use widget.
8793         (gnus-widget-press-button): New function.
8794         (gnus-article-prev-button): Removed.
8795         (gnus-article-next-button): Ditto.
8796         (gnus-article-add-button): Ditto.
8797
8798         * gnus.el (gnus-article-mode-map): Inherit from widget.
8799         (gnus-article-mode-map): No, don't.
8800
8801         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
8802         (mm-content-id-alist): New variable.
8803         (mm-get-content-id): New function.
8804
8805         * gnus-art.el (gnus-request-article-this-buffer): Only decode
8806         articles if we are fetching to the article buffer.
8807
8808 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
8809
8810         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
8811         articles.
8812
8813 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814
8815         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
8816         (mm-default-mime-charset): New variable.
8817
8818         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
8819
8820         * drums.el (drums-quote-string): Reversed test.
8821
8822 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
8825         string.
8826
8827         * drums.el (drums-quote-string): New function.
8828
8829         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
8830         (rfc2047-b-encode-region): Chop lines.
8831         (rfc2047-q-encode-region): Ditto.
8832
8833 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8834
8835         * gnus.el: Pterodactyl Gnus v0.29 is released.
8836
8837 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
8838
8839         * mm-decode.el (mm-save-part): Message right.
8840
8841 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842
8843         * drums.el (drums-parse-address): Returned a list instead of a
8844         string.
8845         (drums-remove-whitespace): Skip comments.
8846         (drums-parse-addresses): Didn't work.
8847
8848 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8849
8850         * gnus.el: Pterodactyl Gnus v0.28 is released.
8851
8852 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853
8854         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
8855         starting point.
8856         (article-decode-encoded-words): Rename.
8857
8858         * message.el (message-narrow-to-headers-or-head): New function.
8859
8860         * gnus-int.el (gnus-request-accept-article): Narrow to the right
8861         region.
8862
8863         * message.el (message-send-news): Encode body after checking
8864         syntax.
8865
8866         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
8867
8868         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
8869
8870         * gnus-art.el (gnus-display-mime): Respect disposition.
8871
8872         * mm-decode.el (mm-preferred-alternative): Respect disposition.
8873
8874         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
8875         text with annotations.
8876
8877         * message.el (message-make-date): Fix sign for negative time
8878         zones.
8879
8880         * mm-view.el (mm-inline-image): Insert a space at the end of the
8881         image.
8882
8883         * mail-parse.el: New file.
8884
8885         * rfc2231.el: New file.
8886
8887         * drums.el (drums-content-type-get): Removed.
8888         (drums-parse-content-type): Ditto.
8889
8890         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
8891
8892 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8893
8894         * gnus.el: Pterodactyl Gnus v0.27 is released.
8895
8896 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
8897
8898         * mm-decode.el (mm-alternative-precedence): New variable.
8899         (mm-preferred-alternative): New function.
8900
8901         * gnus-art.el (gnus-mime-copy-part): New command.
8902
8903         * mm-decode.el (mm-get-part): New function.
8904
8905         * mm-view.el: New file.
8906
8907         * mm-decode.el (mm-dissect-buffer): Downcase cte.
8908         (mm-display-part): Default to mailcap-save-binary-file.
8909
8910 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8911
8912         * gnus.el: Pterodactyl Gnus v0.26 is released.
8913
8914 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8915
8916         * mm-decode.el (mm-interactively-view-part): New function.
8917
8918         * gnus-art.el (gnus-mime-view-part): New command.
8919
8920         * mm-decode.el (mm-last-shell-command): New variable.
8921
8922         * mailcap.el (mailcap-mime-info): Allow returning all matches.
8923
8924         * mm-decode.el (mm-save-part): New function.
8925
8926         * gnus-art.el (article-decode-charset): Protect against buggy
8927         content-types.
8928         (gnus-mime-pipe-part): New command.
8929         (gnus-mime-save-part): New command.
8930         (gnus-mime-button-map): New keymap.
8931         (gnus-mime-button-line-format): New variable.
8932         (gnus-insert-mime-button): New function.
8933         (gnus-display-mime): Use it.
8934
8935         * gnus-util.el (gnus-dd-mmm): Removed length spec.
8936
8937         * mm-decode.el (mm-inline-text): Decode charsets.
8938
8939         * gnus-art.el (gnus-article-save): Comment fix.
8940
8941         * gnus-int.el (gnus-start-news-server): When in batch, don't
8942         prompt.
8943
8944         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
8945         decode.
8946
8947         * mm-decode.el (mm-inline-media-tests): Add audio.
8948         (mm-inline-audio): New function.
8949
8950 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8951
8952         * gnus-art.el (article-make-date-line): Didn't work.
8953
8954         * parse-time.el (parse-time-string): One too many nils.
8955
8956 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8957
8958         * gnus.el: Pterodactyl Gnus v0.25 is released.
8959
8960 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
8963         annotations.
8964
8965         * gnus.el ((featurep 'gnus-xmas)): New
8966         'gnus-annotation-in-region-p alias.
8967
8968 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * mm-util.el (mm-with-unibyte-buffer): New function.
8971
8972         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
8973
8974         * mm-decode.el (mm-inline-media-tests): New variable.
8975
8976         * gnus-sum.el (gnus-summary-exit): Destroy handles.
8977
8978         * gnus-art.el (gnus-article-mime-handles): New variable.
8979
8980         * drums.el (drums-narrow-to-header): New function.
8981
8982         * gnus-art.el (article-decode-charset): Use it.
8983
8984         * drums.el (drums-content-type-get): New function.
8985
8986         * mm-util.el (mm-content-type-charset): Removed.
8987
8988         * drums.el (drums-syntax-table): @ is word.
8989         (drums-parse-content-type): New function.
8990
8991         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
8992         EDT" times.
8993
8994         * gnus-util.el (gnus-date-get-time): Use safe date.
8995
8996         * gnus-sum.el (gnus-show-mime): Removed.
8997         (gnus-summary-toggle-mime): Removed.
8998
8999         * gnus-art.el (gnus-strict-mime): Removed.
9000         (gnus-article-prepare): Don't do MIME.
9001         (gnus-decode-encoded-word-method): Removed.
9002         (gnus-show-mime-method): Removed.
9003
9004 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9005
9006         * gnus.el: Pterodactyl Gnus v0.24 is released.
9007
9008 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9009
9010         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9011         PREFIX.
9012
9013         * parse-time.el (parse-time-rules): Accept times that look like
9014         "h:mm".
9015
9016         * message.el (message-make-date): Use zone properly.
9017
9018         * gnus.el: Autoload gnus-batch.
9019
9020         * gnus-art.el (article-de-quoted-unreadable): Do not do
9021         gnus-article-decode-rfc1522.
9022
9023         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9024
9025         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9026         param.
9027
9028         * message.el (message-encode-message-body): Check for us-ascii.
9029
9030         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9031         to the left.
9032
9033 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9034
9035         * gnus-art.el (article-decode-charset): Rename.
9036
9037 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9038
9039         * gnus.el: Pterodactyl Gnus v0.23 is released.
9040
9041 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * gnus-util.el (gnus-parent-id): Ditto.
9044         (gnus-put-text-property-excluding-newlines): Ditto.
9045
9046         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9047
9048 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9049
9050         * message.el (message-generate-headers): Generate User-Agent
9051         instead of X-Mailer & X-Newsreader.
9052
9053         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9054         User-Agent header format.
9055
9056 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9057
9058         * gnus.el: Pterodactyl Gnus v0.22 is released.
9059
9060 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9061
9062         * mm-util.el (mm-multibyte-p): Typo.
9063
9064 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9065
9066         * gnus.el: Pterodactyl Gnus v0.21 is released.
9067
9068 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9069
9070         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9071
9072 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * mm-util.el (mm-multibyte-p): New function.
9075
9076 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9077
9078         * gnus.el: Pterodactyl Gnus v0.20 is released.
9079
9080 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081
9082         * rfc2047.el (rfc2047-decode-region): Only decode when in
9083         multibyte.
9084
9085         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9086
9087         * gnus-int.el (gnus-request-replace-article): Encode.
9088         (gnus-request-accept-article): Encode.
9089
9090         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9091         here.
9092
9093         * gnus.el (gnus-article-display-hook): Take the charset functions
9094         out.
9095
9096         * time-date.el (safe-date-to-time): New function.
9097
9098         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9099
9100 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9101
9102         * gnus.el: Pterodactyl Gnus v0.19 is released.
9103
9104 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * base64.el (base64-encode-region): Accept no-line-break.
9107
9108         * mm-util.el (mm-mime-charset): New function.
9109
9110         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9111
9112 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9113
9114         * gnus.el: Pterodactyl Gnus v0.18 is released.
9115
9116 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * message.el (message-send-and-exit): Return t on success.
9119         (message-make-date): Make a proper time zone.
9120
9121         * gnus-draft.el (gnus-draft-send): Only remove article if the
9122         sending is successful.
9123
9124         * drums.el (drums-get-comment): Return the last comment.
9125         (drums-parse-address): Parse old-style From headers.
9126
9127 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9128
9129         * gnus-sum.el (gnus-data-compute-positions): Move below
9130         `gnus-save-hidden-threads' so the former is correctly detected as
9131         a macro.
9132
9133 1998-09-06  Dave Love  <fx@gnu.org>
9134
9135         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9136         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9137         time for nicer failure if it's not available.
9138
9139 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * time-date.el (time-to-seconds): Renamed.
9142
9143         * parse-time.el (parse-time-string): Downcase before handling.
9144         (parse-time-rules): Times without seconds have 0 seconds.
9145
9146         * rfc2047.el (rfc2047-encode-region): New version.
9147         (rfc2047-dissect-region): New function.
9148
9149 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * message.el (message-make-date): Use symbolic zone.
9152
9153 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * time-date.el (parse-time): Always use parse-time.
9156
9157         * parse-time.el (parse-time-syntax): Use vectors.
9158
9159 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9160
9161         * gnus.el: Pterodactyl Gnus v0.17 is released.
9162
9163 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9164
9165         * time-date.el: Renamed from "date".
9166
9167         * gnus.el: Removed all timezone dependencies.
9168
9169         * score-mode.el: Removed.
9170         (gnus-score-edit-insert-date): Use date.
9171
9172         * date.el (float-to-time): New function.
9173
9174         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9175
9176         * date.el (time-to-float): New function.
9177
9178         * message.el (message-make-date): Use format-time-string.
9179         (message-make-expires): Use make-date.
9180
9181         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9182
9183         * gnus-util.el (gnus-dd-mmm): Use date.
9184         (gnus-sortable-date): Ditto.
9185
9186         * message.el (message-make-date): Take an optional time.
9187
9188         * gnus: Applied patches from 5.6.43.
9189
9190         * date.el (if): Use parse-time.
9191
9192         * gnus-score.el (gnus-summary-score-entry): Make into a command
9193         again.
9194
9195         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9196         gnus-agent.
9197
9198         * gnus.el (gnus-agent-meta-information-header): Moved here.
9199
9200 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9201
9202         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9203         (gnus-agent-fetch-group-1): Score article headers using normal
9204         group score files if the download score rule of a category/group
9205         is `file'.
9206         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9207         deciding what articles to download.
9208         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9209         predicate processing if predicate is `true' or `false'.
9210
9211 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9214
9215         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9216
9217         * score-mode.el (score-mode-coding-system): New variable.
9218         (gnus-score-edit-exit): Use it.
9219
9220 1998-09-04  Jason R Mastaler  <jason@4b.org>
9221
9222         * drums.el: Corrected typo.
9223
9224 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9225
9226         * mm-bodies.el (mm-body-encoding): Faster version.
9227
9228 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * gnus-art.el (gnus-article-decode-charset): Only decode text
9231         things.
9232
9233         * message.el (message-output): Use rmail.
9234
9235         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9236         word part.
9237
9238         * mm-util.el (mm-charset-to-coding-system): Use
9239         rfc2047-default-charset.
9240         (mm-known-charsets): New variable.
9241
9242         * message.el (message-caesar-region): Bugged out.
9243
9244 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9245
9246         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9247         specifying `agent-predicate' in a group's parameters.
9248
9249 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9250
9251         * gnus.el: Pterodactyl Gnus v0.16 is released.
9252
9253 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * nnmail.el (nnmail-expired-article-p): Use predicate.
9256
9257         * date.el (time-less-p): Renamed.
9258
9259         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9260         from the headers.
9261
9262         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9263         functions.
9264
9265         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9266         all.
9267         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9268         to all functions.
9269
9270 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9271
9272         * gnus.el: Pterodactyl Gnus v0.15 is released.
9273
9274 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275
9276         * date.el: New file.
9277
9278         * gnus-util.el (gnus-encode-date): Removed.
9279         (gnus-time-less): Ditto.
9280
9281         * nnmail.el (nnmail-date-to-time): Removed.
9282         (nnmail-time-less): Ditto.
9283         (nnmail-days-to-time): Ditto.
9284         (nnmail-time-since): Ditto.
9285
9286         * drums.el: New file.
9287
9288 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9289
9290         * message.el (message-encode-message-body): Encode headers with
9291         body encoding.
9292
9293         * rfc2047.el (rfc2047-default-charset): Renamed.
9294         (rfc2047-encodable-p): Use it.
9295
9296         * base64.el (mm-util): Required.
9297
9298 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9301         servers.
9302
9303         * gnus-util.el (gnus-output-to-rmail): Removed.
9304
9305         * gnus-art.el (gnus-summary-save-in-rmail): Use
9306         gnus-output-to-rmailrmail-output-to-rmail-file.
9307
9308         * rfc2047.el (rfc2047-decode-region): Fold case.
9309         (rfc2047-decode): Use decode-string.
9310
9311         * mm-util.el: Provide mm-char-int.
9312
9313 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9314
9315         * gnus.el: Pterodactyl Gnus v0.14 is released.
9316
9317 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9318
9319         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9320         sure we have 7bit.
9321
9322 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9325         ducplicates.
9326         (gnus-inews-insert-mime-headers): Removed.
9327
9328         * message.el (message-caesar-region): Protect against MULE chars.
9329
9330 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9331
9332         * mm-util.el (if): fset the right function.
9333
9334 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * gnus-art.el (gnus-article-decode-charset): Use real
9337         read-coding-system.
9338
9339 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340
9341         * mm-bodies.el (mm-decode-body): Protect against malformed
9342         base64.
9343         (mm-decode-body): Check that buffer-file-coding-system is
9344         non-nil.
9345
9346 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9347
9348         * gnus.el: Pterodactyl Gnus v0.13 is released.
9349
9350 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * gnus-util.el (gnus-strip-whitespace): Already defined.
9353         Removed.
9354
9355         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9356
9357         * gnus-util.el (gnus-strip-whitespace): New function.
9358
9359         * mm-util.el (mm-content-type-charset): Downcase.
9360
9361 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9364         (gnus-article-decode-charset): Don't fetch all headers.
9365
9366         * mm-util.el (mm-read-coding-system): New function.
9367
9368         * mm-bodies.el (mm-decode-body): Check the right charset.
9369
9370         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9371
9372         * gnus-art.el (gnus-article-mode-line-format): Use short group
9373         format.
9374
9375 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9376
9377         * gnus.el: Pterodactyl Gnus v0.12 is released.
9378
9379 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9380
9381         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9382
9383         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9384         (gnus-article-decode-charset): Always run.
9385
9386         * mm-bodies.el (mm-decode-body): Decode cte.
9387
9388 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9389
9390         * gnus.el: Pterodactyl Gnus v0.11 is released.
9391
9392 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9393
9394         * message.el (message-encode-message-body): Ditto.
9395
9396         * gnus-art.el (gnus-article-decode-mime-words): New command and
9397         keystroke.
9398         (gnus-article-decode-charset): Ditto.
9399         (gnus-article-decode-charset): Only work under MULE.
9400
9401         * mm-util.el (mm-content-type-charset): New function.
9402
9403         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9404
9405         * message.el (message-send-mail): Insert MIME headers.
9406         (message-check-news-body-syntax): Don't warn for escape sequences.
9407         (message-check-news-body-syntax): Insert MIME headers.
9408
9409         * mm-bodies.el (mm-body-encoding): New function.
9410
9411         * message.el (message-encode-message-body): New function.
9412
9413         * mm-bodies.el: New file.
9414
9415         * mm-util.el (mm-narrow-to-head): New function.
9416
9417         * rfc2047.el (rfc2047-encode): Use it.
9418
9419         * mm-util.el: Provide mm-encode-coding-region.
9420
9421         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9422
9423         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9424
9425         * mm-util.el (mm-enable-multibyte): New function.
9426
9427         * message.el (message-set-work-buffer): Set multibyte.
9428
9429         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9430
9431         * gnus-util.el (gnus-point-at-eol): Removed.
9432         (gnus-point-at-bol): Ditto.
9433
9434         * base64.el (base64-decode-region): Commented out messaging.
9435
9436 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9437
9438         * gnus-msg.el (gnus-group-mail): make it behave like
9439         gnus-group-post-news with regards to the prefix (this enables the
9440         use of posting styles).
9441
9442 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443
9444         * gnus.el (gnus-article-display-hook): Added
9445         gnus-article-decode-rfc1522 to hook.
9446
9447 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9448
9449         * gnus.el: Pterodactyl Gnus v0.10 is released.
9450
9451 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9454         hook to be run.
9455
9456 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9457
9458         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9459
9460         * mm-util.el (mm-charsets-in-region): Removed.
9461
9462         * rfc2047.el: Renamed file.
9463
9464         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9465
9466         * message.el (message-mode): Set multibyte.
9467
9468         * mm-util.el (mm-charsets-in-region): Copied here.
9469
9470         * gnus-util.el: Removed gnus-truncate-string.
9471
9472         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9473
9474         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9475         (rfc1522-encodable-p): New function.
9476         (rfc1522-encode-message-header): Use it.
9477
9478 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9479
9480         * gnus.el: Pterodactyl Gnus v0.9 is released.
9481
9482 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483
9484         * mm-util.el: Shadow encode-coding-string.
9485
9486         * base64.el (base64-encode-region): Don't add newline.
9487
9488         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9489
9490         * mm-util.el: New file.
9491
9492         * mm-decode.el: Somewhat depleted.
9493         * mm-encode.el: Ditto.
9494
9495         * rfc1522.el: New file.
9496
9497         * mm-util.el (mm-replace-chars-in-string): Copied here.
9498
9499         * mm-encode.el (mm-q-encode-region): New function.
9500
9501         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9502         param.
9503
9504         * mm-encode.el (mm-encode-word-region): Downcase.
9505
9506 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9507
9508         * gnus.el: Pterodactyl Gnus v0.8 is released.
9509
9510 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9511
9512         * message.el (message-send-mail): Encode headers.
9513
9514         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9515         (quoted-printable-encode-region): Upcase.
9516
9517         * message.el (message-default-charset): New variable.
9518
9519         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9520
9521         * message.el (message-narrow-to-field): Changed name.
9522
9523         * mm-encode.el: New file.
9524
9525         * message.el (message-narrow-to-header): New function.
9526
9527         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9528         right buffer.
9529
9530 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9531
9532         * gnus.el: Pterodactyl Gnus v0.7 is released.
9533
9534 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9535
9536         * gnus.el: Remove autoload for
9537         gnus-article-mime-decode-quoted-printable.
9538
9539         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9540         be decoded in non-MULE Emacsen.
9541
9542         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9543
9544 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9545
9546         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9547
9548 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * mm-decode.el: Check for coding-system-list.
9551
9552 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9553
9554         * gnus.el: Pterodactyl Gnus v0.6 is released.
9555
9556 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557
9558         * nnheader.el (fboundp): Protect code-coding-string.
9559
9560         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9561         is available.
9562
9563 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9564
9565         * gnus.el: Pterodactyl Gnus v0.5 is released.
9566
9567 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9570         (gnus-hack-decode-rfc1522): Removed.
9571
9572         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9573
9574 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9575
9576         * gnus.el: Gnus v0.4 is released.
9577
9578 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579
9580         * gnus-art.el (gnus-article-decode-mime-words): New command and
9581         keystroke.
9582
9583         * qp.el (quoted-printable-decode-region): Don't use hexl.
9584
9585         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9586
9587         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9588         (gnus-structured-field-decoder): Removed.
9589         (gnus-unstructured-field-decoder): Ditto.
9590
9591         * mm-decode.el: New file.
9592
9593         * qp.el: New file.
9594
9595         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9596
9597         * gnus-ems.el (fboundp): Removed gnus-split-string.
9598
9599         * gnus.el (gnus-splash-face): Doc fix.
9600
9601         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9602
9603         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9604         hexl.
9605
9606         * nnheader.el (nnheader-temp-write): Removed.
9607
9608 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9609
9610         * gnus.el: Gnus v0.3 is released.
9611
9612 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9613
9614         * gnus.el: Gnus v0.2 is released.
9615
9616 ;; Local Variables:
9617 ;; coding: iso-2022-7bit
9618 ;; End: