2000-10-09 17:12:00 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2000-10-09 17:12:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * nntp.el (nntp-open-connection): Kill process buffer when quit.
4         (nntp-connection-timeout): Add a note. SIGALRM is ignored in both
5         FSF Emacs 20 and XEmacs 21.
6         * gnus-agent.el (gnus-agent-fetch-session): Catch quit.
7
8 2000-10-09  Dave Love  <fx@gnu.org>
9
10         * gnus-audio.el: Don't require cl.
11         (gnus-audio): New custom group.
12         (gnus-audio-inline-sound): Change to work with Emacs.
13         (gnus-audio-directory, gnus-audio-directory) 
14         (gnus-audio-au-player):  Customize.
15         (gnus-audio-play): Try external player if play-sound-file fails.
16         Use file-name-extension, not string-match.
17
18         * gnus-art.el (article-de-quoted-unreadable)
19         (article-de-base64-unreadable): Fold search case rather than
20         downcasing string.  Apply mm-charset-to-coding-system to arg of
21         quoted-printable-decode-region.
22         (gnus-article-dumbquotes-map): Fix dashes.
23         (gnus-button-mailto, gnus-button-embedded-url): Doc fix.
24         (gnus-button-reply): Just alias it.
25
26 2000-10-09  Stefan Monnier  <monnier@cs.yale.edu>
27
28         * mm-encode.el: Require CL.  At least, for `incf'.
29
30         * nnfolder.el (nnfolder-ignore-active-file): Typos.
31
32         * gnus-mh.el (gnus-summary-save-in-folder): Obey mh-lib-progs.
33
34         * gnus-kill.el (gnus-kill): Typo.
35
36 2000-10-09  Gerd Moellmann  <gerd@gnu.org>
37
38         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
39
40 2000-10-09  Simon Josefsson  <simon@josefsson.org>
41
42         * nnimap.el (nnimap-group-overview-filename): Create directory for
43         newfile (when use long filenames is nil).  Copy+delete file if
44         rename didn't work.
45         (nnimap-group-overview-filename): `rename-file' and `copy-file'
46         doesn't return anything useful, use ignore-errors instead.
47
48 2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
49
50         * dgnushack.el (dgnushack-compile): Delete old elc files first.
51
52 2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
53
54         * gnus-ems.el (gnus-kill-all-overlays): Move here.
55         * gnus-util.el (gnus-kill-all-overlays): Move out.
56         * gnus-sum.el (gnus-cache-write-active): Auto load.
57         * lpath.el: Shut up.
58         * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
59         asynchronous in Exp version.
60
61 2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
62
63         * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
64         * gnus-ems.el: Autoload smiley.
65         * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
66
67 2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
68
69         * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
70         (gnus-summary-select-article): Don't enable multibyte here.
71         (gnus-summary-goto-article): Ditto.
72
73 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
74
75         * gnus-draft.el (gnus-draft-send-message): Typo.
76
77 2000-10-08  Simon Josefsson  <simon@josefsson.org>
78
79         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
80         uid validity changes.
81         (nnimap-group-overview-filename): Store uidvalidity in filenames.
82         Rename old files into new format.
83
84 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
85
86         * mm-util.el (mm-enable-multibyte-mule4): New.
87         (mm-disable-multibyte-mule4): New.
88         * gnus-sum.el (gnus-summary-mode): Use it.
89         (gnus-summary-select-article): Ditto.
90         (gnus-summary-goto-article): Use enable multibyte.
91         * rfc2047.el (rfc2047-decode): Use unibyte.
92
93 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
94
95         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
96
97 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
98
99         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
100         break point.
101         (rfc2047-fold-region): Don't break the first non-LWSP characters.
102
103 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
104
105         * gnus.el (gnus-agent-fetching): New variable.
106         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
107         * gnus-score.el (gnus-score-body): Don't score body when
108         agent-fetching.
109         (gnus-score-followup): Don't score followup either. 
110
111 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
112
113         * gnus-art.el: Define dynamic variables in eval-when-compile.
114         * message.el (message-sending-message): New variable.
115         (message-send): Use it.
116         * gnus-draft.el (gnus-draft-send-message): Ditto.
117         (gnus-group-send-drafts): Ditto.
118
119 2000-10-06  Dave Love  <fx@gnu.org>
120
121         * gnus-audio.el: Don't require cl.
122         (gnus-audio): New custom group.
123         (gnus-audio-inline-sound): Change to work with Emacs.
124         (gnus-audio-directory, gnus-audio-directory) 
125         (gnus-audio-au-player):  Customize.
126         (gnus-audio-play): Try external player if play-sound-file fails.
127         Use file-name-extension, not string-match.
128
129 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
130
131         * gnus-art.el (gnus-article-prepare): Configure it again.
132
133 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
134
135         * message.el (message-default-charset): Default value for non-Mule
136         Emacsen.
137
138 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
139
140         * message.el (message-alternative-emails): New.
141         (message-use-alternative-email-as-from): New.
142         (message-setup): Use them.
143
144 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
145
146         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
147         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
148
149         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
150         gnus-overlay-start.
151         * gnus.el: Ditto.
152         * gnus-art.el (gnus-insert-mime-button): Use them.
153
154 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
155
156         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
157         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
158
159 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
160
161         * qp.el (quoted-printable-encode-region): Use
162         mm-with-unibyte-current-buffer within narrowed region.
163
164 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
165
166         * webmail.el (webmail-type-definition): Fix my-deja open url.
167
168 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
169
170         * message.el (message-setup-fill-variables): New variable.
171         (message-mode): Use it.
172
173 2000-10-05  Dave Love  <fx@gnu.org>
174
175         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
176         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
177
178         * binhex.el: Use defalias, not fset.
179
180         * rfc1843.el: Require cl when compiling.
181
182 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
183
184         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
185
186 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
187
188         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
189         adjacent.
190
191 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
192
193         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
194         (mm-find-charset-region): Merge conditions, delete ascii.
195         (mm-charset-after): Rewrite.
196         * mm-bodies.el (mm-encode-body): Use it.
197
198 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
199
200         * webmail.el (webmail-hotmail-list): Fix.
201
202 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
203
204         * nnimap.el (require): cl.
205
206 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
207
208         * gnus-art.el (gnus-article-prepare): Configure windows before
209         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
210         window might be overrided.
211
212 2000-10-04  Dave Love  <fx@gnu.org>
213
214         * gnus-ems.el (gnus-article-display-xface)
215         [gnus-article-compface-xbm]: Fix.
216         (gnus-x-splash): Bind width, height.
217
218 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
219
220         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
221         when it is called interactively.
222
223 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
224
225         * gnus-art.el (gnus-mime-action-alist): New variable.
226         (gnus-mime-action-on-part): Use it.
227         (gnus-mime-button-commands): Add command ".".
228
229 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
230
231         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
232
233 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
234
235         * lpath.el: "." is in the load-path because dgnushack.el.
236
237 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
238
239         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
240
241         * nnheader.el: ditto
242
243         * mm-util.el: ditto
244
245         * message.el: ditto
246
247         * binhex.el: ditto
248
249         * gnus-audio.el: removed unnecessary xemacs test
250
251         * earcon.el: ditto
252         
253 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * nnweb.el (nnweb-decode-entities): Work for non-character
256         entities. 
257
258 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * gnus.el: Message the quit parts.
261
262 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
263
264         * mail-source.el (mail-source-fetch-maildir): Don't insert
265         newlines.
266
267 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
268
269         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
270         lpath.el. Don't compile base64.el if there is builtin base64.
271
272 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
273
274         * base64.el (Repository): Use featurep for XEmacs test.
275
276 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
277
278         * nntp.el (nntp-retrieve-data): Don't ignore quit.
279
280 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
281
282         * gnus-art.el (gnus-article-banner-alist): New variable.
283         (article-strip-banner): Use it.
284         * gnus-cus.el (gnus-group-parameters): Allow symbol.
285
286 2000-10-02  Dave Love  <fx@gnu.org>
287
288         * smiley-ems.el: New file.
289
290         * gnus-ems.el (gnus-smiley-display): Autoload.
291         (mouse-set-point, set-face-foreground, set-face-background)
292         (x-popup-menu): Don't clobber these.
293         (gnus-article-compface-xbm): New variable.
294         (gnus-article-display-xface): Move graphic test.  Use unibyte.
295         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
296
297         * mml.el (require): Fix typo.
298         (mml-parse-1): Modify unknown encoding prompt.
299
300         * mail-source.el (mail-sources): Revert to nil.
301
302         * nnmail.el (nnmail-spool-file): Revert previous change.
303
304         * gnus.el: Don't require custom, message.
305         (gnus-message-archive-method): Wrap initializer in progn and
306         require message here.
307
308 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
309
310         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
311         image's :ascent to 80.  That gives a mode-line which is approx.
312         as tall as the normal one.
313
314 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
315
316         * webmail.el (webmail-hotmail-list): Fix.
317
318 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
319
320         Don't postpone GCC if none of GCC methods is agent-covered.  This
321         fix presumes that the post-method must be agent-covered if any Gcc
322         method is agent-covered.
323
324         * gnus-msg.el (gnus-inews-group-method): New function.
325         (gnus-inews-do-gcc): Use it.
326         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
327         (gnus-agent-possibly-save-gcc): Use it.
328         (gnus-agent-possibly-do-gcc): Ditto.
329
330 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
331
332         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
333         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
334
335 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
336
337         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
338         webmail-hotmail-list): Update.
339
340 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
341
342         * mail-source.el (mail-source-report-new-mail): Use
343         nnheader-cancel-timer.
344
345 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
346
347         * lpath.el (overlay-*): Shut up.
348         * dgnushack.el: Two implementations of smiley.
349
350 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
351
352         * gnus-ml.el: Usage.
353         (gnus-mailing-list-archive, gnus-mailing-list-owner,
354         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
355         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
356         (gnus-mailing-list-menu): Define it.
357         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
358         
359         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
360
361 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
362
363         * webmail.el (webmail-my-deja-*): Rewrite.
364
365 2000-09-30  Simon Josefsson  <simon@josefsson.org>
366
367         * nnimap.el (nnimap-request-accept-article): Remove \n's from
368         From_ lines.
369
370 2000-08-05  Simon Josefsson <simon@josefsson.org>
371
372         Make GCC to remote groups work when unplugged
373         (postpone GCC until message is actually sent).
374
375         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
376
377         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
378         (gnus-agent-restore-gcc): 
379         (gnus-agent-possibly-save-gcc): New functions.
380
381         * gnus-msg.el (gnus-inews-add-send-actions): Use
382         `gnus-agent-possibly-do-gcc' if Agentized.
383         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
384         to `message-header-hook'.
385
386         * gnus.el (gnus-agent-gcc-header): New variable.
387
388 2000-07-13  Simon Josefsson <simon@josefsson.org>
389
390         Asks the user to synch flags with server when you plug in.
391
392         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
393         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
394         (gnus-agent-toggle-plugged): Call it.
395         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
396         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
397         (gnus-agent-possibly-synchronize-flags): New function.
398         (gnus-agent-possibly-synchronize-flags-server): New function.
399
400 2000-09-30  Simon Josefsson  <simon@josefsson.org>
401
402         * starttls.el: New file, by Daiki Ueno.
403
404 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
405
406         * message.el (message-make-in-reply-to): In-Reply-To is message-id
407         (see DRUMS).
408         
409 2000-09-29  Simon Josefsson  <simon@josefsson.org>
410
411         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
412         prefetch.
413
414 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
417         sending a command; allow the rtelnet prompt as well.
418
419 2000-09-29  Simon Josefsson  <simon@josefsson.org>
420
421         * message.el (message-send): Make sure error is signalled if no
422         send method is specified.
423
424 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
425
426         * qp.el (quoted-printable-encode-region): Wrap with
427         `mm-with-unibyte-current-buffer'.
428
429 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
430
431         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
432           McEwan's proposal.
433         
434 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
435
436         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
437         the GNU assignment issue.
438
439 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
440
441         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
442
443 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
444
445         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
446
447 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
448
449         * gnus-art.el (article-strip-banner): Use
450         gnus-group-find-parameter rather than gnus-group-get-parameter, to
451         allow inheritance on the banner.
452         From elkin@tverd.astro.spbu.ru.
453
454 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
455
456         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
457
458 2000-09-26  Dave Love  <fx@gnu.org>
459
460         * gnus-draft.el: Don't require gnus-agent.
461
462         * mm-view.el: Use featurep for XEmacs test.
463         (mm-inline-message): Test for `remove-specifier'; don't use
464         condition-case.
465
466 2000-09-24  Simon Josefsson  <simon@josefsson.org>
467
468         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
469
470         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
471         support ACL's.
472
473         * nnimap.el (nnimap-acl-get): Check capability.
474
475         * mail-source.el (mail-source-imap-file-coding-system): New variable.
476         (mail-source-fetch-imap): Use it.
477
478         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
479         (rfc2104-hash): Use it.
480
481         * imap.el (imap-starttls-p): Check for starttls binary.
482         (imap-starttls-open): More verbose.
483         (imap-gssapi-auth): Ditto.
484         (imap-kerberos4-auth): Ditto.
485         (imap-cram-md5-auth): Ditto.
486         (imap-login-auth): Ditto.
487         (imap-anonymous-auth): Ditto.
488         (imap-digest-md5-auth): Ditto.
489         (imap-open): Ditto.
490         (imap-digest-md5-p): Check capability first.
491
492 2000-09-24  Simon Josefsson  <simon@josefsson.org>
493
494         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
495         (imap-login-p): Support LOGINDISABLED.
496
497 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
498
499         * rfc2104.el: Add SHA-1 example.
500
501 2000-09-22  Simon Josefsson  <simon@josefsson.org>
502
503         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
504
505 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
506
507         * lpath.el: Bind nnkiboze-score-file.
508
509 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
510
511         * gnus-score.el (gnus-score-use-all-scores): New variable.
512         (gnus-all-score-files): Use it.
513         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
514         (nnkiboze-enter-nov): Fix it when there is no xref.
515         (nnkiboze-generate-groups): List groups.
516         * gnus-group.el (gnus-group-make-kiboze-group): Use 
517         nnkiboze-score-file.
518         
519         * nnkiboze.el (nnkiboze-request-article): Use
520         gnus-cache-request-article.
521         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
522
523 2000-07-16 Dmitry Bely <dbely@mail.ru>
524
525         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
526
527 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
528
529         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
530
531 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
532
533         * message.el (message-default-charset): Set default value in
534         non-MULE XEmacsen as iso-8859-1.
535
536 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
537
538         * gnus-demon.el: Use (featurep 'xemacs).
539         * gnus-agent.el: timer vs. itimer.
540         * mail-source.el: Ditto.
541
542 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
543
544         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
545         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
546         * gnus-sum.el (gnus-nov-parse-line): Ditto.
547         * nnkiboze.el (nnkiboze-file-coding-system): New.
548         (nnkiboze-retrieve-headers): Use it.
549         (nnkiboze-request-group): Ditto.
550         (nnkiboze-close-group): Ditto.
551         (nnkiboze-generate-group): Ditto.
552         (nnkiboze-enter-nov): Insert first Xref properly.
553
554 2000-09-19  Dave Love  <fx@gnu.org>
555
556         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
557         (nnmail-get-new-mail): Test `sources' in top-level conditional.
558
559         * mail-source.el (mail-sources): Change default to '((file)).
560         Add useful custom type.
561
562 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
563
564         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
565         year).
566         (gnus-date-iso8601): Ditto.
567
568 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
569
570         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
571
572 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
573
574         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
575         pattern. Avoid using 8 bit chars.
576         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
577
578 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
579
580         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
581         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
582         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
583         functions are not implemented yet.
584         
585         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
586         x-overlay.el from the FSF Emacs black list.
587
588 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
589
590         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
591         (mm-inline-media-tests): Ditto.
592         (mm-automatic-display): Ditto.
593         * mm-view.el (mm-display-inline-fontify): Generalize from 
594         mm-display-patch-inline. 
595         (mm-display-patch-inline): Use it.
596         (mm-display-elisp-inline): Ditto.
597         
598 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
599
600         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
601         (gnus-topic-unmark-topic): Ditto.
602         (gnus-topic-mark-topic): Ditto.
603         (gnus-topic-get-new-news-this-topic): Use it.
604
605 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
606
607         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
608         display xface.
609
610 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
613         zombie or killed groups.
614         
615 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
616
617         * mml.el (mml-preview): Reinsert unibyte content. 
618         (mml-parse-1): Remove with-unibyte-current-buffer.
619         (mml-generate-mime-1): Ditto.
620         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
621         * message.el (message-forward): Ditto.
622
623 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
624
625         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
626         original article buffer.
627         (article-de-base64-unreadable): Ditto.
628         (article-wash-html): Ditto.
629
630 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
631
632         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
633         unless forward-show-mml.
634
635 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
636
637         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
638         (gnus-summary-save-parts-last-directory): New.
639         (gnus-summary-save-parts): Save history.
640
641 2000-09-14 Ben Gertzfield <che@debian.org>
642
643         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
644         variable.
645         (gnus-summary-save-parts): Use it.
646
647 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
648
649         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
650         * gnus-sum.el (gnus-summary-exit): Ditto.
651         (gnus-summary-exit-no-update): Ditto.
652         (gnus-summary-show-article): Ditto.
653
654 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
655
656         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
657         Content-Disposition.
658
659 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
660
661         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
662
663 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
664
665         * gnus-art.el (gnus-article-setup-buffer): Set
666         gnus-article-mime-handles to nil.
667         * gnus-sum.el (gnus-summary-exit): Ditto.
668         (gnus-summary-exit-no-update): Ditto.
669         (gnus-summary-show-article): Ditto.
670         (gnus-summary-save-parts): Use gnus-article-mime-handles if
671         dissected.
672         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
673
674 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
675
676         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
677         (gnus-sort-threads-1): New function. Sort threads recursively.
678         (gnus-sort-threads): Use it.
679         (gnus-sort-gathered-threads): Doc fix.
680
681 2000-09-13  Dave Love  <fx@gnu.org>
682
683         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
684
685         * gnus-ems.el (gnus-ems-redefine): Don't alias
686         gnus-summary-set-display-table.
687
688         * message.el (message-user-agent): Don't wrap ignore-errors around
689         it.
690
691         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
692         `format'.
693         (mm-content-transfer-encoding): Don't use cadar.
694
695         * uudecode.el (uudecode-decoder-program) 
696         (uudecode-decoder-switches): Customize.
697
698         * gnus-score.el (gnus-home-score-file): Improve custom type.
699
700         * gnus-cus.el (gnus-custom-mode): Conditionally set local
701         variables for Emacs 21.
702         (gnus-group-customize): Disable undo while laying out the buffer.
703
704 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
705
706         * gnus-util.el (gnus-write-active-file): Bind
707         coding-system-for-write.
708
709 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
710
711         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
712         
713         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
714         * gnus-kill.el (gnus-batch-score): Ditto.
715         * gnus-move.el (gnus-change-server): Ditto.
716         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
717
718 2000-09-12  Simon Josefsson  <simon@josefsson.org>
719
720         * gnus-sum.el (gnus-update-read-articles): Undo
721         `gnus-request-set-mark' operation.
722
723 2000-09-11  Dave Love  <fx@gnu.org>
724
725         * Changelog: Use iso-2022 coding.
726
727         * gnus-msg.el (gnus-msg-mail): New function.
728         (gnus-user-agent): New mail agent.
729
730 2000-09-10  Dave Love  <fx@gnu.org>
731
732         * message.el: Require mail-abbrevs for XEmacs for a problem with
733         keybinding despite the autoloads for it.
734
735 2000-09-08  Simon Josefsson  <simon@josefsson.org>
736
737         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
738
739         * nnimap.el (nnimap-request-update-info-internal): Remove tick
740         marks from dormant articles. (See nnimap-request-set-mark.)
741         (nnimap-retrieve-headers-progress): Demule.
742         (nnimap-open-server): Call nnoo-change-server twice, once for
743         getting the nnimap-server-buffer and once for letting n-c-s set
744         the variables in that buffer.
745
746 2000-09-08  David Edmondson <dme@dme.org>
747
748         * gnus.el (gnus-short-group-name): Guess separator.
749
750 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
751
752         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
753         XEmacs as well.
754
755 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
756
757         * gnus-group.el (gnus-group-insert-group-line): Fix.
758
759 2000-09-04  Dave Love  <fx@gnu.org>
760
761         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
762         (mm-get-image): Avoid the losing `make-glyph' from W3.
763
764 2000-09-03  Simon Josefsson  <simon@josefsson.org>
765
766         * gnus-sum.el (gnus-summary-delete-article): Check server.
767
768 2000-09-01  Simon Josefsson  <simon@josefsson.org>
769
770         * imap.el (imap-parse-flag-list): Rewrite.
771
772         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
773
774         * imap.el (imap-parse-flag-list): Hack.
775
776 2000-08-29  Dave Love  <fx@gnu.org>
777
778         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
779
780         * dgnushack.el (mapcon, union): Remove compiler macros.
781
782         * gnus-agent.el (gnus-agent-union): new function.
783         (gnus-agent-fetch-headers): Use it.
784
785         * gnus.el (gnus-group-startup-message): Specify foreground and
786         background for xpm image.  Centre image vertically.
787         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
788
789 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
790
791         * message.el (message-send-mail): Narrow-to-headers.
792
793 2000-08-24  Dave Love  <fx@gnu.org>
794
795         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
796         21.
797
798 2000-08-23  Dave Love  <fx@gnu.org>
799
800         * dgnushack.el: Remove `member-if' compiler macro.
801
802 2000-08-21  Dave Love  <fx@gnu.org>
803
804         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
805
806 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
807
808         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
809         permanent is used.
810         (gnus-topic-show-topic): Read topic when to show permanent hidden
811         topic.
812         (gnus-topic-remove-topic): Revert to the old behavior, not using
813         hide.
814
815 2000-08-21  Dave Love  <fx@gnu.org>
816
817         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
818         (gnus-xemacs): Use featurep.
819
820         * mm-util.el (mm-read-charset): Maybe use builtin.
821         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
822         (mm-multibyte-p, mm-with-unibyte-current-buffer)
823         (mm-with-unibyte): Use featurep, not string-match.
824         (mm-with-unibyte-buffer): Simplify.
825         (mm-quote-arg): Maybe use shell-quote-argument.
826
827         * mml.el (mml-make-string): Deleted (unused).
828
829         * gnus.el (gnus-mode-line-buffer-identification): Supply
830         definition for Emacs 21.
831
832         * gnus-salt.el: Small doc fixes.
833         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
834         gnus-add-minor-mode.
835
836         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
837         gnus-add-minor-mode.
838
839 2000-08-20  Simon Josefsson  <simon@josefsson.org>
840
841         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
842         function, thanks to Lloyd Zusman for debugging.
843         (nnimap-request-group): 
844         (nnimap-request-list): 
845         (nnimap-retrieve-groups): 
846         (nnimap-request-newgroups): Use it.
847
848         * nnimap.el (nnimap-request-article-part): Less verbose.
849
850 2000-08-19  Andreas Jaeger  <aj@suse.de>
851
852         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
853         subst-char-in-string since we test elsewhere whether it's bound.
854         
855 2000-08-18  Dave Love  <fx@gnu.org>
856
857         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
858         custom type.
859
860         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
861         gnus-group-running-xemacs.
862
863         * nnheader.el (nnheader-replace-chars-in-string): Use
864         subst-char-in-string if available.
865
866         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
867         (gnus-request-article-this-buffer): Use expand-file-name.
868         (gnus-mime-view-part-as-type): Simplify interactive spec.
869         (gnus-mime-button-map): Define it all in defvar.
870
871 2000-08-17  Dave Love  <fx@gnu.org>
872
873         * gnus-group.el (gnus-group-running-xemacs): Deleted.
874
875         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
876         last-nonmenu-event.
877
878         * uudecode.el (char-int): Use defalias, not fset.
879
880         * score-mode.el: Don't require easymenu.  Require mm-util.
881         (score-mode-coding-system): Use mm-auto-save-coding-system.
882
883         * nneething.el (nneething-create-mapping): Don't use cadar & al.
884         (nneething-file-name): Use expand-file-name, not concat.
885
886 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
887
888         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
889         Failure proof for email addresses.
890         (nnslashdot-sane-retrieve-headers): Ditto.
891
892 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * message.el (message-send-mail): Only insert courtesy message
895         when text/plain.
896
897 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
898
899         * message.el (message-cancel-news): Copy the From header from the
900         original article.
901
902 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * gnus-async.el (gnus-asynchronous): Removed.
905
906 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
907
908         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
909         format.
910
911 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
912
913         * nnmail.el (nnmail-expiry-target-group): Fixed.
914
915 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
916
917         * nnmail.el (nnmail-expiry-target-group): Fix the call to
918         gnus-request-accept-article so that body encoding is *not* done.
919         Encoding is not done on incoming mail, so why should it be done on
920         expired mail?
921
922
923 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
924
925         * nnml.el (nnml-request-expire-articles): Fix the calls to
926         nnml-request-article (the filename was being passed instead of the
927         article number) and nnmail-expiry-target-group
928         (nnml-current-directory is changed by nnml-request-accept-article,
929         causing it to be incorrect for the next article to be expired).
930
931 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
932
933         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
934         expiry-target group parameters. 
935
936 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937
938         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
939         buffer.
940         (gnus-topic-hide-topic): Take a PERMANENT parameter.
941         (gnus-topic-show-topic): Ditto.
942
943         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
944
945 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
946
947         * mail-source.el (mail-source-incoming-file-prefix): New
948         variable. 
949
950 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
953
954         * mailcap.el (mailcap-maybe-eval): Be even more warning.
955
956 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
957
958         * message.el (message-syntax-checks): New check quotin-style: 
959         Text must be written below quoted text.
960         (message-check-news-body-syntax): Check it.
961
962 2000-08-11  Simon Josefsson  <simon@josefsson.org>
963
964         * imap.el (imap-authenticator-alist): Fix typo.
965         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
966         Jonas Oberg for debugging.
967
968 2000-08-11  Simon Josefsson  <simon@josefsson.org>
969
970         * gnus-async.el (gnus-asynchronous): Disable by default.
971
972 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * mm-view.el (mm-inline-text): Bind fill-column.
975
976         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
977         list of unexpired articles.
978
979         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
980         un-expired articles. 
981
982         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
983         headers. 
984
985         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
986         we update the right topic.. 
987
988         * mm-decode.el (mm-display-external): Put point at start. 
989
990 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
991
992         * nnmail.el (nnmail-expiry-target): More explicit documentation.
993
994         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
995
996 2000-08-09  Simon Josefsson <simon@josefsson.org>
997
998         * imap.el (imap-parse-body):
999         (imap-parse-string-list): Add bug workarounds for Stalker
1000         Communigate Pro 3.0 server.
1001         (imap-body-lines): Remove bogus comment.
1002
1003         * imap.el (imap-range-to-message-set): Move from nnimap.el.
1004
1005         * nnimap.el (nnimap-retrieve-which-headers):
1006         (nnimap-retrieve-headers-from-server):
1007         (nnimap-request-set-mark):
1008         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
1009
1010 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
1011
1012         * message.el (message-dont-reply-to-names):
1013         rmail-dont-reply-to-names may not be defined.
1014
1015 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1016
1017         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
1018         not use pop.
1019
1020 2000-07-19  Dave Love  <fx@gnu.org>
1021
1022         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
1023         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
1024         check.
1025         (gnus-article-display-xface): Special-case for dark backgrounds.
1026
1027 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
1028
1029         * imap.el (imap-calculate-literal-size-first): New variable.
1030         (imap-local-variables): Add it.
1031         (imap-kerberos4-open): Set it.
1032         (imap-send-command): Use it.
1033
1034 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1035
1036         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
1037         (mailcap-parse-mimetypes): Use it.
1038         (mailcap-extension-to-mime): Parse mimetype.
1039         (mailcap-mime-types): Ditto.
1040         * mml.el (mml-minibuffer-read-type): Ditto.
1041
1042 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1043
1044         * nndoc.el (nndoc-type-alist): Add outlook.
1045         (nndoc-outlook-type-p): New function.
1046         (nndoc-outlook-article-begin): Ditto.
1047
1048 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
1049
1050         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
1051         excursion.
1052
1053 2000-07-15  Simon Josefsson  <simon@josefsson.org>
1054
1055         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
1056
1057         * imap.el (imap): 
1058         (imap-kerberos4-program): 
1059         (imap-gssapi-program): 
1060         (imap-ssl-program): Customization.
1061         (imap-shell-program): 
1062         (imap-shell-host): New variables.
1063         (imap-streams): 
1064         (imap-stream-alist): Add shell.
1065         (imap-shell-p): 
1066         (imap-shell-open): New functions.
1067         (imap-open): Don't call authenticator if preauth.
1068         (imap-authenticate): Return t if already authenticated.
1069
1070 2000-07-14  Simon Josefsson  <simon@josefsson.org>
1071
1072         * gnus.el (gnus-invalid-group-regexp): New variable.
1073         (gnus-read-group): Use it.
1074
1075 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1076
1077         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1078         expunge-below and orphan-score are "group variables".
1079
1080 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1081
1082         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1083         qualified group names to `gnus-group-read-ephemeral-group'.
1084
1085 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * dgnushack.el (srcdir): Define it before use it.
1088
1089 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1090
1091         * gnus-sum.el: `W t' is toggle-header in info.
1092
1093 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1094
1095         * lpath.el: Fbind subst-char-in-string.
1096
1097 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1098
1099         * Makefile.in: Use W3DIR and lispdir.
1100         * dgnushack.el: Ditto.
1101
1102 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1103
1104         * gnus-art.el (article-de-base64-unreadable): Typo.
1105
1106 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1107
1108         * gnus-agent.el (require): Require timer.
1109
1110 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1111
1112         * message.el (message-bounce): Call mime-to-mml.
1113
1114 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * nnslashdot.el (nnslashdot-request-close): New function.
1117
1118 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1121         right line number for the article.
1122
1123 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1124
1125         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1126         * webmail.el (webmail-fetch): Bind 
1127         url-http-silence-on-insecure-redirection.
1128
1129 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1130
1131         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1132         unibyte.
1133         (nnslashdot-sane-retrieve-headers): Ditto.
1134         (nnslashdot-request-article): Ditto.
1135
1136 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1137
1138         * mailcap.el (mailcap-parse-mimetype-file): 
1139
1140 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1141
1142         * nnweb.el (nnweb-insert): Stricter test.
1143         * webmail.el (webmail-refresh-redirect): Ditto.
1144
1145 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1146
1147         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1148
1149 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1150
1151         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1152
1153 2000-07-05  Dave Love  <fx@gnu.org>
1154
1155         * utf7.el: Doc and header fixes.
1156
1157         * gnus-sum.el: Doc fixes.
1158
1159         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1160         defalias, not fset.
1161
1162         * flow-fill.el (fill-flowed-point-at-eol)
1163         (fill-flowed-point-at-bol): Use defalias, not fset.
1164
1165         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1166         (gnus-Plain-save-name): Delete -- apparently bogus.
1167
1168 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * nnsoup.el: Use expand-file-name throughout.
1171
1172 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1173
1174         * nnmail.el (nnmail-read-incoming-hook): New example.
1175
1176 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * mm-view.el (mm-inline-text): Check whether the text has already
1179         been decoded.
1180
1181 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1182
1183         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1184
1185 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1186
1187         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1188
1189 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1190
1191         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1192         unsend flags.
1193
1194 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1195
1196         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1197         name in authinfo (.authinfo now support ports, no need for the
1198         hack).
1199         (nnimap-split-find-rule): Fix.
1200         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1201
1202 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1203
1204         * message.el (message-unquote-tokens): Remove all quotes.
1205
1206 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1207
1208         * gnus-ml.el: New file. 
1209
1210 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * nnultimate.el (nnultimate-request-close): New function.
1213
1214         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1215
1216 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1217
1218         * Makefile.in: Better support for xemacs builds
1219
1220 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1221
1222         * gnus.el: Gnus v5.8.7 is released.
1223
1224 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1227
1228 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1229
1230         * message.el (message-do-fcc): Encode MIME.
1231
1232 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1233
1234         * lpath.el: Fbind image-size.
1235
1236 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1237
1238         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1239         (nnimap-assoc-match): New function.
1240         (nnimap-split-find-rule): Support extended syntax.
1241
1242 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1243
1244         * nnimap.el (nnimap-open-connection): Use port stuff.
1245
1246         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1247         document port and defaultport.
1248
1249 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1250
1251         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1252
1253 2000-06-26  Dave Love  <fx@gnu.org>
1254
1255         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1256
1257         * message.el: Remove unnecessary `require'ments.  Defvar
1258         gnus-list-identifiers when compiling.  Don't try to autoload
1259         variable `gnus-list-identifiers'.  Autoload
1260         gnus-group-name-charset.
1261         (message-fetch-field): Don't assume `format' removes text
1262         properties.
1263         (message-strip-list-identifiers, message-reply, message-followup):
1264         Require gnus-sum.
1265         (message-mode): Tidy XEmacs conditionals.
1266         (message-replace-chars-in-string): Use subst-char-in-string when
1267         available.
1268
1269         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1270         Define if necessary.
1271
1272         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1273         removes text properties.
1274
1275         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1276
1277         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1278
1279         * gnus-score.el (gnus-summary-score-entry): Likewise.
1280
1281 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * nnimap.el (nnimap-request-post): Fix parenthesis.
1284
1285 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1286
1287         * message.el (message-unquote-tokens): New function.
1288
1289         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1290
1291         * nnimap.el (nnimap-request-post): Ditto.
1292
1293 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1294
1295         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1296
1297         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1298         patch commited 2000-04-02).
1299
1300 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1301
1302         * imap.el (imap-mailbox-examine-1): New function.
1303         (imap-message-copyuid-1):
1304         (imap-message-appenduid-1): Use it, instead of
1305         `imap-mailbox-examine' which would utf-7 encode mailbox name
1306         twice.
1307
1308 2000-06-19  Dave Love  <fx@gnu.org>
1309
1310         * mm-uu.el Don't require message.  Require cl when compiling.
1311
1312 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1313
1314         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1315         a local variable.
1316         * gnus-sum.el (gnus-orphan-score): Move here.
1317
1318 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1319
1320         * message.el (message-forward): Remove show-mml condition.
1321         (message-forward-ignored-headers): Remove X-Gnus headers.
1322
1323 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1324
1325         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1326
1327 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1328
1329         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1330
1331 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1332
1333         * message.el (message-syntax-checks): Add type.
1334
1335 2000-06-07  Dave Love  <fx@gnu.org>
1336
1337         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1338         put-image.
1339         (mm-inline-image): Defalias, not fset.
1340
1341         * gnus.el (gnus-group-startup-message): Don't specify string for
1342         insert-image.
1343
1344         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1345         add-minor-mode is available.
1346         (gnus-article-display-xface): Don't specify string for
1347         insert-image.
1348
1349 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1350
1351         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1352         (gnus-topic-insert-topic-line): Use shownp.
1353         (gnus-topic-hide-topic): Don't use hidden.
1354         (gnus-topic-show-topic): Don't use hidden.
1355
1356 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1357
1358         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1359         system.
1360         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1361         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1362         * gnus-util.el (gnus-output-to-rmail): Ditto.
1363         (gnus-output-to-mail): Ditto.
1364         (gnus-write-buffer): Ditto.
1365         * gnus-uu.el (gnus-uu-save-article): Ditto.
1366
1367 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1368
1369         * message.el (message-read-from-minibuffer): Typo.
1370
1371 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1372
1373         * gnus-art.el (article-decode-charset): Override non-MIME forward
1374         charset.
1375
1376 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1377
1378         * mml.el (mml-quote-region): Correct the regexp.
1379         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1380
1381 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1382
1383         * message.el (message-forward): Insert raw text.
1384         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1385         (mml-generate-mime-1): Insert raw text in unibyte mode.
1386
1387 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1388
1389         * mm-bodies.el (mm-body-encoding): Always encoded if
1390         `mm-use-ultra-safe-encoding' is set.
1391
1392 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1393
1394         * mml.el (ange-ftp-name-format): Typo.
1395
1396 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1397
1398         * gnus-start.el (gnus-get-unread-articles): If
1399         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1400         try to do anything on that server.
1401         
1402 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1403
1404         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1405         from latest draft.
1406
1407 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1408
1409         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1410         is open.
1411
1412 2000-05-24  Dave Love  <fx@gnu.org>
1413
1414         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1415
1416 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1417
1418         * gnus.el (gnus-redefine-select-method-widget): new function, call
1419         it once. Add an "other" entry for unknown but editable backend
1420         name symbols.
1421         * gnus-start.el (gnus-declare-backend): use it.
1422
1423 2000-05-19  Dave Love  <fx@gnu.org>
1424
1425         * gnus-art.el (gnus-article-next-page): Revert last change.
1426
1427 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1428
1429         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1430
1431 2000-05-19  Dave Love  <fx@gnu.org>
1432
1433         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1434         not mm-inline-large-images.
1435
1436 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1437
1438         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1439
1440 2000-05-18  Dave Love  <fx@gnu.org>
1441
1442         * gnus-art.el: Use defalias, not fset.
1443         (gnus-article-x-face-command): Don't test for xbm.
1444         (gnus-article-next-page): Redisplay before testing point in window.
1445
1446 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1447
1448         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1449         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1450
1451 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1452
1453         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1454         gnus-summary-save-in-rmail.
1455         * message.el (message-output): Ditto.
1456
1457 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1460
1461 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1462
1463         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1464         is a charset.
1465         * message.el (message-send-news): Check group name charset.
1466         * gnus-msg.el (gnus-post-news): Decode group name.
1467         (gnus-inews-do-gcc): Encode group name.
1468
1469 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1470
1471         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1472         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1473
1474 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1475
1476         * gnus-group.el (gnus-group-mark-line-p): New function.
1477         (gnus-group-goto-group): New parameter.
1478         (gnus-group-remove-mark): Use it.
1479         * gnus-topic.el (gnus-topic-move-group): Ditto.
1480         (gnus-topic-remove-group): Ditto.
1481
1482 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1483
1484         * gnus-group.el (gnus-group-list-dormant): New function.
1485
1486 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1487
1488         * gnus-agent.el (gnus-agent-synchronize): Use
1489         nnheader-insert-file-contents.
1490         (gnus-agent-save-active-1): Ditto.
1491         (gnus-agent-write-active): Ditto.
1492         (gnus-agent-expire): Ditto.
1493         * gnus-cache.el (gnus-cache-read-active): Ditto.
1494         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1495         * gnus-sum.el (gnus-summary-import-article): Ditto.
1496
1497         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1498         (gnus-agent-save-group-info): Ditto.
1499         (gnus-agent-save-alist): Ditto.
1500         * gnus-util.el (gnus-make-directory): Ditto.
1501
1502         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1503
1504 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1505
1506         * mml.el (mml-generate-mime-preprocess-function): New variable.
1507         (mml-generate-mime-postprocess-function): New variable.
1508         (mml-generate-mime-1): Use them.
1509
1510 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1511
1512         * gnus-group.el (gnus-group-apropos): Group name charset.
1513         * gnus-sum.el (gnus-set-mode-line): Ditto.
1514         * gnus-group.el (gnus-group-decoded-name): New function.
1515         (gnus-group-edit-group): Use it.
1516         * gnus-cus.el (gnus-group-customize): Use it.
1517
1518 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1519
1520         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1521
1522 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1523
1524         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1525         (gnus-group-name-charset-group-alist): Ditto.
1526         (gnus-group-name-charset): New function.
1527         (gnus-group-name-decode): New function.
1528         (gnus-group-insert-group-line): Use them.
1529         (gnus-group-prepare-flat-list-dead): Ditto.
1530         (gnus-group-list-active): Ditto.
1531         (gnus-group-describe-all-groups): Ditto.
1532         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1533         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1534         add gnus-group property.
1535         (gnus-browse-group-name): Read gnus-group property.
1536
1537 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1538
1539         * nnfolder.el (nnfolder-possibly-change-group): Use
1540         file-name-coding-system instead of pathname-coding-system.
1541         * nnmail.el (nnmail-find-file): Ditto.
1542         (nnmail-write-region): Ditto.
1543         * nnmh.el (nnmh-retrieve-headers): Ditto.
1544         (nnmh-request-article): Ditto.
1545         (nnmh-request-group): Ditto.
1546         (nnmh-request-list): Ditto.
1547         (nnmh-possibly-change-directory): Ditto.
1548         (nnmh-active-number): Ditto.
1549         * nnml.el (nnml-possibly-change-directory): Ditto.
1550         (nnml-request-list): Ditto.
1551         (nnml-request-article): Ditto.
1552         (nnml-retrieve-headers): Ditto.
1553
1554 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1555
1556         * nnimap.el (nnimap-request-accept-article): Don't unselect
1557         mailbox if no mailbox is selected.
1558
1559 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1560
1561         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1562         Recognize domain names starting with `www.' as starting an URL.
1563
1564 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1565
1566         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1567         (mail-source-keyword-map): Add "subdirs" for maildir.
1568
1569 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1570
1571         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1572         (nnmail-get-new-mail): Use it.
1573         * gnus-start.el (gnus-get-unread-articles): Ditto.
1574
1575 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1576
1577         * gnus-sum.el (gnus-summary-edit-article): Better support for
1578         nndraft:drafts.
1579         * nndraft.el (nndraft-request-replace-article): New function,
1580         bind nnmail-file-coding-system.
1581
1582 2000-05-14  Dave Love  <fx@gnu.org>
1583
1584         * nnheader.el: Replace uses of `fset' with `defalias'.
1585         (jka-compr-compression-info-list): Only defvar when compiling.
1586
1587 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1588
1589         * webmail.el (webmail-netaddress-article): Refresh redirect.
1590
1591 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1592
1593         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1594
1595 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1596
1597         * webmail.el: Translate &nbsp; to SP.
1598
1599 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1600
1601         * message.el (message-bounce): Doc typo.
1602
1603 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1604
1605         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1606         (gnus-soup-store): Ditto.
1607         (gnus-soup-send-packet): Ditto.
1608         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1609         (nnsoup-dissect-buffer): Ditto.
1610         (nnsoup-narrow-to-article): Ditto.
1611         (nnsoup-make-active): Ditto
1612
1613 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1614
1615         * message.el (message-mode): Two parameters for local-variable-p.
1616
1617 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1618
1619         * message.el (message-strip-list-identifiers): New function.
1620         (message-reply): Use it and use message-strip-subject-re.
1621         (message-followup): Ditto.
1622         * gnus-art.el (article-hide-list-identifiers): Remove more.
1623         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1624
1625 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1626
1627         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1628         mail-parset-charset and use non-numeric argument.
1629
1630 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1631
1632         * mml.el (mml-buffer-list): New variable.
1633         (mml-generate-new-buffer): New function.
1634         (mml-destroy-buffers): Ditto.
1635         (mml-insert-mime): Use them.
1636         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1637         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1638         * message.el (message-mode): Ditto.
1639         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1640         (gnus-uu-save-article): Support show-as-mml.
1641         * message.el (message-forward): Ditto.
1642
1643 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1644
1645         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1646         (nndoc-mime-digest-type-p): Locate article head precisely.
1647         * mml.el (mml-generate-default-type): New variable.
1648         (mml-generate-mime-1): Use it.
1649         (mml-insert-mime-headers): Use it.
1650         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1651         (gnus-uu-digest-mail-forward): Use it and call message-forward
1652         with argument digest.
1653         (gnus-uu-save-article): Support message-forward-as-mime.
1654         * message.el (message-forward): Add parameter digest.
1655         * mm-decode.el (mm-dissect-default-type): New variable.
1656         (mm-dissect-buffer): Use it.
1657
1658 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1659
1660         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1661         newline and paragraph to nil when got a non-ascii character. Test
1662         paragraph before newline.
1663
1664 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1665
1666         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1667         limit to 76.
1668
1669 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * nnslashdot.el (nnslashdot-sid-strip): New function.
1672         (nnslashdot-threaded-retrieve-headers): New format.
1673         (nnslashdot-sane-retrieve-headers): Ditto.
1674         (nnslashdot-request-article): Ditto.
1675         (nnslashdot-threaded-retrieve-headers): Thread properly.
1676         (nnslashdot-request-article): Be more lenient.
1677         (nnslashdot-threaded-retrieve-headers): Regexp search.
1678
1679 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1680
1681         * gnus-sum.el (gnus-with-article): Define it before use it.
1682
1683 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1684
1685         * message.el (message-supersede): Use mime-to-mml.
1686         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1687
1688 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * gnus-group.el (gnus-group-list-cached): Don't use
1691         `subst-char-in-string'.
1692
1693 2000-05-08  Dave Love  <fx@gnu.org>
1694
1695         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1696
1697 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1698
1699         * mm-decode.el (mm-interactively-view-part): Append %s if the
1700         method is a single word.
1701         * nnwarchive.el (nnwarchive-type-definition): Typo.
1702
1703 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1704
1705         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1706         function.
1707         (gnus-group-prepare-flat-predicate): Use it.
1708         (gnus-group-list-cached): List dead groups.
1709
1710 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1711
1712         * gnus-art.el (article-decode-charset): Don't decode message with
1713         format.
1714
1715 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1716
1717         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1718         evaluate the Lisp code.
1719
1720 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1721
1722         * gnus-art.el (article-wash-html): New function.
1723         (gnus-article-wash-html): Bind.
1724         (gnus-article-make-menu-bar): Menu item.
1725         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1726         (gnus-summary-make-menu-bar): Menu item.
1727         * gnus.el: Autoload.
1728
1729 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1730
1731         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1732         (gnus-uu-unshar-article): Use it.
1733
1734         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1735         (mailcap-maybe-eval): Use it.
1736
1737         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1738         in docstring.
1739
1740         * mml.el (mml-generate-mime-1): Small comment.
1741
1742 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1743
1744         * gnus-art.el (article-de-base64-unreadable): New function.
1745         (gnus-article-de-base64-unreadable): Bind.
1746         (gnus-article-make-menu-bar): Menu item.
1747         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1748         (gnus-summary-make-menu-bar): Menu item.
1749         * gnus.el: Autoload.
1750
1751 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1752
1753         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1754         (gnus-summary-select-article): Add en/disable multibyte.
1755
1756 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1757
1758         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1759         (gnus-summary-edit-article): New feature: editing raw articles.
1760
1761 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1762
1763         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1764         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1765         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1766         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1767         * mm-decode.el (mm-insert-part): Ditto.
1768
1769 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1770
1771         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1772         (nndoc-forward-type-p): Ditto.
1773
1774 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1775
1776         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1777         value of enable-multibyte-characters.
1778
1779 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1780
1781         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1782
1783 2000-05-03  Dave Love  <fx@gnu.org>
1784
1785         * gnus-ems.el (gnus-article-xface-ring-internal)
1786         (gnus-article-xface-ring-size): New variable.
1787         (gnus-article-display-xface): Use them to cache data.  Don't try
1788         to use XPM.  Set up binary coding for PBM's sake.
1789
1790 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1791
1792         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1793         * gnus-int.el (gnus-request-accept-article): Ditto.
1794         (gnus-request-replace-article): Ditto.
1795         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1796
1797 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1798
1799         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1800
1801 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1802
1803         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1804         field.
1805         * mml.el (mml-to-mime): Use message-default-charset.
1806         (mml-preview): Narrow to headers.
1807         * message.el (message-send-mail): Use message-default-charset.
1808         (message-send-news): Narrow to headers;
1809         use message-default-charset.
1810
1811 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1812
1813         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1814         detect.
1815         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1816         restriction.
1817         (mml-parse-1): Warning message.
1818         (mml-preview): Disable multibyte.
1819
1820 2000-05-03  Dave Love  <fx@gnu.org>
1821
1822         * gnus.el (gnus-group-startup-message): Add newline before image.
1823
1824 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1825
1826         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1827         * message.el (message-send-mail): Use unibyte-buffer.
1828         (message-send-mail): Ditto.
1829
1830 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1831
1832         * gnus.el: Gnus v5.8.6 is released.
1833
1834 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1835
1836         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1837
1838 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1839
1840         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1841
1842 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1843
1844         * message.el (message-send-mail-partially): Use forward-line.
1845
1846 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1847
1848         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1849
1850 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1851
1852         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1853         (mml-insert-mime): No markup only for text/plain.
1854         (mime-to-mml): Remove MIME headers.
1855
1856 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1857
1858         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1859         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1860         as 8-bit.
1861         * lpath.el: Fbind image functions.
1862
1863 2000-04-28  Dave Love  <fx@gnu.org>
1864
1865         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1866         21.
1867
1868         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1869         search order.  Use parse-colon-path and remove some redundancy.
1870         Doc fix.
1871         (mailcap-parse-mimetypes): Code consistently with
1872         mailcap-parse-mailcaps.  Doc fix.
1873
1874         * gnus-start.el (gnus-unload): Iterate over `features', not
1875         `load-history'.
1876
1877 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1878
1879         * mml.el (mml-parse-1): Don't create blank parts.
1880         (mml-read-part): Fix mml tag.
1881         (mml-insert-mime): Convert message/rfc822.
1882         (mml-insert-mml-markup): Add mmlp parameter.
1883
1884 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1885
1886         * message.el (message-send-mail-partially): Remove CTE.
1887
1888 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1889
1890         * lpath.el: Fbind put-image for XEmacs.
1891         * mm-view.el (mm-inline-image): Fset it.
1892
1893 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1894
1895         * nndoc.el (nndoc-type-alist): Change forward regexp.
1896
1897 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1898
1899         * message.el (message-send-mail-partially-limit): Change the
1900         default value.
1901
1902 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1903
1904         * gnus-util.el (gnus-extract-address-components): Name might be
1905         "".
1906
1907 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1908
1909         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1910         (gnus-summary-post-forward): Ditto.
1911         * message.el (message-forward-show-mml): New variable.
1912         (message-forward): Use it.
1913         * mml.el (mml-parse-1): Add tag mml.
1914         (mml-read-part): Ditto.
1915         (mml-generate-mime): Support reentance.
1916         (mml-generate-mime-1): Support mml tag.
1917
1918 2000-04-27  Dave Love  <fx@gnu.org>
1919
1920         * gnus-art.el: Don't bother to require custom, browse-url.
1921         (gnus-article-x-face-command): Include gnus-article-display-xface.
1922
1923         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1924         Use defalias, not fset.
1925         (gnus-article-display-xface): New function.
1926
1927         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1928
1929         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1930         (mm-xemacs-p): Deleted.
1931         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1932         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1933         use create-image and don't special-case xbm.
1934         (mm-valid-image-format-p): Use display-graphic-p.
1935
1936 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1937
1938         * message.el (message-send-mail-partially-limit): New variable.
1939         (message-send-mail-partially): New function.
1940         (message-send-mail): Use it.
1941         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1942         all blank lines inside of base64.
1943         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1944         blank lines.
1945
1946 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1947
1948         * mml.el (mml-insert-tag): Match more special characters.
1949
1950 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1951
1952         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1953
1954 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1955
1956         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1957         (mm-inlined-types): Ditto.
1958         * mm-partial.el: New file.
1959
1960 2000-04-27  Dave Love  <fx@gnu.org>
1961
1962         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1963         matter in Emacs 21.
1964
1965 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1966
1967         * mm-bodies.el (mm-encode-body): Remove reference to
1968         mm-default-charset in comment.
1969
1970 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1971
1972         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1973
1974 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1975
1976         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1977         let.
1978
1979 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1980
1981         * gnus-draft.el (gnus-draft-setup): Fix comments.
1982
1983 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1984
1985         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1986         if nnmbox-file-coding-system-for-write is nil.
1987
1988 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1989
1990         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1991         header if nil.
1992
1993 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1994
1995         * mm-view.el (mm-inline-text): Insert directly if decoded.
1996         * mml.el (autoload): Typo.
1997
1998 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1999
2000         * mml.el (mml-preview): Set up posting-charset.
2001         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
2002
2003 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2004
2005         * webmail.el: Fix yahoo mail.
2006
2007 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2008
2009         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
2010         word if not necessary.
2011         (rfc2047-encode-region): Put space between encoded words.
2012
2013 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2014
2015         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
2016
2017 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2018
2019         * gnus-draft.el (gnus-draft-setup): Restore mml only when
2020         required.
2021         (gnus-draft-edit-message): Require restoration.
2022
2023 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2024
2025         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
2026         back.
2027
2028 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2029
2030         * gnus-art.el (gnus-treat-article): Make sure that the summary
2031         buffer is live.
2032
2033 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2034
2035         * mailcap.el (mailcap-parse-mailcaps): Reorder.
2036         (mailcap-parse-mailcap): Backwards parsing.
2037         (mailcap-possible-viewers): Remove nreverse.
2038         (mailcap-mime-info): Ditto.
2039         (mailcap-add-mailcap-entry): Keep alternative viewer.
2040
2041 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
2042
2043         * gnus.el: Gnus v5.8.5 is released.
2044
2045 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
2048
2049         * gnus-util.el (gnus-netrc-machine): Default to nntp.
2050
2051         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
2052
2053 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2054
2055         * mm-view.el (mm-inline-message): Disable prepare-hook.
2056
2057 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * gnus.el: Fix copyright statements.
2060
2061         * gnus-sum.el (gnus-alter-articles-to-read-function): New
2062         variable.
2063         (gnus-articles-to-read): Use it.
2064
2065         * message.el (message-get-reply-headers): Bind free variable.
2066
2067 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2068
2069         * message.el (message-get-reply-headers): Fix to-address.
2070
2071 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2072
2073         * webmail.el: Hotmail fix. Add a debug function.
2074
2075 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * gnus-sum.el (t): M-down and M-up.
2078
2079 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2080
2081         * gnus-sum.el: Doc fix.
2082
2083 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2084
2085         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2086
2087 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2090         string.
2091         (nnweb-request-group): Don't scan twice.
2092         (nnweb-request-scan): Don't nix out the hashtb.
2093
2094         * message.el (message-get-reply-headers): Return a value.
2095
2096 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2097
2098         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2099         urls.
2100
2101 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2104         order messages are inserted.
2105
2106         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2107         message/rfc822 parts.
2108
2109         * gnus-art.el (gnus-article-read-summary-keys): Check for
2110         numerical values.
2111
2112         * message.el (message-get-headers): Made into own function.
2113         (message-reply): Use it.
2114         (message-get-reply-headers): Renamed.
2115         (message-widen-reply): New command.
2116
2117 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2118
2119         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2120
2121 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2122
2123         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2124         non-base64 text at the end if not found.
2125
2126 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2127
2128         * gnus-sum.el (gnus-read-move-group-name):
2129         (gnus-summary-move-article): Use `gnus-group-method' to find out
2130         what method the manually entered group belong to.
2131         `gnus-group-name-to-method' doesn't return any method parameters
2132         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2133         for new groups so they wouldn't work.
2134
2135 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2138         override.
2139
2140 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2141
2142         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2143         probably good to do, or something.  I dunno.  I just write these
2144         ChangeLog entries, and my name is Lars.
2145
2146 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2147
2148         * message.el (message-caesar-region): Use translate-region.
2149
2150 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2151
2152         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2153
2154 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2157         variables, because that makes Emacs flash.
2158
2159         * gnus-group.el (gnus-group-insert-group-line): Don't call
2160         gnus-group-add-icon unconditionally.
2161
2162         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2163
2164         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2165         xmas.
2166         (gnus-group-glyph-directory): Removed.
2167
2168 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2169
2170         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2171         gnus-newsgroup-name is "".
2172
2173 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2174
2175         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2176         in conjunction with MULE-UCS.
2177
2178 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2179
2180         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2181
2182 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * dgnushack.el (last, mapcon, member-if, union): New compiler
2185         macros for emulating cl functions.
2186
2187 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2188
2189         * message.el (message-shorten-references): Only cater to broken
2190         INN for news. This caters for broken smtpd.
2191
2192 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * mailcap.el (mailcap-mime-info): Use the first match; not the
2195         last.
2196
2197         * gnus-agent.el (gnus-category-kill): Save the category list.
2198
2199 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2200
2201         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2202
2203 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2206
2207 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2210
2211 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2212
2213         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2214         (gnus-group-list-cached): Use it.
2215
2216 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * gnus.el: Update all the copyright notices.
2219
2220 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2221
2222         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2223         non-base64 text at the end.
2224
2225 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2228
2229 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * nnheader.el: Don't autoload cancel-function-timers.
2232
2233         * message.el (message-fetch-field): Fold case.
2234
2235 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2236
2237         * message.el (message-forward-before-signature): New variable.
2238
2239 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2240
2241         * gnus-mlspl.el: Fix stuff.
2242
2243 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2246         subjects when unthreaded.
2247
2248 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2249
2250         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2251         well.
2252
2253 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2254
2255         * gnus-art.el (gnus-article-mode): Fix variable name.
2256
2257 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * mm-view.el: Fix autoload.
2260
2261         * flow-fill.el (flow-fill): Fix provide.
2262
2263         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2264         nil.
2265
2266 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2267
2268         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2269
2270 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * gnus-util.el (gnus-netrc-machine): Didn't work.
2273
2274 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2275
2276         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2277
2278 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * flow-fill.el: Renamed from fill-flowed.
2281
2282         * message.el (message-forward-ignored-headers): Default to
2283         removing CTE.
2284
2285 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2286
2287         * message.el (message-mode): Don't fill headers.
2288
2289 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * message.el (message-pipe-buffer-body): Use shell
2292
2293 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2294
2295         * nnvirtual.el (nnvirtual-request-article):
2296         Bind gnus-override-method to nil.
2297         (nnvirtual-request-update-mark): Don't update mark when
2298         article is not there.
2299
2300 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2301
2302         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2303
2304 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * gnus-util.el (gnus-parse-netrc): Allow "port".
2307         (gnus-netrc-machine): Take a port param.
2308         (gnus-netrc-machine):
2309
2310         * gnus-art.el (gnus-request-article-this-buffer): Allow
2311         re-selecting referenced articles.
2312
2313         * message.el (message-cancel-news): Allow editing.
2314         (message-cancel-message): Add newline.
2315
2316 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2317
2318         * mm-view.el (mm-inline-image-emacs): New function.
2319
2320 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * mail-source.el (mail-source-delete-incoming): Change default in
2323         cvs.
2324
2325 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2326
2327         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2328         function.
2329
2330 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * nnml.el (nnml-request-expire-articles): Use it.
2333
2334         * nnmail.el (nnmail-expiry-target): New variable.
2335         (nnmail-expiry-target-group): New function.
2336
2337 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2338
2339         * message.el (message-forward): Add non-MIME separators.
2340
2341 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * message.el (message-generate-headers): Respect the syntax check
2344         spec.
2345
2346         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2347         (gnus-remove-thread): Don't show all threads.
2348
2349 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2350
2351         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2352
2353 2000-04-19  Dave Love  <fx@gnu.org>
2354
2355         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2356
2357 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2358
2359         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2360         (nnwarchive-egroups-*): Ditto.
2361         (nnwarchive-url): Unibyte buffer and single line cookie.
2362
2363 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2364
2365         * mm-util.el (mm-char-or-char-int-p): New alias.
2366         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2367         entities.
2368
2369 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2370
2371         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2372         article case insensitively.
2373
2374 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2375
2376         * mail-source.el (mail-source-fetch-webmail): Use the default
2377         password provided in mail-sources; use webmail:subtype:user as
2378         the key.
2379
2380 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2381
2382         * mail-source.el (mail-source-fetch-webmail): Use
2383         mail-source-password-cache.
2384
2385 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2386
2387         * webmail.el: Add netscape mail and fix HotMail mail.
2388
2389 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2390
2391         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2392
2393 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2394
2395         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2396         RFC822.PEEK if server support IMAP4rev1.
2397         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2398         RFC822.TEXT.PEEK if server support IMAP4rev1.
2399         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2400         RFC822.HEADER if server support IMAP4rev1.
2401         (nnimap-request-article-part): Support bodydetail in response
2402         data.
2403
2404 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2405
2406         * fill-flowed.el: New file.
2407
2408         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2409         text/plain parts with `format' parameters.
2410
2411         * mm-view.el (autoload): Autoload fill-flowed.
2412         (mm-inline-text): For "plain" parts with a format=flowed
2413         parameter, call `fill-flowed'.
2414
2415 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2418         slashdot ids.
2419
2420 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2423         format.
2424
2425 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2426
2427         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2428         `imtest' too.
2429         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2430         (imap-gssapi-program): New variable.
2431         (imap-streams): Add gssapi.
2432         (imap-stream-alist): Ditto.
2433         (imap-authenticators): Ditto.
2434         (imap-authenticator-alist): Ditto.
2435         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2436         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2437         1.6.x `imtest' syntax.
2438         (imap-gssapi-stream-p): New function.
2439         (imap-gssapi-open): Ditto.
2440         (imap-gssapi-auth-p): Ditto.
2441         (imap-gssapi-auth): Ditto.
2442         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2443         (imap-send-command): Use buffer-local `imap-client-eol' value.
2444
2445         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2446         lines and turn TAB into SPC before parsing.
2447
2448 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2449
2450         * nnheader.el (nnheader-group-pathname): Make sure to return a
2451         directory.
2452         * nnmail.el (nnmail-group-pathname): Ditto.
2453
2454 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2455
2456         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2457         might split in the middle of a message-id.
2458
2459 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2462         groups from the server.
2463
2464         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2465         (gnus-summary-toggle-header): Update the wash status.
2466
2467         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2468         Moved here.
2469
2470         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2471         setting.
2472
2473         * nnmail.el (nnmail-get-active): Use it.
2474         (nnmail-parse-active): New function.
2475
2476         * mm-view.el (mm-inline-text): Support the new version of
2477         vcard.el.
2478
2479         * gnus-sum.el (gnus-summary-move-article): Only delete article
2480         when moving junk.
2481         (gnus-deaden-summary): Bury the buffer.
2482
2483         * nnmail.el (nnmail-group-pathname): Ditto.
2484
2485         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2486
2487 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2488
2489         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2490         whether Mule.
2491
2492 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493
2494         * message.el (message-send-mail): Protect against unloaded Gnus.
2495
2496         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2497         parent.
2498         (gnus-topic-update-topic-line): Yes, do.
2499         (gnus-topic-goto-missing-group): Tally the correct number of
2500         unread articles before inserting the topic line.
2501
2502 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2505
2506 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * mm-decode.el (mm-dissect-buffer): Ditto.
2509
2510         * gnus-art.el (article-decode-charset): Strip CTE.
2511
2512         * ietf-drums.el (ietf-drums-strip): New function.
2513
2514         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2515         when prompting in read-only groups.
2516
2517 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2518
2519         * imap.el (imap-send-command): Change EOL-chars when
2520         `imap-client-eol' differs from default, not only for kerberos4.
2521         (imap-mailbox-status): Get encoded mailbox's status.
2522
2523 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2524
2525         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2526         into `mail-source-password-cache'.
2527
2528 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2529
2530         * mm-util.el (mm-mime-charset): Check for presence of
2531         `coding-system-get' and `get-charset-property' (recent XEmacs has
2532         the former, but not the latter).
2533
2534 2000-01-28  Dave Love  <fx@gnu.org>
2535
2536         * message.el (message-check-news-header-syntax): Fix typo
2537         `newsgroyps'.
2538         (message-talkative-question): Put temp buffer in fundamental-mode.
2539         (message-recover): Use fundamental-mode in the right buffer.
2540
2541         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2542         right buffer.
2543
2544 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2545
2546         * qp.el (quoted-printable-decode-region): Add charset parameter.
2547         (quoted-printable-decode-string): Ditto.
2548
2549         * gnus-art.el (article-de-quoted-unreadable): Use it.
2550
2551 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2552
2553         * nnimap.el (nnimap-split-predicate): New variable.
2554         (nnimap-split-articles): Use it.
2555
2556 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2557
2558         * utf7.el: Change email address.
2559
2560 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * gnus-group.el (gnus-group-catchup): Purge split history.
2563
2564 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2565
2566         * nnmail.el (nnmail-generate-active): Support extended group name.
2567         (nnmail-get-active): Ditto.
2568
2569 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2570
2571         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2572         group names, don't remove anything.
2573
2574 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2575
2576         * webmail.el (webmail-my-deja-open): My-deja changes.
2577
2578 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2579
2580         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2581
2582 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2583
2584         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2585
2586 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2587
2588         * gnus.el (gnus-other-frame): Fix typo.
2589
2590 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2591
2592         * gnus-cus.el (gnus-group-customize): Fix typo.
2593
2594 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * nnweb.el (nnweb-insert): Simplified.
2597
2598 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * gnus-art.el (gnus-article-mode-map): "e" is
2601         gnus-summary-edit-article.
2602
2603 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2604
2605         * mailcap.el (mailcap-mime-extensions): Add .diff.
2606
2607 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2608
2609         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2610         there is no "%s" in the method.
2611
2612 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2613
2614         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2615
2616 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2619
2620         * gnus.el: Really always pop up a new frame.
2621
2622         * parse-time.el (parse-time-rules): Allow 100-110 to be
2623         2000-2010.
2624
2625         * time-date.el (date-to-time): Don't use timezone.
2626
2627 2000-01-06  Dave Love  <fx@gnu.org>
2628
2629         * time-date.el: Add keywords.
2630         (date-to-time): Add autoload cookie.  Canonicalize with
2631         timezone-make-date-arpa-standard.
2632         (time-to-seconds): Avoid caddr.
2633         (safe-date-to-time): Add autoload cookie.
2634
2635         * base64.el: Require cl when compiling.
2636
2637 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2638
2639         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2640         eyecandy.
2641         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2642         group line using gnus-group-add-icon.
2643         (gnus-group-icons): Added customize group.
2644         (gnus-group-icon-list): Added variable.
2645         (gnus-group-glyph-directory): Added variable.
2646         (gnus-group-icon-cache): Added variable.
2647         (gnus-group-running-xemacs): Added variable.
2648         (gnus-group-add-icon): Added function. Add an icon to the current
2649         line according to gnus-group-icon-list.
2650         (gnus-group-icon-create-glyph): Added function.
2651
2652 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * gnus-sum.el (gnus-summary-select-article): Return whether we
2655         selected something new.
2656         (gnus-summary-search-article): Start searching at the window
2657         point.
2658
2659         * gnus-group.el (gnus-fetch-group): Complete over
2660         gnus-active-hashtb.
2661
2662 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2663
2664         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2665
2666 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * gnus-sum.el (gnus-preserve-marks): New variable.
2669         (gnus-summary-move-article): Use it.
2670         (gnus-group-charset-alist): Added more entries.
2671
2672 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2675
2676         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2677         as the default score.
2678
2679         * gnus-score.el (gnus-score-delta-default): Changed name.
2680
2681 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2682
2683         * imap.el (imap-parse-literal):
2684         (imap-parse-flag-list): Don't care about props.
2685         (imap-parse-string): Handle quoted characters.
2686
2687 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2690         (gnus-summary-mark-article): Doc fix.
2691         (gnus-summary-mark-forward): Doc fix.
2692         (t): Changed keystroke for gnus-summary-customize-parameters.
2693
2694         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2695         "e".
2696         (gnus-article-mode-map): No, don't.
2697
2698         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2699         of the final article.
2700
2701         * mm-decode.el (mm-interactively-view-part): Error on no method.
2702
2703 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2704
2705         * gnus-score.el (gnus-score-insert-help): Something.
2706
2707         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2708
2709         * gnus-win.el (gnus-configure-frame): Ditto.
2710
2711         * gnus-mh.el (gnus-summary-save-in-folder): Use
2712         with-current-buffer.
2713
2714 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * nnwarchive.el: Changed file perms.
2717
2718 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * gnus-group.el (gnus-group-delete-groups): New command.
2721         (gnus-group-delete-group): Extra no-prompt parameters.
2722
2723 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2726         <p>.
2727
2728 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2729
2730         * webmail.el (webmail-hotmail-article): Don't insert message id.
2731
2732 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2733
2734         * nnimap.el (nnimap-split-fancy): New variable.
2735         (nnimap-split-fancy): New function.
2736
2737 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2738
2739         (nnimap-split-rule): Document symbol value.
2740
2741 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2742
2743         * nnimap.el (nnimap-retrieve-headers-progress): Let
2744         `nnheader-parse-head' parse article.
2745         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2746         request headers needed by `nnheader-parse-head'.
2747
2748 1999-12-23  Florian Weimer  <fw@s.netic.de>
2749
2750         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2751         value (crosspostings are handled), improve documentation.
2752
2753         * smiley.el: Declare file coding system as iso-8859-1.
2754
2755         * nnultimate.el: Dito.
2756
2757         * message.el: Dito.
2758
2759         * gnus-cite.el: Dito.
2760
2761         * gnus-spec.el: Dito.
2762
2763 1999-12-21  Florian Weimer  <fw@s.netic.de>
2764
2765         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2766         (gnus-setup-message): No longer make `message-posting-charset'
2767         buffer-local.
2768         (gnus-setup-posting-charset): Reflect the new layout of
2769         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2770
2771         * message.el (message-send-mail): Bind `message-this-is-mail' and
2772         `message-posting-charset'.
2773         (message-send-news): Dito, and honour new layout of
2774         `message-posting-charset'.
2775         (message-encode-message-body): Ignore `message-posting-charset'.
2776
2777         * mm-bodies.el (mm-body-encoding): Consider
2778         `message-posting-charset' when deciding whether to use 8bit.
2779
2780         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2781         (rfc2047-encodable-p): Now solely for headers; use
2782         `message-posting-charset'.
2783
2784 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2785
2786         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2787
2788 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2789
2790         * nnagent.el (nnagent-server-opened): Optional.
2791         (nnagent-status-message): Optional.
2792
2793 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2794
2795         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2796         end (referenced by instructions in
2797         `gnus-cited-opened-text-button-line-format-alist').
2798
2799 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2800
2801         * imap.el (imap-starttls-open): Typo.
2802
2803 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2804
2805         * mm-util.el (mm-charset-after): Non-MULE case.
2806         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2807         * rfc2047.el (rfc2047-dissect-region): Bind it.
2808
2809 1999-12-18  Florian Weimer  <fw@s.netic.de>
2810
2811         * mml.el (mml-generate-multipart-alist): Correct default value.
2812
2813         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2814         (mm-safer-encoding): New function.
2815         (mm-content-transfer-encoding): Use both.
2816
2817         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2818         * qp.el (quoted-printable-encode-region): Dito.
2819
2820 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2821
2822         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2823
2824 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2825
2826         * webmail.el (webmail-hotmail-list): raw=0.
2827
2828 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2829
2830         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2831         group name.
2832
2833 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2834
2835         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2836
2837 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2838
2839         * imap.el: Don't autoload digest-md5.
2840         (imap-starttls-open): Bind coding-system-for-{read,write}.
2841         (imap-starttls-p): Check if we can find starttls.el.
2842         (imap-digest-md5-p): Check if we can find digest-md5.el.
2843
2844 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2845
2846         * base64.el (base64-encode-string): Accept 2nd argument
2847         `no-line-break'.
2848
2849         * imap.el: Require `digest-md5' when compiling; add autoload
2850         settings for `digest-md5-parse-digest-challenge',
2851         `digest-md5-digest-response', `starttls-open-stream' and
2852         `starttls-negotiate'.
2853         (imap-authenticators): Add `digest-md5'.
2854         (imap-authenticator-alist): Setup for `digest-md5'.
2855         (imap-digest-md5-p): New function.
2856         (imap-digest-md5-auth): New function.
2857         (imap-stream-alist): Add STARTTLS entry.
2858         (imap-starttls-p): New function.
2859         (imap-starttls-open): New function.
2860
2861 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2862
2863         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2864
2865 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2866
2867         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2868         string-to-x function.
2869
2870 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2871
2872         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2873
2874 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2875
2876         * webmail.el: Enhance hotmail-snarf.
2877
2878 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2879
2880         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2881
2882 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2883
2884         * webmail.el (webmail-hotmail-list): Search no-error.
2885
2886 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2887
2888         * nnwarchive.el: Support nov-is-evil.
2889         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2890         Set it if non-nil.
2891         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2892
2893 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2894
2895         * nnagent.el (nnagent-server-opened): Redefine.
2896         (nnagent-status-message): Ditto.
2897
2898 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2899
2900         * rfc1843.el (rfc1843-decode-region): Use
2901         buffer-substring-no-properties.
2902         * gnus-art.el (article-decode-HZ): New function.
2903
2904 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2905
2906         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2907
2908 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2909
2910         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2911         MIME charset not a MULE charset.
2912
2913 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2914
2915         * gnus-ems.el: Translate more ugly characters.
2916         * nnheader.el (nnheader-translate-file-chars): Don't translate
2917         the second ':'.
2918
2919 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2920
2921         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2922         method if cannot find the article.
2923
2924 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2925
2926         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2927         method if overrided.
2928
2929 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2930
2931         * mail-source.el (mail-source-fetch-webmail): Parameter
2932         dontexpunge.
2933
2934 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2935
2936         * webmail.el: Support my-deja. Better error report.
2937
2938 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2939
2940         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2941         is bad.
2942         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2943         is not 1.
2944
2945 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2946
2947         * nnslashdot.el (nnslashdot-request-article): A space.
2948
2949 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2950
2951         * nnagent.el: Support different backend with same name.
2952
2953 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2954
2955         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2956         archived group.
2957         (nnslashdot-sane-retrieve-headers): Ditto.
2958         (nnslashdot-request-article): Ditto.
2959
2960 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2961
2962         * nnweb.el (nnweb-insert): Narrow to point.
2963
2964 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2965
2966         * nnweb.el (nnweb-insert): Follow refresh url.
2967         * nnslashdot.el: Use it.
2968
2969 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2970
2971         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2972         (nnweb-decode-entities-string): New function.
2973
2974         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2975         nnweb-* and move to nnweb.el.
2976         * nnwarchive.el: Use nnweb-decode-entities, etc.
2977         * webmail.el: Ditto.
2978
2979         * nnslashdot.el: Use nnweb-decode-entities-string.
2980         (nnslashdot-decode-entities): Remove.
2981
2982 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2983
2984         * nnslashdot.el: Decode entities.
2985
2986 1999-12-12  Dave Love  <fx@gnu.org>
2987
2988         * gnus-agent.el (gnus-category-edit-groups)
2989         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2990         expansion of setf, fixed.
2991
2992 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2993
2994         * gnus-agent.el: Revoke last Dave Love's patch, because of
2995         incompatibility of XEmacs.
2996
2997 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2998
2999         * mm-uu.el: Change headers.
3000         * rfc1843.el: Ditto.
3001         * uudecode.el: Ditto.
3002
3003 1999-12-07  Dave Love  <fx@gnu.org>
3004
3005         * gnus-agent.el (gnus-category-edit-predicate)
3006         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
3007         inside backquote to avoid it at runtime.
3008
3009 1999-12-07  Dave Love  <fx@gnu.org>
3010
3011         * binhex.el: Require cl when compiling.
3012
3013 1999-12-04  Dave Love  <fx@gnu.org>
3014
3015         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
3016
3017 1999-12-04  Dave Love  <fx@gnu.org>
3018
3019         * mm-util.el (mm-delete-duplicates): New function.
3020         (mm-write-region): Use it.
3021
3022         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
3023
3024         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
3025         mm-delete-duplicates.
3026
3027         * imap.el (imap-open, imap-debug): Avoid mapc.
3028
3029         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
3030
3031         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
3032         (gnus-multi-decode-encoded-word-string): Avoid mapc.
3033
3034         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
3035         runtime.
3036
3037         * gnus.el (gnus-select-method): Likewise.
3038
3039         * nnheader.el (nnheader-nov-read-integer): Likewise.
3040
3041         * mm-view.el (mm-inline-message): Require cl when compiling.
3042         Avoid ignore-errors at runtime.
3043         (mm-inline-text): Avoid mapc.
3044
3045 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
3046
3047         * gnus-art.el (article-decode-charset): Widen is bad.
3048
3049 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3050
3051         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
3052
3053 1999-12-12  Florian Weimer  <fw@s.netic.de>
3054
3055         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
3056         indicate that only US-ASCII is permitted.
3057         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
3058         use unencoded 8-bit characters in message headers.
3059
3060 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3061
3062         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
3063         CRLF.
3064
3065 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3066
3067         * webmail.el: Require url-cookie.
3068
3069 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3070
3071         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3072         new function to make modified caesar table.
3073         (nnwarchive-from-r13): Use it.
3074         (nnwarchive-mail-archive-article): Improved.
3075
3076 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3077
3078         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3079
3080 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3081
3082         * nnweb.el (nnweb-request-article): Return cons.
3083
3084 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3085
3086         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3087
3088 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3089
3090         * mm-util.el (mm-with-unibyte): New macro.
3091         * nnweb.el (nnweb-init): Use it.
3092
3093 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3094
3095         * mm-util.el (mm-charset-after): New function.
3096         (mm-find-mime-charset-region): Set charsets after
3097         delete-duplicates and use find-coding-systems-region.
3098         (mm-find-charset-region): Remove composition.
3099
3100         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3101
3102         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3103
3104 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3105
3106         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3107         * mml.el (mml-confirmation-set): New variable.
3108         (mml-parse-1): Ask user to confirm.
3109
3110 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3111
3112         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3113         are scanned when we have directory mail-sources (the mail source
3114         is modified in that case, so we must scan it for all
3115         groups/methods).
3116
3117 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3118
3119         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3120         and nnml-article-file-alist.
3121
3122 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3123
3124         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3125         nnmail-fetched-sources.
3126
3127 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3128
3129         * mm-util.el (mm-find-charset-region): Use the last charset.
3130
3131 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3132
3133         * gnus.el (gnus-select-method): Made the option list prettier.
3134
3135 1999-12-08  Florian Weimer  <fw@s.netic.de>
3136
3137         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3138         for the `de' newsgroups hierarchy, as it is common practice there.
3139
3140
3141 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3142
3143         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3144         buffer-string arguments. Fix references.
3145
3146 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3147
3148         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3149         (gnus-agent-batch-fetch): Use it.
3150         (gnus-agent-fetch-session): Use it.
3151
3152 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3153
3154         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3155
3156 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3157
3158         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3159         nil.
3160
3161 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3162
3163         * nnslashdot.el (nnslashdot-request-list): There were two
3164         top-level body-forms.  Put a `progn' around them.
3165
3166         * gnus.el (gnus-select-method): Use `condition-case'
3167         instead of `ignore-errors', since cl may not be loaded when the
3168         form is evaluated.
3169
3170 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3171
3172         * nnwarchive.el: Support www.mail-archive.com.
3173
3174 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3175
3176         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3177         do anything.
3178
3179 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3180
3181         * utf7.el: New file, written by Jon K Hellan.
3182
3183         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3184         default to t.
3185
3186 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3189
3190         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3191         current.
3192         (gnus-refer-article-methods): New function.
3193         (gnus-summary-refer-article): Use it.
3194
3195 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3196
3197         * nnimap.el (nnimap-retrieve-groups): Return active format.
3198
3199         * nnimap.el (nnimap-replace-in-string): Removed.
3200         (nnimap-request-list):
3201         (nnimap-retrieve-groups):
3202         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3203
3204 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3205
3206         * imap.el: Use format-spec for ssl program.
3207         * imap.el (imap-ssl-arguments): Removed.
3208         (imap-ssl-open-{1,2}): Removed.
3209
3210 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3211
3212         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3213         instead of `ignore-errors', since cl may not be loaded when the
3214         form is evaluated.
3215
3216 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3217
3218         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3219         (mm-7bit-chars): New variable.
3220         (mm-body-7-or-8): Use it in both cases.
3221
3222 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3223
3224         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3225           defcustom definitions.
3226
3227 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3228
3229         * mm-decode.el (mm-display-part): Let mm-display-external return
3230         inline or external.
3231         (mm-display-external): For copiousoutput methods, insert output in
3232         buffer.
3233
3234 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3235
3236         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3237         buffer.
3238
3239 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * gnus-audio.el: An M too far.
3242
3243         * gnus-msg.el (gnus-setup-message): One backtick too many.
3244
3245         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3246         a function, not a variable.
3247
3248 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3249
3250         * gnus-score.el (gnus-score-body): Widen before requesting.
3251
3252 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3255
3256 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3257
3258         * mail-source.el (mail-source-fetch-webmail): Bind
3259         mail-source-string.
3260
3261 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3262
3263         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3264         (gnus-uu-unmark-by-regexp): Ditto.
3265
3266         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3267         dead groups.
3268
3269 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3272         do their real thing.
3273
3274         * nnmh.el (nnmh-be-safe): Doc fix.
3275
3276         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3277
3278         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3279         status line has arrived before we count it.
3280
3281         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3282
3283         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3284         Whitespace problems.
3285
3286         * gnus-win.el (gnus-configure-windows): Error fix.
3287
3288         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3289         right function.
3290
3291         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3292         Indent all functions.  Fix all comments to match the comment
3293         conventions.  Double-space after full stop.
3294
3295 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3296
3297         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3298         value to divide received mails into my favorite groups and I met
3299         an error.  It takes place if the length of a element "VALUE" in
3300         nnmail-split-fancy is less than two.
3301
3302 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3303
3304         * mml.el (mml-insert-part): New function.
3305
3306 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * lpath.el: Add `sc-cite-regexp'.
3309
3310 1999-12-02  Dave Love  <fx@gnu.org>
3311
3312         * mm-decode.el: Customize.
3313
3314 1999-12-03  Dave Love  <fx@gnu.org>
3315
3316         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3317         the W3 stuff isn't available.
3318
3319 1999-12-03  Dave Love  <fx@gnu.org>
3320
3321         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3322         at runtime.
3323
3324 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3325
3326         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3327
3328 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3329
3330         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3331         don't be fooled by "From nobody" lines added by respooling.
3332
3333         * pop3.el (pop3-movemail): Write crashbox in binary.
3334         (pop3-get-message-count): New function.
3335
3336         * mail-source.el (mail-source-primary-source): New variable.
3337         (mail-source-report-new-mail-interval): New variable.
3338         (mail-source-idle-time-delay): New variable.
3339         (mail-source-new-mail-available): New internal variable.
3340         (mail-source-fetch-pop): Clear new mail flag, when mail from
3341         primary source has been fetched.
3342         (mail-source-check-pop): New function.
3343         (mail-source-new-mail-p): New function.
3344         (mail-source-start-idle-timer): New function.
3345         (mail-source-report-new-mail): New function.
3346         (mail-source-report-new-mail): New internal variable.
3347         (mail-source-report-new-mail-timer): New internal variable.
3348         (mail-source-report-new-mail-idle-timer): New internal variables.
3349
3350 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3351
3352         * gnus-cus.el (gnus-group-customize): Customize fix.
3353
3354 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3355
3356         * message.el (message-send-mail-with-sendmail): Use
3357         message-make-address.
3358
3359 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3360
3361         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3362
3363 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3364
3365         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3366
3367 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3368
3369         * mml.el (mml-insert-tag): Don't close the tag.
3370         (mml-insert-empty-tag): New function.
3371         (mml-attach-file): Use mml-insert-empty-tag instead of
3372         mml-insert-tag.
3373         (mml-attach-buffer): Ditto.
3374         (mml-attach-external): Ditto.
3375         (mml-insert-multipart): Ditto.
3376
3377 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3378
3379         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3380         the article number.
3381
3382 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3383
3384         * gnus.el (gnus-find-method-for-group): The method of a new group
3385         is not the native one.
3386
3387 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3390
3391 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * nnultimate.el (nnultimate-retrieve-headers): Use
3394         mm-with-unibyte-current-buffer.
3395         (nnultimate-request-article): Ditto.
3396
3397 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3398
3399         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3400
3401 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3402
3403         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3404         * nnweb.el (nnweb-retrieve-headers): Use it.
3405         (nnweb-request-article): Use it.
3406
3407         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3408         case matching failed.
3409
3410 1999-12-02  John Wiegley <jwiegley@inprise.com>
3411
3412         * mail-source.el (mail-source-keyword-map): Add backslash to
3413         Delete-flag.
3414
3415 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3418         Latin-1.
3419         (gnus-group-charset-alist): No, don't.
3420
3421         * nnweb.el (nnweb-init): Make the buffer unibyte.
3422
3423 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3424
3425         * mail-source.el (mail-source-set-common-1): Fix to get the
3426         default value.
3427
3428 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3431
3432         * nnultimate.el (nnultimate-request-list): Use unibyte.
3433
3434         * gnus-uu.el (gnus-uu-grab-articles): Bind
3435         gnus-display-mime-function to nil.
3436
3437         * message.el (message-send-mail-with-sendmail): Use the
3438         user-mail-address variable.
3439
3440         * gnus-art.el (gnus-ignored-headers): More headers.
3441
3442         * message.el (message-shorten-1): Use list.
3443
3444 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445
3446         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3447         signatures.
3448
3449         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3450         (nnweb-dejanews-create-mapping): Do the properish date.
3451
3452 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3453
3454         * mail-source.el (mail-source-common-keyword-map): New variable.
3455         (mail-source-bind-common): New macro.
3456         (mail-source-fetch): Support plugged mail source.
3457         * gnus-int.el (gnus-request-scan): Use them.
3458
3459 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * mm-view.el (mm-inline-message): Check whether charset is a
3462         string.
3463
3464         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3465
3466         * message.el (message-mode-map): Changed keystroke for
3467         message-yank-buffer.
3468
3469 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3470
3471         * message.el (message-shorten-references): Cut references to 31
3472         elements, then either fold them or shorten them to 988 characters.
3473         (message-shorten-1): New function.
3474         (message-cater-to-broken-inn): New variable.
3475
3476 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3477
3478         * nnslashdot.el (nnslashdot-lose): New function.
3479
3480 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * mm-view.el (mm-inline-message): Not the right type of charset is
3483         being fetched here.  Let the group charset rule.
3484         (mm-inline-message): Ignore us-ascii.
3485
3486 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3487
3488         * mail-source.el (mail-source-fetch-maildir): work around the
3489         ommitted "file-regular-p" in efs/ange-ftp
3490
3491 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3494         (mml-generate-mime-1): Use the encoding param.
3495
3496         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3497
3498         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3499         gnus-art before binding its variables.
3500
3501         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3502         after the MIME.
3503
3504 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3505
3506         * message.el (message-clone-locals): Use it.
3507
3508         * gnus-msg.el (gnus-configure-posting-styles): Make
3509         user-mail-address local.
3510
3511 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3512
3513         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3514         once.
3515
3516 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3517
3518         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3519         (message-clone-locals): Ditto.
3520
3521         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3522         group inherit reply-to or from.
3523
3524 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3525
3526         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3527         for charset.
3528         (gnus-summary-show-article-charset-alist): New variable.
3529
3530         * mm-bodies.el (mm-decode-string): Support gnus-all and
3531         gnus-unknown.
3532         (mm-decode-body): Ditto.
3533         * rfc2047.el (rfc2047-decode): Ditto.
3534
3535 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * mail-source.el (mail-source-delete-incoming): Change default to
3538         t.
3539
3540 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3541
3542         * gnus.el: Pterodactyl Gnus v0.99 is released.
3543
3544 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3547
3548         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3549         spec.
3550
3551         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3552         (gnus-configure-posting-styles): No, don't.
3553         (gnus-configure-posting-styles): Allow overriding files.
3554
3555         * gnus-art.el (gnus-header-button-alist): Use browse-url
3556         directly.
3557
3558         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3559
3560         * gnus-msg.el (gnus-summary-yank-message): New command and
3561         keystroke.
3562
3563         * message.el (message-yank-buffer): New command.
3564         (message-buffers): New function.
3565
3566         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3567         next group in a more normal fasion.
3568
3569         * mml.el (mml-boundary-function): New variable.
3570         (mml-compute-boundary): Use it.
3571
3572         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3573         that exist for them.
3574
3575         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3576         (gnus-async-timer): New variable.
3577
3578 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * nnultimate.el (nnultimate-request-list): Be more lenient with
3581         root addresses.
3582
3583 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * gnus-art.el (gnus-treatment-function-alist): Do
3586         gnus-treat-capitalize-sentences.
3587
3588 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3589
3590         * webmail.el (webmail-hotmail-article): Hotmail changes the
3591         format.
3592
3593 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3594
3595         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3596         switch to buffer after calling program.
3597         (mm-display-external): Use `shell-command-switch' instead of "-c".
3598
3599 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3602         read groups file.
3603
3604         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3605         <p>.
3606
3607 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * message.el (message-mode): Doc fix.
3610
3611 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3612
3613         * gnus-art.el (article-emphasize): Check group variable.
3614         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3615
3616 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3617
3618         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3619         type.
3620
3621 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3622
3623         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3624
3625 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3626
3627         * mml.el (mml-quote-region): Insert ! after the hash.
3628
3629 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3630
3631         * gnus-group.el (gnus-group-warchive-address-history): Change to
3632         nil.
3633
3634 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3635
3636         * webmail.el: Support mail.yahoo.com.
3637
3638         * mail-source.el (mail-source-fetch-webmail): Add password check.
3639         (mail-source-keyword-map): Use `subtype'.
3640
3641 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3642
3643         * mail-source.el (mail-source-keyword-map): Add webmail.
3644         (mail-source-fetcher-alist): Ditto.
3645         (mail-source-fetch-webmail): New function.
3646         * webmail.el: New file.
3647
3648 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3649
3650         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3651
3652 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3653
3654         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3655
3656 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3659         (nnultimate-prune-days): New function.
3660         (nnultimate-create-mapping): Use it.
3661         (nnultimate-request-group): Only fetch the groups list if it has
3662         not been done before.
3663         (nnultimate-retrieve-headers): Don't write groups.
3664         (nnultimate-create-mapping): Off-by-one error.
3665
3666 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3669         threaded subjects.
3670
3671 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3672
3673         * nnwarchive.el: Lots of changes make agent happy.
3674
3675 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3676
3677         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3678         hashtb.
3679
3680 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3681
3682         * mm-decode.el (mm-display-external): Write region with binary
3683         mode.
3684
3685 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3686
3687         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3688
3689 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3690
3691         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3692         (mm-uu-test): Now it is in restricted region.
3693
3694         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3695
3696         * mm-view.el (mm-view-message): Fix buffer leak.
3697         (mm-inline-message): Support 'gnus-decoded.
3698
3699         * mm-bodies.el (mm-decode-body): Ditto.
3700
3701         * rfc2047.el (rfc2047-decode-region): Ditto.
3702
3703 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3704
3705         * imap.el (require): Added autoload for base64-encode-string.
3706
3707 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3708
3709         * gnus.el (gnus-refer-article-method): Made list value
3710         customizable.
3711
3712 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3713
3714         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3715         NOFORCE in Emacs case.
3716
3717 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3718
3719         * gnus-art.el (gnus-request-article-this-buffer): Set
3720         gnus-newsgroup-name.
3721
3722 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3723
3724         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3725         NOFORCE.
3726
3727 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3728
3729         * gnus-start.el (gnus-get-unread-articles): Check server before
3730         scanning.
3731
3732 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3735
3736         * nnslashdot.el (nnslashdot-login-name): New variable.
3737         (nnslashdot-password): Ditto.
3738         (nnslashdot-request-post): New function.
3739
3740         * gnus-art.el (gnus-treat-buttonize): More testing.
3741
3742         * mm-encode.el: Another CVS test.
3743
3744         * gnus-art.el (gnus-treat-emphasize): Change default.
3745         (gnus-treat-buttonize): Ditto.
3746         (gnus-treat-buttonize): This is a test.
3747
3748         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3749         (gnus-build-sparse-threads): Ditto.
3750         (gnus-build-all-threads): Ditto.
3751
3752         * nnheader.el (make-full-mail-header): Make into a subst.
3753
3754         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3755         unless w3 is supplied.
3756
3757         * gnus.el (gnus-refer-article-method): Doc fix.
3758
3759         * gnus-sum.el: Do not accept a prefix.
3760         (gnus-summary-refer-article): Accept a list of select methods.
3761
3762 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3763
3764         * Makefile.in: Change `^  *' to `\t'.
3765
3766 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3767
3768         * message.el (message-forward): Pay attention to prefix argument
3769         again and forward all headers when it is set, regardless of the
3770         value of message-forward-ignored-headers.
3771
3772 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3773
3774         * dgnushack.el (dgnushack-compile): Vpath file.
3775
3776         * Makefile.in (SHELL): VPATH support.
3777
3778 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * gnus-ems.el: Check for cygwin32.
3781
3782 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3783
3784         * mm-decode.el (mm-display-external): Use 'non-viewer.
3785
3786 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3787
3788         * base64.el (base64-encode-string): An alias for base64-encode for
3789         compatibility.
3790
3791 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3792
3793         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3794         nntp-inhibit-erase.
3795
3796 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3797
3798         * gnus-start.el (gnus-get-unread-articles): Use
3799         nnfoo-retrieve-groups to find new news, if available.
3800         (gnus-read-active-file-2): New function.
3801         (gnus-get-unread-articles): Use it.
3802         (gnus-read-active-file-1): Ditto.
3803
3804 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * mm-util.el (mm-find-mime-charset-region): Make sure
3807         find-coding-systems-for-charsets is fbound.
3808
3809         * gnus-ems.el: Typo fix.
3810
3811 1999-11-13  Florian Weimer  <fw@s.netic.de>
3812
3813         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3814         it's available and makes sense.
3815
3816 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3817
3818         * gnus-score.el (gnus-score-save): Translate score file.
3819
3820 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3821
3822         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3823         added fetchflag and dontexpunge keywords.
3824         (mail-source-fetch-imap): Use them.
3825
3826 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3827
3828         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3829         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3830         `defconst'.
3831
3832         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3833         `defconst'.
3834         Mention that it is both for group and topic parameters.
3835         (gnus-extra-topic-parameters): New constant, including `subscribe'
3836         parameter.
3837         (gnus-extra-group-parameters): New constant.
3838         (gnus-group-customize): Use them.
3839
3840         * gnus.el (gnus-select-method): Added default value and tag.
3841         (gnus-refer-article-method): Added `DejaNews' customization option.
3842
3843 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3846
3847         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3848         syntax.
3849
3850         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3851
3852         * nnslashdot.el (nnslashdot-group-number): Changed default.
3853
3854         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3855         (nnweb-dejanews-wash-article): Removed.
3856         (nnweb-type-definition): Fetch by id.
3857
3858         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3859         we mean it.
3860
3861         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3862         (nnslashdot-request-list): Use Ultramode as well.
3863         (nnslashdot-date-to-date): Be more lenient.
3864         (nnslashdot-threaded): New function.
3865
3866 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3869
3870 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3871
3872         * nnweb.el (nnweb-type-definition): /=dnc
3873
3874 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3877         dates.
3878         (nnultimate-retrieve-headers): Wrong ordering.
3879
3880 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3881
3882         * message.el (message-forward-as-mime): New variable.
3883
3884 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3887
3888 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3889
3890         * mail-source.el (mail-source-movemail-and-remove): New function.
3891         (mail-source-keyword-map): Add `function' for `maildir'.
3892         (mail-source-fetch-maildir): Use it.
3893
3894 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3895
3896         * nnwarchive.el: New file.
3897         * gnus-group.el (gnus-group-make-warchive-group): New function.
3898         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3899
3900 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3903         subjects.
3904
3905 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3906
3907         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3908
3909 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * nnultimate.el (nnultimate-open-server): Do address.
3912         (nnultimate-forum-table-p): New function.
3913
3914         * nnweb.el (nnweb-insert-html): Renamed.
3915         (nnweb-insert): New function.
3916
3917         * nnultimate.el (nnultimate-insert-html): New function.
3918
3919         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3920         if nov is evil.
3921         (nnslashdot-retrieve-headers): use the sane version instead.
3922
3923 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * nnslashdot.el (nnslashdot-request-article): Fold case.
3926
3927         * nnultimate.el: New file.
3928
3929         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3930         unless wanted.
3931
3932         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3933         (gnus-read-active-file-1): Separated into own function.
3934         (gnus-read-active-file): Catch quits.
3935
3936         * nnslashdot.el (nnslashdot-request-article): Search better on
3937         first article.
3938         (nnslashdot-request-list): Fold case.
3939         (nnslashdot-retrieve-headers): Ditto.
3940
3941 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * gnus.el: Autoload gnus-subscribe-topics.
3944
3945 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3946
3947         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3948         before dot.
3949         * gnus-util.el (gnus-write-active-file): Ditto.
3950
3951 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3952
3953         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3954         function.
3955         * gnus-cache.el (gnus-cache-file-name): Use it.
3956         * gnus-agent.el (gnus-agent-group-path): Use it.
3957         * nnmail.el (nnmail-group-pathname): Use it.
3958
3959 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3960
3961         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3962         if cooked.
3963         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3964         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3965         * gnus.el (gnus-short-group-name): "..." proof.
3966
3967 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3968
3969         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3970         support nnslashdot.
3971
3972 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3975         many articles.
3976         (nnslashdot-generate-active): New function.
3977         (nnslashdot-request-newgroups): Use it.
3978
3979         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3980         names.
3981
3982         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3983         (nnslashdot-request-list): Not moderated.
3984
3985 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3986
3987         * nnimap.el (nnimap-open-server): Remove error signal if
3988         nnimap-server-buffer is nil (the check should've been `boundp').
3989
3990         * imap.el (imap-log):
3991         * nnimap.el (nnimap-debug): Disable debugging by default.
3992
3993 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3994
3995         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3996
3997         * gnus-topic.el (gnus-subscribe-topic): New function.
3998
3999         * nnslashdot.el (nnslashdot-request-list): Give out extended group
4000         names.
4001
4002         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
4003         if starting with a quote.
4004
4005 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4006
4007         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
4008         group name.
4009
4010 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * nnslashdot.el: New file.
4013
4014         * nnheader.el (nnheader-insert-header): New function.
4015
4016         * gnus-art.el (gnus-mime-internalize-part): Bind
4017         mm-inlined-types.
4018
4019         * nndraft.el (nndraft-request-expire-articles): Do all the backup
4020         files.
4021
4022 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4023
4024         * emacs-mime.texi (Customization): Document mm-inline-override-types
4025
4026 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4027
4028         * emacs-mime.texi (Customization): Document mm-inline-override-types
4029
4030 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4031
4032         * emacs-mime.texi (Customization): Document mm-inline-override-types
4033
4034 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
4035
4036         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
4037         (smiley-toggle-buffer): New function.
4038         (smiley-buffer): Don't quote the function.
4039         (smiley-toggle-extents): Ditto.
4040
4041 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
4044         empty buffers.
4045
4046 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * gnus-art.el (gnus-article-mode-map): Use the summary article
4049         edit.
4050
4051 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
4052
4053         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
4054
4055 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
4058
4059 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
4060
4061         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
4062         is list or not before condition.
4063
4064 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4065
4066         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
4067
4068 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
4069
4070         * gnus-art.el (gnus-emphasis-alist): New value.
4071
4072 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4073
4074         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4075         `buffer-substring'.
4076
4077 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * gnus-art.el (article-date-ut): Keep the updated timer.
4080         (gnus-emphasis-underline-italic): Doc fix.
4081
4082         * gnus-msg.el (gnus-post-method): Doc fix.
4083         (gnus-post-method): Change default.
4084
4085 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4086
4087         * message.el (message-newline-and-reformat): Improvements.
4088
4089 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * message.el (message-newline-and-reformat): Don't insert too many
4092         newlines.
4093         (message-newline-and-reformat): Work even if not sc.
4094
4095         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4096
4097         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4098
4099 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4100
4101         * mm-view.el (mm-display-patch-inline): New function.
4102
4103 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4104
4105         * mm-view.el (mm-display-patch-inline): New function.
4106
4107 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4110         group.
4111
4112         * message.el (message-forward): Narrow to the right header.
4113
4114         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4115         dates.
4116
4117         * gnus-msg.el (gnus-configure-posting-styles): Use the
4118         user-full-name function.
4119
4120         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4121         (mm-body-charset-encoding-alist): Default to nil.
4122
4123         * message.el (message-elide-ellipsis): Fix typo.
4124         (message-elide-region): Ditto.
4125         (message-elide-region): Don't insert a newline first.
4126
4127 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128
4129         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4130         gnus-fetch-old-headers.
4131         (gnus-cut-threads): Ditto.
4132         (gnus-summary-initial-limit): Ditto.
4133         (gnus-summary-limit-children): Ditto.
4134
4135         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4136         matches.
4137
4138 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4139
4140         * gnus-art.el (article-decode-encoded-words):
4141         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4142         live.
4143
4144         * gnus.el (gnus-read-method): Add methods from
4145         `gnus-opened-servers' to completion. Map entered method/address
4146         into existing methods if possible.
4147
4148         * gnus-group.el (gnus-group-make-group): Simplify method.
4149
4150         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4151
4152         * mml.el (mml-preview): Remove mail-header-separator before
4153         encoding.
4154
4155 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * message.el (message-read-from-minibuffer): New function.
4158
4159 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4160
4161         * gnus.el: Pterodactyl Gnus v0.98 is released.
4162
4163 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4164
4165         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4166
4167 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4168
4169         * mml.el (mml-generate-mime-1): Read attached binary file in
4170         binary mode.
4171
4172 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4173
4174         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4175
4176 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4177
4178         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4179
4180 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4181
4182         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4183
4184 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4185
4186         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4187         (gnus-article-mime-match-handle-function): New variable.
4188         (gnus-article-view-part): Make `b' customizable.
4189
4190 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4191
4192         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4193
4194 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4195
4196         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4197
4198 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4199
4200         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4201
4202 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4203
4204         * gnus-srvr.el (gnus-browse-foreign-server): Use
4205         `buffer-substring' instead of `read'.
4206
4207 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4208
4209         * nnimap.el, imap.el, rfc2104.el: New files.
4210
4211         * gnus.el (gnus-valid-select-methods): Add nnimap.
4212
4213         * gnus-group.el (gnus-group-group-map): Add
4214         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4215         (gnus-group-nnimap-expunge): New function.
4216         (gnus-group-nnimap-edit-acl): New function.
4217
4218         * gnus-agent.el (gnus-agent-group-mode-map): Add
4219         gnus-agent-synchronize.
4220         (gnus-agent-synchronize): New function.
4221         (gnus-agent-fetch-group-1): Check if server is open.
4222
4223         * nnagent.el (nnagent-request-set-mark): Save marks.
4224
4225         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4226         (mail-source-fetcher-alist): Map to imap fetcher function.
4227         (mail-source-fetch-imap): New function.
4228
4229         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4230         Hash:.
4231
4232 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4233
4234         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4235         (gnus-topic-sort-topics): New function.
4236         (gnus-topic-make-menu-bar): Add sort-topics.
4237         (gnus-topic-move): New function.
4238         (gnus-topic-move-group): Move the topic if no group selected.
4239
4240 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4241
4242         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4243
4244 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4245
4246         * mm-view.el (mm-inline-message): Fix leaving group bug.
4247
4248 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4249
4250         * gnus-msg.el (gnus-post-method): Use normal method if current is
4251         not available.
4252
4253 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4254
4255         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4256         (nnmail-insert-lines): Ditto.
4257
4258 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4259
4260         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4261         line.
4262
4263         * message.el (message-unsent-separator): One more separator.
4264
4265 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4266
4267         * nnfolder.el (nnfolder-request-move-article): For empty article,
4268         search till (point-max).
4269         (nnfolder-retrieve-headers): Ditto.
4270         (nnfolder-request-accept-article): Ditto.
4271         (nnfolder-save-mail): Ditto.
4272         (nnfolder-insert-newsgroup-line): Ditto.
4273
4274 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4275
4276         * qp.el (quoted-printable-encode-region): Check eobp.
4277
4278 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4279
4280         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4281
4282 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4283
4284         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4285         wait-for-reply.
4286
4287 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4288
4289         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4290         (mm-uu-forward-end-line): Ditto.
4291
4292 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4293
4294         * binhex.el (binhex-decode-region): don't consider the value of
4295         `enable-multibyte-characters' in XEmacs.
4296
4297         * gnus-start.el (gnus-read-descriptions-file): ditto.
4298
4299         * mm-util.el (mm-multibyte-p): ditto.
4300         (mm-with-unibyte-buffer): ditto.
4301         (mm-find-charset-region): use `mm-multibyte-p'.
4302
4303         * mm-bodies.el (mm-decode-body): ditto.
4304         (mm-decode-string): ditto.
4305
4306         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4307         `enable-multibyte-characters' in XEmacs.
4308
4309 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4310
4311         * mm-util.el (mm-binary-coding-system): Try binary first.
4312
4313 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4314
4315         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4316
4317 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4318
4319         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4320         format.
4321         (article-date-ut): Find correct insert position.
4322
4323 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4324
4325         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4326         forwarded message.
4327
4328 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4331         groups.
4332
4333         * message.el (message-resend): Use message mode when prompting.
4334
4335         * gnus-art.el (article-hide-headers): Mark wash.
4336         (article-emphasize): Ditto.
4337
4338 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4339
4340         * message.el (message-newline-and-reformat): Work for SC.
4341
4342 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4345
4346         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4347
4348 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4349
4350         * mm-decode.el mm-inline-override-types: New variable
4351
4352         * mm-decode.el (mm-inline-override-p): New function
4353
4354         * mm-decode.el (mm-inlined-p): Use it
4355
4356 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4357
4358         * mm-decode.el mm-inline-override-types: New variable
4359
4360         * mm-decode.el (mm-inline-override-p): New function
4361
4362         * mm-decode.el (mm-inlined-p): Use it
4363
4364 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4365
4366         * gnus.el: Pterodactyl Gnus v0.97 is released.
4367
4368 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4369
4370         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4371         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4372         3 args.
4373
4374 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4377         buffer for params.
4378
4379         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4380         line.
4381
4382         * message.el (message-forward-ignored-headers): New variable.
4383
4384         * gnus-art.el (gnus-article-prepare-display): Nix out
4385         gnus-article-wash-types.
4386
4387         * gnus-agent.el (gnus-agent-create-buffer): New function.
4388         (gnus-agent-fetch-group-1): Use it.
4389         (gnus-agent-start-fetch): Ditto.
4390
4391         * gnus-sum.el (gnus-summary-exit): Don't use
4392         `gnus-use-adaptive-scoring'.
4393
4394         * mail-source.el (mail-source-fetch-pop): Only store password when
4395         successful.
4396
4397         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4398
4399 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * message.el (message-reply): Use it.
4402         (message-dont-reply-to-names): New variable.
4403
4404         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4405
4406         * mm-util.el (mm-preferred-coding-system): Typo fix.
4407
4408         * message.el (message-bounce): Work for non-MIME.
4409
4410         * gnus.el (gnus-short-group-name): Short the right parts of the
4411         name.
4412
4413 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4414
4415         * mm-encode.el (mm-qp-or-base64): New version.
4416
4417 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4418
4419         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4420
4421 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4422
4423         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4424         of restricted region.
4425         (gnus-mime-display-single): Set beg at correct point.
4426
4427 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4428
4429         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4430
4431 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4432
4433         * gnus-msg.el (gnus-configure-posting-styles): Let
4434         `gnus-posting-styles' have its say in posting-style: local
4435         variable `styles' is already bound to `gnus-posting-styles' so
4436         don't rebind it to nil.
4437
4438 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4439
4440         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4441         Message-ID.
4442
4443 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4444
4445         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4446         quoted-printable-encode-region.
4447
4448         * qp.el (quoted-printable-encode-region): Assume charset
4449         encoded. Fold every line in the region.
4450
4451 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4452
4453         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4454         of active file.
4455
4456 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4457
4458         * message.el (message-mode): allows whitespaces between multiple
4459         instances of the fill character ">".
4460
4461 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4462
4463         * mm-encode.el (mm-qp-or-base64): Fix.
4464
4465 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * message.el (message-send): Too much and.
4468
4469 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4470
4471         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4472
4473 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * gnus-score.el (gnus-score-headers): Work for nil scores.
4476
4477 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * gnus-cache.el (gnus-cache-write-active): Write full names.
4480
4481         * gnus-util.el (gnus-write-active-file): Accept full name.
4482
4483         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4484         (mm-assoc-string-match): New function.
4485         (mm-display-inline): Use it.
4486
4487         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4488
4489         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4490
4491 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4492
4493         * mml.el (mml-generate-multipart-alist): New variable.
4494
4495 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4498
4499 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4500
4501         * message.el (message-send): More helpful error message if sending
4502         fails
4503
4504 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4505
4506         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4507         in newer emacsen, where ?r isn't equal 114.
4508
4509 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4510
4511         * gnus.el: Pterodactyl Gnus v0.96 is released.
4512
4513 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4514
4515         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4516         to get active info if method is covered by agent, otherwise
4517         active info is lost.
4518
4519 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4520
4521         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4522
4523 1999-08-09  Dave Love  <fx@gnu.org>
4524
4525         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4526
4527 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4528
4529         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4530           (already matched by "^X-Pgp"), removed duplicate
4531           X-Mailing-List, added several new junk headers.
4532
4533 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4534
4535         * gnus-art.el (article-decode-charset): Don't assume
4536         gnus-summary-buffer is live.
4537
4538 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4539
4540         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4541
4542 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4543
4544         * gnus-score.el (gnus-home-score-file): Work with absolute path
4545         names.
4546
4547 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4548
4549         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4550         nothing else in the group.
4551
4552 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4553
4554         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4555         the article.
4556
4557 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4558
4559         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4560
4561 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4562
4563         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4564         from mutt.
4565
4566 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4567
4568         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4569         whitespace.
4570
4571 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4572
4573         * mm-util.el (mm-text-coding-system-for-write): New variable.
4574         (mm-append-to-file): New function.
4575         (mm-write-region): New function.
4576
4577         * gnus-art.el (gnus-output-to-file): Use it.
4578         * gnus-util.el (gnus-output-to-rmail): Ditto.
4579         (gnus-output-to-mail): Ditto.
4580         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4581
4582 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4583
4584         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4585
4586         * nnheader.el (nnheader-insert-file-contents): Revert and use
4587         mm-insert-file-contents.
4588         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4589         (nnheader-auto-mode-alist): Removed.
4590
4591         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4592         (mm-insert-file-contents): Add a new parameter for inserting
4593         compressed file literally.
4594
4595         * mml.el (mml-generate-mime-1): Insert non-text literally.
4596
4597         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4598
4599 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4600
4601         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4602
4603 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4604
4605         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4606         koi8-r.
4607
4608 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4609
4610         * mml.el (mml-insert-mime): Decode text.
4611         (mml-to-mime): Narrow to headers-or-head.
4612
4613 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4614
4615         * mm-view.el (mm-inline-text): Check
4616         w3-meta-content-type-charset-regexp.
4617
4618 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4619
4620        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4621        predicate.
4622
4623 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4624
4625         * gnus-mlspl.el: Documentation fixes.
4626
4627 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4628
4629         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4630
4631 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4632
4633         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4634         variables.
4635
4636 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4637
4638         * nnmail.el (nnmail-get-new-mail): "Done".
4639
4640 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4641
4642         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4643         interactive.
4644
4645 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4646
4647         * gnus-art.el (article-decode-charset): Fix broken CT.
4648
4649 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4650
4651         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4652         overview buffer if it is killed.
4653
4654 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4655
4656         * gnus-art.el (article-babel): New version.
4657
4658 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4659
4660         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4661
4662 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4663
4664         * gnus.texi (More Threading): Document new variable
4665         `gnus-sort-gathered-threads-function'.
4666
4667 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4668
4669         * gnus.texi (More Threading): Document new variable
4670         `gnus-sort-gathered-threads-function'.
4671
4672 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4673
4674         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4675         usage.
4676
4677 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4678
4679         * mm-util.el (mm-running-xemacs): Removed.
4680         (mm-coding-system-p): New function.
4681         (mm-binary-coding-system): Safe guess.
4682         (mm-text-coding-system): Ditto.
4683         (mm-auto-save-coding-system): Ditto.
4684
4685 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686
4687         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4688         (mm-qp-or-base64): Reversed logic.
4689
4690         * mm-decode.el (mm-save-part-to-file): Let coding system be
4691         binary.
4692
4693 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4694
4695         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4696         be set in topic parameters.
4697
4698 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4699
4700         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4701         (gnus-sort-gathered-threads): Allow the user to specify the
4702         function to use when sorting gathered threads.
4703
4704         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4705         mark cached articles as `undownloaded'.
4706
4707 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4708
4709         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4710         to have buffer local values.
4711
4712 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4713
4714         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4715         types 'g' for 'guess group type.
4716
4717 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4718
4719         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4720         after each regexp in nnmail-list-identifiers, not just after last
4721         one.
4722
4723         * gnus-sum.el (gnus-list-identifiers): New variable.
4724         (gnus-summary-remove-list-identifiers): New function.
4725         (gnus-select-newsgroup): Use it.
4726         (gnus-summary-wash-hide-map): Bind
4727         `gnus-article-hide-list-identifiers' to W W l.
4728         (gnus-summary-make-menu-bar): Add list-identifiers command.
4729
4730         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4731         (gnus-treatment-function-alist): Add variable.
4732         (article-hide-list-identifiers): New function.
4733         (mapcar): Add function.
4734         (gnus-article-hide): Use it.
4735
4736 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4737
4738         * gnus.el: Pterodactyl Gnus v0.95 is released.
4739
4740 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4741
4742         * mm-decode.el (mm-mailcap-command): New function.
4743         (mm-display-external): Use it.
4744
4745         * gnus-art.el (article-make-date-line): Work for India.
4746
4747         * mm-encode.el (mm-qp-or-base64): Typo.
4748
4749         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4750
4751 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4752
4753         * gnus.el: Pterodactyl Gnus v0.94 is released.
4754
4755 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4756
4757         * pop3.el: New version.
4758
4759 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * mm-encode.el (mm-qp-or-base64): New function.
4762         (mm-content-transfer-encoding): Use it.
4763
4764         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4765
4766 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4767
4768         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4769
4770         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4771
4772 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4773
4774         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4775         keystroke.
4776
4777         * mailcap.el (mailcap-mime-types): New function.
4778
4779         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4780
4781         * message.el (message-goto-eoh): Really go to the end.
4782
4783 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4784
4785         * message.el (message-make-date): Do the right thing in with
4786         sub-hour time zones.
4787
4788 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789
4790         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4791         report.
4792
4793 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4794
4795         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4796
4797 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4798
4799         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4800         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4801         and use t as default value.
4802
4803 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4804
4805         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4806         gnus-summary-buffer is live.
4807
4808 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4809
4810         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4811
4812 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * message.el (message-bounce): Do MIME bounces MIMEy.
4815
4816         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4817
4818 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * mailcap.el (mailcap-mime-extensions): Changed patch to
4821         text/x-patch.
4822
4823         * mm-decode.el (mm-display-external): Wrong placement of paren.
4824
4825 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4826
4827         * gnus.el: Pterodactyl Gnus v0.93 is released.
4828
4829 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4830
4831         * gnus-cus.el (gnus-group-parameters): New entries for
4832         gnus-group-split.
4833
4834         * gnus-mlspl.el: Renamed functions and variables so as to
4835         start with gnus-group-split.
4836         * gnus.el: Adjust autoload entries.
4837
4838 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4839
4840         * gnus-mlspl.el: Removed trailing t from comment and provide.
4841         Renamed functions and variables to start with gnus-mlsplit.
4842         Added autoload comments.
4843         * gnus.el: Added autoload entries.
4844
4845 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4846
4847         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4848         so that matches excluded by RESTRICTs do not cause the whole split
4849         to be ignored.  This also fixes a long-standing bug in which a
4850         split with \N substitutions wouldn't cause cross-posting as
4851         expected.
4852
4853         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4854         (nnmail-split-it): Implement them.
4855
4856         * nnmail.el (nnmail-split-fancy): Document ! splits.
4857
4858 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4859
4860         * pop3.el: New version.
4861
4862 1999-07-05  Simon Josefsson
4863
4864         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4865
4866 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4869
4870 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4871
4872         * gnus-util.el (gnus-write-active-file): Use real name.
4873
4874         * gnus-agent.el (gnus-agent-expire): Update active file
4875         method by method.
4876
4877 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4878
4879         * nndraft.el (nndraft-request-article): Use difference
4880         coding-systems for queue and drafts.
4881
4882         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4883         nndraft:drafts.
4884
4885         * mm-util.el (mm-auto-save-coding-system): New coding system.
4886
4887         * message.el (message-draft-coding-system): Use it.
4888
4889 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4890
4891         * mm-uu.el: More customizable and less aggressive.
4892
4893 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4896         when plugged.
4897
4898         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4899         (mml-insert-mml-markup): Accept a nofile.
4900         (mml-insert-mime): Insert nofile.
4901
4902         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4903
4904         * mm-decode.el (mm-handle-media-type): New function.
4905         (mm-handle-media-supertype): New function.
4906         (mm-handle-media-subtype): New function.
4907         Use new functions throughout. "/"))
4908
4909 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * gnus-art.el (gnus-treat-predicate): Typo.
4912
4913 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4914
4915         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4916
4917 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918
4919         * gnus-art.el (article-date-ut): UT!  Default it!
4920
4921 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4922
4923         * gnus.el: Pterodactyl Gnus v0.92 is released.
4924
4925 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4926
4927         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4928
4929 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930
4931         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4932         connected.
4933
4934         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4935         when plugged.
4936
4937         * mm-view.el (mm-inline-message): Ignore remove-spec.
4938
4939         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4940         is bound.
4941
4942         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4943
4944         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4945
4946         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4947         start.
4948
4949         * message.el (message-fill-yanked-message): Remove `t' arg.
4950
4951         * gnus-group.el (gnus-group-kill-group): Message killing of
4952         groups.
4953
4954         * mm-util.el (mm-preferred-coding-system): New function.
4955         (mm-mime-charset): Use it.
4956
4957         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4958
4959 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4960
4961         * gnus-mlsplt.el: New file.
4962
4963 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4966         functions.
4967         (mm-attachment-override-p): Take a handle instead of a type.
4968         (mm-inlined-p): Ditto.
4969         (mm-automatic-display-p): Ditto,
4970         (mm-inlinable-p): Ditto.
4971
4972         * nndraft.el (nndraft-request-expire-articles): Delete backup
4973         files.
4974
4975         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4976
4977         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4978
4979 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4980
4981         * nnmail.el (nnmail-split-it): Allow .*.
4982
4983 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * mm-decode.el (mm-inline-large-images-p): Renamed.
4986
4987         * gnus-art.el (article-date-ut): Always look in the current buffer
4988         for the Date header.
4989
4990         * mml.el (mml-validate): New command.
4991
4992         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4993         since we are dealing with regexps.
4994
4995 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4996
4997         * gnus.el: Pterodactyl Gnus v0.91 is released.
4998
4999 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * gnus-agent.el (gnus-agent-save-active-1): New function.
5002         (gnus-agent-save-active): use it.
5003         (gnus-agent-save-groups): Ditto.
5004
5005         * gnus-cache.el (gnus-cache-write-active): Use it.
5006
5007         * gnus-agent.el (gnus-agent-write-active): Use it.
5008
5009         * gnus-util.el (gnus-write-active-file): New function.
5010
5011         * gnus-agent.el (gnus-agent-write-active): New function to keep
5012         lower boundaries and canceled groups.
5013         (gnus-agent-save-groups): Use it.
5014         (gnus-agent-save-active): Use it.
5015         (gnus-agent-save-group-info): Only write active files.
5016         (gnus-agent-expire): Update active file.
5017
5018         * mm-decode.el (mm-inlinable-part-p): Removed.
5019         (mm-user-display-methods): Default to nil.
5020         (mm-user-display-methods): Removed.
5021         (add-mime-display-method): Removed.
5022         (mm-automatic-display): Renamed.
5023         (mm-automatic-display-p): Use it.
5024         (mm-inlined-types): New variable.
5025         (mm-inlined-p): New function.
5026
5027         * message.el (message-reply): Bind message-this-is-mail.
5028
5029 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
5030
5031         * smiley.el (smiley-buffer): Fix for NT.
5032
5033 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
5036
5037         * message.el (message-check-news-header-syntax): Protect against
5038         nil froms.
5039
5040         * mm-util.el (mm-auto-mode-alist): New.
5041
5042         * mml.el (mml-generate-mime-1): Ditto.
5043
5044         * gnus.el: Use mm-insert-file-contents throughout instead of
5045         nnheader.
5046
5047         * mm-util.el (mm-insert-file-contents): New function.
5048
5049 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5050
5051         * gnus.el: Pterodactyl Gnus v0.90 is released.
5052
5053 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
5054
5055         * mailcap.el (mailcap-possible-viewers): Use string=.
5056
5057 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5058
5059         * mm-uu.el (mm-uu-forward-begin-line): New variable.
5060         (mm-uu-forward-end-line): New variable.
5061         (mm-uu-begin-line): Handle forwarded message.
5062         (mm-uu-identifier-alist): Ditto.
5063         (mm-uu-dissect): Ditto.
5064
5065 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5066
5067         * lpath.el: Two free variables.
5068
5069 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5070
5071         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5072         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5073         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5074
5075         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5076         (nnfolder-file-coding-system-for-write): New variable.
5077         (nnfolder-active-file-coding-system): New variable.
5078         (nnfolder-active-file-coding-system-for-write): New variable.
5079         (nnfolder-save-active): New function.
5080         (nnfolder-save-buffer): Use them.
5081         (nnfolder-possibly-change-group): Ditto.
5082         (nnfolder-request-list-newsgroups): Ditto.
5083         (nnfolder-request-create-group): Ditto.
5084         (nnfolder-request-expire-articles): Ditto.
5085         (nnfolder-request-move-article): Ditto.
5086         (nnfolder-request-accept-article): Ditto.
5087         (nnfolder-request-delete-group): Ditto.
5088         (nnfolder-request-rename-group): Ditto.
5089         (nnfolder-possibly-change-folder): Ditto.
5090         (nnfolder-read-folder): Ditto.
5091         (nnfolder-request-list): Remove pathname-coding-system.
5092         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5093
5094         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5095         (nnmail-file-coding-system-1): Removed.
5096         (nnmail-find-file): Use nnmail-pathname-coding-system.
5097         (nnmail-write-region): Ditto.
5098
5099         * nnmbox.el (nnmbox-file-coding-system): New variable.
5100         (nnmbox-file-coding-system-for-write): New variable.
5101         (nnmbox-active-file-coding-system): New variable.
5102         (nnmbox-active-file-coding-system-for-write): New variable.
5103         (nnmbox-save-buffer): New function.
5104         (nnmbox-save-active): New function.
5105         (nnmbox-request-scan): Use them.
5106         (nnmbox-request-expire-articles): Ditto.
5107         (nnmbox-request-move-article): Ditto.
5108         (nnmbox-request-accept-article): Ditto.
5109         (nnmbox-request-replace-article): Ditto.
5110         (nnmbox-request-delete-group): Ditto.
5111         (nnmbox-request-rename-group): Ditto.
5112         (nnmbox-request-create-group): Ditto.
5113
5114         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5115         (mm-running-ntemacs): Removed.
5116
5117         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5118
5119 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5120
5121         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5122
5123 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5124
5125         * qp.el (quoted-printable-encoding-characters): Support lower case.
5126
5127 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5128
5129         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5130         (rfc2047-b-encode-region): Encode line by line.
5131
5132 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * mm-util.el (mm-find-mime-charset-region): Fix.
5135
5136 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5137
5138         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5139         (mm-find-mime-charset-region): Ditto.
5140
5141 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5142
5143         * gnus-sum.el (gnus-summary-move-article): Fix something or
5144         other.
5145
5146 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5147
5148         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5149         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5150         (gnus-summary-enter-digest-group): Use them.
5151         (gnus-summary-setup-default-charset): Ditto.
5152
5153 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5154
5155         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5156
5157 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5158
5159         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5160           gnus-newsgroup-name is nil.
5161
5162 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5163
5164         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5165
5166 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5167
5168         * gnus-art.el (article-emphasize): Use correct
5169         gnus-article-emphasis-alist.
5170
5171 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5172
5173         * mm-view.el (mm-inline-text): Fix text/html bug.
5174
5175 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5176
5177         * gnus.el: Pterodactyl Gnus v0.89 is released.
5178
5179 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5180
5181         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5182         * message.el (message-draft-coding-system): Ditto.
5183         * mm-util.el (mm-running-ntemacs): Ditto.
5184
5185 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5186
5187         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5188         cause problem.
5189
5190 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5191
5192         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5193
5194 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5195
5196         * mml.el: require mm-decode.
5197
5198 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5199
5200         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5201
5202 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5203
5204         * mm-view.el (mm-inline-image): Fix image undisplayer.
5205
5206 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5207
5208         * mml.el (mml-insert-multipart): Error in compeling-read.
5209         (mml-insert-tag): Match tags.
5210
5211 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5212
5213         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5214         (gnus-cache-braid-heads): Ditto.
5215         (gnus-cache-retrieve-headers): Ditto.
5216
5217 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5218
5219         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5220
5221 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5224         to string under XEmacs.
5225
5226 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5227
5228         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5229
5230 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5231
5232         * mm-view.el (mm-inline-message): Fix message view bug.
5233         * gnus-art.el (gnus-article-prepare): Ditto.
5234
5235 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5236
5237         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5238
5239 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5240
5241         * gnus.el: Pterodactyl Gnus v0.88 is released.
5242
5243 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244
5245         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5246         usage.
5247
5248         * nnmail.el (nnmail-get-new-mail): Save info.
5249
5250 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5251
5252         * gnus.el: Pterodactyl Gnus v0.87 is released.
5253
5254 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5257         (mail-source-run-script): New function.
5258         (mail-source-fetch-pop): Use it.
5259
5260 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261
5262         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5263
5264 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5265
5266         * gnus.el: Pterodactyl Gnus v0.86 is released.
5267
5268 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5269
5270         * gnus-art.el (gnus-treat-translate): New variable.
5271         (gnus-treat-predicate): Accept a list of regexps.
5272         (gnus-article-treat-custom): Allow a list of regexps.
5273
5274 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5275
5276         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5277         type.
5278
5279 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * gnus-art.el (article-babel): Narrow a bit.
5282
5283         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5284
5285 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5286
5287         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5288         only unread ones.
5289         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5290         articles, not only unread ones.
5291
5292 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5293
5294         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5295         keystroke.
5296
5297         * gnus-art.el (gnus-article-x-face-command): Ditto.
5298
5299         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5300
5301         * gnus.el (gnus-method-simplify): Accept server names.
5302
5303 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5304
5305         * gnus-art.el (article-babel-prompt): New function.
5306         (article-babel): New command.
5307
5308 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5311
5312         * mml.el (mml-generate-mime-1): Don't insert literally.
5313
5314         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5315         (gnus-netrc-syntax-table): Removed.
5316         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5317
5318 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5319
5320         * mm-view.el (mm-inline-text): Fix charset for text/html.
5321
5322 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5323
5324         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5325
5326 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * nnmail.el (nnmail-split-incoming): Return the number of split
5329         mails.
5330         (nnmail-process-babyl-mail-format): Ditto.
5331         (nnmail-process-unix-mail-format): Ditto.
5332         (nnmail-process-mmdf-mail-format): Ditto.
5333         (nnmail-process-maildir-mail-format): Ditto.
5334
5335         * mail-source.el (mail-source-callback): Return the number from
5336         the callback.
5337
5338         * message.el (message-send-mail): Generate Lines.
5339
5340         * mail-source.el (mail-source-call-script): New function.
5341         (mail-source-call-script): New function.
5342
5343 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5344
5345         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5346         (gnus-select-newsgroup): Use it.
5347         (gnus-group-highlight-words-alist): New variable.
5348         (gnus-newsgroup-emphasis-alist): New variable.
5349         (gnus-summary-local-variables):  Use it.
5350         * lpath.el: Use it.
5351         * gnus-art.el (article-emphasize): Use it.
5352         (gnus-emphasis-highlight-words): New face.
5353         * gnus-cus.el (gnus-group-parameters): New parameter.
5354
5355 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5356
5357         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5358         parameter `headers'.
5359         (gnus-cache-enter-article): Ditto.
5360         (gnus-cache-update-article): Ditto.
5361         * gnus-sum.el (gnus-summary-move-article): Ditto.
5362         (gnus-summary-mark-article-as-unread): Ditto.
5363         (gnus-summary-mark-article): Ditto.
5364
5365 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5366
5367         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5368         (gnus-posting-style-alist): Removed.
5369         (gnus-message-style-insertions): Ditto.
5370         (gnus-configure-posting-styles): Reimplementation.
5371
5372         * mail-source.el (mail-source-fetch): Error the message.
5373
5374         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5375
5376 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5377
5378         * gnus.el: Pterodactyl Gnus v0.85 is released.
5379
5380 1999-04-20  Michael Cook  <cook@sightpath.com>
5381
5382         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5383           Outlook citation regex.
5384
5385 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5386
5387         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5388         semicolon.
5389
5390 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5391
5392         * gnus-range.el (gnus-remove-from-range): Document range1
5393         modification, protect range2.
5394
5395 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5396
5397         * gnus-sum.el (gnus-update-marks): Protect lists from
5398         gnus-remove-from-range, don't sort twice.
5399
5400 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5401
5402         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5403         function in backend.
5404
5405 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5406
5407         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5408         request-accept-article function in the backend instead of using
5409         the 'respool capability.
5410
5411 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5412
5413         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5414         spurious whitespace at eob.
5415
5416 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5417
5418         * nnmail.el (nnmail-get-new-mail): Check right variable.
5419
5420 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5421
5422         * mailcap.el (mailcap-mime-data): Fix rfc822.
5423
5424 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5425
5426         * nndoc.el (nndoc-nsmail-type-p): New function.
5427         (nndoc-type-alist): Recognize nsmail.
5428
5429 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5430
5431         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5432         *before* `article-hide-headers' deletes the information.
5433
5434 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5435
5436         * gnus-sum.el (gnus-summary-save-parts): New command and
5437         keystroke.
5438         (gnus-summary-save-parts-1): New function.
5439         (gnus-summary-iterate): Buggy.
5440
5441         * mm-decode.el (mm-save-part-to-file): Made into own function.
5442
5443 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * gnus-group.el (gnus-group-set-info): Resist nils.
5446
5447 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * mailcap.el (mailcap-mime-data): Ditto.
5450
5451         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5452
5453         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5454
5455 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5456
5457         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5458         gnus-article-date-lapsed-new-header is t.
5459
5460 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5461
5462         * gnus.el: Pterodactyl Gnus v0.84 is released.
5463
5464 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * gnus-msg.el (gnus-bug-message): Mime change.
5467
5468 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5469
5470         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5471
5472 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5473
5474         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5475         `x-uue'.
5476
5477 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5478
5479         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5480         when authentication is 'password.
5481
5482 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5483
5484         * gnus-win.el (gnus-configure-windows): Accept a setting.
5485
5486 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * mm-util.el (mm-quote-arg): Moved here.
5489
5490         * mm-decode.el (mm-quote-arg): Quote more chars.
5491
5492 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5493
5494         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5495         with newlines would create buggy .nov files.
5496
5497         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5498
5499         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5500         end of lines.
5501
5502         * message.el (message-mode): Doc fix.
5503
5504         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5505
5506         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5507
5508         * gnus-art.el (article-date-ut): Rewrite.
5509
5510         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5511         order.
5512
5513         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5514         headers.
5515
5516         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5517
5518 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5519
5520         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5521         (article-date-ut): use it.
5522
5523 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524
5525         * mail-source.el (mail-source-fetch-pop): Call script
5526         asynchronously.
5527
5528 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5529
5530         * gnus.el: Pterodactyl Gnus v0.83 is released.
5531
5532 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5533
5534         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5535
5536         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5537
5538         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5539
5540         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5541
5542         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5543
5544         * message.el (message-generate-headers): Accept continuation
5545         headers.
5546
5547 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5548
5549         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5550
5551 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * gnus-art.el (gnus-treatment-function-alist): use
5554         maybe-hide-headers.
5555
5556         * message.el (message-inhibit-body-encoding): Typo.
5557         (message-resend): Inhibit encoding.
5558
5559         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5560
5561         * gnus-art.el (article-remove-cr): Use re-search.
5562
5563         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5564         headers.
5565
5566         * mm-decode.el (mm-quote-arg): Quote '.
5567
5568         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5569
5570         * mm-decode.el (mm-insert-part): Use multibyte for text.
5571
5572         * gnus-start.el (gnus-read-newsrc-file): New variable.
5573         (gnus-read-newsrc-file): Use it.
5574
5575 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5578
5579         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5580         function.
5581
5582 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5583
5584         * gnus.el: Pterodactyl Gnus v0.82 is released.
5585
5586 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5587
5588         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5589         for iso8859-2.
5590
5591 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5594         synonym alist.
5595
5596 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5597
5598         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5599
5600 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5601
5602         * mail-source.el (mail-source-fetch): Ask before bugging out.
5603
5604 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5605
5606         * uudecode.el (uudecode-decode-region-external): Don't assume
5607         uudecode-temporary-file-directory ends with a slash.
5608
5609 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5610
5611         * gnus-sum.el (gnus-update-marks):
5612         (gnus-update-read-articles):
5613         (gnus-summary-expire-articles): Check server.
5614
5615 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5616
5617         * mml.el (mml-preview): New function.
5618
5619 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5620
5621         * mail-source.el (mail-source-fetch-file): Return the right
5622         value.
5623
5624 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625
5626         * mml.el (mml-insert-parameter): New function.
5627         (mml-insert-parameter-string): New function.
5628
5629         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5630
5631         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5632         (gnus-mime-display-part): Use it.
5633
5634         * mm-decode.el (mm-alternative-precedence): Removed.
5635         (mm-discouraged-alternatives): New variable.
5636         (mm-preferred-alternative-precedence): New function.
5637
5638         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5639
5640         * mail-source.el (mail-sources): New variable.
5641
5642         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5643
5644         * mm-decode.el (mm-valid-image-format-p): New function.
5645         (mm-inline-media-tests): Use it.
5646         (mm-valid-and-fit-image-p): New function.
5647
5648         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5649         (gnus-agent-fetch-group): Ditto.
5650
5651 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5652
5653         * nnmail.el (nnmail-article-group): in case of a group name
5654         containing "\\n" constructs, be sure to pass the expanded value to
5655         nn*-save-mail.
5656
5657 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5658
5659         * gnus.el: Pterodactyl Gnus v0.81 is released.
5660
5661 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5662
5663         * gnus-sum.el (gnus-get-split-value): Reverse result.
5664
5665 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5668
5669 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670
5671         * mml.el (mml-insert-tag): Insert concluding part.
5672
5673         * message.el (message-send-mail): Encode later.
5674         (message-send-news): Ditto.
5675
5676         * nnfolder.el: Don't use mail delim.
5677
5678 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * gnus-cus.el (gnus-group-customize): Put point at min.
5681
5682         * mm-view.el (mm-inline-text): Allow toggling html.
5683
5684 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5685
5686         * mail-source.el: Added prescript and postscript to file.
5687
5688 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5689
5690         * nnmail.el: Reverted.
5691
5692         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5693         (gnus-setup-posting-charset): Did work.
5694
5695 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5696
5697         * gnus.el (gnus-short-group-name): Use
5698         gnus-group-uncollapsed-levels.
5699
5700 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701
5702         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5703
5704 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705
5706         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5707         (article-strip-headers-from-body): New command and keystroke.
5708
5709 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5712
5713         * nnheader.el (nnheader-insert-file-contents): Bind
5714         enable-local-eval to nil.
5715         (nnheader-find-file-noselect): Ditto.
5716
5717         * nnmail.el (nnmail-article-group): Don't remove long lines.
5718         (nnmail-remove-long-lines): New function.
5719         (nnmail-split-header-length-limit): Removed.
5720
5721         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5722
5723         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5724
5725 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * gnus-sum.el (gnus-summary-generic-mark): New function.
5728
5729         * nnmail.el (nnmail-split-header-length-limit): Increased.
5730         (nnmail-article-group): Allow nil.
5731
5732         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5733
5734         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5735         first.
5736
5737         * mml.el (mml-minibuffer-read-type): Include types from
5738         mailcap-mime-data.
5739
5740         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5741
5742 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5743
5744         * mml.el (mml-insert-tag): New function.
5745         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5746         confusion with functions like `mml-read-tag'.
5747         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5748         (mml-minibuffer-read-description): Ditto with
5749         `mml-minibuffer-read-description'.
5750         (mml-attach-buffer): New function.
5751         (mml-mode-map): New entry for /.
5752         (mml-minibuffer-read-type): Accept DEFAULT.
5753
5754         * mml.el (mml-quote-region): Narrow the region.
5755
5756         * message.el (message-mode-menu): message-mime-attach-file is now
5757         mml-attach-file.
5758
5759 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5760
5761         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5762
5763 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5764
5765         * mml.el (mml-attach-buffer): New command.
5766
5767 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5768
5769         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5770         with a proper range. Compress range.
5771
5772         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5773
5774 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5775
5776         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5777
5778 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779
5780         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5781         (gnus-picons-convert-x-face): Removed.
5782         (gnus-picons-article-display-x-face): Removed.
5783         (gnus-picons-x-face-sentinel): Ditto.
5784         (gnus-picons-display-x-face): Ditto.
5785
5786 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5787
5788         * gnus.el: Pterodactyl Gnus v0.80 is released.
5789
5790 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5793
5794         * gnus-sum.el (gnus-with-article): Moved here.
5795
5796         * mail-source.el (mail-source-fetch-pop): Ask for password even
5797         when program.
5798
5799 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * gnus-msg.el (gnus-bug): Add description.
5802
5803         * mml.el (mml-insert-mml-markup): Insert disposition.
5804
5805         * message.el (message-send-mail): Always encode mail headers.
5806
5807         * smiley.el (gnus-smiley-display): Goto body.
5808
5809 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5810
5811         * smiley.el (gnus-smiley-display): Don't search to blank line.
5812
5813 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5816         when requested.
5817
5818         * nnmail.el (nnmail-current-spool): Removed.
5819
5820         * gnus-salt.el (gnus-tree-inhibit): New varible.
5821
5822         * gnus.el (mm-util): Required.
5823
5824 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5825
5826         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5827
5828 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * mail-source.el (mail-source-bind): Doc fix.
5831
5832 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5833
5834         * message.el (message-mode): Doc fix.
5835
5836         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5837         encoding.
5838
5839         * gnus.el (gnus-methods-equal-p): Moved here.
5840
5841         * mail-source.el: pop at 110.
5842
5843         * pop3.el (pop3-movemail): Use write-region instead of
5844         append-to-file to avoid excessive messaging.
5845
5846 1999-02-27  lantz moore  <lmoore@contigo.com>
5847
5848         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5849         type directory.
5850
5851 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5852
5853         * gnus-art.el (article-hide-boring-headers): Field names must not
5854         contain whitespace.
5855
5856 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5857
5858         * gnus.el: Pterodactyl Gnus v0.79 is released.
5859
5860 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5861
5862         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5863
5864         * mml.el (mml-mode): Don't use add-minor-mode.
5865
5866         * message.el (messgage-inhibit-body-encoding): New variable.
5867         (message-encode-message-body): Use it.
5868
5869 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5870
5871         * gnus.el: Pterodactyl Gnus v0.78 is released.
5872
5873 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * message.el (message-mode): Switch on MML mode.
5876
5877         * mml.el: Included commands and functions.
5878         (mml-mode-map): New keymap.
5879
5880         * message.el: Removed the insertion commands and functions.
5881
5882         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5883
5884         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5885         keystroke.
5886
5887         * gnus-art.el (gnus-narrow-to-page): Revert.
5888
5889         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5890         (gnus-cite-parse-maybe): Always reparse.
5891
5892         * message.el (message-encode-message-body): Don't insert
5893         "multipart warning".
5894
5895         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5896
5897 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5898
5899         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5900
5901         * nnmail.el: Require mm-util.
5902
5903 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5904
5905         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5906         group.
5907
5908 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5909
5910         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5911
5912 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5913
5914         * gnus-msg.el (gnus-extended-version): Better regexp.
5915
5916 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5917
5918         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5919         is called with the result of SPLIT and should return a new split.
5920
5921         * gnus.texi: update the doc.
5922
5923 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5924
5925         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5926         displayed in the article buffer, output bars if
5927         `gnus-picons-display-article-move-p'.
5928
5929 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5930
5931         * mail-source.el (mail-source-fetch-pop): Typo.
5932
5933 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5936
5937 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5938
5939         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5940
5941 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5942
5943         * mml.el (mml-insert-buffer): New function.
5944
5945         * message.el (message-forward): Insert the buffer in the buffer.
5946
5947 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5948
5949         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5950
5951 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5952
5953         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5954
5955 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5956
5957         * gnus.el: Pterodactyl Gnus v0.77 is released.
5958
5959 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * gnus-art.el (gnus-displaying-mime): New variable.
5962         (article-narrow-to-head): New function.
5963
5964         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5965         Default to pop instead of pop3.
5966
5967 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968
5969         * gnus-art.el (article-hide-pgp): Goto body.
5970
5971         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5972
5973         * gnus-cite.el: Don't use goto-line.
5974
5975         * gnus-art.el (gnus-article-treat-html): Removed.
5976         (gnus-treat-article): Save restriction.
5977
5978 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5979
5980         * message.el (message-send-mail): Don't untabify.
5981         (message-mode): Don't use tabs for indentation.
5982
5983 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * message.el (message-send-mail): Don't untabify.
5986
5987         * nnml.el (nnml-save-mail): Typo fix.
5988
5989 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5990
5991         * message.el (message-cite-function): Add
5992         `message-cite-original-without-signature' customization option.
5993
5994 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5995
5996         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5997         `nnmail-prepare-incoming-header-hook'.
5998
5999 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
6000
6001         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
6002
6003 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
6006
6007 1999-02-18  Michael Cook  <cook@sightpath.com>
6008
6009         * Recognize Microsoft Outlook's cite attribution conventions.
6010
6011 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
6012
6013         * gnus-sum.el: Bind M.
6014
6015 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
6016
6017         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
6018
6019 1999-02-15  Didier Verna  <verna@inf.enst.fr>
6020
6021         * gnus-picon.el (gnus-group-display-picons): ensures that
6022         `article-goto-body' really goes to the article body.
6023
6024 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6025
6026         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
6027
6028         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
6029
6030         * mm-view.el (mm-view-message): Enable multibyte.
6031
6032 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033
6034         * nnmail.el (nnmail-get-new-mail): Message later.
6035
6036         * mm-util.el (mm-find-charset-region): Revert to checking
6037         multibyte.
6038
6039 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
6040
6041       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
6042       attachment.
6043
6044 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6045
6046         * gnus.el: Pterodactyl Gnus v0.76 is released.
6047
6048 1999-02-06  Felix Lee  <flee@cygnus.com>
6049
6050         * gnus.el (gnus-group-change-level-function): Typo.
6051
6052 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * gnus-sum.el (gnus-nov-skip-field): Removed.
6055         (gnus-nov-field): Ditto.
6056         (gnus-nov-parse-extra): Ditto.
6057         (gnus-nov-read-integer): Ditto.
6058
6059 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * nnheader.el (nnheader-nov-read-message-id): New macro.
6062         (nnheader-parse-nov): Use it.
6063
6064         * gnus-sum.el (gnus-nov-read-message-id): New macro.
6065         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
6066         `(eq (char-after) ?\n)'.
6067
6068 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * gnus.el (gnus-other-frame): Always pop up a new frame.
6071
6072 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6073
6074         * gnus-range.el (gnus-range-add): Rewrite.
6075
6076 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6077
6078         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6079         format.
6080         (nnmail-process-maildir-mail-format): New function.
6081
6082         * mail-source.el (mail-source-fetch-maildir): New function.
6083         (mail-source-keyword-map): Add default for maildir method.
6084         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6085
6086 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6089
6090         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6091         (nndoc-mime-digest-type-p): Removed.
6092
6093 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6096         where it is supposed to be.
6097         (gnus-treat-play-sounds): New variable.
6098
6099         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6100
6101         * gnus-art.el (article-display-x-face): Narrow to head.
6102         (gnus-article-washed-types): New variable.
6103         (article-hide-pgp): Is not a toggle.
6104         (gnus-article-hide-text-type): Save types.
6105         (article-decode-charset): Use it.
6106
6107         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6108
6109         * message.el (message-forward-start-separator): Removed.
6110         (message-forward-end-separator): Removed.
6111         (message-signature-before-forwarded-message): Removed.
6112         (message-included-forward-headers): Removed.
6113         (message-check-news-body-syntax): Don't check forward.
6114         (message-forward): Use MIME.
6115
6116         * nnvirtual.el (nnvirtual-request-article): Bind
6117         gnus-article-decode-hook to nil.
6118
6119 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6122         us-ascii.
6123
6124 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125
6126         * format-spec.el (format-spec): Be more robust.
6127
6128         * message.el (message-encode-message-body): Default
6129         mail-parse-charset to mail-parse-charset.
6130
6131         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6132         (gnus-summary-edit-article): Bind mail-parse-charset.
6133
6134         * mml.el (mml-read-tag): Ignore white space after end of tag.
6135
6136         * message.el (message-goto-body): Also work in separatorless
6137         articles.
6138
6139         * mml.el (mml-translate-from-mime): New function.
6140         (mml-insert-mime): Ditto.
6141         (mml-to-mime): New function.
6142         (mime-to-mml): New name.
6143
6144         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6145         article.
6146
6147         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6148
6149         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6150         special-case nndraft groups.
6151
6152 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6153
6154         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6155         (gnus-get-newsgroup-headers): Already bound.
6156
6157         * message.el (message-encode-message-body): Use posting charset.
6158
6159         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6160         (mm-body-encoding): Do CTE.
6161         (mm-body-7-or-8): New function.
6162
6163         * mm-util.el (mm-mime-charset): Always fall back on alist.
6164         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6165         (mm-mime-mule-charset-alist): Add arabic-*-column.
6166         (mm-find-mime-charset-region): New function.
6167
6168         * format-spec.el (format-spec-make): New function.
6169
6170         * mail-source.el (format-spec): Required.
6171         (mail-source-fetch-with-program): Removed.
6172         (mail-source-fetch-with-program): New function.
6173
6174         * format-spec.el: New file.
6175
6176 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6177
6178         * mail-source.el (mail-source-fetch-with-program): Take optional
6179         parameter.
6180
6181 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6182
6183         * gnus-start.el: Ignore some groups.
6184         (gnus-setup-news): Bind nnmail-fetched-sources.
6185
6186         * message.el (message-send-mail): Remove all tabs.
6187
6188         * mm-util.el (mm-find-charset-region): Just check whether
6189         find-charset-region is defined.
6190
6191 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-group.el (gnus-group-get-new-news): Use
6194         nnmail-fetched-sources.
6195
6196         * nnmail.el (nnmail-fetched-sources): New variable.
6197         (nnmail-get-new-mail): Use it.
6198
6199         * mail-source.el (mail-source-fetched-sources): New variable.
6200         (mail-source-fetch): Use it.
6201
6202 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6203
6204         * gnus.el (gnus-getenv-nntpserver): if the file that
6205         gnus-nntpserver-file names has a trailing newline, the
6206         string-match will always match, and thus the file will never be
6207         read.  (^ matches start of "line", \\` matches start of "buffer",
6208         which is what was intended...)
6209
6210 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6211
6212         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6213
6214 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6217         select methods.
6218
6219 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6220
6221         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6222
6223 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6224
6225         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6226
6227 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6228
6229         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6230         a typo.
6231         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6232         charset to nil.
6233         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6234         * gnus-start.el (gnus-start-draft-setup): Ditto.
6235
6236 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237
6238         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6239         (mail-source-value): Don't do variables.
6240
6241         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6242
6243         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6244
6245 1999-02-01  Michael Cook  <cook@sightpath.com>
6246
6247         * Defenestrate spurious ?a.
6248
6249 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6250
6251         * mail-source.el (mail-source-fetch-pop): Instead use
6252         :authentication.
6253
6254 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6255
6256         * lisp/mail-source.el : Support APOP authentication scheme.
6257
6258 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6259
6260         * pop3.el (pop3-movemail): Return t.
6261
6262 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * rfc2047.el (rfc2047-fold-region): New function.
6265         (rfc2047-encode-message-header): Use it.
6266
6267 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6268
6269         * gnus-sum.el (gnus-group-charset-alist): Add more.
6270
6271 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6272
6273         * gnus.el: Pterodactyl Gnus v0.75 is released.
6274
6275 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6276
6277         * gnus-art.el (article-display-x-face): Don't narrow to head.
6278
6279 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6280
6281         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6282
6283 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284
6285         * mail-source.el (mail-source-fetch-directory): Ignore
6286         directories.
6287
6288         * gnus-cus.el (gnus-group-parameters): Addition.
6289
6290         * gnus-art.el (article-strip-banner): Do symbolic banners.
6291         (article-strip-banner): New keystroke.
6292
6293 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6294
6295         * gnus-art.el (article-strip-banner): New command.
6296
6297 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * gnus-art.el (gnus-treat-strip-banners): New variable.
6300
6301 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6304         has been exist.
6305
6306 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6307
6308         * message.el (message-draft-coding-system): Check coding-system.
6309         * mm-util.el (mm-text-coding-system): Ditto.
6310
6311 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * mail-source.el (mail-source-fetch-pop): Save excursion.
6314
6315 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6316
6317         * mail-source.el (mail-source-movemail-args): Not constant.
6318         (mail-source-movemail-args): Removed.
6319         (mail-source-fetch-with-program): New function.
6320         (mail-source-fetch-pop): Use program and function.
6321         (mail-source-movemail-program): Removed.
6322
6323         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6324         (gnus-treat-date-user-defined): New variable.
6325
6326 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6327
6328         * nnmail.el (nnmail-fix-eudora-headers): New function.
6329
6330 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6331
6332         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6333
6334 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6335
6336         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6337         (smiley-nosey-regexp-alist): Ditto.
6338
6339         * gnus-art.el (gnus-treatment-function-alist): Do
6340         gnus-article-add-buttons-to-head later.
6341         (gnus-treat-capitalize-sentences): New variable.
6342         (article-capitalize-sentences): New command and keystroke.
6343
6344         * gnus-group.el (gnus-group-catchup-current): Do group.
6345
6346         * message.el (message-default-charset): Add group.
6347
6348 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6349
6350         * gnus.el: Pterodactyl Gnus v0.74 is released.
6351
6352 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6353
6354         * gnus-art.el (article-fill-long-lines): Renamed.
6355         (article-fill-long-lines): New keystroke.
6356
6357 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358
6359         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6360
6361         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6362         displayed.
6363         (gnus-group-catchup-current): Be more robus.
6364
6365         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6366         headers.
6367
6368 1999-01-25  Dave Love  <fx@gnu.org>
6369
6370         * message.el (message-mode-menu): Add message-mime-attach-file.
6371         (message-mode): Doc fix.
6372
6373 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6374
6375         * nnmail.el (nnmail-check-duplication): Insert the mail source
6376         string.
6377
6378         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6379         (mail-source-fetch-directory): Ditto.
6380         (mail-source-fetch-file): Ditto.
6381         (mail-source-string): New variable.
6382
6383         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6384         the level.
6385
6386         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6387         before handling.
6388
6389         * mm-util.el (mm-mime-charset): Use the parameters.
6390         (mm-mime-charset): Removed region paremeters.
6391
6392         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6393         source.
6394
6395 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6396
6397         * nnmail.el (nnmail-get-split-group): Quote right.
6398
6399 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6402         buffer.
6403
6404 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6405
6406         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6407         (gnus-group-mode): Don't hook.
6408
6409         * mail-source.el (mail-source-bind): Doc fix.
6410         (mail-source-bind): Take only one param.
6411
6412         * gnus-art.el (gnus-treat-highlight-signature): typep.
6413
6414         * mail-source.el (mail-source-movemail): Ignore empty file.
6415         (mail-source-callback): Check before deleting.
6416
6417         * message.el (message-mime-attach-file): Include name.
6418
6419 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * mm-util.el (mm-read-charset): Return a symbol.
6422
6423         * mm-view.el (mm-inline-text): Insert signature separator.
6424
6425         * gnus-art.el (gnus-treat-predicate): New function.
6426         (gnus-treat-article): Allow all types to be checked.
6427
6428         * gnus-util.el (gnus-or): New function.
6429         (gnus-and): Ditto.
6430
6431         * gnus-art.el (gnus-mime-display-single): Use override.
6432
6433         * mm-decode.el (mm-attachment-override-types): New variable.
6434         (mm-attachment-override-p): New function.
6435
6436         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6437
6438 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6439
6440         * mm-view.el (mm-inline-text): Do vcards.
6441
6442 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6443
6444         * gnus.el: Pterodactyl Gnus v0.73 is released.
6445
6446 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6447
6448         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6449         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6450         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6451         (nnmail-movemail-program): Removed.
6452         (nnmail-movemail-args): Removed.
6453         (nnmail-pop-password-required): Ditto.
6454         (nnmail-tmp-directory): Ditto.
6455         (nnmail-delete-incoming): Removed.
6456         (nnmail-pop-password, nnmail-moved-inboxes,
6457         nnmail-internal-password, nnmail-move-inbox): Removed.
6458         (nnmail-read-passwd): Ditto.
6459         (nnmail-get-spool-files): Removed.
6460         (nnmail-resplit-incoming): Reinstated.
6461
6462         * mail-source.el: New file.
6463
6464 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6465
6466         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6467
6468 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6471
6472 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6473
6474         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6475
6476         * gnus-picon.el (gnus-group-display-picons): Goto body.
6477
6478         * gnus.el: Indented all functions; broke long lines; changed all
6479         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6480
6481 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6482
6483         * gnus.el: Pterodactyl Gnus v0.72 is released.
6484
6485 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6486
6487         * gnus.el: Cleaned up trailing whitespace.
6488
6489         * mm-util.el (mm-read-charset): Work.
6490
6491 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6492
6493         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6494         nnheader-translate-file-chars'd group name.
6495
6496 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * message.el (message-encode-message-body): Fold case.
6499
6500 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6501
6502         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6503
6504 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * mailcap.el (mailcap-add): New function.
6507
6508 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6511         (article-goto-body): Use it.
6512         (gnus-treat-article): Ditto.
6513
6514         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6515         downloaded articles from the downloadeble list.
6516
6517 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * message.el (message-encode-message-body): Bind
6520         mail-parse-charset.
6521
6522         * mm-util.el (mm-charset-synonym-alist): New variable.
6523         (mm-charset-to-coding-system): Use it.
6524         (mm-charset-coding-system-alist): Removed.
6525         (mm-charset-to-coding-system): Don't use it.
6526         (mm-find-charset-region): Use mail-parse-charset.
6527
6528         * gnus-art.el (gnus-treatment-function-alist): Use
6529         gnus-article-display-picons.
6530         (gnus-treat-display-xface): Only do if we have xface feature.
6531         (gnus-part-display-hook): New function.
6532         (gnus-treat-article): Use it.
6533         (gnus-treat-article): Use gnus-visual.
6534
6535         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6536
6537         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6538         displaying.
6539
6540         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6541
6542         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6543         regexp file names.
6544
6545 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6546
6547         * gnus.el: Pterodactyl Gnus v0.71 is released.
6548
6549 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6550
6551         * mm-view.el (mm-inline-image): Don't add a dot.
6552
6553         * gnus-art.el (gnus-treat-article): New function.
6554
6555         * gnus.el (gnus-article-display-hook): Removed.
6556
6557         * gnus-art.el (gnus-article-treat-custom): New variable.
6558
6559         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6560
6561         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6562         functions.
6563
6564         * message.el (message-posting-charset): New variable.
6565         (message-send-mail): Use it.
6566
6567         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6568         (gnus-setup-posting-charset): New function.
6569         (gnus-setup-message): Use it.
6570
6571         * message.el (message-encode-message-body): Just look for
6572         Content-Type before inserting a new one.
6573
6574 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6575
6576         * rfc2047.el (rfc2047-default-charset): Removed.
6577
6578         * mail-prsvr.el: New file.
6579         (mail-parse-charset): New variable.
6580
6581         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6582         Changed name.
6583
6584         * gnus.el (gnus-charset): New group.
6585
6586         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6587
6588         * gnus-sum.el (gnus-default-charset): Default to nil.
6589         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6590         (gnus-newsgroup-iso-8859-1-forced): Removed.
6591
6592         * mm-util.el (mm-known-charsets): Removed.
6593         (mm-default-coding-system): Removed.
6594         (mm-default-charset): Removed.
6595         (mm-read-charset): New function.
6596
6597         * message.el (message-default-charset): Removed.
6598
6599         * rfc2047.el (rfc2047-default-charset): Default to nil.
6600
6601         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6602
6603 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6604
6605         * gnus.el: Pterodactyl Gnus v0.70 is released.
6606
6607 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608
6609         * mm-decode.el (mm-save-part): Use mm-get-part.
6610         (mm-insert-part): New function.
6611         (mm-get-part): Use it.
6612         (mm-get-image): Ditto.
6613         (mm-display-external): Ditto.
6614
6615         * mm-view.el (mm-inline-text): Ditto.
6616
6617         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6618         ranges.
6619
6620         * mm-decode.el (mm-display-external): Save the buffer.
6621         (mm-remove-part): Kill it.
6622
6623         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6624
6625         * nnagent.el (nnagent-request-set-mark): Defined stub.
6626
6627 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628
6629         * gnus-score.el (gnus-score-load-score-alist): Bind
6630         coding-system-for-read.
6631
6632         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6633         prepare-exit-hook.
6634
6635         * mm-view.el (mm-setup-w3): Require w3.
6636
6637 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6638
6639         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6640         body.
6641
6642 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6643
6644         * mm-encode.el: Ditto.
6645
6646         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6647         error.
6648
6649         * mailcap.el (mailcap-mime-data): SAFER ps.
6650
6651         * message.el (message-encode-message-body): Always insert a
6652         Content-Type header.
6653
6654         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6655         shown inline.
6656
6657         * mm-view.el (mm-inline-text): Handle all sorts of text.
6658
6659         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6660         don't view.
6661
6662         * mm-decode.el (mm-display-external): Use it.
6663
6664         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6665
6666         * mm-decode.el (mm-save-part): Removed double code.
6667
6668 1999-01-12  Dave Love  <fx@gnu.org>
6669
6670         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6671         application/octet-stream .gz & al files with jka-compr.
6672
6673 1999-01-12  Dave Love  <fx@gnu.org>
6674
6675         * gnus-ems.el (gnus-down-mouse-3): New variable.
6676         * gnus-art.el (gnus-mime-button-map): Use it.
6677         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6678
6679 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6680
6681         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6682
6683 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6684
6685         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6686         buffers.
6687
6688         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6689
6690         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6691
6692 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6693
6694         * mml.el (mml-parameter-string): Strip directory component.
6695
6696 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6697
6698         * gnus.el (gnus-use-demon): Removed.
6699
6700 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * nnmail.el (nnmail-article-group): Don't infloop.
6703
6704 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6705
6706         * gnus-art.el (article-update-date-lapsed): Made it work with
6707         picons, and make it update on all visible frames.
6708         (article-date-ut): Get summary-buffer's current-headers.
6709
6710 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6711
6712         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6713         (gnus-picons-setup-p): New variable.
6714
6715 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6716
6717         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6718
6719 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6720
6721         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6722         (gnus-summary-exit-no-update): Use mapcar.
6723
6724 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6725
6726         * gnus-agent.el (gnus-category-write): Make directory.
6727
6728 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6729
6730         * gnus-sum.el (gnus-update-read-articles):
6731         (gnus-update-marks): Request backend update of mark.
6732
6733 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6734
6735         * mm-bodies.el (mm-body-encoding): Use mm-find.
6736
6737 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6738
6739         * gnus-picon.el (gnus-article-display-picons): Fix.
6740
6741 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6742
6743         * gnus.el: Pterodactyl Gnus v0.69 is released.
6744
6745 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6748
6749         * gnus-agent.el (gnus-agent-remove-group): New command and
6750         keystroke.
6751
6752         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6753
6754 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6755
6756         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6757
6758 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759
6760         * mm-view.el (mm-inline-text): Bind current id.
6761
6762         * mm-decode.el (mm-handle-id): New macro.
6763         (mm-make-handle): Accept id.
6764         (mm-dissect-singlepart): Use it.
6765
6766 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6767
6768       * message.el (message-cite-original-without-signature): Use
6769       message-signature-separator when searching for signature in
6770       message-cite-original-without-signature.
6771
6772 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6773
6774         * gnus.el (gnus-server-to-method): Check named methods.
6775
6776 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6777
6778         * mm-view.el (mm-view-message): Goto point-min.
6779
6780         * nnmail.el (nnmail-article-group): Don't delete lines, only
6781         shorten them.
6782
6783         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6784         values.
6785
6786         * nnheader.el (nnheader-temp-directory): New variable.
6787         (nnheader-temp-directory): Removed.
6788
6789 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6790
6791         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6792         list of files to check for mailcap entries under windows-nt.
6793
6794 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6797         summary buffer exists.
6798
6799 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6800
6801         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6802         irrelevant Sun sendmail bug.
6803         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6804
6805         * message.el (message-send-news): Bind mail-header-separator to
6806         "" when asking backend to post.
6807
6808 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6809
6810         * mm-uu.el (mm-dissect-disposition): New variable.
6811         (mm-uu-dissect): Use it.
6812
6813 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6814
6815         * mm-view.el (mm-inline-text): Bind url-current-object.
6816
6817 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6818
6819         * gnus-range.el (gnus-remove-from-range): Rewrite.
6820
6821 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6822
6823         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6824
6825 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6826
6827         * message.el (message-encode-message-body): Insert `MIME-Version'
6828         instead of `Mime-Version'.
6829
6830 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6831
6832         * message.el (message-insert-mime-part): Add the attachment
6833         disposition.
6834         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6835         (message-mime-query-type): New function.
6836         (message-mime-query-description): Ditto.
6837         (message-mime-query-file): Ditto.
6838         (message-insert-mime-part): Use them.
6839         (message-mime-insert-external): Use the new stuff.
6840
6841 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6842
6843         * nnmail.el (nnmail-split-header-length-limit): New variable.
6844
6845         * mm-decode.el (mm-dissect-buffer): Check syntax.
6846
6847         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6848
6849         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6850         (rfc2047-dissect-region): Ditto.
6851
6852 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * mm-view.el (mm-view-message): Decode charset.
6855
6856 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6857
6858         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6859         CT headers.
6860
6861 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6862
6863         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6864         mm-uu-*-function.
6865         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6866
6867 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * message.el (message-send-mail): Do MML first.
6870         (message-send-news): Ditto.
6871
6872 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873
6874         * gnus-picon.el (gnus-picons-face): New face.
6875         (gnus-picons-try-face): Use it.
6876
6877 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6878
6879         * gnus.el: Pterodactyl Gnus v0.68 is released.
6880
6881 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6882
6883         * gnus.el: Pterodactyl Gnus v0.67 is released.
6884
6885 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6886
6887         * gnus.el: Pterodactyl Gnus v0.66 is released.
6888
6889 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * gnus-art.el (gnus-insert-mime-button): Decode description.
6892
6893 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6894
6895         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6896         (gnus-decode-header-methods): Ditto.
6897         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6898
6899 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6900
6901         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6902
6903 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * mml.el (mml-insert-mime-headers): Encode description.
6906
6907         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6908         line.
6909
6910         * gnus-sum.el (gnus-default-charset): Doc fix.
6911
6912 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6913
6914         * mm-decode.el (mm-display-part): Forward a line.
6915
6916 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6917
6918         * mm-util.el (mm-running-ntemacs): New variable.
6919         (mm-text-coding-system): Ditto.
6920         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6921         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6922
6923 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6924
6925         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6926         buffer.
6927
6928         * message.el (message-insert-headers): New command and keystroke.
6929
6930 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6931
6932         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6933         (mm-get-image): Ditto.
6934
6935         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6936         base64, uudecode and binhex.
6937
6938 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6939
6940         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6941         in text/plain.
6942         * mm-uu.el (mm-uu-dissect): Use inline.
6943
6944 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945
6946         * mm-view.el (mm-view-message): New function.
6947
6948         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6949         qp.
6950
6951 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6952
6953         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6954         entry for message/rfc822 as 8bit.
6955
6956 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * mailcap.el (mailcap-mime-extensions): Add patch.
6959
6960 1998-12-05  Dale Hagglund  <rdh@best.com>
6961
6962         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6963         argument to force all multipart/* to look like multipart/mixed.
6964
6965         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6966         variable.
6967         (gnus-mime-display-part): Use it.
6968
6969 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6970
6971         * gnus-draft.el (gnus-draft-send): Only disable checks for
6972         non-interactive use.
6973         (gnus-draft-send-message): Use it.
6974
6975 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6976
6977         * gnus.el: Pterodactyl Gnus v0.65 is released.
6978
6979 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980
6981         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6982
6983         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6984
6985 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6986
6987         * gnus.el: Pterodactyl Gnus v0.64 is released.
6988
6989 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990
6991         * mm-view.el (mm-setup-w3): Don't load.
6992
6993         * gnus-msg.el (gnus-setup-message): Set group name.
6994         (gnus-group-mail): Avoid leaking local vars.
6995
6996         * message.el (message-attach-file): Renamed.
6997         (message-mime-attach-file): Renamed again.
6998
6999 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
7000
7001         * gnus-art.el (article-decode-encoded-words): Bind
7002         rfc2047-default-charset here.
7003
7004         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
7005
7006 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
7009         (gnus-picons-setup-hook): New hook.
7010
7011 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7012
7013         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
7014         string.
7015         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
7016         line.
7017
7018 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7019
7020         * gnus-art.el (gnus-article-prepare-display): Setup w3.
7021         (gnus-mime-view-part): Ditto.
7022         (gnus-mime-inline-part): Dotii.
7023         (gnus-mime-externalize-part): Daddo.
7024         (gnus-mime-internalize-part): Tutti frutti.
7025         (gnus-widget-press-button): Da da do.
7026
7027         * mm-view.el (mm-setup-w3): Require url-vars.
7028
7029 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
7032         * mm-util.el (mm-find-charset-region): Ditto.
7033
7034 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035
7036         * message.el (message-send): Don't encode here.
7037         (message-send-mail): But here.
7038         (message-send-news): And here.
7039
7040 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
7043
7044 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7045
7046         * gnus.el: Pterodactyl Gnus v0.63 is released.
7047
7048 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7049
7050         * mml.el (mml-base-boundary): Shorten.
7051
7052         * message.el (message-insert-mime-part): Use default.
7053
7054         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
7055
7056 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7057
7058         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
7059         buttons, not [*].
7060
7061 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7062
7063         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
7064
7065 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
7066
7067         * gnus-art.el (gnus-insert-mime-button): Fix.
7068
7069 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7070
7071         * message.el (message-insert-mime-part): Nicify prompts.
7072         (message-insert-mime-part): Really delete duplicates.
7073         (message-insert-mime-part): Check against common errors.
7074         (message-insert-mime-part): Fix docstring.
7075
7076 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7077
7078         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7079
7080 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7081
7082         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7083         (gnus-insert-mime-button): Modify accordingly.
7084
7085 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086
7087         * gnus-art.el (gnus-display-mime): Set window point.
7088
7089         * mm-decode.el (mm-display-external): Only decode when not
7090         saving.
7091         (mm-alternative-precedence): Prefer multiparts.
7092         (mm-inline-media-tests): Inline multiparts.
7093
7094         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7095         Ignore errors when requiring url.
7096
7097         * mml.el (mml-quote-region): New command.
7098
7099         * message.el (message-cite-original): Use it.
7100         (message-cite-original-without-signature): Ditto.
7101
7102 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7103
7104         * gnus.el: Pterodactyl Gnus v0.62 is released.
7105
7106 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7107
7108         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7109
7110 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7111
7112         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7113         `point-max-marker'.
7114
7115 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7118
7119         * gnus-art.el (gnus-mime-display-single): Check for attachment
7120         before other tests.
7121
7122 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7123
7124         * gnus-msg.el (gnus-configure-posting-styles): find a
7125         posting-style entry in the group parameters, if any, and honor it
7126         at the end.
7127
7128 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7129
7130         * nntp.el (nntp-after-change-function): Fix.
7131
7132 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7133
7134         * mml.el (mml-generate-mime-1): Insert literally.
7135
7136 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137
7138         * mml.el (mml-insert-mime-headers): Removed debug.
7139
7140 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7141
7142         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7143         prefixed.
7144
7145         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7146         application/emacs-lisp to 8bit.
7147
7148 1998-12-03  Dale Hagglund  <rdh@best.com>
7149
7150         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7151
7152 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7153
7154         * gnus.el: Pterodactyl Gnus v0.61 is released.
7155
7156 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7157
7158         * mml.el (mml-parse-1): Skipped parts.
7159         (mml-insert-mime-headers): Nil is a list.
7160         (mml-generate-mime-1): Don't insert literally.
7161         (mml-read-tag): Drop text props.
7162         (mml-read-part): Ditto.
7163         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7164
7165 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7166
7167         * gnus.el: Pterodactyl Gnus v0.60 is released.
7168
7169 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * mml.el (mml-parse-1): Don't throw contents away.
7172
7173 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7174
7175         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7176
7177 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7178
7179         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7180         function.
7181         (mml-parse-1): Use it.
7182
7183 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7184
7185         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7186         Use gnus-newsgroup-default-charset.
7187         (article-decode-encoded-words): Remove charset codes.
7188         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7189         gnus-default-charset.
7190
7191 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7192
7193         * message.el (message-send-mail): Don't encode here.
7194         (message-send-news): Nor here.
7195         (message-send): ... but here instead.
7196
7197         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7198         default to nil.
7199         (gnus-article-display-picons): Replace From line.
7200         (gnus-group-display-picons): Replace Newsgroups line.
7201         (gnus-picons-display-glyph): Set baseline.
7202         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7203         (gnus-picons-xbm-face): Revert to old, standard colors.
7204
7205         * message.el (message-fetch-field): Remove text props.
7206
7207         * gnus-art.el (gnus-article-normalized-header-length): New
7208         variable.
7209         (article-normalize-headers): New command and keystroke.
7210
7211         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7212
7213 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7214
7215         * gnus.el: Pterodactyl Gnus v0.59 is released.
7216
7217 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7218
7219         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7220
7221         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7222
7223 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7224
7225         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7226
7227 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7228
7229         * mm-decode.el (mm-all-images-fit): New variable.
7230         (mm-image-fit-p): Use it.
7231
7232         * gnus-art.el (gnus-mime-display-single): Use it.
7233         (gnus-mime-internalize-part): New command and keystroke.
7234
7235         * mm-decode.el (mm-user-automatic-external-display): New
7236         variable.
7237         (mm-automatic-external-display-p): New function.
7238
7239         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7240         colors.
7241
7242 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7243
7244         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7245
7246         * gnus-art.el (gnus-with-article): Work in the original article
7247         buffer.
7248         (gnus-with-article): Work in read-only groups.
7249
7250 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7251
7252         * mm-bodies.el (mm-decode-string): Return original string if not
7253         decode.
7254
7255 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7256
7257         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7258
7259 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7260
7261         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7262
7263 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7264
7265         * gnus.el: Pterodactyl Gnus v0.58 is released.
7266
7267 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7268
7269         * mm-decode.el (mm-get-image): Return a glyph, not an image
7270         specifier.
7271
7272 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7273
7274         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7275
7276 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7277
7278         * mail-parse.el (rfc2045): Required.
7279
7280 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7281
7282         * mm-view.el (mm-inline-text): Remove props.
7283
7284 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * mm-view.el (mm-setup-w3): Protect url-misc.
7287
7288         * message.el (message-ignored-resent-headers): Remove
7289         Gnus-Warning.
7290
7291         * mml.el (mml-insert-mime-headers): Use encoding.
7292         (mml-parameter-string): Ditto.
7293
7294         * rfc2045.el: New file.
7295         (rfc2045-encode-string): New function.
7296
7297 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * mail-parse.el (mail-header-encode-parameter): New function.
7300
7301         * rfc2231.el (rfc2231-encode-string): New function.
7302
7303 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7304
7305         * mm-bodies.el (mm-decode-string): New function.
7306         * mm-view.el (mm-inline-text): Use mm-decode-string.
7307
7308 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7309
7310         * gnus.el: Pterodactyl Gnus v0.57 is released.
7311
7312 1998-11-23  Felix Lee  <flee@cygnus.com>
7313
7314         * nntp.el (nntp-async-needs-kluge): new setting.
7315         (nntp-async-timer): new var.
7316         (nntp-async-process-list): new var.
7317         (nntp-async-kluge): new function.
7318         (nntp-async-timer-handler): new function.
7319         (nntp-async-wait): new function.
7320         (nntp-async-stop): new function.
7321         (nntp-after-change-function): renamed, and split apart.
7322         (nntp-async-trigger): new function.
7323         (nntp-do-callback): new function.
7324         (nntp-accept-process-output): add optional timeout arg.
7325
7326         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7327         (gnus-async-wait-for-article): new function.
7328         (gnus-async-with-semaphore): s/asynch/async/.
7329
7330 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * gnus-art.el (gnus-with-article): Don't encode.
7333         (gnus-insert-mime-button): Fall back on filename from C-D.
7334         (gnus-mime-display-single): Have dots right on text/plain
7335         attachments.
7336
7337         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7338         broken parts.
7339
7340         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7341
7342         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7343         binhex.
7344
7345         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7346         (gnus-summary-repair-multipart): New command and keystroke.
7347
7348         * gnus-art.el (gnus-with-article-buffer): New macro.
7349
7350 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7351
7352         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7353         undisplay the part.
7354
7355 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7356
7357         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7358
7359         * mml.el (mml-read-part): Partition right.
7360
7361         * mm-decode.el (mm-handle-set-cache): New macro.
7362         (mm-handle-cache): Ditto.
7363         (mm-make-handle): Ditto.
7364         (mm-dissect-singlepart): Use it.
7365         (mm-get-image): Use the cache.
7366
7367 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7368
7369         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7370         (gnus-mime-display-single): Don't insert lines between parts.
7371
7372 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7373
7374         * nnmail.el (nnmail-file-coding-system-1): New variable.
7375         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7376         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7377         * nnml.el (nnml-file-coding-system): New variable.
7378         (nnml-request-article): Use nnml-file-coding-system.
7379
7380 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7381
7382         * gnus.el: Pterodactyl Gnus v0.56 is released.
7383
7384 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * gnus-art.el (gnus-mime-display-part): New function.
7387         (gnus-mime-display-mixed): Use it.
7388
7389         * mm-view.el (mm-setup-w3): Don't register.
7390
7391         * message.el (message-cite-original): Cite parts.
7392
7393 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394
7395         * mml.el (mml-parameter-string): New function.
7396         (mml-insert-mime-headers): Separated into new function.
7397
7398 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7399
7400         * mml.el (mml-make-boundary): Use `make-string'.
7401
7402 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7403
7404         * binhex.el (binhex-insert-char): Ditto.
7405
7406         * base64.el (base64-insert-char): Ditto.
7407
7408         * uudecode.el (uudecode-insert-char): Code correctly.
7409
7410 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7411
7412         * mml.el (mml-generate-mime): Don't generate multiparts for
7413         empties.
7414
7415         * gnus-art.el (gnus-display-mime): Save excursion.
7416
7417         * message.el (message-remove-first-header): New function.
7418         (message-encode-message-body): Use it.
7419
7420 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7421
7422         * gnus.el: Pterodactyl Gnus v0.55 is released.
7423
7424 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7425
7426         * mm-view.el (mm-setup-w3): New function.
7427
7428         * mm-decode.el (mm-content-id-get-contents): New function.
7429         (mm-content-id-get-type): Ditto.
7430         (mm-content-id-get-encoding): Ditto.
7431         (mm-get-handle-by-content-id): Removed.
7432
7433 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7434
7435         * message.el (message-generate-new-buffers): Fix tag.
7436
7437 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * message.el (message-buffer-name): Check for unique first.
7440
7441         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7442         gnus-inhibit-mime-unbuttonizing.
7443
7444         * gnus-sum.el (t): Bind M-t.
7445         (gnus-inhibit-unbuttonizing): New variable.
7446         (gnus-summary-toggle-display-buttonized): New command.
7447
7448         * gnus-art.el (gnus-display-mime): Select article window.
7449         (article-strip-trailing-space): New command and keystroke.
7450
7451         * nneething.el (nneething-include-files): New variable.
7452         (nneething-create-mapping): Use it.
7453
7454         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7455
7456         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7457         ayto-expirable marks.
7458
7459 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7462
7463         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7464         ARG.
7465
7466         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7467
7468 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7469
7470         * mm-util.el (mm-binary-coding-system): New variable.
7471         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7472         * mm-decode.el (mm-display-external): Ditto.
7473
7474 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7475
7476         * gnus.el: Pterodactyl Gnus v0.54 is released.
7477
7478 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7481
7482 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7483
7484         * mm-decode.el (mm-save-part): Unquote.
7485
7486 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7487
7488         * mm-decode.el (mm-save-part): Bind coding system for write.
7489
7490 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * gnus-art.el (gnus-article-mode-line-format): New default.
7493         (gnus-article-mime-part-status): New function.
7494
7495         * message.el (message-send-news): Check the body syntax before
7496         encoding.
7497
7498         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7499         (gnus-mime-display-single): Use it.
7500         (gnus-mime-display-alternative): Ditto.
7501
7502         * mm-decode.el: Check for whether we are running under a term.
7503
7504 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7505
7506         * mm-decode.el (mm-preferred-alternative): Default to first
7507         alternative.
7508         (mm-preferred-alternative): No, we dont.
7509
7510 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7511
7512         * mm-decode.el (mm-display-external): Use binary instead of
7513         no-conversion.
7514         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7515         * nnheader.el (nnheader-file-coding-system): Ditto.
7516         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7517
7518 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7519
7520         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7521         name without method.
7522
7523 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7524
7525         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7526         coding-system -> default-charset.
7527         (gnus-newsgroup-default-charset-alist): Ditto.
7528         (gnus-summary-local-variables): Ditto.
7529         (gnus-set-global-variables): Ditto.
7530         (gnus-get-newsgroup-headers): Ditto.
7531         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7532         (gnus-get-newsgroup-headers-xover): Ditto.
7533         (gnus-newsgroup-setup-default-charset): Ditto.
7534         (article-decode-mime-words): Ditto.
7535         (article-decode-charset): Ditto.
7536         (article-decode-encoded-words): Ditto.
7537         (article-de-quoted-unreadable): Ditto.
7538         (gnus-mime-view-all-parts): Ditto.
7539         (gnus-mime-externalize-part): Ditto.
7540         (gnus-mm-display-part): Ditto.
7541         (gnus-mime-display-single): Ditto.
7542         (gnus-mime-display-alternative): Ditto.
7543         * lpath.el : Ditto.
7544
7545 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7546
7547         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7548         * gnus-art.el (article-decode-charset): Overlay
7549         rfc2047-default-charset.
7550         * message.el (message-draft-coding-system): New variable.
7551         (message-set-auto-save-file-name): Use message-draft-coding-system.
7552         * nndraft.el (nndraft-request-article): Ditto.
7553         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7554         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7555
7556 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7557
7558         * mm-uu.el (mm-uu-test): New function.
7559         (mm-uu-dissect): Inherit charset and cte from head.
7560         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7561
7562 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7563
7564         * gnus.el: Pterodactyl Gnus v0.53 is released.
7565
7566 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7567
7568         * mm-decode.el (mm-get-image): New function.
7569         (mm-image-fit-p): New function.
7570
7571         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7572
7573         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7574
7575         * gnus-art.el (gnus-article-insert-newline): New function.
7576         (article-goto-body): New function.
7577
7578 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7581         buttons.
7582
7583         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7584         keystroke.
7585
7586         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7587         line between parts.
7588
7589         * message.el (message-remove-header): Go to end if wanted.
7590
7591 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7592
7593         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7594         movement with save-window-excursion.
7595
7596 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7597
7598         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7599
7600 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7601
7602         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7603
7604 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7605
7606         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7607         gnus-newsgroup-coding-system.
7608         (gnus-get-newsgroup-headers): Ditto.
7609         (gnus-get-newsgroup-headers-xover): Ditto.
7610         (gnus-set-global-variables): Ditto.
7611         * gnus-art.el (article-decode-mime-words): Ditto.
7612         (article-decode-charset): Ditto.
7613         (article-decode-encoded-words): Ditto.
7614         (article-de-quoted-unreadable): Ditto.
7615         (gnus-mime-view-all-parts): Ditto.
7616         (gnus-mime-externalize-part): Ditto.
7617         (gnus-mm-display-part): Ditto.
7618         (gnus-mime-display-alternative): Ditto.
7619         (gnus-mime-display-single): Ditto.
7620         * mm-view.el (mm-inline-text): Use default coding system.
7621
7622 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7623
7624         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7625         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7626         (gnus-newsgroup-coding-system): New local variable.
7627         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7628         (gnus-summary-local-variables): Add two new local variables.
7629         (gnus-newsgroup-setup-coding-system): New function.
7630         (gnus-select-newsgroup): Setup coding system.
7631         * lpath.el: Add two new variables.
7632         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7633         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7634         * gnus-cus.el (gnus-group-parameters): Customizable
7635         iso-8859-1-forced.
7636
7637 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7638
7639         * gnus.el: Pterodactyl Gnus v0.52 is released.
7640
7641 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7642
7643         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7644         encoding.
7645
7646         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7647         undisplayed text types.
7648
7649         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7650         types.
7651
7652 1998-11-19  Felix Lee  <flee@cygnus.com>
7653
7654         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7655
7656 1998-11-19  Felix Lee  <flee@cygnus.com>
7657
7658         * gnus-async.el (gnus-asynch-obarray): rename to
7659         gnus-async-hashtb, and don't buffer-local it.
7660
7661         (gnus-async-article-callback): new function.
7662         (gnus-make-async-article-function): use it.
7663
7664         (gnus-async-current-prefetch-group): new var.
7665         (gnus-async-current-prefetch-article): new var.
7666         (gnus-async-request-fetched-article): are we fetching it already?
7667
7668         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7669
7670 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7671
7672         * gnus-sum.el (gnus-summary-show-article): Require.
7673
7674         * message.el: Provide before hooks.
7675         (message-send-news): Do MIME before headers.
7676
7677         * gnus-art.el (gnus-article-check-buffer): New function.
7678         (gnus-article-read-summary-keys): Use it.
7679
7680         * mm-decode.el (mm-user-automatic-display): Display all inline
7681         images.
7682
7683         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7684         much.
7685         (gnus-unbuttonized-mime-types): New variable.
7686
7687 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7688
7689         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7690
7691         * mm-decode.el (mm-quote-arg): Quote semicolons.
7692
7693         * gnus-art.el (gnus-mime-display-single): Don't display
7694         attachments.
7695         (gnus-mime-externalize-part): New command and keystroke.
7696
7697         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7698         (mm-alternative-precedence): Changed order.
7699
7700 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7701
7702         * gnus.el (gnus-method-simplify): New function.
7703         (gnus-native-method-p): New function.
7704         (gnus-secondary-method-p): Use gnus-method-equal.
7705
7706         * gnus-start.el (gnus-group-change-level): Shorten select method.
7707
7708 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7709
7710         * gnus.el: Pterodactyl Gnus v0.51 is released.
7711
7712 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus.el: Applied patches from 5.6.45.
7715
7716         * gnus-score.el (gnus-score-find-trace): Print complete file
7717         paths.
7718         (gnus-score-find-trace): Truncate lines.
7719
7720         * gnus.el (gnus-message-archive-group): Allow function.
7721
7722         * message.el (message-encode-message-body): Remove Mime-Version
7723         before inserting.
7724
7725         * gnus-cus.el (gnus-group-customize): Optional topic.
7726
7727         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7728         keystroke.
7729
7730 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7731
7732         * message.el (message-encode-message-body): Rewrite.
7733
7734 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * mml.el (mml-base-boundary): New variable.
7737         (mml-make-boundary): New function.
7738
7739         * gnus-cache.el (gnus-cache-coding-system): New variable.
7740         (gnus-cache-request-article): Use it.
7741
7742         * message.el (message-insert-mime-part): Delete duplicates.
7743
7744 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7745
7746         * gnus-art.el (gnus-mime-display-alternative): Set end of
7747         multipart and display even when nothing is preferred.
7748
7749 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7750
7751         * gnus.el: Pterodactyl Gnus v0.50 is released.
7752
7753 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754
7755         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7756         fbound.
7757
7758         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7759
7760 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7761
7762         * gnus.el (gnus-similar-server-opened): Compare backend.
7763
7764 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7765
7766         * gnus-topic.el (gnus-topic-expire-articles): New function.
7767         (gnus-topic-mode-map): Bind it.
7768
7769         * gnus.texi (Topic Commands): New expiry command. Reordered.
7770
7771 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7772
7773         * gnus-sum.el
7774         (gnus-auto-expirable-marks): New variable.
7775         (gnus-inhibit-user-auto-expire): New variable.
7776         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7777         When looking to see if we should expire instead, check
7778         gnus-auto-expirable-marks instead of using a hard-wired list.
7779         (gnus-summary-mark-as-read-forward,
7780         gnus-summary-mark-as-read-backward):
7781         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7782         gnus-summary-mark-forward, instead of `t'.
7783
7784 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7785
7786         * mml.el (mml-compute-boundary): New function.
7787         (mml-compute-boundary-1): New function.
7788         (mml-generate-mime-1): Use it.
7789
7790 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7791
7792         * mml.el (mml-generate-mime-1): Always precede closing boundary
7793         with newline.
7794
7795 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * mml.el (mml-generate-mime-1): Do right boundaries when several
7798         multiparts.
7799
7800         * mm-decode.el (mm-user-automatic-display): Default to inline
7801         jpeg.
7802
7803         * mml.el (mml-generate-mime-1): Encode non-text parts.
7804
7805 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7806
7807         * gnus.el: Pterodactyl Gnus v0.49 is released.
7808
7809 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7810
7811         * mm-view.el (mm-inline-text): Require w3-vars.
7812
7813         * gnus-setup.el (gnus-use-tm): Removed.
7814
7815         * gnus-art.el (gnus-article-goto-part): Don't beep.
7816         (gnus-article-view-part): Check return value.
7817         (gnus-mime-display-alternative): Don't display when there is
7818         nothing to display.
7819
7820         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7821         (mml-generate-mime-1): Use unibyte for binaries.
7822
7823         * gnus-art.el (gnus-display-mime): Call
7824         gnus-article-mime-part-function.
7825         (gnus-mime-part-function): New function.
7826         (gnus-article-mime-part-function): New function.
7827
7828         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7829
7830 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831
7832         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7833
7834         * message.el (message-font-lock-keywords): Highlight MML.
7835         (message-mml-face): New font.
7836
7837 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7838
7839         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7840         (gnus-mm-display-part): Do not select-window if the article window
7841         is not found.
7842
7843 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7844
7845         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7846
7847 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7848
7849         * gnus.el: Pterodactyl Gnus v0.48 is released.
7850
7851 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7852
7853         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7854
7855         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7856
7857         * message.el (message-cite-original-without-signature): Ditto.
7858         (message-cite-original): Quote parts.
7859
7860 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7861
7862         * gnus.el: Pterodactyl Gnus v0.47 is released.
7863
7864 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * message.el (message-encode-message-body): Insert MIME warning.
7867
7868         * mml.el (mml-read-tag): Look for #tag.
7869
7870         * mm-util.el (mm-find-charset-region): Check whether
7871         enable-multibyte-characters is bound.
7872
7873 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7874
7875         * gnus.el: Pterodactyl Gnus v0.46 is released.
7876
7877 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * message.el (message-encode-message-body): Insert headers at the
7880         right spot.
7881
7882 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7883
7884         * gnus.el: Pterodactyl Gnus v0.45 is released.
7885
7886 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7887
7888         * nndraft.el (nndraft-save-mime-part): Removed.
7889         (nndraft-get-mime-part): Ditto.
7890
7891         * message.el (message-format-mime-old): Removed.
7892         (message-encode-message-body): Removed.
7893         (message-encode-message-body): Renamed.
7894
7895 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7896
7897         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7898
7899         * message.el (message-format-mime): Check message-mime-part.
7900
7901         * mm-encode.el (mm-mime-file-types): Removed.
7902         (mm-default-file-encoding): New definition.
7903
7904 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7905
7906         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7907         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7908
7909 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7910
7911         * gnus.el: Pterodactyl Gnus v0.44 is released.
7912
7913 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * message.el (message-format-mime): New function.
7916
7917         * nndraft.el (nndraft-save-mime-part): New function.
7918         (nndraft-get-mime-part): New function.
7919
7920         * mm-encode.el (mm-default-file-encoding): New function.
7921         (mm-content-transfer-encoding): New function.
7922         (mm-encode-buffer): New function.
7923
7924         * message.el: New command.
7925         (message-mime-part): New variable.
7926         (message-insert-mime-part): New command.
7927
7928         * mm-encode.el (mm-encode-content-transfer-encoding): New
7929         function.
7930
7931         * mm-util.el (mm-content-transfer-encoding-defaults): New
7932         variable.
7933         (mm-mime-file-types): Taken from TM.
7934
7935 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7936
7937         * gnus.el: Pterodactyl Gnus v0.43 is released.
7938
7939 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7940
7941         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7942         * gnus-score.el (gnus-score-default-header): Ditto.
7943         (gnus-header-index): Ditto.
7944         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7945         (gnus-summary-header): Handle extra headers.
7946         (gnus-summary-score-entry): Ditto, & provide new score element.
7947         (gnus-summary-score-effect): Ditto.
7948         (gnus-score-string): Avoid "extra" string sort, & modify match in
7949         "extra" case.
7950         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7951
7952 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7953
7954         * message.el (message-resend): Bind message-required-mail-headers
7955         to nil.
7956
7957         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7958
7959         * nngateway.el (require): Require cl.
7960
7961         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7962         things.
7963
7964 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7965
7966         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7967         when no articles.
7968
7969 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970
7971         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7972
7973 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7974
7975         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7976         user-mail-address if non-nil.
7977
7978 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7981         (gnus-make-sort-function-1): Ditto.
7982
7983         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7984         window.
7985
7986 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7987
7988         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7989
7990         * binhex.el (binhex-decode-region): Quote.
7991
7992 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * gnus-art.el (article-decode-charset): Don't downcase charset.
7995
7996         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7997
7998 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7999
8000         * gnus.el: Pterodactyl Gnus v0.42 is released.
8001
8002 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8003
8004         * gnus-art.el (gnus-display-mime): Add id for alternative part.
8005
8006 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
8007
8008         * nntp.el (nntp-send-mode-reader): Revert.
8009
8010 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8011
8012         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
8013
8014 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8015
8016         * message.el (message-make-date): Fix for negative time zones.
8017
8018 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8019
8020         * gnus.el: Pterodactyl Gnus v0.41 is released.
8021
8022 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
8023
8024         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8025
8026 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
8027
8028         * gnus.el (gnus-short-group-name): When shortening foreign select
8029         methods, do not scan for plusses beyond the first colon.
8030
8031 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
8032
8033         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
8034         lines where `group' is the last thing on the line.
8035
8036 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037
8038         * gnus-art.el (gnus-article-view-part): Do alternative.
8039         (gnus-mime-display-alternative): Insert marker.
8040
8041 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8044
8045         * nnmail.el (nnmail-expired-article-p): Protect against bogus
8046         dates.
8047
8048         * gnus-cus.el (gnus-topic): Required.
8049
8050         * nnheader.el (nnheader-parse-nov): Parse extra.
8051         (nnheader-nov-parse-extra): New macro.
8052
8053 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8054
8055         * gnus-art.el (gnus-article-view-part): Internal move.
8056
8057 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
8058
8059         * gnus-cus-new.el (gnus-custom-topic): New free variable.
8060         (gnus-group-customize): Support editing topic parameters.
8061
8062 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
8063
8064         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
8065         indicators.
8066
8067 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8068
8069         * gnus-art.el (gnus-mm-display-part): Return.
8070         (gnus-article-view-part): Only go if external.
8071         (gnus-article-dumbquotes-map): Do 205.
8072
8073         * mm-decode.el (mm-display-part): Return what was done.
8074
8075         * message.el (message-buffer-naming-style): New variable.
8076         (message-generate-new-buffers): Extended.
8077         (message-buffer-naming-style): Removed.
8078         (message-buffer-name): Use it.
8079         (message-do-send-housekeeping): Rename new styling.
8080
8081         * gnus-sum.el (gnus-summary-recenter): Allow
8082         gnus-auto-center-summary to be a number.
8083
8084 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8085
8086         * pop3.el (pop3-open-server): Use "binary" instead of
8087         "no-conversion".
8088
8089 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8090
8091         * gnus-srvr.el (gnus-browse-foreign-server): Set
8092         gnus-browse-current-method to the result of gnus-server-to-method.
8093
8094 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8095
8096         * gnus-util.el (gnus-pull): Another optional argument.
8097         * nnweb.el (nnweb-request-delete-group): Delete from
8098         nnweb-group-alist and update active file.
8099
8100 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8101
8102         * gnus-group.el (gnus-group-make-group): Accept group of new
8103         method.
8104
8105 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8106
8107         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8108
8109 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8110
8111         * mm-view.el (mm-inline-text): Postion of html portion.
8112
8113 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8114
8115         * nntp.el (nntp-list-active-group): Waited for short strings.
8116         (nntp-send-mode-reader): Ditto.
8117         (nntp-open-connection): Ditto.
8118
8119         * gnus-int.el (gnus-request-group-articles): New function.
8120
8121         * nntp.el (nntp-request-listgroup): New function.
8122         (nntp-request-group-articles): Renamed.
8123
8124 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8125
8126         * nnheader.el (nnheader-parse-nov): Supply extra.
8127
8128 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * gnus-art.el (gnus-button-push): Don't go to
8131         gnus-article-buffer.
8132
8133         * mm-view.el (mm-inline-image): Add a newline.
8134
8135         * gnus-start.el (gnus-check-first-time-used): Check more.
8136
8137 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8138
8139         * gnus-start.el (gnus-check-first-time-used): Check current.
8140
8141 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142
8143         * mm-util.el (mm-find-charset-region): New function.
8144
8145         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8146
8147         * gnus-art.el (gnus-mime-button-menu): Fix.
8148
8149 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8150
8151         * gnus-art.el (gnus-mime-button-menu): New definition.
8152
8153 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8154
8155         * gnus-art.el (article-decode-charset): Downcase charset.
8156         (article-decode-charset): Pass on type.
8157         (article-decode-charset): Check nil charsets.
8158         (article-remove-cr): Translate CR to LF.
8159         (gnus-ignored-mime-types): Default to nil.
8160
8161         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8162
8163         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8164         user-mail-address.
8165         (gnus-nov-parse-extra): Didn't return right thing.
8166
8167 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168
8169         * gnus-xmas.el: Use compiled-function-p.
8170
8171 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8172
8173         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8174
8175 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8176
8177         * gnus.el: Pterodactyl Gnus v0.40 is released.
8178
8179 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8182
8183         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8184
8185         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8186
8187         * nnml.el (nnml-possibly-create-directory): Check before making.
8188
8189 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8190
8191         * nnheader.el (nnheader-insert-nov): Don't infloop.
8192
8193 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8196         set up.
8197
8198 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8199
8200         * nneething.el (nneething-file-name): New definition.
8201
8202 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8203
8204         * gnus-art.el (gnus-treatment-function-alist): Fix.
8205         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8206
8207         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8208
8209 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8210
8211         * gnus.el: Pterodactyl Gnus v0.39 is released.
8212
8213 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8214
8215         * gnus-art.el (gnus-ignored-mime-types): New variable.
8216         (gnus-mime-display-single): Use it.
8217         (gnus-treatment-function-alist): New variable.
8218
8219         * gnus.el (gnus-mime): New group.
8220
8221         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8222         things for other parts.
8223         (gnus-mime-display-alternative): Place point.
8224
8225         * gnus.el: autoload gnus-uu-post-news.
8226
8227         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8228         needsterm/DISPLAY.
8229
8230         * mm-decode.el (mm-display-part): Default to inline text/.*
8231         parts.
8232
8233         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8234         8bit.
8235
8236         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8237         (gnus-mime-display-single): Inline all text parts.
8238         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8239
8240 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241
8242         * nnml.el (nnml-possibly-create-directory): Rewrite.
8243         (nnml-request-create-group): Change to right server.
8244
8245         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8246
8247         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8248
8249         * gnus.el: rmail-output-to-rmail-file autoload.
8250
8251         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8252         Gnus.
8253
8254         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8255
8256         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8257
8258 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8259
8260         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8261         mixed part.
8262
8263 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8264
8265         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8266
8267         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8268
8269 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8270
8271         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8272
8273 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8274
8275         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8276         value.
8277
8278         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8279         hidden.
8280
8281         * gnus-spec.el (gnus-update-format-specifications): Use the
8282         article mode line spec.
8283
8284         * gnus-art.el (gnus-insert-mime-button): Put right type.
8285         (gnus-insert-prev-page-button): Ditto.
8286         (gnus-insert-next-page-button): Dutti.
8287
8288         * pop3.el: New version installed.
8289
8290 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8291
8292         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8293         and display last part.
8294
8295 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8296
8297         * gnus.el: Pterodactyl Gnus v0.38 is released.
8298
8299 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8302         Removed.
8303         (article-de-quoted-unreadable): Narrow to default.
8304
8305         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8306
8307         * gnus-art.el (article-decode-charset): Decode even when broken
8308         MIME.
8309
8310         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8311         name.
8312
8313         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8314
8315         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8316         nnheader.
8317
8318         * nnmail.el (nnmail-extra-headers): New variable.
8319
8320         * nnheader.el (nnheader-insert-nov): Insert extra.
8321
8322         * gnus.el (gnus-summary-line-format): Doc fix.
8323
8324         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8325         (gnus-nov-parse-line): Ditto.
8326         (gnus-nov-parse-extra): New macro.
8327         (gnus-header): New function.
8328         (gnus-update-summary-mark-positions): Change.
8329         (gnus-ignored-from-addresses): New variable.
8330         (gnus-summary-insert-from-or-to): New function.
8331
8332         * gnus.el (gnus-extra-headers): New variable.
8333
8334         * nnheader.el (make-mail-header): Expand.
8335         (mail-header-extra): New macro.
8336         (mail-header-set-extra): Ditto.
8337         (make-full-mail-header): Expand.
8338
8339 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8340
8341         * gnus.el: Pterodactyl Gnus v0.37 is released.
8342
8343 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8344
8345         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8346
8347         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8348         on.
8349
8350 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8351
8352         * gnus-spec.el (gnus-balloon-face-function): new function
8353         (gnus-parse-format): understand the %< %> specifiers
8354         (gnus-parse-complex-format): ditto.
8355
8356 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8357
8358         * gnus.el: Changed following-char to char-after throughout.
8359
8360 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * mm-decode.el (mm-display-external): Protect more and message.
8363
8364 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8365
8366         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8367         position.
8368
8369 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8370
8371         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8372         mixed part.
8373
8374 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8375
8376         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8377
8378         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8379
8380 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8381
8382         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8383
8384 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8385
8386         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8387
8388         * mm-decode.el (mm-display-external): Set undisplayer to mm
8389         buffer, not the current buffer; use unwind-protect.
8390
8391 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8392
8393         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8394         (gnus-summary-exit-no-update): Ditto.
8395
8396 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8397
8398         * mm-decode.el (mm-inline-media-tests): Look for w3.
8399
8400         * mailcap.el (mailcap-mime-data): Inline html.
8401
8402 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8403
8404         * gnus.el: Pterodactyl Gnus v0.36 is released.
8405
8406 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * gnus-art.el (article-translate-strings):
8409         (gnus-article-dumbquotes-map): Don't dot.
8410
8411         * pop3.el (pop3-open-server): Set point right.
8412
8413         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8414         (mm-dissect-buffer): Ditto.
8415         (mm-destroy-part): Ignore non-handles.
8416         (mm-remove-part): Ditto.
8417         (mm-destroy-parts): New function.
8418         (mm-remove-parts): Ditto.
8419
8420         * gnus-art.el (gnus-mm-display-part): Don't move point.
8421
8422 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8423
8424         * mm-uu.el : New file.
8425
8426         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8427
8428         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8429         a function.
8430
8431 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8432
8433         * mm-decode.el (mm-display-external): Check before selecting.
8434
8435 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8436
8437         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8438
8439         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8440
8441         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8442         variable.
8443
8444         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8445
8446         * gnus-art.el (gnus-decode-header-methods): New variable.
8447
8448         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8449
8450         * gnus-art.el (gnus-multi-decode-header): New function.
8451
8452 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8453
8454         * gnus.el: Pterodactyl Gnus v0.35 is released.
8455
8456 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * uudecode.el (uudecode-decode-region-external): Insert
8459         literally.
8460
8461         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8462
8463         * mm-bodies.el (mm-decode-body): Optional encoding.
8464
8465 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8466
8467         * gnus-ems.el (gnus-mouse-3): New variable.
8468
8469         * binhex.el (binhex-decode-region-external): Don't use -internally.
8470
8471 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8472
8473         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8474         files.
8475
8476 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8477
8478         * gnus-group.el (gnus-add-marked-articles): Request backend update
8479         of flags.
8480
8481 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8482
8483         * gnus-sum.el (gnus-update-read-articles):
8484         (gnus-update-marks): Request backend update of mark.
8485
8486 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8487
8488         * gnus.texi (Optional Backend Functions): New item,
8489         nnchoke-request-set-mark.
8490
8491 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8492
8493         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8494           list to range.
8495
8496 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8497
8498         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8499
8500 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8501
8502         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8503         first used.
8504
8505 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8506
8507         * mm-view.el: Require mm-decode for macros.
8508
8509         * mm-decode.el (mm-handle-type): Move macro declarations above the
8510         place where they are used.
8511
8512 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8513
8514         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8515         buffer.
8516
8517 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8518
8519         * nnagent.el (nnagent-open-server): Error message.
8520
8521 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8522
8523         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8524
8525 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8526
8527         * score-mode.el (gnus-score-mode-map): Ditto.
8528
8529         * message.el (message-mode-map): Ditto.
8530
8531         * gnus-uu.el (gnus-uu-post-news): Ditto.
8532
8533         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8534
8535         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8536
8537         * gnus-art.el (gnus-article-edit-mode-map): Use
8538         `set-keymap-parent' rather than `copy-keymap'.
8539
8540 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8541
8542         * gnus-art.el (gnus-mime-button-commands): New variable.
8543         (gnus-mime-button-map): Initialize it from
8544         `gnus-mime-button-commands'.
8545         (gnus-mime-button-menu): New function.
8546         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8547
8548 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8549
8550         * message.el (message-insert-to): Make `nobody' and `poster'
8551         synonymous to `never' and `always' in Mail-Copies-To.
8552         (message-reply): Ditto.
8553         (message-followup): Ditto.
8554
8555 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * mailcap.el (mailcap-mime-data): Save sound.
8558
8559 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8560
8561         * message.el (message-ignored-supersedes-headers): Include
8562         `NNTP-Posting-Date'.
8563
8564 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8565
8566         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8567
8568 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569
8570         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8571         uudecode.
8572
8573 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * mm-decode.el (mm-display-external): Don't switch on save.
8576
8577 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8578
8579         * nnmail.el (nnmail-movemail-args): New variable.
8580
8581 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * gnus-art.el (article-translate-strings):
8584
8585 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8586
8587         * gnus-art.el (gnus-article-view-part): Use it.
8588         (gnus-mm-display-part): New function.
8589         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8590
8591         * mm-decode.el (mm-handle-displayed-p): New function.
8592
8593         * gnus-art.el (gnus-mime-copy-part): Create better names.
8594         (gnus-mime-button-line-format): Include dots spec.
8595
8596 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8597
8598       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8599       forward buffer first.
8600
8601 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * gnus-util.el (gnus-set-window-start): New function.
8604
8605         * message.el (message-send): Don't check changed.
8606
8607 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8608
8609         * gnus-art.el (gnus-article-setup-buffer): Set params.
8610
8611         * mm-decode.el (mm-user-display-methods): Inline
8612         "message/delivery-status".
8613
8614 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8615
8616         * message.el (message-auto-save-directory): Rename.
8617         (message-mode): Dof fix.
8618
8619         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8620         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8621
8622         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8623
8624         * message.el (message-make-date): Avoid locale.
8625
8626         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8627         cache.
8628
8629         * mm-decode.el (mm-display-inline): Goto point-min.
8630
8631         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8632
8633         * mm-decode.el (mm-display-external): Reverse before sorting.
8634
8635         * gnus-draft.el (gnus-draft-send): Allow mail.
8636
8637 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8638
8639         * message.el (message-check): Move message-check macro above where
8640         it is first used.
8641
8642         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8643
8644 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8645
8646         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8647
8648 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8649
8650         * gnus.el: Pterodactyl Gnus v0.34 is released.
8651
8652 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8653
8654         * mm-decode.el (mm-inline-media-tests): delivery-status.
8655
8656         * mm-view.el (mm-inline-text): Provide default.
8657
8658 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8659
8660         * mailcap.el (mailcap-possible-viewers): Fix nils.
8661
8662 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8665         (article-update-date-lapsed): Record the buffer.
8666         (article-update-date-lapsed): Do all windows that display article
8667         buffers.
8668
8669         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8670
8671         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8672
8673         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8674         annoations.
8675
8676         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8677
8678 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8679
8680         * gnus-agent.el (gnus-category-add): Change default category to
8681         'false.
8682
8683         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8684         scores.
8685
8686         * gnus-draft.el (gnus-draft-send): Check server more.
8687
8688         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8689         (gnus-article-goto-part): New function.
8690
8691         * mm-view.el (mm-inline-text): Insert richtext properly.
8692
8693         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8694
8695 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * parse-time.el (parse-time-rules): Accept dates far into the past
8698         and the future, and parse single-digit numbers as years.
8699
8700 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * mm-decode.el (mm-display-external): Chop off directories.
8703
8704 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8705
8706         * uudecode.el (uu-decode-region-external): Use
8707         insert-file-contents-literally.
8708
8709         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8710
8711 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8712
8713         * uudecode.el: New file.
8714
8715         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8716         x-uuencode.
8717
8718 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8721
8722         * message.el (message-fetch-field): Unfold properly.
8723
8724         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8725         in text/plain.
8726
8727 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728
8729         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8730         (gnus-auto-select-first): Removed.
8731         (gnus-auto-select-first): Extended.
8732         (gnus-summary-read-group-1): Use new value.
8733
8734 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8735
8736         * message.el (message-fix-before-sending): Space.
8737
8738         * nnmail.el (nnmail-find-file): Don't erase.
8739
8740 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8741
8742         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8743
8744 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8745
8746         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8747
8748 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8749
8750         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8751
8752 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8753
8754         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8755         20.4.
8756
8757 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * gnus-art.el (gnus-mime-view-all-parts): New command and
8760         keystroke.
8761
8762         * mm-decode.el (mm-display-external): Translate slashes.
8763
8764         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8765
8766         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8767
8768         * mm-decode.el (mm-quote-arg): Quote spaces.
8769         (mm-display-external): Quote args.
8770
8771 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8772
8773         * mm-decode.el (mm-inlinable-part-p): New function.
8774
8775 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8776
8777        * mm-util.el (mm-disable-multibyte): New function.
8778
8779 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8780
8781         * gnus.el: Pterodactyl Gnus v0.33 is released.
8782
8783 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8786
8787         * mm-decode.el (mm-display-external): Don't switch for externals.
8788         (mm-dissect-multipart): Don't include end-sep.
8789
8790         * mm-util.el (mm-get-coding-system-list): New function.
8791         (mm-coding-system-list): New variable.
8792
8793 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8794
8795         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8796
8797 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8798
8799         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8800         group
8801
8802 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8803
8804         * base64.el (base64-run-command-on-region): External base64
8805         decoder do not use coding system
8806
8807 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8808
8809         * mm-decode.el (mm-interactively-view-part): Typo.
8810
8811 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8812
8813         * mm-decode.el (mm-dissect-multipart): Display last part when the
8814         article has no close-delimiter
8815
8816 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8817
8818         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8819         content-type.
8820
8821 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8822
8823         * gnus-art.el (gnus-display-mime): Typo.
8824
8825 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8826
8827         * gnus.el: Pterodactyl Gnus v0.32 is released.
8828
8829 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8830
8831         * gnus-kill.el (gnus-batch-score): Protect against errors.
8832
8833         * gnus-art.el: Protect against broken headers.
8834
8835         * mm-decode.el (mm-display-external): Respect needsterm.
8836         (mm-display-external): Create buffer for external commands.
8837
8838 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839
8840         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8841
8842         * mm-decode.el (mm-display-external): Use file name.
8843
8844 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8845
8846         * gnus-util.el (gnus-output-to-rmail):  adjust to
8847           `rmail-output-to-rmail-file'
8848
8849 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8850
8851         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8852
8853         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8854         headers.
8855
8856         * gnus-art.el (article-decode-charset): Fold case.
8857
8858 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8859
8860         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8861
8862 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8863
8864         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8865         after being stored.
8866
8867 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8868
8869         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8870         come.
8871
8872 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * gnus-xmas.el (wid-edit): Required.
8875
8876         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8877
8878 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8879
8880         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8881
8882 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8883
8884         * gnus-art.el (article-decode-charset): Narrow to the correct
8885         region.
8886
8887         * mm-bodies.el: Fix autoload.
8888
8889 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8890
8891         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8892
8893 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8894
8895         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8896
8897 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898
8899         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8900         (gnus-article-add-button): Ditto.
8901
8902         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8903
8904         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8905         (gnus-article-prepare-display): Bind url-standalone-mode.
8906
8907         * mm-decode.el (mm-remove-part): Also delete directory.
8908         (mm-display-external): Create a private sub-dir.
8909
8910         * mailcap.el (mailcap-binary-suffixes): New variable.
8911         (mailcap-command-p): Use it.
8912
8913 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * nnmbox.el (nnmbox-request-group): Change server.
8916         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8917
8918         * message.el (message-encode-message-body): Don't stomp MIME
8919         headers.
8920
8921         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8922         unless useful.
8923         (gnus-summary-exit): Check for a live article buffer.
8924         (gnus-summary-exit-no-update): Ditto.
8925
8926         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8927         param.
8928
8929         * gnus-sum.el (gnus-article-decoded-p): New variable.
8930
8931         * mm-decode.el (mm-display-external): Use no-conv.
8932
8933         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8934         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8935
8936         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8937         mouse-click.
8938
8939 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8942
8943 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8944
8945         * gnus.el: Pterodactyl Gnus v0.31 is released.
8946
8947 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948
8949         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8950
8951         * mm-decode.el (mm-display-part): Accept no-default.
8952
8953         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8954         a parameter.
8955
8956         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8957         (gnus-summary-prepare-threads): Ditto.
8958
8959         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8960
8961         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8962         (gnus-mime-button-line-format): Doc fix.
8963         (gnus-insert-mime-button): Use it.
8964         (gnus-article-add-button): Use widget-convert-button.
8965
8966         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8967         ignore.
8968
8969         * mm-decode.el (mm-alternative-precedence): Ditto.
8970
8971 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8972
8973         * mm-decode.el (mm-user-automatic-display): Use enriched.
8974
8975 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8976
8977         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8978         right place.
8979
8980 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8983
8984         * gnus-art.el (article-update-date-lapsed): Only update header if
8985         buffer is dispalyed in frame.
8986         (gnus-article-prepare-display): New function.
8987         (gnus-article-prepare): Use it.
8988
8989 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8990
8991         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8992
8993         * mm-view.el (mm-insert-inline): New function.
8994
8995         * mm-decode.el (mm-pipe-part): Bugged.
8996
8997         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8998
8999         * mm-bodies.el (mm-encode-body): Move over the body.
9000
9001         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
9002
9003         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
9004
9005 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
9006
9007         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
9008           related functions.  Handle message/rfc822 parts.  Display subject on
9009           multipart summary lines.  Display name on sub-parts when available.
9010
9011 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9012
9013         * mailcap.el (mailcap-command-p): New version.
9014
9015 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
9016
9017         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
9018         groups.
9019
9020 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9021
9022         * message.el (message-make-date): Remove weekday name.
9023
9024         * mm-decode.el (mm-dissect-buffer): Protect against broken
9025         headers.
9026
9027         * mailcap.el (mailcap-command-in-path-p): New function.
9028         (mailcap-command-p): Renamed.
9029
9030 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9031
9032         * rfc2047.el (eval): Autoload.
9033
9034 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
9037         (gnus-multi-decode-encoded-word-string): New function.
9038         (gnus-encoded-word-method-alist): New variable.
9039         (gnus-decode-encoded-word-functions): Removed.
9040
9041 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
9042
9043         * gnus-int.el (gnus-request-replace-article): Replace
9044         message-narrow-to-headers with message-narrow-to-head
9045
9046 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * drums.el (drums-quote-string): Reversed match.
9049
9050         * message.el (message-make-date): Use weekday name.
9051
9052 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9053
9054         * gnus.el: Pterodactyl Gnus v0.30 is released.
9055
9056 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * gnus-art.el (article-decode-encoded-words): Use it.
9059         (gnus-decode-header-function): New variable.
9060
9061         * gnus-sum.el (gnus-nov-parse-line): Use it.
9062         (gnus-decode-encoded-word-function): New variable.
9063
9064         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
9065         buffer.
9066
9067         * gnus-art.el (gnus-insert-mime-button): Use widget.
9068         (gnus-widget-press-button): New function.
9069         (gnus-article-prev-button): Removed.
9070         (gnus-article-next-button): Ditto.
9071         (gnus-article-add-button): Ditto.
9072
9073         * gnus.el (gnus-article-mode-map): Inherit from widget.
9074         (gnus-article-mode-map): No, don't.
9075
9076         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9077         (mm-content-id-alist): New variable.
9078         (mm-get-content-id): New function.
9079
9080         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9081         articles if we are fetching to the article buffer.
9082
9083 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9084
9085         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9086         articles.
9087
9088 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9089
9090         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9091         (mm-default-mime-charset): New variable.
9092
9093         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9094
9095         * drums.el (drums-quote-string): Reversed test.
9096
9097 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9100         string.
9101
9102         * drums.el (drums-quote-string): New function.
9103
9104         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9105         (rfc2047-b-encode-region): Chop lines.
9106         (rfc2047-q-encode-region): Ditto.
9107
9108 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9109
9110         * gnus.el: Pterodactyl Gnus v0.29 is released.
9111
9112 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9113
9114         * mm-decode.el (mm-save-part): Message right.
9115
9116 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * drums.el (drums-parse-address): Returned a list instead of a
9119         string.
9120         (drums-remove-whitespace): Skip comments.
9121         (drums-parse-addresses): Didn't work.
9122
9123 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9124
9125         * gnus.el: Pterodactyl Gnus v0.28 is released.
9126
9127 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9130         starting point.
9131         (article-decode-encoded-words): Rename.
9132
9133         * message.el (message-narrow-to-headers-or-head): New function.
9134
9135         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9136         region.
9137
9138         * message.el (message-send-news): Encode body after checking
9139         syntax.
9140
9141         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9142
9143         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9144
9145         * gnus-art.el (gnus-display-mime): Respect disposition.
9146
9147         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9148
9149         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9150         text with annotations.
9151
9152         * message.el (message-make-date): Fix sign for negative time
9153         zones.
9154
9155         * mm-view.el (mm-inline-image): Insert a space at the end of the
9156         image.
9157
9158         * mail-parse.el: New file.
9159
9160         * rfc2231.el: New file.
9161
9162         * drums.el (drums-content-type-get): Removed.
9163         (drums-parse-content-type): Ditto.
9164
9165         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9166
9167 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9168
9169         * gnus.el: Pterodactyl Gnus v0.27 is released.
9170
9171 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9172
9173         * mm-decode.el (mm-alternative-precedence): New variable.
9174         (mm-preferred-alternative): New function.
9175
9176         * gnus-art.el (gnus-mime-copy-part): New command.
9177
9178         * mm-decode.el (mm-get-part): New function.
9179
9180         * mm-view.el: New file.
9181
9182         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9183         (mm-display-part): Default to mailcap-save-binary-file.
9184
9185 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9186
9187         * gnus.el: Pterodactyl Gnus v0.26 is released.
9188
9189 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9190
9191         * mm-decode.el (mm-interactively-view-part): New function.
9192
9193         * gnus-art.el (gnus-mime-view-part): New command.
9194
9195         * mm-decode.el (mm-last-shell-command): New variable.
9196
9197         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9198
9199         * mm-decode.el (mm-save-part): New function.
9200
9201         * gnus-art.el (article-decode-charset): Protect against buggy
9202         content-types.
9203         (gnus-mime-pipe-part): New command.
9204         (gnus-mime-save-part): New command.
9205         (gnus-mime-button-map): New keymap.
9206         (gnus-mime-button-line-format): New variable.
9207         (gnus-insert-mime-button): New function.
9208         (gnus-display-mime): Use it.
9209
9210         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9211
9212         * mm-decode.el (mm-inline-text): Decode charsets.
9213
9214         * gnus-art.el (gnus-article-save): Comment fix.
9215
9216         * gnus-int.el (gnus-start-news-server): When in batch, don't
9217         prompt.
9218
9219         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9220         decode.
9221
9222         * mm-decode.el (mm-inline-media-tests): Add audio.
9223         (mm-inline-audio): New function.
9224
9225 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9226
9227         * gnus-art.el (article-make-date-line): Didn't work.
9228
9229         * parse-time.el (parse-time-string): One too many nils.
9230
9231 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9232
9233         * gnus.el: Pterodactyl Gnus v0.25 is released.
9234
9235 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236
9237         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9238         annotations.
9239
9240         * gnus.el ((featurep 'gnus-xmas)): New
9241         'gnus-annotation-in-region-p alias.
9242
9243 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9244
9245         * mm-util.el (mm-with-unibyte-buffer): New function.
9246
9247         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9248
9249         * mm-decode.el (mm-inline-media-tests): New variable.
9250
9251         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9252
9253         * gnus-art.el (gnus-article-mime-handles): New variable.
9254
9255         * drums.el (drums-narrow-to-header): New function.
9256
9257         * gnus-art.el (article-decode-charset): Use it.
9258
9259         * drums.el (drums-content-type-get): New function.
9260
9261         * mm-util.el (mm-content-type-charset): Removed.
9262
9263         * drums.el (drums-syntax-table): @ is word.
9264         (drums-parse-content-type): New function.
9265
9266         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9267         EDT" times.
9268
9269         * gnus-util.el (gnus-date-get-time): Use safe date.
9270
9271         * gnus-sum.el (gnus-show-mime): Removed.
9272         (gnus-summary-toggle-mime): Removed.
9273
9274         * gnus-art.el (gnus-strict-mime): Removed.
9275         (gnus-article-prepare): Don't do MIME.
9276         (gnus-decode-encoded-word-method): Removed.
9277         (gnus-show-mime-method): Removed.
9278
9279 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9280
9281         * gnus.el: Pterodactyl Gnus v0.24 is released.
9282
9283 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9286         PREFIX.
9287
9288         * parse-time.el (parse-time-rules): Accept times that look like
9289         "h:mm".
9290
9291         * message.el (message-make-date): Use zone properly.
9292
9293         * gnus.el: Autoload gnus-batch.
9294
9295         * gnus-art.el (article-de-quoted-unreadable): Do not do
9296         gnus-article-decode-rfc1522.
9297
9298         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9299
9300         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9301         param.
9302
9303         * message.el (message-encode-message-body): Check for us-ascii.
9304
9305         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9306         to the left.
9307
9308 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9309
9310         * gnus-art.el (article-decode-charset): Rename.
9311
9312 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9313
9314         * gnus.el: Pterodactyl Gnus v0.23 is released.
9315
9316 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317
9318         * gnus-util.el (gnus-parent-id): Ditto.
9319         (gnus-put-text-property-excluding-newlines): Ditto.
9320
9321         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9322
9323 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9324
9325         * message.el (message-generate-headers): Generate User-Agent
9326         instead of X-Mailer & X-Newsreader.
9327
9328         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9329         User-Agent header format.
9330
9331 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9332
9333         * gnus.el: Pterodactyl Gnus v0.22 is released.
9334
9335 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9336
9337         * mm-util.el (mm-multibyte-p): Typo.
9338
9339 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9340
9341         * gnus.el: Pterodactyl Gnus v0.21 is released.
9342
9343 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9344
9345         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9346
9347 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * mm-util.el (mm-multibyte-p): New function.
9350
9351 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9352
9353         * gnus.el: Pterodactyl Gnus v0.20 is released.
9354
9355 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356
9357         * rfc2047.el (rfc2047-decode-region): Only decode when in
9358         multibyte.
9359
9360         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9361
9362         * gnus-int.el (gnus-request-replace-article): Encode.
9363         (gnus-request-accept-article): Encode.
9364
9365         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9366         here.
9367
9368         * gnus.el (gnus-article-display-hook): Take the charset functions
9369         out.
9370
9371         * time-date.el (safe-date-to-time): New function.
9372
9373         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9374
9375 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9376
9377         * gnus.el: Pterodactyl Gnus v0.19 is released.
9378
9379 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9380
9381         * base64.el (base64-encode-region): Accept no-line-break.
9382
9383         * mm-util.el (mm-mime-charset): New function.
9384
9385         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9386
9387 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9388
9389         * gnus.el: Pterodactyl Gnus v0.18 is released.
9390
9391 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * message.el (message-send-and-exit): Return t on success.
9394         (message-make-date): Make a proper time zone.
9395
9396         * gnus-draft.el (gnus-draft-send): Only remove article if the
9397         sending is successful.
9398
9399         * drums.el (drums-get-comment): Return the last comment.
9400         (drums-parse-address): Parse old-style From headers.
9401
9402 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9403
9404         * gnus-sum.el (gnus-data-compute-positions): Move below
9405         `gnus-save-hidden-threads' so the former is correctly detected as
9406         a macro.
9407
9408 1998-09-06  Dave Love  <fx@gnu.org>
9409
9410         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9411         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9412         time for nicer failure if it's not available.
9413
9414 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * time-date.el (time-to-seconds): Renamed.
9417
9418         * parse-time.el (parse-time-string): Downcase before handling.
9419         (parse-time-rules): Times without seconds have 0 seconds.
9420
9421         * rfc2047.el (rfc2047-encode-region): New version.
9422         (rfc2047-dissect-region): New function.
9423
9424 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425
9426         * message.el (message-make-date): Use symbolic zone.
9427
9428 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9429
9430         * time-date.el (parse-time): Always use parse-time.
9431
9432         * parse-time.el (parse-time-syntax): Use vectors.
9433
9434 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9435
9436         * gnus.el: Pterodactyl Gnus v0.17 is released.
9437
9438 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9439
9440         * time-date.el: Renamed from "date".
9441
9442         * gnus.el: Removed all timezone dependencies.
9443
9444         * score-mode.el: Removed.
9445         (gnus-score-edit-insert-date): Use date.
9446
9447         * date.el (float-to-time): New function.
9448
9449         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9450
9451         * date.el (time-to-float): New function.
9452
9453         * message.el (message-make-date): Use format-time-string.
9454         (message-make-expires): Use make-date.
9455
9456         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9457
9458         * gnus-util.el (gnus-dd-mmm): Use date.
9459         (gnus-sortable-date): Ditto.
9460
9461         * message.el (message-make-date): Take an optional time.
9462
9463         * gnus: Applied patches from 5.6.43.
9464
9465         * date.el (if): Use parse-time.
9466
9467         * gnus-score.el (gnus-summary-score-entry): Make into a command
9468         again.
9469
9470         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9471         gnus-agent.
9472
9473         * gnus.el (gnus-agent-meta-information-header): Moved here.
9474
9475 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9476
9477         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9478         (gnus-agent-fetch-group-1): Score article headers using normal
9479         group score files if the download score rule of a category/group
9480         is `file'.
9481         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9482         deciding what articles to download.
9483         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9484         predicate processing if predicate is `true' or `false'.
9485
9486 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9487
9488         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9489
9490         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9491
9492         * score-mode.el (score-mode-coding-system): New variable.
9493         (gnus-score-edit-exit): Use it.
9494
9495 1998-09-04  Jason R Mastaler  <jason@4b.org>
9496
9497         * drums.el: Corrected typo.
9498
9499 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9500
9501         * mm-bodies.el (mm-body-encoding): Faster version.
9502
9503 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * gnus-art.el (gnus-article-decode-charset): Only decode text
9506         things.
9507
9508         * message.el (message-output): Use rmail.
9509
9510         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9511         word part.
9512
9513         * mm-util.el (mm-charset-to-coding-system): Use
9514         rfc2047-default-charset.
9515         (mm-known-charsets): New variable.
9516
9517         * message.el (message-caesar-region): Bugged out.
9518
9519 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9520
9521         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9522         specifying `agent-predicate' in a group's parameters.
9523
9524 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9525
9526         * gnus.el: Pterodactyl Gnus v0.16 is released.
9527
9528 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * nnmail.el (nnmail-expired-article-p): Use predicate.
9531
9532         * date.el (time-less-p): Renamed.
9533
9534         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9535         from the headers.
9536
9537         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9538         functions.
9539
9540         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9541         all.
9542         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9543         to all functions.
9544
9545 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9546
9547         * gnus.el: Pterodactyl Gnus v0.15 is released.
9548
9549 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * date.el: New file.
9552
9553         * gnus-util.el (gnus-encode-date): Removed.
9554         (gnus-time-less): Ditto.
9555
9556         * nnmail.el (nnmail-date-to-time): Removed.
9557         (nnmail-time-less): Ditto.
9558         (nnmail-days-to-time): Ditto.
9559         (nnmail-time-since): Ditto.
9560
9561         * drums.el: New file.
9562
9563 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9564
9565         * message.el (message-encode-message-body): Encode headers with
9566         body encoding.
9567
9568         * rfc2047.el (rfc2047-default-charset): Renamed.
9569         (rfc2047-encodable-p): Use it.
9570
9571         * base64.el (mm-util): Required.
9572
9573 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9574
9575         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9576         servers.
9577
9578         * gnus-util.el (gnus-output-to-rmail): Removed.
9579
9580         * gnus-art.el (gnus-summary-save-in-rmail): Use
9581         gnus-output-to-rmailrmail-output-to-rmail-file.
9582
9583         * rfc2047.el (rfc2047-decode-region): Fold case.
9584         (rfc2047-decode): Use decode-string.
9585
9586         * mm-util.el: Provide mm-char-int.
9587
9588 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9589
9590         * gnus.el: Pterodactyl Gnus v0.14 is released.
9591
9592 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9595         sure we have 7bit.
9596
9597 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9600         ducplicates.
9601         (gnus-inews-insert-mime-headers): Removed.
9602
9603         * message.el (message-caesar-region): Protect against MULE chars.
9604
9605 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9606
9607         * mm-util.el (if): fset the right function.
9608
9609 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * gnus-art.el (gnus-article-decode-charset): Use real
9612         read-coding-system.
9613
9614 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * mm-bodies.el (mm-decode-body): Protect against malformed
9617         base64.
9618         (mm-decode-body): Check that buffer-file-coding-system is
9619         non-nil.
9620
9621 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9622
9623         * gnus.el: Pterodactyl Gnus v0.13 is released.
9624
9625 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * gnus-util.el (gnus-strip-whitespace): Already defined.
9628         Removed.
9629
9630         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9631
9632         * gnus-util.el (gnus-strip-whitespace): New function.
9633
9634         * mm-util.el (mm-content-type-charset): Downcase.
9635
9636 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9639         (gnus-article-decode-charset): Don't fetch all headers.
9640
9641         * mm-util.el (mm-read-coding-system): New function.
9642
9643         * mm-bodies.el (mm-decode-body): Check the right charset.
9644
9645         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9646
9647         * gnus-art.el (gnus-article-mode-line-format): Use short group
9648         format.
9649
9650 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9651
9652         * gnus.el: Pterodactyl Gnus v0.12 is released.
9653
9654 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9657
9658         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9659         (gnus-article-decode-charset): Always run.
9660
9661         * mm-bodies.el (mm-decode-body): Decode cte.
9662
9663 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9664
9665         * gnus.el: Pterodactyl Gnus v0.11 is released.
9666
9667 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * message.el (message-encode-message-body): Ditto.
9670
9671         * gnus-art.el (gnus-article-decode-mime-words): New command and
9672         keystroke.
9673         (gnus-article-decode-charset): Ditto.
9674         (gnus-article-decode-charset): Only work under MULE.
9675
9676         * mm-util.el (mm-content-type-charset): New function.
9677
9678         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9679
9680         * message.el (message-send-mail): Insert MIME headers.
9681         (message-check-news-body-syntax): Don't warn for escape sequences.
9682         (message-check-news-body-syntax): Insert MIME headers.
9683
9684         * mm-bodies.el (mm-body-encoding): New function.
9685
9686         * message.el (message-encode-message-body): New function.
9687
9688         * mm-bodies.el: New file.
9689
9690         * mm-util.el (mm-narrow-to-head): New function.
9691
9692         * rfc2047.el (rfc2047-encode): Use it.
9693
9694         * mm-util.el: Provide mm-encode-coding-region.
9695
9696         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9697
9698         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9699
9700         * mm-util.el (mm-enable-multibyte): New function.
9701
9702         * message.el (message-set-work-buffer): Set multibyte.
9703
9704         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9705
9706         * gnus-util.el (gnus-point-at-eol): Removed.
9707         (gnus-point-at-bol): Ditto.
9708
9709         * base64.el (base64-decode-region): Commented out messaging.
9710
9711 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9712
9713         * gnus-msg.el (gnus-group-mail): make it behave like
9714         gnus-group-post-news with regards to the prefix (this enables the
9715         use of posting styles).
9716
9717 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9718
9719         * gnus.el (gnus-article-display-hook): Added
9720         gnus-article-decode-rfc1522 to hook.
9721
9722 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9723
9724         * gnus.el: Pterodactyl Gnus v0.10 is released.
9725
9726 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9727
9728         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9729         hook to be run.
9730
9731 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732
9733         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9734
9735         * mm-util.el (mm-charsets-in-region): Removed.
9736
9737         * rfc2047.el: Renamed file.
9738
9739         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9740
9741         * message.el (message-mode): Set multibyte.
9742
9743         * mm-util.el (mm-charsets-in-region): Copied here.
9744
9745         * gnus-util.el: Removed gnus-truncate-string.
9746
9747         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9748
9749         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9750         (rfc1522-encodable-p): New function.
9751         (rfc1522-encode-message-header): Use it.
9752
9753 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9754
9755         * gnus.el: Pterodactyl Gnus v0.9 is released.
9756
9757 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758
9759         * mm-util.el: Shadow encode-coding-string.
9760
9761         * base64.el (base64-encode-region): Don't add newline.
9762
9763         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9764
9765         * mm-util.el: New file.
9766
9767         * mm-decode.el: Somewhat depleted.
9768         * mm-encode.el: Ditto.
9769
9770         * rfc1522.el: New file.
9771
9772         * mm-util.el (mm-replace-chars-in-string): Copied here.
9773
9774         * mm-encode.el (mm-q-encode-region): New function.
9775
9776         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9777         param.
9778
9779         * mm-encode.el (mm-encode-word-region): Downcase.
9780
9781 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9782
9783         * gnus.el: Pterodactyl Gnus v0.8 is released.
9784
9785 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * message.el (message-send-mail): Encode headers.
9788
9789         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9790         (quoted-printable-encode-region): Upcase.
9791
9792         * message.el (message-default-charset): New variable.
9793
9794         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9795
9796         * message.el (message-narrow-to-field): Changed name.
9797
9798         * mm-encode.el: New file.
9799
9800         * message.el (message-narrow-to-header): New function.
9801
9802         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9803         right buffer.
9804
9805 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9806
9807         * gnus.el: Pterodactyl Gnus v0.7 is released.
9808
9809 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * gnus.el: Remove autoload for
9812         gnus-article-mime-decode-quoted-printable.
9813
9814         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9815         be decoded in non-MULE Emacsen.
9816
9817         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9818
9819 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9820
9821         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9822
9823 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * mm-decode.el: Check for coding-system-list.
9826
9827 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9828
9829         * gnus.el: Pterodactyl Gnus v0.6 is released.
9830
9831 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832
9833         * nnheader.el (fboundp): Protect code-coding-string.
9834
9835         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9836         is available.
9837
9838 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9839
9840         * gnus.el: Pterodactyl Gnus v0.5 is released.
9841
9842 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9845         (gnus-hack-decode-rfc1522): Removed.
9846
9847         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9848
9849 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9850
9851         * gnus.el: Gnus v0.4 is released.
9852
9853 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9854
9855         * gnus-art.el (gnus-article-decode-mime-words): New command and
9856         keystroke.
9857
9858         * qp.el (quoted-printable-decode-region): Don't use hexl.
9859
9860         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9861
9862         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9863         (gnus-structured-field-decoder): Removed.
9864         (gnus-unstructured-field-decoder): Ditto.
9865
9866         * mm-decode.el: New file.
9867
9868         * qp.el: New file.
9869
9870         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9871
9872         * gnus-ems.el (fboundp): Removed gnus-split-string.
9873
9874         * gnus.el (gnus-splash-face): Doc fix.
9875
9876         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9877
9878         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9879         hexl.
9880
9881         * nnheader.el (nnheader-temp-write): Removed.
9882
9883 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9884
9885         * gnus.el: Gnus v0.3 is released.
9886
9887 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9888
9889         * gnus.el: Gnus v0.2 is released.
9890
9891 ;; Local Variables:
9892 ;; coding: iso-2022-7bit
9893 ;; End: