2000-10-09 20:09:11 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2000-10-09 20:09:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * rfc2047.el (rfc2047-encode-message-header): Move fold into
4         encode-region.
5         (rfc2047-dissect-region): Rewrite.
6         (rfc2047-encode-region): Rewrite.
7         (rfc2047-fold-region): Fold 
8         (rfc2047-unfold-region): New function.
9         (rfc2047-decode-region): Use it.
10         (rfc2047-q-encode-region): Don't break at bob.
11
12 2000-10-09 17:12:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13
14         * nntp.el (nntp-open-connection): Kill process buffer when quit.
15         (nntp-connection-timeout): Add a note. SIGALRM is ignored in both
16         FSF Emacs 20 and XEmacs 21.
17         * gnus-agent.el (gnus-agent-fetch-session): Catch quit.
18
19 2000-10-09  Dave Love  <fx@gnu.org>
20
21         * gnus-audio.el: Don't require cl.
22         (gnus-audio): New custom group.
23         (gnus-audio-inline-sound): Change to work with Emacs.
24         (gnus-audio-directory, gnus-audio-directory) 
25         (gnus-audio-au-player):  Customize.
26         (gnus-audio-play): Try external player if play-sound-file fails.
27         Use file-name-extension, not string-match.
28
29         * gnus-art.el (article-de-quoted-unreadable)
30         (article-de-base64-unreadable): Fold search case rather than
31         downcasing string.  Apply mm-charset-to-coding-system to arg of
32         quoted-printable-decode-region.
33         (gnus-article-dumbquotes-map): Fix dashes.
34         (gnus-button-mailto, gnus-button-embedded-url): Doc fix.
35         (gnus-button-reply): Just alias it.
36
37 2000-10-09  Stefan Monnier  <monnier@cs.yale.edu>
38
39         * mm-encode.el: Require CL.  At least, for `incf'.
40
41         * nnfolder.el (nnfolder-ignore-active-file): Typos.
42
43         * gnus-mh.el (gnus-summary-save-in-folder): Obey mh-lib-progs.
44
45         * gnus-kill.el (gnus-kill): Typo.
46
47 2000-10-09  Gerd Moellmann  <gerd@gnu.org>
48
49         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
50
51 2000-10-09  Simon Josefsson  <simon@josefsson.org>
52
53         * nnimap.el (nnimap-group-overview-filename): Create directory for
54         newfile (when use long filenames is nil).  Copy+delete file if
55         rename didn't work.
56         (nnimap-group-overview-filename): `rename-file' and `copy-file'
57         doesn't return anything useful, use ignore-errors instead.
58
59 2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
60
61         * dgnushack.el (dgnushack-compile): Delete old elc files first.
62
63 2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
64
65         * gnus-ems.el (gnus-kill-all-overlays): Move here.
66         * gnus-util.el (gnus-kill-all-overlays): Move out.
67         * gnus-sum.el (gnus-cache-write-active): Auto load.
68         * lpath.el: Shut up.
69         * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
70         asynchronous in Exp version.
71
72 2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
73
74         * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
75         * gnus-ems.el: Autoload smiley.
76         * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
77
78 2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
79
80         * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
81         (gnus-summary-select-article): Don't enable multibyte here.
82         (gnus-summary-goto-article): Ditto.
83
84 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
85
86         * gnus-draft.el (gnus-draft-send-message): Typo.
87
88 2000-10-08  Simon Josefsson  <simon@josefsson.org>
89
90         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
91         uid validity changes.
92         (nnimap-group-overview-filename): Store uidvalidity in filenames.
93         Rename old files into new format.
94
95 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
96
97         * mm-util.el (mm-enable-multibyte-mule4): New.
98         (mm-disable-multibyte-mule4): New.
99         * gnus-sum.el (gnus-summary-mode): Use it.
100         (gnus-summary-select-article): Ditto.
101         (gnus-summary-goto-article): Use enable multibyte.
102         * rfc2047.el (rfc2047-decode): Use unibyte.
103
104 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
105
106         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
107
108 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
109
110         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
111         break point.
112         (rfc2047-fold-region): Don't break the first non-LWSP characters.
113
114 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
115
116         * gnus.el (gnus-agent-fetching): New variable.
117         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
118         * gnus-score.el (gnus-score-body): Don't score body when
119         agent-fetching.
120         (gnus-score-followup): Don't score followup either. 
121
122 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
123
124         * gnus-art.el: Define dynamic variables in eval-when-compile.
125         * message.el (message-sending-message): New variable.
126         (message-send): Use it.
127         * gnus-draft.el (gnus-draft-send-message): Ditto.
128         (gnus-group-send-drafts): Ditto.
129
130 2000-10-06  Dave Love  <fx@gnu.org>
131
132         * gnus-audio.el: Don't require cl.
133         (gnus-audio): New custom group.
134         (gnus-audio-inline-sound): Change to work with Emacs.
135         (gnus-audio-directory, gnus-audio-directory) 
136         (gnus-audio-au-player):  Customize.
137         (gnus-audio-play): Try external player if play-sound-file fails.
138         Use file-name-extension, not string-match.
139
140 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
141
142         * gnus-art.el (gnus-article-prepare): Configure it again.
143
144 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
145
146         * message.el (message-default-charset): Default value for non-Mule
147         Emacsen.
148
149 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
150
151         * message.el (message-alternative-emails): New.
152         (message-use-alternative-email-as-from): New.
153         (message-setup): Use them.
154
155 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
156
157         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
158         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
159
160         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
161         gnus-overlay-start.
162         * gnus.el: Ditto.
163         * gnus-art.el (gnus-insert-mime-button): Use them.
164
165 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
166
167         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
168         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
169
170 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
171
172         * qp.el (quoted-printable-encode-region): Use
173         mm-with-unibyte-current-buffer within narrowed region.
174
175 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
176
177         * webmail.el (webmail-type-definition): Fix my-deja open url.
178
179 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
180
181         * message.el (message-setup-fill-variables): New variable.
182         (message-mode): Use it.
183
184 2000-10-05  Dave Love  <fx@gnu.org>
185
186         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
187         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
188
189         * binhex.el: Use defalias, not fset.
190
191         * rfc1843.el: Require cl when compiling.
192
193 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
194
195         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
196
197 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
198
199         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
200         adjacent.
201
202 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
203
204         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
205         (mm-find-charset-region): Merge conditions, delete ascii.
206         (mm-charset-after): Rewrite.
207         * mm-bodies.el (mm-encode-body): Use it.
208
209 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
210
211         * webmail.el (webmail-hotmail-list): Fix.
212
213 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
214
215         * nnimap.el (require): cl.
216
217 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
218
219         * gnus-art.el (gnus-article-prepare): Configure windows before
220         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
221         window might be overrided.
222
223 2000-10-04  Dave Love  <fx@gnu.org>
224
225         * gnus-ems.el (gnus-article-display-xface)
226         [gnus-article-compface-xbm]: Fix.
227         (gnus-x-splash): Bind width, height.
228
229 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
230
231         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
232         when it is called interactively.
233
234 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
235
236         * gnus-art.el (gnus-mime-action-alist): New variable.
237         (gnus-mime-action-on-part): Use it.
238         (gnus-mime-button-commands): Add command ".".
239
240 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
241
242         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
243
244 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
245
246         * lpath.el: "." is in the load-path because dgnushack.el.
247
248 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
249
250         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
251
252         * nnheader.el: ditto
253
254         * mm-util.el: ditto
255
256         * message.el: ditto
257
258         * binhex.el: ditto
259
260         * gnus-audio.el: removed unnecessary xemacs test
261
262         * earcon.el: ditto
263         
264 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * nnweb.el (nnweb-decode-entities): Work for non-character
267         entities. 
268
269 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus.el: Message the quit parts.
272
273 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
274
275         * mail-source.el (mail-source-fetch-maildir): Don't insert
276         newlines.
277
278 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
279
280         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
281         lpath.el. Don't compile base64.el if there is builtin base64.
282
283 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
284
285         * base64.el (Repository): Use featurep for XEmacs test.
286
287 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
288
289         * nntp.el (nntp-retrieve-data): Don't ignore quit.
290
291 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
292
293         * gnus-art.el (gnus-article-banner-alist): New variable.
294         (article-strip-banner): Use it.
295         * gnus-cus.el (gnus-group-parameters): Allow symbol.
296
297 2000-10-02  Dave Love  <fx@gnu.org>
298
299         * smiley-ems.el: New file.
300
301         * gnus-ems.el (gnus-smiley-display): Autoload.
302         (mouse-set-point, set-face-foreground, set-face-background)
303         (x-popup-menu): Don't clobber these.
304         (gnus-article-compface-xbm): New variable.
305         (gnus-article-display-xface): Move graphic test.  Use unibyte.
306         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
307
308         * mml.el (require): Fix typo.
309         (mml-parse-1): Modify unknown encoding prompt.
310
311         * mail-source.el (mail-sources): Revert to nil.
312
313         * nnmail.el (nnmail-spool-file): Revert previous change.
314
315         * gnus.el: Don't require custom, message.
316         (gnus-message-archive-method): Wrap initializer in progn and
317         require message here.
318
319 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
320
321         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
322         image's :ascent to 80.  That gives a mode-line which is approx.
323         as tall as the normal one.
324
325 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
326
327         * webmail.el (webmail-hotmail-list): Fix.
328
329 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
330
331         Don't postpone GCC if none of GCC methods is agent-covered.  This
332         fix presumes that the post-method must be agent-covered if any Gcc
333         method is agent-covered.
334
335         * gnus-msg.el (gnus-inews-group-method): New function.
336         (gnus-inews-do-gcc): Use it.
337         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
338         (gnus-agent-possibly-save-gcc): Use it.
339         (gnus-agent-possibly-do-gcc): Ditto.
340
341 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
342
343         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
344         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
345
346 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
347
348         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
349         webmail-hotmail-list): Update.
350
351 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
352
353         * mail-source.el (mail-source-report-new-mail): Use
354         nnheader-cancel-timer.
355
356 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
357
358         * lpath.el (overlay-*): Shut up.
359         * dgnushack.el: Two implementations of smiley.
360
361 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
362
363         * gnus-ml.el: Usage.
364         (gnus-mailing-list-archive, gnus-mailing-list-owner,
365         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
366         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
367         (gnus-mailing-list-menu): Define it.
368         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
369         
370         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
371
372 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
373
374         * webmail.el (webmail-my-deja-*): Rewrite.
375
376 2000-09-30  Simon Josefsson  <simon@josefsson.org>
377
378         * nnimap.el (nnimap-request-accept-article): Remove \n's from
379         From_ lines.
380
381 2000-08-05  Simon Josefsson <simon@josefsson.org>
382
383         Make GCC to remote groups work when unplugged
384         (postpone GCC until message is actually sent).
385
386         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
387
388         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
389         (gnus-agent-restore-gcc): 
390         (gnus-agent-possibly-save-gcc): New functions.
391
392         * gnus-msg.el (gnus-inews-add-send-actions): Use
393         `gnus-agent-possibly-do-gcc' if Agentized.
394         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
395         to `message-header-hook'.
396
397         * gnus.el (gnus-agent-gcc-header): New variable.
398
399 2000-07-13  Simon Josefsson <simon@josefsson.org>
400
401         Asks the user to synch flags with server when you plug in.
402
403         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
404         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
405         (gnus-agent-toggle-plugged): Call it.
406         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
407         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
408         (gnus-agent-possibly-synchronize-flags): New function.
409         (gnus-agent-possibly-synchronize-flags-server): New function.
410
411 2000-09-30  Simon Josefsson  <simon@josefsson.org>
412
413         * starttls.el: New file, by Daiki Ueno.
414
415 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
416
417         * message.el (message-make-in-reply-to): In-Reply-To is message-id
418         (see DRUMS).
419         
420 2000-09-29  Simon Josefsson  <simon@josefsson.org>
421
422         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
423         prefetch.
424
425 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
428         sending a command; allow the rtelnet prompt as well.
429
430 2000-09-29  Simon Josefsson  <simon@josefsson.org>
431
432         * message.el (message-send): Make sure error is signalled if no
433         send method is specified.
434
435 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
436
437         * qp.el (quoted-printable-encode-region): Wrap with
438         `mm-with-unibyte-current-buffer'.
439
440 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
441
442         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
443           McEwan's proposal.
444         
445 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
446
447         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
448         the GNU assignment issue.
449
450 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
451
452         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
453
454 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
455
456         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
457
458 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
459
460         * gnus-art.el (article-strip-banner): Use
461         gnus-group-find-parameter rather than gnus-group-get-parameter, to
462         allow inheritance on the banner.
463         From elkin@tverd.astro.spbu.ru.
464
465 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
466
467         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
468
469 2000-09-26  Dave Love  <fx@gnu.org>
470
471         * gnus-draft.el: Don't require gnus-agent.
472
473         * mm-view.el: Use featurep for XEmacs test.
474         (mm-inline-message): Test for `remove-specifier'; don't use
475         condition-case.
476
477 2000-09-24  Simon Josefsson  <simon@josefsson.org>
478
479         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
480
481         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
482         support ACL's.
483
484         * nnimap.el (nnimap-acl-get): Check capability.
485
486         * mail-source.el (mail-source-imap-file-coding-system): New variable.
487         (mail-source-fetch-imap): Use it.
488
489         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
490         (rfc2104-hash): Use it.
491
492         * imap.el (imap-starttls-p): Check for starttls binary.
493         (imap-starttls-open): More verbose.
494         (imap-gssapi-auth): Ditto.
495         (imap-kerberos4-auth): Ditto.
496         (imap-cram-md5-auth): Ditto.
497         (imap-login-auth): Ditto.
498         (imap-anonymous-auth): Ditto.
499         (imap-digest-md5-auth): Ditto.
500         (imap-open): Ditto.
501         (imap-digest-md5-p): Check capability first.
502
503 2000-09-24  Simon Josefsson  <simon@josefsson.org>
504
505         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
506         (imap-login-p): Support LOGINDISABLED.
507
508 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
509
510         * rfc2104.el: Add SHA-1 example.
511
512 2000-09-22  Simon Josefsson  <simon@josefsson.org>
513
514         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
515
516 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
517
518         * lpath.el: Bind nnkiboze-score-file.
519
520 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
521
522         * gnus-score.el (gnus-score-use-all-scores): New variable.
523         (gnus-all-score-files): Use it.
524         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
525         (nnkiboze-enter-nov): Fix it when there is no xref.
526         (nnkiboze-generate-groups): List groups.
527         * gnus-group.el (gnus-group-make-kiboze-group): Use 
528         nnkiboze-score-file.
529         
530         * nnkiboze.el (nnkiboze-request-article): Use
531         gnus-cache-request-article.
532         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
533
534 2000-07-16 Dmitry Bely <dbely@mail.ru>
535
536         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
537
538 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
539
540         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
541
542 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
543
544         * message.el (message-default-charset): Set default value in
545         non-MULE XEmacsen as iso-8859-1.
546
547 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
548
549         * gnus-demon.el: Use (featurep 'xemacs).
550         * gnus-agent.el: timer vs. itimer.
551         * mail-source.el: Ditto.
552
553 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
554
555         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
556         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
557         * gnus-sum.el (gnus-nov-parse-line): Ditto.
558         * nnkiboze.el (nnkiboze-file-coding-system): New.
559         (nnkiboze-retrieve-headers): Use it.
560         (nnkiboze-request-group): Ditto.
561         (nnkiboze-close-group): Ditto.
562         (nnkiboze-generate-group): Ditto.
563         (nnkiboze-enter-nov): Insert first Xref properly.
564
565 2000-09-19  Dave Love  <fx@gnu.org>
566
567         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
568         (nnmail-get-new-mail): Test `sources' in top-level conditional.
569
570         * mail-source.el (mail-sources): Change default to '((file)).
571         Add useful custom type.
572
573 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
574
575         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
576         year).
577         (gnus-date-iso8601): Ditto.
578
579 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
580
581         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
582
583 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
584
585         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
586         pattern. Avoid using 8 bit chars.
587         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
588
589 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
590
591         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
592         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
593         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
594         functions are not implemented yet.
595         
596         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
597         x-overlay.el from the FSF Emacs black list.
598
599 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
600
601         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
602         (mm-inline-media-tests): Ditto.
603         (mm-automatic-display): Ditto.
604         * mm-view.el (mm-display-inline-fontify): Generalize from 
605         mm-display-patch-inline. 
606         (mm-display-patch-inline): Use it.
607         (mm-display-elisp-inline): Ditto.
608         
609 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
610
611         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
612         (gnus-topic-unmark-topic): Ditto.
613         (gnus-topic-mark-topic): Ditto.
614         (gnus-topic-get-new-news-this-topic): Use it.
615
616 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
617
618         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
619         display xface.
620
621 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
624         zombie or killed groups.
625         
626 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
627
628         * mml.el (mml-preview): Reinsert unibyte content. 
629         (mml-parse-1): Remove with-unibyte-current-buffer.
630         (mml-generate-mime-1): Ditto.
631         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
632         * message.el (message-forward): Ditto.
633
634 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
635
636         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
637         original article buffer.
638         (article-de-base64-unreadable): Ditto.
639         (article-wash-html): Ditto.
640
641 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
642
643         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
644         unless forward-show-mml.
645
646 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
647
648         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
649         (gnus-summary-save-parts-last-directory): New.
650         (gnus-summary-save-parts): Save history.
651
652 2000-09-14 Ben Gertzfield <che@debian.org>
653
654         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
655         variable.
656         (gnus-summary-save-parts): Use it.
657
658 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
659
660         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
661         * gnus-sum.el (gnus-summary-exit): Ditto.
662         (gnus-summary-exit-no-update): Ditto.
663         (gnus-summary-show-article): Ditto.
664
665 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
666
667         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
668         Content-Disposition.
669
670 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
671
672         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
673
674 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
675
676         * gnus-art.el (gnus-article-setup-buffer): Set
677         gnus-article-mime-handles to nil.
678         * gnus-sum.el (gnus-summary-exit): Ditto.
679         (gnus-summary-exit-no-update): Ditto.
680         (gnus-summary-show-article): Ditto.
681         (gnus-summary-save-parts): Use gnus-article-mime-handles if
682         dissected.
683         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
684
685 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
686
687         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
688         (gnus-sort-threads-1): New function. Sort threads recursively.
689         (gnus-sort-threads): Use it.
690         (gnus-sort-gathered-threads): Doc fix.
691
692 2000-09-13  Dave Love  <fx@gnu.org>
693
694         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
695
696         * gnus-ems.el (gnus-ems-redefine): Don't alias
697         gnus-summary-set-display-table.
698
699         * message.el (message-user-agent): Don't wrap ignore-errors around
700         it.
701
702         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
703         `format'.
704         (mm-content-transfer-encoding): Don't use cadar.
705
706         * uudecode.el (uudecode-decoder-program) 
707         (uudecode-decoder-switches): Customize.
708
709         * gnus-score.el (gnus-home-score-file): Improve custom type.
710
711         * gnus-cus.el (gnus-custom-mode): Conditionally set local
712         variables for Emacs 21.
713         (gnus-group-customize): Disable undo while laying out the buffer.
714
715 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
716
717         * gnus-util.el (gnus-write-active-file): Bind
718         coding-system-for-write.
719
720 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
721
722         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
723         
724         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
725         * gnus-kill.el (gnus-batch-score): Ditto.
726         * gnus-move.el (gnus-change-server): Ditto.
727         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
728
729 2000-09-12  Simon Josefsson  <simon@josefsson.org>
730
731         * gnus-sum.el (gnus-update-read-articles): Undo
732         `gnus-request-set-mark' operation.
733
734 2000-09-11  Dave Love  <fx@gnu.org>
735
736         * Changelog: Use iso-2022 coding.
737
738         * gnus-msg.el (gnus-msg-mail): New function.
739         (gnus-user-agent): New mail agent.
740
741 2000-09-10  Dave Love  <fx@gnu.org>
742
743         * message.el: Require mail-abbrevs for XEmacs for a problem with
744         keybinding despite the autoloads for it.
745
746 2000-09-08  Simon Josefsson  <simon@josefsson.org>
747
748         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
749
750         * nnimap.el (nnimap-request-update-info-internal): Remove tick
751         marks from dormant articles. (See nnimap-request-set-mark.)
752         (nnimap-retrieve-headers-progress): Demule.
753         (nnimap-open-server): Call nnoo-change-server twice, once for
754         getting the nnimap-server-buffer and once for letting n-c-s set
755         the variables in that buffer.
756
757 2000-09-08  David Edmondson <dme@dme.org>
758
759         * gnus.el (gnus-short-group-name): Guess separator.
760
761 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
762
763         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
764         XEmacs as well.
765
766 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
767
768         * gnus-group.el (gnus-group-insert-group-line): Fix.
769
770 2000-09-04  Dave Love  <fx@gnu.org>
771
772         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
773         (mm-get-image): Avoid the losing `make-glyph' from W3.
774
775 2000-09-03  Simon Josefsson  <simon@josefsson.org>
776
777         * gnus-sum.el (gnus-summary-delete-article): Check server.
778
779 2000-09-01  Simon Josefsson  <simon@josefsson.org>
780
781         * imap.el (imap-parse-flag-list): Rewrite.
782
783         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
784
785         * imap.el (imap-parse-flag-list): Hack.
786
787 2000-08-29  Dave Love  <fx@gnu.org>
788
789         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
790
791         * dgnushack.el (mapcon, union): Remove compiler macros.
792
793         * gnus-agent.el (gnus-agent-union): new function.
794         (gnus-agent-fetch-headers): Use it.
795
796         * gnus.el (gnus-group-startup-message): Specify foreground and
797         background for xpm image.  Centre image vertically.
798         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
799
800 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
801
802         * message.el (message-send-mail): Narrow-to-headers.
803
804 2000-08-24  Dave Love  <fx@gnu.org>
805
806         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
807         21.
808
809 2000-08-23  Dave Love  <fx@gnu.org>
810
811         * dgnushack.el: Remove `member-if' compiler macro.
812
813 2000-08-21  Dave Love  <fx@gnu.org>
814
815         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
816
817 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
818
819         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
820         permanent is used.
821         (gnus-topic-show-topic): Read topic when to show permanent hidden
822         topic.
823         (gnus-topic-remove-topic): Revert to the old behavior, not using
824         hide.
825
826 2000-08-21  Dave Love  <fx@gnu.org>
827
828         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
829         (gnus-xemacs): Use featurep.
830
831         * mm-util.el (mm-read-charset): Maybe use builtin.
832         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
833         (mm-multibyte-p, mm-with-unibyte-current-buffer)
834         (mm-with-unibyte): Use featurep, not string-match.
835         (mm-with-unibyte-buffer): Simplify.
836         (mm-quote-arg): Maybe use shell-quote-argument.
837
838         * mml.el (mml-make-string): Deleted (unused).
839
840         * gnus.el (gnus-mode-line-buffer-identification): Supply
841         definition for Emacs 21.
842
843         * gnus-salt.el: Small doc fixes.
844         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
845         gnus-add-minor-mode.
846
847         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
848         gnus-add-minor-mode.
849
850 2000-08-20  Simon Josefsson  <simon@josefsson.org>
851
852         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
853         function, thanks to Lloyd Zusman for debugging.
854         (nnimap-request-group): 
855         (nnimap-request-list): 
856         (nnimap-retrieve-groups): 
857         (nnimap-request-newgroups): Use it.
858
859         * nnimap.el (nnimap-request-article-part): Less verbose.
860
861 2000-08-19  Andreas Jaeger  <aj@suse.de>
862
863         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
864         subst-char-in-string since we test elsewhere whether it's bound.
865         
866 2000-08-18  Dave Love  <fx@gnu.org>
867
868         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
869         custom type.
870
871         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
872         gnus-group-running-xemacs.
873
874         * nnheader.el (nnheader-replace-chars-in-string): Use
875         subst-char-in-string if available.
876
877         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
878         (gnus-request-article-this-buffer): Use expand-file-name.
879         (gnus-mime-view-part-as-type): Simplify interactive spec.
880         (gnus-mime-button-map): Define it all in defvar.
881
882 2000-08-17  Dave Love  <fx@gnu.org>
883
884         * gnus-group.el (gnus-group-running-xemacs): Deleted.
885
886         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
887         last-nonmenu-event.
888
889         * uudecode.el (char-int): Use defalias, not fset.
890
891         * score-mode.el: Don't require easymenu.  Require mm-util.
892         (score-mode-coding-system): Use mm-auto-save-coding-system.
893
894         * nneething.el (nneething-create-mapping): Don't use cadar & al.
895         (nneething-file-name): Use expand-file-name, not concat.
896
897 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
898
899         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
900         Failure proof for email addresses.
901         (nnslashdot-sane-retrieve-headers): Ditto.
902
903 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * message.el (message-send-mail): Only insert courtesy message
906         when text/plain.
907
908 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
909
910         * message.el (message-cancel-news): Copy the From header from the
911         original article.
912
913 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * gnus-async.el (gnus-asynchronous): Removed.
916
917 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
918
919         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
920         format.
921
922 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
923
924         * nnmail.el (nnmail-expiry-target-group): Fixed.
925
926 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
927
928         * nnmail.el (nnmail-expiry-target-group): Fix the call to
929         gnus-request-accept-article so that body encoding is *not* done.
930         Encoding is not done on incoming mail, so why should it be done on
931         expired mail?
932
933
934 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
935
936         * nnml.el (nnml-request-expire-articles): Fix the calls to
937         nnml-request-article (the filename was being passed instead of the
938         article number) and nnmail-expiry-target-group
939         (nnml-current-directory is changed by nnml-request-accept-article,
940         causing it to be incorrect for the next article to be expired).
941
942 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
943
944         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
945         expiry-target group parameters. 
946
947 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
950         buffer.
951         (gnus-topic-hide-topic): Take a PERMANENT parameter.
952         (gnus-topic-show-topic): Ditto.
953
954         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
955
956 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
957
958         * mail-source.el (mail-source-incoming-file-prefix): New
959         variable. 
960
961 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
964
965         * mailcap.el (mailcap-maybe-eval): Be even more warning.
966
967 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
968
969         * message.el (message-syntax-checks): New check quotin-style: 
970         Text must be written below quoted text.
971         (message-check-news-body-syntax): Check it.
972
973 2000-08-11  Simon Josefsson  <simon@josefsson.org>
974
975         * imap.el (imap-authenticator-alist): Fix typo.
976         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
977         Jonas Oberg for debugging.
978
979 2000-08-11  Simon Josefsson  <simon@josefsson.org>
980
981         * gnus-async.el (gnus-asynchronous): Disable by default.
982
983 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * mm-view.el (mm-inline-text): Bind fill-column.
986
987         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
988         list of unexpired articles.
989
990         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
991         un-expired articles. 
992
993         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
994         headers. 
995
996         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
997         we update the right topic.. 
998
999         * mm-decode.el (mm-display-external): Put point at start. 
1000
1001 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1002
1003         * nnmail.el (nnmail-expiry-target): More explicit documentation.
1004
1005         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
1006
1007 2000-08-09  Simon Josefsson <simon@josefsson.org>
1008
1009         * imap.el (imap-parse-body):
1010         (imap-parse-string-list): Add bug workarounds for Stalker
1011         Communigate Pro 3.0 server.
1012         (imap-body-lines): Remove bogus comment.
1013
1014         * imap.el (imap-range-to-message-set): Move from nnimap.el.
1015
1016         * nnimap.el (nnimap-retrieve-which-headers):
1017         (nnimap-retrieve-headers-from-server):
1018         (nnimap-request-set-mark):
1019         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
1020
1021 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
1022
1023         * message.el (message-dont-reply-to-names):
1024         rmail-dont-reply-to-names may not be defined.
1025
1026 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1027
1028         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
1029         not use pop.
1030
1031 2000-07-19  Dave Love  <fx@gnu.org>
1032
1033         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
1034         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
1035         check.
1036         (gnus-article-display-xface): Special-case for dark backgrounds.
1037
1038 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
1039
1040         * imap.el (imap-calculate-literal-size-first): New variable.
1041         (imap-local-variables): Add it.
1042         (imap-kerberos4-open): Set it.
1043         (imap-send-command): Use it.
1044
1045 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1046
1047         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
1048         (mailcap-parse-mimetypes): Use it.
1049         (mailcap-extension-to-mime): Parse mimetype.
1050         (mailcap-mime-types): Ditto.
1051         * mml.el (mml-minibuffer-read-type): Ditto.
1052
1053 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1054
1055         * nndoc.el (nndoc-type-alist): Add outlook.
1056         (nndoc-outlook-type-p): New function.
1057         (nndoc-outlook-article-begin): Ditto.
1058
1059 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
1060
1061         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
1062         excursion.
1063
1064 2000-07-15  Simon Josefsson  <simon@josefsson.org>
1065
1066         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
1067
1068         * imap.el (imap): 
1069         (imap-kerberos4-program): 
1070         (imap-gssapi-program): 
1071         (imap-ssl-program): Customization.
1072         (imap-shell-program): 
1073         (imap-shell-host): New variables.
1074         (imap-streams): 
1075         (imap-stream-alist): Add shell.
1076         (imap-shell-p): 
1077         (imap-shell-open): New functions.
1078         (imap-open): Don't call authenticator if preauth.
1079         (imap-authenticate): Return t if already authenticated.
1080
1081 2000-07-14  Simon Josefsson  <simon@josefsson.org>
1082
1083         * gnus.el (gnus-invalid-group-regexp): New variable.
1084         (gnus-read-group): Use it.
1085
1086 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1087
1088         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1089         expunge-below and orphan-score are "group variables".
1090
1091 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1092
1093         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1094         qualified group names to `gnus-group-read-ephemeral-group'.
1095
1096 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * dgnushack.el (srcdir): Define it before use it.
1099
1100 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1101
1102         * gnus-sum.el: `W t' is toggle-header in info.
1103
1104 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1105
1106         * lpath.el: Fbind subst-char-in-string.
1107
1108 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1109
1110         * Makefile.in: Use W3DIR and lispdir.
1111         * dgnushack.el: Ditto.
1112
1113 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1114
1115         * gnus-art.el (article-de-base64-unreadable): Typo.
1116
1117 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1118
1119         * gnus-agent.el (require): Require timer.
1120
1121 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1122
1123         * message.el (message-bounce): Call mime-to-mml.
1124
1125 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * nnslashdot.el (nnslashdot-request-close): New function.
1128
1129 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1132         right line number for the article.
1133
1134 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1135
1136         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1137         * webmail.el (webmail-fetch): Bind 
1138         url-http-silence-on-insecure-redirection.
1139
1140 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1141
1142         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1143         unibyte.
1144         (nnslashdot-sane-retrieve-headers): Ditto.
1145         (nnslashdot-request-article): Ditto.
1146
1147 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1148
1149         * mailcap.el (mailcap-parse-mimetype-file): 
1150
1151 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1152
1153         * nnweb.el (nnweb-insert): Stricter test.
1154         * webmail.el (webmail-refresh-redirect): Ditto.
1155
1156 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1157
1158         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1159
1160 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1161
1162         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1163
1164 2000-07-05  Dave Love  <fx@gnu.org>
1165
1166         * utf7.el: Doc and header fixes.
1167
1168         * gnus-sum.el: Doc fixes.
1169
1170         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1171         defalias, not fset.
1172
1173         * flow-fill.el (fill-flowed-point-at-eol)
1174         (fill-flowed-point-at-bol): Use defalias, not fset.
1175
1176         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1177         (gnus-Plain-save-name): Delete -- apparently bogus.
1178
1179 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * nnsoup.el: Use expand-file-name throughout.
1182
1183 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1184
1185         * nnmail.el (nnmail-read-incoming-hook): New example.
1186
1187 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * mm-view.el (mm-inline-text): Check whether the text has already
1190         been decoded.
1191
1192 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1193
1194         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1195
1196 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1197
1198         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1199
1200 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1201
1202         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1203         unsend flags.
1204
1205 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1206
1207         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1208         name in authinfo (.authinfo now support ports, no need for the
1209         hack).
1210         (nnimap-split-find-rule): Fix.
1211         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1212
1213 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1214
1215         * message.el (message-unquote-tokens): Remove all quotes.
1216
1217 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1218
1219         * gnus-ml.el: New file. 
1220
1221 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * nnultimate.el (nnultimate-request-close): New function.
1224
1225         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1226
1227 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1228
1229         * Makefile.in: Better support for xemacs builds
1230
1231 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1232
1233         * gnus.el: Gnus v5.8.7 is released.
1234
1235 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1238
1239 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1240
1241         * message.el (message-do-fcc): Encode MIME.
1242
1243 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1244
1245         * lpath.el: Fbind image-size.
1246
1247 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1248
1249         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1250         (nnimap-assoc-match): New function.
1251         (nnimap-split-find-rule): Support extended syntax.
1252
1253 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1254
1255         * nnimap.el (nnimap-open-connection): Use port stuff.
1256
1257         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1258         document port and defaultport.
1259
1260 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1261
1262         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1263
1264 2000-06-26  Dave Love  <fx@gnu.org>
1265
1266         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1267
1268         * message.el: Remove unnecessary `require'ments.  Defvar
1269         gnus-list-identifiers when compiling.  Don't try to autoload
1270         variable `gnus-list-identifiers'.  Autoload
1271         gnus-group-name-charset.
1272         (message-fetch-field): Don't assume `format' removes text
1273         properties.
1274         (message-strip-list-identifiers, message-reply, message-followup):
1275         Require gnus-sum.
1276         (message-mode): Tidy XEmacs conditionals.
1277         (message-replace-chars-in-string): Use subst-char-in-string when
1278         available.
1279
1280         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1281         Define if necessary.
1282
1283         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1284         removes text properties.
1285
1286         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1287
1288         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1289
1290         * gnus-score.el (gnus-summary-score-entry): Likewise.
1291
1292 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1293
1294         * nnimap.el (nnimap-request-post): Fix parenthesis.
1295
1296 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1297
1298         * message.el (message-unquote-tokens): New function.
1299
1300         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1301
1302         * nnimap.el (nnimap-request-post): Ditto.
1303
1304 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1305
1306         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1307
1308         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1309         patch commited 2000-04-02).
1310
1311 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1312
1313         * imap.el (imap-mailbox-examine-1): New function.
1314         (imap-message-copyuid-1):
1315         (imap-message-appenduid-1): Use it, instead of
1316         `imap-mailbox-examine' which would utf-7 encode mailbox name
1317         twice.
1318
1319 2000-06-19  Dave Love  <fx@gnu.org>
1320
1321         * mm-uu.el Don't require message.  Require cl when compiling.
1322
1323 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1324
1325         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1326         a local variable.
1327         * gnus-sum.el (gnus-orphan-score): Move here.
1328
1329 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1330
1331         * message.el (message-forward): Remove show-mml condition.
1332         (message-forward-ignored-headers): Remove X-Gnus headers.
1333
1334 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1335
1336         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1337
1338 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1339
1340         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1341
1342 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1343
1344         * message.el (message-syntax-checks): Add type.
1345
1346 2000-06-07  Dave Love  <fx@gnu.org>
1347
1348         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1349         put-image.
1350         (mm-inline-image): Defalias, not fset.
1351
1352         * gnus.el (gnus-group-startup-message): Don't specify string for
1353         insert-image.
1354
1355         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1356         add-minor-mode is available.
1357         (gnus-article-display-xface): Don't specify string for
1358         insert-image.
1359
1360 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1361
1362         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1363         (gnus-topic-insert-topic-line): Use shownp.
1364         (gnus-topic-hide-topic): Don't use hidden.
1365         (gnus-topic-show-topic): Don't use hidden.
1366
1367 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1368
1369         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1370         system.
1371         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1372         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1373         * gnus-util.el (gnus-output-to-rmail): Ditto.
1374         (gnus-output-to-mail): Ditto.
1375         (gnus-write-buffer): Ditto.
1376         * gnus-uu.el (gnus-uu-save-article): Ditto.
1377
1378 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1379
1380         * message.el (message-read-from-minibuffer): Typo.
1381
1382 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1383
1384         * gnus-art.el (article-decode-charset): Override non-MIME forward
1385         charset.
1386
1387 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1388
1389         * mml.el (mml-quote-region): Correct the regexp.
1390         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1391
1392 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1393
1394         * message.el (message-forward): Insert raw text.
1395         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1396         (mml-generate-mime-1): Insert raw text in unibyte mode.
1397
1398 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1399
1400         * mm-bodies.el (mm-body-encoding): Always encoded if
1401         `mm-use-ultra-safe-encoding' is set.
1402
1403 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1404
1405         * mml.el (ange-ftp-name-format): Typo.
1406
1407 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1408
1409         * gnus-start.el (gnus-get-unread-articles): If
1410         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1411         try to do anything on that server.
1412         
1413 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1414
1415         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1416         from latest draft.
1417
1418 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1419
1420         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1421         is open.
1422
1423 2000-05-24  Dave Love  <fx@gnu.org>
1424
1425         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1426
1427 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1428
1429         * gnus.el (gnus-redefine-select-method-widget): new function, call
1430         it once. Add an "other" entry for unknown but editable backend
1431         name symbols.
1432         * gnus-start.el (gnus-declare-backend): use it.
1433
1434 2000-05-19  Dave Love  <fx@gnu.org>
1435
1436         * gnus-art.el (gnus-article-next-page): Revert last change.
1437
1438 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1439
1440         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1441
1442 2000-05-19  Dave Love  <fx@gnu.org>
1443
1444         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1445         not mm-inline-large-images.
1446
1447 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1448
1449         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1450
1451 2000-05-18  Dave Love  <fx@gnu.org>
1452
1453         * gnus-art.el: Use defalias, not fset.
1454         (gnus-article-x-face-command): Don't test for xbm.
1455         (gnus-article-next-page): Redisplay before testing point in window.
1456
1457 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1458
1459         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1460         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1461
1462 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1463
1464         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1465         gnus-summary-save-in-rmail.
1466         * message.el (message-output): Ditto.
1467
1468 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1471
1472 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1473
1474         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1475         is a charset.
1476         * message.el (message-send-news): Check group name charset.
1477         * gnus-msg.el (gnus-post-news): Decode group name.
1478         (gnus-inews-do-gcc): Encode group name.
1479
1480 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1481
1482         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1483         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1484
1485 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1486
1487         * gnus-group.el (gnus-group-mark-line-p): New function.
1488         (gnus-group-goto-group): New parameter.
1489         (gnus-group-remove-mark): Use it.
1490         * gnus-topic.el (gnus-topic-move-group): Ditto.
1491         (gnus-topic-remove-group): Ditto.
1492
1493 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1494
1495         * gnus-group.el (gnus-group-list-dormant): New function.
1496
1497 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1498
1499         * gnus-agent.el (gnus-agent-synchronize): Use
1500         nnheader-insert-file-contents.
1501         (gnus-agent-save-active-1): Ditto.
1502         (gnus-agent-write-active): Ditto.
1503         (gnus-agent-expire): Ditto.
1504         * gnus-cache.el (gnus-cache-read-active): Ditto.
1505         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1506         * gnus-sum.el (gnus-summary-import-article): Ditto.
1507
1508         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1509         (gnus-agent-save-group-info): Ditto.
1510         (gnus-agent-save-alist): Ditto.
1511         * gnus-util.el (gnus-make-directory): Ditto.
1512
1513         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1514
1515 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1516
1517         * mml.el (mml-generate-mime-preprocess-function): New variable.
1518         (mml-generate-mime-postprocess-function): New variable.
1519         (mml-generate-mime-1): Use them.
1520
1521 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1522
1523         * gnus-group.el (gnus-group-apropos): Group name charset.
1524         * gnus-sum.el (gnus-set-mode-line): Ditto.
1525         * gnus-group.el (gnus-group-decoded-name): New function.
1526         (gnus-group-edit-group): Use it.
1527         * gnus-cus.el (gnus-group-customize): Use it.
1528
1529 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1530
1531         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1532
1533 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1534
1535         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1536         (gnus-group-name-charset-group-alist): Ditto.
1537         (gnus-group-name-charset): New function.
1538         (gnus-group-name-decode): New function.
1539         (gnus-group-insert-group-line): Use them.
1540         (gnus-group-prepare-flat-list-dead): Ditto.
1541         (gnus-group-list-active): Ditto.
1542         (gnus-group-describe-all-groups): Ditto.
1543         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1544         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1545         add gnus-group property.
1546         (gnus-browse-group-name): Read gnus-group property.
1547
1548 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1549
1550         * nnfolder.el (nnfolder-possibly-change-group): Use
1551         file-name-coding-system instead of pathname-coding-system.
1552         * nnmail.el (nnmail-find-file): Ditto.
1553         (nnmail-write-region): Ditto.
1554         * nnmh.el (nnmh-retrieve-headers): Ditto.
1555         (nnmh-request-article): Ditto.
1556         (nnmh-request-group): Ditto.
1557         (nnmh-request-list): Ditto.
1558         (nnmh-possibly-change-directory): Ditto.
1559         (nnmh-active-number): Ditto.
1560         * nnml.el (nnml-possibly-change-directory): Ditto.
1561         (nnml-request-list): Ditto.
1562         (nnml-request-article): Ditto.
1563         (nnml-retrieve-headers): Ditto.
1564
1565 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1566
1567         * nnimap.el (nnimap-request-accept-article): Don't unselect
1568         mailbox if no mailbox is selected.
1569
1570 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1571
1572         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1573         Recognize domain names starting with `www.' as starting an URL.
1574
1575 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1576
1577         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1578         (mail-source-keyword-map): Add "subdirs" for maildir.
1579
1580 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1581
1582         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1583         (nnmail-get-new-mail): Use it.
1584         * gnus-start.el (gnus-get-unread-articles): Ditto.
1585
1586 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1587
1588         * gnus-sum.el (gnus-summary-edit-article): Better support for
1589         nndraft:drafts.
1590         * nndraft.el (nndraft-request-replace-article): New function,
1591         bind nnmail-file-coding-system.
1592
1593 2000-05-14  Dave Love  <fx@gnu.org>
1594
1595         * nnheader.el: Replace uses of `fset' with `defalias'.
1596         (jka-compr-compression-info-list): Only defvar when compiling.
1597
1598 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1599
1600         * webmail.el (webmail-netaddress-article): Refresh redirect.
1601
1602 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1603
1604         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1605
1606 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1607
1608         * webmail.el: Translate &nbsp; to SP.
1609
1610 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1611
1612         * message.el (message-bounce): Doc typo.
1613
1614 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1615
1616         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1617         (gnus-soup-store): Ditto.
1618         (gnus-soup-send-packet): Ditto.
1619         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1620         (nnsoup-dissect-buffer): Ditto.
1621         (nnsoup-narrow-to-article): Ditto.
1622         (nnsoup-make-active): Ditto
1623
1624 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1625
1626         * message.el (message-mode): Two parameters for local-variable-p.
1627
1628 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1629
1630         * message.el (message-strip-list-identifiers): New function.
1631         (message-reply): Use it and use message-strip-subject-re.
1632         (message-followup): Ditto.
1633         * gnus-art.el (article-hide-list-identifiers): Remove more.
1634         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1635
1636 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1637
1638         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1639         mail-parset-charset and use non-numeric argument.
1640
1641 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1642
1643         * mml.el (mml-buffer-list): New variable.
1644         (mml-generate-new-buffer): New function.
1645         (mml-destroy-buffers): Ditto.
1646         (mml-insert-mime): Use them.
1647         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1648         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1649         * message.el (message-mode): Ditto.
1650         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1651         (gnus-uu-save-article): Support show-as-mml.
1652         * message.el (message-forward): Ditto.
1653
1654 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1655
1656         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1657         (nndoc-mime-digest-type-p): Locate article head precisely.
1658         * mml.el (mml-generate-default-type): New variable.
1659         (mml-generate-mime-1): Use it.
1660         (mml-insert-mime-headers): Use it.
1661         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1662         (gnus-uu-digest-mail-forward): Use it and call message-forward
1663         with argument digest.
1664         (gnus-uu-save-article): Support message-forward-as-mime.
1665         * message.el (message-forward): Add parameter digest.
1666         * mm-decode.el (mm-dissect-default-type): New variable.
1667         (mm-dissect-buffer): Use it.
1668
1669 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1670
1671         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1672         newline and paragraph to nil when got a non-ascii character. Test
1673         paragraph before newline.
1674
1675 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1676
1677         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1678         limit to 76.
1679
1680 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * nnslashdot.el (nnslashdot-sid-strip): New function.
1683         (nnslashdot-threaded-retrieve-headers): New format.
1684         (nnslashdot-sane-retrieve-headers): Ditto.
1685         (nnslashdot-request-article): Ditto.
1686         (nnslashdot-threaded-retrieve-headers): Thread properly.
1687         (nnslashdot-request-article): Be more lenient.
1688         (nnslashdot-threaded-retrieve-headers): Regexp search.
1689
1690 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1691
1692         * gnus-sum.el (gnus-with-article): Define it before use it.
1693
1694 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1695
1696         * message.el (message-supersede): Use mime-to-mml.
1697         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1698
1699 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * gnus-group.el (gnus-group-list-cached): Don't use
1702         `subst-char-in-string'.
1703
1704 2000-05-08  Dave Love  <fx@gnu.org>
1705
1706         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1707
1708 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1709
1710         * mm-decode.el (mm-interactively-view-part): Append %s if the
1711         method is a single word.
1712         * nnwarchive.el (nnwarchive-type-definition): Typo.
1713
1714 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1715
1716         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1717         function.
1718         (gnus-group-prepare-flat-predicate): Use it.
1719         (gnus-group-list-cached): List dead groups.
1720
1721 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1722
1723         * gnus-art.el (article-decode-charset): Don't decode message with
1724         format.
1725
1726 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1727
1728         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1729         evaluate the Lisp code.
1730
1731 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1732
1733         * gnus-art.el (article-wash-html): New function.
1734         (gnus-article-wash-html): Bind.
1735         (gnus-article-make-menu-bar): Menu item.
1736         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1737         (gnus-summary-make-menu-bar): Menu item.
1738         * gnus.el: Autoload.
1739
1740 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1741
1742         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1743         (gnus-uu-unshar-article): Use it.
1744
1745         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1746         (mailcap-maybe-eval): Use it.
1747
1748         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1749         in docstring.
1750
1751         * mml.el (mml-generate-mime-1): Small comment.
1752
1753 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1754
1755         * gnus-art.el (article-de-base64-unreadable): New function.
1756         (gnus-article-de-base64-unreadable): Bind.
1757         (gnus-article-make-menu-bar): Menu item.
1758         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1759         (gnus-summary-make-menu-bar): Menu item.
1760         * gnus.el: Autoload.
1761
1762 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1763
1764         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1765         (gnus-summary-select-article): Add en/disable multibyte.
1766
1767 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1768
1769         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1770         (gnus-summary-edit-article): New feature: editing raw articles.
1771
1772 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1773
1774         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1775         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1776         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1777         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1778         * mm-decode.el (mm-insert-part): Ditto.
1779
1780 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1781
1782         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1783         (nndoc-forward-type-p): Ditto.
1784
1785 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1786
1787         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1788         value of enable-multibyte-characters.
1789
1790 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1791
1792         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1793
1794 2000-05-03  Dave Love  <fx@gnu.org>
1795
1796         * gnus-ems.el (gnus-article-xface-ring-internal)
1797         (gnus-article-xface-ring-size): New variable.
1798         (gnus-article-display-xface): Use them to cache data.  Don't try
1799         to use XPM.  Set up binary coding for PBM's sake.
1800
1801 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1802
1803         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1804         * gnus-int.el (gnus-request-accept-article): Ditto.
1805         (gnus-request-replace-article): Ditto.
1806         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1807
1808 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1809
1810         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1811
1812 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1813
1814         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1815         field.
1816         * mml.el (mml-to-mime): Use message-default-charset.
1817         (mml-preview): Narrow to headers.
1818         * message.el (message-send-mail): Use message-default-charset.
1819         (message-send-news): Narrow to headers;
1820         use message-default-charset.
1821
1822 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1823
1824         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1825         detect.
1826         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1827         restriction.
1828         (mml-parse-1): Warning message.
1829         (mml-preview): Disable multibyte.
1830
1831 2000-05-03  Dave Love  <fx@gnu.org>
1832
1833         * gnus.el (gnus-group-startup-message): Add newline before image.
1834
1835 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1836
1837         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1838         * message.el (message-send-mail): Use unibyte-buffer.
1839         (message-send-mail): Ditto.
1840
1841 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1842
1843         * gnus.el: Gnus v5.8.6 is released.
1844
1845 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1846
1847         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1848
1849 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1850
1851         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1852
1853 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1854
1855         * message.el (message-send-mail-partially): Use forward-line.
1856
1857 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1858
1859         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1860
1861 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1862
1863         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1864         (mml-insert-mime): No markup only for text/plain.
1865         (mime-to-mml): Remove MIME headers.
1866
1867 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1868
1869         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1870         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1871         as 8-bit.
1872         * lpath.el: Fbind image functions.
1873
1874 2000-04-28  Dave Love  <fx@gnu.org>
1875
1876         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1877         21.
1878
1879         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1880         search order.  Use parse-colon-path and remove some redundancy.
1881         Doc fix.
1882         (mailcap-parse-mimetypes): Code consistently with
1883         mailcap-parse-mailcaps.  Doc fix.
1884
1885         * gnus-start.el (gnus-unload): Iterate over `features', not
1886         `load-history'.
1887
1888 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1889
1890         * mml.el (mml-parse-1): Don't create blank parts.
1891         (mml-read-part): Fix mml tag.
1892         (mml-insert-mime): Convert message/rfc822.
1893         (mml-insert-mml-markup): Add mmlp parameter.
1894
1895 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1896
1897         * message.el (message-send-mail-partially): Remove CTE.
1898
1899 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1900
1901         * lpath.el: Fbind put-image for XEmacs.
1902         * mm-view.el (mm-inline-image): Fset it.
1903
1904 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1905
1906         * nndoc.el (nndoc-type-alist): Change forward regexp.
1907
1908 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1909
1910         * message.el (message-send-mail-partially-limit): Change the
1911         default value.
1912
1913 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1914
1915         * gnus-util.el (gnus-extract-address-components): Name might be
1916         "".
1917
1918 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1919
1920         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1921         (gnus-summary-post-forward): Ditto.
1922         * message.el (message-forward-show-mml): New variable.
1923         (message-forward): Use it.
1924         * mml.el (mml-parse-1): Add tag mml.
1925         (mml-read-part): Ditto.
1926         (mml-generate-mime): Support reentance.
1927         (mml-generate-mime-1): Support mml tag.
1928
1929 2000-04-27  Dave Love  <fx@gnu.org>
1930
1931         * gnus-art.el: Don't bother to require custom, browse-url.
1932         (gnus-article-x-face-command): Include gnus-article-display-xface.
1933
1934         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1935         Use defalias, not fset.
1936         (gnus-article-display-xface): New function.
1937
1938         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1939
1940         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1941         (mm-xemacs-p): Deleted.
1942         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1943         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1944         use create-image and don't special-case xbm.
1945         (mm-valid-image-format-p): Use display-graphic-p.
1946
1947 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1948
1949         * message.el (message-send-mail-partially-limit): New variable.
1950         (message-send-mail-partially): New function.
1951         (message-send-mail): Use it.
1952         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1953         all blank lines inside of base64.
1954         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1955         blank lines.
1956
1957 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1958
1959         * mml.el (mml-insert-tag): Match more special characters.
1960
1961 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1962
1963         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1964
1965 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1966
1967         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1968         (mm-inlined-types): Ditto.
1969         * mm-partial.el: New file.
1970
1971 2000-04-27  Dave Love  <fx@gnu.org>
1972
1973         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1974         matter in Emacs 21.
1975
1976 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1977
1978         * mm-bodies.el (mm-encode-body): Remove reference to
1979         mm-default-charset in comment.
1980
1981 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1982
1983         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1984
1985 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1986
1987         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1988         let.
1989
1990 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1991
1992         * gnus-draft.el (gnus-draft-setup): Fix comments.
1993
1994 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1995
1996         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1997         if nnmbox-file-coding-system-for-write is nil.
1998
1999 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2000
2001         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
2002         header if nil.
2003
2004 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2005
2006         * mm-view.el (mm-inline-text): Insert directly if decoded.
2007         * mml.el (autoload): Typo.
2008
2009 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2010
2011         * mml.el (mml-preview): Set up posting-charset.
2012         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
2013
2014 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2015
2016         * webmail.el: Fix yahoo mail.
2017
2018 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2019
2020         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
2021         word if not necessary.
2022         (rfc2047-encode-region): Put space between encoded words.
2023
2024 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2025
2026         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
2027
2028 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2029
2030         * gnus-draft.el (gnus-draft-setup): Restore mml only when
2031         required.
2032         (gnus-draft-edit-message): Require restoration.
2033
2034 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2035
2036         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
2037         back.
2038
2039 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2040
2041         * gnus-art.el (gnus-treat-article): Make sure that the summary
2042         buffer is live.
2043
2044 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2045
2046         * mailcap.el (mailcap-parse-mailcaps): Reorder.
2047         (mailcap-parse-mailcap): Backwards parsing.
2048         (mailcap-possible-viewers): Remove nreverse.
2049         (mailcap-mime-info): Ditto.
2050         (mailcap-add-mailcap-entry): Keep alternative viewer.
2051
2052 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
2053
2054         * gnus.el: Gnus v5.8.5 is released.
2055
2056 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
2059
2060         * gnus-util.el (gnus-netrc-machine): Default to nntp.
2061
2062         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
2063
2064 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2065
2066         * mm-view.el (mm-inline-message): Disable prepare-hook.
2067
2068 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus.el: Fix copyright statements.
2071
2072         * gnus-sum.el (gnus-alter-articles-to-read-function): New
2073         variable.
2074         (gnus-articles-to-read): Use it.
2075
2076         * message.el (message-get-reply-headers): Bind free variable.
2077
2078 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2079
2080         * message.el (message-get-reply-headers): Fix to-address.
2081
2082 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2083
2084         * webmail.el: Hotmail fix. Add a debug function.
2085
2086 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-sum.el (t): M-down and M-up.
2089
2090 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2091
2092         * gnus-sum.el: Doc fix.
2093
2094 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2095
2096         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2097
2098 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2101         string.
2102         (nnweb-request-group): Don't scan twice.
2103         (nnweb-request-scan): Don't nix out the hashtb.
2104
2105         * message.el (message-get-reply-headers): Return a value.
2106
2107 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2108
2109         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2110         urls.
2111
2112 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113
2114         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2115         order messages are inserted.
2116
2117         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2118         message/rfc822 parts.
2119
2120         * gnus-art.el (gnus-article-read-summary-keys): Check for
2121         numerical values.
2122
2123         * message.el (message-get-headers): Made into own function.
2124         (message-reply): Use it.
2125         (message-get-reply-headers): Renamed.
2126         (message-widen-reply): New command.
2127
2128 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2129
2130         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2131
2132 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2133
2134         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2135         non-base64 text at the end if not found.
2136
2137 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2138
2139         * gnus-sum.el (gnus-read-move-group-name):
2140         (gnus-summary-move-article): Use `gnus-group-method' to find out
2141         what method the manually entered group belong to.
2142         `gnus-group-name-to-method' doesn't return any method parameters
2143         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2144         for new groups so they wouldn't work.
2145
2146 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2149         override.
2150
2151 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2152
2153         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2154         probably good to do, or something.  I dunno.  I just write these
2155         ChangeLog entries, and my name is Lars.
2156
2157 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2158
2159         * message.el (message-caesar-region): Use translate-region.
2160
2161 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2162
2163         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2164
2165 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2168         variables, because that makes Emacs flash.
2169
2170         * gnus-group.el (gnus-group-insert-group-line): Don't call
2171         gnus-group-add-icon unconditionally.
2172
2173         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2174
2175         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2176         xmas.
2177         (gnus-group-glyph-directory): Removed.
2178
2179 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2180
2181         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2182         gnus-newsgroup-name is "".
2183
2184 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2185
2186         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2187         in conjunction with MULE-UCS.
2188
2189 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2190
2191         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2192
2193 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * dgnushack.el (last, mapcon, member-if, union): New compiler
2196         macros for emulating cl functions.
2197
2198 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2199
2200         * message.el (message-shorten-references): Only cater to broken
2201         INN for news. This caters for broken smtpd.
2202
2203 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * mailcap.el (mailcap-mime-info): Use the first match; not the
2206         last.
2207
2208         * gnus-agent.el (gnus-category-kill): Save the category list.
2209
2210 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2211
2212         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2213
2214 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2217
2218 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2221
2222 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2223
2224         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2225         (gnus-group-list-cached): Use it.
2226
2227 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus.el: Update all the copyright notices.
2230
2231 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2232
2233         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2234         non-base64 text at the end.
2235
2236 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2239
2240 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * nnheader.el: Don't autoload cancel-function-timers.
2243
2244         * message.el (message-fetch-field): Fold case.
2245
2246 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2247
2248         * message.el (message-forward-before-signature): New variable.
2249
2250 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2251
2252         * gnus-mlspl.el: Fix stuff.
2253
2254 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2257         subjects when unthreaded.
2258
2259 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2260
2261         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2262         well.
2263
2264 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2265
2266         * gnus-art.el (gnus-article-mode): Fix variable name.
2267
2268 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * mm-view.el: Fix autoload.
2271
2272         * flow-fill.el (flow-fill): Fix provide.
2273
2274         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2275         nil.
2276
2277 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2278
2279         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2280
2281 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-util.el (gnus-netrc-machine): Didn't work.
2284
2285 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2286
2287         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2288
2289 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * flow-fill.el: Renamed from fill-flowed.
2292
2293         * message.el (message-forward-ignored-headers): Default to
2294         removing CTE.
2295
2296 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2297
2298         * message.el (message-mode): Don't fill headers.
2299
2300 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * message.el (message-pipe-buffer-body): Use shell
2303
2304 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2305
2306         * nnvirtual.el (nnvirtual-request-article):
2307         Bind gnus-override-method to nil.
2308         (nnvirtual-request-update-mark): Don't update mark when
2309         article is not there.
2310
2311 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2312
2313         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2314
2315 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316
2317         * gnus-util.el (gnus-parse-netrc): Allow "port".
2318         (gnus-netrc-machine): Take a port param.
2319         (gnus-netrc-machine):
2320
2321         * gnus-art.el (gnus-request-article-this-buffer): Allow
2322         re-selecting referenced articles.
2323
2324         * message.el (message-cancel-news): Allow editing.
2325         (message-cancel-message): Add newline.
2326
2327 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2328
2329         * mm-view.el (mm-inline-image-emacs): New function.
2330
2331 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * mail-source.el (mail-source-delete-incoming): Change default in
2334         cvs.
2335
2336 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2337
2338         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2339         function.
2340
2341 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nnml.el (nnml-request-expire-articles): Use it.
2344
2345         * nnmail.el (nnmail-expiry-target): New variable.
2346         (nnmail-expiry-target-group): New function.
2347
2348 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2349
2350         * message.el (message-forward): Add non-MIME separators.
2351
2352 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * message.el (message-generate-headers): Respect the syntax check
2355         spec.
2356
2357         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2358         (gnus-remove-thread): Don't show all threads.
2359
2360 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2361
2362         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2363
2364 2000-04-19  Dave Love  <fx@gnu.org>
2365
2366         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2367
2368 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2369
2370         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2371         (nnwarchive-egroups-*): Ditto.
2372         (nnwarchive-url): Unibyte buffer and single line cookie.
2373
2374 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2375
2376         * mm-util.el (mm-char-or-char-int-p): New alias.
2377         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2378         entities.
2379
2380 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2381
2382         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2383         article case insensitively.
2384
2385 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2386
2387         * mail-source.el (mail-source-fetch-webmail): Use the default
2388         password provided in mail-sources; use webmail:subtype:user as
2389         the key.
2390
2391 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2392
2393         * mail-source.el (mail-source-fetch-webmail): Use
2394         mail-source-password-cache.
2395
2396 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2397
2398         * webmail.el: Add netscape mail and fix HotMail mail.
2399
2400 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2401
2402         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2403
2404 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2405
2406         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2407         RFC822.PEEK if server support IMAP4rev1.
2408         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2409         RFC822.TEXT.PEEK if server support IMAP4rev1.
2410         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2411         RFC822.HEADER if server support IMAP4rev1.
2412         (nnimap-request-article-part): Support bodydetail in response
2413         data.
2414
2415 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2416
2417         * fill-flowed.el: New file.
2418
2419         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2420         text/plain parts with `format' parameters.
2421
2422         * mm-view.el (autoload): Autoload fill-flowed.
2423         (mm-inline-text): For "plain" parts with a format=flowed
2424         parameter, call `fill-flowed'.
2425
2426 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2429         slashdot ids.
2430
2431 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2434         format.
2435
2436 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2437
2438         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2439         `imtest' too.
2440         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2441         (imap-gssapi-program): New variable.
2442         (imap-streams): Add gssapi.
2443         (imap-stream-alist): Ditto.
2444         (imap-authenticators): Ditto.
2445         (imap-authenticator-alist): Ditto.
2446         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2447         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2448         1.6.x `imtest' syntax.
2449         (imap-gssapi-stream-p): New function.
2450         (imap-gssapi-open): Ditto.
2451         (imap-gssapi-auth-p): Ditto.
2452         (imap-gssapi-auth): Ditto.
2453         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2454         (imap-send-command): Use buffer-local `imap-client-eol' value.
2455
2456         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2457         lines and turn TAB into SPC before parsing.
2458
2459 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2460
2461         * nnheader.el (nnheader-group-pathname): Make sure to return a
2462         directory.
2463         * nnmail.el (nnmail-group-pathname): Ditto.
2464
2465 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2466
2467         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2468         might split in the middle of a message-id.
2469
2470 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2473         groups from the server.
2474
2475         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2476         (gnus-summary-toggle-header): Update the wash status.
2477
2478         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2479         Moved here.
2480
2481         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2482         setting.
2483
2484         * nnmail.el (nnmail-get-active): Use it.
2485         (nnmail-parse-active): New function.
2486
2487         * mm-view.el (mm-inline-text): Support the new version of
2488         vcard.el.
2489
2490         * gnus-sum.el (gnus-summary-move-article): Only delete article
2491         when moving junk.
2492         (gnus-deaden-summary): Bury the buffer.
2493
2494         * nnmail.el (nnmail-group-pathname): Ditto.
2495
2496         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2497
2498 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2499
2500         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2501         whether Mule.
2502
2503 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * message.el (message-send-mail): Protect against unloaded Gnus.
2506
2507         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2508         parent.
2509         (gnus-topic-update-topic-line): Yes, do.
2510         (gnus-topic-goto-missing-group): Tally the correct number of
2511         unread articles before inserting the topic line.
2512
2513 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2516
2517 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * mm-decode.el (mm-dissect-buffer): Ditto.
2520
2521         * gnus-art.el (article-decode-charset): Strip CTE.
2522
2523         * ietf-drums.el (ietf-drums-strip): New function.
2524
2525         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2526         when prompting in read-only groups.
2527
2528 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2529
2530         * imap.el (imap-send-command): Change EOL-chars when
2531         `imap-client-eol' differs from default, not only for kerberos4.
2532         (imap-mailbox-status): Get encoded mailbox's status.
2533
2534 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2535
2536         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2537         into `mail-source-password-cache'.
2538
2539 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2540
2541         * mm-util.el (mm-mime-charset): Check for presence of
2542         `coding-system-get' and `get-charset-property' (recent XEmacs has
2543         the former, but not the latter).
2544
2545 2000-01-28  Dave Love  <fx@gnu.org>
2546
2547         * message.el (message-check-news-header-syntax): Fix typo
2548         `newsgroyps'.
2549         (message-talkative-question): Put temp buffer in fundamental-mode.
2550         (message-recover): Use fundamental-mode in the right buffer.
2551
2552         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2553         right buffer.
2554
2555 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2556
2557         * qp.el (quoted-printable-decode-region): Add charset parameter.
2558         (quoted-printable-decode-string): Ditto.
2559
2560         * gnus-art.el (article-de-quoted-unreadable): Use it.
2561
2562 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2563
2564         * nnimap.el (nnimap-split-predicate): New variable.
2565         (nnimap-split-articles): Use it.
2566
2567 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2568
2569         * utf7.el: Change email address.
2570
2571 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * gnus-group.el (gnus-group-catchup): Purge split history.
2574
2575 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2576
2577         * nnmail.el (nnmail-generate-active): Support extended group name.
2578         (nnmail-get-active): Ditto.
2579
2580 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2581
2582         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2583         group names, don't remove anything.
2584
2585 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2586
2587         * webmail.el (webmail-my-deja-open): My-deja changes.
2588
2589 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2590
2591         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2592
2593 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2594
2595         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2596
2597 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2598
2599         * gnus.el (gnus-other-frame): Fix typo.
2600
2601 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2602
2603         * gnus-cus.el (gnus-group-customize): Fix typo.
2604
2605 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * nnweb.el (nnweb-insert): Simplified.
2608
2609 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * gnus-art.el (gnus-article-mode-map): "e" is
2612         gnus-summary-edit-article.
2613
2614 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2615
2616         * mailcap.el (mailcap-mime-extensions): Add .diff.
2617
2618 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2619
2620         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2621         there is no "%s" in the method.
2622
2623 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2624
2625         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2626
2627 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2630
2631         * gnus.el: Really always pop up a new frame.
2632
2633         * parse-time.el (parse-time-rules): Allow 100-110 to be
2634         2000-2010.
2635
2636         * time-date.el (date-to-time): Don't use timezone.
2637
2638 2000-01-06  Dave Love  <fx@gnu.org>
2639
2640         * time-date.el: Add keywords.
2641         (date-to-time): Add autoload cookie.  Canonicalize with
2642         timezone-make-date-arpa-standard.
2643         (time-to-seconds): Avoid caddr.
2644         (safe-date-to-time): Add autoload cookie.
2645
2646         * base64.el: Require cl when compiling.
2647
2648 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2649
2650         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2651         eyecandy.
2652         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2653         group line using gnus-group-add-icon.
2654         (gnus-group-icons): Added customize group.
2655         (gnus-group-icon-list): Added variable.
2656         (gnus-group-glyph-directory): Added variable.
2657         (gnus-group-icon-cache): Added variable.
2658         (gnus-group-running-xemacs): Added variable.
2659         (gnus-group-add-icon): Added function. Add an icon to the current
2660         line according to gnus-group-icon-list.
2661         (gnus-group-icon-create-glyph): Added function.
2662
2663 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * gnus-sum.el (gnus-summary-select-article): Return whether we
2666         selected something new.
2667         (gnus-summary-search-article): Start searching at the window
2668         point.
2669
2670         * gnus-group.el (gnus-fetch-group): Complete over
2671         gnus-active-hashtb.
2672
2673 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2674
2675         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2676
2677 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus-sum.el (gnus-preserve-marks): New variable.
2680         (gnus-summary-move-article): Use it.
2681         (gnus-group-charset-alist): Added more entries.
2682
2683 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2686
2687         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2688         as the default score.
2689
2690         * gnus-score.el (gnus-score-delta-default): Changed name.
2691
2692 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2693
2694         * imap.el (imap-parse-literal):
2695         (imap-parse-flag-list): Don't care about props.
2696         (imap-parse-string): Handle quoted characters.
2697
2698 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2701         (gnus-summary-mark-article): Doc fix.
2702         (gnus-summary-mark-forward): Doc fix.
2703         (t): Changed keystroke for gnus-summary-customize-parameters.
2704
2705         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2706         "e".
2707         (gnus-article-mode-map): No, don't.
2708
2709         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2710         of the final article.
2711
2712         * mm-decode.el (mm-interactively-view-part): Error on no method.
2713
2714 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2715
2716         * gnus-score.el (gnus-score-insert-help): Something.
2717
2718         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2719
2720         * gnus-win.el (gnus-configure-frame): Ditto.
2721
2722         * gnus-mh.el (gnus-summary-save-in-folder): Use
2723         with-current-buffer.
2724
2725 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * nnwarchive.el: Changed file perms.
2728
2729 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * gnus-group.el (gnus-group-delete-groups): New command.
2732         (gnus-group-delete-group): Extra no-prompt parameters.
2733
2734 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2737         <p>.
2738
2739 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2740
2741         * webmail.el (webmail-hotmail-article): Don't insert message id.
2742
2743 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2744
2745         * nnimap.el (nnimap-split-fancy): New variable.
2746         (nnimap-split-fancy): New function.
2747
2748 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2749
2750         (nnimap-split-rule): Document symbol value.
2751
2752 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2753
2754         * nnimap.el (nnimap-retrieve-headers-progress): Let
2755         `nnheader-parse-head' parse article.
2756         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2757         request headers needed by `nnheader-parse-head'.
2758
2759 1999-12-23  Florian Weimer  <fw@s.netic.de>
2760
2761         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2762         value (crosspostings are handled), improve documentation.
2763
2764         * smiley.el: Declare file coding system as iso-8859-1.
2765
2766         * nnultimate.el: Dito.
2767
2768         * message.el: Dito.
2769
2770         * gnus-cite.el: Dito.
2771
2772         * gnus-spec.el: Dito.
2773
2774 1999-12-21  Florian Weimer  <fw@s.netic.de>
2775
2776         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2777         (gnus-setup-message): No longer make `message-posting-charset'
2778         buffer-local.
2779         (gnus-setup-posting-charset): Reflect the new layout of
2780         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2781
2782         * message.el (message-send-mail): Bind `message-this-is-mail' and
2783         `message-posting-charset'.
2784         (message-send-news): Dito, and honour new layout of
2785         `message-posting-charset'.
2786         (message-encode-message-body): Ignore `message-posting-charset'.
2787
2788         * mm-bodies.el (mm-body-encoding): Consider
2789         `message-posting-charset' when deciding whether to use 8bit.
2790
2791         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2792         (rfc2047-encodable-p): Now solely for headers; use
2793         `message-posting-charset'.
2794
2795 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2796
2797         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2798
2799 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2800
2801         * nnagent.el (nnagent-server-opened): Optional.
2802         (nnagent-status-message): Optional.
2803
2804 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2805
2806         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2807         end (referenced by instructions in
2808         `gnus-cited-opened-text-button-line-format-alist').
2809
2810 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2811
2812         * imap.el (imap-starttls-open): Typo.
2813
2814 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2815
2816         * mm-util.el (mm-charset-after): Non-MULE case.
2817         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2818         * rfc2047.el (rfc2047-dissect-region): Bind it.
2819
2820 1999-12-18  Florian Weimer  <fw@s.netic.de>
2821
2822         * mml.el (mml-generate-multipart-alist): Correct default value.
2823
2824         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2825         (mm-safer-encoding): New function.
2826         (mm-content-transfer-encoding): Use both.
2827
2828         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2829         * qp.el (quoted-printable-encode-region): Dito.
2830
2831 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2832
2833         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2834
2835 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2836
2837         * webmail.el (webmail-hotmail-list): raw=0.
2838
2839 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2840
2841         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2842         group name.
2843
2844 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2845
2846         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2847
2848 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2849
2850         * imap.el: Don't autoload digest-md5.
2851         (imap-starttls-open): Bind coding-system-for-{read,write}.
2852         (imap-starttls-p): Check if we can find starttls.el.
2853         (imap-digest-md5-p): Check if we can find digest-md5.el.
2854
2855 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2856
2857         * base64.el (base64-encode-string): Accept 2nd argument
2858         `no-line-break'.
2859
2860         * imap.el: Require `digest-md5' when compiling; add autoload
2861         settings for `digest-md5-parse-digest-challenge',
2862         `digest-md5-digest-response', `starttls-open-stream' and
2863         `starttls-negotiate'.
2864         (imap-authenticators): Add `digest-md5'.
2865         (imap-authenticator-alist): Setup for `digest-md5'.
2866         (imap-digest-md5-p): New function.
2867         (imap-digest-md5-auth): New function.
2868         (imap-stream-alist): Add STARTTLS entry.
2869         (imap-starttls-p): New function.
2870         (imap-starttls-open): New function.
2871
2872 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2873
2874         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2875
2876 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2877
2878         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2879         string-to-x function.
2880
2881 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2882
2883         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2884
2885 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2886
2887         * webmail.el: Enhance hotmail-snarf.
2888
2889 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2890
2891         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2892
2893 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2894
2895         * webmail.el (webmail-hotmail-list): Search no-error.
2896
2897 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2898
2899         * nnwarchive.el: Support nov-is-evil.
2900         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2901         Set it if non-nil.
2902         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2903
2904 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2905
2906         * nnagent.el (nnagent-server-opened): Redefine.
2907         (nnagent-status-message): Ditto.
2908
2909 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2910
2911         * rfc1843.el (rfc1843-decode-region): Use
2912         buffer-substring-no-properties.
2913         * gnus-art.el (article-decode-HZ): New function.
2914
2915 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2916
2917         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2918
2919 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2920
2921         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2922         MIME charset not a MULE charset.
2923
2924 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2925
2926         * gnus-ems.el: Translate more ugly characters.
2927         * nnheader.el (nnheader-translate-file-chars): Don't translate
2928         the second ':'.
2929
2930 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2931
2932         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2933         method if cannot find the article.
2934
2935 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2936
2937         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2938         method if overrided.
2939
2940 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2941
2942         * mail-source.el (mail-source-fetch-webmail): Parameter
2943         dontexpunge.
2944
2945 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2946
2947         * webmail.el: Support my-deja. Better error report.
2948
2949 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2950
2951         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2952         is bad.
2953         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2954         is not 1.
2955
2956 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2957
2958         * nnslashdot.el (nnslashdot-request-article): A space.
2959
2960 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2961
2962         * nnagent.el: Support different backend with same name.
2963
2964 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2965
2966         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2967         archived group.
2968         (nnslashdot-sane-retrieve-headers): Ditto.
2969         (nnslashdot-request-article): Ditto.
2970
2971 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2972
2973         * nnweb.el (nnweb-insert): Narrow to point.
2974
2975 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2976
2977         * nnweb.el (nnweb-insert): Follow refresh url.
2978         * nnslashdot.el: Use it.
2979
2980 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2981
2982         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2983         (nnweb-decode-entities-string): New function.
2984
2985         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2986         nnweb-* and move to nnweb.el.
2987         * nnwarchive.el: Use nnweb-decode-entities, etc.
2988         * webmail.el: Ditto.
2989
2990         * nnslashdot.el: Use nnweb-decode-entities-string.
2991         (nnslashdot-decode-entities): Remove.
2992
2993 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2994
2995         * nnslashdot.el: Decode entities.
2996
2997 1999-12-12  Dave Love  <fx@gnu.org>
2998
2999         * gnus-agent.el (gnus-category-edit-groups)
3000         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
3001         expansion of setf, fixed.
3002
3003 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
3004
3005         * gnus-agent.el: Revoke last Dave Love's patch, because of
3006         incompatibility of XEmacs.
3007
3008 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3009
3010         * mm-uu.el: Change headers.
3011         * rfc1843.el: Ditto.
3012         * uudecode.el: Ditto.
3013
3014 1999-12-07  Dave Love  <fx@gnu.org>
3015
3016         * gnus-agent.el (gnus-category-edit-predicate)
3017         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
3018         inside backquote to avoid it at runtime.
3019
3020 1999-12-07  Dave Love  <fx@gnu.org>
3021
3022         * binhex.el: Require cl when compiling.
3023
3024 1999-12-04  Dave Love  <fx@gnu.org>
3025
3026         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
3027
3028 1999-12-04  Dave Love  <fx@gnu.org>
3029
3030         * mm-util.el (mm-delete-duplicates): New function.
3031         (mm-write-region): Use it.
3032
3033         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
3034
3035         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
3036         mm-delete-duplicates.
3037
3038         * imap.el (imap-open, imap-debug): Avoid mapc.
3039
3040         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
3041
3042         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
3043         (gnus-multi-decode-encoded-word-string): Avoid mapc.
3044
3045         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
3046         runtime.
3047
3048         * gnus.el (gnus-select-method): Likewise.
3049
3050         * nnheader.el (nnheader-nov-read-integer): Likewise.
3051
3052         * mm-view.el (mm-inline-message): Require cl when compiling.
3053         Avoid ignore-errors at runtime.
3054         (mm-inline-text): Avoid mapc.
3055
3056 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
3057
3058         * gnus-art.el (article-decode-charset): Widen is bad.
3059
3060 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3061
3062         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
3063
3064 1999-12-12  Florian Weimer  <fw@s.netic.de>
3065
3066         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
3067         indicate that only US-ASCII is permitted.
3068         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
3069         use unencoded 8-bit characters in message headers.
3070
3071 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3072
3073         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
3074         CRLF.
3075
3076 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3077
3078         * webmail.el: Require url-cookie.
3079
3080 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3081
3082         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3083         new function to make modified caesar table.
3084         (nnwarchive-from-r13): Use it.
3085         (nnwarchive-mail-archive-article): Improved.
3086
3087 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3088
3089         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3090
3091 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3092
3093         * nnweb.el (nnweb-request-article): Return cons.
3094
3095 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3096
3097         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3098
3099 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3100
3101         * mm-util.el (mm-with-unibyte): New macro.
3102         * nnweb.el (nnweb-init): Use it.
3103
3104 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3105
3106         * mm-util.el (mm-charset-after): New function.
3107         (mm-find-mime-charset-region): Set charsets after
3108         delete-duplicates and use find-coding-systems-region.
3109         (mm-find-charset-region): Remove composition.
3110
3111         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3112
3113         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3114
3115 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3116
3117         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3118         * mml.el (mml-confirmation-set): New variable.
3119         (mml-parse-1): Ask user to confirm.
3120
3121 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3122
3123         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3124         are scanned when we have directory mail-sources (the mail source
3125         is modified in that case, so we must scan it for all
3126         groups/methods).
3127
3128 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3129
3130         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3131         and nnml-article-file-alist.
3132
3133 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3134
3135         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3136         nnmail-fetched-sources.
3137
3138 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3139
3140         * mm-util.el (mm-find-charset-region): Use the last charset.
3141
3142 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3143
3144         * gnus.el (gnus-select-method): Made the option list prettier.
3145
3146 1999-12-08  Florian Weimer  <fw@s.netic.de>
3147
3148         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3149         for the `de' newsgroups hierarchy, as it is common practice there.
3150
3151
3152 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3153
3154         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3155         buffer-string arguments. Fix references.
3156
3157 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3158
3159         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3160         (gnus-agent-batch-fetch): Use it.
3161         (gnus-agent-fetch-session): Use it.
3162
3163 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3164
3165         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3166
3167 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3168
3169         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3170         nil.
3171
3172 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3173
3174         * nnslashdot.el (nnslashdot-request-list): There were two
3175         top-level body-forms.  Put a `progn' around them.
3176
3177         * gnus.el (gnus-select-method): Use `condition-case'
3178         instead of `ignore-errors', since cl may not be loaded when the
3179         form is evaluated.
3180
3181 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3182
3183         * nnwarchive.el: Support www.mail-archive.com.
3184
3185 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3186
3187         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3188         do anything.
3189
3190 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3191
3192         * utf7.el: New file, written by Jon K Hellan.
3193
3194         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3195         default to t.
3196
3197 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3200
3201         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3202         current.
3203         (gnus-refer-article-methods): New function.
3204         (gnus-summary-refer-article): Use it.
3205
3206 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3207
3208         * nnimap.el (nnimap-retrieve-groups): Return active format.
3209
3210         * nnimap.el (nnimap-replace-in-string): Removed.
3211         (nnimap-request-list):
3212         (nnimap-retrieve-groups):
3213         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3214
3215 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3216
3217         * imap.el: Use format-spec for ssl program.
3218         * imap.el (imap-ssl-arguments): Removed.
3219         (imap-ssl-open-{1,2}): Removed.
3220
3221 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3222
3223         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3224         instead of `ignore-errors', since cl may not be loaded when the
3225         form is evaluated.
3226
3227 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3228
3229         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3230         (mm-7bit-chars): New variable.
3231         (mm-body-7-or-8): Use it in both cases.
3232
3233 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3234
3235         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3236           defcustom definitions.
3237
3238 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3239
3240         * mm-decode.el (mm-display-part): Let mm-display-external return
3241         inline or external.
3242         (mm-display-external): For copiousoutput methods, insert output in
3243         buffer.
3244
3245 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3246
3247         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3248         buffer.
3249
3250 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-audio.el: An M too far.
3253
3254         * gnus-msg.el (gnus-setup-message): One backtick too many.
3255
3256         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3257         a function, not a variable.
3258
3259 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3260
3261         * gnus-score.el (gnus-score-body): Widen before requesting.
3262
3263 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3266
3267 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3268
3269         * mail-source.el (mail-source-fetch-webmail): Bind
3270         mail-source-string.
3271
3272 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3273
3274         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3275         (gnus-uu-unmark-by-regexp): Ditto.
3276
3277         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3278         dead groups.
3279
3280 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3283         do their real thing.
3284
3285         * nnmh.el (nnmh-be-safe): Doc fix.
3286
3287         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3288
3289         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3290         status line has arrived before we count it.
3291
3292         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3293
3294         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3295         Whitespace problems.
3296
3297         * gnus-win.el (gnus-configure-windows): Error fix.
3298
3299         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3300         right function.
3301
3302         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3303         Indent all functions.  Fix all comments to match the comment
3304         conventions.  Double-space after full stop.
3305
3306 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3307
3308         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3309         value to divide received mails into my favorite groups and I met
3310         an error.  It takes place if the length of a element "VALUE" in
3311         nnmail-split-fancy is less than two.
3312
3313 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3314
3315         * mml.el (mml-insert-part): New function.
3316
3317 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * lpath.el: Add `sc-cite-regexp'.
3320
3321 1999-12-02  Dave Love  <fx@gnu.org>
3322
3323         * mm-decode.el: Customize.
3324
3325 1999-12-03  Dave Love  <fx@gnu.org>
3326
3327         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3328         the W3 stuff isn't available.
3329
3330 1999-12-03  Dave Love  <fx@gnu.org>
3331
3332         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3333         at runtime.
3334
3335 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3336
3337         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3338
3339 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3340
3341         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3342         don't be fooled by "From nobody" lines added by respooling.
3343
3344         * pop3.el (pop3-movemail): Write crashbox in binary.
3345         (pop3-get-message-count): New function.
3346
3347         * mail-source.el (mail-source-primary-source): New variable.
3348         (mail-source-report-new-mail-interval): New variable.
3349         (mail-source-idle-time-delay): New variable.
3350         (mail-source-new-mail-available): New internal variable.
3351         (mail-source-fetch-pop): Clear new mail flag, when mail from
3352         primary source has been fetched.
3353         (mail-source-check-pop): New function.
3354         (mail-source-new-mail-p): New function.
3355         (mail-source-start-idle-timer): New function.
3356         (mail-source-report-new-mail): New function.
3357         (mail-source-report-new-mail): New internal variable.
3358         (mail-source-report-new-mail-timer): New internal variable.
3359         (mail-source-report-new-mail-idle-timer): New internal variables.
3360
3361 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3362
3363         * gnus-cus.el (gnus-group-customize): Customize fix.
3364
3365 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3366
3367         * message.el (message-send-mail-with-sendmail): Use
3368         message-make-address.
3369
3370 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3371
3372         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3373
3374 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3375
3376         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3377
3378 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3379
3380         * mml.el (mml-insert-tag): Don't close the tag.
3381         (mml-insert-empty-tag): New function.
3382         (mml-attach-file): Use mml-insert-empty-tag instead of
3383         mml-insert-tag.
3384         (mml-attach-buffer): Ditto.
3385         (mml-attach-external): Ditto.
3386         (mml-insert-multipart): Ditto.
3387
3388 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3389
3390         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3391         the article number.
3392
3393 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3394
3395         * gnus.el (gnus-find-method-for-group): The method of a new group
3396         is not the native one.
3397
3398 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3401
3402 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * nnultimate.el (nnultimate-retrieve-headers): Use
3405         mm-with-unibyte-current-buffer.
3406         (nnultimate-request-article): Ditto.
3407
3408 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3409
3410         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3411
3412 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3413
3414         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3415         * nnweb.el (nnweb-retrieve-headers): Use it.
3416         (nnweb-request-article): Use it.
3417
3418         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3419         case matching failed.
3420
3421 1999-12-02  John Wiegley <jwiegley@inprise.com>
3422
3423         * mail-source.el (mail-source-keyword-map): Add backslash to
3424         Delete-flag.
3425
3426 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3429         Latin-1.
3430         (gnus-group-charset-alist): No, don't.
3431
3432         * nnweb.el (nnweb-init): Make the buffer unibyte.
3433
3434 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3435
3436         * mail-source.el (mail-source-set-common-1): Fix to get the
3437         default value.
3438
3439 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3440
3441         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3442
3443         * nnultimate.el (nnultimate-request-list): Use unibyte.
3444
3445         * gnus-uu.el (gnus-uu-grab-articles): Bind
3446         gnus-display-mime-function to nil.
3447
3448         * message.el (message-send-mail-with-sendmail): Use the
3449         user-mail-address variable.
3450
3451         * gnus-art.el (gnus-ignored-headers): More headers.
3452
3453         * message.el (message-shorten-1): Use list.
3454
3455 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3458         signatures.
3459
3460         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3461         (nnweb-dejanews-create-mapping): Do the properish date.
3462
3463 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3464
3465         * mail-source.el (mail-source-common-keyword-map): New variable.
3466         (mail-source-bind-common): New macro.
3467         (mail-source-fetch): Support plugged mail source.
3468         * gnus-int.el (gnus-request-scan): Use them.
3469
3470 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * mm-view.el (mm-inline-message): Check whether charset is a
3473         string.
3474
3475         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3476
3477         * message.el (message-mode-map): Changed keystroke for
3478         message-yank-buffer.
3479
3480 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3481
3482         * message.el (message-shorten-references): Cut references to 31
3483         elements, then either fold them or shorten them to 988 characters.
3484         (message-shorten-1): New function.
3485         (message-cater-to-broken-inn): New variable.
3486
3487 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3488
3489         * nnslashdot.el (nnslashdot-lose): New function.
3490
3491 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * mm-view.el (mm-inline-message): Not the right type of charset is
3494         being fetched here.  Let the group charset rule.
3495         (mm-inline-message): Ignore us-ascii.
3496
3497 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3498
3499         * mail-source.el (mail-source-fetch-maildir): work around the
3500         ommitted "file-regular-p" in efs/ange-ftp
3501
3502 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3505         (mml-generate-mime-1): Use the encoding param.
3506
3507         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3508
3509         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3510         gnus-art before binding its variables.
3511
3512         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3513         after the MIME.
3514
3515 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3516
3517         * message.el (message-clone-locals): Use it.
3518
3519         * gnus-msg.el (gnus-configure-posting-styles): Make
3520         user-mail-address local.
3521
3522 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3523
3524         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3525         once.
3526
3527 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3530         (message-clone-locals): Ditto.
3531
3532         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3533         group inherit reply-to or from.
3534
3535 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3536
3537         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3538         for charset.
3539         (gnus-summary-show-article-charset-alist): New variable.
3540
3541         * mm-bodies.el (mm-decode-string): Support gnus-all and
3542         gnus-unknown.
3543         (mm-decode-body): Ditto.
3544         * rfc2047.el (rfc2047-decode): Ditto.
3545
3546 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * mail-source.el (mail-source-delete-incoming): Change default to
3549         t.
3550
3551 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3552
3553         * gnus.el: Pterodactyl Gnus v0.99 is released.
3554
3555 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3558
3559         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3560         spec.
3561
3562         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3563         (gnus-configure-posting-styles): No, don't.
3564         (gnus-configure-posting-styles): Allow overriding files.
3565
3566         * gnus-art.el (gnus-header-button-alist): Use browse-url
3567         directly.
3568
3569         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3570
3571         * gnus-msg.el (gnus-summary-yank-message): New command and
3572         keystroke.
3573
3574         * message.el (message-yank-buffer): New command.
3575         (message-buffers): New function.
3576
3577         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3578         next group in a more normal fasion.
3579
3580         * mml.el (mml-boundary-function): New variable.
3581         (mml-compute-boundary): Use it.
3582
3583         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3584         that exist for them.
3585
3586         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3587         (gnus-async-timer): New variable.
3588
3589 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * nnultimate.el (nnultimate-request-list): Be more lenient with
3592         root addresses.
3593
3594 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * gnus-art.el (gnus-treatment-function-alist): Do
3597         gnus-treat-capitalize-sentences.
3598
3599 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3600
3601         * webmail.el (webmail-hotmail-article): Hotmail changes the
3602         format.
3603
3604 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3605
3606         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3607         switch to buffer after calling program.
3608         (mm-display-external): Use `shell-command-switch' instead of "-c".
3609
3610 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3613         read groups file.
3614
3615         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3616         <p>.
3617
3618 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * message.el (message-mode): Doc fix.
3621
3622 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3623
3624         * gnus-art.el (article-emphasize): Check group variable.
3625         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3626
3627 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3628
3629         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3630         type.
3631
3632 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3633
3634         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3635
3636 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3637
3638         * mml.el (mml-quote-region): Insert ! after the hash.
3639
3640 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3641
3642         * gnus-group.el (gnus-group-warchive-address-history): Change to
3643         nil.
3644
3645 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3646
3647         * webmail.el: Support mail.yahoo.com.
3648
3649         * mail-source.el (mail-source-fetch-webmail): Add password check.
3650         (mail-source-keyword-map): Use `subtype'.
3651
3652 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3653
3654         * mail-source.el (mail-source-keyword-map): Add webmail.
3655         (mail-source-fetcher-alist): Ditto.
3656         (mail-source-fetch-webmail): New function.
3657         * webmail.el: New file.
3658
3659 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3660
3661         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3662
3663 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3664
3665         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3666
3667 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3670         (nnultimate-prune-days): New function.
3671         (nnultimate-create-mapping): Use it.
3672         (nnultimate-request-group): Only fetch the groups list if it has
3673         not been done before.
3674         (nnultimate-retrieve-headers): Don't write groups.
3675         (nnultimate-create-mapping): Off-by-one error.
3676
3677 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3680         threaded subjects.
3681
3682 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3683
3684         * nnwarchive.el: Lots of changes make agent happy.
3685
3686 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3687
3688         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3689         hashtb.
3690
3691 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3692
3693         * mm-decode.el (mm-display-external): Write region with binary
3694         mode.
3695
3696 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3697
3698         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3699
3700 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3701
3702         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3703         (mm-uu-test): Now it is in restricted region.
3704
3705         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3706
3707         * mm-view.el (mm-view-message): Fix buffer leak.
3708         (mm-inline-message): Support 'gnus-decoded.
3709
3710         * mm-bodies.el (mm-decode-body): Ditto.
3711
3712         * rfc2047.el (rfc2047-decode-region): Ditto.
3713
3714 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3715
3716         * imap.el (require): Added autoload for base64-encode-string.
3717
3718 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3719
3720         * gnus.el (gnus-refer-article-method): Made list value
3721         customizable.
3722
3723 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3724
3725         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3726         NOFORCE in Emacs case.
3727
3728 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3729
3730         * gnus-art.el (gnus-request-article-this-buffer): Set
3731         gnus-newsgroup-name.
3732
3733 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3734
3735         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3736         NOFORCE.
3737
3738 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3739
3740         * gnus-start.el (gnus-get-unread-articles): Check server before
3741         scanning.
3742
3743 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3746
3747         * nnslashdot.el (nnslashdot-login-name): New variable.
3748         (nnslashdot-password): Ditto.
3749         (nnslashdot-request-post): New function.
3750
3751         * gnus-art.el (gnus-treat-buttonize): More testing.
3752
3753         * mm-encode.el: Another CVS test.
3754
3755         * gnus-art.el (gnus-treat-emphasize): Change default.
3756         (gnus-treat-buttonize): Ditto.
3757         (gnus-treat-buttonize): This is a test.
3758
3759         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3760         (gnus-build-sparse-threads): Ditto.
3761         (gnus-build-all-threads): Ditto.
3762
3763         * nnheader.el (make-full-mail-header): Make into a subst.
3764
3765         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3766         unless w3 is supplied.
3767
3768         * gnus.el (gnus-refer-article-method): Doc fix.
3769
3770         * gnus-sum.el: Do not accept a prefix.
3771         (gnus-summary-refer-article): Accept a list of select methods.
3772
3773 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3774
3775         * Makefile.in: Change `^  *' to `\t'.
3776
3777 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3778
3779         * message.el (message-forward): Pay attention to prefix argument
3780         again and forward all headers when it is set, regardless of the
3781         value of message-forward-ignored-headers.
3782
3783 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3784
3785         * dgnushack.el (dgnushack-compile): Vpath file.
3786
3787         * Makefile.in (SHELL): VPATH support.
3788
3789 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * gnus-ems.el: Check for cygwin32.
3792
3793 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3794
3795         * mm-decode.el (mm-display-external): Use 'non-viewer.
3796
3797 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3798
3799         * base64.el (base64-encode-string): An alias for base64-encode for
3800         compatibility.
3801
3802 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3803
3804         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3805         nntp-inhibit-erase.
3806
3807 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3808
3809         * gnus-start.el (gnus-get-unread-articles): Use
3810         nnfoo-retrieve-groups to find new news, if available.
3811         (gnus-read-active-file-2): New function.
3812         (gnus-get-unread-articles): Use it.
3813         (gnus-read-active-file-1): Ditto.
3814
3815 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * mm-util.el (mm-find-mime-charset-region): Make sure
3818         find-coding-systems-for-charsets is fbound.
3819
3820         * gnus-ems.el: Typo fix.
3821
3822 1999-11-13  Florian Weimer  <fw@s.netic.de>
3823
3824         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3825         it's available and makes sense.
3826
3827 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3828
3829         * gnus-score.el (gnus-score-save): Translate score file.
3830
3831 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3832
3833         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3834         added fetchflag and dontexpunge keywords.
3835         (mail-source-fetch-imap): Use them.
3836
3837 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3838
3839         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3840         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3841         `defconst'.
3842
3843         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3844         `defconst'.
3845         Mention that it is both for group and topic parameters.
3846         (gnus-extra-topic-parameters): New constant, including `subscribe'
3847         parameter.
3848         (gnus-extra-group-parameters): New constant.
3849         (gnus-group-customize): Use them.
3850
3851         * gnus.el (gnus-select-method): Added default value and tag.
3852         (gnus-refer-article-method): Added `DejaNews' customization option.
3853
3854 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3857
3858         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3859         syntax.
3860
3861         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3862
3863         * nnslashdot.el (nnslashdot-group-number): Changed default.
3864
3865         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3866         (nnweb-dejanews-wash-article): Removed.
3867         (nnweb-type-definition): Fetch by id.
3868
3869         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3870         we mean it.
3871
3872         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3873         (nnslashdot-request-list): Use Ultramode as well.
3874         (nnslashdot-date-to-date): Be more lenient.
3875         (nnslashdot-threaded): New function.
3876
3877 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3878
3879         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3880
3881 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3882
3883         * nnweb.el (nnweb-type-definition): /=dnc
3884
3885 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886
3887         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3888         dates.
3889         (nnultimate-retrieve-headers): Wrong ordering.
3890
3891 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3892
3893         * message.el (message-forward-as-mime): New variable.
3894
3895 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3898
3899 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3900
3901         * mail-source.el (mail-source-movemail-and-remove): New function.
3902         (mail-source-keyword-map): Add `function' for `maildir'.
3903         (mail-source-fetch-maildir): Use it.
3904
3905 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3906
3907         * nnwarchive.el: New file.
3908         * gnus-group.el (gnus-group-make-warchive-group): New function.
3909         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3910
3911 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3914         subjects.
3915
3916 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3917
3918         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3919
3920 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921
3922         * nnultimate.el (nnultimate-open-server): Do address.
3923         (nnultimate-forum-table-p): New function.
3924
3925         * nnweb.el (nnweb-insert-html): Renamed.
3926         (nnweb-insert): New function.
3927
3928         * nnultimate.el (nnultimate-insert-html): New function.
3929
3930         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3931         if nov is evil.
3932         (nnslashdot-retrieve-headers): use the sane version instead.
3933
3934 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * nnslashdot.el (nnslashdot-request-article): Fold case.
3937
3938         * nnultimate.el: New file.
3939
3940         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3941         unless wanted.
3942
3943         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3944         (gnus-read-active-file-1): Separated into own function.
3945         (gnus-read-active-file): Catch quits.
3946
3947         * nnslashdot.el (nnslashdot-request-article): Search better on
3948         first article.
3949         (nnslashdot-request-list): Fold case.
3950         (nnslashdot-retrieve-headers): Ditto.
3951
3952 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * gnus.el: Autoload gnus-subscribe-topics.
3955
3956 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3957
3958         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3959         before dot.
3960         * gnus-util.el (gnus-write-active-file): Ditto.
3961
3962 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3963
3964         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3965         function.
3966         * gnus-cache.el (gnus-cache-file-name): Use it.
3967         * gnus-agent.el (gnus-agent-group-path): Use it.
3968         * nnmail.el (nnmail-group-pathname): Use it.
3969
3970 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3971
3972         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3973         if cooked.
3974         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3975         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3976         * gnus.el (gnus-short-group-name): "..." proof.
3977
3978 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3979
3980         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3981         support nnslashdot.
3982
3983 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3986         many articles.
3987         (nnslashdot-generate-active): New function.
3988         (nnslashdot-request-newgroups): Use it.
3989
3990         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3991         names.
3992
3993         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3994         (nnslashdot-request-list): Not moderated.
3995
3996 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3997
3998         * nnimap.el (nnimap-open-server): Remove error signal if
3999         nnimap-server-buffer is nil (the check should've been `boundp').
4000
4001         * imap.el (imap-log):
4002         * nnimap.el (nnimap-debug): Disable debugging by default.
4003
4004 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
4007
4008         * gnus-topic.el (gnus-subscribe-topic): New function.
4009
4010         * nnslashdot.el (nnslashdot-request-list): Give out extended group
4011         names.
4012
4013         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
4014         if starting with a quote.
4015
4016 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4017
4018         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
4019         group name.
4020
4021 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * nnslashdot.el: New file.
4024
4025         * nnheader.el (nnheader-insert-header): New function.
4026
4027         * gnus-art.el (gnus-mime-internalize-part): Bind
4028         mm-inlined-types.
4029
4030         * nndraft.el (nndraft-request-expire-articles): Do all the backup
4031         files.
4032
4033 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4034
4035         * emacs-mime.texi (Customization): Document mm-inline-override-types
4036
4037 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4038
4039         * emacs-mime.texi (Customization): Document mm-inline-override-types
4040
4041 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4042
4043         * emacs-mime.texi (Customization): Document mm-inline-override-types
4044
4045 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
4046
4047         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
4048         (smiley-toggle-buffer): New function.
4049         (smiley-buffer): Don't quote the function.
4050         (smiley-toggle-extents): Ditto.
4051
4052 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
4055         empty buffers.
4056
4057 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * gnus-art.el (gnus-article-mode-map): Use the summary article
4060         edit.
4061
4062 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
4063
4064         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
4065
4066 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
4069
4070 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
4071
4072         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
4073         is list or not before condition.
4074
4075 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4076
4077         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
4078
4079 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
4080
4081         * gnus-art.el (gnus-emphasis-alist): New value.
4082
4083 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4084
4085         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4086         `buffer-substring'.
4087
4088 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089
4090         * gnus-art.el (article-date-ut): Keep the updated timer.
4091         (gnus-emphasis-underline-italic): Doc fix.
4092
4093         * gnus-msg.el (gnus-post-method): Doc fix.
4094         (gnus-post-method): Change default.
4095
4096 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4097
4098         * message.el (message-newline-and-reformat): Improvements.
4099
4100 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * message.el (message-newline-and-reformat): Don't insert too many
4103         newlines.
4104         (message-newline-and-reformat): Work even if not sc.
4105
4106         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4107
4108         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4109
4110 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4111
4112         * mm-view.el (mm-display-patch-inline): New function.
4113
4114 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4115
4116         * mm-view.el (mm-display-patch-inline): New function.
4117
4118 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4119
4120         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4121         group.
4122
4123         * message.el (message-forward): Narrow to the right header.
4124
4125         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4126         dates.
4127
4128         * gnus-msg.el (gnus-configure-posting-styles): Use the
4129         user-full-name function.
4130
4131         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4132         (mm-body-charset-encoding-alist): Default to nil.
4133
4134         * message.el (message-elide-ellipsis): Fix typo.
4135         (message-elide-region): Ditto.
4136         (message-elide-region): Don't insert a newline first.
4137
4138 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4141         gnus-fetch-old-headers.
4142         (gnus-cut-threads): Ditto.
4143         (gnus-summary-initial-limit): Ditto.
4144         (gnus-summary-limit-children): Ditto.
4145
4146         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4147         matches.
4148
4149 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4150
4151         * gnus-art.el (article-decode-encoded-words):
4152         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4153         live.
4154
4155         * gnus.el (gnus-read-method): Add methods from
4156         `gnus-opened-servers' to completion. Map entered method/address
4157         into existing methods if possible.
4158
4159         * gnus-group.el (gnus-group-make-group): Simplify method.
4160
4161         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4162
4163         * mml.el (mml-preview): Remove mail-header-separator before
4164         encoding.
4165
4166 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * message.el (message-read-from-minibuffer): New function.
4169
4170 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4171
4172         * gnus.el: Pterodactyl Gnus v0.98 is released.
4173
4174 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4175
4176         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4177
4178 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4179
4180         * mml.el (mml-generate-mime-1): Read attached binary file in
4181         binary mode.
4182
4183 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4184
4185         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4186
4187 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4188
4189         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4190
4191 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4192
4193         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4194
4195 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4196
4197         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4198         (gnus-article-mime-match-handle-function): New variable.
4199         (gnus-article-view-part): Make `b' customizable.
4200
4201 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4202
4203         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4204
4205 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4206
4207         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4208
4209 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4210
4211         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4212
4213 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4214
4215         * gnus-srvr.el (gnus-browse-foreign-server): Use
4216         `buffer-substring' instead of `read'.
4217
4218 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4219
4220         * nnimap.el, imap.el, rfc2104.el: New files.
4221
4222         * gnus.el (gnus-valid-select-methods): Add nnimap.
4223
4224         * gnus-group.el (gnus-group-group-map): Add
4225         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4226         (gnus-group-nnimap-expunge): New function.
4227         (gnus-group-nnimap-edit-acl): New function.
4228
4229         * gnus-agent.el (gnus-agent-group-mode-map): Add
4230         gnus-agent-synchronize.
4231         (gnus-agent-synchronize): New function.
4232         (gnus-agent-fetch-group-1): Check if server is open.
4233
4234         * nnagent.el (nnagent-request-set-mark): Save marks.
4235
4236         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4237         (mail-source-fetcher-alist): Map to imap fetcher function.
4238         (mail-source-fetch-imap): New function.
4239
4240         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4241         Hash:.
4242
4243 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4244
4245         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4246         (gnus-topic-sort-topics): New function.
4247         (gnus-topic-make-menu-bar): Add sort-topics.
4248         (gnus-topic-move): New function.
4249         (gnus-topic-move-group): Move the topic if no group selected.
4250
4251 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4252
4253         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4254
4255 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4256
4257         * mm-view.el (mm-inline-message): Fix leaving group bug.
4258
4259 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4260
4261         * gnus-msg.el (gnus-post-method): Use normal method if current is
4262         not available.
4263
4264 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4265
4266         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4267         (nnmail-insert-lines): Ditto.
4268
4269 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4270
4271         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4272         line.
4273
4274         * message.el (message-unsent-separator): One more separator.
4275
4276 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4277
4278         * nnfolder.el (nnfolder-request-move-article): For empty article,
4279         search till (point-max).
4280         (nnfolder-retrieve-headers): Ditto.
4281         (nnfolder-request-accept-article): Ditto.
4282         (nnfolder-save-mail): Ditto.
4283         (nnfolder-insert-newsgroup-line): Ditto.
4284
4285 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4286
4287         * qp.el (quoted-printable-encode-region): Check eobp.
4288
4289 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4290
4291         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4292
4293 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4294
4295         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4296         wait-for-reply.
4297
4298 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4299
4300         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4301         (mm-uu-forward-end-line): Ditto.
4302
4303 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4304
4305         * binhex.el (binhex-decode-region): don't consider the value of
4306         `enable-multibyte-characters' in XEmacs.
4307
4308         * gnus-start.el (gnus-read-descriptions-file): ditto.
4309
4310         * mm-util.el (mm-multibyte-p): ditto.
4311         (mm-with-unibyte-buffer): ditto.
4312         (mm-find-charset-region): use `mm-multibyte-p'.
4313
4314         * mm-bodies.el (mm-decode-body): ditto.
4315         (mm-decode-string): ditto.
4316
4317         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4318         `enable-multibyte-characters' in XEmacs.
4319
4320 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4321
4322         * mm-util.el (mm-binary-coding-system): Try binary first.
4323
4324 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4325
4326         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4327
4328 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4329
4330         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4331         format.
4332         (article-date-ut): Find correct insert position.
4333
4334 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4335
4336         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4337         forwarded message.
4338
4339 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4342         groups.
4343
4344         * message.el (message-resend): Use message mode when prompting.
4345
4346         * gnus-art.el (article-hide-headers): Mark wash.
4347         (article-emphasize): Ditto.
4348
4349 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4350
4351         * message.el (message-newline-and-reformat): Work for SC.
4352
4353 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4356
4357         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4358
4359 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4360
4361         * mm-decode.el mm-inline-override-types: New variable
4362
4363         * mm-decode.el (mm-inline-override-p): New function
4364
4365         * mm-decode.el (mm-inlined-p): Use it
4366
4367 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4368
4369         * mm-decode.el mm-inline-override-types: New variable
4370
4371         * mm-decode.el (mm-inline-override-p): New function
4372
4373         * mm-decode.el (mm-inlined-p): Use it
4374
4375 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4376
4377         * gnus.el: Pterodactyl Gnus v0.97 is released.
4378
4379 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4380
4381         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4382         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4383         3 args.
4384
4385 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4388         buffer for params.
4389
4390         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4391         line.
4392
4393         * message.el (message-forward-ignored-headers): New variable.
4394
4395         * gnus-art.el (gnus-article-prepare-display): Nix out
4396         gnus-article-wash-types.
4397
4398         * gnus-agent.el (gnus-agent-create-buffer): New function.
4399         (gnus-agent-fetch-group-1): Use it.
4400         (gnus-agent-start-fetch): Ditto.
4401
4402         * gnus-sum.el (gnus-summary-exit): Don't use
4403         `gnus-use-adaptive-scoring'.
4404
4405         * mail-source.el (mail-source-fetch-pop): Only store password when
4406         successful.
4407
4408         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4409
4410 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * message.el (message-reply): Use it.
4413         (message-dont-reply-to-names): New variable.
4414
4415         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4416
4417         * mm-util.el (mm-preferred-coding-system): Typo fix.
4418
4419         * message.el (message-bounce): Work for non-MIME.
4420
4421         * gnus.el (gnus-short-group-name): Short the right parts of the
4422         name.
4423
4424 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4425
4426         * mm-encode.el (mm-qp-or-base64): New version.
4427
4428 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4429
4430         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4431
4432 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4433
4434         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4435         of restricted region.
4436         (gnus-mime-display-single): Set beg at correct point.
4437
4438 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4439
4440         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4441
4442 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4443
4444         * gnus-msg.el (gnus-configure-posting-styles): Let
4445         `gnus-posting-styles' have its say in posting-style: local
4446         variable `styles' is already bound to `gnus-posting-styles' so
4447         don't rebind it to nil.
4448
4449 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4450
4451         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4452         Message-ID.
4453
4454 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4455
4456         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4457         quoted-printable-encode-region.
4458
4459         * qp.el (quoted-printable-encode-region): Assume charset
4460         encoded. Fold every line in the region.
4461
4462 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4463
4464         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4465         of active file.
4466
4467 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4468
4469         * message.el (message-mode): allows whitespaces between multiple
4470         instances of the fill character ">".
4471
4472 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4473
4474         * mm-encode.el (mm-qp-or-base64): Fix.
4475
4476 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * message.el (message-send): Too much and.
4479
4480 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4481
4482         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4483
4484 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * gnus-score.el (gnus-score-headers): Work for nil scores.
4487
4488 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489
4490         * gnus-cache.el (gnus-cache-write-active): Write full names.
4491
4492         * gnus-util.el (gnus-write-active-file): Accept full name.
4493
4494         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4495         (mm-assoc-string-match): New function.
4496         (mm-display-inline): Use it.
4497
4498         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4499
4500         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4501
4502 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4503
4504         * mml.el (mml-generate-multipart-alist): New variable.
4505
4506 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4509
4510 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4511
4512         * message.el (message-send): More helpful error message if sending
4513         fails
4514
4515 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4516
4517         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4518         in newer emacsen, where ?r isn't equal 114.
4519
4520 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4521
4522         * gnus.el: Pterodactyl Gnus v0.96 is released.
4523
4524 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4525
4526         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4527         to get active info if method is covered by agent, otherwise
4528         active info is lost.
4529
4530 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4531
4532         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4533
4534 1999-08-09  Dave Love  <fx@gnu.org>
4535
4536         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4537
4538 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4539
4540         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4541           (already matched by "^X-Pgp"), removed duplicate
4542           X-Mailing-List, added several new junk headers.
4543
4544 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4545
4546         * gnus-art.el (article-decode-charset): Don't assume
4547         gnus-summary-buffer is live.
4548
4549 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4550
4551         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4552
4553 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4554
4555         * gnus-score.el (gnus-home-score-file): Work with absolute path
4556         names.
4557
4558 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4559
4560         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4561         nothing else in the group.
4562
4563 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4564
4565         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4566         the article.
4567
4568 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4569
4570         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4571
4572 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4573
4574         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4575         from mutt.
4576
4577 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4578
4579         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4580         whitespace.
4581
4582 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4583
4584         * mm-util.el (mm-text-coding-system-for-write): New variable.
4585         (mm-append-to-file): New function.
4586         (mm-write-region): New function.
4587
4588         * gnus-art.el (gnus-output-to-file): Use it.
4589         * gnus-util.el (gnus-output-to-rmail): Ditto.
4590         (gnus-output-to-mail): Ditto.
4591         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4592
4593 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4594
4595         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4596
4597         * nnheader.el (nnheader-insert-file-contents): Revert and use
4598         mm-insert-file-contents.
4599         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4600         (nnheader-auto-mode-alist): Removed.
4601
4602         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4603         (mm-insert-file-contents): Add a new parameter for inserting
4604         compressed file literally.
4605
4606         * mml.el (mml-generate-mime-1): Insert non-text literally.
4607
4608         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4609
4610 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4611
4612         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4613
4614 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4615
4616         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4617         koi8-r.
4618
4619 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4620
4621         * mml.el (mml-insert-mime): Decode text.
4622         (mml-to-mime): Narrow to headers-or-head.
4623
4624 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4625
4626         * mm-view.el (mm-inline-text): Check
4627         w3-meta-content-type-charset-regexp.
4628
4629 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4630
4631        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4632        predicate.
4633
4634 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4635
4636         * gnus-mlspl.el: Documentation fixes.
4637
4638 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4639
4640         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4641
4642 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4643
4644         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4645         variables.
4646
4647 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4648
4649         * nnmail.el (nnmail-get-new-mail): "Done".
4650
4651 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4654         interactive.
4655
4656 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4657
4658         * gnus-art.el (article-decode-charset): Fix broken CT.
4659
4660 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4661
4662         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4663         overview buffer if it is killed.
4664
4665 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4666
4667         * gnus-art.el (article-babel): New version.
4668
4669 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4670
4671         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4672
4673 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4674
4675         * gnus.texi (More Threading): Document new variable
4676         `gnus-sort-gathered-threads-function'.
4677
4678 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4679
4680         * gnus.texi (More Threading): Document new variable
4681         `gnus-sort-gathered-threads-function'.
4682
4683 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4684
4685         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4686         usage.
4687
4688 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4689
4690         * mm-util.el (mm-running-xemacs): Removed.
4691         (mm-coding-system-p): New function.
4692         (mm-binary-coding-system): Safe guess.
4693         (mm-text-coding-system): Ditto.
4694         (mm-auto-save-coding-system): Ditto.
4695
4696 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4699         (mm-qp-or-base64): Reversed logic.
4700
4701         * mm-decode.el (mm-save-part-to-file): Let coding system be
4702         binary.
4703
4704 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4705
4706         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4707         be set in topic parameters.
4708
4709 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4710
4711         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4712         (gnus-sort-gathered-threads): Allow the user to specify the
4713         function to use when sorting gathered threads.
4714
4715         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4716         mark cached articles as `undownloaded'.
4717
4718 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4719
4720         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4721         to have buffer local values.
4722
4723 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4724
4725         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4726         types 'g' for 'guess group type.
4727
4728 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4729
4730         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4731         after each regexp in nnmail-list-identifiers, not just after last
4732         one.
4733
4734         * gnus-sum.el (gnus-list-identifiers): New variable.
4735         (gnus-summary-remove-list-identifiers): New function.
4736         (gnus-select-newsgroup): Use it.
4737         (gnus-summary-wash-hide-map): Bind
4738         `gnus-article-hide-list-identifiers' to W W l.
4739         (gnus-summary-make-menu-bar): Add list-identifiers command.
4740
4741         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4742         (gnus-treatment-function-alist): Add variable.
4743         (article-hide-list-identifiers): New function.
4744         (mapcar): Add function.
4745         (gnus-article-hide): Use it.
4746
4747 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4748
4749         * gnus.el: Pterodactyl Gnus v0.95 is released.
4750
4751 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * mm-decode.el (mm-mailcap-command): New function.
4754         (mm-display-external): Use it.
4755
4756         * gnus-art.el (article-make-date-line): Work for India.
4757
4758         * mm-encode.el (mm-qp-or-base64): Typo.
4759
4760         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4761
4762 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4763
4764         * gnus.el: Pterodactyl Gnus v0.94 is released.
4765
4766 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4767
4768         * pop3.el: New version.
4769
4770 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * mm-encode.el (mm-qp-or-base64): New function.
4773         (mm-content-transfer-encoding): Use it.
4774
4775         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4776
4777 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4778
4779         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4780
4781         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4782
4783 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4786         keystroke.
4787
4788         * mailcap.el (mailcap-mime-types): New function.
4789
4790         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4791
4792         * message.el (message-goto-eoh): Really go to the end.
4793
4794 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4795
4796         * message.el (message-make-date): Do the right thing in with
4797         sub-hour time zones.
4798
4799 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4802         report.
4803
4804 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4805
4806         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4807
4808 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4809
4810         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4811         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4812         and use t as default value.
4813
4814 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4815
4816         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4817         gnus-summary-buffer is live.
4818
4819 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4820
4821         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4822
4823 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * message.el (message-bounce): Do MIME bounces MIMEy.
4826
4827         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4828
4829 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * mailcap.el (mailcap-mime-extensions): Changed patch to
4832         text/x-patch.
4833
4834         * mm-decode.el (mm-display-external): Wrong placement of paren.
4835
4836 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4837
4838         * gnus.el: Pterodactyl Gnus v0.93 is released.
4839
4840 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4841
4842         * gnus-cus.el (gnus-group-parameters): New entries for
4843         gnus-group-split.
4844
4845         * gnus-mlspl.el: Renamed functions and variables so as to
4846         start with gnus-group-split.
4847         * gnus.el: Adjust autoload entries.
4848
4849 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4850
4851         * gnus-mlspl.el: Removed trailing t from comment and provide.
4852         Renamed functions and variables to start with gnus-mlsplit.
4853         Added autoload comments.
4854         * gnus.el: Added autoload entries.
4855
4856 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4857
4858         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4859         so that matches excluded by RESTRICTs do not cause the whole split
4860         to be ignored.  This also fixes a long-standing bug in which a
4861         split with \N substitutions wouldn't cause cross-posting as
4862         expected.
4863
4864         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4865         (nnmail-split-it): Implement them.
4866
4867         * nnmail.el (nnmail-split-fancy): Document ! splits.
4868
4869 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4870
4871         * pop3.el: New version.
4872
4873 1999-07-05  Simon Josefsson
4874
4875         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4876
4877 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4880
4881 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4882
4883         * gnus-util.el (gnus-write-active-file): Use real name.
4884
4885         * gnus-agent.el (gnus-agent-expire): Update active file
4886         method by method.
4887
4888 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4889
4890         * nndraft.el (nndraft-request-article): Use difference
4891         coding-systems for queue and drafts.
4892
4893         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4894         nndraft:drafts.
4895
4896         * mm-util.el (mm-auto-save-coding-system): New coding system.
4897
4898         * message.el (message-draft-coding-system): Use it.
4899
4900 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4901
4902         * mm-uu.el: More customizable and less aggressive.
4903
4904 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4905
4906         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4907         when plugged.
4908
4909         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4910         (mml-insert-mml-markup): Accept a nofile.
4911         (mml-insert-mime): Insert nofile.
4912
4913         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4914
4915         * mm-decode.el (mm-handle-media-type): New function.
4916         (mm-handle-media-supertype): New function.
4917         (mm-handle-media-subtype): New function.
4918         Use new functions throughout. "/"))
4919
4920 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-art.el (gnus-treat-predicate): Typo.
4923
4924 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4925
4926         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4927
4928 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4929
4930         * gnus-art.el (article-date-ut): UT!  Default it!
4931
4932 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4933
4934         * gnus.el: Pterodactyl Gnus v0.92 is released.
4935
4936 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4937
4938         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4939
4940 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4943         connected.
4944
4945         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4946         when plugged.
4947
4948         * mm-view.el (mm-inline-message): Ignore remove-spec.
4949
4950         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4951         is bound.
4952
4953         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4954
4955         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4956
4957         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4958         start.
4959
4960         * message.el (message-fill-yanked-message): Remove `t' arg.
4961
4962         * gnus-group.el (gnus-group-kill-group): Message killing of
4963         groups.
4964
4965         * mm-util.el (mm-preferred-coding-system): New function.
4966         (mm-mime-charset): Use it.
4967
4968         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4969
4970 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4971
4972         * gnus-mlsplt.el: New file.
4973
4974 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4977         functions.
4978         (mm-attachment-override-p): Take a handle instead of a type.
4979         (mm-inlined-p): Ditto.
4980         (mm-automatic-display-p): Ditto,
4981         (mm-inlinable-p): Ditto.
4982
4983         * nndraft.el (nndraft-request-expire-articles): Delete backup
4984         files.
4985
4986         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4987
4988         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4989
4990 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4991
4992         * nnmail.el (nnmail-split-it): Allow .*.
4993
4994 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4995
4996         * mm-decode.el (mm-inline-large-images-p): Renamed.
4997
4998         * gnus-art.el (article-date-ut): Always look in the current buffer
4999         for the Date header.
5000
5001         * mml.el (mml-validate): New command.
5002
5003         * mailcap.el (mailcap-possible-viewers): Revert to string-match
5004         since we are dealing with regexps.
5005
5006 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5007
5008         * gnus.el: Pterodactyl Gnus v0.91 is released.
5009
5010 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * gnus-agent.el (gnus-agent-save-active-1): New function.
5013         (gnus-agent-save-active): use it.
5014         (gnus-agent-save-groups): Ditto.
5015
5016         * gnus-cache.el (gnus-cache-write-active): Use it.
5017
5018         * gnus-agent.el (gnus-agent-write-active): Use it.
5019
5020         * gnus-util.el (gnus-write-active-file): New function.
5021
5022         * gnus-agent.el (gnus-agent-write-active): New function to keep
5023         lower boundaries and canceled groups.
5024         (gnus-agent-save-groups): Use it.
5025         (gnus-agent-save-active): Use it.
5026         (gnus-agent-save-group-info): Only write active files.
5027         (gnus-agent-expire): Update active file.
5028
5029         * mm-decode.el (mm-inlinable-part-p): Removed.
5030         (mm-user-display-methods): Default to nil.
5031         (mm-user-display-methods): Removed.
5032         (add-mime-display-method): Removed.
5033         (mm-automatic-display): Renamed.
5034         (mm-automatic-display-p): Use it.
5035         (mm-inlined-types): New variable.
5036         (mm-inlined-p): New function.
5037
5038         * message.el (message-reply): Bind message-this-is-mail.
5039
5040 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
5041
5042         * smiley.el (smiley-buffer): Fix for NT.
5043
5044 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
5047
5048         * message.el (message-check-news-header-syntax): Protect against
5049         nil froms.
5050
5051         * mm-util.el (mm-auto-mode-alist): New.
5052
5053         * mml.el (mml-generate-mime-1): Ditto.
5054
5055         * gnus.el: Use mm-insert-file-contents throughout instead of
5056         nnheader.
5057
5058         * mm-util.el (mm-insert-file-contents): New function.
5059
5060 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5061
5062         * gnus.el: Pterodactyl Gnus v0.90 is released.
5063
5064 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
5065
5066         * mailcap.el (mailcap-possible-viewers): Use string=.
5067
5068 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5069
5070         * mm-uu.el (mm-uu-forward-begin-line): New variable.
5071         (mm-uu-forward-end-line): New variable.
5072         (mm-uu-begin-line): Handle forwarded message.
5073         (mm-uu-identifier-alist): Ditto.
5074         (mm-uu-dissect): Ditto.
5075
5076 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5077
5078         * lpath.el: Two free variables.
5079
5080 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5081
5082         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5083         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5084         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5085
5086         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5087         (nnfolder-file-coding-system-for-write): New variable.
5088         (nnfolder-active-file-coding-system): New variable.
5089         (nnfolder-active-file-coding-system-for-write): New variable.
5090         (nnfolder-save-active): New function.
5091         (nnfolder-save-buffer): Use them.
5092         (nnfolder-possibly-change-group): Ditto.
5093         (nnfolder-request-list-newsgroups): Ditto.
5094         (nnfolder-request-create-group): Ditto.
5095         (nnfolder-request-expire-articles): Ditto.
5096         (nnfolder-request-move-article): Ditto.
5097         (nnfolder-request-accept-article): Ditto.
5098         (nnfolder-request-delete-group): Ditto.
5099         (nnfolder-request-rename-group): Ditto.
5100         (nnfolder-possibly-change-folder): Ditto.
5101         (nnfolder-read-folder): Ditto.
5102         (nnfolder-request-list): Remove pathname-coding-system.
5103         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5104
5105         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5106         (nnmail-file-coding-system-1): Removed.
5107         (nnmail-find-file): Use nnmail-pathname-coding-system.
5108         (nnmail-write-region): Ditto.
5109
5110         * nnmbox.el (nnmbox-file-coding-system): New variable.
5111         (nnmbox-file-coding-system-for-write): New variable.
5112         (nnmbox-active-file-coding-system): New variable.
5113         (nnmbox-active-file-coding-system-for-write): New variable.
5114         (nnmbox-save-buffer): New function.
5115         (nnmbox-save-active): New function.
5116         (nnmbox-request-scan): Use them.
5117         (nnmbox-request-expire-articles): Ditto.
5118         (nnmbox-request-move-article): Ditto.
5119         (nnmbox-request-accept-article): Ditto.
5120         (nnmbox-request-replace-article): Ditto.
5121         (nnmbox-request-delete-group): Ditto.
5122         (nnmbox-request-rename-group): Ditto.
5123         (nnmbox-request-create-group): Ditto.
5124
5125         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5126         (mm-running-ntemacs): Removed.
5127
5128         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5129
5130 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5133
5134 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5135
5136         * qp.el (quoted-printable-encoding-characters): Support lower case.
5137
5138 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5139
5140         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5141         (rfc2047-b-encode-region): Encode line by line.
5142
5143 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * mm-util.el (mm-find-mime-charset-region): Fix.
5146
5147 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5148
5149         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5150         (mm-find-mime-charset-region): Ditto.
5151
5152 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5153
5154         * gnus-sum.el (gnus-summary-move-article): Fix something or
5155         other.
5156
5157 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5158
5159         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5160         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5161         (gnus-summary-enter-digest-group): Use them.
5162         (gnus-summary-setup-default-charset): Ditto.
5163
5164 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5165
5166         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5167
5168 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5169
5170         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5171           gnus-newsgroup-name is nil.
5172
5173 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5174
5175         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5176
5177 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5178
5179         * gnus-art.el (article-emphasize): Use correct
5180         gnus-article-emphasis-alist.
5181
5182 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5183
5184         * mm-view.el (mm-inline-text): Fix text/html bug.
5185
5186 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5187
5188         * gnus.el: Pterodactyl Gnus v0.89 is released.
5189
5190 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5191
5192         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5193         * message.el (message-draft-coding-system): Ditto.
5194         * mm-util.el (mm-running-ntemacs): Ditto.
5195
5196 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5197
5198         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5199         cause problem.
5200
5201 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5202
5203         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5204
5205 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5206
5207         * mml.el: require mm-decode.
5208
5209 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5210
5211         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5212
5213 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5214
5215         * mm-view.el (mm-inline-image): Fix image undisplayer.
5216
5217 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5218
5219         * mml.el (mml-insert-multipart): Error in compeling-read.
5220         (mml-insert-tag): Match tags.
5221
5222 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5223
5224         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5225         (gnus-cache-braid-heads): Ditto.
5226         (gnus-cache-retrieve-headers): Ditto.
5227
5228 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5229
5230         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5231
5232 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5235         to string under XEmacs.
5236
5237 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5238
5239         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5240
5241 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5242
5243         * mm-view.el (mm-inline-message): Fix message view bug.
5244         * gnus-art.el (gnus-article-prepare): Ditto.
5245
5246 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5247
5248         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5249
5250 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5251
5252         * gnus.el: Pterodactyl Gnus v0.88 is released.
5253
5254 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5257         usage.
5258
5259         * nnmail.el (nnmail-get-new-mail): Save info.
5260
5261 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5262
5263         * gnus.el: Pterodactyl Gnus v0.87 is released.
5264
5265 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5268         (mail-source-run-script): New function.
5269         (mail-source-fetch-pop): Use it.
5270
5271 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5274
5275 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5276
5277         * gnus.el: Pterodactyl Gnus v0.86 is released.
5278
5279 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * gnus-art.el (gnus-treat-translate): New variable.
5282         (gnus-treat-predicate): Accept a list of regexps.
5283         (gnus-article-treat-custom): Allow a list of regexps.
5284
5285 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5286
5287         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5288         type.
5289
5290 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * gnus-art.el (article-babel): Narrow a bit.
5293
5294         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5295
5296 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5297
5298         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5299         only unread ones.
5300         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5301         articles, not only unread ones.
5302
5303 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304
5305         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5306         keystroke.
5307
5308         * gnus-art.el (gnus-article-x-face-command): Ditto.
5309
5310         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5311
5312         * gnus.el (gnus-method-simplify): Accept server names.
5313
5314 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5315
5316         * gnus-art.el (article-babel-prompt): New function.
5317         (article-babel): New command.
5318
5319 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5320
5321         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5322
5323         * mml.el (mml-generate-mime-1): Don't insert literally.
5324
5325         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5326         (gnus-netrc-syntax-table): Removed.
5327         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5328
5329 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5330
5331         * mm-view.el (mm-inline-text): Fix charset for text/html.
5332
5333 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5334
5335         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5336
5337 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5338
5339         * nnmail.el (nnmail-split-incoming): Return the number of split
5340         mails.
5341         (nnmail-process-babyl-mail-format): Ditto.
5342         (nnmail-process-unix-mail-format): Ditto.
5343         (nnmail-process-mmdf-mail-format): Ditto.
5344         (nnmail-process-maildir-mail-format): Ditto.
5345
5346         * mail-source.el (mail-source-callback): Return the number from
5347         the callback.
5348
5349         * message.el (message-send-mail): Generate Lines.
5350
5351         * mail-source.el (mail-source-call-script): New function.
5352         (mail-source-call-script): New function.
5353
5354 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5355
5356         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5357         (gnus-select-newsgroup): Use it.
5358         (gnus-group-highlight-words-alist): New variable.
5359         (gnus-newsgroup-emphasis-alist): New variable.
5360         (gnus-summary-local-variables):  Use it.
5361         * lpath.el: Use it.
5362         * gnus-art.el (article-emphasize): Use it.
5363         (gnus-emphasis-highlight-words): New face.
5364         * gnus-cus.el (gnus-group-parameters): New parameter.
5365
5366 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5367
5368         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5369         parameter `headers'.
5370         (gnus-cache-enter-article): Ditto.
5371         (gnus-cache-update-article): Ditto.
5372         * gnus-sum.el (gnus-summary-move-article): Ditto.
5373         (gnus-summary-mark-article-as-unread): Ditto.
5374         (gnus-summary-mark-article): Ditto.
5375
5376 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5379         (gnus-posting-style-alist): Removed.
5380         (gnus-message-style-insertions): Ditto.
5381         (gnus-configure-posting-styles): Reimplementation.
5382
5383         * mail-source.el (mail-source-fetch): Error the message.
5384
5385         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5386
5387 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5388
5389         * gnus.el: Pterodactyl Gnus v0.85 is released.
5390
5391 1999-04-20  Michael Cook  <cook@sightpath.com>
5392
5393         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5394           Outlook citation regex.
5395
5396 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5397
5398         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5399         semicolon.
5400
5401 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5402
5403         * gnus-range.el (gnus-remove-from-range): Document range1
5404         modification, protect range2.
5405
5406 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5407
5408         * gnus-sum.el (gnus-update-marks): Protect lists from
5409         gnus-remove-from-range, don't sort twice.
5410
5411 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5412
5413         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5414         function in backend.
5415
5416 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5417
5418         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5419         request-accept-article function in the backend instead of using
5420         the 'respool capability.
5421
5422 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5423
5424         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5425         spurious whitespace at eob.
5426
5427 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5428
5429         * nnmail.el (nnmail-get-new-mail): Check right variable.
5430
5431 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5432
5433         * mailcap.el (mailcap-mime-data): Fix rfc822.
5434
5435 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5436
5437         * nndoc.el (nndoc-nsmail-type-p): New function.
5438         (nndoc-type-alist): Recognize nsmail.
5439
5440 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5441
5442         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5443         *before* `article-hide-headers' deletes the information.
5444
5445 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * gnus-sum.el (gnus-summary-save-parts): New command and
5448         keystroke.
5449         (gnus-summary-save-parts-1): New function.
5450         (gnus-summary-iterate): Buggy.
5451
5452         * mm-decode.el (mm-save-part-to-file): Made into own function.
5453
5454 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455
5456         * gnus-group.el (gnus-group-set-info): Resist nils.
5457
5458 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * mailcap.el (mailcap-mime-data): Ditto.
5461
5462         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5463
5464         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5465
5466 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5467
5468         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5469         gnus-article-date-lapsed-new-header is t.
5470
5471 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5472
5473         * gnus.el: Pterodactyl Gnus v0.84 is released.
5474
5475 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5476
5477         * gnus-msg.el (gnus-bug-message): Mime change.
5478
5479 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5480
5481         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5482
5483 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5484
5485         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5486         `x-uue'.
5487
5488 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5489
5490         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5491         when authentication is 'password.
5492
5493 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5494
5495         * gnus-win.el (gnus-configure-windows): Accept a setting.
5496
5497 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498
5499         * mm-util.el (mm-quote-arg): Moved here.
5500
5501         * mm-decode.el (mm-quote-arg): Quote more chars.
5502
5503 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5506         with newlines would create buggy .nov files.
5507
5508         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5509
5510         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5511         end of lines.
5512
5513         * message.el (message-mode): Doc fix.
5514
5515         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5516
5517         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5518
5519         * gnus-art.el (article-date-ut): Rewrite.
5520
5521         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5522         order.
5523
5524         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5525         headers.
5526
5527         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5528
5529 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5530
5531         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5532         (article-date-ut): use it.
5533
5534 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535
5536         * mail-source.el (mail-source-fetch-pop): Call script
5537         asynchronously.
5538
5539 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5540
5541         * gnus.el: Pterodactyl Gnus v0.83 is released.
5542
5543 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5544
5545         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5546
5547         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5548
5549         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5550
5551         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5552
5553         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5554
5555         * message.el (message-generate-headers): Accept continuation
5556         headers.
5557
5558 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5559
5560         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5561
5562 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563
5564         * gnus-art.el (gnus-treatment-function-alist): use
5565         maybe-hide-headers.
5566
5567         * message.el (message-inhibit-body-encoding): Typo.
5568         (message-resend): Inhibit encoding.
5569
5570         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5571
5572         * gnus-art.el (article-remove-cr): Use re-search.
5573
5574         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5575         headers.
5576
5577         * mm-decode.el (mm-quote-arg): Quote '.
5578
5579         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5580
5581         * mm-decode.el (mm-insert-part): Use multibyte for text.
5582
5583         * gnus-start.el (gnus-read-newsrc-file): New variable.
5584         (gnus-read-newsrc-file): Use it.
5585
5586 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5587
5588         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5589
5590         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5591         function.
5592
5593 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5594
5595         * gnus.el: Pterodactyl Gnus v0.82 is released.
5596
5597 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5598
5599         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5600         for iso8859-2.
5601
5602 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5603
5604         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5605         synonym alist.
5606
5607 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5608
5609         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5610
5611 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5612
5613         * mail-source.el (mail-source-fetch): Ask before bugging out.
5614
5615 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5616
5617         * uudecode.el (uudecode-decode-region-external): Don't assume
5618         uudecode-temporary-file-directory ends with a slash.
5619
5620 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5621
5622         * gnus-sum.el (gnus-update-marks):
5623         (gnus-update-read-articles):
5624         (gnus-summary-expire-articles): Check server.
5625
5626 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5627
5628         * mml.el (mml-preview): New function.
5629
5630 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5631
5632         * mail-source.el (mail-source-fetch-file): Return the right
5633         value.
5634
5635 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5636
5637         * mml.el (mml-insert-parameter): New function.
5638         (mml-insert-parameter-string): New function.
5639
5640         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5641
5642         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5643         (gnus-mime-display-part): Use it.
5644
5645         * mm-decode.el (mm-alternative-precedence): Removed.
5646         (mm-discouraged-alternatives): New variable.
5647         (mm-preferred-alternative-precedence): New function.
5648
5649         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5650
5651         * mail-source.el (mail-sources): New variable.
5652
5653         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5654
5655         * mm-decode.el (mm-valid-image-format-p): New function.
5656         (mm-inline-media-tests): Use it.
5657         (mm-valid-and-fit-image-p): New function.
5658
5659         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5660         (gnus-agent-fetch-group): Ditto.
5661
5662 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5663
5664         * nnmail.el (nnmail-article-group): in case of a group name
5665         containing "\\n" constructs, be sure to pass the expanded value to
5666         nn*-save-mail.
5667
5668 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5669
5670         * gnus.el: Pterodactyl Gnus v0.81 is released.
5671
5672 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-sum.el (gnus-get-split-value): Reverse result.
5675
5676 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5677
5678         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5679
5680 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * mml.el (mml-insert-tag): Insert concluding part.
5683
5684         * message.el (message-send-mail): Encode later.
5685         (message-send-news): Ditto.
5686
5687         * nnfolder.el: Don't use mail delim.
5688
5689 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * gnus-cus.el (gnus-group-customize): Put point at min.
5692
5693         * mm-view.el (mm-inline-text): Allow toggling html.
5694
5695 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5696
5697         * mail-source.el: Added prescript and postscript to file.
5698
5699 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * nnmail.el: Reverted.
5702
5703         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5704         (gnus-setup-posting-charset): Did work.
5705
5706 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5707
5708         * gnus.el (gnus-short-group-name): Use
5709         gnus-group-uncollapsed-levels.
5710
5711 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5714
5715 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5716
5717         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5718         (article-strip-headers-from-body): New command and keystroke.
5719
5720 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5721
5722         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5723
5724         * nnheader.el (nnheader-insert-file-contents): Bind
5725         enable-local-eval to nil.
5726         (nnheader-find-file-noselect): Ditto.
5727
5728         * nnmail.el (nnmail-article-group): Don't remove long lines.
5729         (nnmail-remove-long-lines): New function.
5730         (nnmail-split-header-length-limit): Removed.
5731
5732         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5733
5734         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5735
5736 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737
5738         * gnus-sum.el (gnus-summary-generic-mark): New function.
5739
5740         * nnmail.el (nnmail-split-header-length-limit): Increased.
5741         (nnmail-article-group): Allow nil.
5742
5743         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5744
5745         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5746         first.
5747
5748         * mml.el (mml-minibuffer-read-type): Include types from
5749         mailcap-mime-data.
5750
5751         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5752
5753 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5754
5755         * mml.el (mml-insert-tag): New function.
5756         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5757         confusion with functions like `mml-read-tag'.
5758         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5759         (mml-minibuffer-read-description): Ditto with
5760         `mml-minibuffer-read-description'.
5761         (mml-attach-buffer): New function.
5762         (mml-mode-map): New entry for /.
5763         (mml-minibuffer-read-type): Accept DEFAULT.
5764
5765         * mml.el (mml-quote-region): Narrow the region.
5766
5767         * message.el (message-mode-menu): message-mime-attach-file is now
5768         mml-attach-file.
5769
5770 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5773
5774 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5775
5776         * mml.el (mml-attach-buffer): New command.
5777
5778 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5779
5780         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5781         with a proper range. Compress range.
5782
5783         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5784
5785 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5786
5787         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5788
5789 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790
5791         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5792         (gnus-picons-convert-x-face): Removed.
5793         (gnus-picons-article-display-x-face): Removed.
5794         (gnus-picons-x-face-sentinel): Ditto.
5795         (gnus-picons-display-x-face): Ditto.
5796
5797 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5798
5799         * gnus.el: Pterodactyl Gnus v0.80 is released.
5800
5801 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802
5803         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5804
5805         * gnus-sum.el (gnus-with-article): Moved here.
5806
5807         * mail-source.el (mail-source-fetch-pop): Ask for password even
5808         when program.
5809
5810 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5811
5812         * gnus-msg.el (gnus-bug): Add description.
5813
5814         * mml.el (mml-insert-mml-markup): Insert disposition.
5815
5816         * message.el (message-send-mail): Always encode mail headers.
5817
5818         * smiley.el (gnus-smiley-display): Goto body.
5819
5820 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5821
5822         * smiley.el (gnus-smiley-display): Don't search to blank line.
5823
5824 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825
5826         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5827         when requested.
5828
5829         * nnmail.el (nnmail-current-spool): Removed.
5830
5831         * gnus-salt.el (gnus-tree-inhibit): New varible.
5832
5833         * gnus.el (mm-util): Required.
5834
5835 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5836
5837         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5838
5839 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * mail-source.el (mail-source-bind): Doc fix.
5842
5843 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5844
5845         * message.el (message-mode): Doc fix.
5846
5847         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5848         encoding.
5849
5850         * gnus.el (gnus-methods-equal-p): Moved here.
5851
5852         * mail-source.el: pop at 110.
5853
5854         * pop3.el (pop3-movemail): Use write-region instead of
5855         append-to-file to avoid excessive messaging.
5856
5857 1999-02-27  lantz moore  <lmoore@contigo.com>
5858
5859         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5860         type directory.
5861
5862 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5863
5864         * gnus-art.el (article-hide-boring-headers): Field names must not
5865         contain whitespace.
5866
5867 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5868
5869         * gnus.el: Pterodactyl Gnus v0.79 is released.
5870
5871 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5872
5873         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5874
5875         * mml.el (mml-mode): Don't use add-minor-mode.
5876
5877         * message.el (messgage-inhibit-body-encoding): New variable.
5878         (message-encode-message-body): Use it.
5879
5880 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5881
5882         * gnus.el: Pterodactyl Gnus v0.78 is released.
5883
5884 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5885
5886         * message.el (message-mode): Switch on MML mode.
5887
5888         * mml.el: Included commands and functions.
5889         (mml-mode-map): New keymap.
5890
5891         * message.el: Removed the insertion commands and functions.
5892
5893         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5894
5895         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5896         keystroke.
5897
5898         * gnus-art.el (gnus-narrow-to-page): Revert.
5899
5900         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5901         (gnus-cite-parse-maybe): Always reparse.
5902
5903         * message.el (message-encode-message-body): Don't insert
5904         "multipart warning".
5905
5906         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5907
5908 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5909
5910         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5911
5912         * nnmail.el: Require mm-util.
5913
5914 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5915
5916         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5917         group.
5918
5919 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5920
5921         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5922
5923 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5924
5925         * gnus-msg.el (gnus-extended-version): Better regexp.
5926
5927 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5928
5929         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5930         is called with the result of SPLIT and should return a new split.
5931
5932         * gnus.texi: update the doc.
5933
5934 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5935
5936         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5937         displayed in the article buffer, output bars if
5938         `gnus-picons-display-article-move-p'.
5939
5940 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5941
5942         * mail-source.el (mail-source-fetch-pop): Typo.
5943
5944 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5947
5948 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5951
5952 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5953
5954         * mml.el (mml-insert-buffer): New function.
5955
5956         * message.el (message-forward): Insert the buffer in the buffer.
5957
5958 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5959
5960         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5961
5962 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5963
5964         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5965
5966 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5967
5968         * gnus.el: Pterodactyl Gnus v0.77 is released.
5969
5970 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5971
5972         * gnus-art.el (gnus-displaying-mime): New variable.
5973         (article-narrow-to-head): New function.
5974
5975         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5976         Default to pop instead of pop3.
5977
5978 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5979
5980         * gnus-art.el (article-hide-pgp): Goto body.
5981
5982         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5983
5984         * gnus-cite.el: Don't use goto-line.
5985
5986         * gnus-art.el (gnus-article-treat-html): Removed.
5987         (gnus-treat-article): Save restriction.
5988
5989 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5990
5991         * message.el (message-send-mail): Don't untabify.
5992         (message-mode): Don't use tabs for indentation.
5993
5994 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * message.el (message-send-mail): Don't untabify.
5997
5998         * nnml.el (nnml-save-mail): Typo fix.
5999
6000 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6001
6002         * message.el (message-cite-function): Add
6003         `message-cite-original-without-signature' customization option.
6004
6005 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
6006
6007         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
6008         `nnmail-prepare-incoming-header-hook'.
6009
6010 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
6011
6012         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
6013
6014 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6015
6016         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
6017
6018 1999-02-18  Michael Cook  <cook@sightpath.com>
6019
6020         * Recognize Microsoft Outlook's cite attribution conventions.
6021
6022 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
6023
6024         * gnus-sum.el: Bind M.
6025
6026 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
6027
6028         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
6029
6030 1999-02-15  Didier Verna  <verna@inf.enst.fr>
6031
6032         * gnus-picon.el (gnus-group-display-picons): ensures that
6033         `article-goto-body' really goes to the article body.
6034
6035 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6036
6037         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
6038
6039         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
6040
6041         * mm-view.el (mm-view-message): Enable multibyte.
6042
6043 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * nnmail.el (nnmail-get-new-mail): Message later.
6046
6047         * mm-util.el (mm-find-charset-region): Revert to checking
6048         multibyte.
6049
6050 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
6051
6052       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
6053       attachment.
6054
6055 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6056
6057         * gnus.el: Pterodactyl Gnus v0.76 is released.
6058
6059 1999-02-06  Felix Lee  <flee@cygnus.com>
6060
6061         * gnus.el (gnus-group-change-level-function): Typo.
6062
6063 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6064
6065         * gnus-sum.el (gnus-nov-skip-field): Removed.
6066         (gnus-nov-field): Ditto.
6067         (gnus-nov-parse-extra): Ditto.
6068         (gnus-nov-read-integer): Ditto.
6069
6070 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * nnheader.el (nnheader-nov-read-message-id): New macro.
6073         (nnheader-parse-nov): Use it.
6074
6075         * gnus-sum.el (gnus-nov-read-message-id): New macro.
6076         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
6077         `(eq (char-after) ?\n)'.
6078
6079 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * gnus.el (gnus-other-frame): Always pop up a new frame.
6082
6083 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6084
6085         * gnus-range.el (gnus-range-add): Rewrite.
6086
6087 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6088
6089         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6090         format.
6091         (nnmail-process-maildir-mail-format): New function.
6092
6093         * mail-source.el (mail-source-fetch-maildir): New function.
6094         (mail-source-keyword-map): Add default for maildir method.
6095         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6096
6097 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6100
6101         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6102         (nndoc-mime-digest-type-p): Removed.
6103
6104 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6107         where it is supposed to be.
6108         (gnus-treat-play-sounds): New variable.
6109
6110         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6111
6112         * gnus-art.el (article-display-x-face): Narrow to head.
6113         (gnus-article-washed-types): New variable.
6114         (article-hide-pgp): Is not a toggle.
6115         (gnus-article-hide-text-type): Save types.
6116         (article-decode-charset): Use it.
6117
6118         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6119
6120         * message.el (message-forward-start-separator): Removed.
6121         (message-forward-end-separator): Removed.
6122         (message-signature-before-forwarded-message): Removed.
6123         (message-included-forward-headers): Removed.
6124         (message-check-news-body-syntax): Don't check forward.
6125         (message-forward): Use MIME.
6126
6127         * nnvirtual.el (nnvirtual-request-article): Bind
6128         gnus-article-decode-hook to nil.
6129
6130 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6131
6132         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6133         us-ascii.
6134
6135 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136
6137         * format-spec.el (format-spec): Be more robust.
6138
6139         * message.el (message-encode-message-body): Default
6140         mail-parse-charset to mail-parse-charset.
6141
6142         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6143         (gnus-summary-edit-article): Bind mail-parse-charset.
6144
6145         * mml.el (mml-read-tag): Ignore white space after end of tag.
6146
6147         * message.el (message-goto-body): Also work in separatorless
6148         articles.
6149
6150         * mml.el (mml-translate-from-mime): New function.
6151         (mml-insert-mime): Ditto.
6152         (mml-to-mime): New function.
6153         (mime-to-mml): New name.
6154
6155         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6156         article.
6157
6158         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6159
6160         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6161         special-case nndraft groups.
6162
6163 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6166         (gnus-get-newsgroup-headers): Already bound.
6167
6168         * message.el (message-encode-message-body): Use posting charset.
6169
6170         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6171         (mm-body-encoding): Do CTE.
6172         (mm-body-7-or-8): New function.
6173
6174         * mm-util.el (mm-mime-charset): Always fall back on alist.
6175         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6176         (mm-mime-mule-charset-alist): Add arabic-*-column.
6177         (mm-find-mime-charset-region): New function.
6178
6179         * format-spec.el (format-spec-make): New function.
6180
6181         * mail-source.el (format-spec): Required.
6182         (mail-source-fetch-with-program): Removed.
6183         (mail-source-fetch-with-program): New function.
6184
6185         * format-spec.el: New file.
6186
6187 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6188
6189         * mail-source.el (mail-source-fetch-with-program): Take optional
6190         parameter.
6191
6192 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6193
6194         * gnus-start.el: Ignore some groups.
6195         (gnus-setup-news): Bind nnmail-fetched-sources.
6196
6197         * message.el (message-send-mail): Remove all tabs.
6198
6199         * mm-util.el (mm-find-charset-region): Just check whether
6200         find-charset-region is defined.
6201
6202 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * gnus-group.el (gnus-group-get-new-news): Use
6205         nnmail-fetched-sources.
6206
6207         * nnmail.el (nnmail-fetched-sources): New variable.
6208         (nnmail-get-new-mail): Use it.
6209
6210         * mail-source.el (mail-source-fetched-sources): New variable.
6211         (mail-source-fetch): Use it.
6212
6213 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6214
6215         * gnus.el (gnus-getenv-nntpserver): if the file that
6216         gnus-nntpserver-file names has a trailing newline, the
6217         string-match will always match, and thus the file will never be
6218         read.  (^ matches start of "line", \\` matches start of "buffer",
6219         which is what was intended...)
6220
6221 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6222
6223         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6224
6225 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6228         select methods.
6229
6230 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6231
6232         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6233
6234 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6235
6236         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6237
6238 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6239
6240         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6241         a typo.
6242         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6243         charset to nil.
6244         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6245         * gnus-start.el (gnus-start-draft-setup): Ditto.
6246
6247 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248
6249         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6250         (mail-source-value): Don't do variables.
6251
6252         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6253
6254         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6255
6256 1999-02-01  Michael Cook  <cook@sightpath.com>
6257
6258         * Defenestrate spurious ?a.
6259
6260 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * mail-source.el (mail-source-fetch-pop): Instead use
6263         :authentication.
6264
6265 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6266
6267         * lisp/mail-source.el : Support APOP authentication scheme.
6268
6269 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6270
6271         * pop3.el (pop3-movemail): Return t.
6272
6273 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274
6275         * rfc2047.el (rfc2047-fold-region): New function.
6276         (rfc2047-encode-message-header): Use it.
6277
6278 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6279
6280         * gnus-sum.el (gnus-group-charset-alist): Add more.
6281
6282 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6283
6284         * gnus.el: Pterodactyl Gnus v0.75 is released.
6285
6286 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-art.el (article-display-x-face): Don't narrow to head.
6289
6290 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6291
6292         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6293
6294 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * mail-source.el (mail-source-fetch-directory): Ignore
6297         directories.
6298
6299         * gnus-cus.el (gnus-group-parameters): Addition.
6300
6301         * gnus-art.el (article-strip-banner): Do symbolic banners.
6302         (article-strip-banner): New keystroke.
6303
6304 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6305
6306         * gnus-art.el (article-strip-banner): New command.
6307
6308 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * gnus-art.el (gnus-treat-strip-banners): New variable.
6311
6312 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6315         has been exist.
6316
6317 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6318
6319         * message.el (message-draft-coding-system): Check coding-system.
6320         * mm-util.el (mm-text-coding-system): Ditto.
6321
6322 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * mail-source.el (mail-source-fetch-pop): Save excursion.
6325
6326 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6327
6328         * mail-source.el (mail-source-movemail-args): Not constant.
6329         (mail-source-movemail-args): Removed.
6330         (mail-source-fetch-with-program): New function.
6331         (mail-source-fetch-pop): Use program and function.
6332         (mail-source-movemail-program): Removed.
6333
6334         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6335         (gnus-treat-date-user-defined): New variable.
6336
6337 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6338
6339         * nnmail.el (nnmail-fix-eudora-headers): New function.
6340
6341 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6342
6343         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6344
6345 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6348         (smiley-nosey-regexp-alist): Ditto.
6349
6350         * gnus-art.el (gnus-treatment-function-alist): Do
6351         gnus-article-add-buttons-to-head later.
6352         (gnus-treat-capitalize-sentences): New variable.
6353         (article-capitalize-sentences): New command and keystroke.
6354
6355         * gnus-group.el (gnus-group-catchup-current): Do group.
6356
6357         * message.el (message-default-charset): Add group.
6358
6359 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6360
6361         * gnus.el: Pterodactyl Gnus v0.74 is released.
6362
6363 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * gnus-art.el (article-fill-long-lines): Renamed.
6366         (article-fill-long-lines): New keystroke.
6367
6368 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369
6370         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6371
6372         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6373         displayed.
6374         (gnus-group-catchup-current): Be more robus.
6375
6376         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6377         headers.
6378
6379 1999-01-25  Dave Love  <fx@gnu.org>
6380
6381         * message.el (message-mode-menu): Add message-mime-attach-file.
6382         (message-mode): Doc fix.
6383
6384 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6385
6386         * nnmail.el (nnmail-check-duplication): Insert the mail source
6387         string.
6388
6389         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6390         (mail-source-fetch-directory): Ditto.
6391         (mail-source-fetch-file): Ditto.
6392         (mail-source-string): New variable.
6393
6394         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6395         the level.
6396
6397         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6398         before handling.
6399
6400         * mm-util.el (mm-mime-charset): Use the parameters.
6401         (mm-mime-charset): Removed region paremeters.
6402
6403         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6404         source.
6405
6406 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6407
6408         * nnmail.el (nnmail-get-split-group): Quote right.
6409
6410 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6413         buffer.
6414
6415 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6418         (gnus-group-mode): Don't hook.
6419
6420         * mail-source.el (mail-source-bind): Doc fix.
6421         (mail-source-bind): Take only one param.
6422
6423         * gnus-art.el (gnus-treat-highlight-signature): typep.
6424
6425         * mail-source.el (mail-source-movemail): Ignore empty file.
6426         (mail-source-callback): Check before deleting.
6427
6428         * message.el (message-mime-attach-file): Include name.
6429
6430 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * mm-util.el (mm-read-charset): Return a symbol.
6433
6434         * mm-view.el (mm-inline-text): Insert signature separator.
6435
6436         * gnus-art.el (gnus-treat-predicate): New function.
6437         (gnus-treat-article): Allow all types to be checked.
6438
6439         * gnus-util.el (gnus-or): New function.
6440         (gnus-and): Ditto.
6441
6442         * gnus-art.el (gnus-mime-display-single): Use override.
6443
6444         * mm-decode.el (mm-attachment-override-types): New variable.
6445         (mm-attachment-override-p): New function.
6446
6447         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6448
6449 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6450
6451         * mm-view.el (mm-inline-text): Do vcards.
6452
6453 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6454
6455         * gnus.el: Pterodactyl Gnus v0.73 is released.
6456
6457 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458
6459         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6460         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6461         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6462         (nnmail-movemail-program): Removed.
6463         (nnmail-movemail-args): Removed.
6464         (nnmail-pop-password-required): Ditto.
6465         (nnmail-tmp-directory): Ditto.
6466         (nnmail-delete-incoming): Removed.
6467         (nnmail-pop-password, nnmail-moved-inboxes,
6468         nnmail-internal-password, nnmail-move-inbox): Removed.
6469         (nnmail-read-passwd): Ditto.
6470         (nnmail-get-spool-files): Removed.
6471         (nnmail-resplit-incoming): Reinstated.
6472
6473         * mail-source.el: New file.
6474
6475 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6476
6477         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6478
6479 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480
6481         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6482
6483 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6486
6487         * gnus-picon.el (gnus-group-display-picons): Goto body.
6488
6489         * gnus.el: Indented all functions; broke long lines; changed all
6490         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6491
6492 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6493
6494         * gnus.el: Pterodactyl Gnus v0.72 is released.
6495
6496 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * gnus.el: Cleaned up trailing whitespace.
6499
6500         * mm-util.el (mm-read-charset): Work.
6501
6502 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6503
6504         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6505         nnheader-translate-file-chars'd group name.
6506
6507 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6508
6509         * message.el (message-encode-message-body): Fold case.
6510
6511 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6512
6513         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6514
6515 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6516
6517         * mailcap.el (mailcap-add): New function.
6518
6519 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520
6521         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6522         (article-goto-body): Use it.
6523         (gnus-treat-article): Ditto.
6524
6525         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6526         downloaded articles from the downloadeble list.
6527
6528 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * message.el (message-encode-message-body): Bind
6531         mail-parse-charset.
6532
6533         * mm-util.el (mm-charset-synonym-alist): New variable.
6534         (mm-charset-to-coding-system): Use it.
6535         (mm-charset-coding-system-alist): Removed.
6536         (mm-charset-to-coding-system): Don't use it.
6537         (mm-find-charset-region): Use mail-parse-charset.
6538
6539         * gnus-art.el (gnus-treatment-function-alist): Use
6540         gnus-article-display-picons.
6541         (gnus-treat-display-xface): Only do if we have xface feature.
6542         (gnus-part-display-hook): New function.
6543         (gnus-treat-article): Use it.
6544         (gnus-treat-article): Use gnus-visual.
6545
6546         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6547
6548         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6549         displaying.
6550
6551         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6552
6553         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6554         regexp file names.
6555
6556 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6557
6558         * gnus.el: Pterodactyl Gnus v0.71 is released.
6559
6560 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * mm-view.el (mm-inline-image): Don't add a dot.
6563
6564         * gnus-art.el (gnus-treat-article): New function.
6565
6566         * gnus.el (gnus-article-display-hook): Removed.
6567
6568         * gnus-art.el (gnus-article-treat-custom): New variable.
6569
6570         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6571
6572         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6573         functions.
6574
6575         * message.el (message-posting-charset): New variable.
6576         (message-send-mail): Use it.
6577
6578         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6579         (gnus-setup-posting-charset): New function.
6580         (gnus-setup-message): Use it.
6581
6582         * message.el (message-encode-message-body): Just look for
6583         Content-Type before inserting a new one.
6584
6585 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6586
6587         * rfc2047.el (rfc2047-default-charset): Removed.
6588
6589         * mail-prsvr.el: New file.
6590         (mail-parse-charset): New variable.
6591
6592         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6593         Changed name.
6594
6595         * gnus.el (gnus-charset): New group.
6596
6597         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6598
6599         * gnus-sum.el (gnus-default-charset): Default to nil.
6600         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6601         (gnus-newsgroup-iso-8859-1-forced): Removed.
6602
6603         * mm-util.el (mm-known-charsets): Removed.
6604         (mm-default-coding-system): Removed.
6605         (mm-default-charset): Removed.
6606         (mm-read-charset): New function.
6607
6608         * message.el (message-default-charset): Removed.
6609
6610         * rfc2047.el (rfc2047-default-charset): Default to nil.
6611
6612         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6613
6614 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6615
6616         * gnus.el: Pterodactyl Gnus v0.70 is released.
6617
6618 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6619
6620         * mm-decode.el (mm-save-part): Use mm-get-part.
6621         (mm-insert-part): New function.
6622         (mm-get-part): Use it.
6623         (mm-get-image): Ditto.
6624         (mm-display-external): Ditto.
6625
6626         * mm-view.el (mm-inline-text): Ditto.
6627
6628         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6629         ranges.
6630
6631         * mm-decode.el (mm-display-external): Save the buffer.
6632         (mm-remove-part): Kill it.
6633
6634         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6635
6636         * nnagent.el (nnagent-request-set-mark): Defined stub.
6637
6638 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * gnus-score.el (gnus-score-load-score-alist): Bind
6641         coding-system-for-read.
6642
6643         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6644         prepare-exit-hook.
6645
6646         * mm-view.el (mm-setup-w3): Require w3.
6647
6648 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6649
6650         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6651         body.
6652
6653 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654
6655         * mm-encode.el: Ditto.
6656
6657         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6658         error.
6659
6660         * mailcap.el (mailcap-mime-data): SAFER ps.
6661
6662         * message.el (message-encode-message-body): Always insert a
6663         Content-Type header.
6664
6665         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6666         shown inline.
6667
6668         * mm-view.el (mm-inline-text): Handle all sorts of text.
6669
6670         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6671         don't view.
6672
6673         * mm-decode.el (mm-display-external): Use it.
6674
6675         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6676
6677         * mm-decode.el (mm-save-part): Removed double code.
6678
6679 1999-01-12  Dave Love  <fx@gnu.org>
6680
6681         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6682         application/octet-stream .gz & al files with jka-compr.
6683
6684 1999-01-12  Dave Love  <fx@gnu.org>
6685
6686         * gnus-ems.el (gnus-down-mouse-3): New variable.
6687         * gnus-art.el (gnus-mime-button-map): Use it.
6688         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6689
6690 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6691
6692         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6693
6694 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6697         buffers.
6698
6699         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6700
6701         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6702
6703 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6704
6705         * mml.el (mml-parameter-string): Strip directory component.
6706
6707 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6708
6709         * gnus.el (gnus-use-demon): Removed.
6710
6711 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * nnmail.el (nnmail-article-group): Don't infloop.
6714
6715 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6716
6717         * gnus-art.el (article-update-date-lapsed): Made it work with
6718         picons, and make it update on all visible frames.
6719         (article-date-ut): Get summary-buffer's current-headers.
6720
6721 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6722
6723         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6724         (gnus-picons-setup-p): New variable.
6725
6726 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6729
6730 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6731
6732         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6733         (gnus-summary-exit-no-update): Use mapcar.
6734
6735 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6736
6737         * gnus-agent.el (gnus-category-write): Make directory.
6738
6739 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6740
6741         * gnus-sum.el (gnus-update-read-articles):
6742         (gnus-update-marks): Request backend update of mark.
6743
6744 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745
6746         * mm-bodies.el (mm-body-encoding): Use mm-find.
6747
6748 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6749
6750         * gnus-picon.el (gnus-article-display-picons): Fix.
6751
6752 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6753
6754         * gnus.el: Pterodactyl Gnus v0.69 is released.
6755
6756 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6757
6758         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6759
6760         * gnus-agent.el (gnus-agent-remove-group): New command and
6761         keystroke.
6762
6763         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6764
6765 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6766
6767         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6768
6769 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6770
6771         * mm-view.el (mm-inline-text): Bind current id.
6772
6773         * mm-decode.el (mm-handle-id): New macro.
6774         (mm-make-handle): Accept id.
6775         (mm-dissect-singlepart): Use it.
6776
6777 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6778
6779       * message.el (message-cite-original-without-signature): Use
6780       message-signature-separator when searching for signature in
6781       message-cite-original-without-signature.
6782
6783 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6784
6785         * gnus.el (gnus-server-to-method): Check named methods.
6786
6787 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6788
6789         * mm-view.el (mm-view-message): Goto point-min.
6790
6791         * nnmail.el (nnmail-article-group): Don't delete lines, only
6792         shorten them.
6793
6794         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6795         values.
6796
6797         * nnheader.el (nnheader-temp-directory): New variable.
6798         (nnheader-temp-directory): Removed.
6799
6800 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6801
6802         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6803         list of files to check for mailcap entries under windows-nt.
6804
6805 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6806
6807         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6808         summary buffer exists.
6809
6810 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6811
6812         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6813         irrelevant Sun sendmail bug.
6814         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6815
6816         * message.el (message-send-news): Bind mail-header-separator to
6817         "" when asking backend to post.
6818
6819 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6820
6821         * mm-uu.el (mm-dissect-disposition): New variable.
6822         (mm-uu-dissect): Use it.
6823
6824 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * mm-view.el (mm-inline-text): Bind url-current-object.
6827
6828 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6829
6830         * gnus-range.el (gnus-remove-from-range): Rewrite.
6831
6832 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6833
6834         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6835
6836 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6837
6838         * message.el (message-encode-message-body): Insert `MIME-Version'
6839         instead of `Mime-Version'.
6840
6841 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6842
6843         * message.el (message-insert-mime-part): Add the attachment
6844         disposition.
6845         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6846         (message-mime-query-type): New function.
6847         (message-mime-query-description): Ditto.
6848         (message-mime-query-file): Ditto.
6849         (message-insert-mime-part): Use them.
6850         (message-mime-insert-external): Use the new stuff.
6851
6852 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * nnmail.el (nnmail-split-header-length-limit): New variable.
6855
6856         * mm-decode.el (mm-dissect-buffer): Check syntax.
6857
6858         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6859
6860         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6861         (rfc2047-dissect-region): Ditto.
6862
6863 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6864
6865         * mm-view.el (mm-view-message): Decode charset.
6866
6867 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6870         CT headers.
6871
6872 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6873
6874         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6875         mm-uu-*-function.
6876         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6877
6878 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6879
6880         * message.el (message-send-mail): Do MML first.
6881         (message-send-news): Ditto.
6882
6883 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6884
6885         * gnus-picon.el (gnus-picons-face): New face.
6886         (gnus-picons-try-face): Use it.
6887
6888 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6889
6890         * gnus.el: Pterodactyl Gnus v0.68 is released.
6891
6892 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6893
6894         * gnus.el: Pterodactyl Gnus v0.67 is released.
6895
6896 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6897
6898         * gnus.el: Pterodactyl Gnus v0.66 is released.
6899
6900 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6901
6902         * gnus-art.el (gnus-insert-mime-button): Decode description.
6903
6904 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6905
6906         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6907         (gnus-decode-header-methods): Ditto.
6908         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6909
6910 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6911
6912         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6913
6914 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6915
6916         * mml.el (mml-insert-mime-headers): Encode description.
6917
6918         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6919         line.
6920
6921         * gnus-sum.el (gnus-default-charset): Doc fix.
6922
6923 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6924
6925         * mm-decode.el (mm-display-part): Forward a line.
6926
6927 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6928
6929         * mm-util.el (mm-running-ntemacs): New variable.
6930         (mm-text-coding-system): Ditto.
6931         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6932         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6933
6934 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935
6936         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6937         buffer.
6938
6939         * message.el (message-insert-headers): New command and keystroke.
6940
6941 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6944         (mm-get-image): Ditto.
6945
6946         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6947         base64, uudecode and binhex.
6948
6949 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6950
6951         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6952         in text/plain.
6953         * mm-uu.el (mm-uu-dissect): Use inline.
6954
6955 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6956
6957         * mm-view.el (mm-view-message): New function.
6958
6959         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6960         qp.
6961
6962 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6963
6964         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6965         entry for message/rfc822 as 8bit.
6966
6967 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * mailcap.el (mailcap-mime-extensions): Add patch.
6970
6971 1998-12-05  Dale Hagglund  <rdh@best.com>
6972
6973         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6974         argument to force all multipart/* to look like multipart/mixed.
6975
6976         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6977         variable.
6978         (gnus-mime-display-part): Use it.
6979
6980 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6981
6982         * gnus-draft.el (gnus-draft-send): Only disable checks for
6983         non-interactive use.
6984         (gnus-draft-send-message): Use it.
6985
6986 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6987
6988         * gnus.el: Pterodactyl Gnus v0.65 is released.
6989
6990 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6993
6994         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6995
6996 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6997
6998         * gnus.el: Pterodactyl Gnus v0.64 is released.
6999
7000 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7001
7002         * mm-view.el (mm-setup-w3): Don't load.
7003
7004         * gnus-msg.el (gnus-setup-message): Set group name.
7005         (gnus-group-mail): Avoid leaking local vars.
7006
7007         * message.el (message-attach-file): Renamed.
7008         (message-mime-attach-file): Renamed again.
7009
7010 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
7011
7012         * gnus-art.el (article-decode-encoded-words): Bind
7013         rfc2047-default-charset here.
7014
7015         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
7016
7017 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7018
7019         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
7020         (gnus-picons-setup-hook): New hook.
7021
7022 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7023
7024         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
7025         string.
7026         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
7027         line.
7028
7029 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * gnus-art.el (gnus-article-prepare-display): Setup w3.
7032         (gnus-mime-view-part): Ditto.
7033         (gnus-mime-inline-part): Dotii.
7034         (gnus-mime-externalize-part): Daddo.
7035         (gnus-mime-internalize-part): Tutti frutti.
7036         (gnus-widget-press-button): Da da do.
7037
7038         * mm-view.el (mm-setup-w3): Require url-vars.
7039
7040 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7041
7042         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
7043         * mm-util.el (mm-find-charset-region): Ditto.
7044
7045 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046
7047         * message.el (message-send): Don't encode here.
7048         (message-send-mail): But here.
7049         (message-send-news): And here.
7050
7051 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
7054
7055 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7056
7057         * gnus.el: Pterodactyl Gnus v0.63 is released.
7058
7059 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060
7061         * mml.el (mml-base-boundary): Shorten.
7062
7063         * message.el (message-insert-mime-part): Use default.
7064
7065         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
7066
7067 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7068
7069         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
7070         buttons, not [*].
7071
7072 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7073
7074         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
7075
7076 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
7077
7078         * gnus-art.el (gnus-insert-mime-button): Fix.
7079
7080 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7081
7082         * message.el (message-insert-mime-part): Nicify prompts.
7083         (message-insert-mime-part): Really delete duplicates.
7084         (message-insert-mime-part): Check against common errors.
7085         (message-insert-mime-part): Fix docstring.
7086
7087 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7090
7091 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7092
7093         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7094         (gnus-insert-mime-button): Modify accordingly.
7095
7096 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7097
7098         * gnus-art.el (gnus-display-mime): Set window point.
7099
7100         * mm-decode.el (mm-display-external): Only decode when not
7101         saving.
7102         (mm-alternative-precedence): Prefer multiparts.
7103         (mm-inline-media-tests): Inline multiparts.
7104
7105         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7106         Ignore errors when requiring url.
7107
7108         * mml.el (mml-quote-region): New command.
7109
7110         * message.el (message-cite-original): Use it.
7111         (message-cite-original-without-signature): Ditto.
7112
7113 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7114
7115         * gnus.el: Pterodactyl Gnus v0.62 is released.
7116
7117 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7120
7121 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7122
7123         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7124         `point-max-marker'.
7125
7126 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7127
7128         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7129
7130         * gnus-art.el (gnus-mime-display-single): Check for attachment
7131         before other tests.
7132
7133 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7134
7135         * gnus-msg.el (gnus-configure-posting-styles): find a
7136         posting-style entry in the group parameters, if any, and honor it
7137         at the end.
7138
7139 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7140
7141         * nntp.el (nntp-after-change-function): Fix.
7142
7143 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7144
7145         * mml.el (mml-generate-mime-1): Insert literally.
7146
7147 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7148
7149         * mml.el (mml-insert-mime-headers): Removed debug.
7150
7151 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7154         prefixed.
7155
7156         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7157         application/emacs-lisp to 8bit.
7158
7159 1998-12-03  Dale Hagglund  <rdh@best.com>
7160
7161         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7162
7163 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7164
7165         * gnus.el: Pterodactyl Gnus v0.61 is released.
7166
7167 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7168
7169         * mml.el (mml-parse-1): Skipped parts.
7170         (mml-insert-mime-headers): Nil is a list.
7171         (mml-generate-mime-1): Don't insert literally.
7172         (mml-read-tag): Drop text props.
7173         (mml-read-part): Ditto.
7174         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7175
7176 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7177
7178         * gnus.el: Pterodactyl Gnus v0.60 is released.
7179
7180 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * mml.el (mml-parse-1): Don't throw contents away.
7183
7184 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7185
7186         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7187
7188 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7191         function.
7192         (mml-parse-1): Use it.
7193
7194 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7195
7196         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7197         Use gnus-newsgroup-default-charset.
7198         (article-decode-encoded-words): Remove charset codes.
7199         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7200         gnus-default-charset.
7201
7202 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * message.el (message-send-mail): Don't encode here.
7205         (message-send-news): Nor here.
7206         (message-send): ... but here instead.
7207
7208         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7209         default to nil.
7210         (gnus-article-display-picons): Replace From line.
7211         (gnus-group-display-picons): Replace Newsgroups line.
7212         (gnus-picons-display-glyph): Set baseline.
7213         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7214         (gnus-picons-xbm-face): Revert to old, standard colors.
7215
7216         * message.el (message-fetch-field): Remove text props.
7217
7218         * gnus-art.el (gnus-article-normalized-header-length): New
7219         variable.
7220         (article-normalize-headers): New command and keystroke.
7221
7222         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7223
7224 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7225
7226         * gnus.el: Pterodactyl Gnus v0.59 is released.
7227
7228 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7229
7230         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7231
7232         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7233
7234 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7235
7236         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7237
7238 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * mm-decode.el (mm-all-images-fit): New variable.
7241         (mm-image-fit-p): Use it.
7242
7243         * gnus-art.el (gnus-mime-display-single): Use it.
7244         (gnus-mime-internalize-part): New command and keystroke.
7245
7246         * mm-decode.el (mm-user-automatic-external-display): New
7247         variable.
7248         (mm-automatic-external-display-p): New function.
7249
7250         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7251         colors.
7252
7253 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7254
7255         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7256
7257         * gnus-art.el (gnus-with-article): Work in the original article
7258         buffer.
7259         (gnus-with-article): Work in read-only groups.
7260
7261 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7262
7263         * mm-bodies.el (mm-decode-string): Return original string if not
7264         decode.
7265
7266 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7267
7268         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7269
7270 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7271
7272         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7273
7274 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7275
7276         * gnus.el: Pterodactyl Gnus v0.58 is released.
7277
7278 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7279
7280         * mm-decode.el (mm-get-image): Return a glyph, not an image
7281         specifier.
7282
7283 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7284
7285         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7286
7287 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7288
7289         * mail-parse.el (rfc2045): Required.
7290
7291 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7292
7293         * mm-view.el (mm-inline-text): Remove props.
7294
7295 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * mm-view.el (mm-setup-w3): Protect url-misc.
7298
7299         * message.el (message-ignored-resent-headers): Remove
7300         Gnus-Warning.
7301
7302         * mml.el (mml-insert-mime-headers): Use encoding.
7303         (mml-parameter-string): Ditto.
7304
7305         * rfc2045.el: New file.
7306         (rfc2045-encode-string): New function.
7307
7308 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * mail-parse.el (mail-header-encode-parameter): New function.
7311
7312         * rfc2231.el (rfc2231-encode-string): New function.
7313
7314 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7315
7316         * mm-bodies.el (mm-decode-string): New function.
7317         * mm-view.el (mm-inline-text): Use mm-decode-string.
7318
7319 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7320
7321         * gnus.el: Pterodactyl Gnus v0.57 is released.
7322
7323 1998-11-23  Felix Lee  <flee@cygnus.com>
7324
7325         * nntp.el (nntp-async-needs-kluge): new setting.
7326         (nntp-async-timer): new var.
7327         (nntp-async-process-list): new var.
7328         (nntp-async-kluge): new function.
7329         (nntp-async-timer-handler): new function.
7330         (nntp-async-wait): new function.
7331         (nntp-async-stop): new function.
7332         (nntp-after-change-function): renamed, and split apart.
7333         (nntp-async-trigger): new function.
7334         (nntp-do-callback): new function.
7335         (nntp-accept-process-output): add optional timeout arg.
7336
7337         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7338         (gnus-async-wait-for-article): new function.
7339         (gnus-async-with-semaphore): s/asynch/async/.
7340
7341 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7342
7343         * gnus-art.el (gnus-with-article): Don't encode.
7344         (gnus-insert-mime-button): Fall back on filename from C-D.
7345         (gnus-mime-display-single): Have dots right on text/plain
7346         attachments.
7347
7348         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7349         broken parts.
7350
7351         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7352
7353         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7354         binhex.
7355
7356         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7357         (gnus-summary-repair-multipart): New command and keystroke.
7358
7359         * gnus-art.el (gnus-with-article-buffer): New macro.
7360
7361 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7362
7363         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7364         undisplay the part.
7365
7366 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7367
7368         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7369
7370         * mml.el (mml-read-part): Partition right.
7371
7372         * mm-decode.el (mm-handle-set-cache): New macro.
7373         (mm-handle-cache): Ditto.
7374         (mm-make-handle): Ditto.
7375         (mm-dissect-singlepart): Use it.
7376         (mm-get-image): Use the cache.
7377
7378 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7379
7380         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7381         (gnus-mime-display-single): Don't insert lines between parts.
7382
7383 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7384
7385         * nnmail.el (nnmail-file-coding-system-1): New variable.
7386         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7387         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7388         * nnml.el (nnml-file-coding-system): New variable.
7389         (nnml-request-article): Use nnml-file-coding-system.
7390
7391 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7392
7393         * gnus.el: Pterodactyl Gnus v0.56 is released.
7394
7395 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * gnus-art.el (gnus-mime-display-part): New function.
7398         (gnus-mime-display-mixed): Use it.
7399
7400         * mm-view.el (mm-setup-w3): Don't register.
7401
7402         * message.el (message-cite-original): Cite parts.
7403
7404 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7405
7406         * mml.el (mml-parameter-string): New function.
7407         (mml-insert-mime-headers): Separated into new function.
7408
7409 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7410
7411         * mml.el (mml-make-boundary): Use `make-string'.
7412
7413 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7414
7415         * binhex.el (binhex-insert-char): Ditto.
7416
7417         * base64.el (base64-insert-char): Ditto.
7418
7419         * uudecode.el (uudecode-insert-char): Code correctly.
7420
7421 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * mml.el (mml-generate-mime): Don't generate multiparts for
7424         empties.
7425
7426         * gnus-art.el (gnus-display-mime): Save excursion.
7427
7428         * message.el (message-remove-first-header): New function.
7429         (message-encode-message-body): Use it.
7430
7431 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7432
7433         * gnus.el: Pterodactyl Gnus v0.55 is released.
7434
7435 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7436
7437         * mm-view.el (mm-setup-w3): New function.
7438
7439         * mm-decode.el (mm-content-id-get-contents): New function.
7440         (mm-content-id-get-type): Ditto.
7441         (mm-content-id-get-encoding): Ditto.
7442         (mm-get-handle-by-content-id): Removed.
7443
7444 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7445
7446         * message.el (message-generate-new-buffers): Fix tag.
7447
7448 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449
7450         * message.el (message-buffer-name): Check for unique first.
7451
7452         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7453         gnus-inhibit-mime-unbuttonizing.
7454
7455         * gnus-sum.el (t): Bind M-t.
7456         (gnus-inhibit-unbuttonizing): New variable.
7457         (gnus-summary-toggle-display-buttonized): New command.
7458
7459         * gnus-art.el (gnus-display-mime): Select article window.
7460         (article-strip-trailing-space): New command and keystroke.
7461
7462         * nneething.el (nneething-include-files): New variable.
7463         (nneething-create-mapping): Use it.
7464
7465         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7466
7467         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7468         ayto-expirable marks.
7469
7470 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7471
7472         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7473
7474         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7475         ARG.
7476
7477         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7478
7479 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7480
7481         * mm-util.el (mm-binary-coding-system): New variable.
7482         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7483         * mm-decode.el (mm-display-external): Ditto.
7484
7485 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7486
7487         * gnus.el: Pterodactyl Gnus v0.54 is released.
7488
7489 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7492
7493 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7494
7495         * mm-decode.el (mm-save-part): Unquote.
7496
7497 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7498
7499         * mm-decode.el (mm-save-part): Bind coding system for write.
7500
7501 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus-art.el (gnus-article-mode-line-format): New default.
7504         (gnus-article-mime-part-status): New function.
7505
7506         * message.el (message-send-news): Check the body syntax before
7507         encoding.
7508
7509         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7510         (gnus-mime-display-single): Use it.
7511         (gnus-mime-display-alternative): Ditto.
7512
7513         * mm-decode.el: Check for whether we are running under a term.
7514
7515 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * mm-decode.el (mm-preferred-alternative): Default to first
7518         alternative.
7519         (mm-preferred-alternative): No, we dont.
7520
7521 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7522
7523         * mm-decode.el (mm-display-external): Use binary instead of
7524         no-conversion.
7525         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7526         * nnheader.el (nnheader-file-coding-system): Ditto.
7527         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7528
7529 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7530
7531         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7532         name without method.
7533
7534 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7535
7536         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7537         coding-system -> default-charset.
7538         (gnus-newsgroup-default-charset-alist): Ditto.
7539         (gnus-summary-local-variables): Ditto.
7540         (gnus-set-global-variables): Ditto.
7541         (gnus-get-newsgroup-headers): Ditto.
7542         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7543         (gnus-get-newsgroup-headers-xover): Ditto.
7544         (gnus-newsgroup-setup-default-charset): Ditto.
7545         (article-decode-mime-words): Ditto.
7546         (article-decode-charset): Ditto.
7547         (article-decode-encoded-words): Ditto.
7548         (article-de-quoted-unreadable): Ditto.
7549         (gnus-mime-view-all-parts): Ditto.
7550         (gnus-mime-externalize-part): Ditto.
7551         (gnus-mm-display-part): Ditto.
7552         (gnus-mime-display-single): Ditto.
7553         (gnus-mime-display-alternative): Ditto.
7554         * lpath.el : Ditto.
7555
7556 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7557
7558         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7559         * gnus-art.el (article-decode-charset): Overlay
7560         rfc2047-default-charset.
7561         * message.el (message-draft-coding-system): New variable.
7562         (message-set-auto-save-file-name): Use message-draft-coding-system.
7563         * nndraft.el (nndraft-request-article): Ditto.
7564         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7565         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7566
7567 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7568
7569         * mm-uu.el (mm-uu-test): New function.
7570         (mm-uu-dissect): Inherit charset and cte from head.
7571         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7572
7573 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7574
7575         * gnus.el: Pterodactyl Gnus v0.53 is released.
7576
7577 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7578
7579         * mm-decode.el (mm-get-image): New function.
7580         (mm-image-fit-p): New function.
7581
7582         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7583
7584         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7585
7586         * gnus-art.el (gnus-article-insert-newline): New function.
7587         (article-goto-body): New function.
7588
7589 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7592         buttons.
7593
7594         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7595         keystroke.
7596
7597         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7598         line between parts.
7599
7600         * message.el (message-remove-header): Go to end if wanted.
7601
7602 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7603
7604         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7605         movement with save-window-excursion.
7606
7607 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7608
7609         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7610
7611 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7612
7613         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7614
7615 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7616
7617         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7618         gnus-newsgroup-coding-system.
7619         (gnus-get-newsgroup-headers): Ditto.
7620         (gnus-get-newsgroup-headers-xover): Ditto.
7621         (gnus-set-global-variables): Ditto.
7622         * gnus-art.el (article-decode-mime-words): Ditto.
7623         (article-decode-charset): Ditto.
7624         (article-decode-encoded-words): Ditto.
7625         (article-de-quoted-unreadable): Ditto.
7626         (gnus-mime-view-all-parts): Ditto.
7627         (gnus-mime-externalize-part): Ditto.
7628         (gnus-mm-display-part): Ditto.
7629         (gnus-mime-display-alternative): Ditto.
7630         (gnus-mime-display-single): Ditto.
7631         * mm-view.el (mm-inline-text): Use default coding system.
7632
7633 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7634
7635         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7636         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7637         (gnus-newsgroup-coding-system): New local variable.
7638         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7639         (gnus-summary-local-variables): Add two new local variables.
7640         (gnus-newsgroup-setup-coding-system): New function.
7641         (gnus-select-newsgroup): Setup coding system.
7642         * lpath.el: Add two new variables.
7643         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7644         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7645         * gnus-cus.el (gnus-group-parameters): Customizable
7646         iso-8859-1-forced.
7647
7648 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7649
7650         * gnus.el: Pterodactyl Gnus v0.52 is released.
7651
7652 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7653
7654         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7655         encoding.
7656
7657         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7658         undisplayed text types.
7659
7660         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7661         types.
7662
7663 1998-11-19  Felix Lee  <flee@cygnus.com>
7664
7665         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7666
7667 1998-11-19  Felix Lee  <flee@cygnus.com>
7668
7669         * gnus-async.el (gnus-asynch-obarray): rename to
7670         gnus-async-hashtb, and don't buffer-local it.
7671
7672         (gnus-async-article-callback): new function.
7673         (gnus-make-async-article-function): use it.
7674
7675         (gnus-async-current-prefetch-group): new var.
7676         (gnus-async-current-prefetch-article): new var.
7677         (gnus-async-request-fetched-article): are we fetching it already?
7678
7679         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7680
7681 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * gnus-sum.el (gnus-summary-show-article): Require.
7684
7685         * message.el: Provide before hooks.
7686         (message-send-news): Do MIME before headers.
7687
7688         * gnus-art.el (gnus-article-check-buffer): New function.
7689         (gnus-article-read-summary-keys): Use it.
7690
7691         * mm-decode.el (mm-user-automatic-display): Display all inline
7692         images.
7693
7694         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7695         much.
7696         (gnus-unbuttonized-mime-types): New variable.
7697
7698 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7699
7700         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7701
7702         * mm-decode.el (mm-quote-arg): Quote semicolons.
7703
7704         * gnus-art.el (gnus-mime-display-single): Don't display
7705         attachments.
7706         (gnus-mime-externalize-part): New command and keystroke.
7707
7708         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7709         (mm-alternative-precedence): Changed order.
7710
7711 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7712
7713         * gnus.el (gnus-method-simplify): New function.
7714         (gnus-native-method-p): New function.
7715         (gnus-secondary-method-p): Use gnus-method-equal.
7716
7717         * gnus-start.el (gnus-group-change-level): Shorten select method.
7718
7719 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7720
7721         * gnus.el: Pterodactyl Gnus v0.51 is released.
7722
7723 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7724
7725         * gnus.el: Applied patches from 5.6.45.
7726
7727         * gnus-score.el (gnus-score-find-trace): Print complete file
7728         paths.
7729         (gnus-score-find-trace): Truncate lines.
7730
7731         * gnus.el (gnus-message-archive-group): Allow function.
7732
7733         * message.el (message-encode-message-body): Remove Mime-Version
7734         before inserting.
7735
7736         * gnus-cus.el (gnus-group-customize): Optional topic.
7737
7738         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7739         keystroke.
7740
7741 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7742
7743         * message.el (message-encode-message-body): Rewrite.
7744
7745 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * mml.el (mml-base-boundary): New variable.
7748         (mml-make-boundary): New function.
7749
7750         * gnus-cache.el (gnus-cache-coding-system): New variable.
7751         (gnus-cache-request-article): Use it.
7752
7753         * message.el (message-insert-mime-part): Delete duplicates.
7754
7755 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7756
7757         * gnus-art.el (gnus-mime-display-alternative): Set end of
7758         multipart and display even when nothing is preferred.
7759
7760 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7761
7762         * gnus.el: Pterodactyl Gnus v0.50 is released.
7763
7764 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765
7766         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7767         fbound.
7768
7769         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7770
7771 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7772
7773         * gnus.el (gnus-similar-server-opened): Compare backend.
7774
7775 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7776
7777         * gnus-topic.el (gnus-topic-expire-articles): New function.
7778         (gnus-topic-mode-map): Bind it.
7779
7780         * gnus.texi (Topic Commands): New expiry command. Reordered.
7781
7782 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7783
7784         * gnus-sum.el
7785         (gnus-auto-expirable-marks): New variable.
7786         (gnus-inhibit-user-auto-expire): New variable.
7787         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7788         When looking to see if we should expire instead, check
7789         gnus-auto-expirable-marks instead of using a hard-wired list.
7790         (gnus-summary-mark-as-read-forward,
7791         gnus-summary-mark-as-read-backward):
7792         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7793         gnus-summary-mark-forward, instead of `t'.
7794
7795 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * mml.el (mml-compute-boundary): New function.
7798         (mml-compute-boundary-1): New function.
7799         (mml-generate-mime-1): Use it.
7800
7801 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7802
7803         * mml.el (mml-generate-mime-1): Always precede closing boundary
7804         with newline.
7805
7806 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7807
7808         * mml.el (mml-generate-mime-1): Do right boundaries when several
7809         multiparts.
7810
7811         * mm-decode.el (mm-user-automatic-display): Default to inline
7812         jpeg.
7813
7814         * mml.el (mml-generate-mime-1): Encode non-text parts.
7815
7816 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7817
7818         * gnus.el: Pterodactyl Gnus v0.49 is released.
7819
7820 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7821
7822         * mm-view.el (mm-inline-text): Require w3-vars.
7823
7824         * gnus-setup.el (gnus-use-tm): Removed.
7825
7826         * gnus-art.el (gnus-article-goto-part): Don't beep.
7827         (gnus-article-view-part): Check return value.
7828         (gnus-mime-display-alternative): Don't display when there is
7829         nothing to display.
7830
7831         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7832         (mml-generate-mime-1): Use unibyte for binaries.
7833
7834         * gnus-art.el (gnus-display-mime): Call
7835         gnus-article-mime-part-function.
7836         (gnus-mime-part-function): New function.
7837         (gnus-article-mime-part-function): New function.
7838
7839         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7840
7841 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842
7843         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7844
7845         * message.el (message-font-lock-keywords): Highlight MML.
7846         (message-mml-face): New font.
7847
7848 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7849
7850         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7851         (gnus-mm-display-part): Do not select-window if the article window
7852         is not found.
7853
7854 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7855
7856         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7857
7858 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7859
7860         * gnus.el: Pterodactyl Gnus v0.48 is released.
7861
7862 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7863
7864         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7865
7866         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7867
7868         * message.el (message-cite-original-without-signature): Ditto.
7869         (message-cite-original): Quote parts.
7870
7871 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7872
7873         * gnus.el: Pterodactyl Gnus v0.47 is released.
7874
7875 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * message.el (message-encode-message-body): Insert MIME warning.
7878
7879         * mml.el (mml-read-tag): Look for #tag.
7880
7881         * mm-util.el (mm-find-charset-region): Check whether
7882         enable-multibyte-characters is bound.
7883
7884 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7885
7886         * gnus.el: Pterodactyl Gnus v0.46 is released.
7887
7888 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7889
7890         * message.el (message-encode-message-body): Insert headers at the
7891         right spot.
7892
7893 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7894
7895         * gnus.el: Pterodactyl Gnus v0.45 is released.
7896
7897 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7898
7899         * nndraft.el (nndraft-save-mime-part): Removed.
7900         (nndraft-get-mime-part): Ditto.
7901
7902         * message.el (message-format-mime-old): Removed.
7903         (message-encode-message-body): Removed.
7904         (message-encode-message-body): Renamed.
7905
7906 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7909
7910         * message.el (message-format-mime): Check message-mime-part.
7911
7912         * mm-encode.el (mm-mime-file-types): Removed.
7913         (mm-default-file-encoding): New definition.
7914
7915 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7916
7917         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7918         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7919
7920 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7921
7922         * gnus.el: Pterodactyl Gnus v0.44 is released.
7923
7924 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7925
7926         * message.el (message-format-mime): New function.
7927
7928         * nndraft.el (nndraft-save-mime-part): New function.
7929         (nndraft-get-mime-part): New function.
7930
7931         * mm-encode.el (mm-default-file-encoding): New function.
7932         (mm-content-transfer-encoding): New function.
7933         (mm-encode-buffer): New function.
7934
7935         * message.el: New command.
7936         (message-mime-part): New variable.
7937         (message-insert-mime-part): New command.
7938
7939         * mm-encode.el (mm-encode-content-transfer-encoding): New
7940         function.
7941
7942         * mm-util.el (mm-content-transfer-encoding-defaults): New
7943         variable.
7944         (mm-mime-file-types): Taken from TM.
7945
7946 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7947
7948         * gnus.el: Pterodactyl Gnus v0.43 is released.
7949
7950 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7951
7952         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7953         * gnus-score.el (gnus-score-default-header): Ditto.
7954         (gnus-header-index): Ditto.
7955         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7956         (gnus-summary-header): Handle extra headers.
7957         (gnus-summary-score-entry): Ditto, & provide new score element.
7958         (gnus-summary-score-effect): Ditto.
7959         (gnus-score-string): Avoid "extra" string sort, & modify match in
7960         "extra" case.
7961         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7962
7963 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * message.el (message-resend): Bind message-required-mail-headers
7966         to nil.
7967
7968         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7969
7970         * nngateway.el (require): Require cl.
7971
7972         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7973         things.
7974
7975 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7976
7977         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7978         when no articles.
7979
7980 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7983
7984 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7985
7986         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7987         user-mail-address if non-nil.
7988
7989 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7990
7991         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7992         (gnus-make-sort-function-1): Ditto.
7993
7994         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7995         window.
7996
7997 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * mm-util.el (mm-with-unibyte-buffer): Ditto.
8000
8001         * binhex.el (binhex-decode-region): Quote.
8002
8003 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8004
8005         * gnus-art.el (article-decode-charset): Don't downcase charset.
8006
8007         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
8008
8009 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8010
8011         * gnus.el: Pterodactyl Gnus v0.42 is released.
8012
8013 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8014
8015         * gnus-art.el (gnus-display-mime): Add id for alternative part.
8016
8017 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
8018
8019         * nntp.el (nntp-send-mode-reader): Revert.
8020
8021 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8022
8023         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
8024
8025 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8026
8027         * message.el (message-make-date): Fix for negative time zones.
8028
8029 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8030
8031         * gnus.el: Pterodactyl Gnus v0.41 is released.
8032
8033 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
8034
8035         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8036
8037 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
8038
8039         * gnus.el (gnus-short-group-name): When shortening foreign select
8040         methods, do not scan for plusses beyond the first colon.
8041
8042 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
8043
8044         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
8045         lines where `group' is the last thing on the line.
8046
8047 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * gnus-art.el (gnus-article-view-part): Do alternative.
8050         (gnus-mime-display-alternative): Insert marker.
8051
8052 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8055
8056         * nnmail.el (nnmail-expired-article-p): Protect against bogus
8057         dates.
8058
8059         * gnus-cus.el (gnus-topic): Required.
8060
8061         * nnheader.el (nnheader-parse-nov): Parse extra.
8062         (nnheader-nov-parse-extra): New macro.
8063
8064 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8065
8066         * gnus-art.el (gnus-article-view-part): Internal move.
8067
8068 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
8069
8070         * gnus-cus-new.el (gnus-custom-topic): New free variable.
8071         (gnus-group-customize): Support editing topic parameters.
8072
8073 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
8074
8075         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
8076         indicators.
8077
8078 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8079
8080         * gnus-art.el (gnus-mm-display-part): Return.
8081         (gnus-article-view-part): Only go if external.
8082         (gnus-article-dumbquotes-map): Do 205.
8083
8084         * mm-decode.el (mm-display-part): Return what was done.
8085
8086         * message.el (message-buffer-naming-style): New variable.
8087         (message-generate-new-buffers): Extended.
8088         (message-buffer-naming-style): Removed.
8089         (message-buffer-name): Use it.
8090         (message-do-send-housekeeping): Rename new styling.
8091
8092         * gnus-sum.el (gnus-summary-recenter): Allow
8093         gnus-auto-center-summary to be a number.
8094
8095 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8096
8097         * pop3.el (pop3-open-server): Use "binary" instead of
8098         "no-conversion".
8099
8100 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8101
8102         * gnus-srvr.el (gnus-browse-foreign-server): Set
8103         gnus-browse-current-method to the result of gnus-server-to-method.
8104
8105 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8106
8107         * gnus-util.el (gnus-pull): Another optional argument.
8108         * nnweb.el (nnweb-request-delete-group): Delete from
8109         nnweb-group-alist and update active file.
8110
8111 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8112
8113         * gnus-group.el (gnus-group-make-group): Accept group of new
8114         method.
8115
8116 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8117
8118         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8119
8120 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8121
8122         * mm-view.el (mm-inline-text): Postion of html portion.
8123
8124 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * nntp.el (nntp-list-active-group): Waited for short strings.
8127         (nntp-send-mode-reader): Ditto.
8128         (nntp-open-connection): Ditto.
8129
8130         * gnus-int.el (gnus-request-group-articles): New function.
8131
8132         * nntp.el (nntp-request-listgroup): New function.
8133         (nntp-request-group-articles): Renamed.
8134
8135 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8136
8137         * nnheader.el (nnheader-parse-nov): Supply extra.
8138
8139 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * gnus-art.el (gnus-button-push): Don't go to
8142         gnus-article-buffer.
8143
8144         * mm-view.el (mm-inline-image): Add a newline.
8145
8146         * gnus-start.el (gnus-check-first-time-used): Check more.
8147
8148 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8149
8150         * gnus-start.el (gnus-check-first-time-used): Check current.
8151
8152 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8153
8154         * mm-util.el (mm-find-charset-region): New function.
8155
8156         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8157
8158         * gnus-art.el (gnus-mime-button-menu): Fix.
8159
8160 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8161
8162         * gnus-art.el (gnus-mime-button-menu): New definition.
8163
8164 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * gnus-art.el (article-decode-charset): Downcase charset.
8167         (article-decode-charset): Pass on type.
8168         (article-decode-charset): Check nil charsets.
8169         (article-remove-cr): Translate CR to LF.
8170         (gnus-ignored-mime-types): Default to nil.
8171
8172         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8173
8174         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8175         user-mail-address.
8176         (gnus-nov-parse-extra): Didn't return right thing.
8177
8178 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * gnus-xmas.el: Use compiled-function-p.
8181
8182 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8183
8184         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8185
8186 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8187
8188         * gnus.el: Pterodactyl Gnus v0.40 is released.
8189
8190 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8193
8194         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8195
8196         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8197
8198         * nnml.el (nnml-possibly-create-directory): Check before making.
8199
8200 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8201
8202         * nnheader.el (nnheader-insert-nov): Don't infloop.
8203
8204 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8205
8206         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8207         set up.
8208
8209 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8210
8211         * nneething.el (nneething-file-name): New definition.
8212
8213 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8214
8215         * gnus-art.el (gnus-treatment-function-alist): Fix.
8216         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8217
8218         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8219
8220 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8221
8222         * gnus.el: Pterodactyl Gnus v0.39 is released.
8223
8224 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8225
8226         * gnus-art.el (gnus-ignored-mime-types): New variable.
8227         (gnus-mime-display-single): Use it.
8228         (gnus-treatment-function-alist): New variable.
8229
8230         * gnus.el (gnus-mime): New group.
8231
8232         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8233         things for other parts.
8234         (gnus-mime-display-alternative): Place point.
8235
8236         * gnus.el: autoload gnus-uu-post-news.
8237
8238         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8239         needsterm/DISPLAY.
8240
8241         * mm-decode.el (mm-display-part): Default to inline text/.*
8242         parts.
8243
8244         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8245         8bit.
8246
8247         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8248         (gnus-mime-display-single): Inline all text parts.
8249         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8250
8251 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252
8253         * nnml.el (nnml-possibly-create-directory): Rewrite.
8254         (nnml-request-create-group): Change to right server.
8255
8256         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8257
8258         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8259
8260         * gnus.el: rmail-output-to-rmail-file autoload.
8261
8262         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8263         Gnus.
8264
8265         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8266
8267         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8268
8269 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8270
8271         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8272         mixed part.
8273
8274 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8275
8276         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8277
8278         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8279
8280 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8283
8284 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8285
8286         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8287         value.
8288
8289         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8290         hidden.
8291
8292         * gnus-spec.el (gnus-update-format-specifications): Use the
8293         article mode line spec.
8294
8295         * gnus-art.el (gnus-insert-mime-button): Put right type.
8296         (gnus-insert-prev-page-button): Ditto.
8297         (gnus-insert-next-page-button): Dutti.
8298
8299         * pop3.el: New version installed.
8300
8301 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8302
8303         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8304         and display last part.
8305
8306 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8307
8308         * gnus.el: Pterodactyl Gnus v0.38 is released.
8309
8310 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8313         Removed.
8314         (article-de-quoted-unreadable): Narrow to default.
8315
8316         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8317
8318         * gnus-art.el (article-decode-charset): Decode even when broken
8319         MIME.
8320
8321         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8322         name.
8323
8324         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8325
8326         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8327         nnheader.
8328
8329         * nnmail.el (nnmail-extra-headers): New variable.
8330
8331         * nnheader.el (nnheader-insert-nov): Insert extra.
8332
8333         * gnus.el (gnus-summary-line-format): Doc fix.
8334
8335         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8336         (gnus-nov-parse-line): Ditto.
8337         (gnus-nov-parse-extra): New macro.
8338         (gnus-header): New function.
8339         (gnus-update-summary-mark-positions): Change.
8340         (gnus-ignored-from-addresses): New variable.
8341         (gnus-summary-insert-from-or-to): New function.
8342
8343         * gnus.el (gnus-extra-headers): New variable.
8344
8345         * nnheader.el (make-mail-header): Expand.
8346         (mail-header-extra): New macro.
8347         (mail-header-set-extra): Ditto.
8348         (make-full-mail-header): Expand.
8349
8350 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8351
8352         * gnus.el: Pterodactyl Gnus v0.37 is released.
8353
8354 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8355
8356         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8357
8358         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8359         on.
8360
8361 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8362
8363         * gnus-spec.el (gnus-balloon-face-function): new function
8364         (gnus-parse-format): understand the %< %> specifiers
8365         (gnus-parse-complex-format): ditto.
8366
8367 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8368
8369         * gnus.el: Changed following-char to char-after throughout.
8370
8371 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * mm-decode.el (mm-display-external): Protect more and message.
8374
8375 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8376
8377         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8378         position.
8379
8380 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8381
8382         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8383         mixed part.
8384
8385 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8386
8387         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8388
8389         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8390
8391 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8392
8393         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8394
8395 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8396
8397         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8398
8399         * mm-decode.el (mm-display-external): Set undisplayer to mm
8400         buffer, not the current buffer; use unwind-protect.
8401
8402 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8405         (gnus-summary-exit-no-update): Ditto.
8406
8407 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * mm-decode.el (mm-inline-media-tests): Look for w3.
8410
8411         * mailcap.el (mailcap-mime-data): Inline html.
8412
8413 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8414
8415         * gnus.el: Pterodactyl Gnus v0.36 is released.
8416
8417 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8418
8419         * gnus-art.el (article-translate-strings):
8420         (gnus-article-dumbquotes-map): Don't dot.
8421
8422         * pop3.el (pop3-open-server): Set point right.
8423
8424         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8425         (mm-dissect-buffer): Ditto.
8426         (mm-destroy-part): Ignore non-handles.
8427         (mm-remove-part): Ditto.
8428         (mm-destroy-parts): New function.
8429         (mm-remove-parts): Ditto.
8430
8431         * gnus-art.el (gnus-mm-display-part): Don't move point.
8432
8433 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8434
8435         * mm-uu.el : New file.
8436
8437         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8438
8439         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8440         a function.
8441
8442 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * mm-decode.el (mm-display-external): Check before selecting.
8445
8446 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8447
8448         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8449
8450         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8451
8452         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8453         variable.
8454
8455         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8456
8457         * gnus-art.el (gnus-decode-header-methods): New variable.
8458
8459         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8460
8461         * gnus-art.el (gnus-multi-decode-header): New function.
8462
8463 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8464
8465         * gnus.el: Pterodactyl Gnus v0.35 is released.
8466
8467 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468
8469         * uudecode.el (uudecode-decode-region-external): Insert
8470         literally.
8471
8472         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8473
8474         * mm-bodies.el (mm-decode-body): Optional encoding.
8475
8476 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477
8478         * gnus-ems.el (gnus-mouse-3): New variable.
8479
8480         * binhex.el (binhex-decode-region-external): Don't use -internally.
8481
8482 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8483
8484         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8485         files.
8486
8487 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8488
8489         * gnus-group.el (gnus-add-marked-articles): Request backend update
8490         of flags.
8491
8492 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8493
8494         * gnus-sum.el (gnus-update-read-articles):
8495         (gnus-update-marks): Request backend update of mark.
8496
8497 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8498
8499         * gnus.texi (Optional Backend Functions): New item,
8500         nnchoke-request-set-mark.
8501
8502 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8503
8504         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8505           list to range.
8506
8507 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8508
8509         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8510
8511 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8512
8513         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8514         first used.
8515
8516 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8517
8518         * mm-view.el: Require mm-decode for macros.
8519
8520         * mm-decode.el (mm-handle-type): Move macro declarations above the
8521         place where they are used.
8522
8523 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8524
8525         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8526         buffer.
8527
8528 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8529
8530         * nnagent.el (nnagent-open-server): Error message.
8531
8532 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8533
8534         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8535
8536 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8537
8538         * score-mode.el (gnus-score-mode-map): Ditto.
8539
8540         * message.el (message-mode-map): Ditto.
8541
8542         * gnus-uu.el (gnus-uu-post-news): Ditto.
8543
8544         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8545
8546         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8547
8548         * gnus-art.el (gnus-article-edit-mode-map): Use
8549         `set-keymap-parent' rather than `copy-keymap'.
8550
8551 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8552
8553         * gnus-art.el (gnus-mime-button-commands): New variable.
8554         (gnus-mime-button-map): Initialize it from
8555         `gnus-mime-button-commands'.
8556         (gnus-mime-button-menu): New function.
8557         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8558
8559 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8560
8561         * message.el (message-insert-to): Make `nobody' and `poster'
8562         synonymous to `never' and `always' in Mail-Copies-To.
8563         (message-reply): Ditto.
8564         (message-followup): Ditto.
8565
8566 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567
8568         * mailcap.el (mailcap-mime-data): Save sound.
8569
8570 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8571
8572         * message.el (message-ignored-supersedes-headers): Include
8573         `NNTP-Posting-Date'.
8574
8575 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8576
8577         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8578
8579 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8582         uudecode.
8583
8584 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8585
8586         * mm-decode.el (mm-display-external): Don't switch on save.
8587
8588 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8589
8590         * nnmail.el (nnmail-movemail-args): New variable.
8591
8592 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8593
8594         * gnus-art.el (article-translate-strings):
8595
8596 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * gnus-art.el (gnus-article-view-part): Use it.
8599         (gnus-mm-display-part): New function.
8600         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8601
8602         * mm-decode.el (mm-handle-displayed-p): New function.
8603
8604         * gnus-art.el (gnus-mime-copy-part): Create better names.
8605         (gnus-mime-button-line-format): Include dots spec.
8606
8607 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8608
8609       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8610       forward buffer first.
8611
8612 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8613
8614         * gnus-util.el (gnus-set-window-start): New function.
8615
8616         * message.el (message-send): Don't check changed.
8617
8618 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * gnus-art.el (gnus-article-setup-buffer): Set params.
8621
8622         * mm-decode.el (mm-user-display-methods): Inline
8623         "message/delivery-status".
8624
8625 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * message.el (message-auto-save-directory): Rename.
8628         (message-mode): Dof fix.
8629
8630         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8631         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8632
8633         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8634
8635         * message.el (message-make-date): Avoid locale.
8636
8637         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8638         cache.
8639
8640         * mm-decode.el (mm-display-inline): Goto point-min.
8641
8642         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8643
8644         * mm-decode.el (mm-display-external): Reverse before sorting.
8645
8646         * gnus-draft.el (gnus-draft-send): Allow mail.
8647
8648 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8649
8650         * message.el (message-check): Move message-check macro above where
8651         it is first used.
8652
8653         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8654
8655 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8656
8657         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8658
8659 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8660
8661         * gnus.el: Pterodactyl Gnus v0.34 is released.
8662
8663 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * mm-decode.el (mm-inline-media-tests): delivery-status.
8666
8667         * mm-view.el (mm-inline-text): Provide default.
8668
8669 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8670
8671         * mailcap.el (mailcap-possible-viewers): Fix nils.
8672
8673 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8676         (article-update-date-lapsed): Record the buffer.
8677         (article-update-date-lapsed): Do all windows that display article
8678         buffers.
8679
8680         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8681
8682         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8683
8684         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8685         annoations.
8686
8687         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8688
8689 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690
8691         * gnus-agent.el (gnus-category-add): Change default category to
8692         'false.
8693
8694         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8695         scores.
8696
8697         * gnus-draft.el (gnus-draft-send): Check server more.
8698
8699         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8700         (gnus-article-goto-part): New function.
8701
8702         * mm-view.el (mm-inline-text): Insert richtext properly.
8703
8704         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8705
8706 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707
8708         * parse-time.el (parse-time-rules): Accept dates far into the past
8709         and the future, and parse single-digit numbers as years.
8710
8711 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * mm-decode.el (mm-display-external): Chop off directories.
8714
8715 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8716
8717         * uudecode.el (uu-decode-region-external): Use
8718         insert-file-contents-literally.
8719
8720         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8721
8722 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8723
8724         * uudecode.el: New file.
8725
8726         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8727         x-uuencode.
8728
8729 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8732
8733         * message.el (message-fetch-field): Unfold properly.
8734
8735         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8736         in text/plain.
8737
8738 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8739
8740         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8741         (gnus-auto-select-first): Removed.
8742         (gnus-auto-select-first): Extended.
8743         (gnus-summary-read-group-1): Use new value.
8744
8745 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8746
8747         * message.el (message-fix-before-sending): Space.
8748
8749         * nnmail.el (nnmail-find-file): Don't erase.
8750
8751 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8754
8755 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8756
8757         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8758
8759 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8760
8761         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8762
8763 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8764
8765         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8766         20.4.
8767
8768 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * gnus-art.el (gnus-mime-view-all-parts): New command and
8771         keystroke.
8772
8773         * mm-decode.el (mm-display-external): Translate slashes.
8774
8775         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8776
8777         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8778
8779         * mm-decode.el (mm-quote-arg): Quote spaces.
8780         (mm-display-external): Quote args.
8781
8782 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8783
8784         * mm-decode.el (mm-inlinable-part-p): New function.
8785
8786 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8787
8788        * mm-util.el (mm-disable-multibyte): New function.
8789
8790 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8791
8792         * gnus.el: Pterodactyl Gnus v0.33 is released.
8793
8794 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8795
8796         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8797
8798         * mm-decode.el (mm-display-external): Don't switch for externals.
8799         (mm-dissect-multipart): Don't include end-sep.
8800
8801         * mm-util.el (mm-get-coding-system-list): New function.
8802         (mm-coding-system-list): New variable.
8803
8804 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8805
8806         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8807
8808 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8809
8810         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8811         group
8812
8813 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8814
8815         * base64.el (base64-run-command-on-region): External base64
8816         decoder do not use coding system
8817
8818 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8819
8820         * mm-decode.el (mm-interactively-view-part): Typo.
8821
8822 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8823
8824         * mm-decode.el (mm-dissect-multipart): Display last part when the
8825         article has no close-delimiter
8826
8827 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8828
8829         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8830         content-type.
8831
8832 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8833
8834         * gnus-art.el (gnus-display-mime): Typo.
8835
8836 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8837
8838         * gnus.el: Pterodactyl Gnus v0.32 is released.
8839
8840 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * gnus-kill.el (gnus-batch-score): Protect against errors.
8843
8844         * gnus-art.el: Protect against broken headers.
8845
8846         * mm-decode.el (mm-display-external): Respect needsterm.
8847         (mm-display-external): Create buffer for external commands.
8848
8849 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8850
8851         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8852
8853         * mm-decode.el (mm-display-external): Use file name.
8854
8855 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8856
8857         * gnus-util.el (gnus-output-to-rmail):  adjust to
8858           `rmail-output-to-rmail-file'
8859
8860 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861
8862         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8863
8864         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8865         headers.
8866
8867         * gnus-art.el (article-decode-charset): Fold case.
8868
8869 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8870
8871         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8872
8873 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8874
8875         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8876         after being stored.
8877
8878 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8879
8880         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8881         come.
8882
8883 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884
8885         * gnus-xmas.el (wid-edit): Required.
8886
8887         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8888
8889 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8890
8891         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8892
8893 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8894
8895         * gnus-art.el (article-decode-charset): Narrow to the correct
8896         region.
8897
8898         * mm-bodies.el: Fix autoload.
8899
8900 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8901
8902         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8903
8904 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8907
8908 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909
8910         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8911         (gnus-article-add-button): Ditto.
8912
8913         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8914
8915         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8916         (gnus-article-prepare-display): Bind url-standalone-mode.
8917
8918         * mm-decode.el (mm-remove-part): Also delete directory.
8919         (mm-display-external): Create a private sub-dir.
8920
8921         * mailcap.el (mailcap-binary-suffixes): New variable.
8922         (mailcap-command-p): Use it.
8923
8924 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8925
8926         * nnmbox.el (nnmbox-request-group): Change server.
8927         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8928
8929         * message.el (message-encode-message-body): Don't stomp MIME
8930         headers.
8931
8932         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8933         unless useful.
8934         (gnus-summary-exit): Check for a live article buffer.
8935         (gnus-summary-exit-no-update): Ditto.
8936
8937         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8938         param.
8939
8940         * gnus-sum.el (gnus-article-decoded-p): New variable.
8941
8942         * mm-decode.el (mm-display-external): Use no-conv.
8943
8944         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8945         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8946
8947         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8948         mouse-click.
8949
8950 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8953
8954 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8955
8956         * gnus.el: Pterodactyl Gnus v0.31 is released.
8957
8958 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8961
8962         * mm-decode.el (mm-display-part): Accept no-default.
8963
8964         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8965         a parameter.
8966
8967         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8968         (gnus-summary-prepare-threads): Ditto.
8969
8970         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8971
8972         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8973         (gnus-mime-button-line-format): Doc fix.
8974         (gnus-insert-mime-button): Use it.
8975         (gnus-article-add-button): Use widget-convert-button.
8976
8977         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8978         ignore.
8979
8980         * mm-decode.el (mm-alternative-precedence): Ditto.
8981
8982 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8983
8984         * mm-decode.el (mm-user-automatic-display): Use enriched.
8985
8986 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8987
8988         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8989         right place.
8990
8991 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8994
8995         * gnus-art.el (article-update-date-lapsed): Only update header if
8996         buffer is dispalyed in frame.
8997         (gnus-article-prepare-display): New function.
8998         (gnus-article-prepare): Use it.
8999
9000 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
9003
9004         * mm-view.el (mm-insert-inline): New function.
9005
9006         * mm-decode.el (mm-pipe-part): Bugged.
9007
9008         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
9009
9010         * mm-bodies.el (mm-encode-body): Move over the body.
9011
9012         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
9013
9014         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
9015
9016 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
9017
9018         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
9019           related functions.  Handle message/rfc822 parts.  Display subject on
9020           multipart summary lines.  Display name on sub-parts when available.
9021
9022 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9023
9024         * mailcap.el (mailcap-command-p): New version.
9025
9026 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
9027
9028         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
9029         groups.
9030
9031 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032
9033         * message.el (message-make-date): Remove weekday name.
9034
9035         * mm-decode.el (mm-dissect-buffer): Protect against broken
9036         headers.
9037
9038         * mailcap.el (mailcap-command-in-path-p): New function.
9039         (mailcap-command-p): Renamed.
9040
9041 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9042
9043         * rfc2047.el (eval): Autoload.
9044
9045 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9046
9047         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
9048         (gnus-multi-decode-encoded-word-string): New function.
9049         (gnus-encoded-word-method-alist): New variable.
9050         (gnus-decode-encoded-word-functions): Removed.
9051
9052 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
9053
9054         * gnus-int.el (gnus-request-replace-article): Replace
9055         message-narrow-to-headers with message-narrow-to-head
9056
9057 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * drums.el (drums-quote-string): Reversed match.
9060
9061         * message.el (message-make-date): Use weekday name.
9062
9063 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9064
9065         * gnus.el: Pterodactyl Gnus v0.30 is released.
9066
9067 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * gnus-art.el (article-decode-encoded-words): Use it.
9070         (gnus-decode-header-function): New variable.
9071
9072         * gnus-sum.el (gnus-nov-parse-line): Use it.
9073         (gnus-decode-encoded-word-function): New variable.
9074
9075         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
9076         buffer.
9077
9078         * gnus-art.el (gnus-insert-mime-button): Use widget.
9079         (gnus-widget-press-button): New function.
9080         (gnus-article-prev-button): Removed.
9081         (gnus-article-next-button): Ditto.
9082         (gnus-article-add-button): Ditto.
9083
9084         * gnus.el (gnus-article-mode-map): Inherit from widget.
9085         (gnus-article-mode-map): No, don't.
9086
9087         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9088         (mm-content-id-alist): New variable.
9089         (mm-get-content-id): New function.
9090
9091         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9092         articles if we are fetching to the article buffer.
9093
9094 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9095
9096         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9097         articles.
9098
9099 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9102         (mm-default-mime-charset): New variable.
9103
9104         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9105
9106         * drums.el (drums-quote-string): Reversed test.
9107
9108 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9111         string.
9112
9113         * drums.el (drums-quote-string): New function.
9114
9115         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9116         (rfc2047-b-encode-region): Chop lines.
9117         (rfc2047-q-encode-region): Ditto.
9118
9119 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9120
9121         * gnus.el: Pterodactyl Gnus v0.29 is released.
9122
9123 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9124
9125         * mm-decode.el (mm-save-part): Message right.
9126
9127 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * drums.el (drums-parse-address): Returned a list instead of a
9130         string.
9131         (drums-remove-whitespace): Skip comments.
9132         (drums-parse-addresses): Didn't work.
9133
9134 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9135
9136         * gnus.el: Pterodactyl Gnus v0.28 is released.
9137
9138 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9139
9140         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9141         starting point.
9142         (article-decode-encoded-words): Rename.
9143
9144         * message.el (message-narrow-to-headers-or-head): New function.
9145
9146         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9147         region.
9148
9149         * message.el (message-send-news): Encode body after checking
9150         syntax.
9151
9152         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9153
9154         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9155
9156         * gnus-art.el (gnus-display-mime): Respect disposition.
9157
9158         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9159
9160         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9161         text with annotations.
9162
9163         * message.el (message-make-date): Fix sign for negative time
9164         zones.
9165
9166         * mm-view.el (mm-inline-image): Insert a space at the end of the
9167         image.
9168
9169         * mail-parse.el: New file.
9170
9171         * rfc2231.el: New file.
9172
9173         * drums.el (drums-content-type-get): Removed.
9174         (drums-parse-content-type): Ditto.
9175
9176         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9177
9178 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9179
9180         * gnus.el: Pterodactyl Gnus v0.27 is released.
9181
9182 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9183
9184         * mm-decode.el (mm-alternative-precedence): New variable.
9185         (mm-preferred-alternative): New function.
9186
9187         * gnus-art.el (gnus-mime-copy-part): New command.
9188
9189         * mm-decode.el (mm-get-part): New function.
9190
9191         * mm-view.el: New file.
9192
9193         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9194         (mm-display-part): Default to mailcap-save-binary-file.
9195
9196 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9197
9198         * gnus.el: Pterodactyl Gnus v0.26 is released.
9199
9200 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * mm-decode.el (mm-interactively-view-part): New function.
9203
9204         * gnus-art.el (gnus-mime-view-part): New command.
9205
9206         * mm-decode.el (mm-last-shell-command): New variable.
9207
9208         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9209
9210         * mm-decode.el (mm-save-part): New function.
9211
9212         * gnus-art.el (article-decode-charset): Protect against buggy
9213         content-types.
9214         (gnus-mime-pipe-part): New command.
9215         (gnus-mime-save-part): New command.
9216         (gnus-mime-button-map): New keymap.
9217         (gnus-mime-button-line-format): New variable.
9218         (gnus-insert-mime-button): New function.
9219         (gnus-display-mime): Use it.
9220
9221         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9222
9223         * mm-decode.el (mm-inline-text): Decode charsets.
9224
9225         * gnus-art.el (gnus-article-save): Comment fix.
9226
9227         * gnus-int.el (gnus-start-news-server): When in batch, don't
9228         prompt.
9229
9230         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9231         decode.
9232
9233         * mm-decode.el (mm-inline-media-tests): Add audio.
9234         (mm-inline-audio): New function.
9235
9236 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9237
9238         * gnus-art.el (article-make-date-line): Didn't work.
9239
9240         * parse-time.el (parse-time-string): One too many nils.
9241
9242 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9243
9244         * gnus.el: Pterodactyl Gnus v0.25 is released.
9245
9246 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247
9248         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9249         annotations.
9250
9251         * gnus.el ((featurep 'gnus-xmas)): New
9252         'gnus-annotation-in-region-p alias.
9253
9254 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * mm-util.el (mm-with-unibyte-buffer): New function.
9257
9258         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9259
9260         * mm-decode.el (mm-inline-media-tests): New variable.
9261
9262         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9263
9264         * gnus-art.el (gnus-article-mime-handles): New variable.
9265
9266         * drums.el (drums-narrow-to-header): New function.
9267
9268         * gnus-art.el (article-decode-charset): Use it.
9269
9270         * drums.el (drums-content-type-get): New function.
9271
9272         * mm-util.el (mm-content-type-charset): Removed.
9273
9274         * drums.el (drums-syntax-table): @ is word.
9275         (drums-parse-content-type): New function.
9276
9277         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9278         EDT" times.
9279
9280         * gnus-util.el (gnus-date-get-time): Use safe date.
9281
9282         * gnus-sum.el (gnus-show-mime): Removed.
9283         (gnus-summary-toggle-mime): Removed.
9284
9285         * gnus-art.el (gnus-strict-mime): Removed.
9286         (gnus-article-prepare): Don't do MIME.
9287         (gnus-decode-encoded-word-method): Removed.
9288         (gnus-show-mime-method): Removed.
9289
9290 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9291
9292         * gnus.el: Pterodactyl Gnus v0.24 is released.
9293
9294 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9297         PREFIX.
9298
9299         * parse-time.el (parse-time-rules): Accept times that look like
9300         "h:mm".
9301
9302         * message.el (message-make-date): Use zone properly.
9303
9304         * gnus.el: Autoload gnus-batch.
9305
9306         * gnus-art.el (article-de-quoted-unreadable): Do not do
9307         gnus-article-decode-rfc1522.
9308
9309         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9310
9311         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9312         param.
9313
9314         * message.el (message-encode-message-body): Check for us-ascii.
9315
9316         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9317         to the left.
9318
9319 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9320
9321         * gnus-art.el (article-decode-charset): Rename.
9322
9323 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9324
9325         * gnus.el: Pterodactyl Gnus v0.23 is released.
9326
9327 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9328
9329         * gnus-util.el (gnus-parent-id): Ditto.
9330         (gnus-put-text-property-excluding-newlines): Ditto.
9331
9332         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9333
9334 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9335
9336         * message.el (message-generate-headers): Generate User-Agent
9337         instead of X-Mailer & X-Newsreader.
9338
9339         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9340         User-Agent header format.
9341
9342 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9343
9344         * gnus.el: Pterodactyl Gnus v0.22 is released.
9345
9346 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347
9348         * mm-util.el (mm-multibyte-p): Typo.
9349
9350 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9351
9352         * gnus.el: Pterodactyl Gnus v0.21 is released.
9353
9354 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9355
9356         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9357
9358 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * mm-util.el (mm-multibyte-p): New function.
9361
9362 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9363
9364         * gnus.el: Pterodactyl Gnus v0.20 is released.
9365
9366 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9367
9368         * rfc2047.el (rfc2047-decode-region): Only decode when in
9369         multibyte.
9370
9371         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9372
9373         * gnus-int.el (gnus-request-replace-article): Encode.
9374         (gnus-request-accept-article): Encode.
9375
9376         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9377         here.
9378
9379         * gnus.el (gnus-article-display-hook): Take the charset functions
9380         out.
9381
9382         * time-date.el (safe-date-to-time): New function.
9383
9384         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9385
9386 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9387
9388         * gnus.el: Pterodactyl Gnus v0.19 is released.
9389
9390 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9391
9392         * base64.el (base64-encode-region): Accept no-line-break.
9393
9394         * mm-util.el (mm-mime-charset): New function.
9395
9396         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9397
9398 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9399
9400         * gnus.el: Pterodactyl Gnus v0.18 is released.
9401
9402 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * message.el (message-send-and-exit): Return t on success.
9405         (message-make-date): Make a proper time zone.
9406
9407         * gnus-draft.el (gnus-draft-send): Only remove article if the
9408         sending is successful.
9409
9410         * drums.el (drums-get-comment): Return the last comment.
9411         (drums-parse-address): Parse old-style From headers.
9412
9413 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9414
9415         * gnus-sum.el (gnus-data-compute-positions): Move below
9416         `gnus-save-hidden-threads' so the former is correctly detected as
9417         a macro.
9418
9419 1998-09-06  Dave Love  <fx@gnu.org>
9420
9421         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9422         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9423         time for nicer failure if it's not available.
9424
9425 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9426
9427         * time-date.el (time-to-seconds): Renamed.
9428
9429         * parse-time.el (parse-time-string): Downcase before handling.
9430         (parse-time-rules): Times without seconds have 0 seconds.
9431
9432         * rfc2047.el (rfc2047-encode-region): New version.
9433         (rfc2047-dissect-region): New function.
9434
9435 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * message.el (message-make-date): Use symbolic zone.
9438
9439 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440
9441         * time-date.el (parse-time): Always use parse-time.
9442
9443         * parse-time.el (parse-time-syntax): Use vectors.
9444
9445 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9446
9447         * gnus.el: Pterodactyl Gnus v0.17 is released.
9448
9449 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * time-date.el: Renamed from "date".
9452
9453         * gnus.el: Removed all timezone dependencies.
9454
9455         * score-mode.el: Removed.
9456         (gnus-score-edit-insert-date): Use date.
9457
9458         * date.el (float-to-time): New function.
9459
9460         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9461
9462         * date.el (time-to-float): New function.
9463
9464         * message.el (message-make-date): Use format-time-string.
9465         (message-make-expires): Use make-date.
9466
9467         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9468
9469         * gnus-util.el (gnus-dd-mmm): Use date.
9470         (gnus-sortable-date): Ditto.
9471
9472         * message.el (message-make-date): Take an optional time.
9473
9474         * gnus: Applied patches from 5.6.43.
9475
9476         * date.el (if): Use parse-time.
9477
9478         * gnus-score.el (gnus-summary-score-entry): Make into a command
9479         again.
9480
9481         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9482         gnus-agent.
9483
9484         * gnus.el (gnus-agent-meta-information-header): Moved here.
9485
9486 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9487
9488         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9489         (gnus-agent-fetch-group-1): Score article headers using normal
9490         group score files if the download score rule of a category/group
9491         is `file'.
9492         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9493         deciding what articles to download.
9494         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9495         predicate processing if predicate is `true' or `false'.
9496
9497 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9500
9501         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9502
9503         * score-mode.el (score-mode-coding-system): New variable.
9504         (gnus-score-edit-exit): Use it.
9505
9506 1998-09-04  Jason R Mastaler  <jason@4b.org>
9507
9508         * drums.el: Corrected typo.
9509
9510 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9511
9512         * mm-bodies.el (mm-body-encoding): Faster version.
9513
9514 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * gnus-art.el (gnus-article-decode-charset): Only decode text
9517         things.
9518
9519         * message.el (message-output): Use rmail.
9520
9521         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9522         word part.
9523
9524         * mm-util.el (mm-charset-to-coding-system): Use
9525         rfc2047-default-charset.
9526         (mm-known-charsets): New variable.
9527
9528         * message.el (message-caesar-region): Bugged out.
9529
9530 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9531
9532         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9533         specifying `agent-predicate' in a group's parameters.
9534
9535 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9536
9537         * gnus.el: Pterodactyl Gnus v0.16 is released.
9538
9539 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9540
9541         * nnmail.el (nnmail-expired-article-p): Use predicate.
9542
9543         * date.el (time-less-p): Renamed.
9544
9545         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9546         from the headers.
9547
9548         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9549         functions.
9550
9551         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9552         all.
9553         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9554         to all functions.
9555
9556 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9557
9558         * gnus.el: Pterodactyl Gnus v0.15 is released.
9559
9560 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9561
9562         * date.el: New file.
9563
9564         * gnus-util.el (gnus-encode-date): Removed.
9565         (gnus-time-less): Ditto.
9566
9567         * nnmail.el (nnmail-date-to-time): Removed.
9568         (nnmail-time-less): Ditto.
9569         (nnmail-days-to-time): Ditto.
9570         (nnmail-time-since): Ditto.
9571
9572         * drums.el: New file.
9573
9574 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9575
9576         * message.el (message-encode-message-body): Encode headers with
9577         body encoding.
9578
9579         * rfc2047.el (rfc2047-default-charset): Renamed.
9580         (rfc2047-encodable-p): Use it.
9581
9582         * base64.el (mm-util): Required.
9583
9584 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9585
9586         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9587         servers.
9588
9589         * gnus-util.el (gnus-output-to-rmail): Removed.
9590
9591         * gnus-art.el (gnus-summary-save-in-rmail): Use
9592         gnus-output-to-rmailrmail-output-to-rmail-file.
9593
9594         * rfc2047.el (rfc2047-decode-region): Fold case.
9595         (rfc2047-decode): Use decode-string.
9596
9597         * mm-util.el: Provide mm-char-int.
9598
9599 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9600
9601         * gnus.el: Pterodactyl Gnus v0.14 is released.
9602
9603 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9606         sure we have 7bit.
9607
9608 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9611         ducplicates.
9612         (gnus-inews-insert-mime-headers): Removed.
9613
9614         * message.el (message-caesar-region): Protect against MULE chars.
9615
9616 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9617
9618         * mm-util.el (if): fset the right function.
9619
9620 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * gnus-art.el (gnus-article-decode-charset): Use real
9623         read-coding-system.
9624
9625 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * mm-bodies.el (mm-decode-body): Protect against malformed
9628         base64.
9629         (mm-decode-body): Check that buffer-file-coding-system is
9630         non-nil.
9631
9632 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9633
9634         * gnus.el: Pterodactyl Gnus v0.13 is released.
9635
9636 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * gnus-util.el (gnus-strip-whitespace): Already defined.
9639         Removed.
9640
9641         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9642
9643         * gnus-util.el (gnus-strip-whitespace): New function.
9644
9645         * mm-util.el (mm-content-type-charset): Downcase.
9646
9647 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648
9649         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9650         (gnus-article-decode-charset): Don't fetch all headers.
9651
9652         * mm-util.el (mm-read-coding-system): New function.
9653
9654         * mm-bodies.el (mm-decode-body): Check the right charset.
9655
9656         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9657
9658         * gnus-art.el (gnus-article-mode-line-format): Use short group
9659         format.
9660
9661 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9662
9663         * gnus.el: Pterodactyl Gnus v0.12 is released.
9664
9665 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9668
9669         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9670         (gnus-article-decode-charset): Always run.
9671
9672         * mm-bodies.el (mm-decode-body): Decode cte.
9673
9674 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9675
9676         * gnus.el: Pterodactyl Gnus v0.11 is released.
9677
9678 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679
9680         * message.el (message-encode-message-body): Ditto.
9681
9682         * gnus-art.el (gnus-article-decode-mime-words): New command and
9683         keystroke.
9684         (gnus-article-decode-charset): Ditto.
9685         (gnus-article-decode-charset): Only work under MULE.
9686
9687         * mm-util.el (mm-content-type-charset): New function.
9688
9689         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9690
9691         * message.el (message-send-mail): Insert MIME headers.
9692         (message-check-news-body-syntax): Don't warn for escape sequences.
9693         (message-check-news-body-syntax): Insert MIME headers.
9694
9695         * mm-bodies.el (mm-body-encoding): New function.
9696
9697         * message.el (message-encode-message-body): New function.
9698
9699         * mm-bodies.el: New file.
9700
9701         * mm-util.el (mm-narrow-to-head): New function.
9702
9703         * rfc2047.el (rfc2047-encode): Use it.
9704
9705         * mm-util.el: Provide mm-encode-coding-region.
9706
9707         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9708
9709         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9710
9711         * mm-util.el (mm-enable-multibyte): New function.
9712
9713         * message.el (message-set-work-buffer): Set multibyte.
9714
9715         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9716
9717         * gnus-util.el (gnus-point-at-eol): Removed.
9718         (gnus-point-at-bol): Ditto.
9719
9720         * base64.el (base64-decode-region): Commented out messaging.
9721
9722 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9723
9724         * gnus-msg.el (gnus-group-mail): make it behave like
9725         gnus-group-post-news with regards to the prefix (this enables the
9726         use of posting styles).
9727
9728 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * gnus.el (gnus-article-display-hook): Added
9731         gnus-article-decode-rfc1522 to hook.
9732
9733 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9734
9735         * gnus.el: Pterodactyl Gnus v0.10 is released.
9736
9737 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9740         hook to be run.
9741
9742 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9743
9744         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9745
9746         * mm-util.el (mm-charsets-in-region): Removed.
9747
9748         * rfc2047.el: Renamed file.
9749
9750         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9751
9752         * message.el (message-mode): Set multibyte.
9753
9754         * mm-util.el (mm-charsets-in-region): Copied here.
9755
9756         * gnus-util.el: Removed gnus-truncate-string.
9757
9758         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9759
9760         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9761         (rfc1522-encodable-p): New function.
9762         (rfc1522-encode-message-header): Use it.
9763
9764 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9765
9766         * gnus.el: Pterodactyl Gnus v0.9 is released.
9767
9768 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9769
9770         * mm-util.el: Shadow encode-coding-string.
9771
9772         * base64.el (base64-encode-region): Don't add newline.
9773
9774         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9775
9776         * mm-util.el: New file.
9777
9778         * mm-decode.el: Somewhat depleted.
9779         * mm-encode.el: Ditto.
9780
9781         * rfc1522.el: New file.
9782
9783         * mm-util.el (mm-replace-chars-in-string): Copied here.
9784
9785         * mm-encode.el (mm-q-encode-region): New function.
9786
9787         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9788         param.
9789
9790         * mm-encode.el (mm-encode-word-region): Downcase.
9791
9792 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9793
9794         * gnus.el: Pterodactyl Gnus v0.8 is released.
9795
9796 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9797
9798         * message.el (message-send-mail): Encode headers.
9799
9800         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9801         (quoted-printable-encode-region): Upcase.
9802
9803         * message.el (message-default-charset): New variable.
9804
9805         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9806
9807         * message.el (message-narrow-to-field): Changed name.
9808
9809         * mm-encode.el: New file.
9810
9811         * message.el (message-narrow-to-header): New function.
9812
9813         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9814         right buffer.
9815
9816 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9817
9818         * gnus.el: Pterodactyl Gnus v0.7 is released.
9819
9820 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9821
9822         * gnus.el: Remove autoload for
9823         gnus-article-mime-decode-quoted-printable.
9824
9825         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9826         be decoded in non-MULE Emacsen.
9827
9828         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9829
9830 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9831
9832         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9833
9834 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9835
9836         * mm-decode.el: Check for coding-system-list.
9837
9838 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9839
9840         * gnus.el: Pterodactyl Gnus v0.6 is released.
9841
9842 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * nnheader.el (fboundp): Protect code-coding-string.
9845
9846         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9847         is available.
9848
9849 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9850
9851         * gnus.el: Pterodactyl Gnus v0.5 is released.
9852
9853 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9854
9855         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9856         (gnus-hack-decode-rfc1522): Removed.
9857
9858         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9859
9860 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9861
9862         * gnus.el: Gnus v0.4 is released.
9863
9864 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9865
9866         * gnus-art.el (gnus-article-decode-mime-words): New command and
9867         keystroke.
9868
9869         * qp.el (quoted-printable-decode-region): Don't use hexl.
9870
9871         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9872
9873         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9874         (gnus-structured-field-decoder): Removed.
9875         (gnus-unstructured-field-decoder): Ditto.
9876
9877         * mm-decode.el: New file.
9878
9879         * qp.el: New file.
9880
9881         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9882
9883         * gnus-ems.el (fboundp): Removed gnus-split-string.
9884
9885         * gnus.el (gnus-splash-face): Doc fix.
9886
9887         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9888
9889         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9890         hexl.
9891
9892         * nnheader.el (nnheader-temp-write): Removed.
9893
9894 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9895
9896         * gnus.el: Gnus v0.3 is released.
9897
9898 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9899
9900         * gnus.el: Gnus v0.2 is released.
9901
9902 ;; Local Variables:
9903 ;; coding: iso-2022-7bit
9904 ;; End: