(nnimap-group-overview-filename): Create directory for
[gnus] / lisp / ChangeLog
1 2000-10-09  Simon Josefsson  <simon@josefsson.org>
2
3         * nnimap.el (nnimap-group-overview-filename): Create directory for
4         newfile (when use long filenames is nil).  Copy+delete file if
5         rename didn't work.
6
7 2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8
9         * dgnushack.el (dgnushack-compile): Delete old elc files first.
10
11 2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12
13         * gnus-ems.el (gnus-kill-all-overlays): Move here.
14         * gnus-util.el (gnus-kill-all-overlays): Move out.
15         * gnus-sum.el (gnus-cache-write-active): Auto load.
16         * lpath.el: Shut up.
17         * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
18         asynchronous in Exp version.
19
20 2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
21
22         * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
23         * gnus-ems.el: Autoload smiley.
24         * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
25
26 2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
27
28         * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
29         (gnus-summary-select-article): Don't enable multibyte here.
30         (gnus-summary-goto-article): Ditto.
31
32 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
33
34         * gnus-draft.el (gnus-draft-send-message): Typo.
35
36 2000-10-08  Simon Josefsson  <simon@josefsson.org>
37
38         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
39         uid validity changes.
40         (nnimap-group-overview-filename): Store uidvalidity in filenames.
41         Rename old files into new format.
42
43 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
44
45         * mm-util.el (mm-enable-multibyte-mule4): New.
46         (mm-disable-multibyte-mule4): New.
47         * gnus-sum.el (gnus-summary-mode): Use it.
48         (gnus-summary-select-article): Ditto.
49         (gnus-summary-goto-article): Use enable multibyte.
50         * rfc2047.el (rfc2047-decode): Use unibyte.
51
52 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
53
54         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
55
56 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
57
58         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
59         break point.
60         (rfc2047-fold-region): Don't break the first non-LWSP characters.
61
62 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
63
64         * gnus.el (gnus-agent-fetching): New variable.
65         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
66         * gnus-score.el (gnus-score-body): Don't score body when
67         agent-fetching.
68         (gnus-score-followup): Don't score followup either. 
69
70 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
71
72         * gnus-art.el: Define dynamic variables in eval-when-compile.
73         * message.el (message-sending-message): New variable.
74         (message-send): Use it.
75         * gnus-draft.el (gnus-draft-send-message): Ditto.
76         (gnus-group-send-drafts): Ditto.
77
78 2000-10-06  Dave Love  <fx@gnu.org>
79
80         * gnus-audio.el: Don't require cl.
81         (gnus-audio): New custom group.
82         (gnus-audio-inline-sound): Change to work with Emacs.
83         (gnus-audio-directory, gnus-audio-directory) 
84         (gnus-audio-au-player):  Customize.
85         (gnus-audio-play): Try external player if play-sound-file fails.
86         Use file-name-extension, not string-match.
87
88 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
89
90         * gnus-art.el (gnus-article-prepare): Configure it again.
91
92 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
93
94         * message.el (message-default-charset): Default value for non-Mule
95         Emacsen.
96
97 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
98
99         * message.el (message-alternative-emails): New.
100         (message-use-alternative-email-as-from): New.
101         (message-setup): Use them.
102
103 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
104
105         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
106         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
107
108         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
109         gnus-overlay-start.
110         * gnus.el: Ditto.
111         * gnus-art.el (gnus-insert-mime-button): Use them.
112
113 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
114
115         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
116         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
117
118 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
119
120         * qp.el (quoted-printable-encode-region): Use
121         mm-with-unibyte-current-buffer within narrowed region.
122
123 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
124
125         * webmail.el (webmail-type-definition): Fix my-deja open url.
126
127 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
128
129         * message.el (message-setup-fill-variables): New variable.
130         (message-mode): Use it.
131
132 2000-10-05  Dave Love  <fx@gnu.org>
133
134         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
135         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
136
137         * binhex.el: Use defalias, not fset.
138
139         * rfc1843.el: Require cl when compiling.
140
141 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
142
143         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
144
145 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
146
147         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
148         adjacent.
149
150 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
151
152         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
153         (mm-find-charset-region): Merge conditions, delete ascii.
154         (mm-charset-after): Rewrite.
155         * mm-bodies.el (mm-encode-body): Use it.
156
157 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
158
159         * webmail.el (webmail-hotmail-list): Fix.
160
161 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
162
163         * nnimap.el (require): cl.
164
165 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
166
167         * gnus-art.el (gnus-article-prepare): Configure windows before
168         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
169         window might be overrided.
170
171 2000-10-04  Dave Love  <fx@gnu.org>
172
173         * gnus-ems.el (gnus-article-display-xface)
174         [gnus-article-compface-xbm]: Fix.
175         (gnus-x-splash): Bind width, height.
176
177 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
178
179         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
180         when it is called interactively.
181
182 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
183
184         * gnus-art.el (gnus-mime-action-alist): New variable.
185         (gnus-mime-action-on-part): Use it.
186         (gnus-mime-button-commands): Add command ".".
187
188 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
189
190         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
191
192 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
193
194         * lpath.el: "." is in the load-path because dgnushack.el.
195
196 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
197
198         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
199
200         * nnheader.el: ditto
201
202         * mm-util.el: ditto
203
204         * message.el: ditto
205
206         * binhex.el: ditto
207
208         * gnus-audio.el: removed unnecessary xemacs test
209
210         * earcon.el: ditto
211         
212 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * nnweb.el (nnweb-decode-entities): Work for non-character
215         entities. 
216
217 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * gnus.el: Message the quit parts.
220
221 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
222
223         * mail-source.el (mail-source-fetch-maildir): Don't insert
224         newlines.
225
226 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
227
228         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
229         lpath.el. Don't compile base64.el if there is builtin base64.
230
231 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
232
233         * base64.el (Repository): Use featurep for XEmacs test.
234
235 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
236
237         * nntp.el (nntp-retrieve-data): Don't ignore quit.
238
239 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
240
241         * gnus-art.el (gnus-article-banner-alist): New variable.
242         (article-strip-banner): Use it.
243         * gnus-cus.el (gnus-group-parameters): Allow symbol.
244
245 2000-10-02  Dave Love  <fx@gnu.org>
246
247         * smiley-ems.el: New file.
248
249         * gnus-ems.el (gnus-smiley-display): Autoload.
250         (mouse-set-point, set-face-foreground, set-face-background)
251         (x-popup-menu): Don't clobber these.
252         (gnus-article-compface-xbm): New variable.
253         (gnus-article-display-xface): Move graphic test.  Use unibyte.
254         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
255
256         * mml.el (require): Fix typo.
257         (mml-parse-1): Modify unknown encoding prompt.
258
259         * mail-source.el (mail-sources): Revert to nil.
260
261         * nnmail.el (nnmail-spool-file): Revert previous change.
262
263         * gnus.el: Don't require custom, message.
264         (gnus-message-archive-method): Wrap initializer in progn and
265         require message here.
266
267 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
268
269         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
270         image's :ascent to 80.  That gives a mode-line which is approx.
271         as tall as the normal one.
272
273 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
274
275         * webmail.el (webmail-hotmail-list): Fix.
276
277 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
278
279         Don't postpone GCC if none of GCC methods is agent-covered.  This
280         fix presumes that the post-method must be agent-covered if any Gcc
281         method is agent-covered.
282
283         * gnus-msg.el (gnus-inews-group-method): New function.
284         (gnus-inews-do-gcc): Use it.
285         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
286         (gnus-agent-possibly-save-gcc): Use it.
287         (gnus-agent-possibly-do-gcc): Ditto.
288
289 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
290
291         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
292         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
293
294 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
295
296         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
297         webmail-hotmail-list): Update.
298
299 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
300
301         * mail-source.el (mail-source-report-new-mail): Use
302         nnheader-cancel-timer.
303
304 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
305
306         * lpath.el (overlay-*): Shut up.
307         * dgnushack.el: Two implementations of smiley.
308
309 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
310
311         * gnus-ml.el: Usage.
312         (gnus-mailing-list-archive, gnus-mailing-list-owner,
313         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
314         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
315         (gnus-mailing-list-menu): Define it.
316         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
317         
318         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
319
320 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
321
322         * webmail.el (webmail-my-deja-*): Rewrite.
323
324 2000-09-30  Simon Josefsson  <simon@josefsson.org>
325
326         * nnimap.el (nnimap-request-accept-article): Remove \n's from
327         From_ lines.
328
329 2000-08-05  Simon Josefsson <simon@josefsson.org>
330
331         Make GCC to remote groups work when unplugged
332         (postpone GCC until message is actually sent).
333
334         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
335
336         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
337         (gnus-agent-restore-gcc): 
338         (gnus-agent-possibly-save-gcc): New functions.
339
340         * gnus-msg.el (gnus-inews-add-send-actions): Use
341         `gnus-agent-possibly-do-gcc' if Agentized.
342         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
343         to `message-header-hook'.
344
345         * gnus.el (gnus-agent-gcc-header): New variable.
346
347 2000-07-13  Simon Josefsson <simon@josefsson.org>
348
349         Asks the user to synch flags with server when you plug in.
350
351         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
352         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
353         (gnus-agent-toggle-plugged): Call it.
354         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
355         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
356         (gnus-agent-possibly-synchronize-flags): New function.
357         (gnus-agent-possibly-synchronize-flags-server): New function.
358
359 2000-09-30  Simon Josefsson  <simon@josefsson.org>
360
361         * starttls.el: New file, by Daiki Ueno.
362
363 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
364
365         * message.el (message-make-in-reply-to): In-Reply-To is message-id
366         (see DRUMS).
367         
368 2000-09-29  Simon Josefsson  <simon@josefsson.org>
369
370         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
371         prefetch.
372
373 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
376         sending a command; allow the rtelnet prompt as well.
377
378 2000-09-29  Simon Josefsson  <simon@josefsson.org>
379
380         * message.el (message-send): Make sure error is signalled if no
381         send method is specified.
382
383 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
384
385         * qp.el (quoted-printable-encode-region): Wrap with
386         `mm-with-unibyte-current-buffer'.
387
388 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
389
390         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
391           McEwan's proposal.
392         
393 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
394
395         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
396         the GNU assignment issue.
397
398 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
399
400         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
401
402 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
403
404         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
405
406 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
407
408         * gnus-art.el (article-strip-banner): Use
409         gnus-group-find-parameter rather than gnus-group-get-parameter, to
410         allow inheritance on the banner.
411         From elkin@tverd.astro.spbu.ru.
412
413 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
414
415         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
416
417 2000-09-26  Dave Love  <fx@gnu.org>
418
419         * gnus-draft.el: Don't require gnus-agent.
420
421         * mm-view.el: Use featurep for XEmacs test.
422         (mm-inline-message): Test for `remove-specifier'; don't use
423         condition-case.
424
425 2000-09-24  Simon Josefsson  <simon@josefsson.org>
426
427         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
428
429         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
430         support ACL's.
431
432         * nnimap.el (nnimap-acl-get): Check capability.
433
434         * mail-source.el (mail-source-imap-file-coding-system): New variable.
435         (mail-source-fetch-imap): Use it.
436
437         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
438         (rfc2104-hash): Use it.
439
440         * imap.el (imap-starttls-p): Check for starttls binary.
441         (imap-starttls-open): More verbose.
442         (imap-gssapi-auth): Ditto.
443         (imap-kerberos4-auth): Ditto.
444         (imap-cram-md5-auth): Ditto.
445         (imap-login-auth): Ditto.
446         (imap-anonymous-auth): Ditto.
447         (imap-digest-md5-auth): Ditto.
448         (imap-open): Ditto.
449         (imap-digest-md5-p): Check capability first.
450
451 2000-09-24  Simon Josefsson  <simon@josefsson.org>
452
453         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
454         (imap-login-p): Support LOGINDISABLED.
455
456 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
457
458         * rfc2104.el: Add SHA-1 example.
459
460 2000-09-22  Simon Josefsson  <simon@josefsson.org>
461
462         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
463
464 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
465
466         * lpath.el: Bind nnkiboze-score-file.
467
468 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
469
470         * gnus-score.el (gnus-score-use-all-scores): New variable.
471         (gnus-all-score-files): Use it.
472         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
473         (nnkiboze-enter-nov): Fix it when there is no xref.
474         (nnkiboze-generate-groups): List groups.
475         * gnus-group.el (gnus-group-make-kiboze-group): Use 
476         nnkiboze-score-file.
477         
478         * nnkiboze.el (nnkiboze-request-article): Use
479         gnus-cache-request-article.
480         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
481
482 2000-07-16 Dmitry Bely <dbely@mail.ru>
483
484         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
485
486 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
487
488         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
489
490 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
491
492         * message.el (message-default-charset): Set default value in
493         non-MULE XEmacsen as iso-8859-1.
494
495 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
496
497         * gnus-demon.el: Use (featurep 'xemacs).
498         * gnus-agent.el: timer vs. itimer.
499         * mail-source.el: Ditto.
500
501 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
502
503         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
504         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
505         * gnus-sum.el (gnus-nov-parse-line): Ditto.
506         * nnkiboze.el (nnkiboze-file-coding-system): New.
507         (nnkiboze-retrieve-headers): Use it.
508         (nnkiboze-request-group): Ditto.
509         (nnkiboze-close-group): Ditto.
510         (nnkiboze-generate-group): Ditto.
511         (nnkiboze-enter-nov): Insert first Xref properly.
512
513 2000-09-19  Dave Love  <fx@gnu.org>
514
515         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
516         (nnmail-get-new-mail): Test `sources' in top-level conditional.
517
518         * mail-source.el (mail-sources): Change default to '((file)).
519         Add useful custom type.
520
521 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
522
523         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
524         year).
525         (gnus-date-iso8601): Ditto.
526
527 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
528
529         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
530
531 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
532
533         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
534         pattern. Avoid using 8 bit chars.
535         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
536
537 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
538
539         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
540         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
541         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
542         functions are not implemented yet.
543         
544         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
545         x-overlay.el from the FSF Emacs black list.
546
547 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
548
549         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
550         (mm-inline-media-tests): Ditto.
551         (mm-automatic-display): Ditto.
552         * mm-view.el (mm-display-inline-fontify): Generalize from 
553         mm-display-patch-inline. 
554         (mm-display-patch-inline): Use it.
555         (mm-display-elisp-inline): Ditto.
556         
557 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
558
559         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
560         (gnus-topic-unmark-topic): Ditto.
561         (gnus-topic-mark-topic): Ditto.
562         (gnus-topic-get-new-news-this-topic): Use it.
563
564 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
565
566         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
567         display xface.
568
569 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
572         zombie or killed groups.
573         
574 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
575
576         * mml.el (mml-preview): Reinsert unibyte content. 
577         (mml-parse-1): Remove with-unibyte-current-buffer.
578         (mml-generate-mime-1): Ditto.
579         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
580         * message.el (message-forward): Ditto.
581
582 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
583
584         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
585         original article buffer.
586         (article-de-base64-unreadable): Ditto.
587         (article-wash-html): Ditto.
588
589 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
590
591         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
592         unless forward-show-mml.
593
594 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
595
596         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
597         (gnus-summary-save-parts-last-directory): New.
598         (gnus-summary-save-parts): Save history.
599
600 2000-09-14 Ben Gertzfield <che@debian.org>
601
602         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
603         variable.
604         (gnus-summary-save-parts): Use it.
605
606 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
607
608         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
609         * gnus-sum.el (gnus-summary-exit): Ditto.
610         (gnus-summary-exit-no-update): Ditto.
611         (gnus-summary-show-article): Ditto.
612
613 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
614
615         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
616         Content-Disposition.
617
618 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
619
620         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
621
622 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
623
624         * gnus-art.el (gnus-article-setup-buffer): Set
625         gnus-article-mime-handles to nil.
626         * gnus-sum.el (gnus-summary-exit): Ditto.
627         (gnus-summary-exit-no-update): Ditto.
628         (gnus-summary-show-article): Ditto.
629         (gnus-summary-save-parts): Use gnus-article-mime-handles if
630         dissected.
631         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
632
633 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
634
635         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
636         (gnus-sort-threads-1): New function. Sort threads recursively.
637         (gnus-sort-threads): Use it.
638         (gnus-sort-gathered-threads): Doc fix.
639
640 2000-09-13  Dave Love  <fx@gnu.org>
641
642         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
643
644         * gnus-ems.el (gnus-ems-redefine): Don't alias
645         gnus-summary-set-display-table.
646
647         * message.el (message-user-agent): Don't wrap ignore-errors around
648         it.
649
650         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
651         `format'.
652         (mm-content-transfer-encoding): Don't use cadar.
653
654         * uudecode.el (uudecode-decoder-program) 
655         (uudecode-decoder-switches): Customize.
656
657         * gnus-score.el (gnus-home-score-file): Improve custom type.
658
659         * gnus-cus.el (gnus-custom-mode): Conditionally set local
660         variables for Emacs 21.
661         (gnus-group-customize): Disable undo while laying out the buffer.
662
663 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
664
665         * gnus-util.el (gnus-write-active-file): Bind
666         coding-system-for-write.
667
668 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
669
670         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
671         
672         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
673         * gnus-kill.el (gnus-batch-score): Ditto.
674         * gnus-move.el (gnus-change-server): Ditto.
675         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
676
677 2000-09-12  Simon Josefsson  <simon@josefsson.org>
678
679         * gnus-sum.el (gnus-update-read-articles): Undo
680         `gnus-request-set-mark' operation.
681
682 2000-09-11  Dave Love  <fx@gnu.org>
683
684         * Changelog: Use iso-2022 coding.
685
686         * gnus-msg.el (gnus-msg-mail): New function.
687         (gnus-user-agent): New mail agent.
688
689 2000-09-10  Dave Love  <fx@gnu.org>
690
691         * message.el: Require mail-abbrevs for XEmacs for a problem with
692         keybinding despite the autoloads for it.
693
694 2000-09-08  Simon Josefsson  <simon@josefsson.org>
695
696         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
697
698         * nnimap.el (nnimap-request-update-info-internal): Remove tick
699         marks from dormant articles. (See nnimap-request-set-mark.)
700         (nnimap-retrieve-headers-progress): Demule.
701         (nnimap-open-server): Call nnoo-change-server twice, once for
702         getting the nnimap-server-buffer and once for letting n-c-s set
703         the variables in that buffer.
704
705 2000-09-08  David Edmondson <dme@dme.org>
706
707         * gnus.el (gnus-short-group-name): Guess separator.
708
709 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
710
711         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
712         XEmacs as well.
713
714 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
715
716         * gnus-group.el (gnus-group-insert-group-line): Fix.
717
718 2000-09-04  Dave Love  <fx@gnu.org>
719
720         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
721         (mm-get-image): Avoid the losing `make-glyph' from W3.
722
723 2000-09-03  Simon Josefsson  <simon@josefsson.org>
724
725         * gnus-sum.el (gnus-summary-delete-article): Check server.
726
727 2000-09-01  Simon Josefsson  <simon@josefsson.org>
728
729         * imap.el (imap-parse-flag-list): Rewrite.
730
731         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
732
733         * imap.el (imap-parse-flag-list): Hack.
734
735 2000-08-29  Dave Love  <fx@gnu.org>
736
737         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
738
739         * dgnushack.el (mapcon, union): Remove compiler macros.
740
741         * gnus-agent.el (gnus-agent-union): new function.
742         (gnus-agent-fetch-headers): Use it.
743
744         * gnus.el (gnus-group-startup-message): Specify foreground and
745         background for xpm image.  Centre image vertically.
746         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
747
748 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
749
750         * message.el (message-send-mail): Narrow-to-headers.
751
752 2000-08-24  Dave Love  <fx@gnu.org>
753
754         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
755         21.
756
757 2000-08-23  Dave Love  <fx@gnu.org>
758
759         * dgnushack.el: Remove `member-if' compiler macro.
760
761 2000-08-21  Dave Love  <fx@gnu.org>
762
763         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
764
765 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
766
767         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
768         permanent is used.
769         (gnus-topic-show-topic): Read topic when to show permanent hidden
770         topic.
771         (gnus-topic-remove-topic): Revert to the old behavior, not using
772         hide.
773
774 2000-08-21  Dave Love  <fx@gnu.org>
775
776         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
777         (gnus-xemacs): Use featurep.
778
779         * mm-util.el (mm-read-charset): Maybe use builtin.
780         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
781         (mm-multibyte-p, mm-with-unibyte-current-buffer)
782         (mm-with-unibyte): Use featurep, not string-match.
783         (mm-with-unibyte-buffer): Simplify.
784         (mm-quote-arg): Maybe use shell-quote-argument.
785
786         * mml.el (mml-make-string): Deleted (unused).
787
788         * gnus.el (gnus-mode-line-buffer-identification): Supply
789         definition for Emacs 21.
790
791         * gnus-salt.el: Small doc fixes.
792         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
793         gnus-add-minor-mode.
794
795         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
796         gnus-add-minor-mode.
797
798 2000-08-20  Simon Josefsson  <simon@josefsson.org>
799
800         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
801         function, thanks to Lloyd Zusman for debugging.
802         (nnimap-request-group): 
803         (nnimap-request-list): 
804         (nnimap-retrieve-groups): 
805         (nnimap-request-newgroups): Use it.
806
807         * nnimap.el (nnimap-request-article-part): Less verbose.
808
809 2000-08-19  Andreas Jaeger  <aj@suse.de>
810
811         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
812         subst-char-in-string since we test elsewhere whether it's bound.
813         
814 2000-08-18  Dave Love  <fx@gnu.org>
815
816         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
817         custom type.
818
819         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
820         gnus-group-running-xemacs.
821
822         * nnheader.el (nnheader-replace-chars-in-string): Use
823         subst-char-in-string if available.
824
825         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
826         (gnus-request-article-this-buffer): Use expand-file-name.
827         (gnus-mime-view-part-as-type): Simplify interactive spec.
828         (gnus-mime-button-map): Define it all in defvar.
829
830 2000-08-17  Dave Love  <fx@gnu.org>
831
832         * gnus-group.el (gnus-group-running-xemacs): Deleted.
833
834         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
835         last-nonmenu-event.
836
837         * uudecode.el (char-int): Use defalias, not fset.
838
839         * score-mode.el: Don't require easymenu.  Require mm-util.
840         (score-mode-coding-system): Use mm-auto-save-coding-system.
841
842         * nneething.el (nneething-create-mapping): Don't use cadar & al.
843         (nneething-file-name): Use expand-file-name, not concat.
844
845 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
846
847         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
848         Failure proof for email addresses.
849         (nnslashdot-sane-retrieve-headers): Ditto.
850
851 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * message.el (message-send-mail): Only insert courtesy message
854         when text/plain.
855
856 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
857
858         * message.el (message-cancel-news): Copy the From header from the
859         original article.
860
861 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus-async.el (gnus-asynchronous): Removed.
864
865 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
866
867         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
868         format.
869
870 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
871
872         * nnmail.el (nnmail-expiry-target-group): Fixed.
873
874 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
875
876         * nnmail.el (nnmail-expiry-target-group): Fix the call to
877         gnus-request-accept-article so that body encoding is *not* done.
878         Encoding is not done on incoming mail, so why should it be done on
879         expired mail?
880
881
882 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
883
884         * nnml.el (nnml-request-expire-articles): Fix the calls to
885         nnml-request-article (the filename was being passed instead of the
886         article number) and nnmail-expiry-target-group
887         (nnml-current-directory is changed by nnml-request-accept-article,
888         causing it to be incorrect for the next article to be expired).
889
890 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
891
892         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
893         expiry-target group parameters. 
894
895 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
898         buffer.
899         (gnus-topic-hide-topic): Take a PERMANENT parameter.
900         (gnus-topic-show-topic): Ditto.
901
902         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
903
904 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
905
906         * mail-source.el (mail-source-incoming-file-prefix): New
907         variable. 
908
909 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
912
913         * mailcap.el (mailcap-maybe-eval): Be even more warning.
914
915 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
916
917         * message.el (message-syntax-checks): New check quotin-style: 
918         Text must be written below quoted text.
919         (message-check-news-body-syntax): Check it.
920
921 2000-08-11  Simon Josefsson  <simon@josefsson.org>
922
923         * imap.el (imap-authenticator-alist): Fix typo.
924         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
925         Jonas Oberg for debugging.
926
927 2000-08-11  Simon Josefsson  <simon@josefsson.org>
928
929         * gnus-async.el (gnus-asynchronous): Disable by default.
930
931 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * mm-view.el (mm-inline-text): Bind fill-column.
934
935         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
936         list of unexpired articles.
937
938         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
939         un-expired articles. 
940
941         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
942         headers. 
943
944         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
945         we update the right topic.. 
946
947         * mm-decode.el (mm-display-external): Put point at start. 
948
949 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
950
951         * nnmail.el (nnmail-expiry-target): More explicit documentation.
952
953         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
954
955 2000-08-09  Simon Josefsson <simon@josefsson.org>
956
957         * imap.el (imap-parse-body):
958         (imap-parse-string-list): Add bug workarounds for Stalker
959         Communigate Pro 3.0 server.
960         (imap-body-lines): Remove bogus comment.
961
962         * imap.el (imap-range-to-message-set): Move from nnimap.el.
963
964         * nnimap.el (nnimap-retrieve-which-headers):
965         (nnimap-retrieve-headers-from-server):
966         (nnimap-request-set-mark):
967         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
968
969 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
970
971         * message.el (message-dont-reply-to-names):
972         rmail-dont-reply-to-names may not be defined.
973
974 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
975
976         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
977         not use pop.
978
979 2000-07-19  Dave Love  <fx@gnu.org>
980
981         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
982         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
983         check.
984         (gnus-article-display-xface): Special-case for dark backgrounds.
985
986 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
987
988         * imap.el (imap-calculate-literal-size-first): New variable.
989         (imap-local-variables): Add it.
990         (imap-kerberos4-open): Set it.
991         (imap-send-command): Use it.
992
993 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
994
995         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
996         (mailcap-parse-mimetypes): Use it.
997         (mailcap-extension-to-mime): Parse mimetype.
998         (mailcap-mime-types): Ditto.
999         * mml.el (mml-minibuffer-read-type): Ditto.
1000
1001 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1002
1003         * nndoc.el (nndoc-type-alist): Add outlook.
1004         (nndoc-outlook-type-p): New function.
1005         (nndoc-outlook-article-begin): Ditto.
1006
1007 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
1008
1009         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
1010         excursion.
1011
1012 2000-07-15  Simon Josefsson  <simon@josefsson.org>
1013
1014         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
1015
1016         * imap.el (imap): 
1017         (imap-kerberos4-program): 
1018         (imap-gssapi-program): 
1019         (imap-ssl-program): Customization.
1020         (imap-shell-program): 
1021         (imap-shell-host): New variables.
1022         (imap-streams): 
1023         (imap-stream-alist): Add shell.
1024         (imap-shell-p): 
1025         (imap-shell-open): New functions.
1026         (imap-open): Don't call authenticator if preauth.
1027         (imap-authenticate): Return t if already authenticated.
1028
1029 2000-07-14  Simon Josefsson  <simon@josefsson.org>
1030
1031         * gnus.el (gnus-invalid-group-regexp): New variable.
1032         (gnus-read-group): Use it.
1033
1034 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1035
1036         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1037         expunge-below and orphan-score are "group variables".
1038
1039 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1040
1041         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1042         qualified group names to `gnus-group-read-ephemeral-group'.
1043
1044 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * dgnushack.el (srcdir): Define it before use it.
1047
1048 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1049
1050         * gnus-sum.el: `W t' is toggle-header in info.
1051
1052 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1053
1054         * lpath.el: Fbind subst-char-in-string.
1055
1056 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1057
1058         * Makefile.in: Use W3DIR and lispdir.
1059         * dgnushack.el: Ditto.
1060
1061 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1062
1063         * gnus-art.el (article-de-base64-unreadable): Typo.
1064
1065 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1066
1067         * gnus-agent.el (require): Require timer.
1068
1069 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1070
1071         * message.el (message-bounce): Call mime-to-mml.
1072
1073 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * nnslashdot.el (nnslashdot-request-close): New function.
1076
1077 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1080         right line number for the article.
1081
1082 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1083
1084         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1085         * webmail.el (webmail-fetch): Bind 
1086         url-http-silence-on-insecure-redirection.
1087
1088 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1089
1090         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1091         unibyte.
1092         (nnslashdot-sane-retrieve-headers): Ditto.
1093         (nnslashdot-request-article): Ditto.
1094
1095 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1096
1097         * mailcap.el (mailcap-parse-mimetype-file): 
1098
1099 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1100
1101         * nnweb.el (nnweb-insert): Stricter test.
1102         * webmail.el (webmail-refresh-redirect): Ditto.
1103
1104 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1105
1106         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1107
1108 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1109
1110         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1111
1112 2000-07-05  Dave Love  <fx@gnu.org>
1113
1114         * utf7.el: Doc and header fixes.
1115
1116         * gnus-sum.el: Doc fixes.
1117
1118         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1119         defalias, not fset.
1120
1121         * flow-fill.el (fill-flowed-point-at-eol)
1122         (fill-flowed-point-at-bol): Use defalias, not fset.
1123
1124         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1125         (gnus-Plain-save-name): Delete -- apparently bogus.
1126
1127 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * nnsoup.el: Use expand-file-name throughout.
1130
1131 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1132
1133         * nnmail.el (nnmail-read-incoming-hook): New example.
1134
1135 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * mm-view.el (mm-inline-text): Check whether the text has already
1138         been decoded.
1139
1140 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1141
1142         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1143
1144 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1145
1146         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1147
1148 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1149
1150         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1151         unsend flags.
1152
1153 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1154
1155         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1156         name in authinfo (.authinfo now support ports, no need for the
1157         hack).
1158         (nnimap-split-find-rule): Fix.
1159         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1160
1161 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1162
1163         * message.el (message-unquote-tokens): Remove all quotes.
1164
1165 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1166
1167         * gnus-ml.el: New file. 
1168
1169 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * nnultimate.el (nnultimate-request-close): New function.
1172
1173         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1174
1175 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1176
1177         * Makefile.in: Better support for xemacs builds
1178
1179 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1180
1181         * gnus.el: Gnus v5.8.7 is released.
1182
1183 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1186
1187 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1188
1189         * message.el (message-do-fcc): Encode MIME.
1190
1191 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1192
1193         * lpath.el: Fbind image-size.
1194
1195 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1196
1197         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1198         (nnimap-assoc-match): New function.
1199         (nnimap-split-find-rule): Support extended syntax.
1200
1201 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1202
1203         * nnimap.el (nnimap-open-connection): Use port stuff.
1204
1205         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1206         document port and defaultport.
1207
1208 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1209
1210         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1211
1212 2000-06-26  Dave Love  <fx@gnu.org>
1213
1214         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1215
1216         * message.el: Remove unnecessary `require'ments.  Defvar
1217         gnus-list-identifiers when compiling.  Don't try to autoload
1218         variable `gnus-list-identifiers'.  Autoload
1219         gnus-group-name-charset.
1220         (message-fetch-field): Don't assume `format' removes text
1221         properties.
1222         (message-strip-list-identifiers, message-reply, message-followup):
1223         Require gnus-sum.
1224         (message-mode): Tidy XEmacs conditionals.
1225         (message-replace-chars-in-string): Use subst-char-in-string when
1226         available.
1227
1228         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1229         Define if necessary.
1230
1231         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1232         removes text properties.
1233
1234         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1235
1236         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1237
1238         * gnus-score.el (gnus-summary-score-entry): Likewise.
1239
1240 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * nnimap.el (nnimap-request-post): Fix parenthesis.
1243
1244 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1245
1246         * message.el (message-unquote-tokens): New function.
1247
1248         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1249
1250         * nnimap.el (nnimap-request-post): Ditto.
1251
1252 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1253
1254         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1255
1256         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1257         patch commited 2000-04-02).
1258
1259 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1260
1261         * imap.el (imap-mailbox-examine-1): New function.
1262         (imap-message-copyuid-1):
1263         (imap-message-appenduid-1): Use it, instead of
1264         `imap-mailbox-examine' which would utf-7 encode mailbox name
1265         twice.
1266
1267 2000-06-19  Dave Love  <fx@gnu.org>
1268
1269         * mm-uu.el Don't require message.  Require cl when compiling.
1270
1271 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1272
1273         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1274         a local variable.
1275         * gnus-sum.el (gnus-orphan-score): Move here.
1276
1277 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1278
1279         * message.el (message-forward): Remove show-mml condition.
1280         (message-forward-ignored-headers): Remove X-Gnus headers.
1281
1282 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1283
1284         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1285
1286 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1287
1288         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1289
1290 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1291
1292         * message.el (message-syntax-checks): Add type.
1293
1294 2000-06-07  Dave Love  <fx@gnu.org>
1295
1296         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1297         put-image.
1298         (mm-inline-image): Defalias, not fset.
1299
1300         * gnus.el (gnus-group-startup-message): Don't specify string for
1301         insert-image.
1302
1303         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1304         add-minor-mode is available.
1305         (gnus-article-display-xface): Don't specify string for
1306         insert-image.
1307
1308 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1309
1310         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1311         (gnus-topic-insert-topic-line): Use shownp.
1312         (gnus-topic-hide-topic): Don't use hidden.
1313         (gnus-topic-show-topic): Don't use hidden.
1314
1315 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1316
1317         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1318         system.
1319         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1320         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1321         * gnus-util.el (gnus-output-to-rmail): Ditto.
1322         (gnus-output-to-mail): Ditto.
1323         (gnus-write-buffer): Ditto.
1324         * gnus-uu.el (gnus-uu-save-article): Ditto.
1325
1326 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1327
1328         * message.el (message-read-from-minibuffer): Typo.
1329
1330 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1331
1332         * gnus-art.el (article-decode-charset): Override non-MIME forward
1333         charset.
1334
1335 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1336
1337         * mml.el (mml-quote-region): Correct the regexp.
1338         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1339
1340 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1341
1342         * message.el (message-forward): Insert raw text.
1343         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1344         (mml-generate-mime-1): Insert raw text in unibyte mode.
1345
1346 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1347
1348         * mm-bodies.el (mm-body-encoding): Always encoded if
1349         `mm-use-ultra-safe-encoding' is set.
1350
1351 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1352
1353         * mml.el (ange-ftp-name-format): Typo.
1354
1355 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1356
1357         * gnus-start.el (gnus-get-unread-articles): If
1358         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1359         try to do anything on that server.
1360         
1361 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1362
1363         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1364         from latest draft.
1365
1366 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1367
1368         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1369         is open.
1370
1371 2000-05-24  Dave Love  <fx@gnu.org>
1372
1373         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1374
1375 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1376
1377         * gnus.el (gnus-redefine-select-method-widget): new function, call
1378         it once. Add an "other" entry for unknown but editable backend
1379         name symbols.
1380         * gnus-start.el (gnus-declare-backend): use it.
1381
1382 2000-05-19  Dave Love  <fx@gnu.org>
1383
1384         * gnus-art.el (gnus-article-next-page): Revert last change.
1385
1386 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1387
1388         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1389
1390 2000-05-19  Dave Love  <fx@gnu.org>
1391
1392         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1393         not mm-inline-large-images.
1394
1395 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1396
1397         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1398
1399 2000-05-18  Dave Love  <fx@gnu.org>
1400
1401         * gnus-art.el: Use defalias, not fset.
1402         (gnus-article-x-face-command): Don't test for xbm.
1403         (gnus-article-next-page): Redisplay before testing point in window.
1404
1405 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1406
1407         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1408         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1409
1410 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1411
1412         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1413         gnus-summary-save-in-rmail.
1414         * message.el (message-output): Ditto.
1415
1416 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1419
1420 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1421
1422         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1423         is a charset.
1424         * message.el (message-send-news): Check group name charset.
1425         * gnus-msg.el (gnus-post-news): Decode group name.
1426         (gnus-inews-do-gcc): Encode group name.
1427
1428 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1429
1430         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1431         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1432
1433 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1434
1435         * gnus-group.el (gnus-group-mark-line-p): New function.
1436         (gnus-group-goto-group): New parameter.
1437         (gnus-group-remove-mark): Use it.
1438         * gnus-topic.el (gnus-topic-move-group): Ditto.
1439         (gnus-topic-remove-group): Ditto.
1440
1441 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1442
1443         * gnus-group.el (gnus-group-list-dormant): New function.
1444
1445 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1446
1447         * gnus-agent.el (gnus-agent-synchronize): Use
1448         nnheader-insert-file-contents.
1449         (gnus-agent-save-active-1): Ditto.
1450         (gnus-agent-write-active): Ditto.
1451         (gnus-agent-expire): Ditto.
1452         * gnus-cache.el (gnus-cache-read-active): Ditto.
1453         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1454         * gnus-sum.el (gnus-summary-import-article): Ditto.
1455
1456         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1457         (gnus-agent-save-group-info): Ditto.
1458         (gnus-agent-save-alist): Ditto.
1459         * gnus-util.el (gnus-make-directory): Ditto.
1460
1461         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1462
1463 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1464
1465         * mml.el (mml-generate-mime-preprocess-function): New variable.
1466         (mml-generate-mime-postprocess-function): New variable.
1467         (mml-generate-mime-1): Use them.
1468
1469 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1470
1471         * gnus-group.el (gnus-group-apropos): Group name charset.
1472         * gnus-sum.el (gnus-set-mode-line): Ditto.
1473         * gnus-group.el (gnus-group-decoded-name): New function.
1474         (gnus-group-edit-group): Use it.
1475         * gnus-cus.el (gnus-group-customize): Use it.
1476
1477 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1478
1479         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1480
1481 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1482
1483         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1484         (gnus-group-name-charset-group-alist): Ditto.
1485         (gnus-group-name-charset): New function.
1486         (gnus-group-name-decode): New function.
1487         (gnus-group-insert-group-line): Use them.
1488         (gnus-group-prepare-flat-list-dead): Ditto.
1489         (gnus-group-list-active): Ditto.
1490         (gnus-group-describe-all-groups): Ditto.
1491         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1492         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1493         add gnus-group property.
1494         (gnus-browse-group-name): Read gnus-group property.
1495
1496 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1497
1498         * nnfolder.el (nnfolder-possibly-change-group): Use
1499         file-name-coding-system instead of pathname-coding-system.
1500         * nnmail.el (nnmail-find-file): Ditto.
1501         (nnmail-write-region): Ditto.
1502         * nnmh.el (nnmh-retrieve-headers): Ditto.
1503         (nnmh-request-article): Ditto.
1504         (nnmh-request-group): Ditto.
1505         (nnmh-request-list): Ditto.
1506         (nnmh-possibly-change-directory): Ditto.
1507         (nnmh-active-number): Ditto.
1508         * nnml.el (nnml-possibly-change-directory): Ditto.
1509         (nnml-request-list): Ditto.
1510         (nnml-request-article): Ditto.
1511         (nnml-retrieve-headers): Ditto.
1512
1513 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1514
1515         * nnimap.el (nnimap-request-accept-article): Don't unselect
1516         mailbox if no mailbox is selected.
1517
1518 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1519
1520         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1521         Recognize domain names starting with `www.' as starting an URL.
1522
1523 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1524
1525         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1526         (mail-source-keyword-map): Add "subdirs" for maildir.
1527
1528 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1529
1530         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1531         (nnmail-get-new-mail): Use it.
1532         * gnus-start.el (gnus-get-unread-articles): Ditto.
1533
1534 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1535
1536         * gnus-sum.el (gnus-summary-edit-article): Better support for
1537         nndraft:drafts.
1538         * nndraft.el (nndraft-request-replace-article): New function,
1539         bind nnmail-file-coding-system.
1540
1541 2000-05-14  Dave Love  <fx@gnu.org>
1542
1543         * nnheader.el: Replace uses of `fset' with `defalias'.
1544         (jka-compr-compression-info-list): Only defvar when compiling.
1545
1546 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1547
1548         * webmail.el (webmail-netaddress-article): Refresh redirect.
1549
1550 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1551
1552         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1553
1554 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1555
1556         * webmail.el: Translate &nbsp; to SP.
1557
1558 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1559
1560         * message.el (message-bounce): Doc typo.
1561
1562 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1563
1564         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1565         (gnus-soup-store): Ditto.
1566         (gnus-soup-send-packet): Ditto.
1567         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1568         (nnsoup-dissect-buffer): Ditto.
1569         (nnsoup-narrow-to-article): Ditto.
1570         (nnsoup-make-active): Ditto
1571
1572 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1573
1574         * message.el (message-mode): Two parameters for local-variable-p.
1575
1576 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1577
1578         * message.el (message-strip-list-identifiers): New function.
1579         (message-reply): Use it and use message-strip-subject-re.
1580         (message-followup): Ditto.
1581         * gnus-art.el (article-hide-list-identifiers): Remove more.
1582         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1583
1584 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1585
1586         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1587         mail-parset-charset and use non-numeric argument.
1588
1589 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1590
1591         * mml.el (mml-buffer-list): New variable.
1592         (mml-generate-new-buffer): New function.
1593         (mml-destroy-buffers): Ditto.
1594         (mml-insert-mime): Use them.
1595         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1596         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1597         * message.el (message-mode): Ditto.
1598         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1599         (gnus-uu-save-article): Support show-as-mml.
1600         * message.el (message-forward): Ditto.
1601
1602 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1603
1604         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1605         (nndoc-mime-digest-type-p): Locate article head precisely.
1606         * mml.el (mml-generate-default-type): New variable.
1607         (mml-generate-mime-1): Use it.
1608         (mml-insert-mime-headers): Use it.
1609         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1610         (gnus-uu-digest-mail-forward): Use it and call message-forward
1611         with argument digest.
1612         (gnus-uu-save-article): Support message-forward-as-mime.
1613         * message.el (message-forward): Add parameter digest.
1614         * mm-decode.el (mm-dissect-default-type): New variable.
1615         (mm-dissect-buffer): Use it.
1616
1617 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1618
1619         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1620         newline and paragraph to nil when got a non-ascii character. Test
1621         paragraph before newline.
1622
1623 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1624
1625         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1626         limit to 76.
1627
1628 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * nnslashdot.el (nnslashdot-sid-strip): New function.
1631         (nnslashdot-threaded-retrieve-headers): New format.
1632         (nnslashdot-sane-retrieve-headers): Ditto.
1633         (nnslashdot-request-article): Ditto.
1634         (nnslashdot-threaded-retrieve-headers): Thread properly.
1635         (nnslashdot-request-article): Be more lenient.
1636         (nnslashdot-threaded-retrieve-headers): Regexp search.
1637
1638 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1639
1640         * gnus-sum.el (gnus-with-article): Define it before use it.
1641
1642 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1643
1644         * message.el (message-supersede): Use mime-to-mml.
1645         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1646
1647 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus-group.el (gnus-group-list-cached): Don't use
1650         `subst-char-in-string'.
1651
1652 2000-05-08  Dave Love  <fx@gnu.org>
1653
1654         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1655
1656 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1657
1658         * mm-decode.el (mm-interactively-view-part): Append %s if the
1659         method is a single word.
1660         * nnwarchive.el (nnwarchive-type-definition): Typo.
1661
1662 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1663
1664         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1665         function.
1666         (gnus-group-prepare-flat-predicate): Use it.
1667         (gnus-group-list-cached): List dead groups.
1668
1669 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1670
1671         * gnus-art.el (article-decode-charset): Don't decode message with
1672         format.
1673
1674 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1675
1676         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1677         evaluate the Lisp code.
1678
1679 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1680
1681         * gnus-art.el (article-wash-html): New function.
1682         (gnus-article-wash-html): Bind.
1683         (gnus-article-make-menu-bar): Menu item.
1684         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1685         (gnus-summary-make-menu-bar): Menu item.
1686         * gnus.el: Autoload.
1687
1688 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1689
1690         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1691         (gnus-uu-unshar-article): Use it.
1692
1693         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1694         (mailcap-maybe-eval): Use it.
1695
1696         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1697         in docstring.
1698
1699         * mml.el (mml-generate-mime-1): Small comment.
1700
1701 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1702
1703         * gnus-art.el (article-de-base64-unreadable): New function.
1704         (gnus-article-de-base64-unreadable): Bind.
1705         (gnus-article-make-menu-bar): Menu item.
1706         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1707         (gnus-summary-make-menu-bar): Menu item.
1708         * gnus.el: Autoload.
1709
1710 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1711
1712         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1713         (gnus-summary-select-article): Add en/disable multibyte.
1714
1715 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1716
1717         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1718         (gnus-summary-edit-article): New feature: editing raw articles.
1719
1720 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1721
1722         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1723         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1724         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1725         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1726         * mm-decode.el (mm-insert-part): Ditto.
1727
1728 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1729
1730         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1731         (nndoc-forward-type-p): Ditto.
1732
1733 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1734
1735         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1736         value of enable-multibyte-characters.
1737
1738 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1739
1740         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1741
1742 2000-05-03  Dave Love  <fx@gnu.org>
1743
1744         * gnus-ems.el (gnus-article-xface-ring-internal)
1745         (gnus-article-xface-ring-size): New variable.
1746         (gnus-article-display-xface): Use them to cache data.  Don't try
1747         to use XPM.  Set up binary coding for PBM's sake.
1748
1749 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1750
1751         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1752         * gnus-int.el (gnus-request-accept-article): Ditto.
1753         (gnus-request-replace-article): Ditto.
1754         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1755
1756 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1757
1758         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1759
1760 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1761
1762         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1763         field.
1764         * mml.el (mml-to-mime): Use message-default-charset.
1765         (mml-preview): Narrow to headers.
1766         * message.el (message-send-mail): Use message-default-charset.
1767         (message-send-news): Narrow to headers;
1768         use message-default-charset.
1769
1770 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1771
1772         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1773         detect.
1774         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1775         restriction.
1776         (mml-parse-1): Warning message.
1777         (mml-preview): Disable multibyte.
1778
1779 2000-05-03  Dave Love  <fx@gnu.org>
1780
1781         * gnus.el (gnus-group-startup-message): Add newline before image.
1782
1783 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1784
1785         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1786         * message.el (message-send-mail): Use unibyte-buffer.
1787         (message-send-mail): Ditto.
1788
1789 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1790
1791         * gnus.el: Gnus v5.8.6 is released.
1792
1793 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1794
1795         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1796
1797 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1798
1799         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1800
1801 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1802
1803         * message.el (message-send-mail-partially): Use forward-line.
1804
1805 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1806
1807         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1808
1809 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1810
1811         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1812         (mml-insert-mime): No markup only for text/plain.
1813         (mime-to-mml): Remove MIME headers.
1814
1815 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1816
1817         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1818         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1819         as 8-bit.
1820         * lpath.el: Fbind image functions.
1821
1822 2000-04-28  Dave Love  <fx@gnu.org>
1823
1824         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1825         21.
1826
1827         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1828         search order.  Use parse-colon-path and remove some redundancy.
1829         Doc fix.
1830         (mailcap-parse-mimetypes): Code consistently with
1831         mailcap-parse-mailcaps.  Doc fix.
1832
1833         * gnus-start.el (gnus-unload): Iterate over `features', not
1834         `load-history'.
1835
1836 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1837
1838         * mml.el (mml-parse-1): Don't create blank parts.
1839         (mml-read-part): Fix mml tag.
1840         (mml-insert-mime): Convert message/rfc822.
1841         (mml-insert-mml-markup): Add mmlp parameter.
1842
1843 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1844
1845         * message.el (message-send-mail-partially): Remove CTE.
1846
1847 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1848
1849         * lpath.el: Fbind put-image for XEmacs.
1850         * mm-view.el (mm-inline-image): Fset it.
1851
1852 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1853
1854         * nndoc.el (nndoc-type-alist): Change forward regexp.
1855
1856 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1857
1858         * message.el (message-send-mail-partially-limit): Change the
1859         default value.
1860
1861 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1862
1863         * gnus-util.el (gnus-extract-address-components): Name might be
1864         "".
1865
1866 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1867
1868         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1869         (gnus-summary-post-forward): Ditto.
1870         * message.el (message-forward-show-mml): New variable.
1871         (message-forward): Use it.
1872         * mml.el (mml-parse-1): Add tag mml.
1873         (mml-read-part): Ditto.
1874         (mml-generate-mime): Support reentance.
1875         (mml-generate-mime-1): Support mml tag.
1876
1877 2000-04-27  Dave Love  <fx@gnu.org>
1878
1879         * gnus-art.el: Don't bother to require custom, browse-url.
1880         (gnus-article-x-face-command): Include gnus-article-display-xface.
1881
1882         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1883         Use defalias, not fset.
1884         (gnus-article-display-xface): New function.
1885
1886         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1887
1888         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1889         (mm-xemacs-p): Deleted.
1890         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1891         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1892         use create-image and don't special-case xbm.
1893         (mm-valid-image-format-p): Use display-graphic-p.
1894
1895 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1896
1897         * message.el (message-send-mail-partially-limit): New variable.
1898         (message-send-mail-partially): New function.
1899         (message-send-mail): Use it.
1900         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1901         all blank lines inside of base64.
1902         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1903         blank lines.
1904
1905 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1906
1907         * mml.el (mml-insert-tag): Match more special characters.
1908
1909 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1910
1911         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1912
1913 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1914
1915         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1916         (mm-inlined-types): Ditto.
1917         * mm-partial.el: New file.
1918
1919 2000-04-27  Dave Love  <fx@gnu.org>
1920
1921         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1922         matter in Emacs 21.
1923
1924 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1925
1926         * mm-bodies.el (mm-encode-body): Remove reference to
1927         mm-default-charset in comment.
1928
1929 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1930
1931         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1932
1933 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1934
1935         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1936         let.
1937
1938 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1939
1940         * gnus-draft.el (gnus-draft-setup): Fix comments.
1941
1942 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1943
1944         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1945         if nnmbox-file-coding-system-for-write is nil.
1946
1947 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1948
1949         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1950         header if nil.
1951
1952 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1953
1954         * mm-view.el (mm-inline-text): Insert directly if decoded.
1955         * mml.el (autoload): Typo.
1956
1957 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1958
1959         * mml.el (mml-preview): Set up posting-charset.
1960         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1961
1962 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1963
1964         * webmail.el: Fix yahoo mail.
1965
1966 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1967
1968         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1969         word if not necessary.
1970         (rfc2047-encode-region): Put space between encoded words.
1971
1972 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1973
1974         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1975
1976 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1977
1978         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1979         required.
1980         (gnus-draft-edit-message): Require restoration.
1981
1982 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1983
1984         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1985         back.
1986
1987 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1988
1989         * gnus-art.el (gnus-treat-article): Make sure that the summary
1990         buffer is live.
1991
1992 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1993
1994         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1995         (mailcap-parse-mailcap): Backwards parsing.
1996         (mailcap-possible-viewers): Remove nreverse.
1997         (mailcap-mime-info): Ditto.
1998         (mailcap-add-mailcap-entry): Keep alternative viewer.
1999
2000 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
2001
2002         * gnus.el: Gnus v5.8.5 is released.
2003
2004 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
2007
2008         * gnus-util.el (gnus-netrc-machine): Default to nntp.
2009
2010         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
2011
2012 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2013
2014         * mm-view.el (mm-inline-message): Disable prepare-hook.
2015
2016 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * gnus.el: Fix copyright statements.
2019
2020         * gnus-sum.el (gnus-alter-articles-to-read-function): New
2021         variable.
2022         (gnus-articles-to-read): Use it.
2023
2024         * message.el (message-get-reply-headers): Bind free variable.
2025
2026 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2027
2028         * message.el (message-get-reply-headers): Fix to-address.
2029
2030 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2031
2032         * webmail.el: Hotmail fix. Add a debug function.
2033
2034 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus-sum.el (t): M-down and M-up.
2037
2038 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2039
2040         * gnus-sum.el: Doc fix.
2041
2042 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2043
2044         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2045
2046 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2049         string.
2050         (nnweb-request-group): Don't scan twice.
2051         (nnweb-request-scan): Don't nix out the hashtb.
2052
2053         * message.el (message-get-reply-headers): Return a value.
2054
2055 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2056
2057         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2058         urls.
2059
2060 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2063         order messages are inserted.
2064
2065         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2066         message/rfc822 parts.
2067
2068         * gnus-art.el (gnus-article-read-summary-keys): Check for
2069         numerical values.
2070
2071         * message.el (message-get-headers): Made into own function.
2072         (message-reply): Use it.
2073         (message-get-reply-headers): Renamed.
2074         (message-widen-reply): New command.
2075
2076 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2077
2078         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2079
2080 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2081
2082         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2083         non-base64 text at the end if not found.
2084
2085 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2086
2087         * gnus-sum.el (gnus-read-move-group-name):
2088         (gnus-summary-move-article): Use `gnus-group-method' to find out
2089         what method the manually entered group belong to.
2090         `gnus-group-name-to-method' doesn't return any method parameters
2091         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2092         for new groups so they wouldn't work.
2093
2094 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2097         override.
2098
2099 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2100
2101         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2102         probably good to do, or something.  I dunno.  I just write these
2103         ChangeLog entries, and my name is Lars.
2104
2105 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2106
2107         * message.el (message-caesar-region): Use translate-region.
2108
2109 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2110
2111         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2112
2113 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2116         variables, because that makes Emacs flash.
2117
2118         * gnus-group.el (gnus-group-insert-group-line): Don't call
2119         gnus-group-add-icon unconditionally.
2120
2121         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2122
2123         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2124         xmas.
2125         (gnus-group-glyph-directory): Removed.
2126
2127 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2128
2129         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2130         gnus-newsgroup-name is "".
2131
2132 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2133
2134         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2135         in conjunction with MULE-UCS.
2136
2137 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2138
2139         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2140
2141 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * dgnushack.el (last, mapcon, member-if, union): New compiler
2144         macros for emulating cl functions.
2145
2146 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2147
2148         * message.el (message-shorten-references): Only cater to broken
2149         INN for news. This caters for broken smtpd.
2150
2151 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * mailcap.el (mailcap-mime-info): Use the first match; not the
2154         last.
2155
2156         * gnus-agent.el (gnus-category-kill): Save the category list.
2157
2158 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2159
2160         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2161
2162 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2165
2166 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2167
2168         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2169
2170 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2171
2172         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2173         (gnus-group-list-cached): Use it.
2174
2175 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * gnus.el: Update all the copyright notices.
2178
2179 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2180
2181         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2182         non-base64 text at the end.
2183
2184 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2187
2188 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * nnheader.el: Don't autoload cancel-function-timers.
2191
2192         * message.el (message-fetch-field): Fold case.
2193
2194 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2195
2196         * message.el (message-forward-before-signature): New variable.
2197
2198 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2199
2200         * gnus-mlspl.el: Fix stuff.
2201
2202 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2205         subjects when unthreaded.
2206
2207 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2208
2209         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2210         well.
2211
2212 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2213
2214         * gnus-art.el (gnus-article-mode): Fix variable name.
2215
2216 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * mm-view.el: Fix autoload.
2219
2220         * flow-fill.el (flow-fill): Fix provide.
2221
2222         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2223         nil.
2224
2225 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2226
2227         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2228
2229 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-util.el (gnus-netrc-machine): Didn't work.
2232
2233 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2234
2235         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2236
2237 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * flow-fill.el: Renamed from fill-flowed.
2240
2241         * message.el (message-forward-ignored-headers): Default to
2242         removing CTE.
2243
2244 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2245
2246         * message.el (message-mode): Don't fill headers.
2247
2248 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * message.el (message-pipe-buffer-body): Use shell
2251
2252 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2253
2254         * nnvirtual.el (nnvirtual-request-article):
2255         Bind gnus-override-method to nil.
2256         (nnvirtual-request-update-mark): Don't update mark when
2257         article is not there.
2258
2259 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2260
2261         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2262
2263 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * gnus-util.el (gnus-parse-netrc): Allow "port".
2266         (gnus-netrc-machine): Take a port param.
2267         (gnus-netrc-machine):
2268
2269         * gnus-art.el (gnus-request-article-this-buffer): Allow
2270         re-selecting referenced articles.
2271
2272         * message.el (message-cancel-news): Allow editing.
2273         (message-cancel-message): Add newline.
2274
2275 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2276
2277         * mm-view.el (mm-inline-image-emacs): New function.
2278
2279 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * mail-source.el (mail-source-delete-incoming): Change default in
2282         cvs.
2283
2284 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2285
2286         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2287         function.
2288
2289 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * nnml.el (nnml-request-expire-articles): Use it.
2292
2293         * nnmail.el (nnmail-expiry-target): New variable.
2294         (nnmail-expiry-target-group): New function.
2295
2296 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2297
2298         * message.el (message-forward): Add non-MIME separators.
2299
2300 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * message.el (message-generate-headers): Respect the syntax check
2303         spec.
2304
2305         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2306         (gnus-remove-thread): Don't show all threads.
2307
2308 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2309
2310         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2311
2312 2000-04-19  Dave Love  <fx@gnu.org>
2313
2314         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2315
2316 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2317
2318         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2319         (nnwarchive-egroups-*): Ditto.
2320         (nnwarchive-url): Unibyte buffer and single line cookie.
2321
2322 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2323
2324         * mm-util.el (mm-char-or-char-int-p): New alias.
2325         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2326         entities.
2327
2328 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2329
2330         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2331         article case insensitively.
2332
2333 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2334
2335         * mail-source.el (mail-source-fetch-webmail): Use the default
2336         password provided in mail-sources; use webmail:subtype:user as
2337         the key.
2338
2339 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2340
2341         * mail-source.el (mail-source-fetch-webmail): Use
2342         mail-source-password-cache.
2343
2344 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2345
2346         * webmail.el: Add netscape mail and fix HotMail mail.
2347
2348 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2349
2350         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2351
2352 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2353
2354         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2355         RFC822.PEEK if server support IMAP4rev1.
2356         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2357         RFC822.TEXT.PEEK if server support IMAP4rev1.
2358         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2359         RFC822.HEADER if server support IMAP4rev1.
2360         (nnimap-request-article-part): Support bodydetail in response
2361         data.
2362
2363 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2364
2365         * fill-flowed.el: New file.
2366
2367         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2368         text/plain parts with `format' parameters.
2369
2370         * mm-view.el (autoload): Autoload fill-flowed.
2371         (mm-inline-text): For "plain" parts with a format=flowed
2372         parameter, call `fill-flowed'.
2373
2374 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2377         slashdot ids.
2378
2379 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2382         format.
2383
2384 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2385
2386         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2387         `imtest' too.
2388         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2389         (imap-gssapi-program): New variable.
2390         (imap-streams): Add gssapi.
2391         (imap-stream-alist): Ditto.
2392         (imap-authenticators): Ditto.
2393         (imap-authenticator-alist): Ditto.
2394         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2395         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2396         1.6.x `imtest' syntax.
2397         (imap-gssapi-stream-p): New function.
2398         (imap-gssapi-open): Ditto.
2399         (imap-gssapi-auth-p): Ditto.
2400         (imap-gssapi-auth): Ditto.
2401         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2402         (imap-send-command): Use buffer-local `imap-client-eol' value.
2403
2404         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2405         lines and turn TAB into SPC before parsing.
2406
2407 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2408
2409         * nnheader.el (nnheader-group-pathname): Make sure to return a
2410         directory.
2411         * nnmail.el (nnmail-group-pathname): Ditto.
2412
2413 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2414
2415         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2416         might split in the middle of a message-id.
2417
2418 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2421         groups from the server.
2422
2423         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2424         (gnus-summary-toggle-header): Update the wash status.
2425
2426         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2427         Moved here.
2428
2429         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2430         setting.
2431
2432         * nnmail.el (nnmail-get-active): Use it.
2433         (nnmail-parse-active): New function.
2434
2435         * mm-view.el (mm-inline-text): Support the new version of
2436         vcard.el.
2437
2438         * gnus-sum.el (gnus-summary-move-article): Only delete article
2439         when moving junk.
2440         (gnus-deaden-summary): Bury the buffer.
2441
2442         * nnmail.el (nnmail-group-pathname): Ditto.
2443
2444         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2445
2446 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2447
2448         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2449         whether Mule.
2450
2451 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * message.el (message-send-mail): Protect against unloaded Gnus.
2454
2455         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2456         parent.
2457         (gnus-topic-update-topic-line): Yes, do.
2458         (gnus-topic-goto-missing-group): Tally the correct number of
2459         unread articles before inserting the topic line.
2460
2461 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2464
2465 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * mm-decode.el (mm-dissect-buffer): Ditto.
2468
2469         * gnus-art.el (article-decode-charset): Strip CTE.
2470
2471         * ietf-drums.el (ietf-drums-strip): New function.
2472
2473         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2474         when prompting in read-only groups.
2475
2476 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2477
2478         * imap.el (imap-send-command): Change EOL-chars when
2479         `imap-client-eol' differs from default, not only for kerberos4.
2480         (imap-mailbox-status): Get encoded mailbox's status.
2481
2482 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2483
2484         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2485         into `mail-source-password-cache'.
2486
2487 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2488
2489         * mm-util.el (mm-mime-charset): Check for presence of
2490         `coding-system-get' and `get-charset-property' (recent XEmacs has
2491         the former, but not the latter).
2492
2493 2000-01-28  Dave Love  <fx@gnu.org>
2494
2495         * message.el (message-check-news-header-syntax): Fix typo
2496         `newsgroyps'.
2497         (message-talkative-question): Put temp buffer in fundamental-mode.
2498         (message-recover): Use fundamental-mode in the right buffer.
2499
2500         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2501         right buffer.
2502
2503 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2504
2505         * qp.el (quoted-printable-decode-region): Add charset parameter.
2506         (quoted-printable-decode-string): Ditto.
2507
2508         * gnus-art.el (article-de-quoted-unreadable): Use it.
2509
2510 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2511
2512         * nnimap.el (nnimap-split-predicate): New variable.
2513         (nnimap-split-articles): Use it.
2514
2515 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2516
2517         * utf7.el: Change email address.
2518
2519 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * gnus-group.el (gnus-group-catchup): Purge split history.
2522
2523 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2524
2525         * nnmail.el (nnmail-generate-active): Support extended group name.
2526         (nnmail-get-active): Ditto.
2527
2528 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2529
2530         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2531         group names, don't remove anything.
2532
2533 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2534
2535         * webmail.el (webmail-my-deja-open): My-deja changes.
2536
2537 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2538
2539         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2540
2541 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2542
2543         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2544
2545 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2546
2547         * gnus.el (gnus-other-frame): Fix typo.
2548
2549 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2550
2551         * gnus-cus.el (gnus-group-customize): Fix typo.
2552
2553 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * nnweb.el (nnweb-insert): Simplified.
2556
2557 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-art.el (gnus-article-mode-map): "e" is
2560         gnus-summary-edit-article.
2561
2562 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2563
2564         * mailcap.el (mailcap-mime-extensions): Add .diff.
2565
2566 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2567
2568         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2569         there is no "%s" in the method.
2570
2571 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2572
2573         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2574
2575 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2578
2579         * gnus.el: Really always pop up a new frame.
2580
2581         * parse-time.el (parse-time-rules): Allow 100-110 to be
2582         2000-2010.
2583
2584         * time-date.el (date-to-time): Don't use timezone.
2585
2586 2000-01-06  Dave Love  <fx@gnu.org>
2587
2588         * time-date.el: Add keywords.
2589         (date-to-time): Add autoload cookie.  Canonicalize with
2590         timezone-make-date-arpa-standard.
2591         (time-to-seconds): Avoid caddr.
2592         (safe-date-to-time): Add autoload cookie.
2593
2594         * base64.el: Require cl when compiling.
2595
2596 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2597
2598         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2599         eyecandy.
2600         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2601         group line using gnus-group-add-icon.
2602         (gnus-group-icons): Added customize group.
2603         (gnus-group-icon-list): Added variable.
2604         (gnus-group-glyph-directory): Added variable.
2605         (gnus-group-icon-cache): Added variable.
2606         (gnus-group-running-xemacs): Added variable.
2607         (gnus-group-add-icon): Added function. Add an icon to the current
2608         line according to gnus-group-icon-list.
2609         (gnus-group-icon-create-glyph): Added function.
2610
2611 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * gnus-sum.el (gnus-summary-select-article): Return whether we
2614         selected something new.
2615         (gnus-summary-search-article): Start searching at the window
2616         point.
2617
2618         * gnus-group.el (gnus-fetch-group): Complete over
2619         gnus-active-hashtb.
2620
2621 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2622
2623         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2624
2625 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626
2627         * gnus-sum.el (gnus-preserve-marks): New variable.
2628         (gnus-summary-move-article): Use it.
2629         (gnus-group-charset-alist): Added more entries.
2630
2631 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2634
2635         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2636         as the default score.
2637
2638         * gnus-score.el (gnus-score-delta-default): Changed name.
2639
2640 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2641
2642         * imap.el (imap-parse-literal):
2643         (imap-parse-flag-list): Don't care about props.
2644         (imap-parse-string): Handle quoted characters.
2645
2646 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2649         (gnus-summary-mark-article): Doc fix.
2650         (gnus-summary-mark-forward): Doc fix.
2651         (t): Changed keystroke for gnus-summary-customize-parameters.
2652
2653         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2654         "e".
2655         (gnus-article-mode-map): No, don't.
2656
2657         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2658         of the final article.
2659
2660         * mm-decode.el (mm-interactively-view-part): Error on no method.
2661
2662 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2663
2664         * gnus-score.el (gnus-score-insert-help): Something.
2665
2666         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2667
2668         * gnus-win.el (gnus-configure-frame): Ditto.
2669
2670         * gnus-mh.el (gnus-summary-save-in-folder): Use
2671         with-current-buffer.
2672
2673 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * nnwarchive.el: Changed file perms.
2676
2677 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus-group.el (gnus-group-delete-groups): New command.
2680         (gnus-group-delete-group): Extra no-prompt parameters.
2681
2682 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2685         <p>.
2686
2687 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2688
2689         * webmail.el (webmail-hotmail-article): Don't insert message id.
2690
2691 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2692
2693         * nnimap.el (nnimap-split-fancy): New variable.
2694         (nnimap-split-fancy): New function.
2695
2696 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2697
2698         (nnimap-split-rule): Document symbol value.
2699
2700 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2701
2702         * nnimap.el (nnimap-retrieve-headers-progress): Let
2703         `nnheader-parse-head' parse article.
2704         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2705         request headers needed by `nnheader-parse-head'.
2706
2707 1999-12-23  Florian Weimer  <fw@s.netic.de>
2708
2709         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2710         value (crosspostings are handled), improve documentation.
2711
2712         * smiley.el: Declare file coding system as iso-8859-1.
2713
2714         * nnultimate.el: Dito.
2715
2716         * message.el: Dito.
2717
2718         * gnus-cite.el: Dito.
2719
2720         * gnus-spec.el: Dito.
2721
2722 1999-12-21  Florian Weimer  <fw@s.netic.de>
2723
2724         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2725         (gnus-setup-message): No longer make `message-posting-charset'
2726         buffer-local.
2727         (gnus-setup-posting-charset): Reflect the new layout of
2728         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2729
2730         * message.el (message-send-mail): Bind `message-this-is-mail' and
2731         `message-posting-charset'.
2732         (message-send-news): Dito, and honour new layout of
2733         `message-posting-charset'.
2734         (message-encode-message-body): Ignore `message-posting-charset'.
2735
2736         * mm-bodies.el (mm-body-encoding): Consider
2737         `message-posting-charset' when deciding whether to use 8bit.
2738
2739         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2740         (rfc2047-encodable-p): Now solely for headers; use
2741         `message-posting-charset'.
2742
2743 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2744
2745         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2746
2747 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2748
2749         * nnagent.el (nnagent-server-opened): Optional.
2750         (nnagent-status-message): Optional.
2751
2752 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2753
2754         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2755         end (referenced by instructions in
2756         `gnus-cited-opened-text-button-line-format-alist').
2757
2758 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2759
2760         * imap.el (imap-starttls-open): Typo.
2761
2762 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2763
2764         * mm-util.el (mm-charset-after): Non-MULE case.
2765         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2766         * rfc2047.el (rfc2047-dissect-region): Bind it.
2767
2768 1999-12-18  Florian Weimer  <fw@s.netic.de>
2769
2770         * mml.el (mml-generate-multipart-alist): Correct default value.
2771
2772         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2773         (mm-safer-encoding): New function.
2774         (mm-content-transfer-encoding): Use both.
2775
2776         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2777         * qp.el (quoted-printable-encode-region): Dito.
2778
2779 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2780
2781         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2782
2783 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2784
2785         * webmail.el (webmail-hotmail-list): raw=0.
2786
2787 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2788
2789         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2790         group name.
2791
2792 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2793
2794         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2795
2796 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2797
2798         * imap.el: Don't autoload digest-md5.
2799         (imap-starttls-open): Bind coding-system-for-{read,write}.
2800         (imap-starttls-p): Check if we can find starttls.el.
2801         (imap-digest-md5-p): Check if we can find digest-md5.el.
2802
2803 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2804
2805         * base64.el (base64-encode-string): Accept 2nd argument
2806         `no-line-break'.
2807
2808         * imap.el: Require `digest-md5' when compiling; add autoload
2809         settings for `digest-md5-parse-digest-challenge',
2810         `digest-md5-digest-response', `starttls-open-stream' and
2811         `starttls-negotiate'.
2812         (imap-authenticators): Add `digest-md5'.
2813         (imap-authenticator-alist): Setup for `digest-md5'.
2814         (imap-digest-md5-p): New function.
2815         (imap-digest-md5-auth): New function.
2816         (imap-stream-alist): Add STARTTLS entry.
2817         (imap-starttls-p): New function.
2818         (imap-starttls-open): New function.
2819
2820 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2821
2822         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2823
2824 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2825
2826         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2827         string-to-x function.
2828
2829 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2830
2831         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2832
2833 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2834
2835         * webmail.el: Enhance hotmail-snarf.
2836
2837 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2838
2839         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2840
2841 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2842
2843         * webmail.el (webmail-hotmail-list): Search no-error.
2844
2845 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2846
2847         * nnwarchive.el: Support nov-is-evil.
2848         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2849         Set it if non-nil.
2850         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2851
2852 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2853
2854         * nnagent.el (nnagent-server-opened): Redefine.
2855         (nnagent-status-message): Ditto.
2856
2857 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2858
2859         * rfc1843.el (rfc1843-decode-region): Use
2860         buffer-substring-no-properties.
2861         * gnus-art.el (article-decode-HZ): New function.
2862
2863 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2864
2865         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2866
2867 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2868
2869         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2870         MIME charset not a MULE charset.
2871
2872 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2873
2874         * gnus-ems.el: Translate more ugly characters.
2875         * nnheader.el (nnheader-translate-file-chars): Don't translate
2876         the second ':'.
2877
2878 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2879
2880         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2881         method if cannot find the article.
2882
2883 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2884
2885         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2886         method if overrided.
2887
2888 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2889
2890         * mail-source.el (mail-source-fetch-webmail): Parameter
2891         dontexpunge.
2892
2893 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2894
2895         * webmail.el: Support my-deja. Better error report.
2896
2897 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2898
2899         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2900         is bad.
2901         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2902         is not 1.
2903
2904 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2905
2906         * nnslashdot.el (nnslashdot-request-article): A space.
2907
2908 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2909
2910         * nnagent.el: Support different backend with same name.
2911
2912 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2913
2914         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2915         archived group.
2916         (nnslashdot-sane-retrieve-headers): Ditto.
2917         (nnslashdot-request-article): Ditto.
2918
2919 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2920
2921         * nnweb.el (nnweb-insert): Narrow to point.
2922
2923 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2924
2925         * nnweb.el (nnweb-insert): Follow refresh url.
2926         * nnslashdot.el: Use it.
2927
2928 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2929
2930         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2931         (nnweb-decode-entities-string): New function.
2932
2933         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2934         nnweb-* and move to nnweb.el.
2935         * nnwarchive.el: Use nnweb-decode-entities, etc.
2936         * webmail.el: Ditto.
2937
2938         * nnslashdot.el: Use nnweb-decode-entities-string.
2939         (nnslashdot-decode-entities): Remove.
2940
2941 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2942
2943         * nnslashdot.el: Decode entities.
2944
2945 1999-12-12  Dave Love  <fx@gnu.org>
2946
2947         * gnus-agent.el (gnus-category-edit-groups)
2948         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2949         expansion of setf, fixed.
2950
2951 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2952
2953         * gnus-agent.el: Revoke last Dave Love's patch, because of
2954         incompatibility of XEmacs.
2955
2956 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2957
2958         * mm-uu.el: Change headers.
2959         * rfc1843.el: Ditto.
2960         * uudecode.el: Ditto.
2961
2962 1999-12-07  Dave Love  <fx@gnu.org>
2963
2964         * gnus-agent.el (gnus-category-edit-predicate)
2965         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2966         inside backquote to avoid it at runtime.
2967
2968 1999-12-07  Dave Love  <fx@gnu.org>
2969
2970         * binhex.el: Require cl when compiling.
2971
2972 1999-12-04  Dave Love  <fx@gnu.org>
2973
2974         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2975
2976 1999-12-04  Dave Love  <fx@gnu.org>
2977
2978         * mm-util.el (mm-delete-duplicates): New function.
2979         (mm-write-region): Use it.
2980
2981         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2982
2983         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2984         mm-delete-duplicates.
2985
2986         * imap.el (imap-open, imap-debug): Avoid mapc.
2987
2988         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2989
2990         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2991         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2992
2993         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2994         runtime.
2995
2996         * gnus.el (gnus-select-method): Likewise.
2997
2998         * nnheader.el (nnheader-nov-read-integer): Likewise.
2999
3000         * mm-view.el (mm-inline-message): Require cl when compiling.
3001         Avoid ignore-errors at runtime.
3002         (mm-inline-text): Avoid mapc.
3003
3004 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
3005
3006         * gnus-art.el (article-decode-charset): Widen is bad.
3007
3008 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3009
3010         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
3011
3012 1999-12-12  Florian Weimer  <fw@s.netic.de>
3013
3014         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
3015         indicate that only US-ASCII is permitted.
3016         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
3017         use unencoded 8-bit characters in message headers.
3018
3019 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3020
3021         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
3022         CRLF.
3023
3024 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3025
3026         * webmail.el: Require url-cookie.
3027
3028 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3029
3030         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3031         new function to make modified caesar table.
3032         (nnwarchive-from-r13): Use it.
3033         (nnwarchive-mail-archive-article): Improved.
3034
3035 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3036
3037         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3038
3039 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3040
3041         * nnweb.el (nnweb-request-article): Return cons.
3042
3043 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3044
3045         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3046
3047 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3048
3049         * mm-util.el (mm-with-unibyte): New macro.
3050         * nnweb.el (nnweb-init): Use it.
3051
3052 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3053
3054         * mm-util.el (mm-charset-after): New function.
3055         (mm-find-mime-charset-region): Set charsets after
3056         delete-duplicates and use find-coding-systems-region.
3057         (mm-find-charset-region): Remove composition.
3058
3059         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3060
3061         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3062
3063 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3064
3065         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3066         * mml.el (mml-confirmation-set): New variable.
3067         (mml-parse-1): Ask user to confirm.
3068
3069 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3070
3071         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3072         are scanned when we have directory mail-sources (the mail source
3073         is modified in that case, so we must scan it for all
3074         groups/methods).
3075
3076 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3077
3078         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3079         and nnml-article-file-alist.
3080
3081 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3082
3083         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3084         nnmail-fetched-sources.
3085
3086 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3087
3088         * mm-util.el (mm-find-charset-region): Use the last charset.
3089
3090 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3091
3092         * gnus.el (gnus-select-method): Made the option list prettier.
3093
3094 1999-12-08  Florian Weimer  <fw@s.netic.de>
3095
3096         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3097         for the `de' newsgroups hierarchy, as it is common practice there.
3098
3099
3100 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3101
3102         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3103         buffer-string arguments. Fix references.
3104
3105 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3106
3107         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3108         (gnus-agent-batch-fetch): Use it.
3109         (gnus-agent-fetch-session): Use it.
3110
3111 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3112
3113         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3114
3115 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3116
3117         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3118         nil.
3119
3120 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3121
3122         * nnslashdot.el (nnslashdot-request-list): There were two
3123         top-level body-forms.  Put a `progn' around them.
3124
3125         * gnus.el (gnus-select-method): Use `condition-case'
3126         instead of `ignore-errors', since cl may not be loaded when the
3127         form is evaluated.
3128
3129 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3130
3131         * nnwarchive.el: Support www.mail-archive.com.
3132
3133 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3134
3135         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3136         do anything.
3137
3138 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3139
3140         * utf7.el: New file, written by Jon K Hellan.
3141
3142         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3143         default to t.
3144
3145 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3148
3149         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3150         current.
3151         (gnus-refer-article-methods): New function.
3152         (gnus-summary-refer-article): Use it.
3153
3154 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3155
3156         * nnimap.el (nnimap-retrieve-groups): Return active format.
3157
3158         * nnimap.el (nnimap-replace-in-string): Removed.
3159         (nnimap-request-list):
3160         (nnimap-retrieve-groups):
3161         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3162
3163 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3164
3165         * imap.el: Use format-spec for ssl program.
3166         * imap.el (imap-ssl-arguments): Removed.
3167         (imap-ssl-open-{1,2}): Removed.
3168
3169 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3170
3171         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3172         instead of `ignore-errors', since cl may not be loaded when the
3173         form is evaluated.
3174
3175 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3176
3177         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3178         (mm-7bit-chars): New variable.
3179         (mm-body-7-or-8): Use it in both cases.
3180
3181 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3182
3183         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3184           defcustom definitions.
3185
3186 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3187
3188         * mm-decode.el (mm-display-part): Let mm-display-external return
3189         inline or external.
3190         (mm-display-external): For copiousoutput methods, insert output in
3191         buffer.
3192
3193 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3194
3195         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3196         buffer.
3197
3198 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * gnus-audio.el: An M too far.
3201
3202         * gnus-msg.el (gnus-setup-message): One backtick too many.
3203
3204         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3205         a function, not a variable.
3206
3207 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3208
3209         * gnus-score.el (gnus-score-body): Widen before requesting.
3210
3211 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3214
3215 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3216
3217         * mail-source.el (mail-source-fetch-webmail): Bind
3218         mail-source-string.
3219
3220 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3221
3222         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3223         (gnus-uu-unmark-by-regexp): Ditto.
3224
3225         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3226         dead groups.
3227
3228 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3231         do their real thing.
3232
3233         * nnmh.el (nnmh-be-safe): Doc fix.
3234
3235         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3236
3237         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3238         status line has arrived before we count it.
3239
3240         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3241
3242         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3243         Whitespace problems.
3244
3245         * gnus-win.el (gnus-configure-windows): Error fix.
3246
3247         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3248         right function.
3249
3250         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3251         Indent all functions.  Fix all comments to match the comment
3252         conventions.  Double-space after full stop.
3253
3254 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3255
3256         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3257         value to divide received mails into my favorite groups and I met
3258         an error.  It takes place if the length of a element "VALUE" in
3259         nnmail-split-fancy is less than two.
3260
3261 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3262
3263         * mml.el (mml-insert-part): New function.
3264
3265 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * lpath.el: Add `sc-cite-regexp'.
3268
3269 1999-12-02  Dave Love  <fx@gnu.org>
3270
3271         * mm-decode.el: Customize.
3272
3273 1999-12-03  Dave Love  <fx@gnu.org>
3274
3275         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3276         the W3 stuff isn't available.
3277
3278 1999-12-03  Dave Love  <fx@gnu.org>
3279
3280         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3281         at runtime.
3282
3283 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3284
3285         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3286
3287 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3288
3289         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3290         don't be fooled by "From nobody" lines added by respooling.
3291
3292         * pop3.el (pop3-movemail): Write crashbox in binary.
3293         (pop3-get-message-count): New function.
3294
3295         * mail-source.el (mail-source-primary-source): New variable.
3296         (mail-source-report-new-mail-interval): New variable.
3297         (mail-source-idle-time-delay): New variable.
3298         (mail-source-new-mail-available): New internal variable.
3299         (mail-source-fetch-pop): Clear new mail flag, when mail from
3300         primary source has been fetched.
3301         (mail-source-check-pop): New function.
3302         (mail-source-new-mail-p): New function.
3303         (mail-source-start-idle-timer): New function.
3304         (mail-source-report-new-mail): New function.
3305         (mail-source-report-new-mail): New internal variable.
3306         (mail-source-report-new-mail-timer): New internal variable.
3307         (mail-source-report-new-mail-idle-timer): New internal variables.
3308
3309 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3310
3311         * gnus-cus.el (gnus-group-customize): Customize fix.
3312
3313 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3314
3315         * message.el (message-send-mail-with-sendmail): Use
3316         message-make-address.
3317
3318 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3319
3320         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3321
3322 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3323
3324         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3325
3326 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3327
3328         * mml.el (mml-insert-tag): Don't close the tag.
3329         (mml-insert-empty-tag): New function.
3330         (mml-attach-file): Use mml-insert-empty-tag instead of
3331         mml-insert-tag.
3332         (mml-attach-buffer): Ditto.
3333         (mml-attach-external): Ditto.
3334         (mml-insert-multipart): Ditto.
3335
3336 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3337
3338         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3339         the article number.
3340
3341 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3342
3343         * gnus.el (gnus-find-method-for-group): The method of a new group
3344         is not the native one.
3345
3346 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3349
3350 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * nnultimate.el (nnultimate-retrieve-headers): Use
3353         mm-with-unibyte-current-buffer.
3354         (nnultimate-request-article): Ditto.
3355
3356 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3357
3358         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3359
3360 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3361
3362         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3363         * nnweb.el (nnweb-retrieve-headers): Use it.
3364         (nnweb-request-article): Use it.
3365
3366         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3367         case matching failed.
3368
3369 1999-12-02  John Wiegley <jwiegley@inprise.com>
3370
3371         * mail-source.el (mail-source-keyword-map): Add backslash to
3372         Delete-flag.
3373
3374 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3375
3376         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3377         Latin-1.
3378         (gnus-group-charset-alist): No, don't.
3379
3380         * nnweb.el (nnweb-init): Make the buffer unibyte.
3381
3382 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3383
3384         * mail-source.el (mail-source-set-common-1): Fix to get the
3385         default value.
3386
3387 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3390
3391         * nnultimate.el (nnultimate-request-list): Use unibyte.
3392
3393         * gnus-uu.el (gnus-uu-grab-articles): Bind
3394         gnus-display-mime-function to nil.
3395
3396         * message.el (message-send-mail-with-sendmail): Use the
3397         user-mail-address variable.
3398
3399         * gnus-art.el (gnus-ignored-headers): More headers.
3400
3401         * message.el (message-shorten-1): Use list.
3402
3403 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3406         signatures.
3407
3408         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3409         (nnweb-dejanews-create-mapping): Do the properish date.
3410
3411 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3412
3413         * mail-source.el (mail-source-common-keyword-map): New variable.
3414         (mail-source-bind-common): New macro.
3415         (mail-source-fetch): Support plugged mail source.
3416         * gnus-int.el (gnus-request-scan): Use them.
3417
3418 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * mm-view.el (mm-inline-message): Check whether charset is a
3421         string.
3422
3423         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3424
3425         * message.el (message-mode-map): Changed keystroke for
3426         message-yank-buffer.
3427
3428 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3429
3430         * message.el (message-shorten-references): Cut references to 31
3431         elements, then either fold them or shorten them to 988 characters.
3432         (message-shorten-1): New function.
3433         (message-cater-to-broken-inn): New variable.
3434
3435 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3436
3437         * nnslashdot.el (nnslashdot-lose): New function.
3438
3439 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3440
3441         * mm-view.el (mm-inline-message): Not the right type of charset is
3442         being fetched here.  Let the group charset rule.
3443         (mm-inline-message): Ignore us-ascii.
3444
3445 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3446
3447         * mail-source.el (mail-source-fetch-maildir): work around the
3448         ommitted "file-regular-p" in efs/ange-ftp
3449
3450 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3453         (mml-generate-mime-1): Use the encoding param.
3454
3455         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3456
3457         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3458         gnus-art before binding its variables.
3459
3460         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3461         after the MIME.
3462
3463 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3464
3465         * message.el (message-clone-locals): Use it.
3466
3467         * gnus-msg.el (gnus-configure-posting-styles): Make
3468         user-mail-address local.
3469
3470 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3471
3472         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3473         once.
3474
3475 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3478         (message-clone-locals): Ditto.
3479
3480         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3481         group inherit reply-to or from.
3482
3483 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3484
3485         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3486         for charset.
3487         (gnus-summary-show-article-charset-alist): New variable.
3488
3489         * mm-bodies.el (mm-decode-string): Support gnus-all and
3490         gnus-unknown.
3491         (mm-decode-body): Ditto.
3492         * rfc2047.el (rfc2047-decode): Ditto.
3493
3494 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * mail-source.el (mail-source-delete-incoming): Change default to
3497         t.
3498
3499 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3500
3501         * gnus.el: Pterodactyl Gnus v0.99 is released.
3502
3503 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3506
3507         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3508         spec.
3509
3510         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3511         (gnus-configure-posting-styles): No, don't.
3512         (gnus-configure-posting-styles): Allow overriding files.
3513
3514         * gnus-art.el (gnus-header-button-alist): Use browse-url
3515         directly.
3516
3517         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3518
3519         * gnus-msg.el (gnus-summary-yank-message): New command and
3520         keystroke.
3521
3522         * message.el (message-yank-buffer): New command.
3523         (message-buffers): New function.
3524
3525         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3526         next group in a more normal fasion.
3527
3528         * mml.el (mml-boundary-function): New variable.
3529         (mml-compute-boundary): Use it.
3530
3531         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3532         that exist for them.
3533
3534         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3535         (gnus-async-timer): New variable.
3536
3537 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * nnultimate.el (nnultimate-request-list): Be more lenient with
3540         root addresses.
3541
3542 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * gnus-art.el (gnus-treatment-function-alist): Do
3545         gnus-treat-capitalize-sentences.
3546
3547 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3548
3549         * webmail.el (webmail-hotmail-article): Hotmail changes the
3550         format.
3551
3552 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3553
3554         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3555         switch to buffer after calling program.
3556         (mm-display-external): Use `shell-command-switch' instead of "-c".
3557
3558 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3561         read groups file.
3562
3563         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3564         <p>.
3565
3566 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * message.el (message-mode): Doc fix.
3569
3570 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3571
3572         * gnus-art.el (article-emphasize): Check group variable.
3573         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3574
3575 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3576
3577         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3578         type.
3579
3580 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3581
3582         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3583
3584 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3585
3586         * mml.el (mml-quote-region): Insert ! after the hash.
3587
3588 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3589
3590         * gnus-group.el (gnus-group-warchive-address-history): Change to
3591         nil.
3592
3593 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3594
3595         * webmail.el: Support mail.yahoo.com.
3596
3597         * mail-source.el (mail-source-fetch-webmail): Add password check.
3598         (mail-source-keyword-map): Use `subtype'.
3599
3600 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3601
3602         * mail-source.el (mail-source-keyword-map): Add webmail.
3603         (mail-source-fetcher-alist): Ditto.
3604         (mail-source-fetch-webmail): New function.
3605         * webmail.el: New file.
3606
3607 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3608
3609         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3610
3611 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3612
3613         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3614
3615 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3618         (nnultimate-prune-days): New function.
3619         (nnultimate-create-mapping): Use it.
3620         (nnultimate-request-group): Only fetch the groups list if it has
3621         not been done before.
3622         (nnultimate-retrieve-headers): Don't write groups.
3623         (nnultimate-create-mapping): Off-by-one error.
3624
3625 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626
3627         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3628         threaded subjects.
3629
3630 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3631
3632         * nnwarchive.el: Lots of changes make agent happy.
3633
3634 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3635
3636         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3637         hashtb.
3638
3639 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3640
3641         * mm-decode.el (mm-display-external): Write region with binary
3642         mode.
3643
3644 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3645
3646         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3647
3648 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3649
3650         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3651         (mm-uu-test): Now it is in restricted region.
3652
3653         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3654
3655         * mm-view.el (mm-view-message): Fix buffer leak.
3656         (mm-inline-message): Support 'gnus-decoded.
3657
3658         * mm-bodies.el (mm-decode-body): Ditto.
3659
3660         * rfc2047.el (rfc2047-decode-region): Ditto.
3661
3662 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3663
3664         * imap.el (require): Added autoload for base64-encode-string.
3665
3666 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3667
3668         * gnus.el (gnus-refer-article-method): Made list value
3669         customizable.
3670
3671 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3672
3673         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3674         NOFORCE in Emacs case.
3675
3676 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3677
3678         * gnus-art.el (gnus-request-article-this-buffer): Set
3679         gnus-newsgroup-name.
3680
3681 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3682
3683         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3684         NOFORCE.
3685
3686 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3687
3688         * gnus-start.el (gnus-get-unread-articles): Check server before
3689         scanning.
3690
3691 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3692
3693         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3694
3695         * nnslashdot.el (nnslashdot-login-name): New variable.
3696         (nnslashdot-password): Ditto.
3697         (nnslashdot-request-post): New function.
3698
3699         * gnus-art.el (gnus-treat-buttonize): More testing.
3700
3701         * mm-encode.el: Another CVS test.
3702
3703         * gnus-art.el (gnus-treat-emphasize): Change default.
3704         (gnus-treat-buttonize): Ditto.
3705         (gnus-treat-buttonize): This is a test.
3706
3707         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3708         (gnus-build-sparse-threads): Ditto.
3709         (gnus-build-all-threads): Ditto.
3710
3711         * nnheader.el (make-full-mail-header): Make into a subst.
3712
3713         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3714         unless w3 is supplied.
3715
3716         * gnus.el (gnus-refer-article-method): Doc fix.
3717
3718         * gnus-sum.el: Do not accept a prefix.
3719         (gnus-summary-refer-article): Accept a list of select methods.
3720
3721 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3722
3723         * Makefile.in: Change `^  *' to `\t'.
3724
3725 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3726
3727         * message.el (message-forward): Pay attention to prefix argument
3728         again and forward all headers when it is set, regardless of the
3729         value of message-forward-ignored-headers.
3730
3731 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3732
3733         * dgnushack.el (dgnushack-compile): Vpath file.
3734
3735         * Makefile.in (SHELL): VPATH support.
3736
3737 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * gnus-ems.el: Check for cygwin32.
3740
3741 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3742
3743         * mm-decode.el (mm-display-external): Use 'non-viewer.
3744
3745 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3746
3747         * base64.el (base64-encode-string): An alias for base64-encode for
3748         compatibility.
3749
3750 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3751
3752         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3753         nntp-inhibit-erase.
3754
3755 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3756
3757         * gnus-start.el (gnus-get-unread-articles): Use
3758         nnfoo-retrieve-groups to find new news, if available.
3759         (gnus-read-active-file-2): New function.
3760         (gnus-get-unread-articles): Use it.
3761         (gnus-read-active-file-1): Ditto.
3762
3763 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * mm-util.el (mm-find-mime-charset-region): Make sure
3766         find-coding-systems-for-charsets is fbound.
3767
3768         * gnus-ems.el: Typo fix.
3769
3770 1999-11-13  Florian Weimer  <fw@s.netic.de>
3771
3772         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3773         it's available and makes sense.
3774
3775 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3776
3777         * gnus-score.el (gnus-score-save): Translate score file.
3778
3779 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3780
3781         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3782         added fetchflag and dontexpunge keywords.
3783         (mail-source-fetch-imap): Use them.
3784
3785 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3786
3787         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3788         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3789         `defconst'.
3790
3791         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3792         `defconst'.
3793         Mention that it is both for group and topic parameters.
3794         (gnus-extra-topic-parameters): New constant, including `subscribe'
3795         parameter.
3796         (gnus-extra-group-parameters): New constant.
3797         (gnus-group-customize): Use them.
3798
3799         * gnus.el (gnus-select-method): Added default value and tag.
3800         (gnus-refer-article-method): Added `DejaNews' customization option.
3801
3802 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3805
3806         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3807         syntax.
3808
3809         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3810
3811         * nnslashdot.el (nnslashdot-group-number): Changed default.
3812
3813         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3814         (nnweb-dejanews-wash-article): Removed.
3815         (nnweb-type-definition): Fetch by id.
3816
3817         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3818         we mean it.
3819
3820         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3821         (nnslashdot-request-list): Use Ultramode as well.
3822         (nnslashdot-date-to-date): Be more lenient.
3823         (nnslashdot-threaded): New function.
3824
3825 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3828
3829 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3830
3831         * nnweb.el (nnweb-type-definition): /=dnc
3832
3833 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3836         dates.
3837         (nnultimate-retrieve-headers): Wrong ordering.
3838
3839 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3840
3841         * message.el (message-forward-as-mime): New variable.
3842
3843 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3846
3847 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3848
3849         * mail-source.el (mail-source-movemail-and-remove): New function.
3850         (mail-source-keyword-map): Add `function' for `maildir'.
3851         (mail-source-fetch-maildir): Use it.
3852
3853 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3854
3855         * nnwarchive.el: New file.
3856         * gnus-group.el (gnus-group-make-warchive-group): New function.
3857         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3858
3859 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3862         subjects.
3863
3864 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3865
3866         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3867
3868 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * nnultimate.el (nnultimate-open-server): Do address.
3871         (nnultimate-forum-table-p): New function.
3872
3873         * nnweb.el (nnweb-insert-html): Renamed.
3874         (nnweb-insert): New function.
3875
3876         * nnultimate.el (nnultimate-insert-html): New function.
3877
3878         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3879         if nov is evil.
3880         (nnslashdot-retrieve-headers): use the sane version instead.
3881
3882 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * nnslashdot.el (nnslashdot-request-article): Fold case.
3885
3886         * nnultimate.el: New file.
3887
3888         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3889         unless wanted.
3890
3891         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3892         (gnus-read-active-file-1): Separated into own function.
3893         (gnus-read-active-file): Catch quits.
3894
3895         * nnslashdot.el (nnslashdot-request-article): Search better on
3896         first article.
3897         (nnslashdot-request-list): Fold case.
3898         (nnslashdot-retrieve-headers): Ditto.
3899
3900 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * gnus.el: Autoload gnus-subscribe-topics.
3903
3904 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3905
3906         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3907         before dot.
3908         * gnus-util.el (gnus-write-active-file): Ditto.
3909
3910 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3911
3912         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3913         function.
3914         * gnus-cache.el (gnus-cache-file-name): Use it.
3915         * gnus-agent.el (gnus-agent-group-path): Use it.
3916         * nnmail.el (nnmail-group-pathname): Use it.
3917
3918 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3919
3920         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3921         if cooked.
3922         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3923         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3924         * gnus.el (gnus-short-group-name): "..." proof.
3925
3926 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3927
3928         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3929         support nnslashdot.
3930
3931 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3934         many articles.
3935         (nnslashdot-generate-active): New function.
3936         (nnslashdot-request-newgroups): Use it.
3937
3938         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3939         names.
3940
3941         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3942         (nnslashdot-request-list): Not moderated.
3943
3944 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3945
3946         * nnimap.el (nnimap-open-server): Remove error signal if
3947         nnimap-server-buffer is nil (the check should've been `boundp').
3948
3949         * imap.el (imap-log):
3950         * nnimap.el (nnimap-debug): Disable debugging by default.
3951
3952 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3955
3956         * gnus-topic.el (gnus-subscribe-topic): New function.
3957
3958         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3959         names.
3960
3961         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3962         if starting with a quote.
3963
3964 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3965
3966         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3967         group name.
3968
3969 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * nnslashdot.el: New file.
3972
3973         * nnheader.el (nnheader-insert-header): New function.
3974
3975         * gnus-art.el (gnus-mime-internalize-part): Bind
3976         mm-inlined-types.
3977
3978         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3979         files.
3980
3981 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3982
3983         * emacs-mime.texi (Customization): Document mm-inline-override-types
3984
3985 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3986
3987         * emacs-mime.texi (Customization): Document mm-inline-override-types
3988
3989 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3990
3991         * emacs-mime.texi (Customization): Document mm-inline-override-types
3992
3993 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3994
3995         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3996         (smiley-toggle-buffer): New function.
3997         (smiley-buffer): Don't quote the function.
3998         (smiley-toggle-extents): Ditto.
3999
4000 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
4003         empty buffers.
4004
4005 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-art.el (gnus-article-mode-map): Use the summary article
4008         edit.
4009
4010 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
4011
4012         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
4013
4014 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015
4016         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
4017
4018 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
4019
4020         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
4021         is list or not before condition.
4022
4023 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4024
4025         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
4026
4027 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
4028
4029         * gnus-art.el (gnus-emphasis-alist): New value.
4030
4031 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4032
4033         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4034         `buffer-substring'.
4035
4036 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * gnus-art.el (article-date-ut): Keep the updated timer.
4039         (gnus-emphasis-underline-italic): Doc fix.
4040
4041         * gnus-msg.el (gnus-post-method): Doc fix.
4042         (gnus-post-method): Change default.
4043
4044 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4045
4046         * message.el (message-newline-and-reformat): Improvements.
4047
4048 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * message.el (message-newline-and-reformat): Don't insert too many
4051         newlines.
4052         (message-newline-and-reformat): Work even if not sc.
4053
4054         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4055
4056         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4057
4058 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4059
4060         * mm-view.el (mm-display-patch-inline): New function.
4061
4062 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4063
4064         * mm-view.el (mm-display-patch-inline): New function.
4065
4066 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4069         group.
4070
4071         * message.el (message-forward): Narrow to the right header.
4072
4073         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4074         dates.
4075
4076         * gnus-msg.el (gnus-configure-posting-styles): Use the
4077         user-full-name function.
4078
4079         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4080         (mm-body-charset-encoding-alist): Default to nil.
4081
4082         * message.el (message-elide-ellipsis): Fix typo.
4083         (message-elide-region): Ditto.
4084         (message-elide-region): Don't insert a newline first.
4085
4086 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4089         gnus-fetch-old-headers.
4090         (gnus-cut-threads): Ditto.
4091         (gnus-summary-initial-limit): Ditto.
4092         (gnus-summary-limit-children): Ditto.
4093
4094         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4095         matches.
4096
4097 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4098
4099         * gnus-art.el (article-decode-encoded-words):
4100         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4101         live.
4102
4103         * gnus.el (gnus-read-method): Add methods from
4104         `gnus-opened-servers' to completion. Map entered method/address
4105         into existing methods if possible.
4106
4107         * gnus-group.el (gnus-group-make-group): Simplify method.
4108
4109         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4110
4111         * mml.el (mml-preview): Remove mail-header-separator before
4112         encoding.
4113
4114 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * message.el (message-read-from-minibuffer): New function.
4117
4118 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4119
4120         * gnus.el: Pterodactyl Gnus v0.98 is released.
4121
4122 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4123
4124         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4125
4126 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4127
4128         * mml.el (mml-generate-mime-1): Read attached binary file in
4129         binary mode.
4130
4131 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4132
4133         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4134
4135 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4136
4137         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4138
4139 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4140
4141         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4142
4143 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4144
4145         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4146         (gnus-article-mime-match-handle-function): New variable.
4147         (gnus-article-view-part): Make `b' customizable.
4148
4149 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4150
4151         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4152
4153 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4154
4155         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4156
4157 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4158
4159         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4160
4161 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4162
4163         * gnus-srvr.el (gnus-browse-foreign-server): Use
4164         `buffer-substring' instead of `read'.
4165
4166 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4167
4168         * nnimap.el, imap.el, rfc2104.el: New files.
4169
4170         * gnus.el (gnus-valid-select-methods): Add nnimap.
4171
4172         * gnus-group.el (gnus-group-group-map): Add
4173         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4174         (gnus-group-nnimap-expunge): New function.
4175         (gnus-group-nnimap-edit-acl): New function.
4176
4177         * gnus-agent.el (gnus-agent-group-mode-map): Add
4178         gnus-agent-synchronize.
4179         (gnus-agent-synchronize): New function.
4180         (gnus-agent-fetch-group-1): Check if server is open.
4181
4182         * nnagent.el (nnagent-request-set-mark): Save marks.
4183
4184         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4185         (mail-source-fetcher-alist): Map to imap fetcher function.
4186         (mail-source-fetch-imap): New function.
4187
4188         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4189         Hash:.
4190
4191 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4192
4193         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4194         (gnus-topic-sort-topics): New function.
4195         (gnus-topic-make-menu-bar): Add sort-topics.
4196         (gnus-topic-move): New function.
4197         (gnus-topic-move-group): Move the topic if no group selected.
4198
4199 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4200
4201         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4202
4203 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4204
4205         * mm-view.el (mm-inline-message): Fix leaving group bug.
4206
4207 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4208
4209         * gnus-msg.el (gnus-post-method): Use normal method if current is
4210         not available.
4211
4212 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4213
4214         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4215         (nnmail-insert-lines): Ditto.
4216
4217 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4218
4219         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4220         line.
4221
4222         * message.el (message-unsent-separator): One more separator.
4223
4224 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4225
4226         * nnfolder.el (nnfolder-request-move-article): For empty article,
4227         search till (point-max).
4228         (nnfolder-retrieve-headers): Ditto.
4229         (nnfolder-request-accept-article): Ditto.
4230         (nnfolder-save-mail): Ditto.
4231         (nnfolder-insert-newsgroup-line): Ditto.
4232
4233 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4234
4235         * qp.el (quoted-printable-encode-region): Check eobp.
4236
4237 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4238
4239         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4240
4241 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4242
4243         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4244         wait-for-reply.
4245
4246 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4247
4248         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4249         (mm-uu-forward-end-line): Ditto.
4250
4251 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4252
4253         * binhex.el (binhex-decode-region): don't consider the value of
4254         `enable-multibyte-characters' in XEmacs.
4255
4256         * gnus-start.el (gnus-read-descriptions-file): ditto.
4257
4258         * mm-util.el (mm-multibyte-p): ditto.
4259         (mm-with-unibyte-buffer): ditto.
4260         (mm-find-charset-region): use `mm-multibyte-p'.
4261
4262         * mm-bodies.el (mm-decode-body): ditto.
4263         (mm-decode-string): ditto.
4264
4265         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4266         `enable-multibyte-characters' in XEmacs.
4267
4268 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4269
4270         * mm-util.el (mm-binary-coding-system): Try binary first.
4271
4272 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4273
4274         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4275
4276 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4277
4278         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4279         format.
4280         (article-date-ut): Find correct insert position.
4281
4282 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4283
4284         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4285         forwarded message.
4286
4287 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4290         groups.
4291
4292         * message.el (message-resend): Use message mode when prompting.
4293
4294         * gnus-art.el (article-hide-headers): Mark wash.
4295         (article-emphasize): Ditto.
4296
4297 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4298
4299         * message.el (message-newline-and-reformat): Work for SC.
4300
4301 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4304
4305         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4306
4307 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4308
4309         * mm-decode.el mm-inline-override-types: New variable
4310
4311         * mm-decode.el (mm-inline-override-p): New function
4312
4313         * mm-decode.el (mm-inlined-p): Use it
4314
4315 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4316
4317         * mm-decode.el mm-inline-override-types: New variable
4318
4319         * mm-decode.el (mm-inline-override-p): New function
4320
4321         * mm-decode.el (mm-inlined-p): Use it
4322
4323 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4324
4325         * gnus.el: Pterodactyl Gnus v0.97 is released.
4326
4327 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4328
4329         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4330         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4331         3 args.
4332
4333 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4334
4335         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4336         buffer for params.
4337
4338         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4339         line.
4340
4341         * message.el (message-forward-ignored-headers): New variable.
4342
4343         * gnus-art.el (gnus-article-prepare-display): Nix out
4344         gnus-article-wash-types.
4345
4346         * gnus-agent.el (gnus-agent-create-buffer): New function.
4347         (gnus-agent-fetch-group-1): Use it.
4348         (gnus-agent-start-fetch): Ditto.
4349
4350         * gnus-sum.el (gnus-summary-exit): Don't use
4351         `gnus-use-adaptive-scoring'.
4352
4353         * mail-source.el (mail-source-fetch-pop): Only store password when
4354         successful.
4355
4356         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4357
4358 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * message.el (message-reply): Use it.
4361         (message-dont-reply-to-names): New variable.
4362
4363         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4364
4365         * mm-util.el (mm-preferred-coding-system): Typo fix.
4366
4367         * message.el (message-bounce): Work for non-MIME.
4368
4369         * gnus.el (gnus-short-group-name): Short the right parts of the
4370         name.
4371
4372 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4373
4374         * mm-encode.el (mm-qp-or-base64): New version.
4375
4376 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4377
4378         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4379
4380 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4381
4382         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4383         of restricted region.
4384         (gnus-mime-display-single): Set beg at correct point.
4385
4386 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4387
4388         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4389
4390 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4391
4392         * gnus-msg.el (gnus-configure-posting-styles): Let
4393         `gnus-posting-styles' have its say in posting-style: local
4394         variable `styles' is already bound to `gnus-posting-styles' so
4395         don't rebind it to nil.
4396
4397 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4398
4399         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4400         Message-ID.
4401
4402 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4403
4404         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4405         quoted-printable-encode-region.
4406
4407         * qp.el (quoted-printable-encode-region): Assume charset
4408         encoded. Fold every line in the region.
4409
4410 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4411
4412         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4413         of active file.
4414
4415 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4416
4417         * message.el (message-mode): allows whitespaces between multiple
4418         instances of the fill character ">".
4419
4420 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4421
4422         * mm-encode.el (mm-qp-or-base64): Fix.
4423
4424 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * message.el (message-send): Too much and.
4427
4428 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4429
4430         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4431
4432 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * gnus-score.el (gnus-score-headers): Work for nil scores.
4435
4436 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437
4438         * gnus-cache.el (gnus-cache-write-active): Write full names.
4439
4440         * gnus-util.el (gnus-write-active-file): Accept full name.
4441
4442         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4443         (mm-assoc-string-match): New function.
4444         (mm-display-inline): Use it.
4445
4446         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4447
4448         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4449
4450 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4451
4452         * mml.el (mml-generate-multipart-alist): New variable.
4453
4454 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4457
4458 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4459
4460         * message.el (message-send): More helpful error message if sending
4461         fails
4462
4463 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4464
4465         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4466         in newer emacsen, where ?r isn't equal 114.
4467
4468 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4469
4470         * gnus.el: Pterodactyl Gnus v0.96 is released.
4471
4472 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4473
4474         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4475         to get active info if method is covered by agent, otherwise
4476         active info is lost.
4477
4478 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4479
4480         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4481
4482 1999-08-09  Dave Love  <fx@gnu.org>
4483
4484         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4485
4486 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4487
4488         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4489           (already matched by "^X-Pgp"), removed duplicate
4490           X-Mailing-List, added several new junk headers.
4491
4492 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4493
4494         * gnus-art.el (article-decode-charset): Don't assume
4495         gnus-summary-buffer is live.
4496
4497 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4498
4499         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4500
4501 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4502
4503         * gnus-score.el (gnus-home-score-file): Work with absolute path
4504         names.
4505
4506 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4507
4508         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4509         nothing else in the group.
4510
4511 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4512
4513         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4514         the article.
4515
4516 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4517
4518         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4519
4520 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4521
4522         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4523         from mutt.
4524
4525 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4526
4527         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4528         whitespace.
4529
4530 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4531
4532         * mm-util.el (mm-text-coding-system-for-write): New variable.
4533         (mm-append-to-file): New function.
4534         (mm-write-region): New function.
4535
4536         * gnus-art.el (gnus-output-to-file): Use it.
4537         * gnus-util.el (gnus-output-to-rmail): Ditto.
4538         (gnus-output-to-mail): Ditto.
4539         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4540
4541 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4542
4543         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4544
4545         * nnheader.el (nnheader-insert-file-contents): Revert and use
4546         mm-insert-file-contents.
4547         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4548         (nnheader-auto-mode-alist): Removed.
4549
4550         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4551         (mm-insert-file-contents): Add a new parameter for inserting
4552         compressed file literally.
4553
4554         * mml.el (mml-generate-mime-1): Insert non-text literally.
4555
4556         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4557
4558 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4559
4560         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4561
4562 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4563
4564         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4565         koi8-r.
4566
4567 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4568
4569         * mml.el (mml-insert-mime): Decode text.
4570         (mml-to-mime): Narrow to headers-or-head.
4571
4572 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4573
4574         * mm-view.el (mm-inline-text): Check
4575         w3-meta-content-type-charset-regexp.
4576
4577 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4578
4579        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4580        predicate.
4581
4582 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4583
4584         * gnus-mlspl.el: Documentation fixes.
4585
4586 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4587
4588         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4589
4590 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4591
4592         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4593         variables.
4594
4595 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4596
4597         * nnmail.el (nnmail-get-new-mail): "Done".
4598
4599 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4602         interactive.
4603
4604 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4605
4606         * gnus-art.el (article-decode-charset): Fix broken CT.
4607
4608 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4609
4610         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4611         overview buffer if it is killed.
4612
4613 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4614
4615         * gnus-art.el (article-babel): New version.
4616
4617 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4618
4619         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4620
4621 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4622
4623         * gnus.texi (More Threading): Document new variable
4624         `gnus-sort-gathered-threads-function'.
4625
4626 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4627
4628         * gnus.texi (More Threading): Document new variable
4629         `gnus-sort-gathered-threads-function'.
4630
4631 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4632
4633         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4634         usage.
4635
4636 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4637
4638         * mm-util.el (mm-running-xemacs): Removed.
4639         (mm-coding-system-p): New function.
4640         (mm-binary-coding-system): Safe guess.
4641         (mm-text-coding-system): Ditto.
4642         (mm-auto-save-coding-system): Ditto.
4643
4644 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4647         (mm-qp-or-base64): Reversed logic.
4648
4649         * mm-decode.el (mm-save-part-to-file): Let coding system be
4650         binary.
4651
4652 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4653
4654         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4655         be set in topic parameters.
4656
4657 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4658
4659         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4660         (gnus-sort-gathered-threads): Allow the user to specify the
4661         function to use when sorting gathered threads.
4662
4663         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4664         mark cached articles as `undownloaded'.
4665
4666 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4667
4668         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4669         to have buffer local values.
4670
4671 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4672
4673         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4674         types 'g' for 'guess group type.
4675
4676 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4677
4678         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4679         after each regexp in nnmail-list-identifiers, not just after last
4680         one.
4681
4682         * gnus-sum.el (gnus-list-identifiers): New variable.
4683         (gnus-summary-remove-list-identifiers): New function.
4684         (gnus-select-newsgroup): Use it.
4685         (gnus-summary-wash-hide-map): Bind
4686         `gnus-article-hide-list-identifiers' to W W l.
4687         (gnus-summary-make-menu-bar): Add list-identifiers command.
4688
4689         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4690         (gnus-treatment-function-alist): Add variable.
4691         (article-hide-list-identifiers): New function.
4692         (mapcar): Add function.
4693         (gnus-article-hide): Use it.
4694
4695 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4696
4697         * gnus.el: Pterodactyl Gnus v0.95 is released.
4698
4699 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4700
4701         * mm-decode.el (mm-mailcap-command): New function.
4702         (mm-display-external): Use it.
4703
4704         * gnus-art.el (article-make-date-line): Work for India.
4705
4706         * mm-encode.el (mm-qp-or-base64): Typo.
4707
4708         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4709
4710 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4711
4712         * gnus.el: Pterodactyl Gnus v0.94 is released.
4713
4714 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4715
4716         * pop3.el: New version.
4717
4718 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * mm-encode.el (mm-qp-or-base64): New function.
4721         (mm-content-transfer-encoding): Use it.
4722
4723         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4724
4725 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4726
4727         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4728
4729         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4730
4731 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4732
4733         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4734         keystroke.
4735
4736         * mailcap.el (mailcap-mime-types): New function.
4737
4738         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4739
4740         * message.el (message-goto-eoh): Really go to the end.
4741
4742 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4743
4744         * message.el (message-make-date): Do the right thing in with
4745         sub-hour time zones.
4746
4747 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4750         report.
4751
4752 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4753
4754         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4755
4756 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4757
4758         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4759         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4760         and use t as default value.
4761
4762 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4763
4764         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4765         gnus-summary-buffer is live.
4766
4767 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4768
4769         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4770
4771 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * message.el (message-bounce): Do MIME bounces MIMEy.
4774
4775         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4776
4777 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4778
4779         * mailcap.el (mailcap-mime-extensions): Changed patch to
4780         text/x-patch.
4781
4782         * mm-decode.el (mm-display-external): Wrong placement of paren.
4783
4784 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4785
4786         * gnus.el: Pterodactyl Gnus v0.93 is released.
4787
4788 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4789
4790         * gnus-cus.el (gnus-group-parameters): New entries for
4791         gnus-group-split.
4792
4793         * gnus-mlspl.el: Renamed functions and variables so as to
4794         start with gnus-group-split.
4795         * gnus.el: Adjust autoload entries.
4796
4797 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4798
4799         * gnus-mlspl.el: Removed trailing t from comment and provide.
4800         Renamed functions and variables to start with gnus-mlsplit.
4801         Added autoload comments.
4802         * gnus.el: Added autoload entries.
4803
4804 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4805
4806         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4807         so that matches excluded by RESTRICTs do not cause the whole split
4808         to be ignored.  This also fixes a long-standing bug in which a
4809         split with \N substitutions wouldn't cause cross-posting as
4810         expected.
4811
4812         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4813         (nnmail-split-it): Implement them.
4814
4815         * nnmail.el (nnmail-split-fancy): Document ! splits.
4816
4817 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4818
4819         * pop3.el: New version.
4820
4821 1999-07-05  Simon Josefsson
4822
4823         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4824
4825 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826
4827         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4828
4829 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4830
4831         * gnus-util.el (gnus-write-active-file): Use real name.
4832
4833         * gnus-agent.el (gnus-agent-expire): Update active file
4834         method by method.
4835
4836 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4837
4838         * nndraft.el (nndraft-request-article): Use difference
4839         coding-systems for queue and drafts.
4840
4841         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4842         nndraft:drafts.
4843
4844         * mm-util.el (mm-auto-save-coding-system): New coding system.
4845
4846         * message.el (message-draft-coding-system): Use it.
4847
4848 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4849
4850         * mm-uu.el: More customizable and less aggressive.
4851
4852 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4855         when plugged.
4856
4857         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4858         (mml-insert-mml-markup): Accept a nofile.
4859         (mml-insert-mime): Insert nofile.
4860
4861         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4862
4863         * mm-decode.el (mm-handle-media-type): New function.
4864         (mm-handle-media-supertype): New function.
4865         (mm-handle-media-subtype): New function.
4866         Use new functions throughout. "/"))
4867
4868 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-art.el (gnus-treat-predicate): Typo.
4871
4872 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873
4874         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4875
4876 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus-art.el (article-date-ut): UT!  Default it!
4879
4880 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4881
4882         * gnus.el: Pterodactyl Gnus v0.92 is released.
4883
4884 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4885
4886         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4887
4888 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4891         connected.
4892
4893         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4894         when plugged.
4895
4896         * mm-view.el (mm-inline-message): Ignore remove-spec.
4897
4898         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4899         is bound.
4900
4901         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4902
4903         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4904
4905         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4906         start.
4907
4908         * message.el (message-fill-yanked-message): Remove `t' arg.
4909
4910         * gnus-group.el (gnus-group-kill-group): Message killing of
4911         groups.
4912
4913         * mm-util.el (mm-preferred-coding-system): New function.
4914         (mm-mime-charset): Use it.
4915
4916         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4917
4918 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4919
4920         * gnus-mlsplt.el: New file.
4921
4922 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4925         functions.
4926         (mm-attachment-override-p): Take a handle instead of a type.
4927         (mm-inlined-p): Ditto.
4928         (mm-automatic-display-p): Ditto,
4929         (mm-inlinable-p): Ditto.
4930
4931         * nndraft.el (nndraft-request-expire-articles): Delete backup
4932         files.
4933
4934         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4935
4936         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4937
4938 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4939
4940         * nnmail.el (nnmail-split-it): Allow .*.
4941
4942 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943
4944         * mm-decode.el (mm-inline-large-images-p): Renamed.
4945
4946         * gnus-art.el (article-date-ut): Always look in the current buffer
4947         for the Date header.
4948
4949         * mml.el (mml-validate): New command.
4950
4951         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4952         since we are dealing with regexps.
4953
4954 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4955
4956         * gnus.el: Pterodactyl Gnus v0.91 is released.
4957
4958 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * gnus-agent.el (gnus-agent-save-active-1): New function.
4961         (gnus-agent-save-active): use it.
4962         (gnus-agent-save-groups): Ditto.
4963
4964         * gnus-cache.el (gnus-cache-write-active): Use it.
4965
4966         * gnus-agent.el (gnus-agent-write-active): Use it.
4967
4968         * gnus-util.el (gnus-write-active-file): New function.
4969
4970         * gnus-agent.el (gnus-agent-write-active): New function to keep
4971         lower boundaries and canceled groups.
4972         (gnus-agent-save-groups): Use it.
4973         (gnus-agent-save-active): Use it.
4974         (gnus-agent-save-group-info): Only write active files.
4975         (gnus-agent-expire): Update active file.
4976
4977         * mm-decode.el (mm-inlinable-part-p): Removed.
4978         (mm-user-display-methods): Default to nil.
4979         (mm-user-display-methods): Removed.
4980         (add-mime-display-method): Removed.
4981         (mm-automatic-display): Renamed.
4982         (mm-automatic-display-p): Use it.
4983         (mm-inlined-types): New variable.
4984         (mm-inlined-p): New function.
4985
4986         * message.el (message-reply): Bind message-this-is-mail.
4987
4988 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4989
4990         * smiley.el (smiley-buffer): Fix for NT.
4991
4992 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4993
4994         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4995
4996         * message.el (message-check-news-header-syntax): Protect against
4997         nil froms.
4998
4999         * mm-util.el (mm-auto-mode-alist): New.
5000
5001         * mml.el (mml-generate-mime-1): Ditto.
5002
5003         * gnus.el: Use mm-insert-file-contents throughout instead of
5004         nnheader.
5005
5006         * mm-util.el (mm-insert-file-contents): New function.
5007
5008 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5009
5010         * gnus.el: Pterodactyl Gnus v0.90 is released.
5011
5012 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
5013
5014         * mailcap.el (mailcap-possible-viewers): Use string=.
5015
5016 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5017
5018         * mm-uu.el (mm-uu-forward-begin-line): New variable.
5019         (mm-uu-forward-end-line): New variable.
5020         (mm-uu-begin-line): Handle forwarded message.
5021         (mm-uu-identifier-alist): Ditto.
5022         (mm-uu-dissect): Ditto.
5023
5024 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5025
5026         * lpath.el: Two free variables.
5027
5028 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5029
5030         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5031         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5032         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5033
5034         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5035         (nnfolder-file-coding-system-for-write): New variable.
5036         (nnfolder-active-file-coding-system): New variable.
5037         (nnfolder-active-file-coding-system-for-write): New variable.
5038         (nnfolder-save-active): New function.
5039         (nnfolder-save-buffer): Use them.
5040         (nnfolder-possibly-change-group): Ditto.
5041         (nnfolder-request-list-newsgroups): Ditto.
5042         (nnfolder-request-create-group): Ditto.
5043         (nnfolder-request-expire-articles): Ditto.
5044         (nnfolder-request-move-article): Ditto.
5045         (nnfolder-request-accept-article): Ditto.
5046         (nnfolder-request-delete-group): Ditto.
5047         (nnfolder-request-rename-group): Ditto.
5048         (nnfolder-possibly-change-folder): Ditto.
5049         (nnfolder-read-folder): Ditto.
5050         (nnfolder-request-list): Remove pathname-coding-system.
5051         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5052
5053         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5054         (nnmail-file-coding-system-1): Removed.
5055         (nnmail-find-file): Use nnmail-pathname-coding-system.
5056         (nnmail-write-region): Ditto.
5057
5058         * nnmbox.el (nnmbox-file-coding-system): New variable.
5059         (nnmbox-file-coding-system-for-write): New variable.
5060         (nnmbox-active-file-coding-system): New variable.
5061         (nnmbox-active-file-coding-system-for-write): New variable.
5062         (nnmbox-save-buffer): New function.
5063         (nnmbox-save-active): New function.
5064         (nnmbox-request-scan): Use them.
5065         (nnmbox-request-expire-articles): Ditto.
5066         (nnmbox-request-move-article): Ditto.
5067         (nnmbox-request-accept-article): Ditto.
5068         (nnmbox-request-replace-article): Ditto.
5069         (nnmbox-request-delete-group): Ditto.
5070         (nnmbox-request-rename-group): Ditto.
5071         (nnmbox-request-create-group): Ditto.
5072
5073         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5074         (mm-running-ntemacs): Removed.
5075
5076         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5077
5078 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5079
5080         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5081
5082 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5083
5084         * qp.el (quoted-printable-encoding-characters): Support lower case.
5085
5086 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5087
5088         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5089         (rfc2047-b-encode-region): Encode line by line.
5090
5091 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * mm-util.el (mm-find-mime-charset-region): Fix.
5094
5095 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5096
5097         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5098         (mm-find-mime-charset-region): Ditto.
5099
5100 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5101
5102         * gnus-sum.el (gnus-summary-move-article): Fix something or
5103         other.
5104
5105 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5106
5107         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5108         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5109         (gnus-summary-enter-digest-group): Use them.
5110         (gnus-summary-setup-default-charset): Ditto.
5111
5112 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5113
5114         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5115
5116 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5117
5118         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5119           gnus-newsgroup-name is nil.
5120
5121 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5122
5123         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5124
5125 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5126
5127         * gnus-art.el (article-emphasize): Use correct
5128         gnus-article-emphasis-alist.
5129
5130 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * mm-view.el (mm-inline-text): Fix text/html bug.
5133
5134 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5135
5136         * gnus.el: Pterodactyl Gnus v0.89 is released.
5137
5138 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5139
5140         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5141         * message.el (message-draft-coding-system): Ditto.
5142         * mm-util.el (mm-running-ntemacs): Ditto.
5143
5144 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5145
5146         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5147         cause problem.
5148
5149 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5150
5151         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5152
5153 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5154
5155         * mml.el: require mm-decode.
5156
5157 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5158
5159         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5160
5161 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5162
5163         * mm-view.el (mm-inline-image): Fix image undisplayer.
5164
5165 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5166
5167         * mml.el (mml-insert-multipart): Error in compeling-read.
5168         (mml-insert-tag): Match tags.
5169
5170 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5171
5172         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5173         (gnus-cache-braid-heads): Ditto.
5174         (gnus-cache-retrieve-headers): Ditto.
5175
5176 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5177
5178         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5179
5180 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5183         to string under XEmacs.
5184
5185 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5186
5187         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5188
5189 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5190
5191         * mm-view.el (mm-inline-message): Fix message view bug.
5192         * gnus-art.el (gnus-article-prepare): Ditto.
5193
5194 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5195
5196         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5197
5198 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5199
5200         * gnus.el: Pterodactyl Gnus v0.88 is released.
5201
5202 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5203
5204         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5205         usage.
5206
5207         * nnmail.el (nnmail-get-new-mail): Save info.
5208
5209 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5210
5211         * gnus.el: Pterodactyl Gnus v0.87 is released.
5212
5213 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5216         (mail-source-run-script): New function.
5217         (mail-source-fetch-pop): Use it.
5218
5219 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5222
5223 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5224
5225         * gnus.el: Pterodactyl Gnus v0.86 is released.
5226
5227 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * gnus-art.el (gnus-treat-translate): New variable.
5230         (gnus-treat-predicate): Accept a list of regexps.
5231         (gnus-article-treat-custom): Allow a list of regexps.
5232
5233 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5234
5235         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5236         type.
5237
5238 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * gnus-art.el (article-babel): Narrow a bit.
5241
5242         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5243
5244 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5245
5246         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5247         only unread ones.
5248         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5249         articles, not only unread ones.
5250
5251 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5254         keystroke.
5255
5256         * gnus-art.el (gnus-article-x-face-command): Ditto.
5257
5258         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5259
5260         * gnus.el (gnus-method-simplify): Accept server names.
5261
5262 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5263
5264         * gnus-art.el (article-babel-prompt): New function.
5265         (article-babel): New command.
5266
5267 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268
5269         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5270
5271         * mml.el (mml-generate-mime-1): Don't insert literally.
5272
5273         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5274         (gnus-netrc-syntax-table): Removed.
5275         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5276
5277 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5278
5279         * mm-view.el (mm-inline-text): Fix charset for text/html.
5280
5281 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5282
5283         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5284
5285 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * nnmail.el (nnmail-split-incoming): Return the number of split
5288         mails.
5289         (nnmail-process-babyl-mail-format): Ditto.
5290         (nnmail-process-unix-mail-format): Ditto.
5291         (nnmail-process-mmdf-mail-format): Ditto.
5292         (nnmail-process-maildir-mail-format): Ditto.
5293
5294         * mail-source.el (mail-source-callback): Return the number from
5295         the callback.
5296
5297         * message.el (message-send-mail): Generate Lines.
5298
5299         * mail-source.el (mail-source-call-script): New function.
5300         (mail-source-call-script): New function.
5301
5302 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5303
5304         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5305         (gnus-select-newsgroup): Use it.
5306         (gnus-group-highlight-words-alist): New variable.
5307         (gnus-newsgroup-emphasis-alist): New variable.
5308         (gnus-summary-local-variables):  Use it.
5309         * lpath.el: Use it.
5310         * gnus-art.el (article-emphasize): Use it.
5311         (gnus-emphasis-highlight-words): New face.
5312         * gnus-cus.el (gnus-group-parameters): New parameter.
5313
5314 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5315
5316         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5317         parameter `headers'.
5318         (gnus-cache-enter-article): Ditto.
5319         (gnus-cache-update-article): Ditto.
5320         * gnus-sum.el (gnus-summary-move-article): Ditto.
5321         (gnus-summary-mark-article-as-unread): Ditto.
5322         (gnus-summary-mark-article): Ditto.
5323
5324 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5325
5326         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5327         (gnus-posting-style-alist): Removed.
5328         (gnus-message-style-insertions): Ditto.
5329         (gnus-configure-posting-styles): Reimplementation.
5330
5331         * mail-source.el (mail-source-fetch): Error the message.
5332
5333         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5334
5335 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5336
5337         * gnus.el: Pterodactyl Gnus v0.85 is released.
5338
5339 1999-04-20  Michael Cook  <cook@sightpath.com>
5340
5341         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5342           Outlook citation regex.
5343
5344 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5345
5346         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5347         semicolon.
5348
5349 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5350
5351         * gnus-range.el (gnus-remove-from-range): Document range1
5352         modification, protect range2.
5353
5354 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5355
5356         * gnus-sum.el (gnus-update-marks): Protect lists from
5357         gnus-remove-from-range, don't sort twice.
5358
5359 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5360
5361         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5362         function in backend.
5363
5364 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5365
5366         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5367         request-accept-article function in the backend instead of using
5368         the 'respool capability.
5369
5370 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5371
5372         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5373         spurious whitespace at eob.
5374
5375 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5376
5377         * nnmail.el (nnmail-get-new-mail): Check right variable.
5378
5379 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5380
5381         * mailcap.el (mailcap-mime-data): Fix rfc822.
5382
5383 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5384
5385         * nndoc.el (nndoc-nsmail-type-p): New function.
5386         (nndoc-type-alist): Recognize nsmail.
5387
5388 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5389
5390         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5391         *before* `article-hide-headers' deletes the information.
5392
5393 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394
5395         * gnus-sum.el (gnus-summary-save-parts): New command and
5396         keystroke.
5397         (gnus-summary-save-parts-1): New function.
5398         (gnus-summary-iterate): Buggy.
5399
5400         * mm-decode.el (mm-save-part-to-file): Made into own function.
5401
5402 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5403
5404         * gnus-group.el (gnus-group-set-info): Resist nils.
5405
5406 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5407
5408         * mailcap.el (mailcap-mime-data): Ditto.
5409
5410         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5411
5412         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5413
5414 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5415
5416         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5417         gnus-article-date-lapsed-new-header is t.
5418
5419 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5420
5421         * gnus.el: Pterodactyl Gnus v0.84 is released.
5422
5423 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus-msg.el (gnus-bug-message): Mime change.
5426
5427 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5428
5429         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5430
5431 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5432
5433         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5434         `x-uue'.
5435
5436 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5437
5438         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5439         when authentication is 'password.
5440
5441 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5442
5443         * gnus-win.el (gnus-configure-windows): Accept a setting.
5444
5445 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * mm-util.el (mm-quote-arg): Moved here.
5448
5449         * mm-decode.el (mm-quote-arg): Quote more chars.
5450
5451 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452
5453         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5454         with newlines would create buggy .nov files.
5455
5456         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5457
5458         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5459         end of lines.
5460
5461         * message.el (message-mode): Doc fix.
5462
5463         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5464
5465         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5466
5467         * gnus-art.el (article-date-ut): Rewrite.
5468
5469         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5470         order.
5471
5472         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5473         headers.
5474
5475         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5476
5477 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5478
5479         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5480         (article-date-ut): use it.
5481
5482 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * mail-source.el (mail-source-fetch-pop): Call script
5485         asynchronously.
5486
5487 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5488
5489         * gnus.el: Pterodactyl Gnus v0.83 is released.
5490
5491 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5494
5495         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5496
5497         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5498
5499         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5500
5501         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5502
5503         * message.el (message-generate-headers): Accept continuation
5504         headers.
5505
5506 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5507
5508         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5509
5510 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5511
5512         * gnus-art.el (gnus-treatment-function-alist): use
5513         maybe-hide-headers.
5514
5515         * message.el (message-inhibit-body-encoding): Typo.
5516         (message-resend): Inhibit encoding.
5517
5518         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5519
5520         * gnus-art.el (article-remove-cr): Use re-search.
5521
5522         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5523         headers.
5524
5525         * mm-decode.el (mm-quote-arg): Quote '.
5526
5527         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5528
5529         * mm-decode.el (mm-insert-part): Use multibyte for text.
5530
5531         * gnus-start.el (gnus-read-newsrc-file): New variable.
5532         (gnus-read-newsrc-file): Use it.
5533
5534 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535
5536         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5537
5538         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5539         function.
5540
5541 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5542
5543         * gnus.el: Pterodactyl Gnus v0.82 is released.
5544
5545 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5546
5547         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5548         for iso8859-2.
5549
5550 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5553         synonym alist.
5554
5555 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5556
5557         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5558
5559 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5560
5561         * mail-source.el (mail-source-fetch): Ask before bugging out.
5562
5563 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5564
5565         * uudecode.el (uudecode-decode-region-external): Don't assume
5566         uudecode-temporary-file-directory ends with a slash.
5567
5568 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5569
5570         * gnus-sum.el (gnus-update-marks):
5571         (gnus-update-read-articles):
5572         (gnus-summary-expire-articles): Check server.
5573
5574 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5575
5576         * mml.el (mml-preview): New function.
5577
5578 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5579
5580         * mail-source.el (mail-source-fetch-file): Return the right
5581         value.
5582
5583 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5584
5585         * mml.el (mml-insert-parameter): New function.
5586         (mml-insert-parameter-string): New function.
5587
5588         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5589
5590         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5591         (gnus-mime-display-part): Use it.
5592
5593         * mm-decode.el (mm-alternative-precedence): Removed.
5594         (mm-discouraged-alternatives): New variable.
5595         (mm-preferred-alternative-precedence): New function.
5596
5597         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5598
5599         * mail-source.el (mail-sources): New variable.
5600
5601         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5602
5603         * mm-decode.el (mm-valid-image-format-p): New function.
5604         (mm-inline-media-tests): Use it.
5605         (mm-valid-and-fit-image-p): New function.
5606
5607         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5608         (gnus-agent-fetch-group): Ditto.
5609
5610 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5611
5612         * nnmail.el (nnmail-article-group): in case of a group name
5613         containing "\\n" constructs, be sure to pass the expanded value to
5614         nn*-save-mail.
5615
5616 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5617
5618         * gnus.el: Pterodactyl Gnus v0.81 is released.
5619
5620 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * gnus-sum.el (gnus-get-split-value): Reverse result.
5623
5624 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625
5626         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5627
5628 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * mml.el (mml-insert-tag): Insert concluding part.
5631
5632         * message.el (message-send-mail): Encode later.
5633         (message-send-news): Ditto.
5634
5635         * nnfolder.el: Don't use mail delim.
5636
5637 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5638
5639         * gnus-cus.el (gnus-group-customize): Put point at min.
5640
5641         * mm-view.el (mm-inline-text): Allow toggling html.
5642
5643 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5644
5645         * mail-source.el: Added prescript and postscript to file.
5646
5647 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * nnmail.el: Reverted.
5650
5651         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5652         (gnus-setup-posting-charset): Did work.
5653
5654 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5655
5656         * gnus.el (gnus-short-group-name): Use
5657         gnus-group-uncollapsed-levels.
5658
5659 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660
5661         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5662
5663 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5664
5665         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5666         (article-strip-headers-from-body): New command and keystroke.
5667
5668 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669
5670         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5671
5672         * nnheader.el (nnheader-insert-file-contents): Bind
5673         enable-local-eval to nil.
5674         (nnheader-find-file-noselect): Ditto.
5675
5676         * nnmail.el (nnmail-article-group): Don't remove long lines.
5677         (nnmail-remove-long-lines): New function.
5678         (nnmail-split-header-length-limit): Removed.
5679
5680         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5681
5682         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5683
5684 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-sum.el (gnus-summary-generic-mark): New function.
5687
5688         * nnmail.el (nnmail-split-header-length-limit): Increased.
5689         (nnmail-article-group): Allow nil.
5690
5691         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5692
5693         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5694         first.
5695
5696         * mml.el (mml-minibuffer-read-type): Include types from
5697         mailcap-mime-data.
5698
5699         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5700
5701 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5702
5703         * mml.el (mml-insert-tag): New function.
5704         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5705         confusion with functions like `mml-read-tag'.
5706         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5707         (mml-minibuffer-read-description): Ditto with
5708         `mml-minibuffer-read-description'.
5709         (mml-attach-buffer): New function.
5710         (mml-mode-map): New entry for /.
5711         (mml-minibuffer-read-type): Accept DEFAULT.
5712
5713         * mml.el (mml-quote-region): Narrow the region.
5714
5715         * message.el (message-mode-menu): message-mime-attach-file is now
5716         mml-attach-file.
5717
5718 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719
5720         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5721
5722 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5723
5724         * mml.el (mml-attach-buffer): New command.
5725
5726 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5727
5728         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5729         with a proper range. Compress range.
5730
5731         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5732
5733 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5736
5737 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5740         (gnus-picons-convert-x-face): Removed.
5741         (gnus-picons-article-display-x-face): Removed.
5742         (gnus-picons-x-face-sentinel): Ditto.
5743         (gnus-picons-display-x-face): Ditto.
5744
5745 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5746
5747         * gnus.el: Pterodactyl Gnus v0.80 is released.
5748
5749 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750
5751         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5752
5753         * gnus-sum.el (gnus-with-article): Moved here.
5754
5755         * mail-source.el (mail-source-fetch-pop): Ask for password even
5756         when program.
5757
5758 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * gnus-msg.el (gnus-bug): Add description.
5761
5762         * mml.el (mml-insert-mml-markup): Insert disposition.
5763
5764         * message.el (message-send-mail): Always encode mail headers.
5765
5766         * smiley.el (gnus-smiley-display): Goto body.
5767
5768 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5769
5770         * smiley.el (gnus-smiley-display): Don't search to blank line.
5771
5772 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5775         when requested.
5776
5777         * nnmail.el (nnmail-current-spool): Removed.
5778
5779         * gnus-salt.el (gnus-tree-inhibit): New varible.
5780
5781         * gnus.el (mm-util): Required.
5782
5783 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5784
5785         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5786
5787 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * mail-source.el (mail-source-bind): Doc fix.
5790
5791 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5792
5793         * message.el (message-mode): Doc fix.
5794
5795         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5796         encoding.
5797
5798         * gnus.el (gnus-methods-equal-p): Moved here.
5799
5800         * mail-source.el: pop at 110.
5801
5802         * pop3.el (pop3-movemail): Use write-region instead of
5803         append-to-file to avoid excessive messaging.
5804
5805 1999-02-27  lantz moore  <lmoore@contigo.com>
5806
5807         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5808         type directory.
5809
5810 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5811
5812         * gnus-art.el (article-hide-boring-headers): Field names must not
5813         contain whitespace.
5814
5815 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5816
5817         * gnus.el: Pterodactyl Gnus v0.79 is released.
5818
5819 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5820
5821         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5822
5823         * mml.el (mml-mode): Don't use add-minor-mode.
5824
5825         * message.el (messgage-inhibit-body-encoding): New variable.
5826         (message-encode-message-body): Use it.
5827
5828 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5829
5830         * gnus.el: Pterodactyl Gnus v0.78 is released.
5831
5832 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5833
5834         * message.el (message-mode): Switch on MML mode.
5835
5836         * mml.el: Included commands and functions.
5837         (mml-mode-map): New keymap.
5838
5839         * message.el: Removed the insertion commands and functions.
5840
5841         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5842
5843         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5844         keystroke.
5845
5846         * gnus-art.el (gnus-narrow-to-page): Revert.
5847
5848         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5849         (gnus-cite-parse-maybe): Always reparse.
5850
5851         * message.el (message-encode-message-body): Don't insert
5852         "multipart warning".
5853
5854         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5855
5856 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5857
5858         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5859
5860         * nnmail.el: Require mm-util.
5861
5862 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5863
5864         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5865         group.
5866
5867 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5868
5869         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5870
5871 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5872
5873         * gnus-msg.el (gnus-extended-version): Better regexp.
5874
5875 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5876
5877         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5878         is called with the result of SPLIT and should return a new split.
5879
5880         * gnus.texi: update the doc.
5881
5882 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5883
5884         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5885         displayed in the article buffer, output bars if
5886         `gnus-picons-display-article-move-p'.
5887
5888 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5889
5890         * mail-source.el (mail-source-fetch-pop): Typo.
5891
5892 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5895
5896 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5897
5898         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5899
5900 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901
5902         * mml.el (mml-insert-buffer): New function.
5903
5904         * message.el (message-forward): Insert the buffer in the buffer.
5905
5906 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5907
5908         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5909
5910 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5911
5912         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5913
5914 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5915
5916         * gnus.el: Pterodactyl Gnus v0.77 is released.
5917
5918 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919
5920         * gnus-art.el (gnus-displaying-mime): New variable.
5921         (article-narrow-to-head): New function.
5922
5923         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5924         Default to pop instead of pop3.
5925
5926 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * gnus-art.el (article-hide-pgp): Goto body.
5929
5930         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5931
5932         * gnus-cite.el: Don't use goto-line.
5933
5934         * gnus-art.el (gnus-article-treat-html): Removed.
5935         (gnus-treat-article): Save restriction.
5936
5937 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5938
5939         * message.el (message-send-mail): Don't untabify.
5940         (message-mode): Don't use tabs for indentation.
5941
5942 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * message.el (message-send-mail): Don't untabify.
5945
5946         * nnml.el (nnml-save-mail): Typo fix.
5947
5948 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5949
5950         * message.el (message-cite-function): Add
5951         `message-cite-original-without-signature' customization option.
5952
5953 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5954
5955         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5956         `nnmail-prepare-incoming-header-hook'.
5957
5958 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5959
5960         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5961
5962 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5965
5966 1999-02-18  Michael Cook  <cook@sightpath.com>
5967
5968         * Recognize Microsoft Outlook's cite attribution conventions.
5969
5970 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5971
5972         * gnus-sum.el: Bind M.
5973
5974 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5975
5976         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5977
5978 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5979
5980         * gnus-picon.el (gnus-group-display-picons): ensures that
5981         `article-goto-body' really goes to the article body.
5982
5983 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5986
5987         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5988
5989         * mm-view.el (mm-view-message): Enable multibyte.
5990
5991 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5992
5993         * nnmail.el (nnmail-get-new-mail): Message later.
5994
5995         * mm-util.el (mm-find-charset-region): Revert to checking
5996         multibyte.
5997
5998 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5999
6000       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
6001       attachment.
6002
6003 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6004
6005         * gnus.el: Pterodactyl Gnus v0.76 is released.
6006
6007 1999-02-06  Felix Lee  <flee@cygnus.com>
6008
6009         * gnus.el (gnus-group-change-level-function): Typo.
6010
6011 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6012
6013         * gnus-sum.el (gnus-nov-skip-field): Removed.
6014         (gnus-nov-field): Ditto.
6015         (gnus-nov-parse-extra): Ditto.
6016         (gnus-nov-read-integer): Ditto.
6017
6018 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * nnheader.el (nnheader-nov-read-message-id): New macro.
6021         (nnheader-parse-nov): Use it.
6022
6023         * gnus-sum.el (gnus-nov-read-message-id): New macro.
6024         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
6025         `(eq (char-after) ?\n)'.
6026
6027 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6028
6029         * gnus.el (gnus-other-frame): Always pop up a new frame.
6030
6031 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6032
6033         * gnus-range.el (gnus-range-add): Rewrite.
6034
6035 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6036
6037         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6038         format.
6039         (nnmail-process-maildir-mail-format): New function.
6040
6041         * mail-source.el (mail-source-fetch-maildir): New function.
6042         (mail-source-keyword-map): Add default for maildir method.
6043         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6044
6045 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6048
6049         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6050         (nndoc-mime-digest-type-p): Removed.
6051
6052 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6055         where it is supposed to be.
6056         (gnus-treat-play-sounds): New variable.
6057
6058         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6059
6060         * gnus-art.el (article-display-x-face): Narrow to head.
6061         (gnus-article-washed-types): New variable.
6062         (article-hide-pgp): Is not a toggle.
6063         (gnus-article-hide-text-type): Save types.
6064         (article-decode-charset): Use it.
6065
6066         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6067
6068         * message.el (message-forward-start-separator): Removed.
6069         (message-forward-end-separator): Removed.
6070         (message-signature-before-forwarded-message): Removed.
6071         (message-included-forward-headers): Removed.
6072         (message-check-news-body-syntax): Don't check forward.
6073         (message-forward): Use MIME.
6074
6075         * nnvirtual.el (nnvirtual-request-article): Bind
6076         gnus-article-decode-hook to nil.
6077
6078 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6079
6080         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6081         us-ascii.
6082
6083 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6084
6085         * format-spec.el (format-spec): Be more robust.
6086
6087         * message.el (message-encode-message-body): Default
6088         mail-parse-charset to mail-parse-charset.
6089
6090         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6091         (gnus-summary-edit-article): Bind mail-parse-charset.
6092
6093         * mml.el (mml-read-tag): Ignore white space after end of tag.
6094
6095         * message.el (message-goto-body): Also work in separatorless
6096         articles.
6097
6098         * mml.el (mml-translate-from-mime): New function.
6099         (mml-insert-mime): Ditto.
6100         (mml-to-mime): New function.
6101         (mime-to-mml): New name.
6102
6103         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6104         article.
6105
6106         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6107
6108         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6109         special-case nndraft groups.
6110
6111 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6114         (gnus-get-newsgroup-headers): Already bound.
6115
6116         * message.el (message-encode-message-body): Use posting charset.
6117
6118         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6119         (mm-body-encoding): Do CTE.
6120         (mm-body-7-or-8): New function.
6121
6122         * mm-util.el (mm-mime-charset): Always fall back on alist.
6123         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6124         (mm-mime-mule-charset-alist): Add arabic-*-column.
6125         (mm-find-mime-charset-region): New function.
6126
6127         * format-spec.el (format-spec-make): New function.
6128
6129         * mail-source.el (format-spec): Required.
6130         (mail-source-fetch-with-program): Removed.
6131         (mail-source-fetch-with-program): New function.
6132
6133         * format-spec.el: New file.
6134
6135 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6136
6137         * mail-source.el (mail-source-fetch-with-program): Take optional
6138         parameter.
6139
6140 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6141
6142         * gnus-start.el: Ignore some groups.
6143         (gnus-setup-news): Bind nnmail-fetched-sources.
6144
6145         * message.el (message-send-mail): Remove all tabs.
6146
6147         * mm-util.el (mm-find-charset-region): Just check whether
6148         find-charset-region is defined.
6149
6150 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151
6152         * gnus-group.el (gnus-group-get-new-news): Use
6153         nnmail-fetched-sources.
6154
6155         * nnmail.el (nnmail-fetched-sources): New variable.
6156         (nnmail-get-new-mail): Use it.
6157
6158         * mail-source.el (mail-source-fetched-sources): New variable.
6159         (mail-source-fetch): Use it.
6160
6161 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6162
6163         * gnus.el (gnus-getenv-nntpserver): if the file that
6164         gnus-nntpserver-file names has a trailing newline, the
6165         string-match will always match, and thus the file will never be
6166         read.  (^ matches start of "line", \\` matches start of "buffer",
6167         which is what was intended...)
6168
6169 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6170
6171         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6172
6173 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6176         select methods.
6177
6178 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6179
6180         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6181
6182 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6183
6184         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6185
6186 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6187
6188         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6189         a typo.
6190         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6191         charset to nil.
6192         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6193         * gnus-start.el (gnus-start-draft-setup): Ditto.
6194
6195 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6198         (mail-source-value): Don't do variables.
6199
6200         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6201
6202         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6203
6204 1999-02-01  Michael Cook  <cook@sightpath.com>
6205
6206         * Defenestrate spurious ?a.
6207
6208 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * mail-source.el (mail-source-fetch-pop): Instead use
6211         :authentication.
6212
6213 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6214
6215         * lisp/mail-source.el : Support APOP authentication scheme.
6216
6217 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6218
6219         * pop3.el (pop3-movemail): Return t.
6220
6221 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * rfc2047.el (rfc2047-fold-region): New function.
6224         (rfc2047-encode-message-header): Use it.
6225
6226 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6227
6228         * gnus-sum.el (gnus-group-charset-alist): Add more.
6229
6230 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6231
6232         * gnus.el: Pterodactyl Gnus v0.75 is released.
6233
6234 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6235
6236         * gnus-art.el (article-display-x-face): Don't narrow to head.
6237
6238 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6239
6240         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6241
6242 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * mail-source.el (mail-source-fetch-directory): Ignore
6245         directories.
6246
6247         * gnus-cus.el (gnus-group-parameters): Addition.
6248
6249         * gnus-art.el (article-strip-banner): Do symbolic banners.
6250         (article-strip-banner): New keystroke.
6251
6252 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6253
6254         * gnus-art.el (article-strip-banner): New command.
6255
6256 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6257
6258         * gnus-art.el (gnus-treat-strip-banners): New variable.
6259
6260 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6263         has been exist.
6264
6265 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6266
6267         * message.el (message-draft-coding-system): Check coding-system.
6268         * mm-util.el (mm-text-coding-system): Ditto.
6269
6270 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * mail-source.el (mail-source-fetch-pop): Save excursion.
6273
6274 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * mail-source.el (mail-source-movemail-args): Not constant.
6277         (mail-source-movemail-args): Removed.
6278         (mail-source-fetch-with-program): New function.
6279         (mail-source-fetch-pop): Use program and function.
6280         (mail-source-movemail-program): Removed.
6281
6282         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6283         (gnus-treat-date-user-defined): New variable.
6284
6285 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6286
6287         * nnmail.el (nnmail-fix-eudora-headers): New function.
6288
6289 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290
6291         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6292
6293 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6294
6295         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6296         (smiley-nosey-regexp-alist): Ditto.
6297
6298         * gnus-art.el (gnus-treatment-function-alist): Do
6299         gnus-article-add-buttons-to-head later.
6300         (gnus-treat-capitalize-sentences): New variable.
6301         (article-capitalize-sentences): New command and keystroke.
6302
6303         * gnus-group.el (gnus-group-catchup-current): Do group.
6304
6305         * message.el (message-default-charset): Add group.
6306
6307 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6308
6309         * gnus.el: Pterodactyl Gnus v0.74 is released.
6310
6311 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * gnus-art.el (article-fill-long-lines): Renamed.
6314         (article-fill-long-lines): New keystroke.
6315
6316 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6319
6320         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6321         displayed.
6322         (gnus-group-catchup-current): Be more robus.
6323
6324         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6325         headers.
6326
6327 1999-01-25  Dave Love  <fx@gnu.org>
6328
6329         * message.el (message-mode-menu): Add message-mime-attach-file.
6330         (message-mode): Doc fix.
6331
6332 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * nnmail.el (nnmail-check-duplication): Insert the mail source
6335         string.
6336
6337         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6338         (mail-source-fetch-directory): Ditto.
6339         (mail-source-fetch-file): Ditto.
6340         (mail-source-string): New variable.
6341
6342         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6343         the level.
6344
6345         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6346         before handling.
6347
6348         * mm-util.el (mm-mime-charset): Use the parameters.
6349         (mm-mime-charset): Removed region paremeters.
6350
6351         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6352         source.
6353
6354 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6355
6356         * nnmail.el (nnmail-get-split-group): Quote right.
6357
6358 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359
6360         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6361         buffer.
6362
6363 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6366         (gnus-group-mode): Don't hook.
6367
6368         * mail-source.el (mail-source-bind): Doc fix.
6369         (mail-source-bind): Take only one param.
6370
6371         * gnus-art.el (gnus-treat-highlight-signature): typep.
6372
6373         * mail-source.el (mail-source-movemail): Ignore empty file.
6374         (mail-source-callback): Check before deleting.
6375
6376         * message.el (message-mime-attach-file): Include name.
6377
6378 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * mm-util.el (mm-read-charset): Return a symbol.
6381
6382         * mm-view.el (mm-inline-text): Insert signature separator.
6383
6384         * gnus-art.el (gnus-treat-predicate): New function.
6385         (gnus-treat-article): Allow all types to be checked.
6386
6387         * gnus-util.el (gnus-or): New function.
6388         (gnus-and): Ditto.
6389
6390         * gnus-art.el (gnus-mime-display-single): Use override.
6391
6392         * mm-decode.el (mm-attachment-override-types): New variable.
6393         (mm-attachment-override-p): New function.
6394
6395         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6396
6397 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6398
6399         * mm-view.el (mm-inline-text): Do vcards.
6400
6401 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6402
6403         * gnus.el: Pterodactyl Gnus v0.73 is released.
6404
6405 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6406
6407         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6408         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6409         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6410         (nnmail-movemail-program): Removed.
6411         (nnmail-movemail-args): Removed.
6412         (nnmail-pop-password-required): Ditto.
6413         (nnmail-tmp-directory): Ditto.
6414         (nnmail-delete-incoming): Removed.
6415         (nnmail-pop-password, nnmail-moved-inboxes,
6416         nnmail-internal-password, nnmail-move-inbox): Removed.
6417         (nnmail-read-passwd): Ditto.
6418         (nnmail-get-spool-files): Removed.
6419         (nnmail-resplit-incoming): Reinstated.
6420
6421         * mail-source.el: New file.
6422
6423 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6424
6425         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6426
6427 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428
6429         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6430
6431 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6434
6435         * gnus-picon.el (gnus-group-display-picons): Goto body.
6436
6437         * gnus.el: Indented all functions; broke long lines; changed all
6438         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6439
6440 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6441
6442         * gnus.el: Pterodactyl Gnus v0.72 is released.
6443
6444 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6445
6446         * gnus.el: Cleaned up trailing whitespace.
6447
6448         * mm-util.el (mm-read-charset): Work.
6449
6450 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6451
6452         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6453         nnheader-translate-file-chars'd group name.
6454
6455 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6456
6457         * message.el (message-encode-message-body): Fold case.
6458
6459 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6460
6461         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6462
6463 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6464
6465         * mailcap.el (mailcap-add): New function.
6466
6467 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6470         (article-goto-body): Use it.
6471         (gnus-treat-article): Ditto.
6472
6473         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6474         downloaded articles from the downloadeble list.
6475
6476 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * message.el (message-encode-message-body): Bind
6479         mail-parse-charset.
6480
6481         * mm-util.el (mm-charset-synonym-alist): New variable.
6482         (mm-charset-to-coding-system): Use it.
6483         (mm-charset-coding-system-alist): Removed.
6484         (mm-charset-to-coding-system): Don't use it.
6485         (mm-find-charset-region): Use mail-parse-charset.
6486
6487         * gnus-art.el (gnus-treatment-function-alist): Use
6488         gnus-article-display-picons.
6489         (gnus-treat-display-xface): Only do if we have xface feature.
6490         (gnus-part-display-hook): New function.
6491         (gnus-treat-article): Use it.
6492         (gnus-treat-article): Use gnus-visual.
6493
6494         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6495
6496         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6497         displaying.
6498
6499         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6500
6501         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6502         regexp file names.
6503
6504 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6505
6506         * gnus.el: Pterodactyl Gnus v0.71 is released.
6507
6508 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * mm-view.el (mm-inline-image): Don't add a dot.
6511
6512         * gnus-art.el (gnus-treat-article): New function.
6513
6514         * gnus.el (gnus-article-display-hook): Removed.
6515
6516         * gnus-art.el (gnus-article-treat-custom): New variable.
6517
6518         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6519
6520         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6521         functions.
6522
6523         * message.el (message-posting-charset): New variable.
6524         (message-send-mail): Use it.
6525
6526         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6527         (gnus-setup-posting-charset): New function.
6528         (gnus-setup-message): Use it.
6529
6530         * message.el (message-encode-message-body): Just look for
6531         Content-Type before inserting a new one.
6532
6533 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * rfc2047.el (rfc2047-default-charset): Removed.
6536
6537         * mail-prsvr.el: New file.
6538         (mail-parse-charset): New variable.
6539
6540         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6541         Changed name.
6542
6543         * gnus.el (gnus-charset): New group.
6544
6545         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6546
6547         * gnus-sum.el (gnus-default-charset): Default to nil.
6548         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6549         (gnus-newsgroup-iso-8859-1-forced): Removed.
6550
6551         * mm-util.el (mm-known-charsets): Removed.
6552         (mm-default-coding-system): Removed.
6553         (mm-default-charset): Removed.
6554         (mm-read-charset): New function.
6555
6556         * message.el (message-default-charset): Removed.
6557
6558         * rfc2047.el (rfc2047-default-charset): Default to nil.
6559
6560         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6561
6562 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6563
6564         * gnus.el: Pterodactyl Gnus v0.70 is released.
6565
6566 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * mm-decode.el (mm-save-part): Use mm-get-part.
6569         (mm-insert-part): New function.
6570         (mm-get-part): Use it.
6571         (mm-get-image): Ditto.
6572         (mm-display-external): Ditto.
6573
6574         * mm-view.el (mm-inline-text): Ditto.
6575
6576         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6577         ranges.
6578
6579         * mm-decode.el (mm-display-external): Save the buffer.
6580         (mm-remove-part): Kill it.
6581
6582         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6583
6584         * nnagent.el (nnagent-request-set-mark): Defined stub.
6585
6586 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * gnus-score.el (gnus-score-load-score-alist): Bind
6589         coding-system-for-read.
6590
6591         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6592         prepare-exit-hook.
6593
6594         * mm-view.el (mm-setup-w3): Require w3.
6595
6596 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6597
6598         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6599         body.
6600
6601 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6602
6603         * mm-encode.el: Ditto.
6604
6605         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6606         error.
6607
6608         * mailcap.el (mailcap-mime-data): SAFER ps.
6609
6610         * message.el (message-encode-message-body): Always insert a
6611         Content-Type header.
6612
6613         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6614         shown inline.
6615
6616         * mm-view.el (mm-inline-text): Handle all sorts of text.
6617
6618         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6619         don't view.
6620
6621         * mm-decode.el (mm-display-external): Use it.
6622
6623         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6624
6625         * mm-decode.el (mm-save-part): Removed double code.
6626
6627 1999-01-12  Dave Love  <fx@gnu.org>
6628
6629         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6630         application/octet-stream .gz & al files with jka-compr.
6631
6632 1999-01-12  Dave Love  <fx@gnu.org>
6633
6634         * gnus-ems.el (gnus-down-mouse-3): New variable.
6635         * gnus-art.el (gnus-mime-button-map): Use it.
6636         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6637
6638 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6641
6642 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6643
6644         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6645         buffers.
6646
6647         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6648
6649         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6650
6651 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6652
6653         * mml.el (mml-parameter-string): Strip directory component.
6654
6655 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * gnus.el (gnus-use-demon): Removed.
6658
6659 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * nnmail.el (nnmail-article-group): Don't infloop.
6662
6663 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6664
6665         * gnus-art.el (article-update-date-lapsed): Made it work with
6666         picons, and make it update on all visible frames.
6667         (article-date-ut): Get summary-buffer's current-headers.
6668
6669 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6672         (gnus-picons-setup-p): New variable.
6673
6674 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6675
6676         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6677
6678 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6679
6680         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6681         (gnus-summary-exit-no-update): Use mapcar.
6682
6683 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6684
6685         * gnus-agent.el (gnus-category-write): Make directory.
6686
6687 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6688
6689         * gnus-sum.el (gnus-update-read-articles):
6690         (gnus-update-marks): Request backend update of mark.
6691
6692 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693
6694         * mm-bodies.el (mm-body-encoding): Use mm-find.
6695
6696 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6697
6698         * gnus-picon.el (gnus-article-display-picons): Fix.
6699
6700 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6701
6702         * gnus.el: Pterodactyl Gnus v0.69 is released.
6703
6704 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6705
6706         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6707
6708         * gnus-agent.el (gnus-agent-remove-group): New command and
6709         keystroke.
6710
6711         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6712
6713 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6714
6715         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6716
6717 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * mm-view.el (mm-inline-text): Bind current id.
6720
6721         * mm-decode.el (mm-handle-id): New macro.
6722         (mm-make-handle): Accept id.
6723         (mm-dissect-singlepart): Use it.
6724
6725 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6726
6727       * message.el (message-cite-original-without-signature): Use
6728       message-signature-separator when searching for signature in
6729       message-cite-original-without-signature.
6730
6731 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6732
6733         * gnus.el (gnus-server-to-method): Check named methods.
6734
6735 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6736
6737         * mm-view.el (mm-view-message): Goto point-min.
6738
6739         * nnmail.el (nnmail-article-group): Don't delete lines, only
6740         shorten them.
6741
6742         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6743         values.
6744
6745         * nnheader.el (nnheader-temp-directory): New variable.
6746         (nnheader-temp-directory): Removed.
6747
6748 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6749
6750         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6751         list of files to check for mailcap entries under windows-nt.
6752
6753 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754
6755         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6756         summary buffer exists.
6757
6758 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6759
6760         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6761         irrelevant Sun sendmail bug.
6762         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6763
6764         * message.el (message-send-news): Bind mail-header-separator to
6765         "" when asking backend to post.
6766
6767 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6768
6769         * mm-uu.el (mm-dissect-disposition): New variable.
6770         (mm-uu-dissect): Use it.
6771
6772 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6773
6774         * mm-view.el (mm-inline-text): Bind url-current-object.
6775
6776 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6777
6778         * gnus-range.el (gnus-remove-from-range): Rewrite.
6779
6780 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6781
6782         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6783
6784 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6785
6786         * message.el (message-encode-message-body): Insert `MIME-Version'
6787         instead of `Mime-Version'.
6788
6789 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6790
6791         * message.el (message-insert-mime-part): Add the attachment
6792         disposition.
6793         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6794         (message-mime-query-type): New function.
6795         (message-mime-query-description): Ditto.
6796         (message-mime-query-file): Ditto.
6797         (message-insert-mime-part): Use them.
6798         (message-mime-insert-external): Use the new stuff.
6799
6800 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6801
6802         * nnmail.el (nnmail-split-header-length-limit): New variable.
6803
6804         * mm-decode.el (mm-dissect-buffer): Check syntax.
6805
6806         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6807
6808         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6809         (rfc2047-dissect-region): Ditto.
6810
6811 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812
6813         * mm-view.el (mm-view-message): Decode charset.
6814
6815 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6816
6817         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6818         CT headers.
6819
6820 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6821
6822         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6823         mm-uu-*-function.
6824         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6825
6826 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6827
6828         * message.el (message-send-mail): Do MML first.
6829         (message-send-news): Ditto.
6830
6831 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6832
6833         * gnus-picon.el (gnus-picons-face): New face.
6834         (gnus-picons-try-face): Use it.
6835
6836 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6837
6838         * gnus.el: Pterodactyl Gnus v0.68 is released.
6839
6840 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6841
6842         * gnus.el: Pterodactyl Gnus v0.67 is released.
6843
6844 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6845
6846         * gnus.el: Pterodactyl Gnus v0.66 is released.
6847
6848 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * gnus-art.el (gnus-insert-mime-button): Decode description.
6851
6852 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6853
6854         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6855         (gnus-decode-header-methods): Ditto.
6856         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6857
6858 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6859
6860         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6861
6862 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6863
6864         * mml.el (mml-insert-mime-headers): Encode description.
6865
6866         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6867         line.
6868
6869         * gnus-sum.el (gnus-default-charset): Doc fix.
6870
6871 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6872
6873         * mm-decode.el (mm-display-part): Forward a line.
6874
6875 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6876
6877         * mm-util.el (mm-running-ntemacs): New variable.
6878         (mm-text-coding-system): Ditto.
6879         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6880         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6881
6882 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6883
6884         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6885         buffer.
6886
6887         * message.el (message-insert-headers): New command and keystroke.
6888
6889 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6892         (mm-get-image): Ditto.
6893
6894         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6895         base64, uudecode and binhex.
6896
6897 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6898
6899         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6900         in text/plain.
6901         * mm-uu.el (mm-uu-dissect): Use inline.
6902
6903 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * mm-view.el (mm-view-message): New function.
6906
6907         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6908         qp.
6909
6910 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6911
6912         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6913         entry for message/rfc822 as 8bit.
6914
6915 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6916
6917         * mailcap.el (mailcap-mime-extensions): Add patch.
6918
6919 1998-12-05  Dale Hagglund  <rdh@best.com>
6920
6921         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6922         argument to force all multipart/* to look like multipart/mixed.
6923
6924         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6925         variable.
6926         (gnus-mime-display-part): Use it.
6927
6928 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6929
6930         * gnus-draft.el (gnus-draft-send): Only disable checks for
6931         non-interactive use.
6932         (gnus-draft-send-message): Use it.
6933
6934 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6935
6936         * gnus.el: Pterodactyl Gnus v0.65 is released.
6937
6938 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6939
6940         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6941
6942         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6943
6944 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6945
6946         * gnus.el: Pterodactyl Gnus v0.64 is released.
6947
6948 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949
6950         * mm-view.el (mm-setup-w3): Don't load.
6951
6952         * gnus-msg.el (gnus-setup-message): Set group name.
6953         (gnus-group-mail): Avoid leaking local vars.
6954
6955         * message.el (message-attach-file): Renamed.
6956         (message-mime-attach-file): Renamed again.
6957
6958 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6959
6960         * gnus-art.el (article-decode-encoded-words): Bind
6961         rfc2047-default-charset here.
6962
6963         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6964
6965 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6966
6967         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6968         (gnus-picons-setup-hook): New hook.
6969
6970 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6971
6972         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6973         string.
6974         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6975         line.
6976
6977 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978
6979         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6980         (gnus-mime-view-part): Ditto.
6981         (gnus-mime-inline-part): Dotii.
6982         (gnus-mime-externalize-part): Daddo.
6983         (gnus-mime-internalize-part): Tutti frutti.
6984         (gnus-widget-press-button): Da da do.
6985
6986         * mm-view.el (mm-setup-w3): Require url-vars.
6987
6988 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6989
6990         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6991         * mm-util.el (mm-find-charset-region): Ditto.
6992
6993 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6994
6995         * message.el (message-send): Don't encode here.
6996         (message-send-mail): But here.
6997         (message-send-news): And here.
6998
6999 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7000
7001         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
7002
7003 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7004
7005         * gnus.el: Pterodactyl Gnus v0.63 is released.
7006
7007 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7008
7009         * mml.el (mml-base-boundary): Shorten.
7010
7011         * message.el (message-insert-mime-part): Use default.
7012
7013         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
7014
7015 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7016
7017         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
7018         buttons, not [*].
7019
7020 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7021
7022         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
7023
7024 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
7025
7026         * gnus-art.el (gnus-insert-mime-button): Fix.
7027
7028 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7029
7030         * message.el (message-insert-mime-part): Nicify prompts.
7031         (message-insert-mime-part): Really delete duplicates.
7032         (message-insert-mime-part): Check against common errors.
7033         (message-insert-mime-part): Fix docstring.
7034
7035 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036
7037         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7038
7039 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7040
7041         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7042         (gnus-insert-mime-button): Modify accordingly.
7043
7044 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7045
7046         * gnus-art.el (gnus-display-mime): Set window point.
7047
7048         * mm-decode.el (mm-display-external): Only decode when not
7049         saving.
7050         (mm-alternative-precedence): Prefer multiparts.
7051         (mm-inline-media-tests): Inline multiparts.
7052
7053         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7054         Ignore errors when requiring url.
7055
7056         * mml.el (mml-quote-region): New command.
7057
7058         * message.el (message-cite-original): Use it.
7059         (message-cite-original-without-signature): Ditto.
7060
7061 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7062
7063         * gnus.el: Pterodactyl Gnus v0.62 is released.
7064
7065 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7066
7067         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7068
7069 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7070
7071         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7072         `point-max-marker'.
7073
7074 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7075
7076         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7077
7078         * gnus-art.el (gnus-mime-display-single): Check for attachment
7079         before other tests.
7080
7081 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7082
7083         * gnus-msg.el (gnus-configure-posting-styles): find a
7084         posting-style entry in the group parameters, if any, and honor it
7085         at the end.
7086
7087 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7088
7089         * nntp.el (nntp-after-change-function): Fix.
7090
7091 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7092
7093         * mml.el (mml-generate-mime-1): Insert literally.
7094
7095 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096
7097         * mml.el (mml-insert-mime-headers): Removed debug.
7098
7099 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100
7101         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7102         prefixed.
7103
7104         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7105         application/emacs-lisp to 8bit.
7106
7107 1998-12-03  Dale Hagglund  <rdh@best.com>
7108
7109         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7110
7111 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7112
7113         * gnus.el: Pterodactyl Gnus v0.61 is released.
7114
7115 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * mml.el (mml-parse-1): Skipped parts.
7118         (mml-insert-mime-headers): Nil is a list.
7119         (mml-generate-mime-1): Don't insert literally.
7120         (mml-read-tag): Drop text props.
7121         (mml-read-part): Ditto.
7122         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7123
7124 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7125
7126         * gnus.el: Pterodactyl Gnus v0.60 is released.
7127
7128 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7129
7130         * mml.el (mml-parse-1): Don't throw contents away.
7131
7132 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7133
7134         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7135
7136 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137
7138         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7139         function.
7140         (mml-parse-1): Use it.
7141
7142 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7143
7144         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7145         Use gnus-newsgroup-default-charset.
7146         (article-decode-encoded-words): Remove charset codes.
7147         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7148         gnus-default-charset.
7149
7150 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7151
7152         * message.el (message-send-mail): Don't encode here.
7153         (message-send-news): Nor here.
7154         (message-send): ... but here instead.
7155
7156         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7157         default to nil.
7158         (gnus-article-display-picons): Replace From line.
7159         (gnus-group-display-picons): Replace Newsgroups line.
7160         (gnus-picons-display-glyph): Set baseline.
7161         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7162         (gnus-picons-xbm-face): Revert to old, standard colors.
7163
7164         * message.el (message-fetch-field): Remove text props.
7165
7166         * gnus-art.el (gnus-article-normalized-header-length): New
7167         variable.
7168         (article-normalize-headers): New command and keystroke.
7169
7170         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7171
7172 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7173
7174         * gnus.el: Pterodactyl Gnus v0.59 is released.
7175
7176 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7179
7180         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7181
7182 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7183
7184         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7185
7186 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * mm-decode.el (mm-all-images-fit): New variable.
7189         (mm-image-fit-p): Use it.
7190
7191         * gnus-art.el (gnus-mime-display-single): Use it.
7192         (gnus-mime-internalize-part): New command and keystroke.
7193
7194         * mm-decode.el (mm-user-automatic-external-display): New
7195         variable.
7196         (mm-automatic-external-display-p): New function.
7197
7198         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7199         colors.
7200
7201 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7202
7203         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7204
7205         * gnus-art.el (gnus-with-article): Work in the original article
7206         buffer.
7207         (gnus-with-article): Work in read-only groups.
7208
7209 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7210
7211         * mm-bodies.el (mm-decode-string): Return original string if not
7212         decode.
7213
7214 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7215
7216         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7217
7218 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7219
7220         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7221
7222 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7223
7224         * gnus.el: Pterodactyl Gnus v0.58 is released.
7225
7226 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7227
7228         * mm-decode.el (mm-get-image): Return a glyph, not an image
7229         specifier.
7230
7231 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7232
7233         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7234
7235 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7236
7237         * mail-parse.el (rfc2045): Required.
7238
7239 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7240
7241         * mm-view.el (mm-inline-text): Remove props.
7242
7243 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244
7245         * mm-view.el (mm-setup-w3): Protect url-misc.
7246
7247         * message.el (message-ignored-resent-headers): Remove
7248         Gnus-Warning.
7249
7250         * mml.el (mml-insert-mime-headers): Use encoding.
7251         (mml-parameter-string): Ditto.
7252
7253         * rfc2045.el: New file.
7254         (rfc2045-encode-string): New function.
7255
7256 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * mail-parse.el (mail-header-encode-parameter): New function.
7259
7260         * rfc2231.el (rfc2231-encode-string): New function.
7261
7262 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7263
7264         * mm-bodies.el (mm-decode-string): New function.
7265         * mm-view.el (mm-inline-text): Use mm-decode-string.
7266
7267 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7268
7269         * gnus.el: Pterodactyl Gnus v0.57 is released.
7270
7271 1998-11-23  Felix Lee  <flee@cygnus.com>
7272
7273         * nntp.el (nntp-async-needs-kluge): new setting.
7274         (nntp-async-timer): new var.
7275         (nntp-async-process-list): new var.
7276         (nntp-async-kluge): new function.
7277         (nntp-async-timer-handler): new function.
7278         (nntp-async-wait): new function.
7279         (nntp-async-stop): new function.
7280         (nntp-after-change-function): renamed, and split apart.
7281         (nntp-async-trigger): new function.
7282         (nntp-do-callback): new function.
7283         (nntp-accept-process-output): add optional timeout arg.
7284
7285         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7286         (gnus-async-wait-for-article): new function.
7287         (gnus-async-with-semaphore): s/asynch/async/.
7288
7289 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * gnus-art.el (gnus-with-article): Don't encode.
7292         (gnus-insert-mime-button): Fall back on filename from C-D.
7293         (gnus-mime-display-single): Have dots right on text/plain
7294         attachments.
7295
7296         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7297         broken parts.
7298
7299         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7300
7301         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7302         binhex.
7303
7304         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7305         (gnus-summary-repair-multipart): New command and keystroke.
7306
7307         * gnus-art.el (gnus-with-article-buffer): New macro.
7308
7309 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7310
7311         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7312         undisplay the part.
7313
7314 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7317
7318         * mml.el (mml-read-part): Partition right.
7319
7320         * mm-decode.el (mm-handle-set-cache): New macro.
7321         (mm-handle-cache): Ditto.
7322         (mm-make-handle): Ditto.
7323         (mm-dissect-singlepart): Use it.
7324         (mm-get-image): Use the cache.
7325
7326 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7327
7328         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7329         (gnus-mime-display-single): Don't insert lines between parts.
7330
7331 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7332
7333         * nnmail.el (nnmail-file-coding-system-1): New variable.
7334         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7335         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7336         * nnml.el (nnml-file-coding-system): New variable.
7337         (nnml-request-article): Use nnml-file-coding-system.
7338
7339 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7340
7341         * gnus.el: Pterodactyl Gnus v0.56 is released.
7342
7343 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7344
7345         * gnus-art.el (gnus-mime-display-part): New function.
7346         (gnus-mime-display-mixed): Use it.
7347
7348         * mm-view.el (mm-setup-w3): Don't register.
7349
7350         * message.el (message-cite-original): Cite parts.
7351
7352 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * mml.el (mml-parameter-string): New function.
7355         (mml-insert-mime-headers): Separated into new function.
7356
7357 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7358
7359         * mml.el (mml-make-boundary): Use `make-string'.
7360
7361 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7362
7363         * binhex.el (binhex-insert-char): Ditto.
7364
7365         * base64.el (base64-insert-char): Ditto.
7366
7367         * uudecode.el (uudecode-insert-char): Code correctly.
7368
7369 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7370
7371         * mml.el (mml-generate-mime): Don't generate multiparts for
7372         empties.
7373
7374         * gnus-art.el (gnus-display-mime): Save excursion.
7375
7376         * message.el (message-remove-first-header): New function.
7377         (message-encode-message-body): Use it.
7378
7379 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7380
7381         * gnus.el: Pterodactyl Gnus v0.55 is released.
7382
7383 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * mm-view.el (mm-setup-w3): New function.
7386
7387         * mm-decode.el (mm-content-id-get-contents): New function.
7388         (mm-content-id-get-type): Ditto.
7389         (mm-content-id-get-encoding): Ditto.
7390         (mm-get-handle-by-content-id): Removed.
7391
7392 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7393
7394         * message.el (message-generate-new-buffers): Fix tag.
7395
7396 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397
7398         * message.el (message-buffer-name): Check for unique first.
7399
7400         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7401         gnus-inhibit-mime-unbuttonizing.
7402
7403         * gnus-sum.el (t): Bind M-t.
7404         (gnus-inhibit-unbuttonizing): New variable.
7405         (gnus-summary-toggle-display-buttonized): New command.
7406
7407         * gnus-art.el (gnus-display-mime): Select article window.
7408         (article-strip-trailing-space): New command and keystroke.
7409
7410         * nneething.el (nneething-include-files): New variable.
7411         (nneething-create-mapping): Use it.
7412
7413         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7414
7415         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7416         ayto-expirable marks.
7417
7418 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7421
7422         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7423         ARG.
7424
7425         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7426
7427 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7428
7429         * mm-util.el (mm-binary-coding-system): New variable.
7430         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7431         * mm-decode.el (mm-display-external): Ditto.
7432
7433 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7434
7435         * gnus.el: Pterodactyl Gnus v0.54 is released.
7436
7437 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7440
7441 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442
7443         * mm-decode.el (mm-save-part): Unquote.
7444
7445 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7446
7447         * mm-decode.el (mm-save-part): Bind coding system for write.
7448
7449 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7450
7451         * gnus-art.el (gnus-article-mode-line-format): New default.
7452         (gnus-article-mime-part-status): New function.
7453
7454         * message.el (message-send-news): Check the body syntax before
7455         encoding.
7456
7457         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7458         (gnus-mime-display-single): Use it.
7459         (gnus-mime-display-alternative): Ditto.
7460
7461         * mm-decode.el: Check for whether we are running under a term.
7462
7463 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * mm-decode.el (mm-preferred-alternative): Default to first
7466         alternative.
7467         (mm-preferred-alternative): No, we dont.
7468
7469 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7470
7471         * mm-decode.el (mm-display-external): Use binary instead of
7472         no-conversion.
7473         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7474         * nnheader.el (nnheader-file-coding-system): Ditto.
7475         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7476
7477 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7478
7479         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7480         name without method.
7481
7482 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7483
7484         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7485         coding-system -> default-charset.
7486         (gnus-newsgroup-default-charset-alist): Ditto.
7487         (gnus-summary-local-variables): Ditto.
7488         (gnus-set-global-variables): Ditto.
7489         (gnus-get-newsgroup-headers): Ditto.
7490         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7491         (gnus-get-newsgroup-headers-xover): Ditto.
7492         (gnus-newsgroup-setup-default-charset): Ditto.
7493         (article-decode-mime-words): Ditto.
7494         (article-decode-charset): Ditto.
7495         (article-decode-encoded-words): Ditto.
7496         (article-de-quoted-unreadable): Ditto.
7497         (gnus-mime-view-all-parts): Ditto.
7498         (gnus-mime-externalize-part): Ditto.
7499         (gnus-mm-display-part): Ditto.
7500         (gnus-mime-display-single): Ditto.
7501         (gnus-mime-display-alternative): Ditto.
7502         * lpath.el : Ditto.
7503
7504 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7505
7506         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7507         * gnus-art.el (article-decode-charset): Overlay
7508         rfc2047-default-charset.
7509         * message.el (message-draft-coding-system): New variable.
7510         (message-set-auto-save-file-name): Use message-draft-coding-system.
7511         * nndraft.el (nndraft-request-article): Ditto.
7512         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7513         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7514
7515 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7516
7517         * mm-uu.el (mm-uu-test): New function.
7518         (mm-uu-dissect): Inherit charset and cte from head.
7519         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7520
7521 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7522
7523         * gnus.el: Pterodactyl Gnus v0.53 is released.
7524
7525 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7526
7527         * mm-decode.el (mm-get-image): New function.
7528         (mm-image-fit-p): New function.
7529
7530         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7531
7532         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7533
7534         * gnus-art.el (gnus-article-insert-newline): New function.
7535         (article-goto-body): New function.
7536
7537 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7538
7539         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7540         buttons.
7541
7542         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7543         keystroke.
7544
7545         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7546         line between parts.
7547
7548         * message.el (message-remove-header): Go to end if wanted.
7549
7550 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7551
7552         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7553         movement with save-window-excursion.
7554
7555 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7556
7557         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7558
7559 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7560
7561         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7562
7563 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7564
7565         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7566         gnus-newsgroup-coding-system.
7567         (gnus-get-newsgroup-headers): Ditto.
7568         (gnus-get-newsgroup-headers-xover): Ditto.
7569         (gnus-set-global-variables): Ditto.
7570         * gnus-art.el (article-decode-mime-words): Ditto.
7571         (article-decode-charset): Ditto.
7572         (article-decode-encoded-words): Ditto.
7573         (article-de-quoted-unreadable): Ditto.
7574         (gnus-mime-view-all-parts): Ditto.
7575         (gnus-mime-externalize-part): Ditto.
7576         (gnus-mm-display-part): Ditto.
7577         (gnus-mime-display-alternative): Ditto.
7578         (gnus-mime-display-single): Ditto.
7579         * mm-view.el (mm-inline-text): Use default coding system.
7580
7581 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7582
7583         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7584         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7585         (gnus-newsgroup-coding-system): New local variable.
7586         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7587         (gnus-summary-local-variables): Add two new local variables.
7588         (gnus-newsgroup-setup-coding-system): New function.
7589         (gnus-select-newsgroup): Setup coding system.
7590         * lpath.el: Add two new variables.
7591         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7592         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7593         * gnus-cus.el (gnus-group-parameters): Customizable
7594         iso-8859-1-forced.
7595
7596 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7597
7598         * gnus.el: Pterodactyl Gnus v0.52 is released.
7599
7600 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7601
7602         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7603         encoding.
7604
7605         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7606         undisplayed text types.
7607
7608         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7609         types.
7610
7611 1998-11-19  Felix Lee  <flee@cygnus.com>
7612
7613         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7614
7615 1998-11-19  Felix Lee  <flee@cygnus.com>
7616
7617         * gnus-async.el (gnus-asynch-obarray): rename to
7618         gnus-async-hashtb, and don't buffer-local it.
7619
7620         (gnus-async-article-callback): new function.
7621         (gnus-make-async-article-function): use it.
7622
7623         (gnus-async-current-prefetch-group): new var.
7624         (gnus-async-current-prefetch-article): new var.
7625         (gnus-async-request-fetched-article): are we fetching it already?
7626
7627         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7628
7629 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * gnus-sum.el (gnus-summary-show-article): Require.
7632
7633         * message.el: Provide before hooks.
7634         (message-send-news): Do MIME before headers.
7635
7636         * gnus-art.el (gnus-article-check-buffer): New function.
7637         (gnus-article-read-summary-keys): Use it.
7638
7639         * mm-decode.el (mm-user-automatic-display): Display all inline
7640         images.
7641
7642         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7643         much.
7644         (gnus-unbuttonized-mime-types): New variable.
7645
7646 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7647
7648         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7649
7650         * mm-decode.el (mm-quote-arg): Quote semicolons.
7651
7652         * gnus-art.el (gnus-mime-display-single): Don't display
7653         attachments.
7654         (gnus-mime-externalize-part): New command and keystroke.
7655
7656         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7657         (mm-alternative-precedence): Changed order.
7658
7659 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7660
7661         * gnus.el (gnus-method-simplify): New function.
7662         (gnus-native-method-p): New function.
7663         (gnus-secondary-method-p): Use gnus-method-equal.
7664
7665         * gnus-start.el (gnus-group-change-level): Shorten select method.
7666
7667 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7668
7669         * gnus.el: Pterodactyl Gnus v0.51 is released.
7670
7671 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7672
7673         * gnus.el: Applied patches from 5.6.45.
7674
7675         * gnus-score.el (gnus-score-find-trace): Print complete file
7676         paths.
7677         (gnus-score-find-trace): Truncate lines.
7678
7679         * gnus.el (gnus-message-archive-group): Allow function.
7680
7681         * message.el (message-encode-message-body): Remove Mime-Version
7682         before inserting.
7683
7684         * gnus-cus.el (gnus-group-customize): Optional topic.
7685
7686         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7687         keystroke.
7688
7689 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7690
7691         * message.el (message-encode-message-body): Rewrite.
7692
7693 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694
7695         * mml.el (mml-base-boundary): New variable.
7696         (mml-make-boundary): New function.
7697
7698         * gnus-cache.el (gnus-cache-coding-system): New variable.
7699         (gnus-cache-request-article): Use it.
7700
7701         * message.el (message-insert-mime-part): Delete duplicates.
7702
7703 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7704
7705         * gnus-art.el (gnus-mime-display-alternative): Set end of
7706         multipart and display even when nothing is preferred.
7707
7708 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7709
7710         * gnus.el: Pterodactyl Gnus v0.50 is released.
7711
7712 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7715         fbound.
7716
7717         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7718
7719 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7720
7721         * gnus.el (gnus-similar-server-opened): Compare backend.
7722
7723 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7724
7725         * gnus-topic.el (gnus-topic-expire-articles): New function.
7726         (gnus-topic-mode-map): Bind it.
7727
7728         * gnus.texi (Topic Commands): New expiry command. Reordered.
7729
7730 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7731
7732         * gnus-sum.el
7733         (gnus-auto-expirable-marks): New variable.
7734         (gnus-inhibit-user-auto-expire): New variable.
7735         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7736         When looking to see if we should expire instead, check
7737         gnus-auto-expirable-marks instead of using a hard-wired list.
7738         (gnus-summary-mark-as-read-forward,
7739         gnus-summary-mark-as-read-backward):
7740         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7741         gnus-summary-mark-forward, instead of `t'.
7742
7743 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7744
7745         * mml.el (mml-compute-boundary): New function.
7746         (mml-compute-boundary-1): New function.
7747         (mml-generate-mime-1): Use it.
7748
7749 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7750
7751         * mml.el (mml-generate-mime-1): Always precede closing boundary
7752         with newline.
7753
7754 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * mml.el (mml-generate-mime-1): Do right boundaries when several
7757         multiparts.
7758
7759         * mm-decode.el (mm-user-automatic-display): Default to inline
7760         jpeg.
7761
7762         * mml.el (mml-generate-mime-1): Encode non-text parts.
7763
7764 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7765
7766         * gnus.el: Pterodactyl Gnus v0.49 is released.
7767
7768 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769
7770         * mm-view.el (mm-inline-text): Require w3-vars.
7771
7772         * gnus-setup.el (gnus-use-tm): Removed.
7773
7774         * gnus-art.el (gnus-article-goto-part): Don't beep.
7775         (gnus-article-view-part): Check return value.
7776         (gnus-mime-display-alternative): Don't display when there is
7777         nothing to display.
7778
7779         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7780         (mml-generate-mime-1): Use unibyte for binaries.
7781
7782         * gnus-art.el (gnus-display-mime): Call
7783         gnus-article-mime-part-function.
7784         (gnus-mime-part-function): New function.
7785         (gnus-article-mime-part-function): New function.
7786
7787         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7788
7789 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7790
7791         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7792
7793         * message.el (message-font-lock-keywords): Highlight MML.
7794         (message-mml-face): New font.
7795
7796 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7797
7798         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7799         (gnus-mm-display-part): Do not select-window if the article window
7800         is not found.
7801
7802 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7803
7804         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7805
7806 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7807
7808         * gnus.el: Pterodactyl Gnus v0.48 is released.
7809
7810 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7811
7812         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7813
7814         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7815
7816         * message.el (message-cite-original-without-signature): Ditto.
7817         (message-cite-original): Quote parts.
7818
7819 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7820
7821         * gnus.el: Pterodactyl Gnus v0.47 is released.
7822
7823 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * message.el (message-encode-message-body): Insert MIME warning.
7826
7827         * mml.el (mml-read-tag): Look for #tag.
7828
7829         * mm-util.el (mm-find-charset-region): Check whether
7830         enable-multibyte-characters is bound.
7831
7832 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7833
7834         * gnus.el: Pterodactyl Gnus v0.46 is released.
7835
7836 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * message.el (message-encode-message-body): Insert headers at the
7839         right spot.
7840
7841 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7842
7843         * gnus.el: Pterodactyl Gnus v0.45 is released.
7844
7845 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * nndraft.el (nndraft-save-mime-part): Removed.
7848         (nndraft-get-mime-part): Ditto.
7849
7850         * message.el (message-format-mime-old): Removed.
7851         (message-encode-message-body): Removed.
7852         (message-encode-message-body): Renamed.
7853
7854 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7855
7856         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7857
7858         * message.el (message-format-mime): Check message-mime-part.
7859
7860         * mm-encode.el (mm-mime-file-types): Removed.
7861         (mm-default-file-encoding): New definition.
7862
7863 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7864
7865         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7866         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7867
7868 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7869
7870         * gnus.el: Pterodactyl Gnus v0.44 is released.
7871
7872 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7873
7874         * message.el (message-format-mime): New function.
7875
7876         * nndraft.el (nndraft-save-mime-part): New function.
7877         (nndraft-get-mime-part): New function.
7878
7879         * mm-encode.el (mm-default-file-encoding): New function.
7880         (mm-content-transfer-encoding): New function.
7881         (mm-encode-buffer): New function.
7882
7883         * message.el: New command.
7884         (message-mime-part): New variable.
7885         (message-insert-mime-part): New command.
7886
7887         * mm-encode.el (mm-encode-content-transfer-encoding): New
7888         function.
7889
7890         * mm-util.el (mm-content-transfer-encoding-defaults): New
7891         variable.
7892         (mm-mime-file-types): Taken from TM.
7893
7894 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7895
7896         * gnus.el: Pterodactyl Gnus v0.43 is released.
7897
7898 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7899
7900         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7901         * gnus-score.el (gnus-score-default-header): Ditto.
7902         (gnus-header-index): Ditto.
7903         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7904         (gnus-summary-header): Handle extra headers.
7905         (gnus-summary-score-entry): Ditto, & provide new score element.
7906         (gnus-summary-score-effect): Ditto.
7907         (gnus-score-string): Avoid "extra" string sort, & modify match in
7908         "extra" case.
7909         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7910
7911 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7912
7913         * message.el (message-resend): Bind message-required-mail-headers
7914         to nil.
7915
7916         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7917
7918         * nngateway.el (require): Require cl.
7919
7920         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7921         things.
7922
7923 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7924
7925         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7926         when no articles.
7927
7928 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7929
7930         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7931
7932 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7933
7934         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7935         user-mail-address if non-nil.
7936
7937 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7938
7939         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7940         (gnus-make-sort-function-1): Ditto.
7941
7942         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7943         window.
7944
7945 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7946
7947         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7948
7949         * binhex.el (binhex-decode-region): Quote.
7950
7951 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952
7953         * gnus-art.el (article-decode-charset): Don't downcase charset.
7954
7955         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7956
7957 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7958
7959         * gnus.el: Pterodactyl Gnus v0.42 is released.
7960
7961 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7962
7963         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7964
7965 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7966
7967         * nntp.el (nntp-send-mode-reader): Revert.
7968
7969 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7970
7971         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7972
7973 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7974
7975         * message.el (message-make-date): Fix for negative time zones.
7976
7977 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7978
7979         * gnus.el: Pterodactyl Gnus v0.41 is released.
7980
7981 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7982
7983         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7984
7985 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7986
7987         * gnus.el (gnus-short-group-name): When shortening foreign select
7988         methods, do not scan for plusses beyond the first colon.
7989
7990 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7991
7992         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7993         lines where `group' is the last thing on the line.
7994
7995 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7996
7997         * gnus-art.el (gnus-article-view-part): Do alternative.
7998         (gnus-mime-display-alternative): Insert marker.
7999
8000 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8003
8004         * nnmail.el (nnmail-expired-article-p): Protect against bogus
8005         dates.
8006
8007         * gnus-cus.el (gnus-topic): Required.
8008
8009         * nnheader.el (nnheader-parse-nov): Parse extra.
8010         (nnheader-nov-parse-extra): New macro.
8011
8012 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8013
8014         * gnus-art.el (gnus-article-view-part): Internal move.
8015
8016 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
8017
8018         * gnus-cus-new.el (gnus-custom-topic): New free variable.
8019         (gnus-group-customize): Support editing topic parameters.
8020
8021 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
8022
8023         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
8024         indicators.
8025
8026 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8027
8028         * gnus-art.el (gnus-mm-display-part): Return.
8029         (gnus-article-view-part): Only go if external.
8030         (gnus-article-dumbquotes-map): Do 205.
8031
8032         * mm-decode.el (mm-display-part): Return what was done.
8033
8034         * message.el (message-buffer-naming-style): New variable.
8035         (message-generate-new-buffers): Extended.
8036         (message-buffer-naming-style): Removed.
8037         (message-buffer-name): Use it.
8038         (message-do-send-housekeeping): Rename new styling.
8039
8040         * gnus-sum.el (gnus-summary-recenter): Allow
8041         gnus-auto-center-summary to be a number.
8042
8043 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8044
8045         * pop3.el (pop3-open-server): Use "binary" instead of
8046         "no-conversion".
8047
8048 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8049
8050         * gnus-srvr.el (gnus-browse-foreign-server): Set
8051         gnus-browse-current-method to the result of gnus-server-to-method.
8052
8053 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8054
8055         * gnus-util.el (gnus-pull): Another optional argument.
8056         * nnweb.el (nnweb-request-delete-group): Delete from
8057         nnweb-group-alist and update active file.
8058
8059 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8060
8061         * gnus-group.el (gnus-group-make-group): Accept group of new
8062         method.
8063
8064 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8065
8066         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8067
8068 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8069
8070         * mm-view.el (mm-inline-text): Postion of html portion.
8071
8072 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8073
8074         * nntp.el (nntp-list-active-group): Waited for short strings.
8075         (nntp-send-mode-reader): Ditto.
8076         (nntp-open-connection): Ditto.
8077
8078         * gnus-int.el (gnus-request-group-articles): New function.
8079
8080         * nntp.el (nntp-request-listgroup): New function.
8081         (nntp-request-group-articles): Renamed.
8082
8083 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8084
8085         * nnheader.el (nnheader-parse-nov): Supply extra.
8086
8087 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088
8089         * gnus-art.el (gnus-button-push): Don't go to
8090         gnus-article-buffer.
8091
8092         * mm-view.el (mm-inline-image): Add a newline.
8093
8094         * gnus-start.el (gnus-check-first-time-used): Check more.
8095
8096 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8097
8098         * gnus-start.el (gnus-check-first-time-used): Check current.
8099
8100 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * mm-util.el (mm-find-charset-region): New function.
8103
8104         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8105
8106         * gnus-art.el (gnus-mime-button-menu): Fix.
8107
8108 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8109
8110         * gnus-art.el (gnus-mime-button-menu): New definition.
8111
8112 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8113
8114         * gnus-art.el (article-decode-charset): Downcase charset.
8115         (article-decode-charset): Pass on type.
8116         (article-decode-charset): Check nil charsets.
8117         (article-remove-cr): Translate CR to LF.
8118         (gnus-ignored-mime-types): Default to nil.
8119
8120         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8121
8122         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8123         user-mail-address.
8124         (gnus-nov-parse-extra): Didn't return right thing.
8125
8126 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8127
8128         * gnus-xmas.el: Use compiled-function-p.
8129
8130 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8131
8132         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8133
8134 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8135
8136         * gnus.el: Pterodactyl Gnus v0.40 is released.
8137
8138 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139
8140         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8141
8142         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8143
8144         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8145
8146         * nnml.el (nnml-possibly-create-directory): Check before making.
8147
8148 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8149
8150         * nnheader.el (nnheader-insert-nov): Don't infloop.
8151
8152 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8153
8154         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8155         set up.
8156
8157 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8158
8159         * nneething.el (nneething-file-name): New definition.
8160
8161 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8162
8163         * gnus-art.el (gnus-treatment-function-alist): Fix.
8164         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8165
8166         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8167
8168 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8169
8170         * gnus.el: Pterodactyl Gnus v0.39 is released.
8171
8172 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * gnus-art.el (gnus-ignored-mime-types): New variable.
8175         (gnus-mime-display-single): Use it.
8176         (gnus-treatment-function-alist): New variable.
8177
8178         * gnus.el (gnus-mime): New group.
8179
8180         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8181         things for other parts.
8182         (gnus-mime-display-alternative): Place point.
8183
8184         * gnus.el: autoload gnus-uu-post-news.
8185
8186         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8187         needsterm/DISPLAY.
8188
8189         * mm-decode.el (mm-display-part): Default to inline text/.*
8190         parts.
8191
8192         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8193         8bit.
8194
8195         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8196         (gnus-mime-display-single): Inline all text parts.
8197         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8198
8199 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * nnml.el (nnml-possibly-create-directory): Rewrite.
8202         (nnml-request-create-group): Change to right server.
8203
8204         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8205
8206         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8207
8208         * gnus.el: rmail-output-to-rmail-file autoload.
8209
8210         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8211         Gnus.
8212
8213         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8214
8215         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8216
8217 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8218
8219         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8220         mixed part.
8221
8222 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8223
8224         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8225
8226         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8227
8228 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8229
8230         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8231
8232 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8235         value.
8236
8237         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8238         hidden.
8239
8240         * gnus-spec.el (gnus-update-format-specifications): Use the
8241         article mode line spec.
8242
8243         * gnus-art.el (gnus-insert-mime-button): Put right type.
8244         (gnus-insert-prev-page-button): Ditto.
8245         (gnus-insert-next-page-button): Dutti.
8246
8247         * pop3.el: New version installed.
8248
8249 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8250
8251         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8252         and display last part.
8253
8254 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8255
8256         * gnus.el: Pterodactyl Gnus v0.38 is released.
8257
8258 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8259
8260         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8261         Removed.
8262         (article-de-quoted-unreadable): Narrow to default.
8263
8264         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8265
8266         * gnus-art.el (article-decode-charset): Decode even when broken
8267         MIME.
8268
8269         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8270         name.
8271
8272         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8273
8274         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8275         nnheader.
8276
8277         * nnmail.el (nnmail-extra-headers): New variable.
8278
8279         * nnheader.el (nnheader-insert-nov): Insert extra.
8280
8281         * gnus.el (gnus-summary-line-format): Doc fix.
8282
8283         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8284         (gnus-nov-parse-line): Ditto.
8285         (gnus-nov-parse-extra): New macro.
8286         (gnus-header): New function.
8287         (gnus-update-summary-mark-positions): Change.
8288         (gnus-ignored-from-addresses): New variable.
8289         (gnus-summary-insert-from-or-to): New function.
8290
8291         * gnus.el (gnus-extra-headers): New variable.
8292
8293         * nnheader.el (make-mail-header): Expand.
8294         (mail-header-extra): New macro.
8295         (mail-header-set-extra): Ditto.
8296         (make-full-mail-header): Expand.
8297
8298 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8299
8300         * gnus.el: Pterodactyl Gnus v0.37 is released.
8301
8302 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303
8304         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8305
8306         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8307         on.
8308
8309 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8310
8311         * gnus-spec.el (gnus-balloon-face-function): new function
8312         (gnus-parse-format): understand the %< %> specifiers
8313         (gnus-parse-complex-format): ditto.
8314
8315 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * gnus.el: Changed following-char to char-after throughout.
8318
8319 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8320
8321         * mm-decode.el (mm-display-external): Protect more and message.
8322
8323 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8324
8325         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8326         position.
8327
8328 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8329
8330         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8331         mixed part.
8332
8333 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8334
8335         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8336
8337         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8338
8339 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8340
8341         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8342
8343 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8344
8345         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8346
8347         * mm-decode.el (mm-display-external): Set undisplayer to mm
8348         buffer, not the current buffer; use unwind-protect.
8349
8350 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351
8352         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8353         (gnus-summary-exit-no-update): Ditto.
8354
8355 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8356
8357         * mm-decode.el (mm-inline-media-tests): Look for w3.
8358
8359         * mailcap.el (mailcap-mime-data): Inline html.
8360
8361 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8362
8363         * gnus.el: Pterodactyl Gnus v0.36 is released.
8364
8365 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8366
8367         * gnus-art.el (article-translate-strings):
8368         (gnus-article-dumbquotes-map): Don't dot.
8369
8370         * pop3.el (pop3-open-server): Set point right.
8371
8372         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8373         (mm-dissect-buffer): Ditto.
8374         (mm-destroy-part): Ignore non-handles.
8375         (mm-remove-part): Ditto.
8376         (mm-destroy-parts): New function.
8377         (mm-remove-parts): Ditto.
8378
8379         * gnus-art.el (gnus-mm-display-part): Don't move point.
8380
8381 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8382
8383         * mm-uu.el : New file.
8384
8385         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8386
8387         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8388         a function.
8389
8390 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8391
8392         * mm-decode.el (mm-display-external): Check before selecting.
8393
8394 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8395
8396         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8397
8398         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8399
8400         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8401         variable.
8402
8403         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8404
8405         * gnus-art.el (gnus-decode-header-methods): New variable.
8406
8407         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8408
8409         * gnus-art.el (gnus-multi-decode-header): New function.
8410
8411 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8412
8413         * gnus.el: Pterodactyl Gnus v0.35 is released.
8414
8415 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8416
8417         * uudecode.el (uudecode-decode-region-external): Insert
8418         literally.
8419
8420         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8421
8422         * mm-bodies.el (mm-decode-body): Optional encoding.
8423
8424 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8425
8426         * gnus-ems.el (gnus-mouse-3): New variable.
8427
8428         * binhex.el (binhex-decode-region-external): Don't use -internally.
8429
8430 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8431
8432         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8433         files.
8434
8435 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8436
8437         * gnus-group.el (gnus-add-marked-articles): Request backend update
8438         of flags.
8439
8440 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8441
8442         * gnus-sum.el (gnus-update-read-articles):
8443         (gnus-update-marks): Request backend update of mark.
8444
8445 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8446
8447         * gnus.texi (Optional Backend Functions): New item,
8448         nnchoke-request-set-mark.
8449
8450 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8451
8452         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8453           list to range.
8454
8455 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8456
8457         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8458
8459 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8460
8461         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8462         first used.
8463
8464 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8465
8466         * mm-view.el: Require mm-decode for macros.
8467
8468         * mm-decode.el (mm-handle-type): Move macro declarations above the
8469         place where they are used.
8470
8471 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8472
8473         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8474         buffer.
8475
8476 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8477
8478         * nnagent.el (nnagent-open-server): Error message.
8479
8480 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8481
8482         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8483
8484 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8485
8486         * score-mode.el (gnus-score-mode-map): Ditto.
8487
8488         * message.el (message-mode-map): Ditto.
8489
8490         * gnus-uu.el (gnus-uu-post-news): Ditto.
8491
8492         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8493
8494         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8495
8496         * gnus-art.el (gnus-article-edit-mode-map): Use
8497         `set-keymap-parent' rather than `copy-keymap'.
8498
8499 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8500
8501         * gnus-art.el (gnus-mime-button-commands): New variable.
8502         (gnus-mime-button-map): Initialize it from
8503         `gnus-mime-button-commands'.
8504         (gnus-mime-button-menu): New function.
8505         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8506
8507 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8508
8509         * message.el (message-insert-to): Make `nobody' and `poster'
8510         synonymous to `never' and `always' in Mail-Copies-To.
8511         (message-reply): Ditto.
8512         (message-followup): Ditto.
8513
8514 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515
8516         * mailcap.el (mailcap-mime-data): Save sound.
8517
8518 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8519
8520         * message.el (message-ignored-supersedes-headers): Include
8521         `NNTP-Posting-Date'.
8522
8523 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8524
8525         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8526
8527 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8528
8529         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8530         uudecode.
8531
8532 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * mm-decode.el (mm-display-external): Don't switch on save.
8535
8536 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8537
8538         * nnmail.el (nnmail-movemail-args): New variable.
8539
8540 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8541
8542         * gnus-art.el (article-translate-strings):
8543
8544 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8545
8546         * gnus-art.el (gnus-article-view-part): Use it.
8547         (gnus-mm-display-part): New function.
8548         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8549
8550         * mm-decode.el (mm-handle-displayed-p): New function.
8551
8552         * gnus-art.el (gnus-mime-copy-part): Create better names.
8553         (gnus-mime-button-line-format): Include dots spec.
8554
8555 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8556
8557       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8558       forward buffer first.
8559
8560 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * gnus-util.el (gnus-set-window-start): New function.
8563
8564         * message.el (message-send): Don't check changed.
8565
8566 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567
8568         * gnus-art.el (gnus-article-setup-buffer): Set params.
8569
8570         * mm-decode.el (mm-user-display-methods): Inline
8571         "message/delivery-status".
8572
8573 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * message.el (message-auto-save-directory): Rename.
8576         (message-mode): Dof fix.
8577
8578         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8579         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8580
8581         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8582
8583         * message.el (message-make-date): Avoid locale.
8584
8585         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8586         cache.
8587
8588         * mm-decode.el (mm-display-inline): Goto point-min.
8589
8590         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8591
8592         * mm-decode.el (mm-display-external): Reverse before sorting.
8593
8594         * gnus-draft.el (gnus-draft-send): Allow mail.
8595
8596 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8597
8598         * message.el (message-check): Move message-check macro above where
8599         it is first used.
8600
8601         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8602
8603 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8604
8605         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8606
8607 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8608
8609         * gnus.el: Pterodactyl Gnus v0.34 is released.
8610
8611 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * mm-decode.el (mm-inline-media-tests): delivery-status.
8614
8615         * mm-view.el (mm-inline-text): Provide default.
8616
8617 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8618
8619         * mailcap.el (mailcap-possible-viewers): Fix nils.
8620
8621 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622
8623         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8624         (article-update-date-lapsed): Record the buffer.
8625         (article-update-date-lapsed): Do all windows that display article
8626         buffers.
8627
8628         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8629
8630         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8631
8632         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8633         annoations.
8634
8635         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8636
8637 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8638
8639         * gnus-agent.el (gnus-category-add): Change default category to
8640         'false.
8641
8642         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8643         scores.
8644
8645         * gnus-draft.el (gnus-draft-send): Check server more.
8646
8647         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8648         (gnus-article-goto-part): New function.
8649
8650         * mm-view.el (mm-inline-text): Insert richtext properly.
8651
8652         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8653
8654 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8655
8656         * parse-time.el (parse-time-rules): Accept dates far into the past
8657         and the future, and parse single-digit numbers as years.
8658
8659 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8660
8661         * mm-decode.el (mm-display-external): Chop off directories.
8662
8663 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * uudecode.el (uu-decode-region-external): Use
8666         insert-file-contents-literally.
8667
8668         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8669
8670 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8671
8672         * uudecode.el: New file.
8673
8674         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8675         x-uuencode.
8676
8677 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8680
8681         * message.el (message-fetch-field): Unfold properly.
8682
8683         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8684         in text/plain.
8685
8686 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8689         (gnus-auto-select-first): Removed.
8690         (gnus-auto-select-first): Extended.
8691         (gnus-summary-read-group-1): Use new value.
8692
8693 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * message.el (message-fix-before-sending): Space.
8696
8697         * nnmail.el (nnmail-find-file): Don't erase.
8698
8699 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8700
8701         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8702
8703 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8704
8705         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8706
8707 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8708
8709         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8710
8711 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8712
8713         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8714         20.4.
8715
8716 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * gnus-art.el (gnus-mime-view-all-parts): New command and
8719         keystroke.
8720
8721         * mm-decode.el (mm-display-external): Translate slashes.
8722
8723         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8724
8725         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8726
8727         * mm-decode.el (mm-quote-arg): Quote spaces.
8728         (mm-display-external): Quote args.
8729
8730 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8731
8732         * mm-decode.el (mm-inlinable-part-p): New function.
8733
8734 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8735
8736        * mm-util.el (mm-disable-multibyte): New function.
8737
8738 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8739
8740         * gnus.el: Pterodactyl Gnus v0.33 is released.
8741
8742 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8745
8746         * mm-decode.el (mm-display-external): Don't switch for externals.
8747         (mm-dissect-multipart): Don't include end-sep.
8748
8749         * mm-util.el (mm-get-coding-system-list): New function.
8750         (mm-coding-system-list): New variable.
8751
8752 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8753
8754         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8755
8756 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8757
8758         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8759         group
8760
8761 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8762
8763         * base64.el (base64-run-command-on-region): External base64
8764         decoder do not use coding system
8765
8766 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8767
8768         * mm-decode.el (mm-interactively-view-part): Typo.
8769
8770 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8771
8772         * mm-decode.el (mm-dissect-multipart): Display last part when the
8773         article has no close-delimiter
8774
8775 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8776
8777         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8778         content-type.
8779
8780 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8781
8782         * gnus-art.el (gnus-display-mime): Typo.
8783
8784 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8785
8786         * gnus.el: Pterodactyl Gnus v0.32 is released.
8787
8788 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8789
8790         * gnus-kill.el (gnus-batch-score): Protect against errors.
8791
8792         * gnus-art.el: Protect against broken headers.
8793
8794         * mm-decode.el (mm-display-external): Respect needsterm.
8795         (mm-display-external): Create buffer for external commands.
8796
8797 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8798
8799         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8800
8801         * mm-decode.el (mm-display-external): Use file name.
8802
8803 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8804
8805         * gnus-util.el (gnus-output-to-rmail):  adjust to
8806           `rmail-output-to-rmail-file'
8807
8808 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8811
8812         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8813         headers.
8814
8815         * gnus-art.el (article-decode-charset): Fold case.
8816
8817 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8818
8819         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8820
8821 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8822
8823         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8824         after being stored.
8825
8826 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8827
8828         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8829         come.
8830
8831 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * gnus-xmas.el (wid-edit): Required.
8834
8835         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8836
8837 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8838
8839         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8840
8841 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8842
8843         * gnus-art.el (article-decode-charset): Narrow to the correct
8844         region.
8845
8846         * mm-bodies.el: Fix autoload.
8847
8848 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8849
8850         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8851
8852 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853
8854         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8855
8856 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8857
8858         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8859         (gnus-article-add-button): Ditto.
8860
8861         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8862
8863         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8864         (gnus-article-prepare-display): Bind url-standalone-mode.
8865
8866         * mm-decode.el (mm-remove-part): Also delete directory.
8867         (mm-display-external): Create a private sub-dir.
8868
8869         * mailcap.el (mailcap-binary-suffixes): New variable.
8870         (mailcap-command-p): Use it.
8871
8872 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * nnmbox.el (nnmbox-request-group): Change server.
8875         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8876
8877         * message.el (message-encode-message-body): Don't stomp MIME
8878         headers.
8879
8880         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8881         unless useful.
8882         (gnus-summary-exit): Check for a live article buffer.
8883         (gnus-summary-exit-no-update): Ditto.
8884
8885         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8886         param.
8887
8888         * gnus-sum.el (gnus-article-decoded-p): New variable.
8889
8890         * mm-decode.el (mm-display-external): Use no-conv.
8891
8892         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8893         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8894
8895         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8896         mouse-click.
8897
8898 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8899
8900         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8901
8902 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8903
8904         * gnus.el: Pterodactyl Gnus v0.31 is released.
8905
8906 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8907
8908         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8909
8910         * mm-decode.el (mm-display-part): Accept no-default.
8911
8912         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8913         a parameter.
8914
8915         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8916         (gnus-summary-prepare-threads): Ditto.
8917
8918         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8919
8920         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8921         (gnus-mime-button-line-format): Doc fix.
8922         (gnus-insert-mime-button): Use it.
8923         (gnus-article-add-button): Use widget-convert-button.
8924
8925         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8926         ignore.
8927
8928         * mm-decode.el (mm-alternative-precedence): Ditto.
8929
8930 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8931
8932         * mm-decode.el (mm-user-automatic-display): Use enriched.
8933
8934 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8935
8936         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8937         right place.
8938
8939 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8942
8943         * gnus-art.el (article-update-date-lapsed): Only update header if
8944         buffer is dispalyed in frame.
8945         (gnus-article-prepare-display): New function.
8946         (gnus-article-prepare): Use it.
8947
8948 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8949
8950         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8951
8952         * mm-view.el (mm-insert-inline): New function.
8953
8954         * mm-decode.el (mm-pipe-part): Bugged.
8955
8956         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8957
8958         * mm-bodies.el (mm-encode-body): Move over the body.
8959
8960         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8961
8962         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8963
8964 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8965
8966         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8967           related functions.  Handle message/rfc822 parts.  Display subject on
8968           multipart summary lines.  Display name on sub-parts when available.
8969
8970 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8971
8972         * mailcap.el (mailcap-command-p): New version.
8973
8974 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8975
8976         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8977         groups.
8978
8979 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980
8981         * message.el (message-make-date): Remove weekday name.
8982
8983         * mm-decode.el (mm-dissect-buffer): Protect against broken
8984         headers.
8985
8986         * mailcap.el (mailcap-command-in-path-p): New function.
8987         (mailcap-command-p): Renamed.
8988
8989 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8990
8991         * rfc2047.el (eval): Autoload.
8992
8993 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8996         (gnus-multi-decode-encoded-word-string): New function.
8997         (gnus-encoded-word-method-alist): New variable.
8998         (gnus-decode-encoded-word-functions): Removed.
8999
9000 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
9001
9002         * gnus-int.el (gnus-request-replace-article): Replace
9003         message-narrow-to-headers with message-narrow-to-head
9004
9005 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * drums.el (drums-quote-string): Reversed match.
9008
9009         * message.el (message-make-date): Use weekday name.
9010
9011 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9012
9013         * gnus.el: Pterodactyl Gnus v0.30 is released.
9014
9015 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * gnus-art.el (article-decode-encoded-words): Use it.
9018         (gnus-decode-header-function): New variable.
9019
9020         * gnus-sum.el (gnus-nov-parse-line): Use it.
9021         (gnus-decode-encoded-word-function): New variable.
9022
9023         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
9024         buffer.
9025
9026         * gnus-art.el (gnus-insert-mime-button): Use widget.
9027         (gnus-widget-press-button): New function.
9028         (gnus-article-prev-button): Removed.
9029         (gnus-article-next-button): Ditto.
9030         (gnus-article-add-button): Ditto.
9031
9032         * gnus.el (gnus-article-mode-map): Inherit from widget.
9033         (gnus-article-mode-map): No, don't.
9034
9035         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9036         (mm-content-id-alist): New variable.
9037         (mm-get-content-id): New function.
9038
9039         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9040         articles if we are fetching to the article buffer.
9041
9042 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9043
9044         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9045         articles.
9046
9047 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9050         (mm-default-mime-charset): New variable.
9051
9052         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9053
9054         * drums.el (drums-quote-string): Reversed test.
9055
9056 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9059         string.
9060
9061         * drums.el (drums-quote-string): New function.
9062
9063         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9064         (rfc2047-b-encode-region): Chop lines.
9065         (rfc2047-q-encode-region): Ditto.
9066
9067 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9068
9069         * gnus.el: Pterodactyl Gnus v0.29 is released.
9070
9071 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9072
9073         * mm-decode.el (mm-save-part): Message right.
9074
9075 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9076
9077         * drums.el (drums-parse-address): Returned a list instead of a
9078         string.
9079         (drums-remove-whitespace): Skip comments.
9080         (drums-parse-addresses): Didn't work.
9081
9082 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9083
9084         * gnus.el: Pterodactyl Gnus v0.28 is released.
9085
9086 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9087
9088         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9089         starting point.
9090         (article-decode-encoded-words): Rename.
9091
9092         * message.el (message-narrow-to-headers-or-head): New function.
9093
9094         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9095         region.
9096
9097         * message.el (message-send-news): Encode body after checking
9098         syntax.
9099
9100         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9101
9102         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9103
9104         * gnus-art.el (gnus-display-mime): Respect disposition.
9105
9106         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9107
9108         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9109         text with annotations.
9110
9111         * message.el (message-make-date): Fix sign for negative time
9112         zones.
9113
9114         * mm-view.el (mm-inline-image): Insert a space at the end of the
9115         image.
9116
9117         * mail-parse.el: New file.
9118
9119         * rfc2231.el: New file.
9120
9121         * drums.el (drums-content-type-get): Removed.
9122         (drums-parse-content-type): Ditto.
9123
9124         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9125
9126 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9127
9128         * gnus.el: Pterodactyl Gnus v0.27 is released.
9129
9130 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9131
9132         * mm-decode.el (mm-alternative-precedence): New variable.
9133         (mm-preferred-alternative): New function.
9134
9135         * gnus-art.el (gnus-mime-copy-part): New command.
9136
9137         * mm-decode.el (mm-get-part): New function.
9138
9139         * mm-view.el: New file.
9140
9141         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9142         (mm-display-part): Default to mailcap-save-binary-file.
9143
9144 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9145
9146         * gnus.el: Pterodactyl Gnus v0.26 is released.
9147
9148 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * mm-decode.el (mm-interactively-view-part): New function.
9151
9152         * gnus-art.el (gnus-mime-view-part): New command.
9153
9154         * mm-decode.el (mm-last-shell-command): New variable.
9155
9156         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9157
9158         * mm-decode.el (mm-save-part): New function.
9159
9160         * gnus-art.el (article-decode-charset): Protect against buggy
9161         content-types.
9162         (gnus-mime-pipe-part): New command.
9163         (gnus-mime-save-part): New command.
9164         (gnus-mime-button-map): New keymap.
9165         (gnus-mime-button-line-format): New variable.
9166         (gnus-insert-mime-button): New function.
9167         (gnus-display-mime): Use it.
9168
9169         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9170
9171         * mm-decode.el (mm-inline-text): Decode charsets.
9172
9173         * gnus-art.el (gnus-article-save): Comment fix.
9174
9175         * gnus-int.el (gnus-start-news-server): When in batch, don't
9176         prompt.
9177
9178         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9179         decode.
9180
9181         * mm-decode.el (mm-inline-media-tests): Add audio.
9182         (mm-inline-audio): New function.
9183
9184 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9185
9186         * gnus-art.el (article-make-date-line): Didn't work.
9187
9188         * parse-time.el (parse-time-string): One too many nils.
9189
9190 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9191
9192         * gnus.el: Pterodactyl Gnus v0.25 is released.
9193
9194 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9197         annotations.
9198
9199         * gnus.el ((featurep 'gnus-xmas)): New
9200         'gnus-annotation-in-region-p alias.
9201
9202 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9203
9204         * mm-util.el (mm-with-unibyte-buffer): New function.
9205
9206         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9207
9208         * mm-decode.el (mm-inline-media-tests): New variable.
9209
9210         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9211
9212         * gnus-art.el (gnus-article-mime-handles): New variable.
9213
9214         * drums.el (drums-narrow-to-header): New function.
9215
9216         * gnus-art.el (article-decode-charset): Use it.
9217
9218         * drums.el (drums-content-type-get): New function.
9219
9220         * mm-util.el (mm-content-type-charset): Removed.
9221
9222         * drums.el (drums-syntax-table): @ is word.
9223         (drums-parse-content-type): New function.
9224
9225         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9226         EDT" times.
9227
9228         * gnus-util.el (gnus-date-get-time): Use safe date.
9229
9230         * gnus-sum.el (gnus-show-mime): Removed.
9231         (gnus-summary-toggle-mime): Removed.
9232
9233         * gnus-art.el (gnus-strict-mime): Removed.
9234         (gnus-article-prepare): Don't do MIME.
9235         (gnus-decode-encoded-word-method): Removed.
9236         (gnus-show-mime-method): Removed.
9237
9238 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9239
9240         * gnus.el: Pterodactyl Gnus v0.24 is released.
9241
9242 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9243
9244         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9245         PREFIX.
9246
9247         * parse-time.el (parse-time-rules): Accept times that look like
9248         "h:mm".
9249
9250         * message.el (message-make-date): Use zone properly.
9251
9252         * gnus.el: Autoload gnus-batch.
9253
9254         * gnus-art.el (article-de-quoted-unreadable): Do not do
9255         gnus-article-decode-rfc1522.
9256
9257         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9258
9259         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9260         param.
9261
9262         * message.el (message-encode-message-body): Check for us-ascii.
9263
9264         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9265         to the left.
9266
9267 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9268
9269         * gnus-art.el (article-decode-charset): Rename.
9270
9271 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9272
9273         * gnus.el: Pterodactyl Gnus v0.23 is released.
9274
9275 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9276
9277         * gnus-util.el (gnus-parent-id): Ditto.
9278         (gnus-put-text-property-excluding-newlines): Ditto.
9279
9280         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9281
9282 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9283
9284         * message.el (message-generate-headers): Generate User-Agent
9285         instead of X-Mailer & X-Newsreader.
9286
9287         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9288         User-Agent header format.
9289
9290 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9291
9292         * gnus.el: Pterodactyl Gnus v0.22 is released.
9293
9294 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * mm-util.el (mm-multibyte-p): Typo.
9297
9298 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9299
9300         * gnus.el: Pterodactyl Gnus v0.21 is released.
9301
9302 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9303
9304         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9305
9306 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * mm-util.el (mm-multibyte-p): New function.
9309
9310 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9311
9312         * gnus.el: Pterodactyl Gnus v0.20 is released.
9313
9314 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9315
9316         * rfc2047.el (rfc2047-decode-region): Only decode when in
9317         multibyte.
9318
9319         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9320
9321         * gnus-int.el (gnus-request-replace-article): Encode.
9322         (gnus-request-accept-article): Encode.
9323
9324         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9325         here.
9326
9327         * gnus.el (gnus-article-display-hook): Take the charset functions
9328         out.
9329
9330         * time-date.el (safe-date-to-time): New function.
9331
9332         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9333
9334 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9335
9336         * gnus.el: Pterodactyl Gnus v0.19 is released.
9337
9338 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * base64.el (base64-encode-region): Accept no-line-break.
9341
9342         * mm-util.el (mm-mime-charset): New function.
9343
9344         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9345
9346 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9347
9348         * gnus.el: Pterodactyl Gnus v0.18 is released.
9349
9350 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * message.el (message-send-and-exit): Return t on success.
9353         (message-make-date): Make a proper time zone.
9354
9355         * gnus-draft.el (gnus-draft-send): Only remove article if the
9356         sending is successful.
9357
9358         * drums.el (drums-get-comment): Return the last comment.
9359         (drums-parse-address): Parse old-style From headers.
9360
9361 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9362
9363         * gnus-sum.el (gnus-data-compute-positions): Move below
9364         `gnus-save-hidden-threads' so the former is correctly detected as
9365         a macro.
9366
9367 1998-09-06  Dave Love  <fx@gnu.org>
9368
9369         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9370         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9371         time for nicer failure if it's not available.
9372
9373 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * time-date.el (time-to-seconds): Renamed.
9376
9377         * parse-time.el (parse-time-string): Downcase before handling.
9378         (parse-time-rules): Times without seconds have 0 seconds.
9379
9380         * rfc2047.el (rfc2047-encode-region): New version.
9381         (rfc2047-dissect-region): New function.
9382
9383 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * message.el (message-make-date): Use symbolic zone.
9386
9387 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9388
9389         * time-date.el (parse-time): Always use parse-time.
9390
9391         * parse-time.el (parse-time-syntax): Use vectors.
9392
9393 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9394
9395         * gnus.el: Pterodactyl Gnus v0.17 is released.
9396
9397 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * time-date.el: Renamed from "date".
9400
9401         * gnus.el: Removed all timezone dependencies.
9402
9403         * score-mode.el: Removed.
9404         (gnus-score-edit-insert-date): Use date.
9405
9406         * date.el (float-to-time): New function.
9407
9408         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9409
9410         * date.el (time-to-float): New function.
9411
9412         * message.el (message-make-date): Use format-time-string.
9413         (message-make-expires): Use make-date.
9414
9415         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9416
9417         * gnus-util.el (gnus-dd-mmm): Use date.
9418         (gnus-sortable-date): Ditto.
9419
9420         * message.el (message-make-date): Take an optional time.
9421
9422         * gnus: Applied patches from 5.6.43.
9423
9424         * date.el (if): Use parse-time.
9425
9426         * gnus-score.el (gnus-summary-score-entry): Make into a command
9427         again.
9428
9429         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9430         gnus-agent.
9431
9432         * gnus.el (gnus-agent-meta-information-header): Moved here.
9433
9434 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9435
9436         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9437         (gnus-agent-fetch-group-1): Score article headers using normal
9438         group score files if the download score rule of a category/group
9439         is `file'.
9440         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9441         deciding what articles to download.
9442         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9443         predicate processing if predicate is `true' or `false'.
9444
9445 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9448
9449         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9450
9451         * score-mode.el (score-mode-coding-system): New variable.
9452         (gnus-score-edit-exit): Use it.
9453
9454 1998-09-04  Jason R Mastaler  <jason@4b.org>
9455
9456         * drums.el: Corrected typo.
9457
9458 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9459
9460         * mm-bodies.el (mm-body-encoding): Faster version.
9461
9462 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * gnus-art.el (gnus-article-decode-charset): Only decode text
9465         things.
9466
9467         * message.el (message-output): Use rmail.
9468
9469         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9470         word part.
9471
9472         * mm-util.el (mm-charset-to-coding-system): Use
9473         rfc2047-default-charset.
9474         (mm-known-charsets): New variable.
9475
9476         * message.el (message-caesar-region): Bugged out.
9477
9478 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9479
9480         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9481         specifying `agent-predicate' in a group's parameters.
9482
9483 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9484
9485         * gnus.el: Pterodactyl Gnus v0.16 is released.
9486
9487 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * nnmail.el (nnmail-expired-article-p): Use predicate.
9490
9491         * date.el (time-less-p): Renamed.
9492
9493         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9494         from the headers.
9495
9496         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9497         functions.
9498
9499         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9500         all.
9501         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9502         to all functions.
9503
9504 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9505
9506         * gnus.el: Pterodactyl Gnus v0.15 is released.
9507
9508 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9509
9510         * date.el: New file.
9511
9512         * gnus-util.el (gnus-encode-date): Removed.
9513         (gnus-time-less): Ditto.
9514
9515         * nnmail.el (nnmail-date-to-time): Removed.
9516         (nnmail-time-less): Ditto.
9517         (nnmail-days-to-time): Ditto.
9518         (nnmail-time-since): Ditto.
9519
9520         * drums.el: New file.
9521
9522 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * message.el (message-encode-message-body): Encode headers with
9525         body encoding.
9526
9527         * rfc2047.el (rfc2047-default-charset): Renamed.
9528         (rfc2047-encodable-p): Use it.
9529
9530         * base64.el (mm-util): Required.
9531
9532 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9533
9534         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9535         servers.
9536
9537         * gnus-util.el (gnus-output-to-rmail): Removed.
9538
9539         * gnus-art.el (gnus-summary-save-in-rmail): Use
9540         gnus-output-to-rmailrmail-output-to-rmail-file.
9541
9542         * rfc2047.el (rfc2047-decode-region): Fold case.
9543         (rfc2047-decode): Use decode-string.
9544
9545         * mm-util.el: Provide mm-char-int.
9546
9547 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9548
9549         * gnus.el: Pterodactyl Gnus v0.14 is released.
9550
9551 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9552
9553         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9554         sure we have 7bit.
9555
9556 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557
9558         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9559         ducplicates.
9560         (gnus-inews-insert-mime-headers): Removed.
9561
9562         * message.el (message-caesar-region): Protect against MULE chars.
9563
9564 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9565
9566         * mm-util.el (if): fset the right function.
9567
9568 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * gnus-art.el (gnus-article-decode-charset): Use real
9571         read-coding-system.
9572
9573 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9574
9575         * mm-bodies.el (mm-decode-body): Protect against malformed
9576         base64.
9577         (mm-decode-body): Check that buffer-file-coding-system is
9578         non-nil.
9579
9580 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9581
9582         * gnus.el: Pterodactyl Gnus v0.13 is released.
9583
9584 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9585
9586         * gnus-util.el (gnus-strip-whitespace): Already defined.
9587         Removed.
9588
9589         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9590
9591         * gnus-util.el (gnus-strip-whitespace): New function.
9592
9593         * mm-util.el (mm-content-type-charset): Downcase.
9594
9595 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9598         (gnus-article-decode-charset): Don't fetch all headers.
9599
9600         * mm-util.el (mm-read-coding-system): New function.
9601
9602         * mm-bodies.el (mm-decode-body): Check the right charset.
9603
9604         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9605
9606         * gnus-art.el (gnus-article-mode-line-format): Use short group
9607         format.
9608
9609 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9610
9611         * gnus.el: Pterodactyl Gnus v0.12 is released.
9612
9613 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9616
9617         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9618         (gnus-article-decode-charset): Always run.
9619
9620         * mm-bodies.el (mm-decode-body): Decode cte.
9621
9622 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9623
9624         * gnus.el: Pterodactyl Gnus v0.11 is released.
9625
9626 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * message.el (message-encode-message-body): Ditto.
9629
9630         * gnus-art.el (gnus-article-decode-mime-words): New command and
9631         keystroke.
9632         (gnus-article-decode-charset): Ditto.
9633         (gnus-article-decode-charset): Only work under MULE.
9634
9635         * mm-util.el (mm-content-type-charset): New function.
9636
9637         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9638
9639         * message.el (message-send-mail): Insert MIME headers.
9640         (message-check-news-body-syntax): Don't warn for escape sequences.
9641         (message-check-news-body-syntax): Insert MIME headers.
9642
9643         * mm-bodies.el (mm-body-encoding): New function.
9644
9645         * message.el (message-encode-message-body): New function.
9646
9647         * mm-bodies.el: New file.
9648
9649         * mm-util.el (mm-narrow-to-head): New function.
9650
9651         * rfc2047.el (rfc2047-encode): Use it.
9652
9653         * mm-util.el: Provide mm-encode-coding-region.
9654
9655         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9656
9657         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9658
9659         * mm-util.el (mm-enable-multibyte): New function.
9660
9661         * message.el (message-set-work-buffer): Set multibyte.
9662
9663         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9664
9665         * gnus-util.el (gnus-point-at-eol): Removed.
9666         (gnus-point-at-bol): Ditto.
9667
9668         * base64.el (base64-decode-region): Commented out messaging.
9669
9670 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9671
9672         * gnus-msg.el (gnus-group-mail): make it behave like
9673         gnus-group-post-news with regards to the prefix (this enables the
9674         use of posting styles).
9675
9676 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * gnus.el (gnus-article-display-hook): Added
9679         gnus-article-decode-rfc1522 to hook.
9680
9681 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9682
9683         * gnus.el: Pterodactyl Gnus v0.10 is released.
9684
9685 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9688         hook to be run.
9689
9690 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691
9692         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9693
9694         * mm-util.el (mm-charsets-in-region): Removed.
9695
9696         * rfc2047.el: Renamed file.
9697
9698         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9699
9700         * message.el (message-mode): Set multibyte.
9701
9702         * mm-util.el (mm-charsets-in-region): Copied here.
9703
9704         * gnus-util.el: Removed gnus-truncate-string.
9705
9706         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9707
9708         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9709         (rfc1522-encodable-p): New function.
9710         (rfc1522-encode-message-header): Use it.
9711
9712 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9713
9714         * gnus.el: Pterodactyl Gnus v0.9 is released.
9715
9716 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9717
9718         * mm-util.el: Shadow encode-coding-string.
9719
9720         * base64.el (base64-encode-region): Don't add newline.
9721
9722         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9723
9724         * mm-util.el: New file.
9725
9726         * mm-decode.el: Somewhat depleted.
9727         * mm-encode.el: Ditto.
9728
9729         * rfc1522.el: New file.
9730
9731         * mm-util.el (mm-replace-chars-in-string): Copied here.
9732
9733         * mm-encode.el (mm-q-encode-region): New function.
9734
9735         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9736         param.
9737
9738         * mm-encode.el (mm-encode-word-region): Downcase.
9739
9740 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9741
9742         * gnus.el: Pterodactyl Gnus v0.8 is released.
9743
9744 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9745
9746         * message.el (message-send-mail): Encode headers.
9747
9748         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9749         (quoted-printable-encode-region): Upcase.
9750
9751         * message.el (message-default-charset): New variable.
9752
9753         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9754
9755         * message.el (message-narrow-to-field): Changed name.
9756
9757         * mm-encode.el: New file.
9758
9759         * message.el (message-narrow-to-header): New function.
9760
9761         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9762         right buffer.
9763
9764 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9765
9766         * gnus.el: Pterodactyl Gnus v0.7 is released.
9767
9768 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9769
9770         * gnus.el: Remove autoload for
9771         gnus-article-mime-decode-quoted-printable.
9772
9773         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9774         be decoded in non-MULE Emacsen.
9775
9776         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9777
9778 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9779
9780         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9781
9782 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * mm-decode.el: Check for coding-system-list.
9785
9786 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9787
9788         * gnus.el: Pterodactyl Gnus v0.6 is released.
9789
9790 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791
9792         * nnheader.el (fboundp): Protect code-coding-string.
9793
9794         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9795         is available.
9796
9797 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9798
9799         * gnus.el: Pterodactyl Gnus v0.5 is released.
9800
9801 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9804         (gnus-hack-decode-rfc1522): Removed.
9805
9806         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9807
9808 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9809
9810         * gnus.el: Gnus v0.4 is released.
9811
9812 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * gnus-art.el (gnus-article-decode-mime-words): New command and
9815         keystroke.
9816
9817         * qp.el (quoted-printable-decode-region): Don't use hexl.
9818
9819         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9820
9821         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9822         (gnus-structured-field-decoder): Removed.
9823         (gnus-unstructured-field-decoder): Ditto.
9824
9825         * mm-decode.el: New file.
9826
9827         * qp.el: New file.
9828
9829         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9830
9831         * gnus-ems.el (fboundp): Removed gnus-split-string.
9832
9833         * gnus.el (gnus-splash-face): Doc fix.
9834
9835         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9836
9837         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9838         hexl.
9839
9840         * nnheader.el (nnheader-temp-write): Removed.
9841
9842 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9843
9844         * gnus.el: Gnus v0.3 is released.
9845
9846 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9847
9848         * gnus.el: Gnus v0.2 is released.
9849
9850 ;; Local Variables:
9851 ;; coding: iso-2022-7bit
9852 ;; End: