113b5d8c128e38c06f1fade2ed70537504daf981
[gnus] / lisp / ChangeLog
1 2000-10-08  Simon Josefsson  <simon@josefsson.org>
2
3         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
4         uid validity changes.
5         (nnimap-group-overview-filename): Store uidvalidity in filenames.
6         Rename old files into new format.
7
8 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
9
10         * mm-util.el (mm-enable-multibyte-mule4): New.
11         (mm-disable-multibyte-mule4): New.
12         * gnus-sum.el (gnus-summary-mode): Use it.
13         (gnus-summary-select-article): Ditto.
14         (gnus-summary-goto-article): Use enable multibyte.
15         * rfc2047.el (rfc2047-decode): Use unibyte.
16
17 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
18
19         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
20
21 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
22
23         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
24         break point.
25         (rfc2047-fold-region): Don't break the first non-LWSP characters.
26
27 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
28
29         * gnus.el (gnus-agent-fetching): New variable.
30         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
31         * gnus-score.el (gnus-score-body): Don't score body when
32         agent-fetching.
33         (gnus-score-followup): Don't score followup either. 
34
35 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
36
37         * gnus-art.el: Define dynamic variables in eval-when-compile.
38         * message.el (message-sending-message): New variable.
39         (message-send): Use it.
40         * gnus-draft.el (gnus-draft-send-message): Ditto.
41         (gnus-group-send-drafts): Ditto.
42
43 2000-10-06  Dave Love  <fx@gnu.org>
44
45         * gnus-audio.el: Don't require cl.
46         (gnus-audio): New custom group.
47         (gnus-audio-inline-sound): Change to work with Emacs.
48         (gnus-audio-directory, gnus-audio-directory) 
49         (gnus-audio-au-player):  Customize.
50         (gnus-audio-play): Try external player if play-sound-file fails.
51         Use file-name-extension, not string-match.
52
53 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
54
55         * gnus-art.el (gnus-article-prepare): Configure it again.
56
57 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
58
59         * message.el (message-default-charset): Default value for non-Mule
60         Emacsen.
61
62 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
63
64         * message.el (message-alternative-emails): New.
65         (message-use-alternative-email-as-from): New.
66         (message-setup): Use them.
67
68 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
69
70         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
71         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
72
73         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
74         gnus-overlay-start.
75         * gnus.el: Ditto.
76         * gnus-art.el (gnus-insert-mime-button): Use them.
77
78 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
79
80         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
81         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
82
83 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
84
85         * qp.el (quoted-printable-encode-region): Use
86         mm-with-unibyte-current-buffer within narrowed region.
87
88 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
89
90         * webmail.el (webmail-type-definition): Fix my-deja open url.
91
92 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
93
94         * message.el (message-setup-fill-variables): New variable.
95         (message-mode): Use it.
96
97 2000-10-05  Dave Love  <fx@gnu.org>
98
99         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
100         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
101
102         * binhex.el: Use defalias, not fset.
103
104         * rfc1843.el: Require cl when compiling.
105
106 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
107
108         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
109
110 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
111
112         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
113         adjacent.
114
115 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
116
117         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
118         (mm-find-charset-region): Merge conditions, delete ascii.
119         (mm-charset-after): Rewrite.
120         * mm-bodies.el (mm-encode-body): Use it.
121
122 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
123
124         * webmail.el (webmail-hotmail-list): Fix.
125
126 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
127
128         * nnimap.el (require): cl.
129
130 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
131
132         * gnus-art.el (gnus-article-prepare): Configure windows before
133         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
134         window might be overrided.
135
136 2000-10-04  Dave Love  <fx@gnu.org>
137
138         * gnus-ems.el (gnus-article-display-xface)
139         [gnus-article-compface-xbm]: Fix.
140         (gnus-x-splash): Bind width, height.
141
142 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
143
144         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
145         when it is called interactively.
146
147 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
148
149         * gnus-art.el (gnus-mime-action-alist): New variable.
150         (gnus-mime-action-on-part): Use it.
151         (gnus-mime-button-commands): Add command ".".
152
153 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
154
155         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
156
157 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
158
159         * lpath.el: "." is in the load-path because dgnushack.el.
160
161 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
162
163         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
164
165         * nnheader.el: ditto
166
167         * mm-util.el: ditto
168
169         * message.el: ditto
170
171         * binhex.el: ditto
172
173         * gnus-audio.el: removed unnecessary xemacs test
174
175         * earcon.el: ditto
176         
177 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * nnweb.el (nnweb-decode-entities): Work for non-character
180         entities. 
181
182 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus.el: Message the quit parts.
185
186 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
187
188         * mail-source.el (mail-source-fetch-maildir): Don't insert
189         newlines.
190
191 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
192
193         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
194         lpath.el. Don't compile base64.el if there is builtin base64.
195
196 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
197
198         * base64.el (Repository): Use featurep for XEmacs test.
199
200 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
201
202         * nntp.el (nntp-retrieve-data): Don't ignore quit.
203
204 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
205
206         * gnus-art.el (gnus-article-banner-alist): New variable.
207         (article-strip-banner): Use it.
208         * gnus-cus.el (gnus-group-parameters): Allow symbol.
209
210 2000-10-02  Dave Love  <fx@gnu.org>
211
212         * smiley-ems.el: New file.
213
214         * gnus-ems.el (gnus-smiley-display): Autoload.
215         (mouse-set-point, set-face-foreground, set-face-background)
216         (x-popup-menu): Don't clobber these.
217         (gnus-article-compface-xbm): New variable.
218         (gnus-article-display-xface): Move graphic test.  Use unibyte.
219         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
220
221         * mml.el (require): Fix typo.
222         (mml-parse-1): Modify unknown encoding prompt.
223
224         * mail-source.el (mail-sources): Revert to nil.
225
226         * nnmail.el (nnmail-spool-file): Revert previous change.
227
228         * gnus.el: Don't require custom, message.
229         (gnus-message-archive-method): Wrap initializer in progn and
230         require message here.
231
232 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
233
234         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
235         image's :ascent to 80.  That gives a mode-line which is approx.
236         as tall as the normal one.
237
238 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
239
240         * webmail.el (webmail-hotmail-list): Fix.
241
242 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
243
244         Don't postpone GCC if none of GCC methods is agent-covered.  This
245         fix presumes that the post-method must be agent-covered if any Gcc
246         method is agent-covered.
247
248         * gnus-msg.el (gnus-inews-group-method): New function.
249         (gnus-inews-do-gcc): Use it.
250         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
251         (gnus-agent-possibly-save-gcc): Use it.
252         (gnus-agent-possibly-do-gcc): Ditto.
253
254 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
255
256         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
257         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
258
259 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
260
261         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
262         webmail-hotmail-list): Update.
263
264 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
265
266         * mail-source.el (mail-source-report-new-mail): Use
267         nnheader-cancel-timer.
268
269 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
270
271         * lpath.el (overlay-*): Shut up.
272         * dgnushack.el: Two implementations of smiley.
273
274 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
275
276         * gnus-ml.el: Usage.
277         (gnus-mailing-list-archive, gnus-mailing-list-owner,
278         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
279         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
280         (gnus-mailing-list-menu): Define it.
281         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
282         
283         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
284
285 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
286
287         * webmail.el (webmail-my-deja-*): Rewrite.
288
289 2000-09-30  Simon Josefsson  <simon@josefsson.org>
290
291         * nnimap.el (nnimap-request-accept-article): Remove \n's from
292         From_ lines.
293
294 2000-08-05  Simon Josefsson <simon@josefsson.org>
295
296         Make GCC to remote groups work when unplugged
297         (postpone GCC until message is actually sent).
298
299         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
300
301         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
302         (gnus-agent-restore-gcc): 
303         (gnus-agent-possibly-save-gcc): New functions.
304
305         * gnus-msg.el (gnus-inews-add-send-actions): Use
306         `gnus-agent-possibly-do-gcc' if Agentized.
307         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
308         to `message-header-hook'.
309
310         * gnus.el (gnus-agent-gcc-header): New variable.
311
312 2000-07-13  Simon Josefsson <simon@josefsson.org>
313
314         Asks the user to synch flags with server when you plug in.
315
316         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
317         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
318         (gnus-agent-toggle-plugged): Call it.
319         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
320         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
321         (gnus-agent-possibly-synchronize-flags): New function.
322         (gnus-agent-possibly-synchronize-flags-server): New function.
323
324 2000-09-30  Simon Josefsson  <simon@josefsson.org>
325
326         * starttls.el: New file, by Daiki Ueno.
327
328 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
329
330         * message.el (message-make-in-reply-to): In-Reply-To is message-id
331         (see DRUMS).
332         
333 2000-09-29  Simon Josefsson  <simon@josefsson.org>
334
335         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
336         prefetch.
337
338 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
341         sending a command; allow the rtelnet prompt as well.
342
343 2000-09-29  Simon Josefsson  <simon@josefsson.org>
344
345         * message.el (message-send): Make sure error is signalled if no
346         send method is specified.
347
348 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
349
350         * qp.el (quoted-printable-encode-region): Wrap with
351         `mm-with-unibyte-current-buffer'.
352
353 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
354
355         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
356           McEwan's proposal.
357         
358 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
359
360         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
361         the GNU assignment issue.
362
363 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
364
365         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
366
367 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
368
369         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
370
371 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
372
373         * gnus-art.el (article-strip-banner): Use
374         gnus-group-find-parameter rather than gnus-group-get-parameter, to
375         allow inheritance on the banner.
376         From elkin@tverd.astro.spbu.ru.
377
378 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
379
380         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
381
382 2000-09-26  Dave Love  <fx@gnu.org>
383
384         * gnus-draft.el: Don't require gnus-agent.
385
386         * mm-view.el: Use featurep for XEmacs test.
387         (mm-inline-message): Test for `remove-specifier'; don't use
388         condition-case.
389
390 2000-09-24  Simon Josefsson  <simon@josefsson.org>
391
392         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
393
394         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
395         support ACL's.
396
397         * nnimap.el (nnimap-acl-get): Check capability.
398
399         * mail-source.el (mail-source-imap-file-coding-system): New variable.
400         (mail-source-fetch-imap): Use it.
401
402         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
403         (rfc2104-hash): Use it.
404
405         * imap.el (imap-starttls-p): Check for starttls binary.
406         (imap-starttls-open): More verbose.
407         (imap-gssapi-auth): Ditto.
408         (imap-kerberos4-auth): Ditto.
409         (imap-cram-md5-auth): Ditto.
410         (imap-login-auth): Ditto.
411         (imap-anonymous-auth): Ditto.
412         (imap-digest-md5-auth): Ditto.
413         (imap-open): Ditto.
414         (imap-digest-md5-p): Check capability first.
415
416 2000-09-24  Simon Josefsson  <simon@josefsson.org>
417
418         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
419         (imap-login-p): Support LOGINDISABLED.
420
421 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
422
423         * rfc2104.el: Add SHA-1 example.
424
425 2000-09-22  Simon Josefsson  <simon@josefsson.org>
426
427         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
428
429 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
430
431         * lpath.el: Bind nnkiboze-score-file.
432
433 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
434
435         * gnus-score.el (gnus-score-use-all-scores): New variable.
436         (gnus-all-score-files): Use it.
437         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
438         (nnkiboze-enter-nov): Fix it when there is no xref.
439         (nnkiboze-generate-groups): List groups.
440         * gnus-group.el (gnus-group-make-kiboze-group): Use 
441         nnkiboze-score-file.
442         
443         * nnkiboze.el (nnkiboze-request-article): Use
444         gnus-cache-request-article.
445         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
446
447 2000-07-16 Dmitry Bely <dbely@mail.ru>
448
449         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
450
451 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
452
453         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
454
455 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
456
457         * message.el (message-default-charset): Set default value in
458         non-MULE XEmacsen as iso-8859-1.
459
460 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
461
462         * gnus-demon.el: Use (featurep 'xemacs).
463         * gnus-agent.el: timer vs. itimer.
464         * mail-source.el: Ditto.
465
466 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
467
468         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
469         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
470         * gnus-sum.el (gnus-nov-parse-line): Ditto.
471         * nnkiboze.el (nnkiboze-file-coding-system): New.
472         (nnkiboze-retrieve-headers): Use it.
473         (nnkiboze-request-group): Ditto.
474         (nnkiboze-close-group): Ditto.
475         (nnkiboze-generate-group): Ditto.
476         (nnkiboze-enter-nov): Insert first Xref properly.
477
478 2000-09-19  Dave Love  <fx@gnu.org>
479
480         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
481         (nnmail-get-new-mail): Test `sources' in top-level conditional.
482
483         * mail-source.el (mail-sources): Change default to '((file)).
484         Add useful custom type.
485
486 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
487
488         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
489         year).
490         (gnus-date-iso8601): Ditto.
491
492 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
493
494         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
495
496 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
497
498         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
499         pattern. Avoid using 8 bit chars.
500         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
501
502 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
503
504         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
505         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
506         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
507         functions are not implemented yet.
508         
509         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
510         x-overlay.el from the FSF Emacs black list.
511
512 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
513
514         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
515         (mm-inline-media-tests): Ditto.
516         (mm-automatic-display): Ditto.
517         * mm-view.el (mm-display-inline-fontify): Generalize from 
518         mm-display-patch-inline. 
519         (mm-display-patch-inline): Use it.
520         (mm-display-elisp-inline): Ditto.
521         
522 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
523
524         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
525         (gnus-topic-unmark-topic): Ditto.
526         (gnus-topic-mark-topic): Ditto.
527         (gnus-topic-get-new-news-this-topic): Use it.
528
529 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
530
531         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
532         display xface.
533
534 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
537         zombie or killed groups.
538         
539 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
540
541         * mml.el (mml-preview): Reinsert unibyte content. 
542         (mml-parse-1): Remove with-unibyte-current-buffer.
543         (mml-generate-mime-1): Ditto.
544         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
545         * message.el (message-forward): Ditto.
546
547 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
548
549         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
550         original article buffer.
551         (article-de-base64-unreadable): Ditto.
552         (article-wash-html): Ditto.
553
554 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
555
556         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
557         unless forward-show-mml.
558
559 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
560
561         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
562         (gnus-summary-save-parts-last-directory): New.
563         (gnus-summary-save-parts): Save history.
564
565 2000-09-14 Ben Gertzfield <che@debian.org>
566
567         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
568         variable.
569         (gnus-summary-save-parts): Use it.
570
571 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
572
573         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
574         * gnus-sum.el (gnus-summary-exit): Ditto.
575         (gnus-summary-exit-no-update): Ditto.
576         (gnus-summary-show-article): Ditto.
577
578 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
579
580         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
581         Content-Disposition.
582
583 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
584
585         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
586
587 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
588
589         * gnus-art.el (gnus-article-setup-buffer): Set
590         gnus-article-mime-handles to nil.
591         * gnus-sum.el (gnus-summary-exit): Ditto.
592         (gnus-summary-exit-no-update): Ditto.
593         (gnus-summary-show-article): Ditto.
594         (gnus-summary-save-parts): Use gnus-article-mime-handles if
595         dissected.
596         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
597
598 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
599
600         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
601         (gnus-sort-threads-1): New function. Sort threads recursively.
602         (gnus-sort-threads): Use it.
603         (gnus-sort-gathered-threads): Doc fix.
604
605 2000-09-13  Dave Love  <fx@gnu.org>
606
607         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
608
609         * gnus-ems.el (gnus-ems-redefine): Don't alias
610         gnus-summary-set-display-table.
611
612         * message.el (message-user-agent): Don't wrap ignore-errors around
613         it.
614
615         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
616         `format'.
617         (mm-content-transfer-encoding): Don't use cadar.
618
619         * uudecode.el (uudecode-decoder-program) 
620         (uudecode-decoder-switches): Customize.
621
622         * gnus-score.el (gnus-home-score-file): Improve custom type.
623
624         * gnus-cus.el (gnus-custom-mode): Conditionally set local
625         variables for Emacs 21.
626         (gnus-group-customize): Disable undo while laying out the buffer.
627
628 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
629
630         * gnus-util.el (gnus-write-active-file): Bind
631         coding-system-for-write.
632
633 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
634
635         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
636         
637         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
638         * gnus-kill.el (gnus-batch-score): Ditto.
639         * gnus-move.el (gnus-change-server): Ditto.
640         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
641
642 2000-09-12  Simon Josefsson  <simon@josefsson.org>
643
644         * gnus-sum.el (gnus-update-read-articles): Undo
645         `gnus-request-set-mark' operation.
646
647 2000-09-11  Dave Love  <fx@gnu.org>
648
649         * Changelog: Use iso-2022 coding.
650
651         * gnus-msg.el (gnus-msg-mail): New function.
652         (gnus-user-agent): New mail agent.
653
654 2000-09-10  Dave Love  <fx@gnu.org>
655
656         * message.el: Require mail-abbrevs for XEmacs for a problem with
657         keybinding despite the autoloads for it.
658
659 2000-09-08  Simon Josefsson  <simon@josefsson.org>
660
661         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
662
663         * nnimap.el (nnimap-request-update-info-internal): Remove tick
664         marks from dormant articles. (See nnimap-request-set-mark.)
665         (nnimap-retrieve-headers-progress): Demule.
666         (nnimap-open-server): Call nnoo-change-server twice, once for
667         getting the nnimap-server-buffer and once for letting n-c-s set
668         the variables in that buffer.
669
670 2000-09-08  David Edmondson <dme@dme.org>
671
672         * gnus.el (gnus-short-group-name): Guess separator.
673
674 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
675
676         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
677         XEmacs as well.
678
679 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
680
681         * gnus-group.el (gnus-group-insert-group-line): Fix.
682
683 2000-09-04  Dave Love  <fx@gnu.org>
684
685         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
686         (mm-get-image): Avoid the losing `make-glyph' from W3.
687
688 2000-09-03  Simon Josefsson  <simon@josefsson.org>
689
690         * gnus-sum.el (gnus-summary-delete-article): Check server.
691
692 2000-09-01  Simon Josefsson  <simon@josefsson.org>
693
694         * imap.el (imap-parse-flag-list): Rewrite.
695
696         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
697
698         * imap.el (imap-parse-flag-list): Hack.
699
700 2000-08-29  Dave Love  <fx@gnu.org>
701
702         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
703
704         * dgnushack.el (mapcon, union): Remove compiler macros.
705
706         * gnus-agent.el (gnus-agent-union): new function.
707         (gnus-agent-fetch-headers): Use it.
708
709         * gnus.el (gnus-group-startup-message): Specify foreground and
710         background for xpm image.  Centre image vertically.
711         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
712
713 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
714
715         * message.el (message-send-mail): Narrow-to-headers.
716
717 2000-08-24  Dave Love  <fx@gnu.org>
718
719         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
720         21.
721
722 2000-08-23  Dave Love  <fx@gnu.org>
723
724         * dgnushack.el: Remove `member-if' compiler macro.
725
726 2000-08-21  Dave Love  <fx@gnu.org>
727
728         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
729
730 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
731
732         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
733         permanent is used.
734         (gnus-topic-show-topic): Read topic when to show permanent hidden
735         topic.
736         (gnus-topic-remove-topic): Revert to the old behavior, not using
737         hide.
738
739 2000-08-21  Dave Love  <fx@gnu.org>
740
741         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
742         (gnus-xemacs): Use featurep.
743
744         * mm-util.el (mm-read-charset): Maybe use builtin.
745         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
746         (mm-multibyte-p, mm-with-unibyte-current-buffer)
747         (mm-with-unibyte): Use featurep, not string-match.
748         (mm-with-unibyte-buffer): Simplify.
749         (mm-quote-arg): Maybe use shell-quote-argument.
750
751         * mml.el (mml-make-string): Deleted (unused).
752
753         * gnus.el (gnus-mode-line-buffer-identification): Supply
754         definition for Emacs 21.
755
756         * gnus-salt.el: Small doc fixes.
757         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
758         gnus-add-minor-mode.
759
760         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
761         gnus-add-minor-mode.
762
763 2000-08-20  Simon Josefsson  <simon@josefsson.org>
764
765         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
766         function, thanks to Lloyd Zusman for debugging.
767         (nnimap-request-group): 
768         (nnimap-request-list): 
769         (nnimap-retrieve-groups): 
770         (nnimap-request-newgroups): Use it.
771
772         * nnimap.el (nnimap-request-article-part): Less verbose.
773
774 2000-08-19  Andreas Jaeger  <aj@suse.de>
775
776         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
777         subst-char-in-string since we test elsewhere whether it's bound.
778         
779 2000-08-18  Dave Love  <fx@gnu.org>
780
781         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
782         custom type.
783
784         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
785         gnus-group-running-xemacs.
786
787         * nnheader.el (nnheader-replace-chars-in-string): Use
788         subst-char-in-string if available.
789
790         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
791         (gnus-request-article-this-buffer): Use expand-file-name.
792         (gnus-mime-view-part-as-type): Simplify interactive spec.
793         (gnus-mime-button-map): Define it all in defvar.
794
795 2000-08-17  Dave Love  <fx@gnu.org>
796
797         * gnus-group.el (gnus-group-running-xemacs): Deleted.
798
799         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
800         last-nonmenu-event.
801
802         * uudecode.el (char-int): Use defalias, not fset.
803
804         * score-mode.el: Don't require easymenu.  Require mm-util.
805         (score-mode-coding-system): Use mm-auto-save-coding-system.
806
807         * nneething.el (nneething-create-mapping): Don't use cadar & al.
808         (nneething-file-name): Use expand-file-name, not concat.
809
810 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
811
812         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
813         Failure proof for email addresses.
814         (nnslashdot-sane-retrieve-headers): Ditto.
815
816 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * message.el (message-send-mail): Only insert courtesy message
819         when text/plain.
820
821 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
822
823         * message.el (message-cancel-news): Copy the From header from the
824         original article.
825
826 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-async.el (gnus-asynchronous): Removed.
829
830 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
831
832         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
833         format.
834
835 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
836
837         * nnmail.el (nnmail-expiry-target-group): Fixed.
838
839 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
840
841         * nnmail.el (nnmail-expiry-target-group): Fix the call to
842         gnus-request-accept-article so that body encoding is *not* done.
843         Encoding is not done on incoming mail, so why should it be done on
844         expired mail?
845
846
847 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
848
849         * nnml.el (nnml-request-expire-articles): Fix the calls to
850         nnml-request-article (the filename was being passed instead of the
851         article number) and nnmail-expiry-target-group
852         (nnml-current-directory is changed by nnml-request-accept-article,
853         causing it to be incorrect for the next article to be expired).
854
855 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
856
857         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
858         expiry-target group parameters. 
859
860 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
863         buffer.
864         (gnus-topic-hide-topic): Take a PERMANENT parameter.
865         (gnus-topic-show-topic): Ditto.
866
867         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
868
869 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
870
871         * mail-source.el (mail-source-incoming-file-prefix): New
872         variable. 
873
874 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
877
878         * mailcap.el (mailcap-maybe-eval): Be even more warning.
879
880 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
881
882         * message.el (message-syntax-checks): New check quotin-style: 
883         Text must be written below quoted text.
884         (message-check-news-body-syntax): Check it.
885
886 2000-08-11  Simon Josefsson  <simon@josefsson.org>
887
888         * imap.el (imap-authenticator-alist): Fix typo.
889         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
890         Jonas Oberg for debugging.
891
892 2000-08-11  Simon Josefsson  <simon@josefsson.org>
893
894         * gnus-async.el (gnus-asynchronous): Disable by default.
895
896 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * mm-view.el (mm-inline-text): Bind fill-column.
899
900         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
901         list of unexpired articles.
902
903         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
904         un-expired articles. 
905
906         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
907         headers. 
908
909         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
910         we update the right topic.. 
911
912         * mm-decode.el (mm-display-external): Put point at start. 
913
914 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
915
916         * nnmail.el (nnmail-expiry-target): More explicit documentation.
917
918         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
919
920 2000-08-09  Simon Josefsson <simon@josefsson.org>
921
922         * imap.el (imap-parse-body):
923         (imap-parse-string-list): Add bug workarounds for Stalker
924         Communigate Pro 3.0 server.
925         (imap-body-lines): Remove bogus comment.
926
927         * imap.el (imap-range-to-message-set): Move from nnimap.el.
928
929         * nnimap.el (nnimap-retrieve-which-headers):
930         (nnimap-retrieve-headers-from-server):
931         (nnimap-request-set-mark):
932         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
933
934 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
935
936         * message.el (message-dont-reply-to-names):
937         rmail-dont-reply-to-names may not be defined.
938
939 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
940
941         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
942         not use pop.
943
944 2000-07-19  Dave Love  <fx@gnu.org>
945
946         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
947         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
948         check.
949         (gnus-article-display-xface): Special-case for dark backgrounds.
950
951 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
952
953         * imap.el (imap-calculate-literal-size-first): New variable.
954         (imap-local-variables): Add it.
955         (imap-kerberos4-open): Set it.
956         (imap-send-command): Use it.
957
958 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
959
960         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
961         (mailcap-parse-mimetypes): Use it.
962         (mailcap-extension-to-mime): Parse mimetype.
963         (mailcap-mime-types): Ditto.
964         * mml.el (mml-minibuffer-read-type): Ditto.
965
966 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
967
968         * nndoc.el (nndoc-type-alist): Add outlook.
969         (nndoc-outlook-type-p): New function.
970         (nndoc-outlook-article-begin): Ditto.
971
972 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
973
974         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
975         excursion.
976
977 2000-07-15  Simon Josefsson  <simon@josefsson.org>
978
979         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
980
981         * imap.el (imap): 
982         (imap-kerberos4-program): 
983         (imap-gssapi-program): 
984         (imap-ssl-program): Customization.
985         (imap-shell-program): 
986         (imap-shell-host): New variables.
987         (imap-streams): 
988         (imap-stream-alist): Add shell.
989         (imap-shell-p): 
990         (imap-shell-open): New functions.
991         (imap-open): Don't call authenticator if preauth.
992         (imap-authenticate): Return t if already authenticated.
993
994 2000-07-14  Simon Josefsson  <simon@josefsson.org>
995
996         * gnus.el (gnus-invalid-group-regexp): New variable.
997         (gnus-read-group): Use it.
998
999 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1000
1001         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1002         expunge-below and orphan-score are "group variables".
1003
1004 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1005
1006         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1007         qualified group names to `gnus-group-read-ephemeral-group'.
1008
1009 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * dgnushack.el (srcdir): Define it before use it.
1012
1013 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1014
1015         * gnus-sum.el: `W t' is toggle-header in info.
1016
1017 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1018
1019         * lpath.el: Fbind subst-char-in-string.
1020
1021 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1022
1023         * Makefile.in: Use W3DIR and lispdir.
1024         * dgnushack.el: Ditto.
1025
1026 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1027
1028         * gnus-art.el (article-de-base64-unreadable): Typo.
1029
1030 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1031
1032         * gnus-agent.el (require): Require timer.
1033
1034 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1035
1036         * message.el (message-bounce): Call mime-to-mml.
1037
1038 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * nnslashdot.el (nnslashdot-request-close): New function.
1041
1042 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1045         right line number for the article.
1046
1047 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1048
1049         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1050         * webmail.el (webmail-fetch): Bind 
1051         url-http-silence-on-insecure-redirection.
1052
1053 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1054
1055         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1056         unibyte.
1057         (nnslashdot-sane-retrieve-headers): Ditto.
1058         (nnslashdot-request-article): Ditto.
1059
1060 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1061
1062         * mailcap.el (mailcap-parse-mimetype-file): 
1063
1064 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1065
1066         * nnweb.el (nnweb-insert): Stricter test.
1067         * webmail.el (webmail-refresh-redirect): Ditto.
1068
1069 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1070
1071         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1072
1073 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1074
1075         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1076
1077 2000-07-05  Dave Love  <fx@gnu.org>
1078
1079         * utf7.el: Doc and header fixes.
1080
1081         * gnus-sum.el: Doc fixes.
1082
1083         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1084         defalias, not fset.
1085
1086         * flow-fill.el (fill-flowed-point-at-eol)
1087         (fill-flowed-point-at-bol): Use defalias, not fset.
1088
1089         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1090         (gnus-Plain-save-name): Delete -- apparently bogus.
1091
1092 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * nnsoup.el: Use expand-file-name throughout.
1095
1096 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1097
1098         * nnmail.el (nnmail-read-incoming-hook): New example.
1099
1100 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * mm-view.el (mm-inline-text): Check whether the text has already
1103         been decoded.
1104
1105 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1106
1107         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1108
1109 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1110
1111         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1112
1113 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1114
1115         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1116         unsend flags.
1117
1118 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1119
1120         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1121         name in authinfo (.authinfo now support ports, no need for the
1122         hack).
1123         (nnimap-split-find-rule): Fix.
1124         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1125
1126 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1127
1128         * message.el (message-unquote-tokens): Remove all quotes.
1129
1130 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1131
1132         * gnus-ml.el: New file. 
1133
1134 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * nnultimate.el (nnultimate-request-close): New function.
1137
1138         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1139
1140 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1141
1142         * Makefile.in: Better support for xemacs builds
1143
1144 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1145
1146         * gnus.el: Gnus v5.8.7 is released.
1147
1148 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1151
1152 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1153
1154         * message.el (message-do-fcc): Encode MIME.
1155
1156 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1157
1158         * lpath.el: Fbind image-size.
1159
1160 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1161
1162         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1163         (nnimap-assoc-match): New function.
1164         (nnimap-split-find-rule): Support extended syntax.
1165
1166 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1167
1168         * nnimap.el (nnimap-open-connection): Use port stuff.
1169
1170         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1171         document port and defaultport.
1172
1173 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1174
1175         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1176
1177 2000-06-26  Dave Love  <fx@gnu.org>
1178
1179         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1180
1181         * message.el: Remove unnecessary `require'ments.  Defvar
1182         gnus-list-identifiers when compiling.  Don't try to autoload
1183         variable `gnus-list-identifiers'.  Autoload
1184         gnus-group-name-charset.
1185         (message-fetch-field): Don't assume `format' removes text
1186         properties.
1187         (message-strip-list-identifiers, message-reply, message-followup):
1188         Require gnus-sum.
1189         (message-mode): Tidy XEmacs conditionals.
1190         (message-replace-chars-in-string): Use subst-char-in-string when
1191         available.
1192
1193         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1194         Define if necessary.
1195
1196         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1197         removes text properties.
1198
1199         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1200
1201         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1202
1203         * gnus-score.el (gnus-summary-score-entry): Likewise.
1204
1205 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * nnimap.el (nnimap-request-post): Fix parenthesis.
1208
1209 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1210
1211         * message.el (message-unquote-tokens): New function.
1212
1213         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1214
1215         * nnimap.el (nnimap-request-post): Ditto.
1216
1217 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1218
1219         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1220
1221         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1222         patch commited 2000-04-02).
1223
1224 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1225
1226         * imap.el (imap-mailbox-examine-1): New function.
1227         (imap-message-copyuid-1):
1228         (imap-message-appenduid-1): Use it, instead of
1229         `imap-mailbox-examine' which would utf-7 encode mailbox name
1230         twice.
1231
1232 2000-06-19  Dave Love  <fx@gnu.org>
1233
1234         * mm-uu.el Don't require message.  Require cl when compiling.
1235
1236 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1237
1238         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1239         a local variable.
1240         * gnus-sum.el (gnus-orphan-score): Move here.
1241
1242 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1243
1244         * message.el (message-forward): Remove show-mml condition.
1245         (message-forward-ignored-headers): Remove X-Gnus headers.
1246
1247 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1248
1249         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1250
1251 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1252
1253         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1254
1255 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1256
1257         * message.el (message-syntax-checks): Add type.
1258
1259 2000-06-07  Dave Love  <fx@gnu.org>
1260
1261         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1262         put-image.
1263         (mm-inline-image): Defalias, not fset.
1264
1265         * gnus.el (gnus-group-startup-message): Don't specify string for
1266         insert-image.
1267
1268         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1269         add-minor-mode is available.
1270         (gnus-article-display-xface): Don't specify string for
1271         insert-image.
1272
1273 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1274
1275         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1276         (gnus-topic-insert-topic-line): Use shownp.
1277         (gnus-topic-hide-topic): Don't use hidden.
1278         (gnus-topic-show-topic): Don't use hidden.
1279
1280 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1281
1282         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1283         system.
1284         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1285         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1286         * gnus-util.el (gnus-output-to-rmail): Ditto.
1287         (gnus-output-to-mail): Ditto.
1288         (gnus-write-buffer): Ditto.
1289         * gnus-uu.el (gnus-uu-save-article): Ditto.
1290
1291 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1292
1293         * message.el (message-read-from-minibuffer): Typo.
1294
1295 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1296
1297         * gnus-art.el (article-decode-charset): Override non-MIME forward
1298         charset.
1299
1300 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1301
1302         * mml.el (mml-quote-region): Correct the regexp.
1303         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1304
1305 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1306
1307         * message.el (message-forward): Insert raw text.
1308         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1309         (mml-generate-mime-1): Insert raw text in unibyte mode.
1310
1311 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1312
1313         * mm-bodies.el (mm-body-encoding): Always encoded if
1314         `mm-use-ultra-safe-encoding' is set.
1315
1316 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1317
1318         * mml.el (ange-ftp-name-format): Typo.
1319
1320 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1321
1322         * gnus-start.el (gnus-get-unread-articles): If
1323         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1324         try to do anything on that server.
1325         
1326 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1327
1328         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1329         from latest draft.
1330
1331 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1332
1333         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1334         is open.
1335
1336 2000-05-24  Dave Love  <fx@gnu.org>
1337
1338         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1339
1340 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1341
1342         * gnus.el (gnus-redefine-select-method-widget): new function, call
1343         it once. Add an "other" entry for unknown but editable backend
1344         name symbols.
1345         * gnus-start.el (gnus-declare-backend): use it.
1346
1347 2000-05-19  Dave Love  <fx@gnu.org>
1348
1349         * gnus-art.el (gnus-article-next-page): Revert last change.
1350
1351 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1352
1353         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1354
1355 2000-05-19  Dave Love  <fx@gnu.org>
1356
1357         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1358         not mm-inline-large-images.
1359
1360 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1361
1362         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1363
1364 2000-05-18  Dave Love  <fx@gnu.org>
1365
1366         * gnus-art.el: Use defalias, not fset.
1367         (gnus-article-x-face-command): Don't test for xbm.
1368         (gnus-article-next-page): Redisplay before testing point in window.
1369
1370 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1371
1372         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1373         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1374
1375 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1376
1377         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1378         gnus-summary-save-in-rmail.
1379         * message.el (message-output): Ditto.
1380
1381 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1384
1385 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1386
1387         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1388         is a charset.
1389         * message.el (message-send-news): Check group name charset.
1390         * gnus-msg.el (gnus-post-news): Decode group name.
1391         (gnus-inews-do-gcc): Encode group name.
1392
1393 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1394
1395         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1396         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1397
1398 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1399
1400         * gnus-group.el (gnus-group-mark-line-p): New function.
1401         (gnus-group-goto-group): New parameter.
1402         (gnus-group-remove-mark): Use it.
1403         * gnus-topic.el (gnus-topic-move-group): Ditto.
1404         (gnus-topic-remove-group): Ditto.
1405
1406 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1407
1408         * gnus-group.el (gnus-group-list-dormant): New function.
1409
1410 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1411
1412         * gnus-agent.el (gnus-agent-synchronize): Use
1413         nnheader-insert-file-contents.
1414         (gnus-agent-save-active-1): Ditto.
1415         (gnus-agent-write-active): Ditto.
1416         (gnus-agent-expire): Ditto.
1417         * gnus-cache.el (gnus-cache-read-active): Ditto.
1418         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1419         * gnus-sum.el (gnus-summary-import-article): Ditto.
1420
1421         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1422         (gnus-agent-save-group-info): Ditto.
1423         (gnus-agent-save-alist): Ditto.
1424         * gnus-util.el (gnus-make-directory): Ditto.
1425
1426         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1427
1428 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1429
1430         * mml.el (mml-generate-mime-preprocess-function): New variable.
1431         (mml-generate-mime-postprocess-function): New variable.
1432         (mml-generate-mime-1): Use them.
1433
1434 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1435
1436         * gnus-group.el (gnus-group-apropos): Group name charset.
1437         * gnus-sum.el (gnus-set-mode-line): Ditto.
1438         * gnus-group.el (gnus-group-decoded-name): New function.
1439         (gnus-group-edit-group): Use it.
1440         * gnus-cus.el (gnus-group-customize): Use it.
1441
1442 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1443
1444         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1445
1446 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1447
1448         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1449         (gnus-group-name-charset-group-alist): Ditto.
1450         (gnus-group-name-charset): New function.
1451         (gnus-group-name-decode): New function.
1452         (gnus-group-insert-group-line): Use them.
1453         (gnus-group-prepare-flat-list-dead): Ditto.
1454         (gnus-group-list-active): Ditto.
1455         (gnus-group-describe-all-groups): Ditto.
1456         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1457         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1458         add gnus-group property.
1459         (gnus-browse-group-name): Read gnus-group property.
1460
1461 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1462
1463         * nnfolder.el (nnfolder-possibly-change-group): Use
1464         file-name-coding-system instead of pathname-coding-system.
1465         * nnmail.el (nnmail-find-file): Ditto.
1466         (nnmail-write-region): Ditto.
1467         * nnmh.el (nnmh-retrieve-headers): Ditto.
1468         (nnmh-request-article): Ditto.
1469         (nnmh-request-group): Ditto.
1470         (nnmh-request-list): Ditto.
1471         (nnmh-possibly-change-directory): Ditto.
1472         (nnmh-active-number): Ditto.
1473         * nnml.el (nnml-possibly-change-directory): Ditto.
1474         (nnml-request-list): Ditto.
1475         (nnml-request-article): Ditto.
1476         (nnml-retrieve-headers): Ditto.
1477
1478 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1479
1480         * nnimap.el (nnimap-request-accept-article): Don't unselect
1481         mailbox if no mailbox is selected.
1482
1483 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1484
1485         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1486         Recognize domain names starting with `www.' as starting an URL.
1487
1488 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1489
1490         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1491         (mail-source-keyword-map): Add "subdirs" for maildir.
1492
1493 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1494
1495         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1496         (nnmail-get-new-mail): Use it.
1497         * gnus-start.el (gnus-get-unread-articles): Ditto.
1498
1499 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1500
1501         * gnus-sum.el (gnus-summary-edit-article): Better support for
1502         nndraft:drafts.
1503         * nndraft.el (nndraft-request-replace-article): New function,
1504         bind nnmail-file-coding-system.
1505
1506 2000-05-14  Dave Love  <fx@gnu.org>
1507
1508         * nnheader.el: Replace uses of `fset' with `defalias'.
1509         (jka-compr-compression-info-list): Only defvar when compiling.
1510
1511 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1512
1513         * webmail.el (webmail-netaddress-article): Refresh redirect.
1514
1515 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1516
1517         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1518
1519 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1520
1521         * webmail.el: Translate &nbsp; to SP.
1522
1523 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1524
1525         * message.el (message-bounce): Doc typo.
1526
1527 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1528
1529         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1530         (gnus-soup-store): Ditto.
1531         (gnus-soup-send-packet): Ditto.
1532         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1533         (nnsoup-dissect-buffer): Ditto.
1534         (nnsoup-narrow-to-article): Ditto.
1535         (nnsoup-make-active): Ditto
1536
1537 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1538
1539         * message.el (message-mode): Two parameters for local-variable-p.
1540
1541 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1542
1543         * message.el (message-strip-list-identifiers): New function.
1544         (message-reply): Use it and use message-strip-subject-re.
1545         (message-followup): Ditto.
1546         * gnus-art.el (article-hide-list-identifiers): Remove more.
1547         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1548
1549 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1550
1551         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1552         mail-parset-charset and use non-numeric argument.
1553
1554 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1555
1556         * mml.el (mml-buffer-list): New variable.
1557         (mml-generate-new-buffer): New function.
1558         (mml-destroy-buffers): Ditto.
1559         (mml-insert-mime): Use them.
1560         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1561         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1562         * message.el (message-mode): Ditto.
1563         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1564         (gnus-uu-save-article): Support show-as-mml.
1565         * message.el (message-forward): Ditto.
1566
1567 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1568
1569         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1570         (nndoc-mime-digest-type-p): Locate article head precisely.
1571         * mml.el (mml-generate-default-type): New variable.
1572         (mml-generate-mime-1): Use it.
1573         (mml-insert-mime-headers): Use it.
1574         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1575         (gnus-uu-digest-mail-forward): Use it and call message-forward
1576         with argument digest.
1577         (gnus-uu-save-article): Support message-forward-as-mime.
1578         * message.el (message-forward): Add parameter digest.
1579         * mm-decode.el (mm-dissect-default-type): New variable.
1580         (mm-dissect-buffer): Use it.
1581
1582 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1583
1584         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1585         newline and paragraph to nil when got a non-ascii character. Test
1586         paragraph before newline.
1587
1588 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1589
1590         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1591         limit to 76.
1592
1593 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * nnslashdot.el (nnslashdot-sid-strip): New function.
1596         (nnslashdot-threaded-retrieve-headers): New format.
1597         (nnslashdot-sane-retrieve-headers): Ditto.
1598         (nnslashdot-request-article): Ditto.
1599         (nnslashdot-threaded-retrieve-headers): Thread properly.
1600         (nnslashdot-request-article): Be more lenient.
1601         (nnslashdot-threaded-retrieve-headers): Regexp search.
1602
1603 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1604
1605         * gnus-sum.el (gnus-with-article): Define it before use it.
1606
1607 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1608
1609         * message.el (message-supersede): Use mime-to-mml.
1610         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1611
1612 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * gnus-group.el (gnus-group-list-cached): Don't use
1615         `subst-char-in-string'.
1616
1617 2000-05-08  Dave Love  <fx@gnu.org>
1618
1619         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1620
1621 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1622
1623         * mm-decode.el (mm-interactively-view-part): Append %s if the
1624         method is a single word.
1625         * nnwarchive.el (nnwarchive-type-definition): Typo.
1626
1627 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1628
1629         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1630         function.
1631         (gnus-group-prepare-flat-predicate): Use it.
1632         (gnus-group-list-cached): List dead groups.
1633
1634 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1635
1636         * gnus-art.el (article-decode-charset): Don't decode message with
1637         format.
1638
1639 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1640
1641         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1642         evaluate the Lisp code.
1643
1644 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1645
1646         * gnus-art.el (article-wash-html): New function.
1647         (gnus-article-wash-html): Bind.
1648         (gnus-article-make-menu-bar): Menu item.
1649         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1650         (gnus-summary-make-menu-bar): Menu item.
1651         * gnus.el: Autoload.
1652
1653 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1654
1655         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1656         (gnus-uu-unshar-article): Use it.
1657
1658         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1659         (mailcap-maybe-eval): Use it.
1660
1661         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1662         in docstring.
1663
1664         * mml.el (mml-generate-mime-1): Small comment.
1665
1666 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1667
1668         * gnus-art.el (article-de-base64-unreadable): New function.
1669         (gnus-article-de-base64-unreadable): Bind.
1670         (gnus-article-make-menu-bar): Menu item.
1671         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1672         (gnus-summary-make-menu-bar): Menu item.
1673         * gnus.el: Autoload.
1674
1675 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1676
1677         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1678         (gnus-summary-select-article): Add en/disable multibyte.
1679
1680 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1681
1682         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1683         (gnus-summary-edit-article): New feature: editing raw articles.
1684
1685 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1686
1687         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1688         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1689         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1690         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1691         * mm-decode.el (mm-insert-part): Ditto.
1692
1693 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1694
1695         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1696         (nndoc-forward-type-p): Ditto.
1697
1698 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1699
1700         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1701         value of enable-multibyte-characters.
1702
1703 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1704
1705         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1706
1707 2000-05-03  Dave Love  <fx@gnu.org>
1708
1709         * gnus-ems.el (gnus-article-xface-ring-internal)
1710         (gnus-article-xface-ring-size): New variable.
1711         (gnus-article-display-xface): Use them to cache data.  Don't try
1712         to use XPM.  Set up binary coding for PBM's sake.
1713
1714 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1715
1716         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1717         * gnus-int.el (gnus-request-accept-article): Ditto.
1718         (gnus-request-replace-article): Ditto.
1719         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1720
1721 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1722
1723         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1724
1725 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1726
1727         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1728         field.
1729         * mml.el (mml-to-mime): Use message-default-charset.
1730         (mml-preview): Narrow to headers.
1731         * message.el (message-send-mail): Use message-default-charset.
1732         (message-send-news): Narrow to headers;
1733         use message-default-charset.
1734
1735 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1736
1737         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1738         detect.
1739         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1740         restriction.
1741         (mml-parse-1): Warning message.
1742         (mml-preview): Disable multibyte.
1743
1744 2000-05-03  Dave Love  <fx@gnu.org>
1745
1746         * gnus.el (gnus-group-startup-message): Add newline before image.
1747
1748 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1749
1750         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1751         * message.el (message-send-mail): Use unibyte-buffer.
1752         (message-send-mail): Ditto.
1753
1754 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1755
1756         * gnus.el: Gnus v5.8.6 is released.
1757
1758 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1759
1760         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1761
1762 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1763
1764         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1765
1766 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1767
1768         * message.el (message-send-mail-partially): Use forward-line.
1769
1770 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1771
1772         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1773
1774 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1775
1776         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1777         (mml-insert-mime): No markup only for text/plain.
1778         (mime-to-mml): Remove MIME headers.
1779
1780 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1781
1782         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1783         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1784         as 8-bit.
1785         * lpath.el: Fbind image functions.
1786
1787 2000-04-28  Dave Love  <fx@gnu.org>
1788
1789         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1790         21.
1791
1792         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1793         search order.  Use parse-colon-path and remove some redundancy.
1794         Doc fix.
1795         (mailcap-parse-mimetypes): Code consistently with
1796         mailcap-parse-mailcaps.  Doc fix.
1797
1798         * gnus-start.el (gnus-unload): Iterate over `features', not
1799         `load-history'.
1800
1801 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1802
1803         * mml.el (mml-parse-1): Don't create blank parts.
1804         (mml-read-part): Fix mml tag.
1805         (mml-insert-mime): Convert message/rfc822.
1806         (mml-insert-mml-markup): Add mmlp parameter.
1807
1808 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1809
1810         * message.el (message-send-mail-partially): Remove CTE.
1811
1812 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1813
1814         * lpath.el: Fbind put-image for XEmacs.
1815         * mm-view.el (mm-inline-image): Fset it.
1816
1817 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1818
1819         * nndoc.el (nndoc-type-alist): Change forward regexp.
1820
1821 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1822
1823         * message.el (message-send-mail-partially-limit): Change the
1824         default value.
1825
1826 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1827
1828         * gnus-util.el (gnus-extract-address-components): Name might be
1829         "".
1830
1831 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1832
1833         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1834         (gnus-summary-post-forward): Ditto.
1835         * message.el (message-forward-show-mml): New variable.
1836         (message-forward): Use it.
1837         * mml.el (mml-parse-1): Add tag mml.
1838         (mml-read-part): Ditto.
1839         (mml-generate-mime): Support reentance.
1840         (mml-generate-mime-1): Support mml tag.
1841
1842 2000-04-27  Dave Love  <fx@gnu.org>
1843
1844         * gnus-art.el: Don't bother to require custom, browse-url.
1845         (gnus-article-x-face-command): Include gnus-article-display-xface.
1846
1847         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1848         Use defalias, not fset.
1849         (gnus-article-display-xface): New function.
1850
1851         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1852
1853         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1854         (mm-xemacs-p): Deleted.
1855         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1856         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1857         use create-image and don't special-case xbm.
1858         (mm-valid-image-format-p): Use display-graphic-p.
1859
1860 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1861
1862         * message.el (message-send-mail-partially-limit): New variable.
1863         (message-send-mail-partially): New function.
1864         (message-send-mail): Use it.
1865         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1866         all blank lines inside of base64.
1867         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1868         blank lines.
1869
1870 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1871
1872         * mml.el (mml-insert-tag): Match more special characters.
1873
1874 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1875
1876         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1877
1878 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1879
1880         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1881         (mm-inlined-types): Ditto.
1882         * mm-partial.el: New file.
1883
1884 2000-04-27  Dave Love  <fx@gnu.org>
1885
1886         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1887         matter in Emacs 21.
1888
1889 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1890
1891         * mm-bodies.el (mm-encode-body): Remove reference to
1892         mm-default-charset in comment.
1893
1894 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1895
1896         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1897
1898 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1899
1900         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1901         let.
1902
1903 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1904
1905         * gnus-draft.el (gnus-draft-setup): Fix comments.
1906
1907 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1908
1909         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1910         if nnmbox-file-coding-system-for-write is nil.
1911
1912 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1913
1914         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1915         header if nil.
1916
1917 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1918
1919         * mm-view.el (mm-inline-text): Insert directly if decoded.
1920         * mml.el (autoload): Typo.
1921
1922 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1923
1924         * mml.el (mml-preview): Set up posting-charset.
1925         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1926
1927 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1928
1929         * webmail.el: Fix yahoo mail.
1930
1931 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1932
1933         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1934         word if not necessary.
1935         (rfc2047-encode-region): Put space between encoded words.
1936
1937 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1938
1939         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1940
1941 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1942
1943         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1944         required.
1945         (gnus-draft-edit-message): Require restoration.
1946
1947 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1948
1949         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1950         back.
1951
1952 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1953
1954         * gnus-art.el (gnus-treat-article): Make sure that the summary
1955         buffer is live.
1956
1957 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1958
1959         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1960         (mailcap-parse-mailcap): Backwards parsing.
1961         (mailcap-possible-viewers): Remove nreverse.
1962         (mailcap-mime-info): Ditto.
1963         (mailcap-add-mailcap-entry): Keep alternative viewer.
1964
1965 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1966
1967         * gnus.el: Gnus v5.8.5 is released.
1968
1969 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
1972
1973         * gnus-util.el (gnus-netrc-machine): Default to nntp.
1974
1975         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
1976
1977 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
1978
1979         * mm-view.el (mm-inline-message): Disable prepare-hook.
1980
1981 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus.el: Fix copyright statements.
1984
1985         * gnus-sum.el (gnus-alter-articles-to-read-function): New
1986         variable.
1987         (gnus-articles-to-read): Use it.
1988
1989         * message.el (message-get-reply-headers): Bind free variable.
1990
1991 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1992
1993         * message.el (message-get-reply-headers): Fix to-address.
1994
1995 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1996
1997         * webmail.el: Hotmail fix. Add a debug function.
1998
1999 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * gnus-sum.el (t): M-down and M-up.
2002
2003 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2004
2005         * gnus-sum.el: Doc fix.
2006
2007 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2008
2009         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2010
2011 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2014         string.
2015         (nnweb-request-group): Don't scan twice.
2016         (nnweb-request-scan): Don't nix out the hashtb.
2017
2018         * message.el (message-get-reply-headers): Return a value.
2019
2020 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2021
2022         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2023         urls.
2024
2025 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2028         order messages are inserted.
2029
2030         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2031         message/rfc822 parts.
2032
2033         * gnus-art.el (gnus-article-read-summary-keys): Check for
2034         numerical values.
2035
2036         * message.el (message-get-headers): Made into own function.
2037         (message-reply): Use it.
2038         (message-get-reply-headers): Renamed.
2039         (message-widen-reply): New command.
2040
2041 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2042
2043         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2044
2045 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2046
2047         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2048         non-base64 text at the end if not found.
2049
2050 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2051
2052         * gnus-sum.el (gnus-read-move-group-name):
2053         (gnus-summary-move-article): Use `gnus-group-method' to find out
2054         what method the manually entered group belong to.
2055         `gnus-group-name-to-method' doesn't return any method parameters
2056         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2057         for new groups so they wouldn't work.
2058
2059 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2062         override.
2063
2064 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2065
2066         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2067         probably good to do, or something.  I dunno.  I just write these
2068         ChangeLog entries, and my name is Lars.
2069
2070 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2071
2072         * message.el (message-caesar-region): Use translate-region.
2073
2074 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2075
2076         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2077
2078 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2081         variables, because that makes Emacs flash.
2082
2083         * gnus-group.el (gnus-group-insert-group-line): Don't call
2084         gnus-group-add-icon unconditionally.
2085
2086         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2087
2088         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2089         xmas.
2090         (gnus-group-glyph-directory): Removed.
2091
2092 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2093
2094         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2095         gnus-newsgroup-name is "".
2096
2097 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2098
2099         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2100         in conjunction with MULE-UCS.
2101
2102 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2103
2104         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2105
2106 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * dgnushack.el (last, mapcon, member-if, union): New compiler
2109         macros for emulating cl functions.
2110
2111 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2112
2113         * message.el (message-shorten-references): Only cater to broken
2114         INN for news. This caters for broken smtpd.
2115
2116 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * mailcap.el (mailcap-mime-info): Use the first match; not the
2119         last.
2120
2121         * gnus-agent.el (gnus-category-kill): Save the category list.
2122
2123 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2124
2125         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2126
2127 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2130
2131 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2134
2135 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2136
2137         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2138         (gnus-group-list-cached): Use it.
2139
2140 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * gnus.el: Update all the copyright notices.
2143
2144 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2145
2146         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2147         non-base64 text at the end.
2148
2149 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2152
2153 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * nnheader.el: Don't autoload cancel-function-timers.
2156
2157         * message.el (message-fetch-field): Fold case.
2158
2159 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2160
2161         * message.el (message-forward-before-signature): New variable.
2162
2163 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2164
2165         * gnus-mlspl.el: Fix stuff.
2166
2167 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2170         subjects when unthreaded.
2171
2172 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2173
2174         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2175         well.
2176
2177 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2178
2179         * gnus-art.el (gnus-article-mode): Fix variable name.
2180
2181 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * mm-view.el: Fix autoload.
2184
2185         * flow-fill.el (flow-fill): Fix provide.
2186
2187         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2188         nil.
2189
2190 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2191
2192         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2193
2194 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * gnus-util.el (gnus-netrc-machine): Didn't work.
2197
2198 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2199
2200         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2201
2202 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * flow-fill.el: Renamed from fill-flowed.
2205
2206         * message.el (message-forward-ignored-headers): Default to
2207         removing CTE.
2208
2209 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2210
2211         * message.el (message-mode): Don't fill headers.
2212
2213 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * message.el (message-pipe-buffer-body): Use shell
2216
2217 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2218
2219         * nnvirtual.el (nnvirtual-request-article):
2220         Bind gnus-override-method to nil.
2221         (nnvirtual-request-update-mark): Don't update mark when
2222         article is not there.
2223
2224 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2225
2226         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2227
2228 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * gnus-util.el (gnus-parse-netrc): Allow "port".
2231         (gnus-netrc-machine): Take a port param.
2232         (gnus-netrc-machine):
2233
2234         * gnus-art.el (gnus-request-article-this-buffer): Allow
2235         re-selecting referenced articles.
2236
2237         * message.el (message-cancel-news): Allow editing.
2238         (message-cancel-message): Add newline.
2239
2240 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2241
2242         * mm-view.el (mm-inline-image-emacs): New function.
2243
2244 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * mail-source.el (mail-source-delete-incoming): Change default in
2247         cvs.
2248
2249 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2250
2251         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2252         function.
2253
2254 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * nnml.el (nnml-request-expire-articles): Use it.
2257
2258         * nnmail.el (nnmail-expiry-target): New variable.
2259         (nnmail-expiry-target-group): New function.
2260
2261 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2262
2263         * message.el (message-forward): Add non-MIME separators.
2264
2265 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * message.el (message-generate-headers): Respect the syntax check
2268         spec.
2269
2270         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2271         (gnus-remove-thread): Don't show all threads.
2272
2273 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2274
2275         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2276
2277 2000-04-19  Dave Love  <fx@gnu.org>
2278
2279         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2280
2281 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2282
2283         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2284         (nnwarchive-egroups-*): Ditto.
2285         (nnwarchive-url): Unibyte buffer and single line cookie.
2286
2287 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2288
2289         * mm-util.el (mm-char-or-char-int-p): New alias.
2290         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2291         entities.
2292
2293 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2294
2295         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2296         article case insensitively.
2297
2298 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2299
2300         * mail-source.el (mail-source-fetch-webmail): Use the default
2301         password provided in mail-sources; use webmail:subtype:user as
2302         the key.
2303
2304 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2305
2306         * mail-source.el (mail-source-fetch-webmail): Use
2307         mail-source-password-cache.
2308
2309 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2310
2311         * webmail.el: Add netscape mail and fix HotMail mail.
2312
2313 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2314
2315         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2316
2317 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2318
2319         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2320         RFC822.PEEK if server support IMAP4rev1.
2321         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2322         RFC822.TEXT.PEEK if server support IMAP4rev1.
2323         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2324         RFC822.HEADER if server support IMAP4rev1.
2325         (nnimap-request-article-part): Support bodydetail in response
2326         data.
2327
2328 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2329
2330         * fill-flowed.el: New file.
2331
2332         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2333         text/plain parts with `format' parameters.
2334
2335         * mm-view.el (autoload): Autoload fill-flowed.
2336         (mm-inline-text): For "plain" parts with a format=flowed
2337         parameter, call `fill-flowed'.
2338
2339 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2342         slashdot ids.
2343
2344 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2347         format.
2348
2349 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2350
2351         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2352         `imtest' too.
2353         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2354         (imap-gssapi-program): New variable.
2355         (imap-streams): Add gssapi.
2356         (imap-stream-alist): Ditto.
2357         (imap-authenticators): Ditto.
2358         (imap-authenticator-alist): Ditto.
2359         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2360         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2361         1.6.x `imtest' syntax.
2362         (imap-gssapi-stream-p): New function.
2363         (imap-gssapi-open): Ditto.
2364         (imap-gssapi-auth-p): Ditto.
2365         (imap-gssapi-auth): Ditto.
2366         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2367         (imap-send-command): Use buffer-local `imap-client-eol' value.
2368
2369         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2370         lines and turn TAB into SPC before parsing.
2371
2372 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2373
2374         * nnheader.el (nnheader-group-pathname): Make sure to return a
2375         directory.
2376         * nnmail.el (nnmail-group-pathname): Ditto.
2377
2378 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2379
2380         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2381         might split in the middle of a message-id.
2382
2383 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2386         groups from the server.
2387
2388         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2389         (gnus-summary-toggle-header): Update the wash status.
2390
2391         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2392         Moved here.
2393
2394         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2395         setting.
2396
2397         * nnmail.el (nnmail-get-active): Use it.
2398         (nnmail-parse-active): New function.
2399
2400         * mm-view.el (mm-inline-text): Support the new version of
2401         vcard.el.
2402
2403         * gnus-sum.el (gnus-summary-move-article): Only delete article
2404         when moving junk.
2405         (gnus-deaden-summary): Bury the buffer.
2406
2407         * nnmail.el (nnmail-group-pathname): Ditto.
2408
2409         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2410
2411 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2412
2413         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2414         whether Mule.
2415
2416 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * message.el (message-send-mail): Protect against unloaded Gnus.
2419
2420         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2421         parent.
2422         (gnus-topic-update-topic-line): Yes, do.
2423         (gnus-topic-goto-missing-group): Tally the correct number of
2424         unread articles before inserting the topic line.
2425
2426 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2429
2430 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * mm-decode.el (mm-dissect-buffer): Ditto.
2433
2434         * gnus-art.el (article-decode-charset): Strip CTE.
2435
2436         * ietf-drums.el (ietf-drums-strip): New function.
2437
2438         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2439         when prompting in read-only groups.
2440
2441 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2442
2443         * imap.el (imap-send-command): Change EOL-chars when
2444         `imap-client-eol' differs from default, not only for kerberos4.
2445         (imap-mailbox-status): Get encoded mailbox's status.
2446
2447 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2448
2449         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2450         into `mail-source-password-cache'.
2451
2452 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2453
2454         * mm-util.el (mm-mime-charset): Check for presence of
2455         `coding-system-get' and `get-charset-property' (recent XEmacs has
2456         the former, but not the latter).
2457
2458 2000-01-28  Dave Love  <fx@gnu.org>
2459
2460         * message.el (message-check-news-header-syntax): Fix typo
2461         `newsgroyps'.
2462         (message-talkative-question): Put temp buffer in fundamental-mode.
2463         (message-recover): Use fundamental-mode in the right buffer.
2464
2465         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2466         right buffer.
2467
2468 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2469
2470         * qp.el (quoted-printable-decode-region): Add charset parameter.
2471         (quoted-printable-decode-string): Ditto.
2472
2473         * gnus-art.el (article-de-quoted-unreadable): Use it.
2474
2475 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2476
2477         * nnimap.el (nnimap-split-predicate): New variable.
2478         (nnimap-split-articles): Use it.
2479
2480 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2481
2482         * utf7.el: Change email address.
2483
2484 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * gnus-group.el (gnus-group-catchup): Purge split history.
2487
2488 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2489
2490         * nnmail.el (nnmail-generate-active): Support extended group name.
2491         (nnmail-get-active): Ditto.
2492
2493 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2494
2495         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2496         group names, don't remove anything.
2497
2498 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2499
2500         * webmail.el (webmail-my-deja-open): My-deja changes.
2501
2502 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2503
2504         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2505
2506 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2507
2508         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2509
2510 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2511
2512         * gnus.el (gnus-other-frame): Fix typo.
2513
2514 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2515
2516         * gnus-cus.el (gnus-group-customize): Fix typo.
2517
2518 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * nnweb.el (nnweb-insert): Simplified.
2521
2522 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-art.el (gnus-article-mode-map): "e" is
2525         gnus-summary-edit-article.
2526
2527 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2528
2529         * mailcap.el (mailcap-mime-extensions): Add .diff.
2530
2531 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2532
2533         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2534         there is no "%s" in the method.
2535
2536 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2537
2538         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2539
2540 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2543
2544         * gnus.el: Really always pop up a new frame.
2545
2546         * parse-time.el (parse-time-rules): Allow 100-110 to be
2547         2000-2010.
2548
2549         * time-date.el (date-to-time): Don't use timezone.
2550
2551 2000-01-06  Dave Love  <fx@gnu.org>
2552
2553         * time-date.el: Add keywords.
2554         (date-to-time): Add autoload cookie.  Canonicalize with
2555         timezone-make-date-arpa-standard.
2556         (time-to-seconds): Avoid caddr.
2557         (safe-date-to-time): Add autoload cookie.
2558
2559         * base64.el: Require cl when compiling.
2560
2561 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2562
2563         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2564         eyecandy.
2565         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2566         group line using gnus-group-add-icon.
2567         (gnus-group-icons): Added customize group.
2568         (gnus-group-icon-list): Added variable.
2569         (gnus-group-glyph-directory): Added variable.
2570         (gnus-group-icon-cache): Added variable.
2571         (gnus-group-running-xemacs): Added variable.
2572         (gnus-group-add-icon): Added function. Add an icon to the current
2573         line according to gnus-group-icon-list.
2574         (gnus-group-icon-create-glyph): Added function.
2575
2576 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-sum.el (gnus-summary-select-article): Return whether we
2579         selected something new.
2580         (gnus-summary-search-article): Start searching at the window
2581         point.
2582
2583         * gnus-group.el (gnus-fetch-group): Complete over
2584         gnus-active-hashtb.
2585
2586 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2587
2588         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2589
2590 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * gnus-sum.el (gnus-preserve-marks): New variable.
2593         (gnus-summary-move-article): Use it.
2594         (gnus-group-charset-alist): Added more entries.
2595
2596 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2599
2600         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2601         as the default score.
2602
2603         * gnus-score.el (gnus-score-delta-default): Changed name.
2604
2605 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2606
2607         * imap.el (imap-parse-literal):
2608         (imap-parse-flag-list): Don't care about props.
2609         (imap-parse-string): Handle quoted characters.
2610
2611 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2614         (gnus-summary-mark-article): Doc fix.
2615         (gnus-summary-mark-forward): Doc fix.
2616         (t): Changed keystroke for gnus-summary-customize-parameters.
2617
2618         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2619         "e".
2620         (gnus-article-mode-map): No, don't.
2621
2622         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2623         of the final article.
2624
2625         * mm-decode.el (mm-interactively-view-part): Error on no method.
2626
2627 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2628
2629         * gnus-score.el (gnus-score-insert-help): Something.
2630
2631         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2632
2633         * gnus-win.el (gnus-configure-frame): Ditto.
2634
2635         * gnus-mh.el (gnus-summary-save-in-folder): Use
2636         with-current-buffer.
2637
2638 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * nnwarchive.el: Changed file perms.
2641
2642 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-group.el (gnus-group-delete-groups): New command.
2645         (gnus-group-delete-group): Extra no-prompt parameters.
2646
2647 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2650         <p>.
2651
2652 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2653
2654         * webmail.el (webmail-hotmail-article): Don't insert message id.
2655
2656 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2657
2658         * nnimap.el (nnimap-split-fancy): New variable.
2659         (nnimap-split-fancy): New function.
2660
2661 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2662
2663         (nnimap-split-rule): Document symbol value.
2664
2665 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2666
2667         * nnimap.el (nnimap-retrieve-headers-progress): Let
2668         `nnheader-parse-head' parse article.
2669         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2670         request headers needed by `nnheader-parse-head'.
2671
2672 1999-12-23  Florian Weimer  <fw@s.netic.de>
2673
2674         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2675         value (crosspostings are handled), improve documentation.
2676
2677         * smiley.el: Declare file coding system as iso-8859-1.
2678
2679         * nnultimate.el: Dito.
2680
2681         * message.el: Dito.
2682
2683         * gnus-cite.el: Dito.
2684
2685         * gnus-spec.el: Dito.
2686
2687 1999-12-21  Florian Weimer  <fw@s.netic.de>
2688
2689         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2690         (gnus-setup-message): No longer make `message-posting-charset'
2691         buffer-local.
2692         (gnus-setup-posting-charset): Reflect the new layout of
2693         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2694
2695         * message.el (message-send-mail): Bind `message-this-is-mail' and
2696         `message-posting-charset'.
2697         (message-send-news): Dito, and honour new layout of
2698         `message-posting-charset'.
2699         (message-encode-message-body): Ignore `message-posting-charset'.
2700
2701         * mm-bodies.el (mm-body-encoding): Consider
2702         `message-posting-charset' when deciding whether to use 8bit.
2703
2704         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2705         (rfc2047-encodable-p): Now solely for headers; use
2706         `message-posting-charset'.
2707
2708 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2709
2710         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2711
2712 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2713
2714         * nnagent.el (nnagent-server-opened): Optional.
2715         (nnagent-status-message): Optional.
2716
2717 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2718
2719         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2720         end (referenced by instructions in
2721         `gnus-cited-opened-text-button-line-format-alist').
2722
2723 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2724
2725         * imap.el (imap-starttls-open): Typo.
2726
2727 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2728
2729         * mm-util.el (mm-charset-after): Non-MULE case.
2730         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2731         * rfc2047.el (rfc2047-dissect-region): Bind it.
2732
2733 1999-12-18  Florian Weimer  <fw@s.netic.de>
2734
2735         * mml.el (mml-generate-multipart-alist): Correct default value.
2736
2737         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2738         (mm-safer-encoding): New function.
2739         (mm-content-transfer-encoding): Use both.
2740
2741         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2742         * qp.el (quoted-printable-encode-region): Dito.
2743
2744 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2745
2746         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2747
2748 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2749
2750         * webmail.el (webmail-hotmail-list): raw=0.
2751
2752 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2753
2754         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2755         group name.
2756
2757 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2758
2759         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2760
2761 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2762
2763         * imap.el: Don't autoload digest-md5.
2764         (imap-starttls-open): Bind coding-system-for-{read,write}.
2765         (imap-starttls-p): Check if we can find starttls.el.
2766         (imap-digest-md5-p): Check if we can find digest-md5.el.
2767
2768 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2769
2770         * base64.el (base64-encode-string): Accept 2nd argument
2771         `no-line-break'.
2772
2773         * imap.el: Require `digest-md5' when compiling; add autoload
2774         settings for `digest-md5-parse-digest-challenge',
2775         `digest-md5-digest-response', `starttls-open-stream' and
2776         `starttls-negotiate'.
2777         (imap-authenticators): Add `digest-md5'.
2778         (imap-authenticator-alist): Setup for `digest-md5'.
2779         (imap-digest-md5-p): New function.
2780         (imap-digest-md5-auth): New function.
2781         (imap-stream-alist): Add STARTTLS entry.
2782         (imap-starttls-p): New function.
2783         (imap-starttls-open): New function.
2784
2785 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2786
2787         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2788
2789 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2790
2791         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2792         string-to-x function.
2793
2794 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2795
2796         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2797
2798 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2799
2800         * webmail.el: Enhance hotmail-snarf.
2801
2802 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2803
2804         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2805
2806 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2807
2808         * webmail.el (webmail-hotmail-list): Search no-error.
2809
2810 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2811
2812         * nnwarchive.el: Support nov-is-evil.
2813         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2814         Set it if non-nil.
2815         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2816
2817 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2818
2819         * nnagent.el (nnagent-server-opened): Redefine.
2820         (nnagent-status-message): Ditto.
2821
2822 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2823
2824         * rfc1843.el (rfc1843-decode-region): Use
2825         buffer-substring-no-properties.
2826         * gnus-art.el (article-decode-HZ): New function.
2827
2828 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2829
2830         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2831
2832 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2833
2834         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2835         MIME charset not a MULE charset.
2836
2837 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2838
2839         * gnus-ems.el: Translate more ugly characters.
2840         * nnheader.el (nnheader-translate-file-chars): Don't translate
2841         the second ':'.
2842
2843 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2844
2845         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2846         method if cannot find the article.
2847
2848 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2849
2850         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2851         method if overrided.
2852
2853 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2854
2855         * mail-source.el (mail-source-fetch-webmail): Parameter
2856         dontexpunge.
2857
2858 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2859
2860         * webmail.el: Support my-deja. Better error report.
2861
2862 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2863
2864         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2865         is bad.
2866         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2867         is not 1.
2868
2869 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2870
2871         * nnslashdot.el (nnslashdot-request-article): A space.
2872
2873 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2874
2875         * nnagent.el: Support different backend with same name.
2876
2877 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2878
2879         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2880         archived group.
2881         (nnslashdot-sane-retrieve-headers): Ditto.
2882         (nnslashdot-request-article): Ditto.
2883
2884 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2885
2886         * nnweb.el (nnweb-insert): Narrow to point.
2887
2888 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2889
2890         * nnweb.el (nnweb-insert): Follow refresh url.
2891         * nnslashdot.el: Use it.
2892
2893 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2894
2895         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2896         (nnweb-decode-entities-string): New function.
2897
2898         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2899         nnweb-* and move to nnweb.el.
2900         * nnwarchive.el: Use nnweb-decode-entities, etc.
2901         * webmail.el: Ditto.
2902
2903         * nnslashdot.el: Use nnweb-decode-entities-string.
2904         (nnslashdot-decode-entities): Remove.
2905
2906 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2907
2908         * nnslashdot.el: Decode entities.
2909
2910 1999-12-12  Dave Love  <fx@gnu.org>
2911
2912         * gnus-agent.el (gnus-category-edit-groups)
2913         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2914         expansion of setf, fixed.
2915
2916 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2917
2918         * gnus-agent.el: Revoke last Dave Love's patch, because of
2919         incompatibility of XEmacs.
2920
2921 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2922
2923         * mm-uu.el: Change headers.
2924         * rfc1843.el: Ditto.
2925         * uudecode.el: Ditto.
2926
2927 1999-12-07  Dave Love  <fx@gnu.org>
2928
2929         * gnus-agent.el (gnus-category-edit-predicate)
2930         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2931         inside backquote to avoid it at runtime.
2932
2933 1999-12-07  Dave Love  <fx@gnu.org>
2934
2935         * binhex.el: Require cl when compiling.
2936
2937 1999-12-04  Dave Love  <fx@gnu.org>
2938
2939         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2940
2941 1999-12-04  Dave Love  <fx@gnu.org>
2942
2943         * mm-util.el (mm-delete-duplicates): New function.
2944         (mm-write-region): Use it.
2945
2946         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2947
2948         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2949         mm-delete-duplicates.
2950
2951         * imap.el (imap-open, imap-debug): Avoid mapc.
2952
2953         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2954
2955         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2956         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2957
2958         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2959         runtime.
2960
2961         * gnus.el (gnus-select-method): Likewise.
2962
2963         * nnheader.el (nnheader-nov-read-integer): Likewise.
2964
2965         * mm-view.el (mm-inline-message): Require cl when compiling.
2966         Avoid ignore-errors at runtime.
2967         (mm-inline-text): Avoid mapc.
2968
2969 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2970
2971         * gnus-art.el (article-decode-charset): Widen is bad.
2972
2973 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2974
2975         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
2976
2977 1999-12-12  Florian Weimer  <fw@s.netic.de>
2978
2979         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
2980         indicate that only US-ASCII is permitted.
2981         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
2982         use unencoded 8-bit characters in message headers.
2983
2984 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2985
2986         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
2987         CRLF.
2988
2989 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2990
2991         * webmail.el: Require url-cookie.
2992
2993 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
2994
2995         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
2996         new function to make modified caesar table.
2997         (nnwarchive-from-r13): Use it.
2998         (nnwarchive-mail-archive-article): Improved.
2999
3000 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3001
3002         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3003
3004 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3005
3006         * nnweb.el (nnweb-request-article): Return cons.
3007
3008 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3009
3010         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3011
3012 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3013
3014         * mm-util.el (mm-with-unibyte): New macro.
3015         * nnweb.el (nnweb-init): Use it.
3016
3017 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3018
3019         * mm-util.el (mm-charset-after): New function.
3020         (mm-find-mime-charset-region): Set charsets after
3021         delete-duplicates and use find-coding-systems-region.
3022         (mm-find-charset-region): Remove composition.
3023
3024         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3025
3026         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3027
3028 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3029
3030         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3031         * mml.el (mml-confirmation-set): New variable.
3032         (mml-parse-1): Ask user to confirm.
3033
3034 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3035
3036         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3037         are scanned when we have directory mail-sources (the mail source
3038         is modified in that case, so we must scan it for all
3039         groups/methods).
3040
3041 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3042
3043         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3044         and nnml-article-file-alist.
3045
3046 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3047
3048         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3049         nnmail-fetched-sources.
3050
3051 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3052
3053         * mm-util.el (mm-find-charset-region): Use the last charset.
3054
3055 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3056
3057         * gnus.el (gnus-select-method): Made the option list prettier.
3058
3059 1999-12-08  Florian Weimer  <fw@s.netic.de>
3060
3061         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3062         for the `de' newsgroups hierarchy, as it is common practice there.
3063
3064
3065 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3066
3067         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3068         buffer-string arguments. Fix references.
3069
3070 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3071
3072         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3073         (gnus-agent-batch-fetch): Use it.
3074         (gnus-agent-fetch-session): Use it.
3075
3076 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3077
3078         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3079
3080 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3081
3082         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3083         nil.
3084
3085 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3086
3087         * nnslashdot.el (nnslashdot-request-list): There were two
3088         top-level body-forms.  Put a `progn' around them.
3089
3090         * gnus.el (gnus-select-method): Use `condition-case'
3091         instead of `ignore-errors', since cl may not be loaded when the
3092         form is evaluated.
3093
3094 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3095
3096         * nnwarchive.el: Support www.mail-archive.com.
3097
3098 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3099
3100         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3101         do anything.
3102
3103 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3104
3105         * utf7.el: New file, written by Jon K Hellan.
3106
3107         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3108         default to t.
3109
3110 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3113
3114         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3115         current.
3116         (gnus-refer-article-methods): New function.
3117         (gnus-summary-refer-article): Use it.
3118
3119 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3120
3121         * nnimap.el (nnimap-retrieve-groups): Return active format.
3122
3123         * nnimap.el (nnimap-replace-in-string): Removed.
3124         (nnimap-request-list):
3125         (nnimap-retrieve-groups):
3126         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3127
3128 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3129
3130         * imap.el: Use format-spec for ssl program.
3131         * imap.el (imap-ssl-arguments): Removed.
3132         (imap-ssl-open-{1,2}): Removed.
3133
3134 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3135
3136         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3137         instead of `ignore-errors', since cl may not be loaded when the
3138         form is evaluated.
3139
3140 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3141
3142         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3143         (mm-7bit-chars): New variable.
3144         (mm-body-7-or-8): Use it in both cases.
3145
3146 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3147
3148         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3149           defcustom definitions.
3150
3151 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3152
3153         * mm-decode.el (mm-display-part): Let mm-display-external return
3154         inline or external.
3155         (mm-display-external): For copiousoutput methods, insert output in
3156         buffer.
3157
3158 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3159
3160         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3161         buffer.
3162
3163 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus-audio.el: An M too far.
3166
3167         * gnus-msg.el (gnus-setup-message): One backtick too many.
3168
3169         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3170         a function, not a variable.
3171
3172 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3173
3174         * gnus-score.el (gnus-score-body): Widen before requesting.
3175
3176 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3179
3180 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3181
3182         * mail-source.el (mail-source-fetch-webmail): Bind
3183         mail-source-string.
3184
3185 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3186
3187         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3188         (gnus-uu-unmark-by-regexp): Ditto.
3189
3190         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3191         dead groups.
3192
3193 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3196         do their real thing.
3197
3198         * nnmh.el (nnmh-be-safe): Doc fix.
3199
3200         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3201
3202         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3203         status line has arrived before we count it.
3204
3205         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3206
3207         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3208         Whitespace problems.
3209
3210         * gnus-win.el (gnus-configure-windows): Error fix.
3211
3212         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3213         right function.
3214
3215         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3216         Indent all functions.  Fix all comments to match the comment
3217         conventions.  Double-space after full stop.
3218
3219 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3220
3221         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3222         value to divide received mails into my favorite groups and I met
3223         an error.  It takes place if the length of a element "VALUE" in
3224         nnmail-split-fancy is less than two.
3225
3226 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3227
3228         * mml.el (mml-insert-part): New function.
3229
3230 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * lpath.el: Add `sc-cite-regexp'.
3233
3234 1999-12-02  Dave Love  <fx@gnu.org>
3235
3236         * mm-decode.el: Customize.
3237
3238 1999-12-03  Dave Love  <fx@gnu.org>
3239
3240         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3241         the W3 stuff isn't available.
3242
3243 1999-12-03  Dave Love  <fx@gnu.org>
3244
3245         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3246         at runtime.
3247
3248 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3249
3250         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3251
3252 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3253
3254         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3255         don't be fooled by "From nobody" lines added by respooling.
3256
3257         * pop3.el (pop3-movemail): Write crashbox in binary.
3258         (pop3-get-message-count): New function.
3259
3260         * mail-source.el (mail-source-primary-source): New variable.
3261         (mail-source-report-new-mail-interval): New variable.
3262         (mail-source-idle-time-delay): New variable.
3263         (mail-source-new-mail-available): New internal variable.
3264         (mail-source-fetch-pop): Clear new mail flag, when mail from
3265         primary source has been fetched.
3266         (mail-source-check-pop): New function.
3267         (mail-source-new-mail-p): New function.
3268         (mail-source-start-idle-timer): New function.
3269         (mail-source-report-new-mail): New function.
3270         (mail-source-report-new-mail): New internal variable.
3271         (mail-source-report-new-mail-timer): New internal variable.
3272         (mail-source-report-new-mail-idle-timer): New internal variables.
3273
3274 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3275
3276         * gnus-cus.el (gnus-group-customize): Customize fix.
3277
3278 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3279
3280         * message.el (message-send-mail-with-sendmail): Use
3281         message-make-address.
3282
3283 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3284
3285         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3286
3287 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3288
3289         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3290
3291 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3292
3293         * mml.el (mml-insert-tag): Don't close the tag.
3294         (mml-insert-empty-tag): New function.
3295         (mml-attach-file): Use mml-insert-empty-tag instead of
3296         mml-insert-tag.
3297         (mml-attach-buffer): Ditto.
3298         (mml-attach-external): Ditto.
3299         (mml-insert-multipart): Ditto.
3300
3301 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3302
3303         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3304         the article number.
3305
3306 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3307
3308         * gnus.el (gnus-find-method-for-group): The method of a new group
3309         is not the native one.
3310
3311 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3314
3315 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * nnultimate.el (nnultimate-retrieve-headers): Use
3318         mm-with-unibyte-current-buffer.
3319         (nnultimate-request-article): Ditto.
3320
3321 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3322
3323         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3324
3325 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3326
3327         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3328         * nnweb.el (nnweb-retrieve-headers): Use it.
3329         (nnweb-request-article): Use it.
3330
3331         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3332         case matching failed.
3333
3334 1999-12-02  John Wiegley <jwiegley@inprise.com>
3335
3336         * mail-source.el (mail-source-keyword-map): Add backslash to
3337         Delete-flag.
3338
3339 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3342         Latin-1.
3343         (gnus-group-charset-alist): No, don't.
3344
3345         * nnweb.el (nnweb-init): Make the buffer unibyte.
3346
3347 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3348
3349         * mail-source.el (mail-source-set-common-1): Fix to get the
3350         default value.
3351
3352 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3355
3356         * nnultimate.el (nnultimate-request-list): Use unibyte.
3357
3358         * gnus-uu.el (gnus-uu-grab-articles): Bind
3359         gnus-display-mime-function to nil.
3360
3361         * message.el (message-send-mail-with-sendmail): Use the
3362         user-mail-address variable.
3363
3364         * gnus-art.el (gnus-ignored-headers): More headers.
3365
3366         * message.el (message-shorten-1): Use list.
3367
3368 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369
3370         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3371         signatures.
3372
3373         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3374         (nnweb-dejanews-create-mapping): Do the properish date.
3375
3376 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3377
3378         * mail-source.el (mail-source-common-keyword-map): New variable.
3379         (mail-source-bind-common): New macro.
3380         (mail-source-fetch): Support plugged mail source.
3381         * gnus-int.el (gnus-request-scan): Use them.
3382
3383 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * mm-view.el (mm-inline-message): Check whether charset is a
3386         string.
3387
3388         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3389
3390         * message.el (message-mode-map): Changed keystroke for
3391         message-yank-buffer.
3392
3393 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3394
3395         * message.el (message-shorten-references): Cut references to 31
3396         elements, then either fold them or shorten them to 988 characters.
3397         (message-shorten-1): New function.
3398         (message-cater-to-broken-inn): New variable.
3399
3400 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3401
3402         * nnslashdot.el (nnslashdot-lose): New function.
3403
3404 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * mm-view.el (mm-inline-message): Not the right type of charset is
3407         being fetched here.  Let the group charset rule.
3408         (mm-inline-message): Ignore us-ascii.
3409
3410 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3411
3412         * mail-source.el (mail-source-fetch-maildir): work around the
3413         ommitted "file-regular-p" in efs/ange-ftp
3414
3415 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3418         (mml-generate-mime-1): Use the encoding param.
3419
3420         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3421
3422         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3423         gnus-art before binding its variables.
3424
3425         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3426         after the MIME.
3427
3428 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3429
3430         * message.el (message-clone-locals): Use it.
3431
3432         * gnus-msg.el (gnus-configure-posting-styles): Make
3433         user-mail-address local.
3434
3435 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3436
3437         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3438         once.
3439
3440 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3443         (message-clone-locals): Ditto.
3444
3445         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3446         group inherit reply-to or from.
3447
3448 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3449
3450         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3451         for charset.
3452         (gnus-summary-show-article-charset-alist): New variable.
3453
3454         * mm-bodies.el (mm-decode-string): Support gnus-all and
3455         gnus-unknown.
3456         (mm-decode-body): Ditto.
3457         * rfc2047.el (rfc2047-decode): Ditto.
3458
3459 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * mail-source.el (mail-source-delete-incoming): Change default to
3462         t.
3463
3464 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3465
3466         * gnus.el: Pterodactyl Gnus v0.99 is released.
3467
3468 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3469
3470         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3471
3472         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3473         spec.
3474
3475         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3476         (gnus-configure-posting-styles): No, don't.
3477         (gnus-configure-posting-styles): Allow overriding files.
3478
3479         * gnus-art.el (gnus-header-button-alist): Use browse-url
3480         directly.
3481
3482         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3483
3484         * gnus-msg.el (gnus-summary-yank-message): New command and
3485         keystroke.
3486
3487         * message.el (message-yank-buffer): New command.
3488         (message-buffers): New function.
3489
3490         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3491         next group in a more normal fasion.
3492
3493         * mml.el (mml-boundary-function): New variable.
3494         (mml-compute-boundary): Use it.
3495
3496         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3497         that exist for them.
3498
3499         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3500         (gnus-async-timer): New variable.
3501
3502 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * nnultimate.el (nnultimate-request-list): Be more lenient with
3505         root addresses.
3506
3507 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * gnus-art.el (gnus-treatment-function-alist): Do
3510         gnus-treat-capitalize-sentences.
3511
3512 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3513
3514         * webmail.el (webmail-hotmail-article): Hotmail changes the
3515         format.
3516
3517 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3518
3519         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3520         switch to buffer after calling program.
3521         (mm-display-external): Use `shell-command-switch' instead of "-c".
3522
3523 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3526         read groups file.
3527
3528         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3529         <p>.
3530
3531 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * message.el (message-mode): Doc fix.
3534
3535 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3536
3537         * gnus-art.el (article-emphasize): Check group variable.
3538         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3539
3540 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3541
3542         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3543         type.
3544
3545 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3546
3547         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3548
3549 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3550
3551         * mml.el (mml-quote-region): Insert ! after the hash.
3552
3553 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3554
3555         * gnus-group.el (gnus-group-warchive-address-history): Change to
3556         nil.
3557
3558 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3559
3560         * webmail.el: Support mail.yahoo.com.
3561
3562         * mail-source.el (mail-source-fetch-webmail): Add password check.
3563         (mail-source-keyword-map): Use `subtype'.
3564
3565 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3566
3567         * mail-source.el (mail-source-keyword-map): Add webmail.
3568         (mail-source-fetcher-alist): Ditto.
3569         (mail-source-fetch-webmail): New function.
3570         * webmail.el: New file.
3571
3572 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3573
3574         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3575
3576 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3577
3578         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3579
3580 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3583         (nnultimate-prune-days): New function.
3584         (nnultimate-create-mapping): Use it.
3585         (nnultimate-request-group): Only fetch the groups list if it has
3586         not been done before.
3587         (nnultimate-retrieve-headers): Don't write groups.
3588         (nnultimate-create-mapping): Off-by-one error.
3589
3590 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3593         threaded subjects.
3594
3595 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3596
3597         * nnwarchive.el: Lots of changes make agent happy.
3598
3599 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3600
3601         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3602         hashtb.
3603
3604 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3605
3606         * mm-decode.el (mm-display-external): Write region with binary
3607         mode.
3608
3609 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3610
3611         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3612
3613 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3614
3615         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3616         (mm-uu-test): Now it is in restricted region.
3617
3618         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3619
3620         * mm-view.el (mm-view-message): Fix buffer leak.
3621         (mm-inline-message): Support 'gnus-decoded.
3622
3623         * mm-bodies.el (mm-decode-body): Ditto.
3624
3625         * rfc2047.el (rfc2047-decode-region): Ditto.
3626
3627 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3628
3629         * imap.el (require): Added autoload for base64-encode-string.
3630
3631 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3632
3633         * gnus.el (gnus-refer-article-method): Made list value
3634         customizable.
3635
3636 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3637
3638         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3639         NOFORCE in Emacs case.
3640
3641 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3642
3643         * gnus-art.el (gnus-request-article-this-buffer): Set
3644         gnus-newsgroup-name.
3645
3646 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3647
3648         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3649         NOFORCE.
3650
3651 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3652
3653         * gnus-start.el (gnus-get-unread-articles): Check server before
3654         scanning.
3655
3656 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3659
3660         * nnslashdot.el (nnslashdot-login-name): New variable.
3661         (nnslashdot-password): Ditto.
3662         (nnslashdot-request-post): New function.
3663
3664         * gnus-art.el (gnus-treat-buttonize): More testing.
3665
3666         * mm-encode.el: Another CVS test.
3667
3668         * gnus-art.el (gnus-treat-emphasize): Change default.
3669         (gnus-treat-buttonize): Ditto.
3670         (gnus-treat-buttonize): This is a test.
3671
3672         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3673         (gnus-build-sparse-threads): Ditto.
3674         (gnus-build-all-threads): Ditto.
3675
3676         * nnheader.el (make-full-mail-header): Make into a subst.
3677
3678         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3679         unless w3 is supplied.
3680
3681         * gnus.el (gnus-refer-article-method): Doc fix.
3682
3683         * gnus-sum.el: Do not accept a prefix.
3684         (gnus-summary-refer-article): Accept a list of select methods.
3685
3686 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3687
3688         * Makefile.in: Change `^  *' to `\t'.
3689
3690 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3691
3692         * message.el (message-forward): Pay attention to prefix argument
3693         again and forward all headers when it is set, regardless of the
3694         value of message-forward-ignored-headers.
3695
3696 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3697
3698         * dgnushack.el (dgnushack-compile): Vpath file.
3699
3700         * Makefile.in (SHELL): VPATH support.
3701
3702 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * gnus-ems.el: Check for cygwin32.
3705
3706 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3707
3708         * mm-decode.el (mm-display-external): Use 'non-viewer.
3709
3710 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3711
3712         * base64.el (base64-encode-string): An alias for base64-encode for
3713         compatibility.
3714
3715 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3716
3717         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3718         nntp-inhibit-erase.
3719
3720 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3721
3722         * gnus-start.el (gnus-get-unread-articles): Use
3723         nnfoo-retrieve-groups to find new news, if available.
3724         (gnus-read-active-file-2): New function.
3725         (gnus-get-unread-articles): Use it.
3726         (gnus-read-active-file-1): Ditto.
3727
3728 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * mm-util.el (mm-find-mime-charset-region): Make sure
3731         find-coding-systems-for-charsets is fbound.
3732
3733         * gnus-ems.el: Typo fix.
3734
3735 1999-11-13  Florian Weimer  <fw@s.netic.de>
3736
3737         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3738         it's available and makes sense.
3739
3740 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3741
3742         * gnus-score.el (gnus-score-save): Translate score file.
3743
3744 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3745
3746         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3747         added fetchflag and dontexpunge keywords.
3748         (mail-source-fetch-imap): Use them.
3749
3750 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3751
3752         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3753         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3754         `defconst'.
3755
3756         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3757         `defconst'.
3758         Mention that it is both for group and topic parameters.
3759         (gnus-extra-topic-parameters): New constant, including `subscribe'
3760         parameter.
3761         (gnus-extra-group-parameters): New constant.
3762         (gnus-group-customize): Use them.
3763
3764         * gnus.el (gnus-select-method): Added default value and tag.
3765         (gnus-refer-article-method): Added `DejaNews' customization option.
3766
3767 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3770
3771         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3772         syntax.
3773
3774         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3775
3776         * nnslashdot.el (nnslashdot-group-number): Changed default.
3777
3778         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3779         (nnweb-dejanews-wash-article): Removed.
3780         (nnweb-type-definition): Fetch by id.
3781
3782         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3783         we mean it.
3784
3785         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3786         (nnslashdot-request-list): Use Ultramode as well.
3787         (nnslashdot-date-to-date): Be more lenient.
3788         (nnslashdot-threaded): New function.
3789
3790 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3793
3794 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3795
3796         * nnweb.el (nnweb-type-definition): /=dnc
3797
3798 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3801         dates.
3802         (nnultimate-retrieve-headers): Wrong ordering.
3803
3804 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3805
3806         * message.el (message-forward-as-mime): New variable.
3807
3808 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3811
3812 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3813
3814         * mail-source.el (mail-source-movemail-and-remove): New function.
3815         (mail-source-keyword-map): Add `function' for `maildir'.
3816         (mail-source-fetch-maildir): Use it.
3817
3818 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3819
3820         * nnwarchive.el: New file.
3821         * gnus-group.el (gnus-group-make-warchive-group): New function.
3822         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3823
3824 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3827         subjects.
3828
3829 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3830
3831         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3832
3833 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * nnultimate.el (nnultimate-open-server): Do address.
3836         (nnultimate-forum-table-p): New function.
3837
3838         * nnweb.el (nnweb-insert-html): Renamed.
3839         (nnweb-insert): New function.
3840
3841         * nnultimate.el (nnultimate-insert-html): New function.
3842
3843         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3844         if nov is evil.
3845         (nnslashdot-retrieve-headers): use the sane version instead.
3846
3847 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * nnslashdot.el (nnslashdot-request-article): Fold case.
3850
3851         * nnultimate.el: New file.
3852
3853         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3854         unless wanted.
3855
3856         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3857         (gnus-read-active-file-1): Separated into own function.
3858         (gnus-read-active-file): Catch quits.
3859
3860         * nnslashdot.el (nnslashdot-request-article): Search better on
3861         first article.
3862         (nnslashdot-request-list): Fold case.
3863         (nnslashdot-retrieve-headers): Ditto.
3864
3865 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866
3867         * gnus.el: Autoload gnus-subscribe-topics.
3868
3869 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3870
3871         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3872         before dot.
3873         * gnus-util.el (gnus-write-active-file): Ditto.
3874
3875 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3876
3877         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3878         function.
3879         * gnus-cache.el (gnus-cache-file-name): Use it.
3880         * gnus-agent.el (gnus-agent-group-path): Use it.
3881         * nnmail.el (nnmail-group-pathname): Use it.
3882
3883 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3884
3885         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3886         if cooked.
3887         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3888         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3889         * gnus.el (gnus-short-group-name): "..." proof.
3890
3891 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3892
3893         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3894         support nnslashdot.
3895
3896 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3899         many articles.
3900         (nnslashdot-generate-active): New function.
3901         (nnslashdot-request-newgroups): Use it.
3902
3903         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3904         names.
3905
3906         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3907         (nnslashdot-request-list): Not moderated.
3908
3909 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3910
3911         * nnimap.el (nnimap-open-server): Remove error signal if
3912         nnimap-server-buffer is nil (the check should've been `boundp').
3913
3914         * imap.el (imap-log):
3915         * nnimap.el (nnimap-debug): Disable debugging by default.
3916
3917 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918
3919         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3920
3921         * gnus-topic.el (gnus-subscribe-topic): New function.
3922
3923         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3924         names.
3925
3926         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3927         if starting with a quote.
3928
3929 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3930
3931         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3932         group name.
3933
3934 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * nnslashdot.el: New file.
3937
3938         * nnheader.el (nnheader-insert-header): New function.
3939
3940         * gnus-art.el (gnus-mime-internalize-part): Bind
3941         mm-inlined-types.
3942
3943         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3944         files.
3945
3946 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3947
3948         * emacs-mime.texi (Customization): Document mm-inline-override-types
3949
3950 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3951
3952         * emacs-mime.texi (Customization): Document mm-inline-override-types
3953
3954 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3955
3956         * emacs-mime.texi (Customization): Document mm-inline-override-types
3957
3958 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3959
3960         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3961         (smiley-toggle-buffer): New function.
3962         (smiley-buffer): Don't quote the function.
3963         (smiley-toggle-extents): Ditto.
3964
3965 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
3968         empty buffers.
3969
3970 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * gnus-art.el (gnus-article-mode-map): Use the summary article
3973         edit.
3974
3975 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
3976
3977         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
3978
3979 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
3982
3983 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
3984
3985         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
3986         is list or not before condition.
3987
3988 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3989
3990         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
3991
3992 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
3993
3994         * gnus-art.el (gnus-emphasis-alist): New value.
3995
3996 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3997
3998         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
3999         `buffer-substring'.
4000
4001 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002
4003         * gnus-art.el (article-date-ut): Keep the updated timer.
4004         (gnus-emphasis-underline-italic): Doc fix.
4005
4006         * gnus-msg.el (gnus-post-method): Doc fix.
4007         (gnus-post-method): Change default.
4008
4009 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4010
4011         * message.el (message-newline-and-reformat): Improvements.
4012
4013 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * message.el (message-newline-and-reformat): Don't insert too many
4016         newlines.
4017         (message-newline-and-reformat): Work even if not sc.
4018
4019         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4020
4021         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4022
4023 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4024
4025         * mm-view.el (mm-display-patch-inline): New function.
4026
4027 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4028
4029         * mm-view.el (mm-display-patch-inline): New function.
4030
4031 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4034         group.
4035
4036         * message.el (message-forward): Narrow to the right header.
4037
4038         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4039         dates.
4040
4041         * gnus-msg.el (gnus-configure-posting-styles): Use the
4042         user-full-name function.
4043
4044         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4045         (mm-body-charset-encoding-alist): Default to nil.
4046
4047         * message.el (message-elide-ellipsis): Fix typo.
4048         (message-elide-region): Ditto.
4049         (message-elide-region): Don't insert a newline first.
4050
4051 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4054         gnus-fetch-old-headers.
4055         (gnus-cut-threads): Ditto.
4056         (gnus-summary-initial-limit): Ditto.
4057         (gnus-summary-limit-children): Ditto.
4058
4059         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4060         matches.
4061
4062 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4063
4064         * gnus-art.el (article-decode-encoded-words):
4065         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4066         live.
4067
4068         * gnus.el (gnus-read-method): Add methods from
4069         `gnus-opened-servers' to completion. Map entered method/address
4070         into existing methods if possible.
4071
4072         * gnus-group.el (gnus-group-make-group): Simplify method.
4073
4074         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4075
4076         * mml.el (mml-preview): Remove mail-header-separator before
4077         encoding.
4078
4079 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * message.el (message-read-from-minibuffer): New function.
4082
4083 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4084
4085         * gnus.el: Pterodactyl Gnus v0.98 is released.
4086
4087 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4088
4089         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4090
4091 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4092
4093         * mml.el (mml-generate-mime-1): Read attached binary file in
4094         binary mode.
4095
4096 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4097
4098         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4099
4100 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4101
4102         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4103
4104 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4105
4106         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4107
4108 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4109
4110         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4111         (gnus-article-mime-match-handle-function): New variable.
4112         (gnus-article-view-part): Make `b' customizable.
4113
4114 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4115
4116         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4117
4118 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4119
4120         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4121
4122 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4123
4124         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4125
4126 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4127
4128         * gnus-srvr.el (gnus-browse-foreign-server): Use
4129         `buffer-substring' instead of `read'.
4130
4131 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4132
4133         * nnimap.el, imap.el, rfc2104.el: New files.
4134
4135         * gnus.el (gnus-valid-select-methods): Add nnimap.
4136
4137         * gnus-group.el (gnus-group-group-map): Add
4138         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4139         (gnus-group-nnimap-expunge): New function.
4140         (gnus-group-nnimap-edit-acl): New function.
4141
4142         * gnus-agent.el (gnus-agent-group-mode-map): Add
4143         gnus-agent-synchronize.
4144         (gnus-agent-synchronize): New function.
4145         (gnus-agent-fetch-group-1): Check if server is open.
4146
4147         * nnagent.el (nnagent-request-set-mark): Save marks.
4148
4149         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4150         (mail-source-fetcher-alist): Map to imap fetcher function.
4151         (mail-source-fetch-imap): New function.
4152
4153         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4154         Hash:.
4155
4156 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4157
4158         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4159         (gnus-topic-sort-topics): New function.
4160         (gnus-topic-make-menu-bar): Add sort-topics.
4161         (gnus-topic-move): New function.
4162         (gnus-topic-move-group): Move the topic if no group selected.
4163
4164 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4165
4166         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4167
4168 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4169
4170         * mm-view.el (mm-inline-message): Fix leaving group bug.
4171
4172 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4173
4174         * gnus-msg.el (gnus-post-method): Use normal method if current is
4175         not available.
4176
4177 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4178
4179         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4180         (nnmail-insert-lines): Ditto.
4181
4182 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4183
4184         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4185         line.
4186
4187         * message.el (message-unsent-separator): One more separator.
4188
4189 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4190
4191         * nnfolder.el (nnfolder-request-move-article): For empty article,
4192         search till (point-max).
4193         (nnfolder-retrieve-headers): Ditto.
4194         (nnfolder-request-accept-article): Ditto.
4195         (nnfolder-save-mail): Ditto.
4196         (nnfolder-insert-newsgroup-line): Ditto.
4197
4198 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4199
4200         * qp.el (quoted-printable-encode-region): Check eobp.
4201
4202 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4203
4204         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4205
4206 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4207
4208         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4209         wait-for-reply.
4210
4211 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4212
4213         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4214         (mm-uu-forward-end-line): Ditto.
4215
4216 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4217
4218         * binhex.el (binhex-decode-region): don't consider the value of
4219         `enable-multibyte-characters' in XEmacs.
4220
4221         * gnus-start.el (gnus-read-descriptions-file): ditto.
4222
4223         * mm-util.el (mm-multibyte-p): ditto.
4224         (mm-with-unibyte-buffer): ditto.
4225         (mm-find-charset-region): use `mm-multibyte-p'.
4226
4227         * mm-bodies.el (mm-decode-body): ditto.
4228         (mm-decode-string): ditto.
4229
4230         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4231         `enable-multibyte-characters' in XEmacs.
4232
4233 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4234
4235         * mm-util.el (mm-binary-coding-system): Try binary first.
4236
4237 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4238
4239         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4240
4241 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4242
4243         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4244         format.
4245         (article-date-ut): Find correct insert position.
4246
4247 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4248
4249         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4250         forwarded message.
4251
4252 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253
4254         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4255         groups.
4256
4257         * message.el (message-resend): Use message mode when prompting.
4258
4259         * gnus-art.el (article-hide-headers): Mark wash.
4260         (article-emphasize): Ditto.
4261
4262 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4263
4264         * message.el (message-newline-and-reformat): Work for SC.
4265
4266 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4269
4270         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4271
4272 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4273
4274         * mm-decode.el mm-inline-override-types: New variable
4275
4276         * mm-decode.el (mm-inline-override-p): New function
4277
4278         * mm-decode.el (mm-inlined-p): Use it
4279
4280 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4281
4282         * mm-decode.el mm-inline-override-types: New variable
4283
4284         * mm-decode.el (mm-inline-override-p): New function
4285
4286         * mm-decode.el (mm-inlined-p): Use it
4287
4288 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4289
4290         * gnus.el: Pterodactyl Gnus v0.97 is released.
4291
4292 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4293
4294         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4295         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4296         3 args.
4297
4298 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299
4300         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4301         buffer for params.
4302
4303         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4304         line.
4305
4306         * message.el (message-forward-ignored-headers): New variable.
4307
4308         * gnus-art.el (gnus-article-prepare-display): Nix out
4309         gnus-article-wash-types.
4310
4311         * gnus-agent.el (gnus-agent-create-buffer): New function.
4312         (gnus-agent-fetch-group-1): Use it.
4313         (gnus-agent-start-fetch): Ditto.
4314
4315         * gnus-sum.el (gnus-summary-exit): Don't use
4316         `gnus-use-adaptive-scoring'.
4317
4318         * mail-source.el (mail-source-fetch-pop): Only store password when
4319         successful.
4320
4321         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4322
4323 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324
4325         * message.el (message-reply): Use it.
4326         (message-dont-reply-to-names): New variable.
4327
4328         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4329
4330         * mm-util.el (mm-preferred-coding-system): Typo fix.
4331
4332         * message.el (message-bounce): Work for non-MIME.
4333
4334         * gnus.el (gnus-short-group-name): Short the right parts of the
4335         name.
4336
4337 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4338
4339         * mm-encode.el (mm-qp-or-base64): New version.
4340
4341 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4342
4343         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4344
4345 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4346
4347         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4348         of restricted region.
4349         (gnus-mime-display-single): Set beg at correct point.
4350
4351 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4352
4353         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4354
4355 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4356
4357         * gnus-msg.el (gnus-configure-posting-styles): Let
4358         `gnus-posting-styles' have its say in posting-style: local
4359         variable `styles' is already bound to `gnus-posting-styles' so
4360         don't rebind it to nil.
4361
4362 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4363
4364         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4365         Message-ID.
4366
4367 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4368
4369         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4370         quoted-printable-encode-region.
4371
4372         * qp.el (quoted-printable-encode-region): Assume charset
4373         encoded. Fold every line in the region.
4374
4375 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4376
4377         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4378         of active file.
4379
4380 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4381
4382         * message.el (message-mode): allows whitespaces between multiple
4383         instances of the fill character ">".
4384
4385 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4386
4387         * mm-encode.el (mm-qp-or-base64): Fix.
4388
4389 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * message.el (message-send): Too much and.
4392
4393 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4394
4395         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4396
4397 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * gnus-score.el (gnus-score-headers): Work for nil scores.
4400
4401 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * gnus-cache.el (gnus-cache-write-active): Write full names.
4404
4405         * gnus-util.el (gnus-write-active-file): Accept full name.
4406
4407         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4408         (mm-assoc-string-match): New function.
4409         (mm-display-inline): Use it.
4410
4411         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4412
4413         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4414
4415 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4416
4417         * mml.el (mml-generate-multipart-alist): New variable.
4418
4419 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4422
4423 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4424
4425         * message.el (message-send): More helpful error message if sending
4426         fails
4427
4428 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4429
4430         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4431         in newer emacsen, where ?r isn't equal 114.
4432
4433 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4434
4435         * gnus.el: Pterodactyl Gnus v0.96 is released.
4436
4437 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4438
4439         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4440         to get active info if method is covered by agent, otherwise
4441         active info is lost.
4442
4443 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4444
4445         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4446
4447 1999-08-09  Dave Love  <fx@gnu.org>
4448
4449         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4450
4451 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4452
4453         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4454           (already matched by "^X-Pgp"), removed duplicate
4455           X-Mailing-List, added several new junk headers.
4456
4457 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4458
4459         * gnus-art.el (article-decode-charset): Don't assume
4460         gnus-summary-buffer is live.
4461
4462 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4463
4464         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4465
4466 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4467
4468         * gnus-score.el (gnus-home-score-file): Work with absolute path
4469         names.
4470
4471 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4472
4473         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4474         nothing else in the group.
4475
4476 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4477
4478         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4479         the article.
4480
4481 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4482
4483         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4484
4485 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4486
4487         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4488         from mutt.
4489
4490 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4491
4492         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4493         whitespace.
4494
4495 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4496
4497         * mm-util.el (mm-text-coding-system-for-write): New variable.
4498         (mm-append-to-file): New function.
4499         (mm-write-region): New function.
4500
4501         * gnus-art.el (gnus-output-to-file): Use it.
4502         * gnus-util.el (gnus-output-to-rmail): Ditto.
4503         (gnus-output-to-mail): Ditto.
4504         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4505
4506 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4507
4508         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4509
4510         * nnheader.el (nnheader-insert-file-contents): Revert and use
4511         mm-insert-file-contents.
4512         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4513         (nnheader-auto-mode-alist): Removed.
4514
4515         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4516         (mm-insert-file-contents): Add a new parameter for inserting
4517         compressed file literally.
4518
4519         * mml.el (mml-generate-mime-1): Insert non-text literally.
4520
4521         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4522
4523 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4524
4525         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4526
4527 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4528
4529         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4530         koi8-r.
4531
4532 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4533
4534         * mml.el (mml-insert-mime): Decode text.
4535         (mml-to-mime): Narrow to headers-or-head.
4536
4537 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4538
4539         * mm-view.el (mm-inline-text): Check
4540         w3-meta-content-type-charset-regexp.
4541
4542 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4543
4544        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4545        predicate.
4546
4547 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4548
4549         * gnus-mlspl.el: Documentation fixes.
4550
4551 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4552
4553         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4554
4555 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4556
4557         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4558         variables.
4559
4560 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4561
4562         * nnmail.el (nnmail-get-new-mail): "Done".
4563
4564 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4567         interactive.
4568
4569 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4570
4571         * gnus-art.el (article-decode-charset): Fix broken CT.
4572
4573 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4574
4575         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4576         overview buffer if it is killed.
4577
4578 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4579
4580         * gnus-art.el (article-babel): New version.
4581
4582 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4583
4584         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4585
4586 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4587
4588         * gnus.texi (More Threading): Document new variable
4589         `gnus-sort-gathered-threads-function'.
4590
4591 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4592
4593         * gnus.texi (More Threading): Document new variable
4594         `gnus-sort-gathered-threads-function'.
4595
4596 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4597
4598         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4599         usage.
4600
4601 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4602
4603         * mm-util.el (mm-running-xemacs): Removed.
4604         (mm-coding-system-p): New function.
4605         (mm-binary-coding-system): Safe guess.
4606         (mm-text-coding-system): Ditto.
4607         (mm-auto-save-coding-system): Ditto.
4608
4609 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4612         (mm-qp-or-base64): Reversed logic.
4613
4614         * mm-decode.el (mm-save-part-to-file): Let coding system be
4615         binary.
4616
4617 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4618
4619         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4620         be set in topic parameters.
4621
4622 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4623
4624         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4625         (gnus-sort-gathered-threads): Allow the user to specify the
4626         function to use when sorting gathered threads.
4627
4628         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4629         mark cached articles as `undownloaded'.
4630
4631 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4632
4633         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4634         to have buffer local values.
4635
4636 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4637
4638         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4639         types 'g' for 'guess group type.
4640
4641 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4642
4643         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4644         after each regexp in nnmail-list-identifiers, not just after last
4645         one.
4646
4647         * gnus-sum.el (gnus-list-identifiers): New variable.
4648         (gnus-summary-remove-list-identifiers): New function.
4649         (gnus-select-newsgroup): Use it.
4650         (gnus-summary-wash-hide-map): Bind
4651         `gnus-article-hide-list-identifiers' to W W l.
4652         (gnus-summary-make-menu-bar): Add list-identifiers command.
4653
4654         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4655         (gnus-treatment-function-alist): Add variable.
4656         (article-hide-list-identifiers): New function.
4657         (mapcar): Add function.
4658         (gnus-article-hide): Use it.
4659
4660 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4661
4662         * gnus.el: Pterodactyl Gnus v0.95 is released.
4663
4664 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665
4666         * mm-decode.el (mm-mailcap-command): New function.
4667         (mm-display-external): Use it.
4668
4669         * gnus-art.el (article-make-date-line): Work for India.
4670
4671         * mm-encode.el (mm-qp-or-base64): Typo.
4672
4673         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4674
4675 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4676
4677         * gnus.el: Pterodactyl Gnus v0.94 is released.
4678
4679 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4680
4681         * pop3.el: New version.
4682
4683 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * mm-encode.el (mm-qp-or-base64): New function.
4686         (mm-content-transfer-encoding): Use it.
4687
4688         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4689
4690 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4691
4692         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4693
4694         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4695
4696 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4699         keystroke.
4700
4701         * mailcap.el (mailcap-mime-types): New function.
4702
4703         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4704
4705         * message.el (message-goto-eoh): Really go to the end.
4706
4707 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4708
4709         * message.el (message-make-date): Do the right thing in with
4710         sub-hour time zones.
4711
4712 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713
4714         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4715         report.
4716
4717 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4718
4719         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4720
4721 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4722
4723         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4724         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4725         and use t as default value.
4726
4727 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4728
4729         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4730         gnus-summary-buffer is live.
4731
4732 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4733
4734         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4735
4736 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * message.el (message-bounce): Do MIME bounces MIMEy.
4739
4740         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4741
4742 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * mailcap.el (mailcap-mime-extensions): Changed patch to
4745         text/x-patch.
4746
4747         * mm-decode.el (mm-display-external): Wrong placement of paren.
4748
4749 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4750
4751         * gnus.el: Pterodactyl Gnus v0.93 is released.
4752
4753 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4754
4755         * gnus-cus.el (gnus-group-parameters): New entries for
4756         gnus-group-split.
4757
4758         * gnus-mlspl.el: Renamed functions and variables so as to
4759         start with gnus-group-split.
4760         * gnus.el: Adjust autoload entries.
4761
4762 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4763
4764         * gnus-mlspl.el: Removed trailing t from comment and provide.
4765         Renamed functions and variables to start with gnus-mlsplit.
4766         Added autoload comments.
4767         * gnus.el: Added autoload entries.
4768
4769 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4770
4771         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4772         so that matches excluded by RESTRICTs do not cause the whole split
4773         to be ignored.  This also fixes a long-standing bug in which a
4774         split with \N substitutions wouldn't cause cross-posting as
4775         expected.
4776
4777         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4778         (nnmail-split-it): Implement them.
4779
4780         * nnmail.el (nnmail-split-fancy): Document ! splits.
4781
4782 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4783
4784         * pop3.el: New version.
4785
4786 1999-07-05  Simon Josefsson
4787
4788         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4789
4790 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4793
4794 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4795
4796         * gnus-util.el (gnus-write-active-file): Use real name.
4797
4798         * gnus-agent.el (gnus-agent-expire): Update active file
4799         method by method.
4800
4801 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4802
4803         * nndraft.el (nndraft-request-article): Use difference
4804         coding-systems for queue and drafts.
4805
4806         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4807         nndraft:drafts.
4808
4809         * mm-util.el (mm-auto-save-coding-system): New coding system.
4810
4811         * message.el (message-draft-coding-system): Use it.
4812
4813 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4814
4815         * mm-uu.el: More customizable and less aggressive.
4816
4817 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818
4819         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4820         when plugged.
4821
4822         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4823         (mml-insert-mml-markup): Accept a nofile.
4824         (mml-insert-mime): Insert nofile.
4825
4826         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4827
4828         * mm-decode.el (mm-handle-media-type): New function.
4829         (mm-handle-media-supertype): New function.
4830         (mm-handle-media-subtype): New function.
4831         Use new functions throughout. "/"))
4832
4833 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-art.el (gnus-treat-predicate): Typo.
4836
4837 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838
4839         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4840
4841 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * gnus-art.el (article-date-ut): UT!  Default it!
4844
4845 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4846
4847         * gnus.el: Pterodactyl Gnus v0.92 is released.
4848
4849 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4850
4851         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4852
4853 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4856         connected.
4857
4858         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4859         when plugged.
4860
4861         * mm-view.el (mm-inline-message): Ignore remove-spec.
4862
4863         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4864         is bound.
4865
4866         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4867
4868         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4869
4870         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4871         start.
4872
4873         * message.el (message-fill-yanked-message): Remove `t' arg.
4874
4875         * gnus-group.el (gnus-group-kill-group): Message killing of
4876         groups.
4877
4878         * mm-util.el (mm-preferred-coding-system): New function.
4879         (mm-mime-charset): Use it.
4880
4881         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4882
4883 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4884
4885         * gnus-mlsplt.el: New file.
4886
4887 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4888
4889         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4890         functions.
4891         (mm-attachment-override-p): Take a handle instead of a type.
4892         (mm-inlined-p): Ditto.
4893         (mm-automatic-display-p): Ditto,
4894         (mm-inlinable-p): Ditto.
4895
4896         * nndraft.el (nndraft-request-expire-articles): Delete backup
4897         files.
4898
4899         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4900
4901         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4902
4903 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4904
4905         * nnmail.el (nnmail-split-it): Allow .*.
4906
4907 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4908
4909         * mm-decode.el (mm-inline-large-images-p): Renamed.
4910
4911         * gnus-art.el (article-date-ut): Always look in the current buffer
4912         for the Date header.
4913
4914         * mml.el (mml-validate): New command.
4915
4916         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4917         since we are dealing with regexps.
4918
4919 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4920
4921         * gnus.el: Pterodactyl Gnus v0.91 is released.
4922
4923 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * gnus-agent.el (gnus-agent-save-active-1): New function.
4926         (gnus-agent-save-active): use it.
4927         (gnus-agent-save-groups): Ditto.
4928
4929         * gnus-cache.el (gnus-cache-write-active): Use it.
4930
4931         * gnus-agent.el (gnus-agent-write-active): Use it.
4932
4933         * gnus-util.el (gnus-write-active-file): New function.
4934
4935         * gnus-agent.el (gnus-agent-write-active): New function to keep
4936         lower boundaries and canceled groups.
4937         (gnus-agent-save-groups): Use it.
4938         (gnus-agent-save-active): Use it.
4939         (gnus-agent-save-group-info): Only write active files.
4940         (gnus-agent-expire): Update active file.
4941
4942         * mm-decode.el (mm-inlinable-part-p): Removed.
4943         (mm-user-display-methods): Default to nil.
4944         (mm-user-display-methods): Removed.
4945         (add-mime-display-method): Removed.
4946         (mm-automatic-display): Renamed.
4947         (mm-automatic-display-p): Use it.
4948         (mm-inlined-types): New variable.
4949         (mm-inlined-p): New function.
4950
4951         * message.el (message-reply): Bind message-this-is-mail.
4952
4953 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4954
4955         * smiley.el (smiley-buffer): Fix for NT.
4956
4957 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4960
4961         * message.el (message-check-news-header-syntax): Protect against
4962         nil froms.
4963
4964         * mm-util.el (mm-auto-mode-alist): New.
4965
4966         * mml.el (mml-generate-mime-1): Ditto.
4967
4968         * gnus.el: Use mm-insert-file-contents throughout instead of
4969         nnheader.
4970
4971         * mm-util.el (mm-insert-file-contents): New function.
4972
4973 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4974
4975         * gnus.el: Pterodactyl Gnus v0.90 is released.
4976
4977 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
4978
4979         * mailcap.el (mailcap-possible-viewers): Use string=.
4980
4981 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4982
4983         * mm-uu.el (mm-uu-forward-begin-line): New variable.
4984         (mm-uu-forward-end-line): New variable.
4985         (mm-uu-begin-line): Handle forwarded message.
4986         (mm-uu-identifier-alist): Ditto.
4987         (mm-uu-dissect): Ditto.
4988
4989 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4990
4991         * lpath.el: Two free variables.
4992
4993 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4994
4995         * nnheader.el (nnheader-file-coding-system): Use raw-text.
4996         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
4997         * gnus-cache.el (gnus-cache-coding-system): Ditto.
4998
4999         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5000         (nnfolder-file-coding-system-for-write): New variable.
5001         (nnfolder-active-file-coding-system): New variable.
5002         (nnfolder-active-file-coding-system-for-write): New variable.
5003         (nnfolder-save-active): New function.
5004         (nnfolder-save-buffer): Use them.
5005         (nnfolder-possibly-change-group): Ditto.
5006         (nnfolder-request-list-newsgroups): Ditto.
5007         (nnfolder-request-create-group): Ditto.
5008         (nnfolder-request-expire-articles): Ditto.
5009         (nnfolder-request-move-article): Ditto.
5010         (nnfolder-request-accept-article): Ditto.
5011         (nnfolder-request-delete-group): Ditto.
5012         (nnfolder-request-rename-group): Ditto.
5013         (nnfolder-possibly-change-folder): Ditto.
5014         (nnfolder-read-folder): Ditto.
5015         (nnfolder-request-list): Remove pathname-coding-system.
5016         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5017
5018         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5019         (nnmail-file-coding-system-1): Removed.
5020         (nnmail-find-file): Use nnmail-pathname-coding-system.
5021         (nnmail-write-region): Ditto.
5022
5023         * nnmbox.el (nnmbox-file-coding-system): New variable.
5024         (nnmbox-file-coding-system-for-write): New variable.
5025         (nnmbox-active-file-coding-system): New variable.
5026         (nnmbox-active-file-coding-system-for-write): New variable.
5027         (nnmbox-save-buffer): New function.
5028         (nnmbox-save-active): New function.
5029         (nnmbox-request-scan): Use them.
5030         (nnmbox-request-expire-articles): Ditto.
5031         (nnmbox-request-move-article): Ditto.
5032         (nnmbox-request-accept-article): Ditto.
5033         (nnmbox-request-replace-article): Ditto.
5034         (nnmbox-request-delete-group): Ditto.
5035         (nnmbox-request-rename-group): Ditto.
5036         (nnmbox-request-create-group): Ditto.
5037
5038         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5039         (mm-running-ntemacs): Removed.
5040
5041         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5042
5043 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5044
5045         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5046
5047 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5048
5049         * qp.el (quoted-printable-encoding-characters): Support lower case.
5050
5051 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5052
5053         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5054         (rfc2047-b-encode-region): Encode line by line.
5055
5056 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * mm-util.el (mm-find-mime-charset-region): Fix.
5059
5060 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5061
5062         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5063         (mm-find-mime-charset-region): Ditto.
5064
5065 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5066
5067         * gnus-sum.el (gnus-summary-move-article): Fix something or
5068         other.
5069
5070 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5071
5072         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5073         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5074         (gnus-summary-enter-digest-group): Use them.
5075         (gnus-summary-setup-default-charset): Ditto.
5076
5077 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5078
5079         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5080
5081 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5082
5083         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5084           gnus-newsgroup-name is nil.
5085
5086 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5087
5088         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5089
5090 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5091
5092         * gnus-art.el (article-emphasize): Use correct
5093         gnus-article-emphasis-alist.
5094
5095 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5096
5097         * mm-view.el (mm-inline-text): Fix text/html bug.
5098
5099 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5100
5101         * gnus.el: Pterodactyl Gnus v0.89 is released.
5102
5103 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5104
5105         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5106         * message.el (message-draft-coding-system): Ditto.
5107         * mm-util.el (mm-running-ntemacs): Ditto.
5108
5109 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5110
5111         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5112         cause problem.
5113
5114 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5115
5116         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5117
5118 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5119
5120         * mml.el: require mm-decode.
5121
5122 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5123
5124         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5125
5126 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5127
5128         * mm-view.el (mm-inline-image): Fix image undisplayer.
5129
5130 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * mml.el (mml-insert-multipart): Error in compeling-read.
5133         (mml-insert-tag): Match tags.
5134
5135 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5136
5137         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5138         (gnus-cache-braid-heads): Ditto.
5139         (gnus-cache-retrieve-headers): Ditto.
5140
5141 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5142
5143         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5144
5145 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5148         to string under XEmacs.
5149
5150 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5151
5152         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5153
5154 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5155
5156         * mm-view.el (mm-inline-message): Fix message view bug.
5157         * gnus-art.el (gnus-article-prepare): Ditto.
5158
5159 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5160
5161         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5162
5163 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5164
5165         * gnus.el: Pterodactyl Gnus v0.88 is released.
5166
5167 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5170         usage.
5171
5172         * nnmail.el (nnmail-get-new-mail): Save info.
5173
5174 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5175
5176         * gnus.el: Pterodactyl Gnus v0.87 is released.
5177
5178 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5181         (mail-source-run-script): New function.
5182         (mail-source-fetch-pop): Use it.
5183
5184 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5187
5188 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5189
5190         * gnus.el: Pterodactyl Gnus v0.86 is released.
5191
5192 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193
5194         * gnus-art.el (gnus-treat-translate): New variable.
5195         (gnus-treat-predicate): Accept a list of regexps.
5196         (gnus-article-treat-custom): Allow a list of regexps.
5197
5198 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5199
5200         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5201         type.
5202
5203 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * gnus-art.el (article-babel): Narrow a bit.
5206
5207         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5208
5209 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5210
5211         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5212         only unread ones.
5213         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5214         articles, not only unread ones.
5215
5216 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5217
5218         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5219         keystroke.
5220
5221         * gnus-art.el (gnus-article-x-face-command): Ditto.
5222
5223         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5224
5225         * gnus.el (gnus-method-simplify): Accept server names.
5226
5227 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5228
5229         * gnus-art.el (article-babel-prompt): New function.
5230         (article-babel): New command.
5231
5232 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5235
5236         * mml.el (mml-generate-mime-1): Don't insert literally.
5237
5238         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5239         (gnus-netrc-syntax-table): Removed.
5240         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5241
5242 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5243
5244         * mm-view.el (mm-inline-text): Fix charset for text/html.
5245
5246 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5247
5248         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5249
5250 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251
5252         * nnmail.el (nnmail-split-incoming): Return the number of split
5253         mails.
5254         (nnmail-process-babyl-mail-format): Ditto.
5255         (nnmail-process-unix-mail-format): Ditto.
5256         (nnmail-process-mmdf-mail-format): Ditto.
5257         (nnmail-process-maildir-mail-format): Ditto.
5258
5259         * mail-source.el (mail-source-callback): Return the number from
5260         the callback.
5261
5262         * message.el (message-send-mail): Generate Lines.
5263
5264         * mail-source.el (mail-source-call-script): New function.
5265         (mail-source-call-script): New function.
5266
5267 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5268
5269         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5270         (gnus-select-newsgroup): Use it.
5271         (gnus-group-highlight-words-alist): New variable.
5272         (gnus-newsgroup-emphasis-alist): New variable.
5273         (gnus-summary-local-variables):  Use it.
5274         * lpath.el: Use it.
5275         * gnus-art.el (article-emphasize): Use it.
5276         (gnus-emphasis-highlight-words): New face.
5277         * gnus-cus.el (gnus-group-parameters): New parameter.
5278
5279 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5280
5281         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5282         parameter `headers'.
5283         (gnus-cache-enter-article): Ditto.
5284         (gnus-cache-update-article): Ditto.
5285         * gnus-sum.el (gnus-summary-move-article): Ditto.
5286         (gnus-summary-mark-article-as-unread): Ditto.
5287         (gnus-summary-mark-article): Ditto.
5288
5289 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5292         (gnus-posting-style-alist): Removed.
5293         (gnus-message-style-insertions): Ditto.
5294         (gnus-configure-posting-styles): Reimplementation.
5295
5296         * mail-source.el (mail-source-fetch): Error the message.
5297
5298         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5299
5300 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5301
5302         * gnus.el: Pterodactyl Gnus v0.85 is released.
5303
5304 1999-04-20  Michael Cook  <cook@sightpath.com>
5305
5306         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5307           Outlook citation regex.
5308
5309 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5310
5311         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5312         semicolon.
5313
5314 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5315
5316         * gnus-range.el (gnus-remove-from-range): Document range1
5317         modification, protect range2.
5318
5319 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5320
5321         * gnus-sum.el (gnus-update-marks): Protect lists from
5322         gnus-remove-from-range, don't sort twice.
5323
5324 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5325
5326         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5327         function in backend.
5328
5329 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5330
5331         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5332         request-accept-article function in the backend instead of using
5333         the 'respool capability.
5334
5335 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5336
5337         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5338         spurious whitespace at eob.
5339
5340 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5341
5342         * nnmail.el (nnmail-get-new-mail): Check right variable.
5343
5344 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5345
5346         * mailcap.el (mailcap-mime-data): Fix rfc822.
5347
5348 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5349
5350         * nndoc.el (nndoc-nsmail-type-p): New function.
5351         (nndoc-type-alist): Recognize nsmail.
5352
5353 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5354
5355         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5356         *before* `article-hide-headers' deletes the information.
5357
5358 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359
5360         * gnus-sum.el (gnus-summary-save-parts): New command and
5361         keystroke.
5362         (gnus-summary-save-parts-1): New function.
5363         (gnus-summary-iterate): Buggy.
5364
5365         * mm-decode.el (mm-save-part-to-file): Made into own function.
5366
5367 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368
5369         * gnus-group.el (gnus-group-set-info): Resist nils.
5370
5371 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * mailcap.el (mailcap-mime-data): Ditto.
5374
5375         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5376
5377         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5378
5379 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5380
5381         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5382         gnus-article-date-lapsed-new-header is t.
5383
5384 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5385
5386         * gnus.el: Pterodactyl Gnus v0.84 is released.
5387
5388 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389
5390         * gnus-msg.el (gnus-bug-message): Mime change.
5391
5392 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5393
5394         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5395
5396 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5397
5398         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5399         `x-uue'.
5400
5401 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5402
5403         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5404         when authentication is 'password.
5405
5406 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5407
5408         * gnus-win.el (gnus-configure-windows): Accept a setting.
5409
5410 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * mm-util.el (mm-quote-arg): Moved here.
5413
5414         * mm-decode.el (mm-quote-arg): Quote more chars.
5415
5416 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417
5418         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5419         with newlines would create buggy .nov files.
5420
5421         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5422
5423         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5424         end of lines.
5425
5426         * message.el (message-mode): Doc fix.
5427
5428         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5429
5430         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5431
5432         * gnus-art.el (article-date-ut): Rewrite.
5433
5434         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5435         order.
5436
5437         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5438         headers.
5439
5440         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5441
5442 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5443
5444         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5445         (article-date-ut): use it.
5446
5447 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * mail-source.el (mail-source-fetch-pop): Call script
5450         asynchronously.
5451
5452 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5453
5454         * gnus.el: Pterodactyl Gnus v0.83 is released.
5455
5456 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5459
5460         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5461
5462         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5463
5464         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5465
5466         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5467
5468         * message.el (message-generate-headers): Accept continuation
5469         headers.
5470
5471 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5472
5473         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5474
5475 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5476
5477         * gnus-art.el (gnus-treatment-function-alist): use
5478         maybe-hide-headers.
5479
5480         * message.el (message-inhibit-body-encoding): Typo.
5481         (message-resend): Inhibit encoding.
5482
5483         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5484
5485         * gnus-art.el (article-remove-cr): Use re-search.
5486
5487         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5488         headers.
5489
5490         * mm-decode.el (mm-quote-arg): Quote '.
5491
5492         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5493
5494         * mm-decode.el (mm-insert-part): Use multibyte for text.
5495
5496         * gnus-start.el (gnus-read-newsrc-file): New variable.
5497         (gnus-read-newsrc-file): Use it.
5498
5499 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5502
5503         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5504         function.
5505
5506 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5507
5508         * gnus.el: Pterodactyl Gnus v0.82 is released.
5509
5510 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5511
5512         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5513         for iso8859-2.
5514
5515 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5518         synonym alist.
5519
5520 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5521
5522         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5523
5524 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5525
5526         * mail-source.el (mail-source-fetch): Ask before bugging out.
5527
5528 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5529
5530         * uudecode.el (uudecode-decode-region-external): Don't assume
5531         uudecode-temporary-file-directory ends with a slash.
5532
5533 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5534
5535         * gnus-sum.el (gnus-update-marks):
5536         (gnus-update-read-articles):
5537         (gnus-summary-expire-articles): Check server.
5538
5539 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5540
5541         * mml.el (mml-preview): New function.
5542
5543 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5544
5545         * mail-source.el (mail-source-fetch-file): Return the right
5546         value.
5547
5548 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * mml.el (mml-insert-parameter): New function.
5551         (mml-insert-parameter-string): New function.
5552
5553         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5554
5555         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5556         (gnus-mime-display-part): Use it.
5557
5558         * mm-decode.el (mm-alternative-precedence): Removed.
5559         (mm-discouraged-alternatives): New variable.
5560         (mm-preferred-alternative-precedence): New function.
5561
5562         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5563
5564         * mail-source.el (mail-sources): New variable.
5565
5566         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5567
5568         * mm-decode.el (mm-valid-image-format-p): New function.
5569         (mm-inline-media-tests): Use it.
5570         (mm-valid-and-fit-image-p): New function.
5571
5572         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5573         (gnus-agent-fetch-group): Ditto.
5574
5575 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5576
5577         * nnmail.el (nnmail-article-group): in case of a group name
5578         containing "\\n" constructs, be sure to pass the expanded value to
5579         nn*-save-mail.
5580
5581 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5582
5583         * gnus.el: Pterodactyl Gnus v0.81 is released.
5584
5585 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus-sum.el (gnus-get-split-value): Reverse result.
5588
5589 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5592
5593 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * mml.el (mml-insert-tag): Insert concluding part.
5596
5597         * message.el (message-send-mail): Encode later.
5598         (message-send-news): Ditto.
5599
5600         * nnfolder.el: Don't use mail delim.
5601
5602 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5603
5604         * gnus-cus.el (gnus-group-customize): Put point at min.
5605
5606         * mm-view.el (mm-inline-text): Allow toggling html.
5607
5608 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5609
5610         * mail-source.el: Added prescript and postscript to file.
5611
5612 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * nnmail.el: Reverted.
5615
5616         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5617         (gnus-setup-posting-charset): Did work.
5618
5619 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5620
5621         * gnus.el (gnus-short-group-name): Use
5622         gnus-group-uncollapsed-levels.
5623
5624 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625
5626         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5627
5628 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5631         (article-strip-headers-from-body): New command and keystroke.
5632
5633 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5636
5637         * nnheader.el (nnheader-insert-file-contents): Bind
5638         enable-local-eval to nil.
5639         (nnheader-find-file-noselect): Ditto.
5640
5641         * nnmail.el (nnmail-article-group): Don't remove long lines.
5642         (nnmail-remove-long-lines): New function.
5643         (nnmail-split-header-length-limit): Removed.
5644
5645         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5646
5647         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5648
5649 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * gnus-sum.el (gnus-summary-generic-mark): New function.
5652
5653         * nnmail.el (nnmail-split-header-length-limit): Increased.
5654         (nnmail-article-group): Allow nil.
5655
5656         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5657
5658         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5659         first.
5660
5661         * mml.el (mml-minibuffer-read-type): Include types from
5662         mailcap-mime-data.
5663
5664         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5665
5666 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5667
5668         * mml.el (mml-insert-tag): New function.
5669         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5670         confusion with functions like `mml-read-tag'.
5671         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5672         (mml-minibuffer-read-description): Ditto with
5673         `mml-minibuffer-read-description'.
5674         (mml-attach-buffer): New function.
5675         (mml-mode-map): New entry for /.
5676         (mml-minibuffer-read-type): Accept DEFAULT.
5677
5678         * mml.el (mml-quote-region): Narrow the region.
5679
5680         * message.el (message-mode-menu): message-mime-attach-file is now
5681         mml-attach-file.
5682
5683 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5686
5687 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5688
5689         * mml.el (mml-attach-buffer): New command.
5690
5691 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5692
5693         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5694         with a proper range. Compress range.
5695
5696         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5697
5698 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699
5700         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5701
5702 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5705         (gnus-picons-convert-x-face): Removed.
5706         (gnus-picons-article-display-x-face): Removed.
5707         (gnus-picons-x-face-sentinel): Ditto.
5708         (gnus-picons-display-x-face): Ditto.
5709
5710 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5711
5712         * gnus.el: Pterodactyl Gnus v0.80 is released.
5713
5714 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5715
5716         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5717
5718         * gnus-sum.el (gnus-with-article): Moved here.
5719
5720         * mail-source.el (mail-source-fetch-pop): Ask for password even
5721         when program.
5722
5723 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724
5725         * gnus-msg.el (gnus-bug): Add description.
5726
5727         * mml.el (mml-insert-mml-markup): Insert disposition.
5728
5729         * message.el (message-send-mail): Always encode mail headers.
5730
5731         * smiley.el (gnus-smiley-display): Goto body.
5732
5733 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5734
5735         * smiley.el (gnus-smiley-display): Don't search to blank line.
5736
5737 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5740         when requested.
5741
5742         * nnmail.el (nnmail-current-spool): Removed.
5743
5744         * gnus-salt.el (gnus-tree-inhibit): New varible.
5745
5746         * gnus.el (mm-util): Required.
5747
5748 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5749
5750         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5751
5752 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * mail-source.el (mail-source-bind): Doc fix.
5755
5756 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757
5758         * message.el (message-mode): Doc fix.
5759
5760         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5761         encoding.
5762
5763         * gnus.el (gnus-methods-equal-p): Moved here.
5764
5765         * mail-source.el: pop at 110.
5766
5767         * pop3.el (pop3-movemail): Use write-region instead of
5768         append-to-file to avoid excessive messaging.
5769
5770 1999-02-27  lantz moore  <lmoore@contigo.com>
5771
5772         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5773         type directory.
5774
5775 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5776
5777         * gnus-art.el (article-hide-boring-headers): Field names must not
5778         contain whitespace.
5779
5780 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5781
5782         * gnus.el: Pterodactyl Gnus v0.79 is released.
5783
5784 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5787
5788         * mml.el (mml-mode): Don't use add-minor-mode.
5789
5790         * message.el (messgage-inhibit-body-encoding): New variable.
5791         (message-encode-message-body): Use it.
5792
5793 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5794
5795         * gnus.el: Pterodactyl Gnus v0.78 is released.
5796
5797 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5798
5799         * message.el (message-mode): Switch on MML mode.
5800
5801         * mml.el: Included commands and functions.
5802         (mml-mode-map): New keymap.
5803
5804         * message.el: Removed the insertion commands and functions.
5805
5806         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5807
5808         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5809         keystroke.
5810
5811         * gnus-art.el (gnus-narrow-to-page): Revert.
5812
5813         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5814         (gnus-cite-parse-maybe): Always reparse.
5815
5816         * message.el (message-encode-message-body): Don't insert
5817         "multipart warning".
5818
5819         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5820
5821 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5822
5823         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5824
5825         * nnmail.el: Require mm-util.
5826
5827 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5828
5829         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5830         group.
5831
5832 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5833
5834         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5835
5836 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5837
5838         * gnus-msg.el (gnus-extended-version): Better regexp.
5839
5840 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5841
5842         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5843         is called with the result of SPLIT and should return a new split.
5844
5845         * gnus.texi: update the doc.
5846
5847 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5848
5849         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5850         displayed in the article buffer, output bars if
5851         `gnus-picons-display-article-move-p'.
5852
5853 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5854
5855         * mail-source.el (mail-source-fetch-pop): Typo.
5856
5857 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5860
5861 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5864
5865 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * mml.el (mml-insert-buffer): New function.
5868
5869         * message.el (message-forward): Insert the buffer in the buffer.
5870
5871 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5872
5873         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5874
5875 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5876
5877         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5878
5879 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5880
5881         * gnus.el: Pterodactyl Gnus v0.77 is released.
5882
5883 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5884
5885         * gnus-art.el (gnus-displaying-mime): New variable.
5886         (article-narrow-to-head): New function.
5887
5888         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5889         Default to pop instead of pop3.
5890
5891 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892
5893         * gnus-art.el (article-hide-pgp): Goto body.
5894
5895         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5896
5897         * gnus-cite.el: Don't use goto-line.
5898
5899         * gnus-art.el (gnus-article-treat-html): Removed.
5900         (gnus-treat-article): Save restriction.
5901
5902 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5903
5904         * message.el (message-send-mail): Don't untabify.
5905         (message-mode): Don't use tabs for indentation.
5906
5907 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5908
5909         * message.el (message-send-mail): Don't untabify.
5910
5911         * nnml.el (nnml-save-mail): Typo fix.
5912
5913 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5914
5915         * message.el (message-cite-function): Add
5916         `message-cite-original-without-signature' customization option.
5917
5918 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5919
5920         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5921         `nnmail-prepare-incoming-header-hook'.
5922
5923 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5924
5925         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5926
5927 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5930
5931 1999-02-18  Michael Cook  <cook@sightpath.com>
5932
5933         * Recognize Microsoft Outlook's cite attribution conventions.
5934
5935 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5936
5937         * gnus-sum.el: Bind M.
5938
5939 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5940
5941         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5942
5943 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5944
5945         * gnus-picon.el (gnus-group-display-picons): ensures that
5946         `article-goto-body' really goes to the article body.
5947
5948 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5951
5952         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5953
5954         * mm-view.el (mm-view-message): Enable multibyte.
5955
5956 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * nnmail.el (nnmail-get-new-mail): Message later.
5959
5960         * mm-util.el (mm-find-charset-region): Revert to checking
5961         multibyte.
5962
5963 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5964
5965       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
5966       attachment.
5967
5968 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5969
5970         * gnus.el: Pterodactyl Gnus v0.76 is released.
5971
5972 1999-02-06  Felix Lee  <flee@cygnus.com>
5973
5974         * gnus.el (gnus-group-change-level-function): Typo.
5975
5976 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * gnus-sum.el (gnus-nov-skip-field): Removed.
5979         (gnus-nov-field): Ditto.
5980         (gnus-nov-parse-extra): Ditto.
5981         (gnus-nov-read-integer): Ditto.
5982
5983 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * nnheader.el (nnheader-nov-read-message-id): New macro.
5986         (nnheader-parse-nov): Use it.
5987
5988         * gnus-sum.el (gnus-nov-read-message-id): New macro.
5989         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
5990         `(eq (char-after) ?\n)'.
5991
5992 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5993
5994         * gnus.el (gnus-other-frame): Always pop up a new frame.
5995
5996 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5997
5998         * gnus-range.el (gnus-range-add): Rewrite.
5999
6000 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6001
6002         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6003         format.
6004         (nnmail-process-maildir-mail-format): New function.
6005
6006         * mail-source.el (mail-source-fetch-maildir): New function.
6007         (mail-source-keyword-map): Add default for maildir method.
6008         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6009
6010 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6013
6014         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6015         (nndoc-mime-digest-type-p): Removed.
6016
6017 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6018
6019         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6020         where it is supposed to be.
6021         (gnus-treat-play-sounds): New variable.
6022
6023         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6024
6025         * gnus-art.el (article-display-x-face): Narrow to head.
6026         (gnus-article-washed-types): New variable.
6027         (article-hide-pgp): Is not a toggle.
6028         (gnus-article-hide-text-type): Save types.
6029         (article-decode-charset): Use it.
6030
6031         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6032
6033         * message.el (message-forward-start-separator): Removed.
6034         (message-forward-end-separator): Removed.
6035         (message-signature-before-forwarded-message): Removed.
6036         (message-included-forward-headers): Removed.
6037         (message-check-news-body-syntax): Don't check forward.
6038         (message-forward): Use MIME.
6039
6040         * nnvirtual.el (nnvirtual-request-article): Bind
6041         gnus-article-decode-hook to nil.
6042
6043 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6046         us-ascii.
6047
6048 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * format-spec.el (format-spec): Be more robust.
6051
6052         * message.el (message-encode-message-body): Default
6053         mail-parse-charset to mail-parse-charset.
6054
6055         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6056         (gnus-summary-edit-article): Bind mail-parse-charset.
6057
6058         * mml.el (mml-read-tag): Ignore white space after end of tag.
6059
6060         * message.el (message-goto-body): Also work in separatorless
6061         articles.
6062
6063         * mml.el (mml-translate-from-mime): New function.
6064         (mml-insert-mime): Ditto.
6065         (mml-to-mime): New function.
6066         (mime-to-mml): New name.
6067
6068         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6069         article.
6070
6071         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6072
6073         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6074         special-case nndraft groups.
6075
6076 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6079         (gnus-get-newsgroup-headers): Already bound.
6080
6081         * message.el (message-encode-message-body): Use posting charset.
6082
6083         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6084         (mm-body-encoding): Do CTE.
6085         (mm-body-7-or-8): New function.
6086
6087         * mm-util.el (mm-mime-charset): Always fall back on alist.
6088         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6089         (mm-mime-mule-charset-alist): Add arabic-*-column.
6090         (mm-find-mime-charset-region): New function.
6091
6092         * format-spec.el (format-spec-make): New function.
6093
6094         * mail-source.el (format-spec): Required.
6095         (mail-source-fetch-with-program): Removed.
6096         (mail-source-fetch-with-program): New function.
6097
6098         * format-spec.el: New file.
6099
6100 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6101
6102         * mail-source.el (mail-source-fetch-with-program): Take optional
6103         parameter.
6104
6105 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * gnus-start.el: Ignore some groups.
6108         (gnus-setup-news): Bind nnmail-fetched-sources.
6109
6110         * message.el (message-send-mail): Remove all tabs.
6111
6112         * mm-util.el (mm-find-charset-region): Just check whether
6113         find-charset-region is defined.
6114
6115 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116
6117         * gnus-group.el (gnus-group-get-new-news): Use
6118         nnmail-fetched-sources.
6119
6120         * nnmail.el (nnmail-fetched-sources): New variable.
6121         (nnmail-get-new-mail): Use it.
6122
6123         * mail-source.el (mail-source-fetched-sources): New variable.
6124         (mail-source-fetch): Use it.
6125
6126 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6127
6128         * gnus.el (gnus-getenv-nntpserver): if the file that
6129         gnus-nntpserver-file names has a trailing newline, the
6130         string-match will always match, and thus the file will never be
6131         read.  (^ matches start of "line", \\` matches start of "buffer",
6132         which is what was intended...)
6133
6134 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6135
6136         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6137
6138 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6141         select methods.
6142
6143 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6144
6145         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6146
6147 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6148
6149         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6150
6151 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6152
6153         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6154         a typo.
6155         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6156         charset to nil.
6157         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6158         * gnus-start.el (gnus-start-draft-setup): Ditto.
6159
6160 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6163         (mail-source-value): Don't do variables.
6164
6165         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6166
6167         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6168
6169 1999-02-01  Michael Cook  <cook@sightpath.com>
6170
6171         * Defenestrate spurious ?a.
6172
6173 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * mail-source.el (mail-source-fetch-pop): Instead use
6176         :authentication.
6177
6178 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6179
6180         * lisp/mail-source.el : Support APOP authentication scheme.
6181
6182 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6183
6184         * pop3.el (pop3-movemail): Return t.
6185
6186 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6187
6188         * rfc2047.el (rfc2047-fold-region): New function.
6189         (rfc2047-encode-message-header): Use it.
6190
6191 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6192
6193         * gnus-sum.el (gnus-group-charset-alist): Add more.
6194
6195 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6196
6197         * gnus.el: Pterodactyl Gnus v0.75 is released.
6198
6199 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200
6201         * gnus-art.el (article-display-x-face): Don't narrow to head.
6202
6203 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6204
6205         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6206
6207 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * mail-source.el (mail-source-fetch-directory): Ignore
6210         directories.
6211
6212         * gnus-cus.el (gnus-group-parameters): Addition.
6213
6214         * gnus-art.el (article-strip-banner): Do symbolic banners.
6215         (article-strip-banner): New keystroke.
6216
6217 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6218
6219         * gnus-art.el (article-strip-banner): New command.
6220
6221 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * gnus-art.el (gnus-treat-strip-banners): New variable.
6224
6225 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6228         has been exist.
6229
6230 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6231
6232         * message.el (message-draft-coding-system): Check coding-system.
6233         * mm-util.el (mm-text-coding-system): Ditto.
6234
6235 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * mail-source.el (mail-source-fetch-pop): Save excursion.
6238
6239 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240
6241         * mail-source.el (mail-source-movemail-args): Not constant.
6242         (mail-source-movemail-args): Removed.
6243         (mail-source-fetch-with-program): New function.
6244         (mail-source-fetch-pop): Use program and function.
6245         (mail-source-movemail-program): Removed.
6246
6247         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6248         (gnus-treat-date-user-defined): New variable.
6249
6250 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6251
6252         * nnmail.el (nnmail-fix-eudora-headers): New function.
6253
6254 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6257
6258 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6259
6260         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6261         (smiley-nosey-regexp-alist): Ditto.
6262
6263         * gnus-art.el (gnus-treatment-function-alist): Do
6264         gnus-article-add-buttons-to-head later.
6265         (gnus-treat-capitalize-sentences): New variable.
6266         (article-capitalize-sentences): New command and keystroke.
6267
6268         * gnus-group.el (gnus-group-catchup-current): Do group.
6269
6270         * message.el (message-default-charset): Add group.
6271
6272 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6273
6274         * gnus.el: Pterodactyl Gnus v0.74 is released.
6275
6276 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6277
6278         * gnus-art.el (article-fill-long-lines): Renamed.
6279         (article-fill-long-lines): New keystroke.
6280
6281 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6284
6285         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6286         displayed.
6287         (gnus-group-catchup-current): Be more robus.
6288
6289         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6290         headers.
6291
6292 1999-01-25  Dave Love  <fx@gnu.org>
6293
6294         * message.el (message-mode-menu): Add message-mime-attach-file.
6295         (message-mode): Doc fix.
6296
6297 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * nnmail.el (nnmail-check-duplication): Insert the mail source
6300         string.
6301
6302         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6303         (mail-source-fetch-directory): Ditto.
6304         (mail-source-fetch-file): Ditto.
6305         (mail-source-string): New variable.
6306
6307         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6308         the level.
6309
6310         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6311         before handling.
6312
6313         * mm-util.el (mm-mime-charset): Use the parameters.
6314         (mm-mime-charset): Removed region paremeters.
6315
6316         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6317         source.
6318
6319 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6320
6321         * nnmail.el (nnmail-get-split-group): Quote right.
6322
6323 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6324
6325         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6326         buffer.
6327
6328 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6329
6330         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6331         (gnus-group-mode): Don't hook.
6332
6333         * mail-source.el (mail-source-bind): Doc fix.
6334         (mail-source-bind): Take only one param.
6335
6336         * gnus-art.el (gnus-treat-highlight-signature): typep.
6337
6338         * mail-source.el (mail-source-movemail): Ignore empty file.
6339         (mail-source-callback): Check before deleting.
6340
6341         * message.el (message-mime-attach-file): Include name.
6342
6343 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6344
6345         * mm-util.el (mm-read-charset): Return a symbol.
6346
6347         * mm-view.el (mm-inline-text): Insert signature separator.
6348
6349         * gnus-art.el (gnus-treat-predicate): New function.
6350         (gnus-treat-article): Allow all types to be checked.
6351
6352         * gnus-util.el (gnus-or): New function.
6353         (gnus-and): Ditto.
6354
6355         * gnus-art.el (gnus-mime-display-single): Use override.
6356
6357         * mm-decode.el (mm-attachment-override-types): New variable.
6358         (mm-attachment-override-p): New function.
6359
6360         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6361
6362 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6363
6364         * mm-view.el (mm-inline-text): Do vcards.
6365
6366 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6367
6368         * gnus.el: Pterodactyl Gnus v0.73 is released.
6369
6370 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6371
6372         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6373         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6374         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6375         (nnmail-movemail-program): Removed.
6376         (nnmail-movemail-args): Removed.
6377         (nnmail-pop-password-required): Ditto.
6378         (nnmail-tmp-directory): Ditto.
6379         (nnmail-delete-incoming): Removed.
6380         (nnmail-pop-password, nnmail-moved-inboxes,
6381         nnmail-internal-password, nnmail-move-inbox): Removed.
6382         (nnmail-read-passwd): Ditto.
6383         (nnmail-get-spool-files): Removed.
6384         (nnmail-resplit-incoming): Reinstated.
6385
6386         * mail-source.el: New file.
6387
6388 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6389
6390         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6391
6392 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6393
6394         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6395
6396 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6399
6400         * gnus-picon.el (gnus-group-display-picons): Goto body.
6401
6402         * gnus.el: Indented all functions; broke long lines; changed all
6403         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6404
6405 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6406
6407         * gnus.el: Pterodactyl Gnus v0.72 is released.
6408
6409 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6410
6411         * gnus.el: Cleaned up trailing whitespace.
6412
6413         * mm-util.el (mm-read-charset): Work.
6414
6415 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6416
6417         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6418         nnheader-translate-file-chars'd group name.
6419
6420 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421
6422         * message.el (message-encode-message-body): Fold case.
6423
6424 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6425
6426         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6427
6428 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * mailcap.el (mailcap-add): New function.
6431
6432 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6435         (article-goto-body): Use it.
6436         (gnus-treat-article): Ditto.
6437
6438         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6439         downloaded articles from the downloadeble list.
6440
6441 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442
6443         * message.el (message-encode-message-body): Bind
6444         mail-parse-charset.
6445
6446         * mm-util.el (mm-charset-synonym-alist): New variable.
6447         (mm-charset-to-coding-system): Use it.
6448         (mm-charset-coding-system-alist): Removed.
6449         (mm-charset-to-coding-system): Don't use it.
6450         (mm-find-charset-region): Use mail-parse-charset.
6451
6452         * gnus-art.el (gnus-treatment-function-alist): Use
6453         gnus-article-display-picons.
6454         (gnus-treat-display-xface): Only do if we have xface feature.
6455         (gnus-part-display-hook): New function.
6456         (gnus-treat-article): Use it.
6457         (gnus-treat-article): Use gnus-visual.
6458
6459         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6460
6461         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6462         displaying.
6463
6464         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6465
6466         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6467         regexp file names.
6468
6469 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6470
6471         * gnus.el: Pterodactyl Gnus v0.71 is released.
6472
6473 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6474
6475         * mm-view.el (mm-inline-image): Don't add a dot.
6476
6477         * gnus-art.el (gnus-treat-article): New function.
6478
6479         * gnus.el (gnus-article-display-hook): Removed.
6480
6481         * gnus-art.el (gnus-article-treat-custom): New variable.
6482
6483         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6484
6485         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6486         functions.
6487
6488         * message.el (message-posting-charset): New variable.
6489         (message-send-mail): Use it.
6490
6491         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6492         (gnus-setup-posting-charset): New function.
6493         (gnus-setup-message): Use it.
6494
6495         * message.el (message-encode-message-body): Just look for
6496         Content-Type before inserting a new one.
6497
6498 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499
6500         * rfc2047.el (rfc2047-default-charset): Removed.
6501
6502         * mail-prsvr.el: New file.
6503         (mail-parse-charset): New variable.
6504
6505         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6506         Changed name.
6507
6508         * gnus.el (gnus-charset): New group.
6509
6510         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6511
6512         * gnus-sum.el (gnus-default-charset): Default to nil.
6513         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6514         (gnus-newsgroup-iso-8859-1-forced): Removed.
6515
6516         * mm-util.el (mm-known-charsets): Removed.
6517         (mm-default-coding-system): Removed.
6518         (mm-default-charset): Removed.
6519         (mm-read-charset): New function.
6520
6521         * message.el (message-default-charset): Removed.
6522
6523         * rfc2047.el (rfc2047-default-charset): Default to nil.
6524
6525         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6526
6527 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6528
6529         * gnus.el: Pterodactyl Gnus v0.70 is released.
6530
6531 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6532
6533         * mm-decode.el (mm-save-part): Use mm-get-part.
6534         (mm-insert-part): New function.
6535         (mm-get-part): Use it.
6536         (mm-get-image): Ditto.
6537         (mm-display-external): Ditto.
6538
6539         * mm-view.el (mm-inline-text): Ditto.
6540
6541         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6542         ranges.
6543
6544         * mm-decode.el (mm-display-external): Save the buffer.
6545         (mm-remove-part): Kill it.
6546
6547         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6548
6549         * nnagent.el (nnagent-request-set-mark): Defined stub.
6550
6551 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552
6553         * gnus-score.el (gnus-score-load-score-alist): Bind
6554         coding-system-for-read.
6555
6556         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6557         prepare-exit-hook.
6558
6559         * mm-view.el (mm-setup-w3): Require w3.
6560
6561 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6562
6563         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6564         body.
6565
6566 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * mm-encode.el: Ditto.
6569
6570         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6571         error.
6572
6573         * mailcap.el (mailcap-mime-data): SAFER ps.
6574
6575         * message.el (message-encode-message-body): Always insert a
6576         Content-Type header.
6577
6578         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6579         shown inline.
6580
6581         * mm-view.el (mm-inline-text): Handle all sorts of text.
6582
6583         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6584         don't view.
6585
6586         * mm-decode.el (mm-display-external): Use it.
6587
6588         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6589
6590         * mm-decode.el (mm-save-part): Removed double code.
6591
6592 1999-01-12  Dave Love  <fx@gnu.org>
6593
6594         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6595         application/octet-stream .gz & al files with jka-compr.
6596
6597 1999-01-12  Dave Love  <fx@gnu.org>
6598
6599         * gnus-ems.el (gnus-down-mouse-3): New variable.
6600         * gnus-art.el (gnus-mime-button-map): Use it.
6601         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6602
6603 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6604
6605         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6606
6607 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608
6609         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6610         buffers.
6611
6612         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6613
6614         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6615
6616 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6617
6618         * mml.el (mml-parameter-string): Strip directory component.
6619
6620 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621
6622         * gnus.el (gnus-use-demon): Removed.
6623
6624 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * nnmail.el (nnmail-article-group): Don't infloop.
6627
6628 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6629
6630         * gnus-art.el (article-update-date-lapsed): Made it work with
6631         picons, and make it update on all visible frames.
6632         (article-date-ut): Get summary-buffer's current-headers.
6633
6634 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6637         (gnus-picons-setup-p): New variable.
6638
6639 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6640
6641         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6642
6643 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6644
6645         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6646         (gnus-summary-exit-no-update): Use mapcar.
6647
6648 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6649
6650         * gnus-agent.el (gnus-category-write): Make directory.
6651
6652 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6653
6654         * gnus-sum.el (gnus-update-read-articles):
6655         (gnus-update-marks): Request backend update of mark.
6656
6657 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6658
6659         * mm-bodies.el (mm-body-encoding): Use mm-find.
6660
6661 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6662
6663         * gnus-picon.el (gnus-article-display-picons): Fix.
6664
6665 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6666
6667         * gnus.el: Pterodactyl Gnus v0.69 is released.
6668
6669 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6672
6673         * gnus-agent.el (gnus-agent-remove-group): New command and
6674         keystroke.
6675
6676         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6677
6678 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6679
6680         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6681
6682 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683
6684         * mm-view.el (mm-inline-text): Bind current id.
6685
6686         * mm-decode.el (mm-handle-id): New macro.
6687         (mm-make-handle): Accept id.
6688         (mm-dissect-singlepart): Use it.
6689
6690 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6691
6692       * message.el (message-cite-original-without-signature): Use
6693       message-signature-separator when searching for signature in
6694       message-cite-original-without-signature.
6695
6696 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6697
6698         * gnus.el (gnus-server-to-method): Check named methods.
6699
6700 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701
6702         * mm-view.el (mm-view-message): Goto point-min.
6703
6704         * nnmail.el (nnmail-article-group): Don't delete lines, only
6705         shorten them.
6706
6707         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6708         values.
6709
6710         * nnheader.el (nnheader-temp-directory): New variable.
6711         (nnheader-temp-directory): Removed.
6712
6713 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6714
6715         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6716         list of files to check for mailcap entries under windows-nt.
6717
6718 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6719
6720         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6721         summary buffer exists.
6722
6723 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6724
6725         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6726         irrelevant Sun sendmail bug.
6727         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6728
6729         * message.el (message-send-news): Bind mail-header-separator to
6730         "" when asking backend to post.
6731
6732 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6733
6734         * mm-uu.el (mm-dissect-disposition): New variable.
6735         (mm-uu-dissect): Use it.
6736
6737 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738
6739         * mm-view.el (mm-inline-text): Bind url-current-object.
6740
6741 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6742
6743         * gnus-range.el (gnus-remove-from-range): Rewrite.
6744
6745 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6746
6747         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6748
6749 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6750
6751         * message.el (message-encode-message-body): Insert `MIME-Version'
6752         instead of `Mime-Version'.
6753
6754 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6755
6756         * message.el (message-insert-mime-part): Add the attachment
6757         disposition.
6758         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6759         (message-mime-query-type): New function.
6760         (message-mime-query-description): Ditto.
6761         (message-mime-query-file): Ditto.
6762         (message-insert-mime-part): Use them.
6763         (message-mime-insert-external): Use the new stuff.
6764
6765 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6766
6767         * nnmail.el (nnmail-split-header-length-limit): New variable.
6768
6769         * mm-decode.el (mm-dissect-buffer): Check syntax.
6770
6771         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6772
6773         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6774         (rfc2047-dissect-region): Ditto.
6775
6776 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6777
6778         * mm-view.el (mm-view-message): Decode charset.
6779
6780 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6783         CT headers.
6784
6785 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6786
6787         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6788         mm-uu-*-function.
6789         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6790
6791 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792
6793         * message.el (message-send-mail): Do MML first.
6794         (message-send-news): Ditto.
6795
6796 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6797
6798         * gnus-picon.el (gnus-picons-face): New face.
6799         (gnus-picons-try-face): Use it.
6800
6801 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6802
6803         * gnus.el: Pterodactyl Gnus v0.68 is released.
6804
6805 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6806
6807         * gnus.el: Pterodactyl Gnus v0.67 is released.
6808
6809 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6810
6811         * gnus.el: Pterodactyl Gnus v0.66 is released.
6812
6813 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6814
6815         * gnus-art.el (gnus-insert-mime-button): Decode description.
6816
6817 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6818
6819         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6820         (gnus-decode-header-methods): Ditto.
6821         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6822
6823 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6824
6825         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6826
6827 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6828
6829         * mml.el (mml-insert-mime-headers): Encode description.
6830
6831         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6832         line.
6833
6834         * gnus-sum.el (gnus-default-charset): Doc fix.
6835
6836 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6837
6838         * mm-decode.el (mm-display-part): Forward a line.
6839
6840 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6841
6842         * mm-util.el (mm-running-ntemacs): New variable.
6843         (mm-text-coding-system): Ditto.
6844         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6845         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6846
6847 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6850         buffer.
6851
6852         * message.el (message-insert-headers): New command and keystroke.
6853
6854 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6855
6856         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6857         (mm-get-image): Ditto.
6858
6859         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6860         base64, uudecode and binhex.
6861
6862 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6863
6864         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6865         in text/plain.
6866         * mm-uu.el (mm-uu-dissect): Use inline.
6867
6868 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6869
6870         * mm-view.el (mm-view-message): New function.
6871
6872         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6873         qp.
6874
6875 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6876
6877         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6878         entry for message/rfc822 as 8bit.
6879
6880 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881
6882         * mailcap.el (mailcap-mime-extensions): Add patch.
6883
6884 1998-12-05  Dale Hagglund  <rdh@best.com>
6885
6886         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6887         argument to force all multipart/* to look like multipart/mixed.
6888
6889         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6890         variable.
6891         (gnus-mime-display-part): Use it.
6892
6893 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6894
6895         * gnus-draft.el (gnus-draft-send): Only disable checks for
6896         non-interactive use.
6897         (gnus-draft-send-message): Use it.
6898
6899 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6900
6901         * gnus.el: Pterodactyl Gnus v0.65 is released.
6902
6903 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6906
6907         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6908
6909 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6910
6911         * gnus.el: Pterodactyl Gnus v0.64 is released.
6912
6913 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914
6915         * mm-view.el (mm-setup-w3): Don't load.
6916
6917         * gnus-msg.el (gnus-setup-message): Set group name.
6918         (gnus-group-mail): Avoid leaking local vars.
6919
6920         * message.el (message-attach-file): Renamed.
6921         (message-mime-attach-file): Renamed again.
6922
6923 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6924
6925         * gnus-art.el (article-decode-encoded-words): Bind
6926         rfc2047-default-charset here.
6927
6928         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6929
6930 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6931
6932         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6933         (gnus-picons-setup-hook): New hook.
6934
6935 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6936
6937         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6938         string.
6939         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6940         line.
6941
6942 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6945         (gnus-mime-view-part): Ditto.
6946         (gnus-mime-inline-part): Dotii.
6947         (gnus-mime-externalize-part): Daddo.
6948         (gnus-mime-internalize-part): Tutti frutti.
6949         (gnus-widget-press-button): Da da do.
6950
6951         * mm-view.el (mm-setup-w3): Require url-vars.
6952
6953 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6954
6955         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6956         * mm-util.el (mm-find-charset-region): Ditto.
6957
6958 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6959
6960         * message.el (message-send): Don't encode here.
6961         (message-send-mail): But here.
6962         (message-send-news): And here.
6963
6964 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
6967
6968 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6969
6970         * gnus.el: Pterodactyl Gnus v0.63 is released.
6971
6972 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6973
6974         * mml.el (mml-base-boundary): Shorten.
6975
6976         * message.el (message-insert-mime-part): Use default.
6977
6978         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
6979
6980 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6981
6982         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
6983         buttons, not [*].
6984
6985 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6986
6987         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
6988
6989 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
6990
6991         * gnus-art.el (gnus-insert-mime-button): Fix.
6992
6993 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
6994
6995         * message.el (message-insert-mime-part): Nicify prompts.
6996         (message-insert-mime-part): Really delete duplicates.
6997         (message-insert-mime-part): Check against common errors.
6998         (message-insert-mime-part): Fix docstring.
6999
7000 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7001
7002         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7003
7004 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7005
7006         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7007         (gnus-insert-mime-button): Modify accordingly.
7008
7009 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7010
7011         * gnus-art.el (gnus-display-mime): Set window point.
7012
7013         * mm-decode.el (mm-display-external): Only decode when not
7014         saving.
7015         (mm-alternative-precedence): Prefer multiparts.
7016         (mm-inline-media-tests): Inline multiparts.
7017
7018         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7019         Ignore errors when requiring url.
7020
7021         * mml.el (mml-quote-region): New command.
7022
7023         * message.el (message-cite-original): Use it.
7024         (message-cite-original-without-signature): Ditto.
7025
7026 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7027
7028         * gnus.el: Pterodactyl Gnus v0.62 is released.
7029
7030 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7031
7032         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7033
7034 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7035
7036         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7037         `point-max-marker'.
7038
7039 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7040
7041         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7042
7043         * gnus-art.el (gnus-mime-display-single): Check for attachment
7044         before other tests.
7045
7046 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7047
7048         * gnus-msg.el (gnus-configure-posting-styles): find a
7049         posting-style entry in the group parameters, if any, and honor it
7050         at the end.
7051
7052 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7053
7054         * nntp.el (nntp-after-change-function): Fix.
7055
7056 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7057
7058         * mml.el (mml-generate-mime-1): Insert literally.
7059
7060 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * mml.el (mml-insert-mime-headers): Removed debug.
7063
7064 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065
7066         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7067         prefixed.
7068
7069         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7070         application/emacs-lisp to 8bit.
7071
7072 1998-12-03  Dale Hagglund  <rdh@best.com>
7073
7074         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7075
7076 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7077
7078         * gnus.el: Pterodactyl Gnus v0.61 is released.
7079
7080 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * mml.el (mml-parse-1): Skipped parts.
7083         (mml-insert-mime-headers): Nil is a list.
7084         (mml-generate-mime-1): Don't insert literally.
7085         (mml-read-tag): Drop text props.
7086         (mml-read-part): Ditto.
7087         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7088
7089 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7090
7091         * gnus.el: Pterodactyl Gnus v0.60 is released.
7092
7093 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7094
7095         * mml.el (mml-parse-1): Don't throw contents away.
7096
7097 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7098
7099         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7100
7101 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7104         function.
7105         (mml-parse-1): Use it.
7106
7107 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7108
7109         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7110         Use gnus-newsgroup-default-charset.
7111         (article-decode-encoded-words): Remove charset codes.
7112         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7113         gnus-default-charset.
7114
7115 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * message.el (message-send-mail): Don't encode here.
7118         (message-send-news): Nor here.
7119         (message-send): ... but here instead.
7120
7121         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7122         default to nil.
7123         (gnus-article-display-picons): Replace From line.
7124         (gnus-group-display-picons): Replace Newsgroups line.
7125         (gnus-picons-display-glyph): Set baseline.
7126         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7127         (gnus-picons-xbm-face): Revert to old, standard colors.
7128
7129         * message.el (message-fetch-field): Remove text props.
7130
7131         * gnus-art.el (gnus-article-normalized-header-length): New
7132         variable.
7133         (article-normalize-headers): New command and keystroke.
7134
7135         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7136
7137 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7138
7139         * gnus.el: Pterodactyl Gnus v0.59 is released.
7140
7141 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7142
7143         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7144
7145         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7146
7147 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7148
7149         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7150
7151 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * mm-decode.el (mm-all-images-fit): New variable.
7154         (mm-image-fit-p): Use it.
7155
7156         * gnus-art.el (gnus-mime-display-single): Use it.
7157         (gnus-mime-internalize-part): New command and keystroke.
7158
7159         * mm-decode.el (mm-user-automatic-external-display): New
7160         variable.
7161         (mm-automatic-external-display-p): New function.
7162
7163         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7164         colors.
7165
7166 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167
7168         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7169
7170         * gnus-art.el (gnus-with-article): Work in the original article
7171         buffer.
7172         (gnus-with-article): Work in read-only groups.
7173
7174 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7175
7176         * mm-bodies.el (mm-decode-string): Return original string if not
7177         decode.
7178
7179 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7180
7181         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7182
7183 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7184
7185         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7186
7187 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7188
7189         * gnus.el: Pterodactyl Gnus v0.58 is released.
7190
7191 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7192
7193         * mm-decode.el (mm-get-image): Return a glyph, not an image
7194         specifier.
7195
7196 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7197
7198         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7199
7200 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7201
7202         * mail-parse.el (rfc2045): Required.
7203
7204 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7205
7206         * mm-view.el (mm-inline-text): Remove props.
7207
7208 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7209
7210         * mm-view.el (mm-setup-w3): Protect url-misc.
7211
7212         * message.el (message-ignored-resent-headers): Remove
7213         Gnus-Warning.
7214
7215         * mml.el (mml-insert-mime-headers): Use encoding.
7216         (mml-parameter-string): Ditto.
7217
7218         * rfc2045.el: New file.
7219         (rfc2045-encode-string): New function.
7220
7221 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7222
7223         * mail-parse.el (mail-header-encode-parameter): New function.
7224
7225         * rfc2231.el (rfc2231-encode-string): New function.
7226
7227 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7228
7229         * mm-bodies.el (mm-decode-string): New function.
7230         * mm-view.el (mm-inline-text): Use mm-decode-string.
7231
7232 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7233
7234         * gnus.el: Pterodactyl Gnus v0.57 is released.
7235
7236 1998-11-23  Felix Lee  <flee@cygnus.com>
7237
7238         * nntp.el (nntp-async-needs-kluge): new setting.
7239         (nntp-async-timer): new var.
7240         (nntp-async-process-list): new var.
7241         (nntp-async-kluge): new function.
7242         (nntp-async-timer-handler): new function.
7243         (nntp-async-wait): new function.
7244         (nntp-async-stop): new function.
7245         (nntp-after-change-function): renamed, and split apart.
7246         (nntp-async-trigger): new function.
7247         (nntp-do-callback): new function.
7248         (nntp-accept-process-output): add optional timeout arg.
7249
7250         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7251         (gnus-async-wait-for-article): new function.
7252         (gnus-async-with-semaphore): s/asynch/async/.
7253
7254 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7255
7256         * gnus-art.el (gnus-with-article): Don't encode.
7257         (gnus-insert-mime-button): Fall back on filename from C-D.
7258         (gnus-mime-display-single): Have dots right on text/plain
7259         attachments.
7260
7261         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7262         broken parts.
7263
7264         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7265
7266         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7267         binhex.
7268
7269         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7270         (gnus-summary-repair-multipart): New command and keystroke.
7271
7272         * gnus-art.el (gnus-with-article-buffer): New macro.
7273
7274 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7275
7276         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7277         undisplay the part.
7278
7279 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7282
7283         * mml.el (mml-read-part): Partition right.
7284
7285         * mm-decode.el (mm-handle-set-cache): New macro.
7286         (mm-handle-cache): Ditto.
7287         (mm-make-handle): Ditto.
7288         (mm-dissect-singlepart): Use it.
7289         (mm-get-image): Use the cache.
7290
7291 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7294         (gnus-mime-display-single): Don't insert lines between parts.
7295
7296 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7297
7298         * nnmail.el (nnmail-file-coding-system-1): New variable.
7299         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7300         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7301         * nnml.el (nnml-file-coding-system): New variable.
7302         (nnml-request-article): Use nnml-file-coding-system.
7303
7304 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7305
7306         * gnus.el: Pterodactyl Gnus v0.56 is released.
7307
7308 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * gnus-art.el (gnus-mime-display-part): New function.
7311         (gnus-mime-display-mixed): Use it.
7312
7313         * mm-view.el (mm-setup-w3): Don't register.
7314
7315         * message.el (message-cite-original): Cite parts.
7316
7317 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7318
7319         * mml.el (mml-parameter-string): New function.
7320         (mml-insert-mime-headers): Separated into new function.
7321
7322 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7323
7324         * mml.el (mml-make-boundary): Use `make-string'.
7325
7326 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7327
7328         * binhex.el (binhex-insert-char): Ditto.
7329
7330         * base64.el (base64-insert-char): Ditto.
7331
7332         * uudecode.el (uudecode-insert-char): Code correctly.
7333
7334 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * mml.el (mml-generate-mime): Don't generate multiparts for
7337         empties.
7338
7339         * gnus-art.el (gnus-display-mime): Save excursion.
7340
7341         * message.el (message-remove-first-header): New function.
7342         (message-encode-message-body): Use it.
7343
7344 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7345
7346         * gnus.el: Pterodactyl Gnus v0.55 is released.
7347
7348 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * mm-view.el (mm-setup-w3): New function.
7351
7352         * mm-decode.el (mm-content-id-get-contents): New function.
7353         (mm-content-id-get-type): Ditto.
7354         (mm-content-id-get-encoding): Ditto.
7355         (mm-get-handle-by-content-id): Removed.
7356
7357 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7358
7359         * message.el (message-generate-new-buffers): Fix tag.
7360
7361 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7362
7363         * message.el (message-buffer-name): Check for unique first.
7364
7365         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7366         gnus-inhibit-mime-unbuttonizing.
7367
7368         * gnus-sum.el (t): Bind M-t.
7369         (gnus-inhibit-unbuttonizing): New variable.
7370         (gnus-summary-toggle-display-buttonized): New command.
7371
7372         * gnus-art.el (gnus-display-mime): Select article window.
7373         (article-strip-trailing-space): New command and keystroke.
7374
7375         * nneething.el (nneething-include-files): New variable.
7376         (nneething-create-mapping): Use it.
7377
7378         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7379
7380         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7381         ayto-expirable marks.
7382
7383 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7386
7387         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7388         ARG.
7389
7390         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7391
7392 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7393
7394         * mm-util.el (mm-binary-coding-system): New variable.
7395         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7396         * mm-decode.el (mm-display-external): Ditto.
7397
7398 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7399
7400         * gnus.el: Pterodactyl Gnus v0.54 is released.
7401
7402 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7405
7406 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * mm-decode.el (mm-save-part): Unquote.
7409
7410 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7411
7412         * mm-decode.el (mm-save-part): Bind coding system for write.
7413
7414 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7415
7416         * gnus-art.el (gnus-article-mode-line-format): New default.
7417         (gnus-article-mime-part-status): New function.
7418
7419         * message.el (message-send-news): Check the body syntax before
7420         encoding.
7421
7422         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7423         (gnus-mime-display-single): Use it.
7424         (gnus-mime-display-alternative): Ditto.
7425
7426         * mm-decode.el: Check for whether we are running under a term.
7427
7428 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7429
7430         * mm-decode.el (mm-preferred-alternative): Default to first
7431         alternative.
7432         (mm-preferred-alternative): No, we dont.
7433
7434 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7435
7436         * mm-decode.el (mm-display-external): Use binary instead of
7437         no-conversion.
7438         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7439         * nnheader.el (nnheader-file-coding-system): Ditto.
7440         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7441
7442 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7443
7444         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7445         name without method.
7446
7447 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7448
7449         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7450         coding-system -> default-charset.
7451         (gnus-newsgroup-default-charset-alist): Ditto.
7452         (gnus-summary-local-variables): Ditto.
7453         (gnus-set-global-variables): Ditto.
7454         (gnus-get-newsgroup-headers): Ditto.
7455         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7456         (gnus-get-newsgroup-headers-xover): Ditto.
7457         (gnus-newsgroup-setup-default-charset): Ditto.
7458         (article-decode-mime-words): Ditto.
7459         (article-decode-charset): Ditto.
7460         (article-decode-encoded-words): Ditto.
7461         (article-de-quoted-unreadable): Ditto.
7462         (gnus-mime-view-all-parts): Ditto.
7463         (gnus-mime-externalize-part): Ditto.
7464         (gnus-mm-display-part): Ditto.
7465         (gnus-mime-display-single): Ditto.
7466         (gnus-mime-display-alternative): Ditto.
7467         * lpath.el : Ditto.
7468
7469 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7470
7471         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7472         * gnus-art.el (article-decode-charset): Overlay
7473         rfc2047-default-charset.
7474         * message.el (message-draft-coding-system): New variable.
7475         (message-set-auto-save-file-name): Use message-draft-coding-system.
7476         * nndraft.el (nndraft-request-article): Ditto.
7477         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7478         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7479
7480 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7481
7482         * mm-uu.el (mm-uu-test): New function.
7483         (mm-uu-dissect): Inherit charset and cte from head.
7484         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7485
7486 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7487
7488         * gnus.el: Pterodactyl Gnus v0.53 is released.
7489
7490 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * mm-decode.el (mm-get-image): New function.
7493         (mm-image-fit-p): New function.
7494
7495         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7496
7497         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7498
7499         * gnus-art.el (gnus-article-insert-newline): New function.
7500         (article-goto-body): New function.
7501
7502 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7505         buttons.
7506
7507         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7508         keystroke.
7509
7510         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7511         line between parts.
7512
7513         * message.el (message-remove-header): Go to end if wanted.
7514
7515 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7516
7517         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7518         movement with save-window-excursion.
7519
7520 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7521
7522         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7523
7524 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7525
7526         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7527
7528 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7529
7530         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7531         gnus-newsgroup-coding-system.
7532         (gnus-get-newsgroup-headers): Ditto.
7533         (gnus-get-newsgroup-headers-xover): Ditto.
7534         (gnus-set-global-variables): Ditto.
7535         * gnus-art.el (article-decode-mime-words): Ditto.
7536         (article-decode-charset): Ditto.
7537         (article-decode-encoded-words): Ditto.
7538         (article-de-quoted-unreadable): Ditto.
7539         (gnus-mime-view-all-parts): Ditto.
7540         (gnus-mime-externalize-part): Ditto.
7541         (gnus-mm-display-part): Ditto.
7542         (gnus-mime-display-alternative): Ditto.
7543         (gnus-mime-display-single): Ditto.
7544         * mm-view.el (mm-inline-text): Use default coding system.
7545
7546 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7547
7548         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7549         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7550         (gnus-newsgroup-coding-system): New local variable.
7551         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7552         (gnus-summary-local-variables): Add two new local variables.
7553         (gnus-newsgroup-setup-coding-system): New function.
7554         (gnus-select-newsgroup): Setup coding system.
7555         * lpath.el: Add two new variables.
7556         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7557         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7558         * gnus-cus.el (gnus-group-parameters): Customizable
7559         iso-8859-1-forced.
7560
7561 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7562
7563         * gnus.el: Pterodactyl Gnus v0.52 is released.
7564
7565 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7566
7567         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7568         encoding.
7569
7570         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7571         undisplayed text types.
7572
7573         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7574         types.
7575
7576 1998-11-19  Felix Lee  <flee@cygnus.com>
7577
7578         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7579
7580 1998-11-19  Felix Lee  <flee@cygnus.com>
7581
7582         * gnus-async.el (gnus-asynch-obarray): rename to
7583         gnus-async-hashtb, and don't buffer-local it.
7584
7585         (gnus-async-article-callback): new function.
7586         (gnus-make-async-article-function): use it.
7587
7588         (gnus-async-current-prefetch-group): new var.
7589         (gnus-async-current-prefetch-article): new var.
7590         (gnus-async-request-fetched-article): are we fetching it already?
7591
7592         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7593
7594 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * gnus-sum.el (gnus-summary-show-article): Require.
7597
7598         * message.el: Provide before hooks.
7599         (message-send-news): Do MIME before headers.
7600
7601         * gnus-art.el (gnus-article-check-buffer): New function.
7602         (gnus-article-read-summary-keys): Use it.
7603
7604         * mm-decode.el (mm-user-automatic-display): Display all inline
7605         images.
7606
7607         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7608         much.
7609         (gnus-unbuttonized-mime-types): New variable.
7610
7611 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612
7613         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7614
7615         * mm-decode.el (mm-quote-arg): Quote semicolons.
7616
7617         * gnus-art.el (gnus-mime-display-single): Don't display
7618         attachments.
7619         (gnus-mime-externalize-part): New command and keystroke.
7620
7621         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7622         (mm-alternative-precedence): Changed order.
7623
7624 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7625
7626         * gnus.el (gnus-method-simplify): New function.
7627         (gnus-native-method-p): New function.
7628         (gnus-secondary-method-p): Use gnus-method-equal.
7629
7630         * gnus-start.el (gnus-group-change-level): Shorten select method.
7631
7632 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7633
7634         * gnus.el: Pterodactyl Gnus v0.51 is released.
7635
7636 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7637
7638         * gnus.el: Applied patches from 5.6.45.
7639
7640         * gnus-score.el (gnus-score-find-trace): Print complete file
7641         paths.
7642         (gnus-score-find-trace): Truncate lines.
7643
7644         * gnus.el (gnus-message-archive-group): Allow function.
7645
7646         * message.el (message-encode-message-body): Remove Mime-Version
7647         before inserting.
7648
7649         * gnus-cus.el (gnus-group-customize): Optional topic.
7650
7651         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7652         keystroke.
7653
7654 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7655
7656         * message.el (message-encode-message-body): Rewrite.
7657
7658 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7659
7660         * mml.el (mml-base-boundary): New variable.
7661         (mml-make-boundary): New function.
7662
7663         * gnus-cache.el (gnus-cache-coding-system): New variable.
7664         (gnus-cache-request-article): Use it.
7665
7666         * message.el (message-insert-mime-part): Delete duplicates.
7667
7668 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7669
7670         * gnus-art.el (gnus-mime-display-alternative): Set end of
7671         multipart and display even when nothing is preferred.
7672
7673 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7674
7675         * gnus.el: Pterodactyl Gnus v0.50 is released.
7676
7677 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7678
7679         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7680         fbound.
7681
7682         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7683
7684 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7685
7686         * gnus.el (gnus-similar-server-opened): Compare backend.
7687
7688 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7689
7690         * gnus-topic.el (gnus-topic-expire-articles): New function.
7691         (gnus-topic-mode-map): Bind it.
7692
7693         * gnus.texi (Topic Commands): New expiry command. Reordered.
7694
7695 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7696
7697         * gnus-sum.el
7698         (gnus-auto-expirable-marks): New variable.
7699         (gnus-inhibit-user-auto-expire): New variable.
7700         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7701         When looking to see if we should expire instead, check
7702         gnus-auto-expirable-marks instead of using a hard-wired list.
7703         (gnus-summary-mark-as-read-forward,
7704         gnus-summary-mark-as-read-backward):
7705         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7706         gnus-summary-mark-forward, instead of `t'.
7707
7708 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7709
7710         * mml.el (mml-compute-boundary): New function.
7711         (mml-compute-boundary-1): New function.
7712         (mml-generate-mime-1): Use it.
7713
7714 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7715
7716         * mml.el (mml-generate-mime-1): Always precede closing boundary
7717         with newline.
7718
7719 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * mml.el (mml-generate-mime-1): Do right boundaries when several
7722         multiparts.
7723
7724         * mm-decode.el (mm-user-automatic-display): Default to inline
7725         jpeg.
7726
7727         * mml.el (mml-generate-mime-1): Encode non-text parts.
7728
7729 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7730
7731         * gnus.el: Pterodactyl Gnus v0.49 is released.
7732
7733 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734
7735         * mm-view.el (mm-inline-text): Require w3-vars.
7736
7737         * gnus-setup.el (gnus-use-tm): Removed.
7738
7739         * gnus-art.el (gnus-article-goto-part): Don't beep.
7740         (gnus-article-view-part): Check return value.
7741         (gnus-mime-display-alternative): Don't display when there is
7742         nothing to display.
7743
7744         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7745         (mml-generate-mime-1): Use unibyte for binaries.
7746
7747         * gnus-art.el (gnus-display-mime): Call
7748         gnus-article-mime-part-function.
7749         (gnus-mime-part-function): New function.
7750         (gnus-article-mime-part-function): New function.
7751
7752         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7753
7754 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7757
7758         * message.el (message-font-lock-keywords): Highlight MML.
7759         (message-mml-face): New font.
7760
7761 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7762
7763         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7764         (gnus-mm-display-part): Do not select-window if the article window
7765         is not found.
7766
7767 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7768
7769         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7770
7771 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7772
7773         * gnus.el: Pterodactyl Gnus v0.48 is released.
7774
7775 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7776
7777         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7778
7779         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7780
7781         * message.el (message-cite-original-without-signature): Ditto.
7782         (message-cite-original): Quote parts.
7783
7784 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7785
7786         * gnus.el: Pterodactyl Gnus v0.47 is released.
7787
7788 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789
7790         * message.el (message-encode-message-body): Insert MIME warning.
7791
7792         * mml.el (mml-read-tag): Look for #tag.
7793
7794         * mm-util.el (mm-find-charset-region): Check whether
7795         enable-multibyte-characters is bound.
7796
7797 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7798
7799         * gnus.el: Pterodactyl Gnus v0.46 is released.
7800
7801 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802
7803         * message.el (message-encode-message-body): Insert headers at the
7804         right spot.
7805
7806 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7807
7808         * gnus.el: Pterodactyl Gnus v0.45 is released.
7809
7810 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7811
7812         * nndraft.el (nndraft-save-mime-part): Removed.
7813         (nndraft-get-mime-part): Ditto.
7814
7815         * message.el (message-format-mime-old): Removed.
7816         (message-encode-message-body): Removed.
7817         (message-encode-message-body): Renamed.
7818
7819 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7822
7823         * message.el (message-format-mime): Check message-mime-part.
7824
7825         * mm-encode.el (mm-mime-file-types): Removed.
7826         (mm-default-file-encoding): New definition.
7827
7828 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7829
7830         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7831         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7832
7833 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7834
7835         * gnus.el: Pterodactyl Gnus v0.44 is released.
7836
7837 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * message.el (message-format-mime): New function.
7840
7841         * nndraft.el (nndraft-save-mime-part): New function.
7842         (nndraft-get-mime-part): New function.
7843
7844         * mm-encode.el (mm-default-file-encoding): New function.
7845         (mm-content-transfer-encoding): New function.
7846         (mm-encode-buffer): New function.
7847
7848         * message.el: New command.
7849         (message-mime-part): New variable.
7850         (message-insert-mime-part): New command.
7851
7852         * mm-encode.el (mm-encode-content-transfer-encoding): New
7853         function.
7854
7855         * mm-util.el (mm-content-transfer-encoding-defaults): New
7856         variable.
7857         (mm-mime-file-types): Taken from TM.
7858
7859 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7860
7861         * gnus.el: Pterodactyl Gnus v0.43 is released.
7862
7863 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7864
7865         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7866         * gnus-score.el (gnus-score-default-header): Ditto.
7867         (gnus-header-index): Ditto.
7868         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7869         (gnus-summary-header): Handle extra headers.
7870         (gnus-summary-score-entry): Ditto, & provide new score element.
7871         (gnus-summary-score-effect): Ditto.
7872         (gnus-score-string): Avoid "extra" string sort, & modify match in
7873         "extra" case.
7874         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7875
7876 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7877
7878         * message.el (message-resend): Bind message-required-mail-headers
7879         to nil.
7880
7881         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7882
7883         * nngateway.el (require): Require cl.
7884
7885         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7886         things.
7887
7888 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7889
7890         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7891         when no articles.
7892
7893 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7896
7897 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7898
7899         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7900         user-mail-address if non-nil.
7901
7902 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7905         (gnus-make-sort-function-1): Ditto.
7906
7907         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7908         window.
7909
7910 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7911
7912         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7913
7914         * binhex.el (binhex-decode-region): Quote.
7915
7916 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7917
7918         * gnus-art.el (article-decode-charset): Don't downcase charset.
7919
7920         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7921
7922 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7923
7924         * gnus.el: Pterodactyl Gnus v0.42 is released.
7925
7926 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7929
7930 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7931
7932         * nntp.el (nntp-send-mode-reader): Revert.
7933
7934 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7935
7936         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7937
7938 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7939
7940         * message.el (message-make-date): Fix for negative time zones.
7941
7942 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7943
7944         * gnus.el: Pterodactyl Gnus v0.41 is released.
7945
7946 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7947
7948         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7949
7950 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7951
7952         * gnus.el (gnus-short-group-name): When shortening foreign select
7953         methods, do not scan for plusses beyond the first colon.
7954
7955 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7956
7957         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7958         lines where `group' is the last thing on the line.
7959
7960 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7961
7962         * gnus-art.el (gnus-article-view-part): Do alternative.
7963         (gnus-mime-display-alternative): Insert marker.
7964
7965 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7966
7967         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7968
7969         * nnmail.el (nnmail-expired-article-p): Protect against bogus
7970         dates.
7971
7972         * gnus-cus.el (gnus-topic): Required.
7973
7974         * nnheader.el (nnheader-parse-nov): Parse extra.
7975         (nnheader-nov-parse-extra): New macro.
7976
7977 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7978
7979         * gnus-art.el (gnus-article-view-part): Internal move.
7980
7981 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
7982
7983         * gnus-cus-new.el (gnus-custom-topic): New free variable.
7984         (gnus-group-customize): Support editing topic parameters.
7985
7986 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
7987
7988         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
7989         indicators.
7990
7991 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * gnus-art.el (gnus-mm-display-part): Return.
7994         (gnus-article-view-part): Only go if external.
7995         (gnus-article-dumbquotes-map): Do 205.
7996
7997         * mm-decode.el (mm-display-part): Return what was done.
7998
7999         * message.el (message-buffer-naming-style): New variable.
8000         (message-generate-new-buffers): Extended.
8001         (message-buffer-naming-style): Removed.
8002         (message-buffer-name): Use it.
8003         (message-do-send-housekeeping): Rename new styling.
8004
8005         * gnus-sum.el (gnus-summary-recenter): Allow
8006         gnus-auto-center-summary to be a number.
8007
8008 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8009
8010         * pop3.el (pop3-open-server): Use "binary" instead of
8011         "no-conversion".
8012
8013 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8014
8015         * gnus-srvr.el (gnus-browse-foreign-server): Set
8016         gnus-browse-current-method to the result of gnus-server-to-method.
8017
8018 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8019
8020         * gnus-util.el (gnus-pull): Another optional argument.
8021         * nnweb.el (nnweb-request-delete-group): Delete from
8022         nnweb-group-alist and update active file.
8023
8024 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8025
8026         * gnus-group.el (gnus-group-make-group): Accept group of new
8027         method.
8028
8029 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8030
8031         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8032
8033 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8034
8035         * mm-view.el (mm-inline-text): Postion of html portion.
8036
8037 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8038
8039         * nntp.el (nntp-list-active-group): Waited for short strings.
8040         (nntp-send-mode-reader): Ditto.
8041         (nntp-open-connection): Ditto.
8042
8043         * gnus-int.el (gnus-request-group-articles): New function.
8044
8045         * nntp.el (nntp-request-listgroup): New function.
8046         (nntp-request-group-articles): Renamed.
8047
8048 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8049
8050         * nnheader.el (nnheader-parse-nov): Supply extra.
8051
8052 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * gnus-art.el (gnus-button-push): Don't go to
8055         gnus-article-buffer.
8056
8057         * mm-view.el (mm-inline-image): Add a newline.
8058
8059         * gnus-start.el (gnus-check-first-time-used): Check more.
8060
8061 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8062
8063         * gnus-start.el (gnus-check-first-time-used): Check current.
8064
8065 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8066
8067         * mm-util.el (mm-find-charset-region): New function.
8068
8069         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8070
8071         * gnus-art.el (gnus-mime-button-menu): Fix.
8072
8073 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8074
8075         * gnus-art.el (gnus-mime-button-menu): New definition.
8076
8077 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * gnus-art.el (article-decode-charset): Downcase charset.
8080         (article-decode-charset): Pass on type.
8081         (article-decode-charset): Check nil charsets.
8082         (article-remove-cr): Translate CR to LF.
8083         (gnus-ignored-mime-types): Default to nil.
8084
8085         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8086
8087         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8088         user-mail-address.
8089         (gnus-nov-parse-extra): Didn't return right thing.
8090
8091 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8092
8093         * gnus-xmas.el: Use compiled-function-p.
8094
8095 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8096
8097         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8098
8099 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8100
8101         * gnus.el: Pterodactyl Gnus v0.40 is released.
8102
8103 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8106
8107         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8108
8109         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8110
8111         * nnml.el (nnml-possibly-create-directory): Check before making.
8112
8113 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8114
8115         * nnheader.el (nnheader-insert-nov): Don't infloop.
8116
8117 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8118
8119         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8120         set up.
8121
8122 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8123
8124         * nneething.el (nneething-file-name): New definition.
8125
8126 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8127
8128         * gnus-art.el (gnus-treatment-function-alist): Fix.
8129         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8130
8131         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8132
8133 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8134
8135         * gnus.el: Pterodactyl Gnus v0.39 is released.
8136
8137 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8138
8139         * gnus-art.el (gnus-ignored-mime-types): New variable.
8140         (gnus-mime-display-single): Use it.
8141         (gnus-treatment-function-alist): New variable.
8142
8143         * gnus.el (gnus-mime): New group.
8144
8145         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8146         things for other parts.
8147         (gnus-mime-display-alternative): Place point.
8148
8149         * gnus.el: autoload gnus-uu-post-news.
8150
8151         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8152         needsterm/DISPLAY.
8153
8154         * mm-decode.el (mm-display-part): Default to inline text/.*
8155         parts.
8156
8157         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8158         8bit.
8159
8160         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8161         (gnus-mime-display-single): Inline all text parts.
8162         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8163
8164 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * nnml.el (nnml-possibly-create-directory): Rewrite.
8167         (nnml-request-create-group): Change to right server.
8168
8169         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8170
8171         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8172
8173         * gnus.el: rmail-output-to-rmail-file autoload.
8174
8175         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8176         Gnus.
8177
8178         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8179
8180         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8181
8182 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8183
8184         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8185         mixed part.
8186
8187 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8188
8189         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8190
8191         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8192
8193 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8194
8195         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8196
8197 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8198
8199         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8200         value.
8201
8202         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8203         hidden.
8204
8205         * gnus-spec.el (gnus-update-format-specifications): Use the
8206         article mode line spec.
8207
8208         * gnus-art.el (gnus-insert-mime-button): Put right type.
8209         (gnus-insert-prev-page-button): Ditto.
8210         (gnus-insert-next-page-button): Dutti.
8211
8212         * pop3.el: New version installed.
8213
8214 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8215
8216         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8217         and display last part.
8218
8219 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8220
8221         * gnus.el: Pterodactyl Gnus v0.38 is released.
8222
8223 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8224
8225         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8226         Removed.
8227         (article-de-quoted-unreadable): Narrow to default.
8228
8229         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8230
8231         * gnus-art.el (article-decode-charset): Decode even when broken
8232         MIME.
8233
8234         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8235         name.
8236
8237         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8238
8239         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8240         nnheader.
8241
8242         * nnmail.el (nnmail-extra-headers): New variable.
8243
8244         * nnheader.el (nnheader-insert-nov): Insert extra.
8245
8246         * gnus.el (gnus-summary-line-format): Doc fix.
8247
8248         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8249         (gnus-nov-parse-line): Ditto.
8250         (gnus-nov-parse-extra): New macro.
8251         (gnus-header): New function.
8252         (gnus-update-summary-mark-positions): Change.
8253         (gnus-ignored-from-addresses): New variable.
8254         (gnus-summary-insert-from-or-to): New function.
8255
8256         * gnus.el (gnus-extra-headers): New variable.
8257
8258         * nnheader.el (make-mail-header): Expand.
8259         (mail-header-extra): New macro.
8260         (mail-header-set-extra): Ditto.
8261         (make-full-mail-header): Expand.
8262
8263 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8264
8265         * gnus.el: Pterodactyl Gnus v0.37 is released.
8266
8267 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8268
8269         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8270
8271         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8272         on.
8273
8274 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8275
8276         * gnus-spec.el (gnus-balloon-face-function): new function
8277         (gnus-parse-format): understand the %< %> specifiers
8278         (gnus-parse-complex-format): ditto.
8279
8280 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * gnus.el: Changed following-char to char-after throughout.
8283
8284 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8285
8286         * mm-decode.el (mm-display-external): Protect more and message.
8287
8288 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8289
8290         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8291         position.
8292
8293 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8294
8295         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8296         mixed part.
8297
8298 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8299
8300         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8301
8302         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8303
8304 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8305
8306         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8307
8308 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8309
8310         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8311
8312         * mm-decode.el (mm-display-external): Set undisplayer to mm
8313         buffer, not the current buffer; use unwind-protect.
8314
8315 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8318         (gnus-summary-exit-no-update): Ditto.
8319
8320 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * mm-decode.el (mm-inline-media-tests): Look for w3.
8323
8324         * mailcap.el (mailcap-mime-data): Inline html.
8325
8326 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8327
8328         * gnus.el: Pterodactyl Gnus v0.36 is released.
8329
8330 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8331
8332         * gnus-art.el (article-translate-strings):
8333         (gnus-article-dumbquotes-map): Don't dot.
8334
8335         * pop3.el (pop3-open-server): Set point right.
8336
8337         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8338         (mm-dissect-buffer): Ditto.
8339         (mm-destroy-part): Ignore non-handles.
8340         (mm-remove-part): Ditto.
8341         (mm-destroy-parts): New function.
8342         (mm-remove-parts): Ditto.
8343
8344         * gnus-art.el (gnus-mm-display-part): Don't move point.
8345
8346 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8347
8348         * mm-uu.el : New file.
8349
8350         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8351
8352         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8353         a function.
8354
8355 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8356
8357         * mm-decode.el (mm-display-external): Check before selecting.
8358
8359 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8360
8361         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8362
8363         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8364
8365         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8366         variable.
8367
8368         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8369
8370         * gnus-art.el (gnus-decode-header-methods): New variable.
8371
8372         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8373
8374         * gnus-art.el (gnus-multi-decode-header): New function.
8375
8376 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8377
8378         * gnus.el: Pterodactyl Gnus v0.35 is released.
8379
8380 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8381
8382         * uudecode.el (uudecode-decode-region-external): Insert
8383         literally.
8384
8385         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8386
8387         * mm-bodies.el (mm-decode-body): Optional encoding.
8388
8389 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8390
8391         * gnus-ems.el (gnus-mouse-3): New variable.
8392
8393         * binhex.el (binhex-decode-region-external): Don't use -internally.
8394
8395 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8396
8397         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8398         files.
8399
8400 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8401
8402         * gnus-group.el (gnus-add-marked-articles): Request backend update
8403         of flags.
8404
8405 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8406
8407         * gnus-sum.el (gnus-update-read-articles):
8408         (gnus-update-marks): Request backend update of mark.
8409
8410 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8411
8412         * gnus.texi (Optional Backend Functions): New item,
8413         nnchoke-request-set-mark.
8414
8415 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8416
8417         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8418           list to range.
8419
8420 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8421
8422         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8423
8424 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8425
8426         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8427         first used.
8428
8429 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8430
8431         * mm-view.el: Require mm-decode for macros.
8432
8433         * mm-decode.el (mm-handle-type): Move macro declarations above the
8434         place where they are used.
8435
8436 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8437
8438         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8439         buffer.
8440
8441 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8442
8443         * nnagent.el (nnagent-open-server): Error message.
8444
8445 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8446
8447         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8448
8449 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8450
8451         * score-mode.el (gnus-score-mode-map): Ditto.
8452
8453         * message.el (message-mode-map): Ditto.
8454
8455         * gnus-uu.el (gnus-uu-post-news): Ditto.
8456
8457         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8458
8459         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8460
8461         * gnus-art.el (gnus-article-edit-mode-map): Use
8462         `set-keymap-parent' rather than `copy-keymap'.
8463
8464 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8465
8466         * gnus-art.el (gnus-mime-button-commands): New variable.
8467         (gnus-mime-button-map): Initialize it from
8468         `gnus-mime-button-commands'.
8469         (gnus-mime-button-menu): New function.
8470         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8471
8472 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8473
8474         * message.el (message-insert-to): Make `nobody' and `poster'
8475         synonymous to `never' and `always' in Mail-Copies-To.
8476         (message-reply): Ditto.
8477         (message-followup): Ditto.
8478
8479 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * mailcap.el (mailcap-mime-data): Save sound.
8482
8483 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8484
8485         * message.el (message-ignored-supersedes-headers): Include
8486         `NNTP-Posting-Date'.
8487
8488 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8489
8490         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8491
8492 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8495         uudecode.
8496
8497 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8498
8499         * mm-decode.el (mm-display-external): Don't switch on save.
8500
8501 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8502
8503         * nnmail.el (nnmail-movemail-args): New variable.
8504
8505 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8506
8507         * gnus-art.el (article-translate-strings):
8508
8509 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8510
8511         * gnus-art.el (gnus-article-view-part): Use it.
8512         (gnus-mm-display-part): New function.
8513         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8514
8515         * mm-decode.el (mm-handle-displayed-p): New function.
8516
8517         * gnus-art.el (gnus-mime-copy-part): Create better names.
8518         (gnus-mime-button-line-format): Include dots spec.
8519
8520 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8521
8522       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8523       forward buffer first.
8524
8525 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8526
8527         * gnus-util.el (gnus-set-window-start): New function.
8528
8529         * message.el (message-send): Don't check changed.
8530
8531 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532
8533         * gnus-art.el (gnus-article-setup-buffer): Set params.
8534
8535         * mm-decode.el (mm-user-display-methods): Inline
8536         "message/delivery-status".
8537
8538 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * message.el (message-auto-save-directory): Rename.
8541         (message-mode): Dof fix.
8542
8543         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8544         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8545
8546         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8547
8548         * message.el (message-make-date): Avoid locale.
8549
8550         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8551         cache.
8552
8553         * mm-decode.el (mm-display-inline): Goto point-min.
8554
8555         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8556
8557         * mm-decode.el (mm-display-external): Reverse before sorting.
8558
8559         * gnus-draft.el (gnus-draft-send): Allow mail.
8560
8561 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8562
8563         * message.el (message-check): Move message-check macro above where
8564         it is first used.
8565
8566         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8567
8568 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8569
8570         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8571
8572 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8573
8574         * gnus.el: Pterodactyl Gnus v0.34 is released.
8575
8576 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577
8578         * mm-decode.el (mm-inline-media-tests): delivery-status.
8579
8580         * mm-view.el (mm-inline-text): Provide default.
8581
8582 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8583
8584         * mailcap.el (mailcap-possible-viewers): Fix nils.
8585
8586 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8589         (article-update-date-lapsed): Record the buffer.
8590         (article-update-date-lapsed): Do all windows that display article
8591         buffers.
8592
8593         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8594
8595         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8596
8597         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8598         annoations.
8599
8600         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8601
8602 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * gnus-agent.el (gnus-category-add): Change default category to
8605         'false.
8606
8607         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8608         scores.
8609
8610         * gnus-draft.el (gnus-draft-send): Check server more.
8611
8612         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8613         (gnus-article-goto-part): New function.
8614
8615         * mm-view.el (mm-inline-text): Insert richtext properly.
8616
8617         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8618
8619 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * parse-time.el (parse-time-rules): Accept dates far into the past
8622         and the future, and parse single-digit numbers as years.
8623
8624 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8625
8626         * mm-decode.el (mm-display-external): Chop off directories.
8627
8628 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8629
8630         * uudecode.el (uu-decode-region-external): Use
8631         insert-file-contents-literally.
8632
8633         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8634
8635 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8636
8637         * uudecode.el: New file.
8638
8639         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8640         x-uuencode.
8641
8642 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8645
8646         * message.el (message-fetch-field): Unfold properly.
8647
8648         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8649         in text/plain.
8650
8651 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8652
8653         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8654         (gnus-auto-select-first): Removed.
8655         (gnus-auto-select-first): Extended.
8656         (gnus-summary-read-group-1): Use new value.
8657
8658 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659
8660         * message.el (message-fix-before-sending): Space.
8661
8662         * nnmail.el (nnmail-find-file): Don't erase.
8663
8664 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8665
8666         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8667
8668 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8669
8670         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8671
8672 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8673
8674         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8675
8676 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8677
8678         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8679         20.4.
8680
8681 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8682
8683         * gnus-art.el (gnus-mime-view-all-parts): New command and
8684         keystroke.
8685
8686         * mm-decode.el (mm-display-external): Translate slashes.
8687
8688         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8689
8690         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8691
8692         * mm-decode.el (mm-quote-arg): Quote spaces.
8693         (mm-display-external): Quote args.
8694
8695 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * mm-decode.el (mm-inlinable-part-p): New function.
8698
8699 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8700
8701        * mm-util.el (mm-disable-multibyte): New function.
8702
8703 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8704
8705         * gnus.el: Pterodactyl Gnus v0.33 is released.
8706
8707 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8708
8709         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8710
8711         * mm-decode.el (mm-display-external): Don't switch for externals.
8712         (mm-dissect-multipart): Don't include end-sep.
8713
8714         * mm-util.el (mm-get-coding-system-list): New function.
8715         (mm-coding-system-list): New variable.
8716
8717 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8718
8719         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8720
8721 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8722
8723         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8724         group
8725
8726 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8727
8728         * base64.el (base64-run-command-on-region): External base64
8729         decoder do not use coding system
8730
8731 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8732
8733         * mm-decode.el (mm-interactively-view-part): Typo.
8734
8735 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8736
8737         * mm-decode.el (mm-dissect-multipart): Display last part when the
8738         article has no close-delimiter
8739
8740 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8741
8742         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8743         content-type.
8744
8745 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8746
8747         * gnus-art.el (gnus-display-mime): Typo.
8748
8749 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8750
8751         * gnus.el: Pterodactyl Gnus v0.32 is released.
8752
8753 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * gnus-kill.el (gnus-batch-score): Protect against errors.
8756
8757         * gnus-art.el: Protect against broken headers.
8758
8759         * mm-decode.el (mm-display-external): Respect needsterm.
8760         (mm-display-external): Create buffer for external commands.
8761
8762 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8765
8766         * mm-decode.el (mm-display-external): Use file name.
8767
8768 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8769
8770         * gnus-util.el (gnus-output-to-rmail):  adjust to
8771           `rmail-output-to-rmail-file'
8772
8773 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774
8775         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8776
8777         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8778         headers.
8779
8780         * gnus-art.el (article-decode-charset): Fold case.
8781
8782 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8783
8784         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8785
8786 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8787
8788         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8789         after being stored.
8790
8791 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8792
8793         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8794         come.
8795
8796 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8797
8798         * gnus-xmas.el (wid-edit): Required.
8799
8800         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8801
8802 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8803
8804         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8805
8806 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8807
8808         * gnus-art.el (article-decode-charset): Narrow to the correct
8809         region.
8810
8811         * mm-bodies.el: Fix autoload.
8812
8813 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8814
8815         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8816
8817 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8820
8821 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8824         (gnus-article-add-button): Ditto.
8825
8826         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8827
8828         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8829         (gnus-article-prepare-display): Bind url-standalone-mode.
8830
8831         * mm-decode.el (mm-remove-part): Also delete directory.
8832         (mm-display-external): Create a private sub-dir.
8833
8834         * mailcap.el (mailcap-binary-suffixes): New variable.
8835         (mailcap-command-p): Use it.
8836
8837 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8838
8839         * nnmbox.el (nnmbox-request-group): Change server.
8840         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8841
8842         * message.el (message-encode-message-body): Don't stomp MIME
8843         headers.
8844
8845         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8846         unless useful.
8847         (gnus-summary-exit): Check for a live article buffer.
8848         (gnus-summary-exit-no-update): Ditto.
8849
8850         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8851         param.
8852
8853         * gnus-sum.el (gnus-article-decoded-p): New variable.
8854
8855         * mm-decode.el (mm-display-external): Use no-conv.
8856
8857         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8858         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8859
8860         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8861         mouse-click.
8862
8863 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8866
8867 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8868
8869         * gnus.el: Pterodactyl Gnus v0.31 is released.
8870
8871 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8874
8875         * mm-decode.el (mm-display-part): Accept no-default.
8876
8877         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8878         a parameter.
8879
8880         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8881         (gnus-summary-prepare-threads): Ditto.
8882
8883         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8884
8885         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8886         (gnus-mime-button-line-format): Doc fix.
8887         (gnus-insert-mime-button): Use it.
8888         (gnus-article-add-button): Use widget-convert-button.
8889
8890         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8891         ignore.
8892
8893         * mm-decode.el (mm-alternative-precedence): Ditto.
8894
8895 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8896
8897         * mm-decode.el (mm-user-automatic-display): Use enriched.
8898
8899 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8900
8901         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8902         right place.
8903
8904 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8907
8908         * gnus-art.el (article-update-date-lapsed): Only update header if
8909         buffer is dispalyed in frame.
8910         (gnus-article-prepare-display): New function.
8911         (gnus-article-prepare): Use it.
8912
8913 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8916
8917         * mm-view.el (mm-insert-inline): New function.
8918
8919         * mm-decode.el (mm-pipe-part): Bugged.
8920
8921         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8922
8923         * mm-bodies.el (mm-encode-body): Move over the body.
8924
8925         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8926
8927         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8928
8929 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8930
8931         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8932           related functions.  Handle message/rfc822 parts.  Display subject on
8933           multipart summary lines.  Display name on sub-parts when available.
8934
8935 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8936
8937         * mailcap.el (mailcap-command-p): New version.
8938
8939 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8940
8941         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8942         groups.
8943
8944 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8945
8946         * message.el (message-make-date): Remove weekday name.
8947
8948         * mm-decode.el (mm-dissect-buffer): Protect against broken
8949         headers.
8950
8951         * mailcap.el (mailcap-command-in-path-p): New function.
8952         (mailcap-command-p): Renamed.
8953
8954 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8955
8956         * rfc2047.el (eval): Autoload.
8957
8958 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8961         (gnus-multi-decode-encoded-word-string): New function.
8962         (gnus-encoded-word-method-alist): New variable.
8963         (gnus-decode-encoded-word-functions): Removed.
8964
8965 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
8966
8967         * gnus-int.el (gnus-request-replace-article): Replace
8968         message-narrow-to-headers with message-narrow-to-head
8969
8970 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * drums.el (drums-quote-string): Reversed match.
8973
8974         * message.el (message-make-date): Use weekday name.
8975
8976 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8977
8978         * gnus.el: Pterodactyl Gnus v0.30 is released.
8979
8980 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * gnus-art.el (article-decode-encoded-words): Use it.
8983         (gnus-decode-header-function): New variable.
8984
8985         * gnus-sum.el (gnus-nov-parse-line): Use it.
8986         (gnus-decode-encoded-word-function): New variable.
8987
8988         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
8989         buffer.
8990
8991         * gnus-art.el (gnus-insert-mime-button): Use widget.
8992         (gnus-widget-press-button): New function.
8993         (gnus-article-prev-button): Removed.
8994         (gnus-article-next-button): Ditto.
8995         (gnus-article-add-button): Ditto.
8996
8997         * gnus.el (gnus-article-mode-map): Inherit from widget.
8998         (gnus-article-mode-map): No, don't.
8999
9000         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9001         (mm-content-id-alist): New variable.
9002         (mm-get-content-id): New function.
9003
9004         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9005         articles if we are fetching to the article buffer.
9006
9007 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9008
9009         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9010         articles.
9011
9012 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013
9014         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9015         (mm-default-mime-charset): New variable.
9016
9017         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9018
9019         * drums.el (drums-quote-string): Reversed test.
9020
9021 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9024         string.
9025
9026         * drums.el (drums-quote-string): New function.
9027
9028         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9029         (rfc2047-b-encode-region): Chop lines.
9030         (rfc2047-q-encode-region): Ditto.
9031
9032 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9033
9034         * gnus.el: Pterodactyl Gnus v0.29 is released.
9035
9036 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9037
9038         * mm-decode.el (mm-save-part): Message right.
9039
9040 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9041
9042         * drums.el (drums-parse-address): Returned a list instead of a
9043         string.
9044         (drums-remove-whitespace): Skip comments.
9045         (drums-parse-addresses): Didn't work.
9046
9047 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9048
9049         * gnus.el: Pterodactyl Gnus v0.28 is released.
9050
9051 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9054         starting point.
9055         (article-decode-encoded-words): Rename.
9056
9057         * message.el (message-narrow-to-headers-or-head): New function.
9058
9059         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9060         region.
9061
9062         * message.el (message-send-news): Encode body after checking
9063         syntax.
9064
9065         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9066
9067         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9068
9069         * gnus-art.el (gnus-display-mime): Respect disposition.
9070
9071         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9072
9073         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9074         text with annotations.
9075
9076         * message.el (message-make-date): Fix sign for negative time
9077         zones.
9078
9079         * mm-view.el (mm-inline-image): Insert a space at the end of the
9080         image.
9081
9082         * mail-parse.el: New file.
9083
9084         * rfc2231.el: New file.
9085
9086         * drums.el (drums-content-type-get): Removed.
9087         (drums-parse-content-type): Ditto.
9088
9089         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9090
9091 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9092
9093         * gnus.el: Pterodactyl Gnus v0.27 is released.
9094
9095 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9096
9097         * mm-decode.el (mm-alternative-precedence): New variable.
9098         (mm-preferred-alternative): New function.
9099
9100         * gnus-art.el (gnus-mime-copy-part): New command.
9101
9102         * mm-decode.el (mm-get-part): New function.
9103
9104         * mm-view.el: New file.
9105
9106         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9107         (mm-display-part): Default to mailcap-save-binary-file.
9108
9109 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9110
9111         * gnus.el: Pterodactyl Gnus v0.26 is released.
9112
9113 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9114
9115         * mm-decode.el (mm-interactively-view-part): New function.
9116
9117         * gnus-art.el (gnus-mime-view-part): New command.
9118
9119         * mm-decode.el (mm-last-shell-command): New variable.
9120
9121         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9122
9123         * mm-decode.el (mm-save-part): New function.
9124
9125         * gnus-art.el (article-decode-charset): Protect against buggy
9126         content-types.
9127         (gnus-mime-pipe-part): New command.
9128         (gnus-mime-save-part): New command.
9129         (gnus-mime-button-map): New keymap.
9130         (gnus-mime-button-line-format): New variable.
9131         (gnus-insert-mime-button): New function.
9132         (gnus-display-mime): Use it.
9133
9134         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9135
9136         * mm-decode.el (mm-inline-text): Decode charsets.
9137
9138         * gnus-art.el (gnus-article-save): Comment fix.
9139
9140         * gnus-int.el (gnus-start-news-server): When in batch, don't
9141         prompt.
9142
9143         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9144         decode.
9145
9146         * mm-decode.el (mm-inline-media-tests): Add audio.
9147         (mm-inline-audio): New function.
9148
9149 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9150
9151         * gnus-art.el (article-make-date-line): Didn't work.
9152
9153         * parse-time.el (parse-time-string): One too many nils.
9154
9155 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9156
9157         * gnus.el: Pterodactyl Gnus v0.25 is released.
9158
9159 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9162         annotations.
9163
9164         * gnus.el ((featurep 'gnus-xmas)): New
9165         'gnus-annotation-in-region-p alias.
9166
9167 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9168
9169         * mm-util.el (mm-with-unibyte-buffer): New function.
9170
9171         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9172
9173         * mm-decode.el (mm-inline-media-tests): New variable.
9174
9175         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9176
9177         * gnus-art.el (gnus-article-mime-handles): New variable.
9178
9179         * drums.el (drums-narrow-to-header): New function.
9180
9181         * gnus-art.el (article-decode-charset): Use it.
9182
9183         * drums.el (drums-content-type-get): New function.
9184
9185         * mm-util.el (mm-content-type-charset): Removed.
9186
9187         * drums.el (drums-syntax-table): @ is word.
9188         (drums-parse-content-type): New function.
9189
9190         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9191         EDT" times.
9192
9193         * gnus-util.el (gnus-date-get-time): Use safe date.
9194
9195         * gnus-sum.el (gnus-show-mime): Removed.
9196         (gnus-summary-toggle-mime): Removed.
9197
9198         * gnus-art.el (gnus-strict-mime): Removed.
9199         (gnus-article-prepare): Don't do MIME.
9200         (gnus-decode-encoded-word-method): Removed.
9201         (gnus-show-mime-method): Removed.
9202
9203 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9204
9205         * gnus.el: Pterodactyl Gnus v0.24 is released.
9206
9207 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208
9209         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9210         PREFIX.
9211
9212         * parse-time.el (parse-time-rules): Accept times that look like
9213         "h:mm".
9214
9215         * message.el (message-make-date): Use zone properly.
9216
9217         * gnus.el: Autoload gnus-batch.
9218
9219         * gnus-art.el (article-de-quoted-unreadable): Do not do
9220         gnus-article-decode-rfc1522.
9221
9222         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9223
9224         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9225         param.
9226
9227         * message.el (message-encode-message-body): Check for us-ascii.
9228
9229         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9230         to the left.
9231
9232 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233
9234         * gnus-art.el (article-decode-charset): Rename.
9235
9236 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9237
9238         * gnus.el: Pterodactyl Gnus v0.23 is released.
9239
9240 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241
9242         * gnus-util.el (gnus-parent-id): Ditto.
9243         (gnus-put-text-property-excluding-newlines): Ditto.
9244
9245         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9246
9247 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9248
9249         * message.el (message-generate-headers): Generate User-Agent
9250         instead of X-Mailer & X-Newsreader.
9251
9252         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9253         User-Agent header format.
9254
9255 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9256
9257         * gnus.el: Pterodactyl Gnus v0.22 is released.
9258
9259 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9260
9261         * mm-util.el (mm-multibyte-p): Typo.
9262
9263 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9264
9265         * gnus.el: Pterodactyl Gnus v0.21 is released.
9266
9267 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9268
9269         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9270
9271 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9272
9273         * mm-util.el (mm-multibyte-p): New function.
9274
9275 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9276
9277         * gnus.el: Pterodactyl Gnus v0.20 is released.
9278
9279 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * rfc2047.el (rfc2047-decode-region): Only decode when in
9282         multibyte.
9283
9284         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9285
9286         * gnus-int.el (gnus-request-replace-article): Encode.
9287         (gnus-request-accept-article): Encode.
9288
9289         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9290         here.
9291
9292         * gnus.el (gnus-article-display-hook): Take the charset functions
9293         out.
9294
9295         * time-date.el (safe-date-to-time): New function.
9296
9297         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9298
9299 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9300
9301         * gnus.el: Pterodactyl Gnus v0.19 is released.
9302
9303 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9304
9305         * base64.el (base64-encode-region): Accept no-line-break.
9306
9307         * mm-util.el (mm-mime-charset): New function.
9308
9309         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9310
9311 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9312
9313         * gnus.el: Pterodactyl Gnus v0.18 is released.
9314
9315 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9316
9317         * message.el (message-send-and-exit): Return t on success.
9318         (message-make-date): Make a proper time zone.
9319
9320         * gnus-draft.el (gnus-draft-send): Only remove article if the
9321         sending is successful.
9322
9323         * drums.el (drums-get-comment): Return the last comment.
9324         (drums-parse-address): Parse old-style From headers.
9325
9326 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9327
9328         * gnus-sum.el (gnus-data-compute-positions): Move below
9329         `gnus-save-hidden-threads' so the former is correctly detected as
9330         a macro.
9331
9332 1998-09-06  Dave Love  <fx@gnu.org>
9333
9334         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9335         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9336         time for nicer failure if it's not available.
9337
9338 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * time-date.el (time-to-seconds): Renamed.
9341
9342         * parse-time.el (parse-time-string): Downcase before handling.
9343         (parse-time-rules): Times without seconds have 0 seconds.
9344
9345         * rfc2047.el (rfc2047-encode-region): New version.
9346         (rfc2047-dissect-region): New function.
9347
9348 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9349
9350         * message.el (message-make-date): Use symbolic zone.
9351
9352 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * time-date.el (parse-time): Always use parse-time.
9355
9356         * parse-time.el (parse-time-syntax): Use vectors.
9357
9358 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9359
9360         * gnus.el: Pterodactyl Gnus v0.17 is released.
9361
9362 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9363
9364         * time-date.el: Renamed from "date".
9365
9366         * gnus.el: Removed all timezone dependencies.
9367
9368         * score-mode.el: Removed.
9369         (gnus-score-edit-insert-date): Use date.
9370
9371         * date.el (float-to-time): New function.
9372
9373         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9374
9375         * date.el (time-to-float): New function.
9376
9377         * message.el (message-make-date): Use format-time-string.
9378         (message-make-expires): Use make-date.
9379
9380         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9381
9382         * gnus-util.el (gnus-dd-mmm): Use date.
9383         (gnus-sortable-date): Ditto.
9384
9385         * message.el (message-make-date): Take an optional time.
9386
9387         * gnus: Applied patches from 5.6.43.
9388
9389         * date.el (if): Use parse-time.
9390
9391         * gnus-score.el (gnus-summary-score-entry): Make into a command
9392         again.
9393
9394         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9395         gnus-agent.
9396
9397         * gnus.el (gnus-agent-meta-information-header): Moved here.
9398
9399 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9400
9401         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9402         (gnus-agent-fetch-group-1): Score article headers using normal
9403         group score files if the download score rule of a category/group
9404         is `file'.
9405         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9406         deciding what articles to download.
9407         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9408         predicate processing if predicate is `true' or `false'.
9409
9410 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9413
9414         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9415
9416         * score-mode.el (score-mode-coding-system): New variable.
9417         (gnus-score-edit-exit): Use it.
9418
9419 1998-09-04  Jason R Mastaler  <jason@4b.org>
9420
9421         * drums.el: Corrected typo.
9422
9423 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9424
9425         * mm-bodies.el (mm-body-encoding): Faster version.
9426
9427 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9428
9429         * gnus-art.el (gnus-article-decode-charset): Only decode text
9430         things.
9431
9432         * message.el (message-output): Use rmail.
9433
9434         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9435         word part.
9436
9437         * mm-util.el (mm-charset-to-coding-system): Use
9438         rfc2047-default-charset.
9439         (mm-known-charsets): New variable.
9440
9441         * message.el (message-caesar-region): Bugged out.
9442
9443 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9444
9445         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9446         specifying `agent-predicate' in a group's parameters.
9447
9448 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9449
9450         * gnus.el: Pterodactyl Gnus v0.16 is released.
9451
9452 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9453
9454         * nnmail.el (nnmail-expired-article-p): Use predicate.
9455
9456         * date.el (time-less-p): Renamed.
9457
9458         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9459         from the headers.
9460
9461         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9462         functions.
9463
9464         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9465         all.
9466         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9467         to all functions.
9468
9469 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9470
9471         * gnus.el: Pterodactyl Gnus v0.15 is released.
9472
9473 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * date.el: New file.
9476
9477         * gnus-util.el (gnus-encode-date): Removed.
9478         (gnus-time-less): Ditto.
9479
9480         * nnmail.el (nnmail-date-to-time): Removed.
9481         (nnmail-time-less): Ditto.
9482         (nnmail-days-to-time): Ditto.
9483         (nnmail-time-since): Ditto.
9484
9485         * drums.el: New file.
9486
9487 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * message.el (message-encode-message-body): Encode headers with
9490         body encoding.
9491
9492         * rfc2047.el (rfc2047-default-charset): Renamed.
9493         (rfc2047-encodable-p): Use it.
9494
9495         * base64.el (mm-util): Required.
9496
9497 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9500         servers.
9501
9502         * gnus-util.el (gnus-output-to-rmail): Removed.
9503
9504         * gnus-art.el (gnus-summary-save-in-rmail): Use
9505         gnus-output-to-rmailrmail-output-to-rmail-file.
9506
9507         * rfc2047.el (rfc2047-decode-region): Fold case.
9508         (rfc2047-decode): Use decode-string.
9509
9510         * mm-util.el: Provide mm-char-int.
9511
9512 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9513
9514         * gnus.el: Pterodactyl Gnus v0.14 is released.
9515
9516 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9517
9518         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9519         sure we have 7bit.
9520
9521 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9522
9523         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9524         ducplicates.
9525         (gnus-inews-insert-mime-headers): Removed.
9526
9527         * message.el (message-caesar-region): Protect against MULE chars.
9528
9529 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9530
9531         * mm-util.el (if): fset the right function.
9532
9533 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9534
9535         * gnus-art.el (gnus-article-decode-charset): Use real
9536         read-coding-system.
9537
9538 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * mm-bodies.el (mm-decode-body): Protect against malformed
9541         base64.
9542         (mm-decode-body): Check that buffer-file-coding-system is
9543         non-nil.
9544
9545 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9546
9547         * gnus.el: Pterodactyl Gnus v0.13 is released.
9548
9549 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * gnus-util.el (gnus-strip-whitespace): Already defined.
9552         Removed.
9553
9554         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9555
9556         * gnus-util.el (gnus-strip-whitespace): New function.
9557
9558         * mm-util.el (mm-content-type-charset): Downcase.
9559
9560 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9561
9562         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9563         (gnus-article-decode-charset): Don't fetch all headers.
9564
9565         * mm-util.el (mm-read-coding-system): New function.
9566
9567         * mm-bodies.el (mm-decode-body): Check the right charset.
9568
9569         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9570
9571         * gnus-art.el (gnus-article-mode-line-format): Use short group
9572         format.
9573
9574 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9575
9576         * gnus.el: Pterodactyl Gnus v0.12 is released.
9577
9578 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579
9580         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9581
9582         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9583         (gnus-article-decode-charset): Always run.
9584
9585         * mm-bodies.el (mm-decode-body): Decode cte.
9586
9587 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9588
9589         * gnus.el: Pterodactyl Gnus v0.11 is released.
9590
9591 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * message.el (message-encode-message-body): Ditto.
9594
9595         * gnus-art.el (gnus-article-decode-mime-words): New command and
9596         keystroke.
9597         (gnus-article-decode-charset): Ditto.
9598         (gnus-article-decode-charset): Only work under MULE.
9599
9600         * mm-util.el (mm-content-type-charset): New function.
9601
9602         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9603
9604         * message.el (message-send-mail): Insert MIME headers.
9605         (message-check-news-body-syntax): Don't warn for escape sequences.
9606         (message-check-news-body-syntax): Insert MIME headers.
9607
9608         * mm-bodies.el (mm-body-encoding): New function.
9609
9610         * message.el (message-encode-message-body): New function.
9611
9612         * mm-bodies.el: New file.
9613
9614         * mm-util.el (mm-narrow-to-head): New function.
9615
9616         * rfc2047.el (rfc2047-encode): Use it.
9617
9618         * mm-util.el: Provide mm-encode-coding-region.
9619
9620         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9621
9622         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9623
9624         * mm-util.el (mm-enable-multibyte): New function.
9625
9626         * message.el (message-set-work-buffer): Set multibyte.
9627
9628         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9629
9630         * gnus-util.el (gnus-point-at-eol): Removed.
9631         (gnus-point-at-bol): Ditto.
9632
9633         * base64.el (base64-decode-region): Commented out messaging.
9634
9635 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9636
9637         * gnus-msg.el (gnus-group-mail): make it behave like
9638         gnus-group-post-news with regards to the prefix (this enables the
9639         use of posting styles).
9640
9641 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * gnus.el (gnus-article-display-hook): Added
9644         gnus-article-decode-rfc1522 to hook.
9645
9646 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9647
9648         * gnus.el: Pterodactyl Gnus v0.10 is released.
9649
9650 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9653         hook to be run.
9654
9655 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9658
9659         * mm-util.el (mm-charsets-in-region): Removed.
9660
9661         * rfc2047.el: Renamed file.
9662
9663         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9664
9665         * message.el (message-mode): Set multibyte.
9666
9667         * mm-util.el (mm-charsets-in-region): Copied here.
9668
9669         * gnus-util.el: Removed gnus-truncate-string.
9670
9671         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9672
9673         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9674         (rfc1522-encodable-p): New function.
9675         (rfc1522-encode-message-header): Use it.
9676
9677 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9678
9679         * gnus.el: Pterodactyl Gnus v0.9 is released.
9680
9681 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9682
9683         * mm-util.el: Shadow encode-coding-string.
9684
9685         * base64.el (base64-encode-region): Don't add newline.
9686
9687         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9688
9689         * mm-util.el: New file.
9690
9691         * mm-decode.el: Somewhat depleted.
9692         * mm-encode.el: Ditto.
9693
9694         * rfc1522.el: New file.
9695
9696         * mm-util.el (mm-replace-chars-in-string): Copied here.
9697
9698         * mm-encode.el (mm-q-encode-region): New function.
9699
9700         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9701         param.
9702
9703         * mm-encode.el (mm-encode-word-region): Downcase.
9704
9705 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9706
9707         * gnus.el: Pterodactyl Gnus v0.8 is released.
9708
9709 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * message.el (message-send-mail): Encode headers.
9712
9713         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9714         (quoted-printable-encode-region): Upcase.
9715
9716         * message.el (message-default-charset): New variable.
9717
9718         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9719
9720         * message.el (message-narrow-to-field): Changed name.
9721
9722         * mm-encode.el: New file.
9723
9724         * message.el (message-narrow-to-header): New function.
9725
9726         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9727         right buffer.
9728
9729 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9730
9731         * gnus.el: Pterodactyl Gnus v0.7 is released.
9732
9733 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * gnus.el: Remove autoload for
9736         gnus-article-mime-decode-quoted-printable.
9737
9738         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9739         be decoded in non-MULE Emacsen.
9740
9741         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9742
9743 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9744
9745         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9746
9747 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * mm-decode.el: Check for coding-system-list.
9750
9751 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9752
9753         * gnus.el: Pterodactyl Gnus v0.6 is released.
9754
9755 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * nnheader.el (fboundp): Protect code-coding-string.
9758
9759         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9760         is available.
9761
9762 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9763
9764         * gnus.el: Pterodactyl Gnus v0.5 is released.
9765
9766 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9767
9768         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9769         (gnus-hack-decode-rfc1522): Removed.
9770
9771         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9772
9773 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9774
9775         * gnus.el: Gnus v0.4 is released.
9776
9777 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778
9779         * gnus-art.el (gnus-article-decode-mime-words): New command and
9780         keystroke.
9781
9782         * qp.el (quoted-printable-decode-region): Don't use hexl.
9783
9784         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9785
9786         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9787         (gnus-structured-field-decoder): Removed.
9788         (gnus-unstructured-field-decoder): Ditto.
9789
9790         * mm-decode.el: New file.
9791
9792         * qp.el: New file.
9793
9794         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9795
9796         * gnus-ems.el (fboundp): Removed gnus-split-string.
9797
9798         * gnus.el (gnus-splash-face): Doc fix.
9799
9800         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9801
9802         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9803         hexl.
9804
9805         * nnheader.el (nnheader-temp-write): Removed.
9806
9807 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9808
9809         * gnus.el: Gnus v0.3 is released.
9810
9811 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9812
9813         * gnus.el: Gnus v0.2 is released.
9814
9815 ;; Local Variables:
9816 ;; coding: iso-2022-7bit
9817 ;; End: