2000-10-09 22:50:05 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2000-10-09 22:50:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * base64.el (base64-decode-region): Just give a message if the end
4         is not sane.
5
6 2000-10-09 20:09:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7
8         * rfc2047.el (rfc2047-encode-message-header): Move fold into
9         encode-region.
10         (rfc2047-dissect-region): Rewrite.
11         (rfc2047-encode-region): Rewrite.
12         (rfc2047-fold-region): Fold 
13         (rfc2047-unfold-region): New function.
14         (rfc2047-decode-region): Use it.
15         (rfc2047-q-encode-region): Don't break at bob.
16
17 2000-10-09 17:12:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
18
19         * nntp.el (nntp-open-connection): Kill process buffer when quit.
20         (nntp-connection-timeout): Add a note. SIGALRM is ignored in both
21         FSF Emacs 20 and XEmacs 21.
22         * gnus-agent.el (gnus-agent-fetch-session): Catch quit.
23
24 2000-10-09  Dave Love  <fx@gnu.org>
25
26         * gnus-audio.el: Don't require cl.
27         (gnus-audio): New custom group.
28         (gnus-audio-inline-sound): Change to work with Emacs.
29         (gnus-audio-directory, gnus-audio-directory) 
30         (gnus-audio-au-player):  Customize.
31         (gnus-audio-play): Try external player if play-sound-file fails.
32         Use file-name-extension, not string-match.
33
34         * gnus-art.el (article-de-quoted-unreadable)
35         (article-de-base64-unreadable): Fold search case rather than
36         downcasing string.  Apply mm-charset-to-coding-system to arg of
37         quoted-printable-decode-region.
38         (gnus-article-dumbquotes-map): Fix dashes.
39         (gnus-button-mailto, gnus-button-embedded-url): Doc fix.
40         (gnus-button-reply): Just alias it.
41
42 2000-10-09  Stefan Monnier  <monnier@cs.yale.edu>
43
44         * mm-encode.el: Require CL.  At least, for `incf'.
45
46         * nnfolder.el (nnfolder-ignore-active-file): Typos.
47
48         * gnus-mh.el (gnus-summary-save-in-folder): Obey mh-lib-progs.
49
50         * gnus-kill.el (gnus-kill): Typo.
51
52 2000-10-09  Gerd Moellmann  <gerd@gnu.org>
53
54         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
55
56 2000-10-09  Simon Josefsson  <simon@josefsson.org>
57
58         * nnimap.el (nnimap-group-overview-filename): Create directory for
59         newfile (when use long filenames is nil).  Copy+delete file if
60         rename didn't work.
61         (nnimap-group-overview-filename): `rename-file' and `copy-file'
62         doesn't return anything useful, use ignore-errors instead.
63
64 2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
65
66         * dgnushack.el (dgnushack-compile): Delete old elc files first.
67
68 2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
69
70         * gnus-ems.el (gnus-kill-all-overlays): Move here.
71         * gnus-util.el (gnus-kill-all-overlays): Move out.
72         * gnus-sum.el (gnus-cache-write-active): Auto load.
73         * lpath.el: Shut up.
74         * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
75         asynchronous in Exp version.
76
77 2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
78
79         * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
80         * gnus-ems.el: Autoload smiley.
81         * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
82
83 2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
84
85         * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
86         (gnus-summary-select-article): Don't enable multibyte here.
87         (gnus-summary-goto-article): Ditto.
88
89 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
90
91         * gnus-draft.el (gnus-draft-send-message): Typo.
92
93 2000-10-08  Simon Josefsson  <simon@josefsson.org>
94
95         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
96         uid validity changes.
97         (nnimap-group-overview-filename): Store uidvalidity in filenames.
98         Rename old files into new format.
99
100 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
101
102         * mm-util.el (mm-enable-multibyte-mule4): New.
103         (mm-disable-multibyte-mule4): New.
104         * gnus-sum.el (gnus-summary-mode): Use it.
105         (gnus-summary-select-article): Ditto.
106         (gnus-summary-goto-article): Use enable multibyte.
107         * rfc2047.el (rfc2047-decode): Use unibyte.
108
109 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
110
111         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
112
113 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
114
115         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
116         break point.
117         (rfc2047-fold-region): Don't break the first non-LWSP characters.
118
119 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
120
121         * gnus.el (gnus-agent-fetching): New variable.
122         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
123         * gnus-score.el (gnus-score-body): Don't score body when
124         agent-fetching.
125         (gnus-score-followup): Don't score followup either. 
126
127 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
128
129         * gnus-art.el: Define dynamic variables in eval-when-compile.
130         * message.el (message-sending-message): New variable.
131         (message-send): Use it.
132         * gnus-draft.el (gnus-draft-send-message): Ditto.
133         (gnus-group-send-drafts): Ditto.
134
135 2000-10-06  Dave Love  <fx@gnu.org>
136
137         * gnus-audio.el: Don't require cl.
138         (gnus-audio): New custom group.
139         (gnus-audio-inline-sound): Change to work with Emacs.
140         (gnus-audio-directory, gnus-audio-directory) 
141         (gnus-audio-au-player):  Customize.
142         (gnus-audio-play): Try external player if play-sound-file fails.
143         Use file-name-extension, not string-match.
144
145 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
146
147         * gnus-art.el (gnus-article-prepare): Configure it again.
148
149 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
150
151         * message.el (message-default-charset): Default value for non-Mule
152         Emacsen.
153
154 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
155
156         * message.el (message-alternative-emails): New.
157         (message-use-alternative-email-as-from): New.
158         (message-setup): Use them.
159
160 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
161
162         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
163         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
164
165         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
166         gnus-overlay-start.
167         * gnus.el: Ditto.
168         * gnus-art.el (gnus-insert-mime-button): Use them.
169
170 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
171
172         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
173         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
174
175 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
176
177         * qp.el (quoted-printable-encode-region): Use
178         mm-with-unibyte-current-buffer within narrowed region.
179
180 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
181
182         * webmail.el (webmail-type-definition): Fix my-deja open url.
183
184 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
185
186         * message.el (message-setup-fill-variables): New variable.
187         (message-mode): Use it.
188
189 2000-10-05  Dave Love  <fx@gnu.org>
190
191         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
192         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
193
194         * binhex.el: Use defalias, not fset.
195
196         * rfc1843.el: Require cl when compiling.
197
198 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
199
200         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
201
202 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
203
204         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
205         adjacent.
206
207 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
208
209         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
210         (mm-find-charset-region): Merge conditions, delete ascii.
211         (mm-charset-after): Rewrite.
212         * mm-bodies.el (mm-encode-body): Use it.
213
214 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
215
216         * webmail.el (webmail-hotmail-list): Fix.
217
218 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
219
220         * nnimap.el (require): cl.
221
222 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
223
224         * gnus-art.el (gnus-article-prepare): Configure windows before
225         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
226         window might be overrided.
227
228 2000-10-04  Dave Love  <fx@gnu.org>
229
230         * gnus-ems.el (gnus-article-display-xface)
231         [gnus-article-compface-xbm]: Fix.
232         (gnus-x-splash): Bind width, height.
233
234 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
235
236         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
237         when it is called interactively.
238
239 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
240
241         * gnus-art.el (gnus-mime-action-alist): New variable.
242         (gnus-mime-action-on-part): Use it.
243         (gnus-mime-button-commands): Add command ".".
244
245 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
246
247         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
248
249 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
250
251         * lpath.el: "." is in the load-path because dgnushack.el.
252
253 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
254
255         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
256
257         * nnheader.el: ditto
258
259         * mm-util.el: ditto
260
261         * message.el: ditto
262
263         * binhex.el: ditto
264
265         * gnus-audio.el: removed unnecessary xemacs test
266
267         * earcon.el: ditto
268         
269 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * nnweb.el (nnweb-decode-entities): Work for non-character
272         entities. 
273
274 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * gnus.el: Message the quit parts.
277
278 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
279
280         * mail-source.el (mail-source-fetch-maildir): Don't insert
281         newlines.
282
283 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
284
285         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
286         lpath.el. Don't compile base64.el if there is builtin base64.
287
288 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
289
290         * base64.el (Repository): Use featurep for XEmacs test.
291
292 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
293
294         * nntp.el (nntp-retrieve-data): Don't ignore quit.
295
296 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
297
298         * gnus-art.el (gnus-article-banner-alist): New variable.
299         (article-strip-banner): Use it.
300         * gnus-cus.el (gnus-group-parameters): Allow symbol.
301
302 2000-10-02  Dave Love  <fx@gnu.org>
303
304         * smiley-ems.el: New file.
305
306         * gnus-ems.el (gnus-smiley-display): Autoload.
307         (mouse-set-point, set-face-foreground, set-face-background)
308         (x-popup-menu): Don't clobber these.
309         (gnus-article-compface-xbm): New variable.
310         (gnus-article-display-xface): Move graphic test.  Use unibyte.
311         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
312
313         * mml.el (require): Fix typo.
314         (mml-parse-1): Modify unknown encoding prompt.
315
316         * mail-source.el (mail-sources): Revert to nil.
317
318         * nnmail.el (nnmail-spool-file): Revert previous change.
319
320         * gnus.el: Don't require custom, message.
321         (gnus-message-archive-method): Wrap initializer in progn and
322         require message here.
323
324 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
325
326         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
327         image's :ascent to 80.  That gives a mode-line which is approx.
328         as tall as the normal one.
329
330 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
331
332         * webmail.el (webmail-hotmail-list): Fix.
333
334 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
335
336         Don't postpone GCC if none of GCC methods is agent-covered.  This
337         fix presumes that the post-method must be agent-covered if any Gcc
338         method is agent-covered.
339
340         * gnus-msg.el (gnus-inews-group-method): New function.
341         (gnus-inews-do-gcc): Use it.
342         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
343         (gnus-agent-possibly-save-gcc): Use it.
344         (gnus-agent-possibly-do-gcc): Ditto.
345
346 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
347
348         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
349         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
350
351 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
352
353         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
354         webmail-hotmail-list): Update.
355
356 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
357
358         * mail-source.el (mail-source-report-new-mail): Use
359         nnheader-cancel-timer.
360
361 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
362
363         * lpath.el (overlay-*): Shut up.
364         * dgnushack.el: Two implementations of smiley.
365
366 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
367
368         * gnus-ml.el: Usage.
369         (gnus-mailing-list-archive, gnus-mailing-list-owner,
370         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
371         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
372         (gnus-mailing-list-menu): Define it.
373         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
374         
375         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
376
377 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
378
379         * webmail.el (webmail-my-deja-*): Rewrite.
380
381 2000-09-30  Simon Josefsson  <simon@josefsson.org>
382
383         * nnimap.el (nnimap-request-accept-article): Remove \n's from
384         From_ lines.
385
386 2000-08-05  Simon Josefsson <simon@josefsson.org>
387
388         Make GCC to remote groups work when unplugged
389         (postpone GCC until message is actually sent).
390
391         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
392
393         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
394         (gnus-agent-restore-gcc): 
395         (gnus-agent-possibly-save-gcc): New functions.
396
397         * gnus-msg.el (gnus-inews-add-send-actions): Use
398         `gnus-agent-possibly-do-gcc' if Agentized.
399         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
400         to `message-header-hook'.
401
402         * gnus.el (gnus-agent-gcc-header): New variable.
403
404 2000-07-13  Simon Josefsson <simon@josefsson.org>
405
406         Asks the user to synch flags with server when you plug in.
407
408         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
409         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
410         (gnus-agent-toggle-plugged): Call it.
411         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
412         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
413         (gnus-agent-possibly-synchronize-flags): New function.
414         (gnus-agent-possibly-synchronize-flags-server): New function.
415
416 2000-09-30  Simon Josefsson  <simon@josefsson.org>
417
418         * starttls.el: New file, by Daiki Ueno.
419
420 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
421
422         * message.el (message-make-in-reply-to): In-Reply-To is message-id
423         (see DRUMS).
424         
425 2000-09-29  Simon Josefsson  <simon@josefsson.org>
426
427         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
428         prefetch.
429
430 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
433         sending a command; allow the rtelnet prompt as well.
434
435 2000-09-29  Simon Josefsson  <simon@josefsson.org>
436
437         * message.el (message-send): Make sure error is signalled if no
438         send method is specified.
439
440 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
441
442         * qp.el (quoted-printable-encode-region): Wrap with
443         `mm-with-unibyte-current-buffer'.
444
445 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
446
447         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
448           McEwan's proposal.
449         
450 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
451
452         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
453         the GNU assignment issue.
454
455 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
456
457         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
458
459 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
460
461         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
462
463 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
464
465         * gnus-art.el (article-strip-banner): Use
466         gnus-group-find-parameter rather than gnus-group-get-parameter, to
467         allow inheritance on the banner.
468         From elkin@tverd.astro.spbu.ru.
469
470 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
471
472         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
473
474 2000-09-26  Dave Love  <fx@gnu.org>
475
476         * gnus-draft.el: Don't require gnus-agent.
477
478         * mm-view.el: Use featurep for XEmacs test.
479         (mm-inline-message): Test for `remove-specifier'; don't use
480         condition-case.
481
482 2000-09-24  Simon Josefsson  <simon@josefsson.org>
483
484         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
485
486         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
487         support ACL's.
488
489         * nnimap.el (nnimap-acl-get): Check capability.
490
491         * mail-source.el (mail-source-imap-file-coding-system): New variable.
492         (mail-source-fetch-imap): Use it.
493
494         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
495         (rfc2104-hash): Use it.
496
497         * imap.el (imap-starttls-p): Check for starttls binary.
498         (imap-starttls-open): More verbose.
499         (imap-gssapi-auth): Ditto.
500         (imap-kerberos4-auth): Ditto.
501         (imap-cram-md5-auth): Ditto.
502         (imap-login-auth): Ditto.
503         (imap-anonymous-auth): Ditto.
504         (imap-digest-md5-auth): Ditto.
505         (imap-open): Ditto.
506         (imap-digest-md5-p): Check capability first.
507
508 2000-09-24  Simon Josefsson  <simon@josefsson.org>
509
510         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
511         (imap-login-p): Support LOGINDISABLED.
512
513 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
514
515         * rfc2104.el: Add SHA-1 example.
516
517 2000-09-22  Simon Josefsson  <simon@josefsson.org>
518
519         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
520
521 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
522
523         * lpath.el: Bind nnkiboze-score-file.
524
525 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
526
527         * gnus-score.el (gnus-score-use-all-scores): New variable.
528         (gnus-all-score-files): Use it.
529         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
530         (nnkiboze-enter-nov): Fix it when there is no xref.
531         (nnkiboze-generate-groups): List groups.
532         * gnus-group.el (gnus-group-make-kiboze-group): Use 
533         nnkiboze-score-file.
534         
535         * nnkiboze.el (nnkiboze-request-article): Use
536         gnus-cache-request-article.
537         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
538
539 2000-07-16 Dmitry Bely <dbely@mail.ru>
540
541         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
542
543 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
544
545         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
546
547 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
548
549         * message.el (message-default-charset): Set default value in
550         non-MULE XEmacsen as iso-8859-1.
551
552 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
553
554         * gnus-demon.el: Use (featurep 'xemacs).
555         * gnus-agent.el: timer vs. itimer.
556         * mail-source.el: Ditto.
557
558 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
559
560         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
561         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
562         * gnus-sum.el (gnus-nov-parse-line): Ditto.
563         * nnkiboze.el (nnkiboze-file-coding-system): New.
564         (nnkiboze-retrieve-headers): Use it.
565         (nnkiboze-request-group): Ditto.
566         (nnkiboze-close-group): Ditto.
567         (nnkiboze-generate-group): Ditto.
568         (nnkiboze-enter-nov): Insert first Xref properly.
569
570 2000-09-19  Dave Love  <fx@gnu.org>
571
572         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
573         (nnmail-get-new-mail): Test `sources' in top-level conditional.
574
575         * mail-source.el (mail-sources): Change default to '((file)).
576         Add useful custom type.
577
578 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
579
580         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
581         year).
582         (gnus-date-iso8601): Ditto.
583
584 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
585
586         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
587
588 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
589
590         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
591         pattern. Avoid using 8 bit chars.
592         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
593
594 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
595
596         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
597         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
598         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
599         functions are not implemented yet.
600         
601         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
602         x-overlay.el from the FSF Emacs black list.
603
604 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
605
606         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
607         (mm-inline-media-tests): Ditto.
608         (mm-automatic-display): Ditto.
609         * mm-view.el (mm-display-inline-fontify): Generalize from 
610         mm-display-patch-inline. 
611         (mm-display-patch-inline): Use it.
612         (mm-display-elisp-inline): Ditto.
613         
614 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
615
616         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
617         (gnus-topic-unmark-topic): Ditto.
618         (gnus-topic-mark-topic): Ditto.
619         (gnus-topic-get-new-news-this-topic): Use it.
620
621 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
622
623         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
624         display xface.
625
626 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
627
628         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
629         zombie or killed groups.
630         
631 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
632
633         * mml.el (mml-preview): Reinsert unibyte content. 
634         (mml-parse-1): Remove with-unibyte-current-buffer.
635         (mml-generate-mime-1): Ditto.
636         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
637         * message.el (message-forward): Ditto.
638
639 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
640
641         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
642         original article buffer.
643         (article-de-base64-unreadable): Ditto.
644         (article-wash-html): Ditto.
645
646 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
647
648         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
649         unless forward-show-mml.
650
651 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
652
653         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
654         (gnus-summary-save-parts-last-directory): New.
655         (gnus-summary-save-parts): Save history.
656
657 2000-09-14 Ben Gertzfield <che@debian.org>
658
659         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
660         variable.
661         (gnus-summary-save-parts): Use it.
662
663 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
664
665         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
666         * gnus-sum.el (gnus-summary-exit): Ditto.
667         (gnus-summary-exit-no-update): Ditto.
668         (gnus-summary-show-article): Ditto.
669
670 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
671
672         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
673         Content-Disposition.
674
675 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
676
677         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
678
679 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
680
681         * gnus-art.el (gnus-article-setup-buffer): Set
682         gnus-article-mime-handles to nil.
683         * gnus-sum.el (gnus-summary-exit): Ditto.
684         (gnus-summary-exit-no-update): Ditto.
685         (gnus-summary-show-article): Ditto.
686         (gnus-summary-save-parts): Use gnus-article-mime-handles if
687         dissected.
688         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
689
690 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
691
692         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
693         (gnus-sort-threads-1): New function. Sort threads recursively.
694         (gnus-sort-threads): Use it.
695         (gnus-sort-gathered-threads): Doc fix.
696
697 2000-09-13  Dave Love  <fx@gnu.org>
698
699         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
700
701         * gnus-ems.el (gnus-ems-redefine): Don't alias
702         gnus-summary-set-display-table.
703
704         * message.el (message-user-agent): Don't wrap ignore-errors around
705         it.
706
707         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
708         `format'.
709         (mm-content-transfer-encoding): Don't use cadar.
710
711         * uudecode.el (uudecode-decoder-program) 
712         (uudecode-decoder-switches): Customize.
713
714         * gnus-score.el (gnus-home-score-file): Improve custom type.
715
716         * gnus-cus.el (gnus-custom-mode): Conditionally set local
717         variables for Emacs 21.
718         (gnus-group-customize): Disable undo while laying out the buffer.
719
720 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
721
722         * gnus-util.el (gnus-write-active-file): Bind
723         coding-system-for-write.
724
725 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
726
727         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
728         
729         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
730         * gnus-kill.el (gnus-batch-score): Ditto.
731         * gnus-move.el (gnus-change-server): Ditto.
732         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
733
734 2000-09-12  Simon Josefsson  <simon@josefsson.org>
735
736         * gnus-sum.el (gnus-update-read-articles): Undo
737         `gnus-request-set-mark' operation.
738
739 2000-09-11  Dave Love  <fx@gnu.org>
740
741         * Changelog: Use iso-2022 coding.
742
743         * gnus-msg.el (gnus-msg-mail): New function.
744         (gnus-user-agent): New mail agent.
745
746 2000-09-10  Dave Love  <fx@gnu.org>
747
748         * message.el: Require mail-abbrevs for XEmacs for a problem with
749         keybinding despite the autoloads for it.
750
751 2000-09-08  Simon Josefsson  <simon@josefsson.org>
752
753         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
754
755         * nnimap.el (nnimap-request-update-info-internal): Remove tick
756         marks from dormant articles. (See nnimap-request-set-mark.)
757         (nnimap-retrieve-headers-progress): Demule.
758         (nnimap-open-server): Call nnoo-change-server twice, once for
759         getting the nnimap-server-buffer and once for letting n-c-s set
760         the variables in that buffer.
761
762 2000-09-08  David Edmondson <dme@dme.org>
763
764         * gnus.el (gnus-short-group-name): Guess separator.
765
766 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
767
768         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
769         XEmacs as well.
770
771 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
772
773         * gnus-group.el (gnus-group-insert-group-line): Fix.
774
775 2000-09-04  Dave Love  <fx@gnu.org>
776
777         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
778         (mm-get-image): Avoid the losing `make-glyph' from W3.
779
780 2000-09-03  Simon Josefsson  <simon@josefsson.org>
781
782         * gnus-sum.el (gnus-summary-delete-article): Check server.
783
784 2000-09-01  Simon Josefsson  <simon@josefsson.org>
785
786         * imap.el (imap-parse-flag-list): Rewrite.
787
788         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
789
790         * imap.el (imap-parse-flag-list): Hack.
791
792 2000-08-29  Dave Love  <fx@gnu.org>
793
794         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
795
796         * dgnushack.el (mapcon, union): Remove compiler macros.
797
798         * gnus-agent.el (gnus-agent-union): new function.
799         (gnus-agent-fetch-headers): Use it.
800
801         * gnus.el (gnus-group-startup-message): Specify foreground and
802         background for xpm image.  Centre image vertically.
803         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
804
805 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
806
807         * message.el (message-send-mail): Narrow-to-headers.
808
809 2000-08-24  Dave Love  <fx@gnu.org>
810
811         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
812         21.
813
814 2000-08-23  Dave Love  <fx@gnu.org>
815
816         * dgnushack.el: Remove `member-if' compiler macro.
817
818 2000-08-21  Dave Love  <fx@gnu.org>
819
820         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
821
822 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
823
824         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
825         permanent is used.
826         (gnus-topic-show-topic): Read topic when to show permanent hidden
827         topic.
828         (gnus-topic-remove-topic): Revert to the old behavior, not using
829         hide.
830
831 2000-08-21  Dave Love  <fx@gnu.org>
832
833         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
834         (gnus-xemacs): Use featurep.
835
836         * mm-util.el (mm-read-charset): Maybe use builtin.
837         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
838         (mm-multibyte-p, mm-with-unibyte-current-buffer)
839         (mm-with-unibyte): Use featurep, not string-match.
840         (mm-with-unibyte-buffer): Simplify.
841         (mm-quote-arg): Maybe use shell-quote-argument.
842
843         * mml.el (mml-make-string): Deleted (unused).
844
845         * gnus.el (gnus-mode-line-buffer-identification): Supply
846         definition for Emacs 21.
847
848         * gnus-salt.el: Small doc fixes.
849         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
850         gnus-add-minor-mode.
851
852         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
853         gnus-add-minor-mode.
854
855 2000-08-20  Simon Josefsson  <simon@josefsson.org>
856
857         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
858         function, thanks to Lloyd Zusman for debugging.
859         (nnimap-request-group): 
860         (nnimap-request-list): 
861         (nnimap-retrieve-groups): 
862         (nnimap-request-newgroups): Use it.
863
864         * nnimap.el (nnimap-request-article-part): Less verbose.
865
866 2000-08-19  Andreas Jaeger  <aj@suse.de>
867
868         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
869         subst-char-in-string since we test elsewhere whether it's bound.
870         
871 2000-08-18  Dave Love  <fx@gnu.org>
872
873         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
874         custom type.
875
876         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
877         gnus-group-running-xemacs.
878
879         * nnheader.el (nnheader-replace-chars-in-string): Use
880         subst-char-in-string if available.
881
882         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
883         (gnus-request-article-this-buffer): Use expand-file-name.
884         (gnus-mime-view-part-as-type): Simplify interactive spec.
885         (gnus-mime-button-map): Define it all in defvar.
886
887 2000-08-17  Dave Love  <fx@gnu.org>
888
889         * gnus-group.el (gnus-group-running-xemacs): Deleted.
890
891         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
892         last-nonmenu-event.
893
894         * uudecode.el (char-int): Use defalias, not fset.
895
896         * score-mode.el: Don't require easymenu.  Require mm-util.
897         (score-mode-coding-system): Use mm-auto-save-coding-system.
898
899         * nneething.el (nneething-create-mapping): Don't use cadar & al.
900         (nneething-file-name): Use expand-file-name, not concat.
901
902 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
903
904         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
905         Failure proof for email addresses.
906         (nnslashdot-sane-retrieve-headers): Ditto.
907
908 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * message.el (message-send-mail): Only insert courtesy message
911         when text/plain.
912
913 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
914
915         * message.el (message-cancel-news): Copy the From header from the
916         original article.
917
918 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-async.el (gnus-asynchronous): Removed.
921
922 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
923
924         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
925         format.
926
927 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
928
929         * nnmail.el (nnmail-expiry-target-group): Fixed.
930
931 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
932
933         * nnmail.el (nnmail-expiry-target-group): Fix the call to
934         gnus-request-accept-article so that body encoding is *not* done.
935         Encoding is not done on incoming mail, so why should it be done on
936         expired mail?
937
938
939 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
940
941         * nnml.el (nnml-request-expire-articles): Fix the calls to
942         nnml-request-article (the filename was being passed instead of the
943         article number) and nnmail-expiry-target-group
944         (nnml-current-directory is changed by nnml-request-accept-article,
945         causing it to be incorrect for the next article to be expired).
946
947 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
948
949         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
950         expiry-target group parameters. 
951
952 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
955         buffer.
956         (gnus-topic-hide-topic): Take a PERMANENT parameter.
957         (gnus-topic-show-topic): Ditto.
958
959         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
960
961 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
962
963         * mail-source.el (mail-source-incoming-file-prefix): New
964         variable. 
965
966 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
969
970         * mailcap.el (mailcap-maybe-eval): Be even more warning.
971
972 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
973
974         * message.el (message-syntax-checks): New check quotin-style: 
975         Text must be written below quoted text.
976         (message-check-news-body-syntax): Check it.
977
978 2000-08-11  Simon Josefsson  <simon@josefsson.org>
979
980         * imap.el (imap-authenticator-alist): Fix typo.
981         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
982         Jonas Oberg for debugging.
983
984 2000-08-11  Simon Josefsson  <simon@josefsson.org>
985
986         * gnus-async.el (gnus-asynchronous): Disable by default.
987
988 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * mm-view.el (mm-inline-text): Bind fill-column.
991
992         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
993         list of unexpired articles.
994
995         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
996         un-expired articles. 
997
998         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
999         headers. 
1000
1001         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
1002         we update the right topic.. 
1003
1004         * mm-decode.el (mm-display-external): Put point at start. 
1005
1006 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1007
1008         * nnmail.el (nnmail-expiry-target): More explicit documentation.
1009
1010         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
1011
1012 2000-08-09  Simon Josefsson <simon@josefsson.org>
1013
1014         * imap.el (imap-parse-body):
1015         (imap-parse-string-list): Add bug workarounds for Stalker
1016         Communigate Pro 3.0 server.
1017         (imap-body-lines): Remove bogus comment.
1018
1019         * imap.el (imap-range-to-message-set): Move from nnimap.el.
1020
1021         * nnimap.el (nnimap-retrieve-which-headers):
1022         (nnimap-retrieve-headers-from-server):
1023         (nnimap-request-set-mark):
1024         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
1025
1026 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
1027
1028         * message.el (message-dont-reply-to-names):
1029         rmail-dont-reply-to-names may not be defined.
1030
1031 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1032
1033         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
1034         not use pop.
1035
1036 2000-07-19  Dave Love  <fx@gnu.org>
1037
1038         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
1039         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
1040         check.
1041         (gnus-article-display-xface): Special-case for dark backgrounds.
1042
1043 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
1044
1045         * imap.el (imap-calculate-literal-size-first): New variable.
1046         (imap-local-variables): Add it.
1047         (imap-kerberos4-open): Set it.
1048         (imap-send-command): Use it.
1049
1050 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1051
1052         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
1053         (mailcap-parse-mimetypes): Use it.
1054         (mailcap-extension-to-mime): Parse mimetype.
1055         (mailcap-mime-types): Ditto.
1056         * mml.el (mml-minibuffer-read-type): Ditto.
1057
1058 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1059
1060         * nndoc.el (nndoc-type-alist): Add outlook.
1061         (nndoc-outlook-type-p): New function.
1062         (nndoc-outlook-article-begin): Ditto.
1063
1064 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
1065
1066         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
1067         excursion.
1068
1069 2000-07-15  Simon Josefsson  <simon@josefsson.org>
1070
1071         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
1072
1073         * imap.el (imap): 
1074         (imap-kerberos4-program): 
1075         (imap-gssapi-program): 
1076         (imap-ssl-program): Customization.
1077         (imap-shell-program): 
1078         (imap-shell-host): New variables.
1079         (imap-streams): 
1080         (imap-stream-alist): Add shell.
1081         (imap-shell-p): 
1082         (imap-shell-open): New functions.
1083         (imap-open): Don't call authenticator if preauth.
1084         (imap-authenticate): Return t if already authenticated.
1085
1086 2000-07-14  Simon Josefsson  <simon@josefsson.org>
1087
1088         * gnus.el (gnus-invalid-group-regexp): New variable.
1089         (gnus-read-group): Use it.
1090
1091 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1092
1093         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1094         expunge-below and orphan-score are "group variables".
1095
1096 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1097
1098         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1099         qualified group names to `gnus-group-read-ephemeral-group'.
1100
1101 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * dgnushack.el (srcdir): Define it before use it.
1104
1105 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1106
1107         * gnus-sum.el: `W t' is toggle-header in info.
1108
1109 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1110
1111         * lpath.el: Fbind subst-char-in-string.
1112
1113 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1114
1115         * Makefile.in: Use W3DIR and lispdir.
1116         * dgnushack.el: Ditto.
1117
1118 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1119
1120         * gnus-art.el (article-de-base64-unreadable): Typo.
1121
1122 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1123
1124         * gnus-agent.el (require): Require timer.
1125
1126 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1127
1128         * message.el (message-bounce): Call mime-to-mml.
1129
1130 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * nnslashdot.el (nnslashdot-request-close): New function.
1133
1134 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1137         right line number for the article.
1138
1139 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1140
1141         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1142         * webmail.el (webmail-fetch): Bind 
1143         url-http-silence-on-insecure-redirection.
1144
1145 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1146
1147         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1148         unibyte.
1149         (nnslashdot-sane-retrieve-headers): Ditto.
1150         (nnslashdot-request-article): Ditto.
1151
1152 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1153
1154         * mailcap.el (mailcap-parse-mimetype-file): 
1155
1156 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1157
1158         * nnweb.el (nnweb-insert): Stricter test.
1159         * webmail.el (webmail-refresh-redirect): Ditto.
1160
1161 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1162
1163         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1164
1165 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1166
1167         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1168
1169 2000-07-05  Dave Love  <fx@gnu.org>
1170
1171         * utf7.el: Doc and header fixes.
1172
1173         * gnus-sum.el: Doc fixes.
1174
1175         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1176         defalias, not fset.
1177
1178         * flow-fill.el (fill-flowed-point-at-eol)
1179         (fill-flowed-point-at-bol): Use defalias, not fset.
1180
1181         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1182         (gnus-Plain-save-name): Delete -- apparently bogus.
1183
1184 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * nnsoup.el: Use expand-file-name throughout.
1187
1188 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1189
1190         * nnmail.el (nnmail-read-incoming-hook): New example.
1191
1192 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * mm-view.el (mm-inline-text): Check whether the text has already
1195         been decoded.
1196
1197 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1198
1199         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1200
1201 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1202
1203         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1204
1205 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1206
1207         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1208         unsend flags.
1209
1210 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1211
1212         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1213         name in authinfo (.authinfo now support ports, no need for the
1214         hack).
1215         (nnimap-split-find-rule): Fix.
1216         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1217
1218 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1219
1220         * message.el (message-unquote-tokens): Remove all quotes.
1221
1222 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1223
1224         * gnus-ml.el: New file. 
1225
1226 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * nnultimate.el (nnultimate-request-close): New function.
1229
1230         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1231
1232 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1233
1234         * Makefile.in: Better support for xemacs builds
1235
1236 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1237
1238         * gnus.el: Gnus v5.8.7 is released.
1239
1240 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1243
1244 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1245
1246         * message.el (message-do-fcc): Encode MIME.
1247
1248 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1249
1250         * lpath.el: Fbind image-size.
1251
1252 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1253
1254         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1255         (nnimap-assoc-match): New function.
1256         (nnimap-split-find-rule): Support extended syntax.
1257
1258 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1259
1260         * nnimap.el (nnimap-open-connection): Use port stuff.
1261
1262         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1263         document port and defaultport.
1264
1265 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1266
1267         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1268
1269 2000-06-26  Dave Love  <fx@gnu.org>
1270
1271         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1272
1273         * message.el: Remove unnecessary `require'ments.  Defvar
1274         gnus-list-identifiers when compiling.  Don't try to autoload
1275         variable `gnus-list-identifiers'.  Autoload
1276         gnus-group-name-charset.
1277         (message-fetch-field): Don't assume `format' removes text
1278         properties.
1279         (message-strip-list-identifiers, message-reply, message-followup):
1280         Require gnus-sum.
1281         (message-mode): Tidy XEmacs conditionals.
1282         (message-replace-chars-in-string): Use subst-char-in-string when
1283         available.
1284
1285         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1286         Define if necessary.
1287
1288         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1289         removes text properties.
1290
1291         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1292
1293         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1294
1295         * gnus-score.el (gnus-summary-score-entry): Likewise.
1296
1297 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * nnimap.el (nnimap-request-post): Fix parenthesis.
1300
1301 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1302
1303         * message.el (message-unquote-tokens): New function.
1304
1305         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1306
1307         * nnimap.el (nnimap-request-post): Ditto.
1308
1309 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1310
1311         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1312
1313         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1314         patch commited 2000-04-02).
1315
1316 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1317
1318         * imap.el (imap-mailbox-examine-1): New function.
1319         (imap-message-copyuid-1):
1320         (imap-message-appenduid-1): Use it, instead of
1321         `imap-mailbox-examine' which would utf-7 encode mailbox name
1322         twice.
1323
1324 2000-06-19  Dave Love  <fx@gnu.org>
1325
1326         * mm-uu.el Don't require message.  Require cl when compiling.
1327
1328 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1329
1330         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1331         a local variable.
1332         * gnus-sum.el (gnus-orphan-score): Move here.
1333
1334 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1335
1336         * message.el (message-forward): Remove show-mml condition.
1337         (message-forward-ignored-headers): Remove X-Gnus headers.
1338
1339 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1340
1341         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1342
1343 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1344
1345         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1346
1347 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1348
1349         * message.el (message-syntax-checks): Add type.
1350
1351 2000-06-07  Dave Love  <fx@gnu.org>
1352
1353         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1354         put-image.
1355         (mm-inline-image): Defalias, not fset.
1356
1357         * gnus.el (gnus-group-startup-message): Don't specify string for
1358         insert-image.
1359
1360         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1361         add-minor-mode is available.
1362         (gnus-article-display-xface): Don't specify string for
1363         insert-image.
1364
1365 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1366
1367         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1368         (gnus-topic-insert-topic-line): Use shownp.
1369         (gnus-topic-hide-topic): Don't use hidden.
1370         (gnus-topic-show-topic): Don't use hidden.
1371
1372 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1373
1374         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1375         system.
1376         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1377         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1378         * gnus-util.el (gnus-output-to-rmail): Ditto.
1379         (gnus-output-to-mail): Ditto.
1380         (gnus-write-buffer): Ditto.
1381         * gnus-uu.el (gnus-uu-save-article): Ditto.
1382
1383 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1384
1385         * message.el (message-read-from-minibuffer): Typo.
1386
1387 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1388
1389         * gnus-art.el (article-decode-charset): Override non-MIME forward
1390         charset.
1391
1392 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1393
1394         * mml.el (mml-quote-region): Correct the regexp.
1395         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1396
1397 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1398
1399         * message.el (message-forward): Insert raw text.
1400         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1401         (mml-generate-mime-1): Insert raw text in unibyte mode.
1402
1403 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1404
1405         * mm-bodies.el (mm-body-encoding): Always encoded if
1406         `mm-use-ultra-safe-encoding' is set.
1407
1408 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1409
1410         * mml.el (ange-ftp-name-format): Typo.
1411
1412 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1413
1414         * gnus-start.el (gnus-get-unread-articles): If
1415         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1416         try to do anything on that server.
1417         
1418 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1419
1420         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1421         from latest draft.
1422
1423 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1424
1425         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1426         is open.
1427
1428 2000-05-24  Dave Love  <fx@gnu.org>
1429
1430         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1431
1432 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1433
1434         * gnus.el (gnus-redefine-select-method-widget): new function, call
1435         it once. Add an "other" entry for unknown but editable backend
1436         name symbols.
1437         * gnus-start.el (gnus-declare-backend): use it.
1438
1439 2000-05-19  Dave Love  <fx@gnu.org>
1440
1441         * gnus-art.el (gnus-article-next-page): Revert last change.
1442
1443 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1444
1445         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1446
1447 2000-05-19  Dave Love  <fx@gnu.org>
1448
1449         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1450         not mm-inline-large-images.
1451
1452 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1453
1454         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1455
1456 2000-05-18  Dave Love  <fx@gnu.org>
1457
1458         * gnus-art.el: Use defalias, not fset.
1459         (gnus-article-x-face-command): Don't test for xbm.
1460         (gnus-article-next-page): Redisplay before testing point in window.
1461
1462 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1463
1464         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1465         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1466
1467 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1468
1469         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1470         gnus-summary-save-in-rmail.
1471         * message.el (message-output): Ditto.
1472
1473 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1476
1477 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1478
1479         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1480         is a charset.
1481         * message.el (message-send-news): Check group name charset.
1482         * gnus-msg.el (gnus-post-news): Decode group name.
1483         (gnus-inews-do-gcc): Encode group name.
1484
1485 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1486
1487         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1488         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1489
1490 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1491
1492         * gnus-group.el (gnus-group-mark-line-p): New function.
1493         (gnus-group-goto-group): New parameter.
1494         (gnus-group-remove-mark): Use it.
1495         * gnus-topic.el (gnus-topic-move-group): Ditto.
1496         (gnus-topic-remove-group): Ditto.
1497
1498 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1499
1500         * gnus-group.el (gnus-group-list-dormant): New function.
1501
1502 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1503
1504         * gnus-agent.el (gnus-agent-synchronize): Use
1505         nnheader-insert-file-contents.
1506         (gnus-agent-save-active-1): Ditto.
1507         (gnus-agent-write-active): Ditto.
1508         (gnus-agent-expire): Ditto.
1509         * gnus-cache.el (gnus-cache-read-active): Ditto.
1510         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1511         * gnus-sum.el (gnus-summary-import-article): Ditto.
1512
1513         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1514         (gnus-agent-save-group-info): Ditto.
1515         (gnus-agent-save-alist): Ditto.
1516         * gnus-util.el (gnus-make-directory): Ditto.
1517
1518         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1519
1520 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1521
1522         * mml.el (mml-generate-mime-preprocess-function): New variable.
1523         (mml-generate-mime-postprocess-function): New variable.
1524         (mml-generate-mime-1): Use them.
1525
1526 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1527
1528         * gnus-group.el (gnus-group-apropos): Group name charset.
1529         * gnus-sum.el (gnus-set-mode-line): Ditto.
1530         * gnus-group.el (gnus-group-decoded-name): New function.
1531         (gnus-group-edit-group): Use it.
1532         * gnus-cus.el (gnus-group-customize): Use it.
1533
1534 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1535
1536         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1537
1538 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1539
1540         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1541         (gnus-group-name-charset-group-alist): Ditto.
1542         (gnus-group-name-charset): New function.
1543         (gnus-group-name-decode): New function.
1544         (gnus-group-insert-group-line): Use them.
1545         (gnus-group-prepare-flat-list-dead): Ditto.
1546         (gnus-group-list-active): Ditto.
1547         (gnus-group-describe-all-groups): Ditto.
1548         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1549         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1550         add gnus-group property.
1551         (gnus-browse-group-name): Read gnus-group property.
1552
1553 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1554
1555         * nnfolder.el (nnfolder-possibly-change-group): Use
1556         file-name-coding-system instead of pathname-coding-system.
1557         * nnmail.el (nnmail-find-file): Ditto.
1558         (nnmail-write-region): Ditto.
1559         * nnmh.el (nnmh-retrieve-headers): Ditto.
1560         (nnmh-request-article): Ditto.
1561         (nnmh-request-group): Ditto.
1562         (nnmh-request-list): Ditto.
1563         (nnmh-possibly-change-directory): Ditto.
1564         (nnmh-active-number): Ditto.
1565         * nnml.el (nnml-possibly-change-directory): Ditto.
1566         (nnml-request-list): Ditto.
1567         (nnml-request-article): Ditto.
1568         (nnml-retrieve-headers): Ditto.
1569
1570 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1571
1572         * nnimap.el (nnimap-request-accept-article): Don't unselect
1573         mailbox if no mailbox is selected.
1574
1575 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1576
1577         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1578         Recognize domain names starting with `www.' as starting an URL.
1579
1580 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1581
1582         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1583         (mail-source-keyword-map): Add "subdirs" for maildir.
1584
1585 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1586
1587         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1588         (nnmail-get-new-mail): Use it.
1589         * gnus-start.el (gnus-get-unread-articles): Ditto.
1590
1591 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1592
1593         * gnus-sum.el (gnus-summary-edit-article): Better support for
1594         nndraft:drafts.
1595         * nndraft.el (nndraft-request-replace-article): New function,
1596         bind nnmail-file-coding-system.
1597
1598 2000-05-14  Dave Love  <fx@gnu.org>
1599
1600         * nnheader.el: Replace uses of `fset' with `defalias'.
1601         (jka-compr-compression-info-list): Only defvar when compiling.
1602
1603 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1604
1605         * webmail.el (webmail-netaddress-article): Refresh redirect.
1606
1607 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1608
1609         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1610
1611 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1612
1613         * webmail.el: Translate &nbsp; to SP.
1614
1615 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1616
1617         * message.el (message-bounce): Doc typo.
1618
1619 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1620
1621         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1622         (gnus-soup-store): Ditto.
1623         (gnus-soup-send-packet): Ditto.
1624         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1625         (nnsoup-dissect-buffer): Ditto.
1626         (nnsoup-narrow-to-article): Ditto.
1627         (nnsoup-make-active): Ditto
1628
1629 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1630
1631         * message.el (message-mode): Two parameters for local-variable-p.
1632
1633 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1634
1635         * message.el (message-strip-list-identifiers): New function.
1636         (message-reply): Use it and use message-strip-subject-re.
1637         (message-followup): Ditto.
1638         * gnus-art.el (article-hide-list-identifiers): Remove more.
1639         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1640
1641 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1642
1643         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1644         mail-parset-charset and use non-numeric argument.
1645
1646 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1647
1648         * mml.el (mml-buffer-list): New variable.
1649         (mml-generate-new-buffer): New function.
1650         (mml-destroy-buffers): Ditto.
1651         (mml-insert-mime): Use them.
1652         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1653         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1654         * message.el (message-mode): Ditto.
1655         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1656         (gnus-uu-save-article): Support show-as-mml.
1657         * message.el (message-forward): Ditto.
1658
1659 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1660
1661         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1662         (nndoc-mime-digest-type-p): Locate article head precisely.
1663         * mml.el (mml-generate-default-type): New variable.
1664         (mml-generate-mime-1): Use it.
1665         (mml-insert-mime-headers): Use it.
1666         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1667         (gnus-uu-digest-mail-forward): Use it and call message-forward
1668         with argument digest.
1669         (gnus-uu-save-article): Support message-forward-as-mime.
1670         * message.el (message-forward): Add parameter digest.
1671         * mm-decode.el (mm-dissect-default-type): New variable.
1672         (mm-dissect-buffer): Use it.
1673
1674 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1675
1676         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1677         newline and paragraph to nil when got a non-ascii character. Test
1678         paragraph before newline.
1679
1680 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1681
1682         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1683         limit to 76.
1684
1685 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * nnslashdot.el (nnslashdot-sid-strip): New function.
1688         (nnslashdot-threaded-retrieve-headers): New format.
1689         (nnslashdot-sane-retrieve-headers): Ditto.
1690         (nnslashdot-request-article): Ditto.
1691         (nnslashdot-threaded-retrieve-headers): Thread properly.
1692         (nnslashdot-request-article): Be more lenient.
1693         (nnslashdot-threaded-retrieve-headers): Regexp search.
1694
1695 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1696
1697         * gnus-sum.el (gnus-with-article): Define it before use it.
1698
1699 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1700
1701         * message.el (message-supersede): Use mime-to-mml.
1702         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1703
1704 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-group.el (gnus-group-list-cached): Don't use
1707         `subst-char-in-string'.
1708
1709 2000-05-08  Dave Love  <fx@gnu.org>
1710
1711         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1712
1713 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1714
1715         * mm-decode.el (mm-interactively-view-part): Append %s if the
1716         method is a single word.
1717         * nnwarchive.el (nnwarchive-type-definition): Typo.
1718
1719 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1720
1721         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1722         function.
1723         (gnus-group-prepare-flat-predicate): Use it.
1724         (gnus-group-list-cached): List dead groups.
1725
1726 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1727
1728         * gnus-art.el (article-decode-charset): Don't decode message with
1729         format.
1730
1731 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1732
1733         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1734         evaluate the Lisp code.
1735
1736 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1737
1738         * gnus-art.el (article-wash-html): New function.
1739         (gnus-article-wash-html): Bind.
1740         (gnus-article-make-menu-bar): Menu item.
1741         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1742         (gnus-summary-make-menu-bar): Menu item.
1743         * gnus.el: Autoload.
1744
1745 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1746
1747         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1748         (gnus-uu-unshar-article): Use it.
1749
1750         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1751         (mailcap-maybe-eval): Use it.
1752
1753         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1754         in docstring.
1755
1756         * mml.el (mml-generate-mime-1): Small comment.
1757
1758 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1759
1760         * gnus-art.el (article-de-base64-unreadable): New function.
1761         (gnus-article-de-base64-unreadable): Bind.
1762         (gnus-article-make-menu-bar): Menu item.
1763         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1764         (gnus-summary-make-menu-bar): Menu item.
1765         * gnus.el: Autoload.
1766
1767 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1768
1769         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1770         (gnus-summary-select-article): Add en/disable multibyte.
1771
1772 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1773
1774         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1775         (gnus-summary-edit-article): New feature: editing raw articles.
1776
1777 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1778
1779         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1780         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1781         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1782         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1783         * mm-decode.el (mm-insert-part): Ditto.
1784
1785 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1786
1787         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1788         (nndoc-forward-type-p): Ditto.
1789
1790 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1791
1792         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1793         value of enable-multibyte-characters.
1794
1795 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1796
1797         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1798
1799 2000-05-03  Dave Love  <fx@gnu.org>
1800
1801         * gnus-ems.el (gnus-article-xface-ring-internal)
1802         (gnus-article-xface-ring-size): New variable.
1803         (gnus-article-display-xface): Use them to cache data.  Don't try
1804         to use XPM.  Set up binary coding for PBM's sake.
1805
1806 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1807
1808         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1809         * gnus-int.el (gnus-request-accept-article): Ditto.
1810         (gnus-request-replace-article): Ditto.
1811         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1812
1813 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1814
1815         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1816
1817 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1818
1819         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1820         field.
1821         * mml.el (mml-to-mime): Use message-default-charset.
1822         (mml-preview): Narrow to headers.
1823         * message.el (message-send-mail): Use message-default-charset.
1824         (message-send-news): Narrow to headers;
1825         use message-default-charset.
1826
1827 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1828
1829         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1830         detect.
1831         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1832         restriction.
1833         (mml-parse-1): Warning message.
1834         (mml-preview): Disable multibyte.
1835
1836 2000-05-03  Dave Love  <fx@gnu.org>
1837
1838         * gnus.el (gnus-group-startup-message): Add newline before image.
1839
1840 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1841
1842         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1843         * message.el (message-send-mail): Use unibyte-buffer.
1844         (message-send-mail): Ditto.
1845
1846 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1847
1848         * gnus.el: Gnus v5.8.6 is released.
1849
1850 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1851
1852         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1853
1854 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1855
1856         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1857
1858 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1859
1860         * message.el (message-send-mail-partially): Use forward-line.
1861
1862 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1863
1864         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1865
1866 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1867
1868         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1869         (mml-insert-mime): No markup only for text/plain.
1870         (mime-to-mml): Remove MIME headers.
1871
1872 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1873
1874         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1875         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1876         as 8-bit.
1877         * lpath.el: Fbind image functions.
1878
1879 2000-04-28  Dave Love  <fx@gnu.org>
1880
1881         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1882         21.
1883
1884         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1885         search order.  Use parse-colon-path and remove some redundancy.
1886         Doc fix.
1887         (mailcap-parse-mimetypes): Code consistently with
1888         mailcap-parse-mailcaps.  Doc fix.
1889
1890         * gnus-start.el (gnus-unload): Iterate over `features', not
1891         `load-history'.
1892
1893 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1894
1895         * mml.el (mml-parse-1): Don't create blank parts.
1896         (mml-read-part): Fix mml tag.
1897         (mml-insert-mime): Convert message/rfc822.
1898         (mml-insert-mml-markup): Add mmlp parameter.
1899
1900 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1901
1902         * message.el (message-send-mail-partially): Remove CTE.
1903
1904 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1905
1906         * lpath.el: Fbind put-image for XEmacs.
1907         * mm-view.el (mm-inline-image): Fset it.
1908
1909 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1910
1911         * nndoc.el (nndoc-type-alist): Change forward regexp.
1912
1913 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1914
1915         * message.el (message-send-mail-partially-limit): Change the
1916         default value.
1917
1918 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1919
1920         * gnus-util.el (gnus-extract-address-components): Name might be
1921         "".
1922
1923 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1924
1925         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1926         (gnus-summary-post-forward): Ditto.
1927         * message.el (message-forward-show-mml): New variable.
1928         (message-forward): Use it.
1929         * mml.el (mml-parse-1): Add tag mml.
1930         (mml-read-part): Ditto.
1931         (mml-generate-mime): Support reentance.
1932         (mml-generate-mime-1): Support mml tag.
1933
1934 2000-04-27  Dave Love  <fx@gnu.org>
1935
1936         * gnus-art.el: Don't bother to require custom, browse-url.
1937         (gnus-article-x-face-command): Include gnus-article-display-xface.
1938
1939         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1940         Use defalias, not fset.
1941         (gnus-article-display-xface): New function.
1942
1943         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1944
1945         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1946         (mm-xemacs-p): Deleted.
1947         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1948         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1949         use create-image and don't special-case xbm.
1950         (mm-valid-image-format-p): Use display-graphic-p.
1951
1952 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1953
1954         * message.el (message-send-mail-partially-limit): New variable.
1955         (message-send-mail-partially): New function.
1956         (message-send-mail): Use it.
1957         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1958         all blank lines inside of base64.
1959         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1960         blank lines.
1961
1962 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1963
1964         * mml.el (mml-insert-tag): Match more special characters.
1965
1966 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1967
1968         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1969
1970 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1971
1972         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1973         (mm-inlined-types): Ditto.
1974         * mm-partial.el: New file.
1975
1976 2000-04-27  Dave Love  <fx@gnu.org>
1977
1978         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1979         matter in Emacs 21.
1980
1981 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1982
1983         * mm-bodies.el (mm-encode-body): Remove reference to
1984         mm-default-charset in comment.
1985
1986 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1987
1988         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1989
1990 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1991
1992         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1993         let.
1994
1995 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1996
1997         * gnus-draft.el (gnus-draft-setup): Fix comments.
1998
1999 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2000
2001         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
2002         if nnmbox-file-coding-system-for-write is nil.
2003
2004 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2005
2006         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
2007         header if nil.
2008
2009 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2010
2011         * mm-view.el (mm-inline-text): Insert directly if decoded.
2012         * mml.el (autoload): Typo.
2013
2014 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2015
2016         * mml.el (mml-preview): Set up posting-charset.
2017         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
2018
2019 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2020
2021         * webmail.el: Fix yahoo mail.
2022
2023 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2024
2025         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
2026         word if not necessary.
2027         (rfc2047-encode-region): Put space between encoded words.
2028
2029 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2030
2031         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
2032
2033 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2034
2035         * gnus-draft.el (gnus-draft-setup): Restore mml only when
2036         required.
2037         (gnus-draft-edit-message): Require restoration.
2038
2039 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2040
2041         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
2042         back.
2043
2044 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2045
2046         * gnus-art.el (gnus-treat-article): Make sure that the summary
2047         buffer is live.
2048
2049 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2050
2051         * mailcap.el (mailcap-parse-mailcaps): Reorder.
2052         (mailcap-parse-mailcap): Backwards parsing.
2053         (mailcap-possible-viewers): Remove nreverse.
2054         (mailcap-mime-info): Ditto.
2055         (mailcap-add-mailcap-entry): Keep alternative viewer.
2056
2057 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
2058
2059         * gnus.el: Gnus v5.8.5 is released.
2060
2061 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
2064
2065         * gnus-util.el (gnus-netrc-machine): Default to nntp.
2066
2067         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
2068
2069 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2070
2071         * mm-view.el (mm-inline-message): Disable prepare-hook.
2072
2073 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * gnus.el: Fix copyright statements.
2076
2077         * gnus-sum.el (gnus-alter-articles-to-read-function): New
2078         variable.
2079         (gnus-articles-to-read): Use it.
2080
2081         * message.el (message-get-reply-headers): Bind free variable.
2082
2083 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2084
2085         * message.el (message-get-reply-headers): Fix to-address.
2086
2087 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2088
2089         * webmail.el: Hotmail fix. Add a debug function.
2090
2091 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * gnus-sum.el (t): M-down and M-up.
2094
2095 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2096
2097         * gnus-sum.el: Doc fix.
2098
2099 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2100
2101         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2102
2103 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2106         string.
2107         (nnweb-request-group): Don't scan twice.
2108         (nnweb-request-scan): Don't nix out the hashtb.
2109
2110         * message.el (message-get-reply-headers): Return a value.
2111
2112 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2113
2114         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2115         urls.
2116
2117 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2120         order messages are inserted.
2121
2122         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2123         message/rfc822 parts.
2124
2125         * gnus-art.el (gnus-article-read-summary-keys): Check for
2126         numerical values.
2127
2128         * message.el (message-get-headers): Made into own function.
2129         (message-reply): Use it.
2130         (message-get-reply-headers): Renamed.
2131         (message-widen-reply): New command.
2132
2133 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2134
2135         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2136
2137 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2138
2139         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2140         non-base64 text at the end if not found.
2141
2142 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2143
2144         * gnus-sum.el (gnus-read-move-group-name):
2145         (gnus-summary-move-article): Use `gnus-group-method' to find out
2146         what method the manually entered group belong to.
2147         `gnus-group-name-to-method' doesn't return any method parameters
2148         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2149         for new groups so they wouldn't work.
2150
2151 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2154         override.
2155
2156 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2157
2158         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2159         probably good to do, or something.  I dunno.  I just write these
2160         ChangeLog entries, and my name is Lars.
2161
2162 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2163
2164         * message.el (message-caesar-region): Use translate-region.
2165
2166 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2167
2168         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2169
2170 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2173         variables, because that makes Emacs flash.
2174
2175         * gnus-group.el (gnus-group-insert-group-line): Don't call
2176         gnus-group-add-icon unconditionally.
2177
2178         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2179
2180         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2181         xmas.
2182         (gnus-group-glyph-directory): Removed.
2183
2184 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2185
2186         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2187         gnus-newsgroup-name is "".
2188
2189 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2190
2191         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2192         in conjunction with MULE-UCS.
2193
2194 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2195
2196         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2197
2198 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * dgnushack.el (last, mapcon, member-if, union): New compiler
2201         macros for emulating cl functions.
2202
2203 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2204
2205         * message.el (message-shorten-references): Only cater to broken
2206         INN for news. This caters for broken smtpd.
2207
2208 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * mailcap.el (mailcap-mime-info): Use the first match; not the
2211         last.
2212
2213         * gnus-agent.el (gnus-category-kill): Save the category list.
2214
2215 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2216
2217         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2218
2219 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2222
2223 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2226
2227 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2228
2229         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2230         (gnus-group-list-cached): Use it.
2231
2232 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus.el: Update all the copyright notices.
2235
2236 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2237
2238         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2239         non-base64 text at the end.
2240
2241 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2244
2245 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * nnheader.el: Don't autoload cancel-function-timers.
2248
2249         * message.el (message-fetch-field): Fold case.
2250
2251 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2252
2253         * message.el (message-forward-before-signature): New variable.
2254
2255 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2256
2257         * gnus-mlspl.el: Fix stuff.
2258
2259 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2262         subjects when unthreaded.
2263
2264 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2265
2266         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2267         well.
2268
2269 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2270
2271         * gnus-art.el (gnus-article-mode): Fix variable name.
2272
2273 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * mm-view.el: Fix autoload.
2276
2277         * flow-fill.el (flow-fill): Fix provide.
2278
2279         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2280         nil.
2281
2282 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2283
2284         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2285
2286 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-util.el (gnus-netrc-machine): Didn't work.
2289
2290 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2291
2292         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2293
2294 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * flow-fill.el: Renamed from fill-flowed.
2297
2298         * message.el (message-forward-ignored-headers): Default to
2299         removing CTE.
2300
2301 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2302
2303         * message.el (message-mode): Don't fill headers.
2304
2305 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * message.el (message-pipe-buffer-body): Use shell
2308
2309 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2310
2311         * nnvirtual.el (nnvirtual-request-article):
2312         Bind gnus-override-method to nil.
2313         (nnvirtual-request-update-mark): Don't update mark when
2314         article is not there.
2315
2316 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2317
2318         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2319
2320 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * gnus-util.el (gnus-parse-netrc): Allow "port".
2323         (gnus-netrc-machine): Take a port param.
2324         (gnus-netrc-machine):
2325
2326         * gnus-art.el (gnus-request-article-this-buffer): Allow
2327         re-selecting referenced articles.
2328
2329         * message.el (message-cancel-news): Allow editing.
2330         (message-cancel-message): Add newline.
2331
2332 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2333
2334         * mm-view.el (mm-inline-image-emacs): New function.
2335
2336 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * mail-source.el (mail-source-delete-incoming): Change default in
2339         cvs.
2340
2341 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2342
2343         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2344         function.
2345
2346 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * nnml.el (nnml-request-expire-articles): Use it.
2349
2350         * nnmail.el (nnmail-expiry-target): New variable.
2351         (nnmail-expiry-target-group): New function.
2352
2353 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2354
2355         * message.el (message-forward): Add non-MIME separators.
2356
2357 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * message.el (message-generate-headers): Respect the syntax check
2360         spec.
2361
2362         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2363         (gnus-remove-thread): Don't show all threads.
2364
2365 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2366
2367         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2368
2369 2000-04-19  Dave Love  <fx@gnu.org>
2370
2371         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2372
2373 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2374
2375         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2376         (nnwarchive-egroups-*): Ditto.
2377         (nnwarchive-url): Unibyte buffer and single line cookie.
2378
2379 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2380
2381         * mm-util.el (mm-char-or-char-int-p): New alias.
2382         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2383         entities.
2384
2385 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2386
2387         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2388         article case insensitively.
2389
2390 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2391
2392         * mail-source.el (mail-source-fetch-webmail): Use the default
2393         password provided in mail-sources; use webmail:subtype:user as
2394         the key.
2395
2396 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2397
2398         * mail-source.el (mail-source-fetch-webmail): Use
2399         mail-source-password-cache.
2400
2401 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2402
2403         * webmail.el: Add netscape mail and fix HotMail mail.
2404
2405 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2406
2407         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2408
2409 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2410
2411         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2412         RFC822.PEEK if server support IMAP4rev1.
2413         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2414         RFC822.TEXT.PEEK if server support IMAP4rev1.
2415         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2416         RFC822.HEADER if server support IMAP4rev1.
2417         (nnimap-request-article-part): Support bodydetail in response
2418         data.
2419
2420 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2421
2422         * fill-flowed.el: New file.
2423
2424         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2425         text/plain parts with `format' parameters.
2426
2427         * mm-view.el (autoload): Autoload fill-flowed.
2428         (mm-inline-text): For "plain" parts with a format=flowed
2429         parameter, call `fill-flowed'.
2430
2431 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2434         slashdot ids.
2435
2436 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2439         format.
2440
2441 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2442
2443         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2444         `imtest' too.
2445         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2446         (imap-gssapi-program): New variable.
2447         (imap-streams): Add gssapi.
2448         (imap-stream-alist): Ditto.
2449         (imap-authenticators): Ditto.
2450         (imap-authenticator-alist): Ditto.
2451         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2452         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2453         1.6.x `imtest' syntax.
2454         (imap-gssapi-stream-p): New function.
2455         (imap-gssapi-open): Ditto.
2456         (imap-gssapi-auth-p): Ditto.
2457         (imap-gssapi-auth): Ditto.
2458         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2459         (imap-send-command): Use buffer-local `imap-client-eol' value.
2460
2461         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2462         lines and turn TAB into SPC before parsing.
2463
2464 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2465
2466         * nnheader.el (nnheader-group-pathname): Make sure to return a
2467         directory.
2468         * nnmail.el (nnmail-group-pathname): Ditto.
2469
2470 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2471
2472         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2473         might split in the middle of a message-id.
2474
2475 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2478         groups from the server.
2479
2480         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2481         (gnus-summary-toggle-header): Update the wash status.
2482
2483         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2484         Moved here.
2485
2486         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2487         setting.
2488
2489         * nnmail.el (nnmail-get-active): Use it.
2490         (nnmail-parse-active): New function.
2491
2492         * mm-view.el (mm-inline-text): Support the new version of
2493         vcard.el.
2494
2495         * gnus-sum.el (gnus-summary-move-article): Only delete article
2496         when moving junk.
2497         (gnus-deaden-summary): Bury the buffer.
2498
2499         * nnmail.el (nnmail-group-pathname): Ditto.
2500
2501         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2502
2503 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2504
2505         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2506         whether Mule.
2507
2508 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * message.el (message-send-mail): Protect against unloaded Gnus.
2511
2512         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2513         parent.
2514         (gnus-topic-update-topic-line): Yes, do.
2515         (gnus-topic-goto-missing-group): Tally the correct number of
2516         unread articles before inserting the topic line.
2517
2518 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2521
2522 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * mm-decode.el (mm-dissect-buffer): Ditto.
2525
2526         * gnus-art.el (article-decode-charset): Strip CTE.
2527
2528         * ietf-drums.el (ietf-drums-strip): New function.
2529
2530         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2531         when prompting in read-only groups.
2532
2533 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2534
2535         * imap.el (imap-send-command): Change EOL-chars when
2536         `imap-client-eol' differs from default, not only for kerberos4.
2537         (imap-mailbox-status): Get encoded mailbox's status.
2538
2539 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2540
2541         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2542         into `mail-source-password-cache'.
2543
2544 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2545
2546         * mm-util.el (mm-mime-charset): Check for presence of
2547         `coding-system-get' and `get-charset-property' (recent XEmacs has
2548         the former, but not the latter).
2549
2550 2000-01-28  Dave Love  <fx@gnu.org>
2551
2552         * message.el (message-check-news-header-syntax): Fix typo
2553         `newsgroyps'.
2554         (message-talkative-question): Put temp buffer in fundamental-mode.
2555         (message-recover): Use fundamental-mode in the right buffer.
2556
2557         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2558         right buffer.
2559
2560 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2561
2562         * qp.el (quoted-printable-decode-region): Add charset parameter.
2563         (quoted-printable-decode-string): Ditto.
2564
2565         * gnus-art.el (article-de-quoted-unreadable): Use it.
2566
2567 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2568
2569         * nnimap.el (nnimap-split-predicate): New variable.
2570         (nnimap-split-articles): Use it.
2571
2572 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2573
2574         * utf7.el: Change email address.
2575
2576 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-group.el (gnus-group-catchup): Purge split history.
2579
2580 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2581
2582         * nnmail.el (nnmail-generate-active): Support extended group name.
2583         (nnmail-get-active): Ditto.
2584
2585 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2586
2587         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2588         group names, don't remove anything.
2589
2590 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2591
2592         * webmail.el (webmail-my-deja-open): My-deja changes.
2593
2594 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2595
2596         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2597
2598 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2599
2600         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2601
2602 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2603
2604         * gnus.el (gnus-other-frame): Fix typo.
2605
2606 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2607
2608         * gnus-cus.el (gnus-group-customize): Fix typo.
2609
2610 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * nnweb.el (nnweb-insert): Simplified.
2613
2614 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus-art.el (gnus-article-mode-map): "e" is
2617         gnus-summary-edit-article.
2618
2619 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2620
2621         * mailcap.el (mailcap-mime-extensions): Add .diff.
2622
2623 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2624
2625         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2626         there is no "%s" in the method.
2627
2628 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2629
2630         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2631
2632 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2635
2636         * gnus.el: Really always pop up a new frame.
2637
2638         * parse-time.el (parse-time-rules): Allow 100-110 to be
2639         2000-2010.
2640
2641         * time-date.el (date-to-time): Don't use timezone.
2642
2643 2000-01-06  Dave Love  <fx@gnu.org>
2644
2645         * time-date.el: Add keywords.
2646         (date-to-time): Add autoload cookie.  Canonicalize with
2647         timezone-make-date-arpa-standard.
2648         (time-to-seconds): Avoid caddr.
2649         (safe-date-to-time): Add autoload cookie.
2650
2651         * base64.el: Require cl when compiling.
2652
2653 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2654
2655         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2656         eyecandy.
2657         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2658         group line using gnus-group-add-icon.
2659         (gnus-group-icons): Added customize group.
2660         (gnus-group-icon-list): Added variable.
2661         (gnus-group-glyph-directory): Added variable.
2662         (gnus-group-icon-cache): Added variable.
2663         (gnus-group-running-xemacs): Added variable.
2664         (gnus-group-add-icon): Added function. Add an icon to the current
2665         line according to gnus-group-icon-list.
2666         (gnus-group-icon-create-glyph): Added function.
2667
2668 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-sum.el (gnus-summary-select-article): Return whether we
2671         selected something new.
2672         (gnus-summary-search-article): Start searching at the window
2673         point.
2674
2675         * gnus-group.el (gnus-fetch-group): Complete over
2676         gnus-active-hashtb.
2677
2678 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2679
2680         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2681
2682 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * gnus-sum.el (gnus-preserve-marks): New variable.
2685         (gnus-summary-move-article): Use it.
2686         (gnus-group-charset-alist): Added more entries.
2687
2688 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2691
2692         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2693         as the default score.
2694
2695         * gnus-score.el (gnus-score-delta-default): Changed name.
2696
2697 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2698
2699         * imap.el (imap-parse-literal):
2700         (imap-parse-flag-list): Don't care about props.
2701         (imap-parse-string): Handle quoted characters.
2702
2703 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2706         (gnus-summary-mark-article): Doc fix.
2707         (gnus-summary-mark-forward): Doc fix.
2708         (t): Changed keystroke for gnus-summary-customize-parameters.
2709
2710         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2711         "e".
2712         (gnus-article-mode-map): No, don't.
2713
2714         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2715         of the final article.
2716
2717         * mm-decode.el (mm-interactively-view-part): Error on no method.
2718
2719 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2720
2721         * gnus-score.el (gnus-score-insert-help): Something.
2722
2723         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2724
2725         * gnus-win.el (gnus-configure-frame): Ditto.
2726
2727         * gnus-mh.el (gnus-summary-save-in-folder): Use
2728         with-current-buffer.
2729
2730 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * nnwarchive.el: Changed file perms.
2733
2734 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-group.el (gnus-group-delete-groups): New command.
2737         (gnus-group-delete-group): Extra no-prompt parameters.
2738
2739 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2742         <p>.
2743
2744 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2745
2746         * webmail.el (webmail-hotmail-article): Don't insert message id.
2747
2748 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2749
2750         * nnimap.el (nnimap-split-fancy): New variable.
2751         (nnimap-split-fancy): New function.
2752
2753 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2754
2755         (nnimap-split-rule): Document symbol value.
2756
2757 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2758
2759         * nnimap.el (nnimap-retrieve-headers-progress): Let
2760         `nnheader-parse-head' parse article.
2761         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2762         request headers needed by `nnheader-parse-head'.
2763
2764 1999-12-23  Florian Weimer  <fw@s.netic.de>
2765
2766         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2767         value (crosspostings are handled), improve documentation.
2768
2769         * smiley.el: Declare file coding system as iso-8859-1.
2770
2771         * nnultimate.el: Dito.
2772
2773         * message.el: Dito.
2774
2775         * gnus-cite.el: Dito.
2776
2777         * gnus-spec.el: Dito.
2778
2779 1999-12-21  Florian Weimer  <fw@s.netic.de>
2780
2781         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2782         (gnus-setup-message): No longer make `message-posting-charset'
2783         buffer-local.
2784         (gnus-setup-posting-charset): Reflect the new layout of
2785         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2786
2787         * message.el (message-send-mail): Bind `message-this-is-mail' and
2788         `message-posting-charset'.
2789         (message-send-news): Dito, and honour new layout of
2790         `message-posting-charset'.
2791         (message-encode-message-body): Ignore `message-posting-charset'.
2792
2793         * mm-bodies.el (mm-body-encoding): Consider
2794         `message-posting-charset' when deciding whether to use 8bit.
2795
2796         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2797         (rfc2047-encodable-p): Now solely for headers; use
2798         `message-posting-charset'.
2799
2800 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2801
2802         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2803
2804 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2805
2806         * nnagent.el (nnagent-server-opened): Optional.
2807         (nnagent-status-message): Optional.
2808
2809 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2810
2811         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2812         end (referenced by instructions in
2813         `gnus-cited-opened-text-button-line-format-alist').
2814
2815 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2816
2817         * imap.el (imap-starttls-open): Typo.
2818
2819 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2820
2821         * mm-util.el (mm-charset-after): Non-MULE case.
2822         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2823         * rfc2047.el (rfc2047-dissect-region): Bind it.
2824
2825 1999-12-18  Florian Weimer  <fw@s.netic.de>
2826
2827         * mml.el (mml-generate-multipart-alist): Correct default value.
2828
2829         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2830         (mm-safer-encoding): New function.
2831         (mm-content-transfer-encoding): Use both.
2832
2833         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2834         * qp.el (quoted-printable-encode-region): Dito.
2835
2836 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2837
2838         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2839
2840 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2841
2842         * webmail.el (webmail-hotmail-list): raw=0.
2843
2844 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2845
2846         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2847         group name.
2848
2849 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2850
2851         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2852
2853 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2854
2855         * imap.el: Don't autoload digest-md5.
2856         (imap-starttls-open): Bind coding-system-for-{read,write}.
2857         (imap-starttls-p): Check if we can find starttls.el.
2858         (imap-digest-md5-p): Check if we can find digest-md5.el.
2859
2860 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2861
2862         * base64.el (base64-encode-string): Accept 2nd argument
2863         `no-line-break'.
2864
2865         * imap.el: Require `digest-md5' when compiling; add autoload
2866         settings for `digest-md5-parse-digest-challenge',
2867         `digest-md5-digest-response', `starttls-open-stream' and
2868         `starttls-negotiate'.
2869         (imap-authenticators): Add `digest-md5'.
2870         (imap-authenticator-alist): Setup for `digest-md5'.
2871         (imap-digest-md5-p): New function.
2872         (imap-digest-md5-auth): New function.
2873         (imap-stream-alist): Add STARTTLS entry.
2874         (imap-starttls-p): New function.
2875         (imap-starttls-open): New function.
2876
2877 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2878
2879         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2880
2881 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2882
2883         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2884         string-to-x function.
2885
2886 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2887
2888         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2889
2890 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2891
2892         * webmail.el: Enhance hotmail-snarf.
2893
2894 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2895
2896         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2897
2898 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2899
2900         * webmail.el (webmail-hotmail-list): Search no-error.
2901
2902 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2903
2904         * nnwarchive.el: Support nov-is-evil.
2905         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2906         Set it if non-nil.
2907         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2908
2909 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2910
2911         * nnagent.el (nnagent-server-opened): Redefine.
2912         (nnagent-status-message): Ditto.
2913
2914 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2915
2916         * rfc1843.el (rfc1843-decode-region): Use
2917         buffer-substring-no-properties.
2918         * gnus-art.el (article-decode-HZ): New function.
2919
2920 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2921
2922         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2923
2924 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2925
2926         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2927         MIME charset not a MULE charset.
2928
2929 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2930
2931         * gnus-ems.el: Translate more ugly characters.
2932         * nnheader.el (nnheader-translate-file-chars): Don't translate
2933         the second ':'.
2934
2935 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2936
2937         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2938         method if cannot find the article.
2939
2940 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2941
2942         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2943         method if overrided.
2944
2945 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2946
2947         * mail-source.el (mail-source-fetch-webmail): Parameter
2948         dontexpunge.
2949
2950 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2951
2952         * webmail.el: Support my-deja. Better error report.
2953
2954 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2955
2956         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2957         is bad.
2958         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2959         is not 1.
2960
2961 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2962
2963         * nnslashdot.el (nnslashdot-request-article): A space.
2964
2965 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2966
2967         * nnagent.el: Support different backend with same name.
2968
2969 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2970
2971         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2972         archived group.
2973         (nnslashdot-sane-retrieve-headers): Ditto.
2974         (nnslashdot-request-article): Ditto.
2975
2976 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2977
2978         * nnweb.el (nnweb-insert): Narrow to point.
2979
2980 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2981
2982         * nnweb.el (nnweb-insert): Follow refresh url.
2983         * nnslashdot.el: Use it.
2984
2985 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2986
2987         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2988         (nnweb-decode-entities-string): New function.
2989
2990         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2991         nnweb-* and move to nnweb.el.
2992         * nnwarchive.el: Use nnweb-decode-entities, etc.
2993         * webmail.el: Ditto.
2994
2995         * nnslashdot.el: Use nnweb-decode-entities-string.
2996         (nnslashdot-decode-entities): Remove.
2997
2998 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2999
3000         * nnslashdot.el: Decode entities.
3001
3002 1999-12-12  Dave Love  <fx@gnu.org>
3003
3004         * gnus-agent.el (gnus-category-edit-groups)
3005         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
3006         expansion of setf, fixed.
3007
3008 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
3009
3010         * gnus-agent.el: Revoke last Dave Love's patch, because of
3011         incompatibility of XEmacs.
3012
3013 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3014
3015         * mm-uu.el: Change headers.
3016         * rfc1843.el: Ditto.
3017         * uudecode.el: Ditto.
3018
3019 1999-12-07  Dave Love  <fx@gnu.org>
3020
3021         * gnus-agent.el (gnus-category-edit-predicate)
3022         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
3023         inside backquote to avoid it at runtime.
3024
3025 1999-12-07  Dave Love  <fx@gnu.org>
3026
3027         * binhex.el: Require cl when compiling.
3028
3029 1999-12-04  Dave Love  <fx@gnu.org>
3030
3031         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
3032
3033 1999-12-04  Dave Love  <fx@gnu.org>
3034
3035         * mm-util.el (mm-delete-duplicates): New function.
3036         (mm-write-region): Use it.
3037
3038         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
3039
3040         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
3041         mm-delete-duplicates.
3042
3043         * imap.el (imap-open, imap-debug): Avoid mapc.
3044
3045         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
3046
3047         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
3048         (gnus-multi-decode-encoded-word-string): Avoid mapc.
3049
3050         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
3051         runtime.
3052
3053         * gnus.el (gnus-select-method): Likewise.
3054
3055         * nnheader.el (nnheader-nov-read-integer): Likewise.
3056
3057         * mm-view.el (mm-inline-message): Require cl when compiling.
3058         Avoid ignore-errors at runtime.
3059         (mm-inline-text): Avoid mapc.
3060
3061 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
3062
3063         * gnus-art.el (article-decode-charset): Widen is bad.
3064
3065 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3066
3067         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
3068
3069 1999-12-12  Florian Weimer  <fw@s.netic.de>
3070
3071         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
3072         indicate that only US-ASCII is permitted.
3073         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
3074         use unencoded 8-bit characters in message headers.
3075
3076 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3077
3078         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
3079         CRLF.
3080
3081 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3082
3083         * webmail.el: Require url-cookie.
3084
3085 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3086
3087         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3088         new function to make modified caesar table.
3089         (nnwarchive-from-r13): Use it.
3090         (nnwarchive-mail-archive-article): Improved.
3091
3092 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3093
3094         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3095
3096 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3097
3098         * nnweb.el (nnweb-request-article): Return cons.
3099
3100 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3101
3102         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3103
3104 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3105
3106         * mm-util.el (mm-with-unibyte): New macro.
3107         * nnweb.el (nnweb-init): Use it.
3108
3109 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3110
3111         * mm-util.el (mm-charset-after): New function.
3112         (mm-find-mime-charset-region): Set charsets after
3113         delete-duplicates and use find-coding-systems-region.
3114         (mm-find-charset-region): Remove composition.
3115
3116         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3117
3118         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3119
3120 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3121
3122         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3123         * mml.el (mml-confirmation-set): New variable.
3124         (mml-parse-1): Ask user to confirm.
3125
3126 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3127
3128         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3129         are scanned when we have directory mail-sources (the mail source
3130         is modified in that case, so we must scan it for all
3131         groups/methods).
3132
3133 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3134
3135         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3136         and nnml-article-file-alist.
3137
3138 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3139
3140         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3141         nnmail-fetched-sources.
3142
3143 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3144
3145         * mm-util.el (mm-find-charset-region): Use the last charset.
3146
3147 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3148
3149         * gnus.el (gnus-select-method): Made the option list prettier.
3150
3151 1999-12-08  Florian Weimer  <fw@s.netic.de>
3152
3153         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3154         for the `de' newsgroups hierarchy, as it is common practice there.
3155
3156
3157 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3158
3159         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3160         buffer-string arguments. Fix references.
3161
3162 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3163
3164         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3165         (gnus-agent-batch-fetch): Use it.
3166         (gnus-agent-fetch-session): Use it.
3167
3168 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3169
3170         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3171
3172 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3173
3174         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3175         nil.
3176
3177 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3178
3179         * nnslashdot.el (nnslashdot-request-list): There were two
3180         top-level body-forms.  Put a `progn' around them.
3181
3182         * gnus.el (gnus-select-method): Use `condition-case'
3183         instead of `ignore-errors', since cl may not be loaded when the
3184         form is evaluated.
3185
3186 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3187
3188         * nnwarchive.el: Support www.mail-archive.com.
3189
3190 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3191
3192         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3193         do anything.
3194
3195 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3196
3197         * utf7.el: New file, written by Jon K Hellan.
3198
3199         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3200         default to t.
3201
3202 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3205
3206         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3207         current.
3208         (gnus-refer-article-methods): New function.
3209         (gnus-summary-refer-article): Use it.
3210
3211 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3212
3213         * nnimap.el (nnimap-retrieve-groups): Return active format.
3214
3215         * nnimap.el (nnimap-replace-in-string): Removed.
3216         (nnimap-request-list):
3217         (nnimap-retrieve-groups):
3218         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3219
3220 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3221
3222         * imap.el: Use format-spec for ssl program.
3223         * imap.el (imap-ssl-arguments): Removed.
3224         (imap-ssl-open-{1,2}): Removed.
3225
3226 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3227
3228         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3229         instead of `ignore-errors', since cl may not be loaded when the
3230         form is evaluated.
3231
3232 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3233
3234         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3235         (mm-7bit-chars): New variable.
3236         (mm-body-7-or-8): Use it in both cases.
3237
3238 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3239
3240         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3241           defcustom definitions.
3242
3243 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3244
3245         * mm-decode.el (mm-display-part): Let mm-display-external return
3246         inline or external.
3247         (mm-display-external): For copiousoutput methods, insert output in
3248         buffer.
3249
3250 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3251
3252         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3253         buffer.
3254
3255 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * gnus-audio.el: An M too far.
3258
3259         * gnus-msg.el (gnus-setup-message): One backtick too many.
3260
3261         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3262         a function, not a variable.
3263
3264 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3265
3266         * gnus-score.el (gnus-score-body): Widen before requesting.
3267
3268 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3271
3272 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3273
3274         * mail-source.el (mail-source-fetch-webmail): Bind
3275         mail-source-string.
3276
3277 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3278
3279         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3280         (gnus-uu-unmark-by-regexp): Ditto.
3281
3282         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3283         dead groups.
3284
3285 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3288         do their real thing.
3289
3290         * nnmh.el (nnmh-be-safe): Doc fix.
3291
3292         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3293
3294         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3295         status line has arrived before we count it.
3296
3297         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3298
3299         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3300         Whitespace problems.
3301
3302         * gnus-win.el (gnus-configure-windows): Error fix.
3303
3304         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3305         right function.
3306
3307         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3308         Indent all functions.  Fix all comments to match the comment
3309         conventions.  Double-space after full stop.
3310
3311 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3312
3313         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3314         value to divide received mails into my favorite groups and I met
3315         an error.  It takes place if the length of a element "VALUE" in
3316         nnmail-split-fancy is less than two.
3317
3318 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3319
3320         * mml.el (mml-insert-part): New function.
3321
3322 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * lpath.el: Add `sc-cite-regexp'.
3325
3326 1999-12-02  Dave Love  <fx@gnu.org>
3327
3328         * mm-decode.el: Customize.
3329
3330 1999-12-03  Dave Love  <fx@gnu.org>
3331
3332         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3333         the W3 stuff isn't available.
3334
3335 1999-12-03  Dave Love  <fx@gnu.org>
3336
3337         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3338         at runtime.
3339
3340 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3341
3342         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3343
3344 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3345
3346         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3347         don't be fooled by "From nobody" lines added by respooling.
3348
3349         * pop3.el (pop3-movemail): Write crashbox in binary.
3350         (pop3-get-message-count): New function.
3351
3352         * mail-source.el (mail-source-primary-source): New variable.
3353         (mail-source-report-new-mail-interval): New variable.
3354         (mail-source-idle-time-delay): New variable.
3355         (mail-source-new-mail-available): New internal variable.
3356         (mail-source-fetch-pop): Clear new mail flag, when mail from
3357         primary source has been fetched.
3358         (mail-source-check-pop): New function.
3359         (mail-source-new-mail-p): New function.
3360         (mail-source-start-idle-timer): New function.
3361         (mail-source-report-new-mail): New function.
3362         (mail-source-report-new-mail): New internal variable.
3363         (mail-source-report-new-mail-timer): New internal variable.
3364         (mail-source-report-new-mail-idle-timer): New internal variables.
3365
3366 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3367
3368         * gnus-cus.el (gnus-group-customize): Customize fix.
3369
3370 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3371
3372         * message.el (message-send-mail-with-sendmail): Use
3373         message-make-address.
3374
3375 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3376
3377         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3378
3379 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3380
3381         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3382
3383 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3384
3385         * mml.el (mml-insert-tag): Don't close the tag.
3386         (mml-insert-empty-tag): New function.
3387         (mml-attach-file): Use mml-insert-empty-tag instead of
3388         mml-insert-tag.
3389         (mml-attach-buffer): Ditto.
3390         (mml-attach-external): Ditto.
3391         (mml-insert-multipart): Ditto.
3392
3393 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3394
3395         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3396         the article number.
3397
3398 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3399
3400         * gnus.el (gnus-find-method-for-group): The method of a new group
3401         is not the native one.
3402
3403 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3406
3407 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * nnultimate.el (nnultimate-retrieve-headers): Use
3410         mm-with-unibyte-current-buffer.
3411         (nnultimate-request-article): Ditto.
3412
3413 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3414
3415         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3416
3417 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3418
3419         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3420         * nnweb.el (nnweb-retrieve-headers): Use it.
3421         (nnweb-request-article): Use it.
3422
3423         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3424         case matching failed.
3425
3426 1999-12-02  John Wiegley <jwiegley@inprise.com>
3427
3428         * mail-source.el (mail-source-keyword-map): Add backslash to
3429         Delete-flag.
3430
3431 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3434         Latin-1.
3435         (gnus-group-charset-alist): No, don't.
3436
3437         * nnweb.el (nnweb-init): Make the buffer unibyte.
3438
3439 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3440
3441         * mail-source.el (mail-source-set-common-1): Fix to get the
3442         default value.
3443
3444 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445
3446         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3447
3448         * nnultimate.el (nnultimate-request-list): Use unibyte.
3449
3450         * gnus-uu.el (gnus-uu-grab-articles): Bind
3451         gnus-display-mime-function to nil.
3452
3453         * message.el (message-send-mail-with-sendmail): Use the
3454         user-mail-address variable.
3455
3456         * gnus-art.el (gnus-ignored-headers): More headers.
3457
3458         * message.el (message-shorten-1): Use list.
3459
3460 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3463         signatures.
3464
3465         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3466         (nnweb-dejanews-create-mapping): Do the properish date.
3467
3468 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3469
3470         * mail-source.el (mail-source-common-keyword-map): New variable.
3471         (mail-source-bind-common): New macro.
3472         (mail-source-fetch): Support plugged mail source.
3473         * gnus-int.el (gnus-request-scan): Use them.
3474
3475 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * mm-view.el (mm-inline-message): Check whether charset is a
3478         string.
3479
3480         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3481
3482         * message.el (message-mode-map): Changed keystroke for
3483         message-yank-buffer.
3484
3485 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3486
3487         * message.el (message-shorten-references): Cut references to 31
3488         elements, then either fold them or shorten them to 988 characters.
3489         (message-shorten-1): New function.
3490         (message-cater-to-broken-inn): New variable.
3491
3492 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3493
3494         * nnslashdot.el (nnslashdot-lose): New function.
3495
3496 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * mm-view.el (mm-inline-message): Not the right type of charset is
3499         being fetched here.  Let the group charset rule.
3500         (mm-inline-message): Ignore us-ascii.
3501
3502 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3503
3504         * mail-source.el (mail-source-fetch-maildir): work around the
3505         ommitted "file-regular-p" in efs/ange-ftp
3506
3507 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3510         (mml-generate-mime-1): Use the encoding param.
3511
3512         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3513
3514         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3515         gnus-art before binding its variables.
3516
3517         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3518         after the MIME.
3519
3520 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3521
3522         * message.el (message-clone-locals): Use it.
3523
3524         * gnus-msg.el (gnus-configure-posting-styles): Make
3525         user-mail-address local.
3526
3527 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3528
3529         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3530         once.
3531
3532 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3535         (message-clone-locals): Ditto.
3536
3537         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3538         group inherit reply-to or from.
3539
3540 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3541
3542         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3543         for charset.
3544         (gnus-summary-show-article-charset-alist): New variable.
3545
3546         * mm-bodies.el (mm-decode-string): Support gnus-all and
3547         gnus-unknown.
3548         (mm-decode-body): Ditto.
3549         * rfc2047.el (rfc2047-decode): Ditto.
3550
3551 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * mail-source.el (mail-source-delete-incoming): Change default to
3554         t.
3555
3556 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3557
3558         * gnus.el: Pterodactyl Gnus v0.99 is released.
3559
3560 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3563
3564         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3565         spec.
3566
3567         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3568         (gnus-configure-posting-styles): No, don't.
3569         (gnus-configure-posting-styles): Allow overriding files.
3570
3571         * gnus-art.el (gnus-header-button-alist): Use browse-url
3572         directly.
3573
3574         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3575
3576         * gnus-msg.el (gnus-summary-yank-message): New command and
3577         keystroke.
3578
3579         * message.el (message-yank-buffer): New command.
3580         (message-buffers): New function.
3581
3582         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3583         next group in a more normal fasion.
3584
3585         * mml.el (mml-boundary-function): New variable.
3586         (mml-compute-boundary): Use it.
3587
3588         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3589         that exist for them.
3590
3591         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3592         (gnus-async-timer): New variable.
3593
3594 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * nnultimate.el (nnultimate-request-list): Be more lenient with
3597         root addresses.
3598
3599 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * gnus-art.el (gnus-treatment-function-alist): Do
3602         gnus-treat-capitalize-sentences.
3603
3604 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3605
3606         * webmail.el (webmail-hotmail-article): Hotmail changes the
3607         format.
3608
3609 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3610
3611         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3612         switch to buffer after calling program.
3613         (mm-display-external): Use `shell-command-switch' instead of "-c".
3614
3615 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3618         read groups file.
3619
3620         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3621         <p>.
3622
3623 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * message.el (message-mode): Doc fix.
3626
3627 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3628
3629         * gnus-art.el (article-emphasize): Check group variable.
3630         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3631
3632 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3633
3634         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3635         type.
3636
3637 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3638
3639         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3640
3641 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3642
3643         * mml.el (mml-quote-region): Insert ! after the hash.
3644
3645 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3646
3647         * gnus-group.el (gnus-group-warchive-address-history): Change to
3648         nil.
3649
3650 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3651
3652         * webmail.el: Support mail.yahoo.com.
3653
3654         * mail-source.el (mail-source-fetch-webmail): Add password check.
3655         (mail-source-keyword-map): Use `subtype'.
3656
3657 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3658
3659         * mail-source.el (mail-source-keyword-map): Add webmail.
3660         (mail-source-fetcher-alist): Ditto.
3661         (mail-source-fetch-webmail): New function.
3662         * webmail.el: New file.
3663
3664 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3665
3666         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3667
3668 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3669
3670         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3671
3672 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3675         (nnultimate-prune-days): New function.
3676         (nnultimate-create-mapping): Use it.
3677         (nnultimate-request-group): Only fetch the groups list if it has
3678         not been done before.
3679         (nnultimate-retrieve-headers): Don't write groups.
3680         (nnultimate-create-mapping): Off-by-one error.
3681
3682 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3685         threaded subjects.
3686
3687 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3688
3689         * nnwarchive.el: Lots of changes make agent happy.
3690
3691 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3692
3693         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3694         hashtb.
3695
3696 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3697
3698         * mm-decode.el (mm-display-external): Write region with binary
3699         mode.
3700
3701 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3702
3703         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3704
3705 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3706
3707         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3708         (mm-uu-test): Now it is in restricted region.
3709
3710         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3711
3712         * mm-view.el (mm-view-message): Fix buffer leak.
3713         (mm-inline-message): Support 'gnus-decoded.
3714
3715         * mm-bodies.el (mm-decode-body): Ditto.
3716
3717         * rfc2047.el (rfc2047-decode-region): Ditto.
3718
3719 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3720
3721         * imap.el (require): Added autoload for base64-encode-string.
3722
3723 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3724
3725         * gnus.el (gnus-refer-article-method): Made list value
3726         customizable.
3727
3728 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3729
3730         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3731         NOFORCE in Emacs case.
3732
3733 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3734
3735         * gnus-art.el (gnus-request-article-this-buffer): Set
3736         gnus-newsgroup-name.
3737
3738 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3739
3740         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3741         NOFORCE.
3742
3743 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3744
3745         * gnus-start.el (gnus-get-unread-articles): Check server before
3746         scanning.
3747
3748 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3749
3750         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3751
3752         * nnslashdot.el (nnslashdot-login-name): New variable.
3753         (nnslashdot-password): Ditto.
3754         (nnslashdot-request-post): New function.
3755
3756         * gnus-art.el (gnus-treat-buttonize): More testing.
3757
3758         * mm-encode.el: Another CVS test.
3759
3760         * gnus-art.el (gnus-treat-emphasize): Change default.
3761         (gnus-treat-buttonize): Ditto.
3762         (gnus-treat-buttonize): This is a test.
3763
3764         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3765         (gnus-build-sparse-threads): Ditto.
3766         (gnus-build-all-threads): Ditto.
3767
3768         * nnheader.el (make-full-mail-header): Make into a subst.
3769
3770         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3771         unless w3 is supplied.
3772
3773         * gnus.el (gnus-refer-article-method): Doc fix.
3774
3775         * gnus-sum.el: Do not accept a prefix.
3776         (gnus-summary-refer-article): Accept a list of select methods.
3777
3778 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3779
3780         * Makefile.in: Change `^  *' to `\t'.
3781
3782 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3783
3784         * message.el (message-forward): Pay attention to prefix argument
3785         again and forward all headers when it is set, regardless of the
3786         value of message-forward-ignored-headers.
3787
3788 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3789
3790         * dgnushack.el (dgnushack-compile): Vpath file.
3791
3792         * Makefile.in (SHELL): VPATH support.
3793
3794 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-ems.el: Check for cygwin32.
3797
3798 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3799
3800         * mm-decode.el (mm-display-external): Use 'non-viewer.
3801
3802 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3803
3804         * base64.el (base64-encode-string): An alias for base64-encode for
3805         compatibility.
3806
3807 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3808
3809         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3810         nntp-inhibit-erase.
3811
3812 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3813
3814         * gnus-start.el (gnus-get-unread-articles): Use
3815         nnfoo-retrieve-groups to find new news, if available.
3816         (gnus-read-active-file-2): New function.
3817         (gnus-get-unread-articles): Use it.
3818         (gnus-read-active-file-1): Ditto.
3819
3820 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * mm-util.el (mm-find-mime-charset-region): Make sure
3823         find-coding-systems-for-charsets is fbound.
3824
3825         * gnus-ems.el: Typo fix.
3826
3827 1999-11-13  Florian Weimer  <fw@s.netic.de>
3828
3829         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3830         it's available and makes sense.
3831
3832 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3833
3834         * gnus-score.el (gnus-score-save): Translate score file.
3835
3836 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3837
3838         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3839         added fetchflag and dontexpunge keywords.
3840         (mail-source-fetch-imap): Use them.
3841
3842 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3843
3844         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3845         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3846         `defconst'.
3847
3848         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3849         `defconst'.
3850         Mention that it is both for group and topic parameters.
3851         (gnus-extra-topic-parameters): New constant, including `subscribe'
3852         parameter.
3853         (gnus-extra-group-parameters): New constant.
3854         (gnus-group-customize): Use them.
3855
3856         * gnus.el (gnus-select-method): Added default value and tag.
3857         (gnus-refer-article-method): Added `DejaNews' customization option.
3858
3859 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3862
3863         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3864         syntax.
3865
3866         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3867
3868         * nnslashdot.el (nnslashdot-group-number): Changed default.
3869
3870         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3871         (nnweb-dejanews-wash-article): Removed.
3872         (nnweb-type-definition): Fetch by id.
3873
3874         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3875         we mean it.
3876
3877         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3878         (nnslashdot-request-list): Use Ultramode as well.
3879         (nnslashdot-date-to-date): Be more lenient.
3880         (nnslashdot-threaded): New function.
3881
3882 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3885
3886 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3887
3888         * nnweb.el (nnweb-type-definition): /=dnc
3889
3890 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891
3892         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3893         dates.
3894         (nnultimate-retrieve-headers): Wrong ordering.
3895
3896 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3897
3898         * message.el (message-forward-as-mime): New variable.
3899
3900 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3903
3904 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3905
3906         * mail-source.el (mail-source-movemail-and-remove): New function.
3907         (mail-source-keyword-map): Add `function' for `maildir'.
3908         (mail-source-fetch-maildir): Use it.
3909
3910 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3911
3912         * nnwarchive.el: New file.
3913         * gnus-group.el (gnus-group-make-warchive-group): New function.
3914         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3915
3916 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3919         subjects.
3920
3921 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3922
3923         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3924
3925 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * nnultimate.el (nnultimate-open-server): Do address.
3928         (nnultimate-forum-table-p): New function.
3929
3930         * nnweb.el (nnweb-insert-html): Renamed.
3931         (nnweb-insert): New function.
3932
3933         * nnultimate.el (nnultimate-insert-html): New function.
3934
3935         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3936         if nov is evil.
3937         (nnslashdot-retrieve-headers): use the sane version instead.
3938
3939 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3940
3941         * nnslashdot.el (nnslashdot-request-article): Fold case.
3942
3943         * nnultimate.el: New file.
3944
3945         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3946         unless wanted.
3947
3948         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3949         (gnus-read-active-file-1): Separated into own function.
3950         (gnus-read-active-file): Catch quits.
3951
3952         * nnslashdot.el (nnslashdot-request-article): Search better on
3953         first article.
3954         (nnslashdot-request-list): Fold case.
3955         (nnslashdot-retrieve-headers): Ditto.
3956
3957 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * gnus.el: Autoload gnus-subscribe-topics.
3960
3961 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3962
3963         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3964         before dot.
3965         * gnus-util.el (gnus-write-active-file): Ditto.
3966
3967 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3968
3969         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3970         function.
3971         * gnus-cache.el (gnus-cache-file-name): Use it.
3972         * gnus-agent.el (gnus-agent-group-path): Use it.
3973         * nnmail.el (nnmail-group-pathname): Use it.
3974
3975 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3976
3977         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3978         if cooked.
3979         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3980         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3981         * gnus.el (gnus-short-group-name): "..." proof.
3982
3983 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3984
3985         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3986         support nnslashdot.
3987
3988 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3991         many articles.
3992         (nnslashdot-generate-active): New function.
3993         (nnslashdot-request-newgroups): Use it.
3994
3995         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3996         names.
3997
3998         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3999         (nnslashdot-request-list): Not moderated.
4000
4001 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
4002
4003         * nnimap.el (nnimap-open-server): Remove error signal if
4004         nnimap-server-buffer is nil (the check should've been `boundp').
4005
4006         * imap.el (imap-log):
4007         * nnimap.el (nnimap-debug): Disable debugging by default.
4008
4009 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4010
4011         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
4012
4013         * gnus-topic.el (gnus-subscribe-topic): New function.
4014
4015         * nnslashdot.el (nnslashdot-request-list): Give out extended group
4016         names.
4017
4018         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
4019         if starting with a quote.
4020
4021 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4022
4023         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
4024         group name.
4025
4026 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * nnslashdot.el: New file.
4029
4030         * nnheader.el (nnheader-insert-header): New function.
4031
4032         * gnus-art.el (gnus-mime-internalize-part): Bind
4033         mm-inlined-types.
4034
4035         * nndraft.el (nndraft-request-expire-articles): Do all the backup
4036         files.
4037
4038 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4039
4040         * emacs-mime.texi (Customization): Document mm-inline-override-types
4041
4042 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4043
4044         * emacs-mime.texi (Customization): Document mm-inline-override-types
4045
4046 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4047
4048         * emacs-mime.texi (Customization): Document mm-inline-override-types
4049
4050 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
4051
4052         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
4053         (smiley-toggle-buffer): New function.
4054         (smiley-buffer): Don't quote the function.
4055         (smiley-toggle-extents): Ditto.
4056
4057 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
4060         empty buffers.
4061
4062 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063
4064         * gnus-art.el (gnus-article-mode-map): Use the summary article
4065         edit.
4066
4067 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
4068
4069         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
4070
4071 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
4074
4075 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
4076
4077         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
4078         is list or not before condition.
4079
4080 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4081
4082         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
4083
4084 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
4085
4086         * gnus-art.el (gnus-emphasis-alist): New value.
4087
4088 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4089
4090         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4091         `buffer-substring'.
4092
4093 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * gnus-art.el (article-date-ut): Keep the updated timer.
4096         (gnus-emphasis-underline-italic): Doc fix.
4097
4098         * gnus-msg.el (gnus-post-method): Doc fix.
4099         (gnus-post-method): Change default.
4100
4101 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4102
4103         * message.el (message-newline-and-reformat): Improvements.
4104
4105 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * message.el (message-newline-and-reformat): Don't insert too many
4108         newlines.
4109         (message-newline-and-reformat): Work even if not sc.
4110
4111         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4112
4113         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4114
4115 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4116
4117         * mm-view.el (mm-display-patch-inline): New function.
4118
4119 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4120
4121         * mm-view.el (mm-display-patch-inline): New function.
4122
4123 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4126         group.
4127
4128         * message.el (message-forward): Narrow to the right header.
4129
4130         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4131         dates.
4132
4133         * gnus-msg.el (gnus-configure-posting-styles): Use the
4134         user-full-name function.
4135
4136         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4137         (mm-body-charset-encoding-alist): Default to nil.
4138
4139         * message.el (message-elide-ellipsis): Fix typo.
4140         (message-elide-region): Ditto.
4141         (message-elide-region): Don't insert a newline first.
4142
4143 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4146         gnus-fetch-old-headers.
4147         (gnus-cut-threads): Ditto.
4148         (gnus-summary-initial-limit): Ditto.
4149         (gnus-summary-limit-children): Ditto.
4150
4151         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4152         matches.
4153
4154 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4155
4156         * gnus-art.el (article-decode-encoded-words):
4157         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4158         live.
4159
4160         * gnus.el (gnus-read-method): Add methods from
4161         `gnus-opened-servers' to completion. Map entered method/address
4162         into existing methods if possible.
4163
4164         * gnus-group.el (gnus-group-make-group): Simplify method.
4165
4166         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4167
4168         * mml.el (mml-preview): Remove mail-header-separator before
4169         encoding.
4170
4171 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * message.el (message-read-from-minibuffer): New function.
4174
4175 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4176
4177         * gnus.el: Pterodactyl Gnus v0.98 is released.
4178
4179 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4180
4181         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4182
4183 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4184
4185         * mml.el (mml-generate-mime-1): Read attached binary file in
4186         binary mode.
4187
4188 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4189
4190         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4191
4192 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4193
4194         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4195
4196 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4197
4198         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4199
4200 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4201
4202         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4203         (gnus-article-mime-match-handle-function): New variable.
4204         (gnus-article-view-part): Make `b' customizable.
4205
4206 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4207
4208         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4209
4210 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4211
4212         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4213
4214 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4215
4216         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4217
4218 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4219
4220         * gnus-srvr.el (gnus-browse-foreign-server): Use
4221         `buffer-substring' instead of `read'.
4222
4223 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4224
4225         * nnimap.el, imap.el, rfc2104.el: New files.
4226
4227         * gnus.el (gnus-valid-select-methods): Add nnimap.
4228
4229         * gnus-group.el (gnus-group-group-map): Add
4230         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4231         (gnus-group-nnimap-expunge): New function.
4232         (gnus-group-nnimap-edit-acl): New function.
4233
4234         * gnus-agent.el (gnus-agent-group-mode-map): Add
4235         gnus-agent-synchronize.
4236         (gnus-agent-synchronize): New function.
4237         (gnus-agent-fetch-group-1): Check if server is open.
4238
4239         * nnagent.el (nnagent-request-set-mark): Save marks.
4240
4241         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4242         (mail-source-fetcher-alist): Map to imap fetcher function.
4243         (mail-source-fetch-imap): New function.
4244
4245         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4246         Hash:.
4247
4248 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4249
4250         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4251         (gnus-topic-sort-topics): New function.
4252         (gnus-topic-make-menu-bar): Add sort-topics.
4253         (gnus-topic-move): New function.
4254         (gnus-topic-move-group): Move the topic if no group selected.
4255
4256 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4257
4258         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4259
4260 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4261
4262         * mm-view.el (mm-inline-message): Fix leaving group bug.
4263
4264 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4265
4266         * gnus-msg.el (gnus-post-method): Use normal method if current is
4267         not available.
4268
4269 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4270
4271         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4272         (nnmail-insert-lines): Ditto.
4273
4274 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4275
4276         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4277         line.
4278
4279         * message.el (message-unsent-separator): One more separator.
4280
4281 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4282
4283         * nnfolder.el (nnfolder-request-move-article): For empty article,
4284         search till (point-max).
4285         (nnfolder-retrieve-headers): Ditto.
4286         (nnfolder-request-accept-article): Ditto.
4287         (nnfolder-save-mail): Ditto.
4288         (nnfolder-insert-newsgroup-line): Ditto.
4289
4290 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4291
4292         * qp.el (quoted-printable-encode-region): Check eobp.
4293
4294 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4295
4296         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4297
4298 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4299
4300         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4301         wait-for-reply.
4302
4303 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4304
4305         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4306         (mm-uu-forward-end-line): Ditto.
4307
4308 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4309
4310         * binhex.el (binhex-decode-region): don't consider the value of
4311         `enable-multibyte-characters' in XEmacs.
4312
4313         * gnus-start.el (gnus-read-descriptions-file): ditto.
4314
4315         * mm-util.el (mm-multibyte-p): ditto.
4316         (mm-with-unibyte-buffer): ditto.
4317         (mm-find-charset-region): use `mm-multibyte-p'.
4318
4319         * mm-bodies.el (mm-decode-body): ditto.
4320         (mm-decode-string): ditto.
4321
4322         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4323         `enable-multibyte-characters' in XEmacs.
4324
4325 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4326
4327         * mm-util.el (mm-binary-coding-system): Try binary first.
4328
4329 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4330
4331         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4332
4333 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4334
4335         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4336         format.
4337         (article-date-ut): Find correct insert position.
4338
4339 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4340
4341         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4342         forwarded message.
4343
4344 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4347         groups.
4348
4349         * message.el (message-resend): Use message mode when prompting.
4350
4351         * gnus-art.el (article-hide-headers): Mark wash.
4352         (article-emphasize): Ditto.
4353
4354 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4355
4356         * message.el (message-newline-and-reformat): Work for SC.
4357
4358 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4361
4362         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4363
4364 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4365
4366         * mm-decode.el mm-inline-override-types: New variable
4367
4368         * mm-decode.el (mm-inline-override-p): New function
4369
4370         * mm-decode.el (mm-inlined-p): Use it
4371
4372 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4373
4374         * mm-decode.el mm-inline-override-types: New variable
4375
4376         * mm-decode.el (mm-inline-override-p): New function
4377
4378         * mm-decode.el (mm-inlined-p): Use it
4379
4380 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4381
4382         * gnus.el: Pterodactyl Gnus v0.97 is released.
4383
4384 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4385
4386         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4387         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4388         3 args.
4389
4390 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391
4392         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4393         buffer for params.
4394
4395         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4396         line.
4397
4398         * message.el (message-forward-ignored-headers): New variable.
4399
4400         * gnus-art.el (gnus-article-prepare-display): Nix out
4401         gnus-article-wash-types.
4402
4403         * gnus-agent.el (gnus-agent-create-buffer): New function.
4404         (gnus-agent-fetch-group-1): Use it.
4405         (gnus-agent-start-fetch): Ditto.
4406
4407         * gnus-sum.el (gnus-summary-exit): Don't use
4408         `gnus-use-adaptive-scoring'.
4409
4410         * mail-source.el (mail-source-fetch-pop): Only store password when
4411         successful.
4412
4413         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4414
4415 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416
4417         * message.el (message-reply): Use it.
4418         (message-dont-reply-to-names): New variable.
4419
4420         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4421
4422         * mm-util.el (mm-preferred-coding-system): Typo fix.
4423
4424         * message.el (message-bounce): Work for non-MIME.
4425
4426         * gnus.el (gnus-short-group-name): Short the right parts of the
4427         name.
4428
4429 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4430
4431         * mm-encode.el (mm-qp-or-base64): New version.
4432
4433 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4434
4435         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4436
4437 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4438
4439         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4440         of restricted region.
4441         (gnus-mime-display-single): Set beg at correct point.
4442
4443 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4444
4445         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4446
4447 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4448
4449         * gnus-msg.el (gnus-configure-posting-styles): Let
4450         `gnus-posting-styles' have its say in posting-style: local
4451         variable `styles' is already bound to `gnus-posting-styles' so
4452         don't rebind it to nil.
4453
4454 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4455
4456         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4457         Message-ID.
4458
4459 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4460
4461         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4462         quoted-printable-encode-region.
4463
4464         * qp.el (quoted-printable-encode-region): Assume charset
4465         encoded. Fold every line in the region.
4466
4467 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4468
4469         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4470         of active file.
4471
4472 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4473
4474         * message.el (message-mode): allows whitespaces between multiple
4475         instances of the fill character ">".
4476
4477 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4478
4479         * mm-encode.el (mm-qp-or-base64): Fix.
4480
4481 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * message.el (message-send): Too much and.
4484
4485 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4486
4487         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4488
4489 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * gnus-score.el (gnus-score-headers): Work for nil scores.
4492
4493 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * gnus-cache.el (gnus-cache-write-active): Write full names.
4496
4497         * gnus-util.el (gnus-write-active-file): Accept full name.
4498
4499         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4500         (mm-assoc-string-match): New function.
4501         (mm-display-inline): Use it.
4502
4503         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4504
4505         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4506
4507 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4508
4509         * mml.el (mml-generate-multipart-alist): New variable.
4510
4511 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4514
4515 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4516
4517         * message.el (message-send): More helpful error message if sending
4518         fails
4519
4520 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4521
4522         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4523         in newer emacsen, where ?r isn't equal 114.
4524
4525 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4526
4527         * gnus.el: Pterodactyl Gnus v0.96 is released.
4528
4529 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4530
4531         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4532         to get active info if method is covered by agent, otherwise
4533         active info is lost.
4534
4535 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4536
4537         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4538
4539 1999-08-09  Dave Love  <fx@gnu.org>
4540
4541         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4542
4543 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4544
4545         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4546           (already matched by "^X-Pgp"), removed duplicate
4547           X-Mailing-List, added several new junk headers.
4548
4549 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4550
4551         * gnus-art.el (article-decode-charset): Don't assume
4552         gnus-summary-buffer is live.
4553
4554 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4555
4556         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4557
4558 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4559
4560         * gnus-score.el (gnus-home-score-file): Work with absolute path
4561         names.
4562
4563 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4564
4565         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4566         nothing else in the group.
4567
4568 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4569
4570         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4571         the article.
4572
4573 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4574
4575         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4576
4577 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4578
4579         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4580         from mutt.
4581
4582 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4583
4584         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4585         whitespace.
4586
4587 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4588
4589         * mm-util.el (mm-text-coding-system-for-write): New variable.
4590         (mm-append-to-file): New function.
4591         (mm-write-region): New function.
4592
4593         * gnus-art.el (gnus-output-to-file): Use it.
4594         * gnus-util.el (gnus-output-to-rmail): Ditto.
4595         (gnus-output-to-mail): Ditto.
4596         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4597
4598 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4599
4600         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4601
4602         * nnheader.el (nnheader-insert-file-contents): Revert and use
4603         mm-insert-file-contents.
4604         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4605         (nnheader-auto-mode-alist): Removed.
4606
4607         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4608         (mm-insert-file-contents): Add a new parameter for inserting
4609         compressed file literally.
4610
4611         * mml.el (mml-generate-mime-1): Insert non-text literally.
4612
4613         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4614
4615 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4616
4617         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4618
4619 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4620
4621         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4622         koi8-r.
4623
4624 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4625
4626         * mml.el (mml-insert-mime): Decode text.
4627         (mml-to-mime): Narrow to headers-or-head.
4628
4629 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4630
4631         * mm-view.el (mm-inline-text): Check
4632         w3-meta-content-type-charset-regexp.
4633
4634 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4635
4636        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4637        predicate.
4638
4639 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4640
4641         * gnus-mlspl.el: Documentation fixes.
4642
4643 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4644
4645         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4646
4647 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4648
4649         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4650         variables.
4651
4652 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4653
4654         * nnmail.el (nnmail-get-new-mail): "Done".
4655
4656 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4657
4658         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4659         interactive.
4660
4661 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4662
4663         * gnus-art.el (article-decode-charset): Fix broken CT.
4664
4665 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4666
4667         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4668         overview buffer if it is killed.
4669
4670 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4671
4672         * gnus-art.el (article-babel): New version.
4673
4674 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4675
4676         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4677
4678 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4679
4680         * gnus.texi (More Threading): Document new variable
4681         `gnus-sort-gathered-threads-function'.
4682
4683 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4684
4685         * gnus.texi (More Threading): Document new variable
4686         `gnus-sort-gathered-threads-function'.
4687
4688 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4689
4690         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4691         usage.
4692
4693 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4694
4695         * mm-util.el (mm-running-xemacs): Removed.
4696         (mm-coding-system-p): New function.
4697         (mm-binary-coding-system): Safe guess.
4698         (mm-text-coding-system): Ditto.
4699         (mm-auto-save-coding-system): Ditto.
4700
4701 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4704         (mm-qp-or-base64): Reversed logic.
4705
4706         * mm-decode.el (mm-save-part-to-file): Let coding system be
4707         binary.
4708
4709 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4710
4711         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4712         be set in topic parameters.
4713
4714 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4715
4716         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4717         (gnus-sort-gathered-threads): Allow the user to specify the
4718         function to use when sorting gathered threads.
4719
4720         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4721         mark cached articles as `undownloaded'.
4722
4723 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4724
4725         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4726         to have buffer local values.
4727
4728 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4729
4730         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4731         types 'g' for 'guess group type.
4732
4733 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4734
4735         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4736         after each regexp in nnmail-list-identifiers, not just after last
4737         one.
4738
4739         * gnus-sum.el (gnus-list-identifiers): New variable.
4740         (gnus-summary-remove-list-identifiers): New function.
4741         (gnus-select-newsgroup): Use it.
4742         (gnus-summary-wash-hide-map): Bind
4743         `gnus-article-hide-list-identifiers' to W W l.
4744         (gnus-summary-make-menu-bar): Add list-identifiers command.
4745
4746         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4747         (gnus-treatment-function-alist): Add variable.
4748         (article-hide-list-identifiers): New function.
4749         (mapcar): Add function.
4750         (gnus-article-hide): Use it.
4751
4752 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4753
4754         * gnus.el: Pterodactyl Gnus v0.95 is released.
4755
4756 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * mm-decode.el (mm-mailcap-command): New function.
4759         (mm-display-external): Use it.
4760
4761         * gnus-art.el (article-make-date-line): Work for India.
4762
4763         * mm-encode.el (mm-qp-or-base64): Typo.
4764
4765         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4766
4767 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4768
4769         * gnus.el: Pterodactyl Gnus v0.94 is released.
4770
4771 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4772
4773         * pop3.el: New version.
4774
4775 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4776
4777         * mm-encode.el (mm-qp-or-base64): New function.
4778         (mm-content-transfer-encoding): Use it.
4779
4780         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4781
4782 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4783
4784         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4785
4786         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4787
4788 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789
4790         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4791         keystroke.
4792
4793         * mailcap.el (mailcap-mime-types): New function.
4794
4795         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4796
4797         * message.el (message-goto-eoh): Really go to the end.
4798
4799 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4800
4801         * message.el (message-make-date): Do the right thing in with
4802         sub-hour time zones.
4803
4804 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4807         report.
4808
4809 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4810
4811         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4812
4813 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4814
4815         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4816         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4817         and use t as default value.
4818
4819 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4820
4821         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4822         gnus-summary-buffer is live.
4823
4824 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4825
4826         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4827
4828 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4829
4830         * message.el (message-bounce): Do MIME bounces MIMEy.
4831
4832         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4833
4834 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * mailcap.el (mailcap-mime-extensions): Changed patch to
4837         text/x-patch.
4838
4839         * mm-decode.el (mm-display-external): Wrong placement of paren.
4840
4841 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4842
4843         * gnus.el: Pterodactyl Gnus v0.93 is released.
4844
4845 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4846
4847         * gnus-cus.el (gnus-group-parameters): New entries for
4848         gnus-group-split.
4849
4850         * gnus-mlspl.el: Renamed functions and variables so as to
4851         start with gnus-group-split.
4852         * gnus.el: Adjust autoload entries.
4853
4854 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4855
4856         * gnus-mlspl.el: Removed trailing t from comment and provide.
4857         Renamed functions and variables to start with gnus-mlsplit.
4858         Added autoload comments.
4859         * gnus.el: Added autoload entries.
4860
4861 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4862
4863         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4864         so that matches excluded by RESTRICTs do not cause the whole split
4865         to be ignored.  This also fixes a long-standing bug in which a
4866         split with \N substitutions wouldn't cause cross-posting as
4867         expected.
4868
4869         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4870         (nnmail-split-it): Implement them.
4871
4872         * nnmail.el (nnmail-split-fancy): Document ! splits.
4873
4874 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4875
4876         * pop3.el: New version.
4877
4878 1999-07-05  Simon Josefsson
4879
4880         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4881
4882 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4885
4886 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4887
4888         * gnus-util.el (gnus-write-active-file): Use real name.
4889
4890         * gnus-agent.el (gnus-agent-expire): Update active file
4891         method by method.
4892
4893 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4894
4895         * nndraft.el (nndraft-request-article): Use difference
4896         coding-systems for queue and drafts.
4897
4898         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4899         nndraft:drafts.
4900
4901         * mm-util.el (mm-auto-save-coding-system): New coding system.
4902
4903         * message.el (message-draft-coding-system): Use it.
4904
4905 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4906
4907         * mm-uu.el: More customizable and less aggressive.
4908
4909 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910
4911         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4912         when plugged.
4913
4914         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4915         (mml-insert-mml-markup): Accept a nofile.
4916         (mml-insert-mime): Insert nofile.
4917
4918         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4919
4920         * mm-decode.el (mm-handle-media-type): New function.
4921         (mm-handle-media-supertype): New function.
4922         (mm-handle-media-subtype): New function.
4923         Use new functions throughout. "/"))
4924
4925 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-art.el (gnus-treat-predicate): Typo.
4928
4929 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930
4931         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4932
4933 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * gnus-art.el (article-date-ut): UT!  Default it!
4936
4937 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4938
4939         * gnus.el: Pterodactyl Gnus v0.92 is released.
4940
4941 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4942
4943         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4944
4945 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4948         connected.
4949
4950         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4951         when plugged.
4952
4953         * mm-view.el (mm-inline-message): Ignore remove-spec.
4954
4955         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4956         is bound.
4957
4958         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4959
4960         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4961
4962         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4963         start.
4964
4965         * message.el (message-fill-yanked-message): Remove `t' arg.
4966
4967         * gnus-group.el (gnus-group-kill-group): Message killing of
4968         groups.
4969
4970         * mm-util.el (mm-preferred-coding-system): New function.
4971         (mm-mime-charset): Use it.
4972
4973         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4974
4975 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4976
4977         * gnus-mlsplt.el: New file.
4978
4979 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4982         functions.
4983         (mm-attachment-override-p): Take a handle instead of a type.
4984         (mm-inlined-p): Ditto.
4985         (mm-automatic-display-p): Ditto,
4986         (mm-inlinable-p): Ditto.
4987
4988         * nndraft.el (nndraft-request-expire-articles): Delete backup
4989         files.
4990
4991         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4992
4993         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4994
4995 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4996
4997         * nnmail.el (nnmail-split-it): Allow .*.
4998
4999 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * mm-decode.el (mm-inline-large-images-p): Renamed.
5002
5003         * gnus-art.el (article-date-ut): Always look in the current buffer
5004         for the Date header.
5005
5006         * mml.el (mml-validate): New command.
5007
5008         * mailcap.el (mailcap-possible-viewers): Revert to string-match
5009         since we are dealing with regexps.
5010
5011 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5012
5013         * gnus.el: Pterodactyl Gnus v0.91 is released.
5014
5015 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * gnus-agent.el (gnus-agent-save-active-1): New function.
5018         (gnus-agent-save-active): use it.
5019         (gnus-agent-save-groups): Ditto.
5020
5021         * gnus-cache.el (gnus-cache-write-active): Use it.
5022
5023         * gnus-agent.el (gnus-agent-write-active): Use it.
5024
5025         * gnus-util.el (gnus-write-active-file): New function.
5026
5027         * gnus-agent.el (gnus-agent-write-active): New function to keep
5028         lower boundaries and canceled groups.
5029         (gnus-agent-save-groups): Use it.
5030         (gnus-agent-save-active): Use it.
5031         (gnus-agent-save-group-info): Only write active files.
5032         (gnus-agent-expire): Update active file.
5033
5034         * mm-decode.el (mm-inlinable-part-p): Removed.
5035         (mm-user-display-methods): Default to nil.
5036         (mm-user-display-methods): Removed.
5037         (add-mime-display-method): Removed.
5038         (mm-automatic-display): Renamed.
5039         (mm-automatic-display-p): Use it.
5040         (mm-inlined-types): New variable.
5041         (mm-inlined-p): New function.
5042
5043         * message.el (message-reply): Bind message-this-is-mail.
5044
5045 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
5046
5047         * smiley.el (smiley-buffer): Fix for NT.
5048
5049 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
5052
5053         * message.el (message-check-news-header-syntax): Protect against
5054         nil froms.
5055
5056         * mm-util.el (mm-auto-mode-alist): New.
5057
5058         * mml.el (mml-generate-mime-1): Ditto.
5059
5060         * gnus.el: Use mm-insert-file-contents throughout instead of
5061         nnheader.
5062
5063         * mm-util.el (mm-insert-file-contents): New function.
5064
5065 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5066
5067         * gnus.el: Pterodactyl Gnus v0.90 is released.
5068
5069 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
5070
5071         * mailcap.el (mailcap-possible-viewers): Use string=.
5072
5073 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5074
5075         * mm-uu.el (mm-uu-forward-begin-line): New variable.
5076         (mm-uu-forward-end-line): New variable.
5077         (mm-uu-begin-line): Handle forwarded message.
5078         (mm-uu-identifier-alist): Ditto.
5079         (mm-uu-dissect): Ditto.
5080
5081 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5082
5083         * lpath.el: Two free variables.
5084
5085 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5086
5087         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5088         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5089         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5090
5091         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5092         (nnfolder-file-coding-system-for-write): New variable.
5093         (nnfolder-active-file-coding-system): New variable.
5094         (nnfolder-active-file-coding-system-for-write): New variable.
5095         (nnfolder-save-active): New function.
5096         (nnfolder-save-buffer): Use them.
5097         (nnfolder-possibly-change-group): Ditto.
5098         (nnfolder-request-list-newsgroups): Ditto.
5099         (nnfolder-request-create-group): Ditto.
5100         (nnfolder-request-expire-articles): Ditto.
5101         (nnfolder-request-move-article): Ditto.
5102         (nnfolder-request-accept-article): Ditto.
5103         (nnfolder-request-delete-group): Ditto.
5104         (nnfolder-request-rename-group): Ditto.
5105         (nnfolder-possibly-change-folder): Ditto.
5106         (nnfolder-read-folder): Ditto.
5107         (nnfolder-request-list): Remove pathname-coding-system.
5108         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5109
5110         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5111         (nnmail-file-coding-system-1): Removed.
5112         (nnmail-find-file): Use nnmail-pathname-coding-system.
5113         (nnmail-write-region): Ditto.
5114
5115         * nnmbox.el (nnmbox-file-coding-system): New variable.
5116         (nnmbox-file-coding-system-for-write): New variable.
5117         (nnmbox-active-file-coding-system): New variable.
5118         (nnmbox-active-file-coding-system-for-write): New variable.
5119         (nnmbox-save-buffer): New function.
5120         (nnmbox-save-active): New function.
5121         (nnmbox-request-scan): Use them.
5122         (nnmbox-request-expire-articles): Ditto.
5123         (nnmbox-request-move-article): Ditto.
5124         (nnmbox-request-accept-article): Ditto.
5125         (nnmbox-request-replace-article): Ditto.
5126         (nnmbox-request-delete-group): Ditto.
5127         (nnmbox-request-rename-group): Ditto.
5128         (nnmbox-request-create-group): Ditto.
5129
5130         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5131         (mm-running-ntemacs): Removed.
5132
5133         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5134
5135 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5136
5137         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5138
5139 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5140
5141         * qp.el (quoted-printable-encoding-characters): Support lower case.
5142
5143 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5144
5145         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5146         (rfc2047-b-encode-region): Encode line by line.
5147
5148 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * mm-util.el (mm-find-mime-charset-region): Fix.
5151
5152 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5153
5154         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5155         (mm-find-mime-charset-region): Ditto.
5156
5157 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5158
5159         * gnus-sum.el (gnus-summary-move-article): Fix something or
5160         other.
5161
5162 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5163
5164         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5165         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5166         (gnus-summary-enter-digest-group): Use them.
5167         (gnus-summary-setup-default-charset): Ditto.
5168
5169 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5170
5171         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5172
5173 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5174
5175         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5176           gnus-newsgroup-name is nil.
5177
5178 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5179
5180         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5181
5182 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5183
5184         * gnus-art.el (article-emphasize): Use correct
5185         gnus-article-emphasis-alist.
5186
5187 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5188
5189         * mm-view.el (mm-inline-text): Fix text/html bug.
5190
5191 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5192
5193         * gnus.el: Pterodactyl Gnus v0.89 is released.
5194
5195 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5196
5197         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5198         * message.el (message-draft-coding-system): Ditto.
5199         * mm-util.el (mm-running-ntemacs): Ditto.
5200
5201 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5202
5203         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5204         cause problem.
5205
5206 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5207
5208         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5209
5210 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5211
5212         * mml.el: require mm-decode.
5213
5214 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5215
5216         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5217
5218 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5219
5220         * mm-view.el (mm-inline-image): Fix image undisplayer.
5221
5222 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5223
5224         * mml.el (mml-insert-multipart): Error in compeling-read.
5225         (mml-insert-tag): Match tags.
5226
5227 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5228
5229         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5230         (gnus-cache-braid-heads): Ditto.
5231         (gnus-cache-retrieve-headers): Ditto.
5232
5233 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5234
5235         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5236
5237 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5240         to string under XEmacs.
5241
5242 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5243
5244         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5245
5246 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5247
5248         * mm-view.el (mm-inline-message): Fix message view bug.
5249         * gnus-art.el (gnus-article-prepare): Ditto.
5250
5251 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5252
5253         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5254
5255 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5256
5257         * gnus.el: Pterodactyl Gnus v0.88 is released.
5258
5259 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5262         usage.
5263
5264         * nnmail.el (nnmail-get-new-mail): Save info.
5265
5266 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5267
5268         * gnus.el: Pterodactyl Gnus v0.87 is released.
5269
5270 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5271
5272         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5273         (mail-source-run-script): New function.
5274         (mail-source-fetch-pop): Use it.
5275
5276 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5279
5280 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5281
5282         * gnus.el: Pterodactyl Gnus v0.86 is released.
5283
5284 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * gnus-art.el (gnus-treat-translate): New variable.
5287         (gnus-treat-predicate): Accept a list of regexps.
5288         (gnus-article-treat-custom): Allow a list of regexps.
5289
5290 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5291
5292         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5293         type.
5294
5295 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * gnus-art.el (article-babel): Narrow a bit.
5298
5299         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5300
5301 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5302
5303         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5304         only unread ones.
5305         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5306         articles, not only unread ones.
5307
5308 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5311         keystroke.
5312
5313         * gnus-art.el (gnus-article-x-face-command): Ditto.
5314
5315         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5316
5317         * gnus.el (gnus-method-simplify): Accept server names.
5318
5319 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5320
5321         * gnus-art.el (article-babel-prompt): New function.
5322         (article-babel): New command.
5323
5324 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5325
5326         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5327
5328         * mml.el (mml-generate-mime-1): Don't insert literally.
5329
5330         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5331         (gnus-netrc-syntax-table): Removed.
5332         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5333
5334 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5335
5336         * mm-view.el (mm-inline-text): Fix charset for text/html.
5337
5338 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5339
5340         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5341
5342 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * nnmail.el (nnmail-split-incoming): Return the number of split
5345         mails.
5346         (nnmail-process-babyl-mail-format): Ditto.
5347         (nnmail-process-unix-mail-format): Ditto.
5348         (nnmail-process-mmdf-mail-format): Ditto.
5349         (nnmail-process-maildir-mail-format): Ditto.
5350
5351         * mail-source.el (mail-source-callback): Return the number from
5352         the callback.
5353
5354         * message.el (message-send-mail): Generate Lines.
5355
5356         * mail-source.el (mail-source-call-script): New function.
5357         (mail-source-call-script): New function.
5358
5359 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5360
5361         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5362         (gnus-select-newsgroup): Use it.
5363         (gnus-group-highlight-words-alist): New variable.
5364         (gnus-newsgroup-emphasis-alist): New variable.
5365         (gnus-summary-local-variables):  Use it.
5366         * lpath.el: Use it.
5367         * gnus-art.el (article-emphasize): Use it.
5368         (gnus-emphasis-highlight-words): New face.
5369         * gnus-cus.el (gnus-group-parameters): New parameter.
5370
5371 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5372
5373         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5374         parameter `headers'.
5375         (gnus-cache-enter-article): Ditto.
5376         (gnus-cache-update-article): Ditto.
5377         * gnus-sum.el (gnus-summary-move-article): Ditto.
5378         (gnus-summary-mark-article-as-unread): Ditto.
5379         (gnus-summary-mark-article): Ditto.
5380
5381 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5384         (gnus-posting-style-alist): Removed.
5385         (gnus-message-style-insertions): Ditto.
5386         (gnus-configure-posting-styles): Reimplementation.
5387
5388         * mail-source.el (mail-source-fetch): Error the message.
5389
5390         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5391
5392 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5393
5394         * gnus.el: Pterodactyl Gnus v0.85 is released.
5395
5396 1999-04-20  Michael Cook  <cook@sightpath.com>
5397
5398         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5399           Outlook citation regex.
5400
5401 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5402
5403         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5404         semicolon.
5405
5406 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5407
5408         * gnus-range.el (gnus-remove-from-range): Document range1
5409         modification, protect range2.
5410
5411 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5412
5413         * gnus-sum.el (gnus-update-marks): Protect lists from
5414         gnus-remove-from-range, don't sort twice.
5415
5416 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5417
5418         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5419         function in backend.
5420
5421 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5422
5423         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5424         request-accept-article function in the backend instead of using
5425         the 'respool capability.
5426
5427 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5428
5429         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5430         spurious whitespace at eob.
5431
5432 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5433
5434         * nnmail.el (nnmail-get-new-mail): Check right variable.
5435
5436 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5437
5438         * mailcap.el (mailcap-mime-data): Fix rfc822.
5439
5440 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5441
5442         * nndoc.el (nndoc-nsmail-type-p): New function.
5443         (nndoc-type-alist): Recognize nsmail.
5444
5445 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5446
5447         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5448         *before* `article-hide-headers' deletes the information.
5449
5450 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451
5452         * gnus-sum.el (gnus-summary-save-parts): New command and
5453         keystroke.
5454         (gnus-summary-save-parts-1): New function.
5455         (gnus-summary-iterate): Buggy.
5456
5457         * mm-decode.el (mm-save-part-to-file): Made into own function.
5458
5459 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * gnus-group.el (gnus-group-set-info): Resist nils.
5462
5463 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464
5465         * mailcap.el (mailcap-mime-data): Ditto.
5466
5467         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5468
5469         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5470
5471 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5472
5473         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5474         gnus-article-date-lapsed-new-header is t.
5475
5476 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5477
5478         * gnus.el: Pterodactyl Gnus v0.84 is released.
5479
5480 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * gnus-msg.el (gnus-bug-message): Mime change.
5483
5484 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5485
5486         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5487
5488 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5489
5490         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5491         `x-uue'.
5492
5493 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5494
5495         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5496         when authentication is 'password.
5497
5498 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5499
5500         * gnus-win.el (gnus-configure-windows): Accept a setting.
5501
5502 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * mm-util.el (mm-quote-arg): Moved here.
5505
5506         * mm-decode.el (mm-quote-arg): Quote more chars.
5507
5508 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5511         with newlines would create buggy .nov files.
5512
5513         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5514
5515         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5516         end of lines.
5517
5518         * message.el (message-mode): Doc fix.
5519
5520         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5521
5522         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5523
5524         * gnus-art.el (article-date-ut): Rewrite.
5525
5526         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5527         order.
5528
5529         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5530         headers.
5531
5532         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5533
5534 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5535
5536         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5537         (article-date-ut): use it.
5538
5539 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5540
5541         * mail-source.el (mail-source-fetch-pop): Call script
5542         asynchronously.
5543
5544 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5545
5546         * gnus.el: Pterodactyl Gnus v0.83 is released.
5547
5548 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5551
5552         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5553
5554         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5555
5556         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5557
5558         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5559
5560         * message.el (message-generate-headers): Accept continuation
5561         headers.
5562
5563 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5564
5565         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5566
5567 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568
5569         * gnus-art.el (gnus-treatment-function-alist): use
5570         maybe-hide-headers.
5571
5572         * message.el (message-inhibit-body-encoding): Typo.
5573         (message-resend): Inhibit encoding.
5574
5575         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5576
5577         * gnus-art.el (article-remove-cr): Use re-search.
5578
5579         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5580         headers.
5581
5582         * mm-decode.el (mm-quote-arg): Quote '.
5583
5584         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5585
5586         * mm-decode.el (mm-insert-part): Use multibyte for text.
5587
5588         * gnus-start.el (gnus-read-newsrc-file): New variable.
5589         (gnus-read-newsrc-file): Use it.
5590
5591 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5594
5595         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5596         function.
5597
5598 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5599
5600         * gnus.el: Pterodactyl Gnus v0.82 is released.
5601
5602 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5603
5604         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5605         for iso8859-2.
5606
5607 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608
5609         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5610         synonym alist.
5611
5612 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5613
5614         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5615
5616 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5617
5618         * mail-source.el (mail-source-fetch): Ask before bugging out.
5619
5620 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5621
5622         * uudecode.el (uudecode-decode-region-external): Don't assume
5623         uudecode-temporary-file-directory ends with a slash.
5624
5625 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5626
5627         * gnus-sum.el (gnus-update-marks):
5628         (gnus-update-read-articles):
5629         (gnus-summary-expire-articles): Check server.
5630
5631 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5632
5633         * mml.el (mml-preview): New function.
5634
5635 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5636
5637         * mail-source.el (mail-source-fetch-file): Return the right
5638         value.
5639
5640 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641
5642         * mml.el (mml-insert-parameter): New function.
5643         (mml-insert-parameter-string): New function.
5644
5645         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5646
5647         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5648         (gnus-mime-display-part): Use it.
5649
5650         * mm-decode.el (mm-alternative-precedence): Removed.
5651         (mm-discouraged-alternatives): New variable.
5652         (mm-preferred-alternative-precedence): New function.
5653
5654         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5655
5656         * mail-source.el (mail-sources): New variable.
5657
5658         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5659
5660         * mm-decode.el (mm-valid-image-format-p): New function.
5661         (mm-inline-media-tests): Use it.
5662         (mm-valid-and-fit-image-p): New function.
5663
5664         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5665         (gnus-agent-fetch-group): Ditto.
5666
5667 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5668
5669         * nnmail.el (nnmail-article-group): in case of a group name
5670         containing "\\n" constructs, be sure to pass the expanded value to
5671         nn*-save-mail.
5672
5673 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5674
5675         * gnus.el: Pterodactyl Gnus v0.81 is released.
5676
5677 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678
5679         * gnus-sum.el (gnus-get-split-value): Reverse result.
5680
5681 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682
5683         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5684
5685 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * mml.el (mml-insert-tag): Insert concluding part.
5688
5689         * message.el (message-send-mail): Encode later.
5690         (message-send-news): Ditto.
5691
5692         * nnfolder.el: Don't use mail delim.
5693
5694 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5695
5696         * gnus-cus.el (gnus-group-customize): Put point at min.
5697
5698         * mm-view.el (mm-inline-text): Allow toggling html.
5699
5700 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5701
5702         * mail-source.el: Added prescript and postscript to file.
5703
5704 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705
5706         * nnmail.el: Reverted.
5707
5708         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5709         (gnus-setup-posting-charset): Did work.
5710
5711 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5712
5713         * gnus.el (gnus-short-group-name): Use
5714         gnus-group-uncollapsed-levels.
5715
5716 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5719
5720 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5721
5722         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5723         (article-strip-headers-from-body): New command and keystroke.
5724
5725 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5728
5729         * nnheader.el (nnheader-insert-file-contents): Bind
5730         enable-local-eval to nil.
5731         (nnheader-find-file-noselect): Ditto.
5732
5733         * nnmail.el (nnmail-article-group): Don't remove long lines.
5734         (nnmail-remove-long-lines): New function.
5735         (nnmail-split-header-length-limit): Removed.
5736
5737         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5738
5739         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5740
5741 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5742
5743         * gnus-sum.el (gnus-summary-generic-mark): New function.
5744
5745         * nnmail.el (nnmail-split-header-length-limit): Increased.
5746         (nnmail-article-group): Allow nil.
5747
5748         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5749
5750         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5751         first.
5752
5753         * mml.el (mml-minibuffer-read-type): Include types from
5754         mailcap-mime-data.
5755
5756         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5757
5758 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5759
5760         * mml.el (mml-insert-tag): New function.
5761         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5762         confusion with functions like `mml-read-tag'.
5763         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5764         (mml-minibuffer-read-description): Ditto with
5765         `mml-minibuffer-read-description'.
5766         (mml-attach-buffer): New function.
5767         (mml-mode-map): New entry for /.
5768         (mml-minibuffer-read-type): Accept DEFAULT.
5769
5770         * mml.el (mml-quote-region): Narrow the region.
5771
5772         * message.el (message-mode-menu): message-mime-attach-file is now
5773         mml-attach-file.
5774
5775 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5778
5779 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5780
5781         * mml.el (mml-attach-buffer): New command.
5782
5783 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5784
5785         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5786         with a proper range. Compress range.
5787
5788         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5789
5790 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5793
5794 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5797         (gnus-picons-convert-x-face): Removed.
5798         (gnus-picons-article-display-x-face): Removed.
5799         (gnus-picons-x-face-sentinel): Ditto.
5800         (gnus-picons-display-x-face): Ditto.
5801
5802 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5803
5804         * gnus.el: Pterodactyl Gnus v0.80 is released.
5805
5806 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5807
5808         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5809
5810         * gnus-sum.el (gnus-with-article): Moved here.
5811
5812         * mail-source.el (mail-source-fetch-pop): Ask for password even
5813         when program.
5814
5815 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5816
5817         * gnus-msg.el (gnus-bug): Add description.
5818
5819         * mml.el (mml-insert-mml-markup): Insert disposition.
5820
5821         * message.el (message-send-mail): Always encode mail headers.
5822
5823         * smiley.el (gnus-smiley-display): Goto body.
5824
5825 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5826
5827         * smiley.el (gnus-smiley-display): Don't search to blank line.
5828
5829 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5830
5831         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5832         when requested.
5833
5834         * nnmail.el (nnmail-current-spool): Removed.
5835
5836         * gnus-salt.el (gnus-tree-inhibit): New varible.
5837
5838         * gnus.el (mm-util): Required.
5839
5840 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5841
5842         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5843
5844 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * mail-source.el (mail-source-bind): Doc fix.
5847
5848 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5849
5850         * message.el (message-mode): Doc fix.
5851
5852         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5853         encoding.
5854
5855         * gnus.el (gnus-methods-equal-p): Moved here.
5856
5857         * mail-source.el: pop at 110.
5858
5859         * pop3.el (pop3-movemail): Use write-region instead of
5860         append-to-file to avoid excessive messaging.
5861
5862 1999-02-27  lantz moore  <lmoore@contigo.com>
5863
5864         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5865         type directory.
5866
5867 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5868
5869         * gnus-art.el (article-hide-boring-headers): Field names must not
5870         contain whitespace.
5871
5872 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5873
5874         * gnus.el: Pterodactyl Gnus v0.79 is released.
5875
5876 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5877
5878         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5879
5880         * mml.el (mml-mode): Don't use add-minor-mode.
5881
5882         * message.el (messgage-inhibit-body-encoding): New variable.
5883         (message-encode-message-body): Use it.
5884
5885 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5886
5887         * gnus.el: Pterodactyl Gnus v0.78 is released.
5888
5889 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5890
5891         * message.el (message-mode): Switch on MML mode.
5892
5893         * mml.el: Included commands and functions.
5894         (mml-mode-map): New keymap.
5895
5896         * message.el: Removed the insertion commands and functions.
5897
5898         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5899
5900         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5901         keystroke.
5902
5903         * gnus-art.el (gnus-narrow-to-page): Revert.
5904
5905         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5906         (gnus-cite-parse-maybe): Always reparse.
5907
5908         * message.el (message-encode-message-body): Don't insert
5909         "multipart warning".
5910
5911         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5912
5913 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5914
5915         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5916
5917         * nnmail.el: Require mm-util.
5918
5919 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5920
5921         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5922         group.
5923
5924 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5925
5926         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5927
5928 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5929
5930         * gnus-msg.el (gnus-extended-version): Better regexp.
5931
5932 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5933
5934         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5935         is called with the result of SPLIT and should return a new split.
5936
5937         * gnus.texi: update the doc.
5938
5939 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5940
5941         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5942         displayed in the article buffer, output bars if
5943         `gnus-picons-display-article-move-p'.
5944
5945 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5946
5947         * mail-source.el (mail-source-fetch-pop): Typo.
5948
5949 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5950
5951         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5952
5953 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5954
5955         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5956
5957 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * mml.el (mml-insert-buffer): New function.
5960
5961         * message.el (message-forward): Insert the buffer in the buffer.
5962
5963 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5964
5965         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5966
5967 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5968
5969         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5970
5971 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5972
5973         * gnus.el: Pterodactyl Gnus v0.77 is released.
5974
5975 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5976
5977         * gnus-art.el (gnus-displaying-mime): New variable.
5978         (article-narrow-to-head): New function.
5979
5980         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5981         Default to pop instead of pop3.
5982
5983 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * gnus-art.el (article-hide-pgp): Goto body.
5986
5987         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5988
5989         * gnus-cite.el: Don't use goto-line.
5990
5991         * gnus-art.el (gnus-article-treat-html): Removed.
5992         (gnus-treat-article): Save restriction.
5993
5994 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5995
5996         * message.el (message-send-mail): Don't untabify.
5997         (message-mode): Don't use tabs for indentation.
5998
5999 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6000
6001         * message.el (message-send-mail): Don't untabify.
6002
6003         * nnml.el (nnml-save-mail): Typo fix.
6004
6005 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6006
6007         * message.el (message-cite-function): Add
6008         `message-cite-original-without-signature' customization option.
6009
6010 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
6011
6012         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
6013         `nnmail-prepare-incoming-header-hook'.
6014
6015 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
6016
6017         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
6018
6019 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
6022
6023 1999-02-18  Michael Cook  <cook@sightpath.com>
6024
6025         * Recognize Microsoft Outlook's cite attribution conventions.
6026
6027 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
6028
6029         * gnus-sum.el: Bind M.
6030
6031 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
6032
6033         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
6034
6035 1999-02-15  Didier Verna  <verna@inf.enst.fr>
6036
6037         * gnus-picon.el (gnus-group-display-picons): ensures that
6038         `article-goto-body' really goes to the article body.
6039
6040 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041
6042         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
6043
6044         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
6045
6046         * mm-view.el (mm-view-message): Enable multibyte.
6047
6048 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * nnmail.el (nnmail-get-new-mail): Message later.
6051
6052         * mm-util.el (mm-find-charset-region): Revert to checking
6053         multibyte.
6054
6055 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
6056
6057       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
6058       attachment.
6059
6060 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6061
6062         * gnus.el: Pterodactyl Gnus v0.76 is released.
6063
6064 1999-02-06  Felix Lee  <flee@cygnus.com>
6065
6066         * gnus.el (gnus-group-change-level-function): Typo.
6067
6068 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * gnus-sum.el (gnus-nov-skip-field): Removed.
6071         (gnus-nov-field): Ditto.
6072         (gnus-nov-parse-extra): Ditto.
6073         (gnus-nov-read-integer): Ditto.
6074
6075 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * nnheader.el (nnheader-nov-read-message-id): New macro.
6078         (nnheader-parse-nov): Use it.
6079
6080         * gnus-sum.el (gnus-nov-read-message-id): New macro.
6081         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
6082         `(eq (char-after) ?\n)'.
6083
6084 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * gnus.el (gnus-other-frame): Always pop up a new frame.
6087
6088 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6089
6090         * gnus-range.el (gnus-range-add): Rewrite.
6091
6092 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6093
6094         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6095         format.
6096         (nnmail-process-maildir-mail-format): New function.
6097
6098         * mail-source.el (mail-source-fetch-maildir): New function.
6099         (mail-source-keyword-map): Add default for maildir method.
6100         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6101
6102 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6105
6106         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6107         (nndoc-mime-digest-type-p): Removed.
6108
6109 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110
6111         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6112         where it is supposed to be.
6113         (gnus-treat-play-sounds): New variable.
6114
6115         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6116
6117         * gnus-art.el (article-display-x-face): Narrow to head.
6118         (gnus-article-washed-types): New variable.
6119         (article-hide-pgp): Is not a toggle.
6120         (gnus-article-hide-text-type): Save types.
6121         (article-decode-charset): Use it.
6122
6123         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6124
6125         * message.el (message-forward-start-separator): Removed.
6126         (message-forward-end-separator): Removed.
6127         (message-signature-before-forwarded-message): Removed.
6128         (message-included-forward-headers): Removed.
6129         (message-check-news-body-syntax): Don't check forward.
6130         (message-forward): Use MIME.
6131
6132         * nnvirtual.el (nnvirtual-request-article): Bind
6133         gnus-article-decode-hook to nil.
6134
6135 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136
6137         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6138         us-ascii.
6139
6140 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6141
6142         * format-spec.el (format-spec): Be more robust.
6143
6144         * message.el (message-encode-message-body): Default
6145         mail-parse-charset to mail-parse-charset.
6146
6147         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6148         (gnus-summary-edit-article): Bind mail-parse-charset.
6149
6150         * mml.el (mml-read-tag): Ignore white space after end of tag.
6151
6152         * message.el (message-goto-body): Also work in separatorless
6153         articles.
6154
6155         * mml.el (mml-translate-from-mime): New function.
6156         (mml-insert-mime): Ditto.
6157         (mml-to-mime): New function.
6158         (mime-to-mml): New name.
6159
6160         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6161         article.
6162
6163         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6164
6165         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6166         special-case nndraft groups.
6167
6168 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6169
6170         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6171         (gnus-get-newsgroup-headers): Already bound.
6172
6173         * message.el (message-encode-message-body): Use posting charset.
6174
6175         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6176         (mm-body-encoding): Do CTE.
6177         (mm-body-7-or-8): New function.
6178
6179         * mm-util.el (mm-mime-charset): Always fall back on alist.
6180         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6181         (mm-mime-mule-charset-alist): Add arabic-*-column.
6182         (mm-find-mime-charset-region): New function.
6183
6184         * format-spec.el (format-spec-make): New function.
6185
6186         * mail-source.el (format-spec): Required.
6187         (mail-source-fetch-with-program): Removed.
6188         (mail-source-fetch-with-program): New function.
6189
6190         * format-spec.el: New file.
6191
6192 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6193
6194         * mail-source.el (mail-source-fetch-with-program): Take optional
6195         parameter.
6196
6197 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198
6199         * gnus-start.el: Ignore some groups.
6200         (gnus-setup-news): Bind nnmail-fetched-sources.
6201
6202         * message.el (message-send-mail): Remove all tabs.
6203
6204         * mm-util.el (mm-find-charset-region): Just check whether
6205         find-charset-region is defined.
6206
6207 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * gnus-group.el (gnus-group-get-new-news): Use
6210         nnmail-fetched-sources.
6211
6212         * nnmail.el (nnmail-fetched-sources): New variable.
6213         (nnmail-get-new-mail): Use it.
6214
6215         * mail-source.el (mail-source-fetched-sources): New variable.
6216         (mail-source-fetch): Use it.
6217
6218 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6219
6220         * gnus.el (gnus-getenv-nntpserver): if the file that
6221         gnus-nntpserver-file names has a trailing newline, the
6222         string-match will always match, and thus the file will never be
6223         read.  (^ matches start of "line", \\` matches start of "buffer",
6224         which is what was intended...)
6225
6226 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6227
6228         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6229
6230 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6233         select methods.
6234
6235 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6236
6237         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6238
6239 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6240
6241         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6242
6243 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6244
6245         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6246         a typo.
6247         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6248         charset to nil.
6249         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6250         * gnus-start.el (gnus-start-draft-setup): Ditto.
6251
6252 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6255         (mail-source-value): Don't do variables.
6256
6257         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6258
6259         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6260
6261 1999-02-01  Michael Cook  <cook@sightpath.com>
6262
6263         * Defenestrate spurious ?a.
6264
6265 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266
6267         * mail-source.el (mail-source-fetch-pop): Instead use
6268         :authentication.
6269
6270 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6271
6272         * lisp/mail-source.el : Support APOP authentication scheme.
6273
6274 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6275
6276         * pop3.el (pop3-movemail): Return t.
6277
6278 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6279
6280         * rfc2047.el (rfc2047-fold-region): New function.
6281         (rfc2047-encode-message-header): Use it.
6282
6283 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6284
6285         * gnus-sum.el (gnus-group-charset-alist): Add more.
6286
6287 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6288
6289         * gnus.el: Pterodactyl Gnus v0.75 is released.
6290
6291 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6292
6293         * gnus-art.el (article-display-x-face): Don't narrow to head.
6294
6295 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6296
6297         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6298
6299 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * mail-source.el (mail-source-fetch-directory): Ignore
6302         directories.
6303
6304         * gnus-cus.el (gnus-group-parameters): Addition.
6305
6306         * gnus-art.el (article-strip-banner): Do symbolic banners.
6307         (article-strip-banner): New keystroke.
6308
6309 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6310
6311         * gnus-art.el (article-strip-banner): New command.
6312
6313 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * gnus-art.el (gnus-treat-strip-banners): New variable.
6316
6317 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6320         has been exist.
6321
6322 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6323
6324         * message.el (message-draft-coding-system): Check coding-system.
6325         * mm-util.el (mm-text-coding-system): Ditto.
6326
6327 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * mail-source.el (mail-source-fetch-pop): Save excursion.
6330
6331 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6332
6333         * mail-source.el (mail-source-movemail-args): Not constant.
6334         (mail-source-movemail-args): Removed.
6335         (mail-source-fetch-with-program): New function.
6336         (mail-source-fetch-pop): Use program and function.
6337         (mail-source-movemail-program): Removed.
6338
6339         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6340         (gnus-treat-date-user-defined): New variable.
6341
6342 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6343
6344         * nnmail.el (nnmail-fix-eudora-headers): New function.
6345
6346 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6349
6350 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351
6352         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6353         (smiley-nosey-regexp-alist): Ditto.
6354
6355         * gnus-art.el (gnus-treatment-function-alist): Do
6356         gnus-article-add-buttons-to-head later.
6357         (gnus-treat-capitalize-sentences): New variable.
6358         (article-capitalize-sentences): New command and keystroke.
6359
6360         * gnus-group.el (gnus-group-catchup-current): Do group.
6361
6362         * message.el (message-default-charset): Add group.
6363
6364 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6365
6366         * gnus.el: Pterodactyl Gnus v0.74 is released.
6367
6368 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369
6370         * gnus-art.el (article-fill-long-lines): Renamed.
6371         (article-fill-long-lines): New keystroke.
6372
6373 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6374
6375         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6376
6377         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6378         displayed.
6379         (gnus-group-catchup-current): Be more robus.
6380
6381         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6382         headers.
6383
6384 1999-01-25  Dave Love  <fx@gnu.org>
6385
6386         * message.el (message-mode-menu): Add message-mime-attach-file.
6387         (message-mode): Doc fix.
6388
6389 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6390
6391         * nnmail.el (nnmail-check-duplication): Insert the mail source
6392         string.
6393
6394         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6395         (mail-source-fetch-directory): Ditto.
6396         (mail-source-fetch-file): Ditto.
6397         (mail-source-string): New variable.
6398
6399         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6400         the level.
6401
6402         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6403         before handling.
6404
6405         * mm-util.el (mm-mime-charset): Use the parameters.
6406         (mm-mime-charset): Removed region paremeters.
6407
6408         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6409         source.
6410
6411 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6412
6413         * nnmail.el (nnmail-get-split-group): Quote right.
6414
6415 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6418         buffer.
6419
6420 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421
6422         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6423         (gnus-group-mode): Don't hook.
6424
6425         * mail-source.el (mail-source-bind): Doc fix.
6426         (mail-source-bind): Take only one param.
6427
6428         * gnus-art.el (gnus-treat-highlight-signature): typep.
6429
6430         * mail-source.el (mail-source-movemail): Ignore empty file.
6431         (mail-source-callback): Check before deleting.
6432
6433         * message.el (message-mime-attach-file): Include name.
6434
6435 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6436
6437         * mm-util.el (mm-read-charset): Return a symbol.
6438
6439         * mm-view.el (mm-inline-text): Insert signature separator.
6440
6441         * gnus-art.el (gnus-treat-predicate): New function.
6442         (gnus-treat-article): Allow all types to be checked.
6443
6444         * gnus-util.el (gnus-or): New function.
6445         (gnus-and): Ditto.
6446
6447         * gnus-art.el (gnus-mime-display-single): Use override.
6448
6449         * mm-decode.el (mm-attachment-override-types): New variable.
6450         (mm-attachment-override-p): New function.
6451
6452         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6453
6454 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6455
6456         * mm-view.el (mm-inline-text): Do vcards.
6457
6458 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6459
6460         * gnus.el: Pterodactyl Gnus v0.73 is released.
6461
6462 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6465         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6466         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6467         (nnmail-movemail-program): Removed.
6468         (nnmail-movemail-args): Removed.
6469         (nnmail-pop-password-required): Ditto.
6470         (nnmail-tmp-directory): Ditto.
6471         (nnmail-delete-incoming): Removed.
6472         (nnmail-pop-password, nnmail-moved-inboxes,
6473         nnmail-internal-password, nnmail-move-inbox): Removed.
6474         (nnmail-read-passwd): Ditto.
6475         (nnmail-get-spool-files): Removed.
6476         (nnmail-resplit-incoming): Reinstated.
6477
6478         * mail-source.el: New file.
6479
6480 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6481
6482         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6483
6484 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6487
6488 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6489
6490         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6491
6492         * gnus-picon.el (gnus-group-display-picons): Goto body.
6493
6494         * gnus.el: Indented all functions; broke long lines; changed all
6495         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6496
6497 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6498
6499         * gnus.el: Pterodactyl Gnus v0.72 is released.
6500
6501 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6502
6503         * gnus.el: Cleaned up trailing whitespace.
6504
6505         * mm-util.el (mm-read-charset): Work.
6506
6507 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6508
6509         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6510         nnheader-translate-file-chars'd group name.
6511
6512 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * message.el (message-encode-message-body): Fold case.
6515
6516 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6517
6518         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6519
6520 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * mailcap.el (mailcap-add): New function.
6523
6524 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6525
6526         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6527         (article-goto-body): Use it.
6528         (gnus-treat-article): Ditto.
6529
6530         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6531         downloaded articles from the downloadeble list.
6532
6533 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * message.el (message-encode-message-body): Bind
6536         mail-parse-charset.
6537
6538         * mm-util.el (mm-charset-synonym-alist): New variable.
6539         (mm-charset-to-coding-system): Use it.
6540         (mm-charset-coding-system-alist): Removed.
6541         (mm-charset-to-coding-system): Don't use it.
6542         (mm-find-charset-region): Use mail-parse-charset.
6543
6544         * gnus-art.el (gnus-treatment-function-alist): Use
6545         gnus-article-display-picons.
6546         (gnus-treat-display-xface): Only do if we have xface feature.
6547         (gnus-part-display-hook): New function.
6548         (gnus-treat-article): Use it.
6549         (gnus-treat-article): Use gnus-visual.
6550
6551         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6552
6553         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6554         displaying.
6555
6556         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6557
6558         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6559         regexp file names.
6560
6561 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6562
6563         * gnus.el: Pterodactyl Gnus v0.71 is released.
6564
6565 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6566
6567         * mm-view.el (mm-inline-image): Don't add a dot.
6568
6569         * gnus-art.el (gnus-treat-article): New function.
6570
6571         * gnus.el (gnus-article-display-hook): Removed.
6572
6573         * gnus-art.el (gnus-article-treat-custom): New variable.
6574
6575         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6576
6577         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6578         functions.
6579
6580         * message.el (message-posting-charset): New variable.
6581         (message-send-mail): Use it.
6582
6583         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6584         (gnus-setup-posting-charset): New function.
6585         (gnus-setup-message): Use it.
6586
6587         * message.el (message-encode-message-body): Just look for
6588         Content-Type before inserting a new one.
6589
6590 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6591
6592         * rfc2047.el (rfc2047-default-charset): Removed.
6593
6594         * mail-prsvr.el: New file.
6595         (mail-parse-charset): New variable.
6596
6597         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6598         Changed name.
6599
6600         * gnus.el (gnus-charset): New group.
6601
6602         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6603
6604         * gnus-sum.el (gnus-default-charset): Default to nil.
6605         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6606         (gnus-newsgroup-iso-8859-1-forced): Removed.
6607
6608         * mm-util.el (mm-known-charsets): Removed.
6609         (mm-default-coding-system): Removed.
6610         (mm-default-charset): Removed.
6611         (mm-read-charset): New function.
6612
6613         * message.el (message-default-charset): Removed.
6614
6615         * rfc2047.el (rfc2047-default-charset): Default to nil.
6616
6617         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6618
6619 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6620
6621         * gnus.el: Pterodactyl Gnus v0.70 is released.
6622
6623 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * mm-decode.el (mm-save-part): Use mm-get-part.
6626         (mm-insert-part): New function.
6627         (mm-get-part): Use it.
6628         (mm-get-image): Ditto.
6629         (mm-display-external): Ditto.
6630
6631         * mm-view.el (mm-inline-text): Ditto.
6632
6633         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6634         ranges.
6635
6636         * mm-decode.el (mm-display-external): Save the buffer.
6637         (mm-remove-part): Kill it.
6638
6639         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6640
6641         * nnagent.el (nnagent-request-set-mark): Defined stub.
6642
6643 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6644
6645         * gnus-score.el (gnus-score-load-score-alist): Bind
6646         coding-system-for-read.
6647
6648         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6649         prepare-exit-hook.
6650
6651         * mm-view.el (mm-setup-w3): Require w3.
6652
6653 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6654
6655         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6656         body.
6657
6658 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6659
6660         * mm-encode.el: Ditto.
6661
6662         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6663         error.
6664
6665         * mailcap.el (mailcap-mime-data): SAFER ps.
6666
6667         * message.el (message-encode-message-body): Always insert a
6668         Content-Type header.
6669
6670         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6671         shown inline.
6672
6673         * mm-view.el (mm-inline-text): Handle all sorts of text.
6674
6675         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6676         don't view.
6677
6678         * mm-decode.el (mm-display-external): Use it.
6679
6680         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6681
6682         * mm-decode.el (mm-save-part): Removed double code.
6683
6684 1999-01-12  Dave Love  <fx@gnu.org>
6685
6686         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6687         application/octet-stream .gz & al files with jka-compr.
6688
6689 1999-01-12  Dave Love  <fx@gnu.org>
6690
6691         * gnus-ems.el (gnus-down-mouse-3): New variable.
6692         * gnus-art.el (gnus-mime-button-map): Use it.
6693         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6694
6695 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6696
6697         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6698
6699 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6700
6701         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6702         buffers.
6703
6704         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6705
6706         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6707
6708 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6709
6710         * mml.el (mml-parameter-string): Strip directory component.
6711
6712 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6713
6714         * gnus.el (gnus-use-demon): Removed.
6715
6716 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * nnmail.el (nnmail-article-group): Don't infloop.
6719
6720 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6721
6722         * gnus-art.el (article-update-date-lapsed): Made it work with
6723         picons, and make it update on all visible frames.
6724         (article-date-ut): Get summary-buffer's current-headers.
6725
6726 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6729         (gnus-picons-setup-p): New variable.
6730
6731 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6734
6735 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6736
6737         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6738         (gnus-summary-exit-no-update): Use mapcar.
6739
6740 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6741
6742         * gnus-agent.el (gnus-category-write): Make directory.
6743
6744 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6745
6746         * gnus-sum.el (gnus-update-read-articles):
6747         (gnus-update-marks): Request backend update of mark.
6748
6749 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6750
6751         * mm-bodies.el (mm-body-encoding): Use mm-find.
6752
6753 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6754
6755         * gnus-picon.el (gnus-article-display-picons): Fix.
6756
6757 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6758
6759         * gnus.el: Pterodactyl Gnus v0.69 is released.
6760
6761 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6762
6763         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6764
6765         * gnus-agent.el (gnus-agent-remove-group): New command and
6766         keystroke.
6767
6768         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6769
6770 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6771
6772         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6773
6774 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6775
6776         * mm-view.el (mm-inline-text): Bind current id.
6777
6778         * mm-decode.el (mm-handle-id): New macro.
6779         (mm-make-handle): Accept id.
6780         (mm-dissect-singlepart): Use it.
6781
6782 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6783
6784       * message.el (message-cite-original-without-signature): Use
6785       message-signature-separator when searching for signature in
6786       message-cite-original-without-signature.
6787
6788 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6789
6790         * gnus.el (gnus-server-to-method): Check named methods.
6791
6792 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * mm-view.el (mm-view-message): Goto point-min.
6795
6796         * nnmail.el (nnmail-article-group): Don't delete lines, only
6797         shorten them.
6798
6799         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6800         values.
6801
6802         * nnheader.el (nnheader-temp-directory): New variable.
6803         (nnheader-temp-directory): Removed.
6804
6805 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6806
6807         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6808         list of files to check for mailcap entries under windows-nt.
6809
6810 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6813         summary buffer exists.
6814
6815 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6816
6817         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6818         irrelevant Sun sendmail bug.
6819         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6820
6821         * message.el (message-send-news): Bind mail-header-separator to
6822         "" when asking backend to post.
6823
6824 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6825
6826         * mm-uu.el (mm-dissect-disposition): New variable.
6827         (mm-uu-dissect): Use it.
6828
6829 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * mm-view.el (mm-inline-text): Bind url-current-object.
6832
6833 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6834
6835         * gnus-range.el (gnus-remove-from-range): Rewrite.
6836
6837 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6838
6839         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6840
6841 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6842
6843         * message.el (message-encode-message-body): Insert `MIME-Version'
6844         instead of `Mime-Version'.
6845
6846 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6847
6848         * message.el (message-insert-mime-part): Add the attachment
6849         disposition.
6850         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6851         (message-mime-query-type): New function.
6852         (message-mime-query-description): Ditto.
6853         (message-mime-query-file): Ditto.
6854         (message-insert-mime-part): Use them.
6855         (message-mime-insert-external): Use the new stuff.
6856
6857 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * nnmail.el (nnmail-split-header-length-limit): New variable.
6860
6861         * mm-decode.el (mm-dissect-buffer): Check syntax.
6862
6863         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6864
6865         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6866         (rfc2047-dissect-region): Ditto.
6867
6868 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6869
6870         * mm-view.el (mm-view-message): Decode charset.
6871
6872 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873
6874         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6875         CT headers.
6876
6877 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6878
6879         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6880         mm-uu-*-function.
6881         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6882
6883 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6884
6885         * message.el (message-send-mail): Do MML first.
6886         (message-send-news): Ditto.
6887
6888 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6889
6890         * gnus-picon.el (gnus-picons-face): New face.
6891         (gnus-picons-try-face): Use it.
6892
6893 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6894
6895         * gnus.el: Pterodactyl Gnus v0.68 is released.
6896
6897 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6898
6899         * gnus.el: Pterodactyl Gnus v0.67 is released.
6900
6901 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6902
6903         * gnus.el: Pterodactyl Gnus v0.66 is released.
6904
6905 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6906
6907         * gnus-art.el (gnus-insert-mime-button): Decode description.
6908
6909 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6910
6911         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6912         (gnus-decode-header-methods): Ditto.
6913         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6914
6915 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6916
6917         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6918
6919 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6920
6921         * mml.el (mml-insert-mime-headers): Encode description.
6922
6923         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6924         line.
6925
6926         * gnus-sum.el (gnus-default-charset): Doc fix.
6927
6928 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6929
6930         * mm-decode.el (mm-display-part): Forward a line.
6931
6932 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6933
6934         * mm-util.el (mm-running-ntemacs): New variable.
6935         (mm-text-coding-system): Ditto.
6936         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6937         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6938
6939 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6942         buffer.
6943
6944         * message.el (message-insert-headers): New command and keystroke.
6945
6946 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6949         (mm-get-image): Ditto.
6950
6951         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6952         base64, uudecode and binhex.
6953
6954 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6955
6956         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6957         in text/plain.
6958         * mm-uu.el (mm-uu-dissect): Use inline.
6959
6960 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6961
6962         * mm-view.el (mm-view-message): New function.
6963
6964         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6965         qp.
6966
6967 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6968
6969         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6970         entry for message/rfc822 as 8bit.
6971
6972 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6973
6974         * mailcap.el (mailcap-mime-extensions): Add patch.
6975
6976 1998-12-05  Dale Hagglund  <rdh@best.com>
6977
6978         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6979         argument to force all multipart/* to look like multipart/mixed.
6980
6981         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6982         variable.
6983         (gnus-mime-display-part): Use it.
6984
6985 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6986
6987         * gnus-draft.el (gnus-draft-send): Only disable checks for
6988         non-interactive use.
6989         (gnus-draft-send-message): Use it.
6990
6991 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6992
6993         * gnus.el: Pterodactyl Gnus v0.65 is released.
6994
6995 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6998
6999         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
7000
7001 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7002
7003         * gnus.el: Pterodactyl Gnus v0.64 is released.
7004
7005 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * mm-view.el (mm-setup-w3): Don't load.
7008
7009         * gnus-msg.el (gnus-setup-message): Set group name.
7010         (gnus-group-mail): Avoid leaking local vars.
7011
7012         * message.el (message-attach-file): Renamed.
7013         (message-mime-attach-file): Renamed again.
7014
7015 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
7016
7017         * gnus-art.el (article-decode-encoded-words): Bind
7018         rfc2047-default-charset here.
7019
7020         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
7021
7022 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
7025         (gnus-picons-setup-hook): New hook.
7026
7027 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7028
7029         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
7030         string.
7031         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
7032         line.
7033
7034 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035
7036         * gnus-art.el (gnus-article-prepare-display): Setup w3.
7037         (gnus-mime-view-part): Ditto.
7038         (gnus-mime-inline-part): Dotii.
7039         (gnus-mime-externalize-part): Daddo.
7040         (gnus-mime-internalize-part): Tutti frutti.
7041         (gnus-widget-press-button): Da da do.
7042
7043         * mm-view.el (mm-setup-w3): Require url-vars.
7044
7045 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7046
7047         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
7048         * mm-util.el (mm-find-charset-region): Ditto.
7049
7050 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7051
7052         * message.el (message-send): Don't encode here.
7053         (message-send-mail): But here.
7054         (message-send-news): And here.
7055
7056 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7057
7058         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
7059
7060 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7061
7062         * gnus.el: Pterodactyl Gnus v0.63 is released.
7063
7064 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065
7066         * mml.el (mml-base-boundary): Shorten.
7067
7068         * message.el (message-insert-mime-part): Use default.
7069
7070         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
7071
7072 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7073
7074         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
7075         buttons, not [*].
7076
7077 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7078
7079         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
7080
7081 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
7082
7083         * gnus-art.el (gnus-insert-mime-button): Fix.
7084
7085 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7086
7087         * message.el (message-insert-mime-part): Nicify prompts.
7088         (message-insert-mime-part): Really delete duplicates.
7089         (message-insert-mime-part): Check against common errors.
7090         (message-insert-mime-part): Fix docstring.
7091
7092 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7095
7096 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7097
7098         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7099         (gnus-insert-mime-button): Modify accordingly.
7100
7101 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * gnus-art.el (gnus-display-mime): Set window point.
7104
7105         * mm-decode.el (mm-display-external): Only decode when not
7106         saving.
7107         (mm-alternative-precedence): Prefer multiparts.
7108         (mm-inline-media-tests): Inline multiparts.
7109
7110         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7111         Ignore errors when requiring url.
7112
7113         * mml.el (mml-quote-region): New command.
7114
7115         * message.el (message-cite-original): Use it.
7116         (message-cite-original-without-signature): Ditto.
7117
7118 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7119
7120         * gnus.el: Pterodactyl Gnus v0.62 is released.
7121
7122 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7125
7126 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7127
7128         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7129         `point-max-marker'.
7130
7131 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7134
7135         * gnus-art.el (gnus-mime-display-single): Check for attachment
7136         before other tests.
7137
7138 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7139
7140         * gnus-msg.el (gnus-configure-posting-styles): find a
7141         posting-style entry in the group parameters, if any, and honor it
7142         at the end.
7143
7144 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7145
7146         * nntp.el (nntp-after-change-function): Fix.
7147
7148 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7149
7150         * mml.el (mml-generate-mime-1): Insert literally.
7151
7152 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * mml.el (mml-insert-mime-headers): Removed debug.
7155
7156 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7157
7158         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7159         prefixed.
7160
7161         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7162         application/emacs-lisp to 8bit.
7163
7164 1998-12-03  Dale Hagglund  <rdh@best.com>
7165
7166         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7167
7168 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7169
7170         * gnus.el: Pterodactyl Gnus v0.61 is released.
7171
7172 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7173
7174         * mml.el (mml-parse-1): Skipped parts.
7175         (mml-insert-mime-headers): Nil is a list.
7176         (mml-generate-mime-1): Don't insert literally.
7177         (mml-read-tag): Drop text props.
7178         (mml-read-part): Ditto.
7179         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7180
7181 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7182
7183         * gnus.el: Pterodactyl Gnus v0.60 is released.
7184
7185 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * mml.el (mml-parse-1): Don't throw contents away.
7188
7189 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7190
7191         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7192
7193 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7196         function.
7197         (mml-parse-1): Use it.
7198
7199 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7200
7201         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7202         Use gnus-newsgroup-default-charset.
7203         (article-decode-encoded-words): Remove charset codes.
7204         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7205         gnus-default-charset.
7206
7207 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208
7209         * message.el (message-send-mail): Don't encode here.
7210         (message-send-news): Nor here.
7211         (message-send): ... but here instead.
7212
7213         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7214         default to nil.
7215         (gnus-article-display-picons): Replace From line.
7216         (gnus-group-display-picons): Replace Newsgroups line.
7217         (gnus-picons-display-glyph): Set baseline.
7218         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7219         (gnus-picons-xbm-face): Revert to old, standard colors.
7220
7221         * message.el (message-fetch-field): Remove text props.
7222
7223         * gnus-art.el (gnus-article-normalized-header-length): New
7224         variable.
7225         (article-normalize-headers): New command and keystroke.
7226
7227         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7228
7229 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7230
7231         * gnus.el: Pterodactyl Gnus v0.59 is released.
7232
7233 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7236
7237         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7238
7239 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7240
7241         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7242
7243 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244
7245         * mm-decode.el (mm-all-images-fit): New variable.
7246         (mm-image-fit-p): Use it.
7247
7248         * gnus-art.el (gnus-mime-display-single): Use it.
7249         (gnus-mime-internalize-part): New command and keystroke.
7250
7251         * mm-decode.el (mm-user-automatic-external-display): New
7252         variable.
7253         (mm-automatic-external-display-p): New function.
7254
7255         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7256         colors.
7257
7258 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7259
7260         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7261
7262         * gnus-art.el (gnus-with-article): Work in the original article
7263         buffer.
7264         (gnus-with-article): Work in read-only groups.
7265
7266 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7267
7268         * mm-bodies.el (mm-decode-string): Return original string if not
7269         decode.
7270
7271 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7272
7273         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7274
7275 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7276
7277         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7278
7279 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7280
7281         * gnus.el: Pterodactyl Gnus v0.58 is released.
7282
7283 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7284
7285         * mm-decode.el (mm-get-image): Return a glyph, not an image
7286         specifier.
7287
7288 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7289
7290         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7291
7292 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * mail-parse.el (rfc2045): Required.
7295
7296 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7297
7298         * mm-view.el (mm-inline-text): Remove props.
7299
7300 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * mm-view.el (mm-setup-w3): Protect url-misc.
7303
7304         * message.el (message-ignored-resent-headers): Remove
7305         Gnus-Warning.
7306
7307         * mml.el (mml-insert-mime-headers): Use encoding.
7308         (mml-parameter-string): Ditto.
7309
7310         * rfc2045.el: New file.
7311         (rfc2045-encode-string): New function.
7312
7313 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7314
7315         * mail-parse.el (mail-header-encode-parameter): New function.
7316
7317         * rfc2231.el (rfc2231-encode-string): New function.
7318
7319 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7320
7321         * mm-bodies.el (mm-decode-string): New function.
7322         * mm-view.el (mm-inline-text): Use mm-decode-string.
7323
7324 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7325
7326         * gnus.el: Pterodactyl Gnus v0.57 is released.
7327
7328 1998-11-23  Felix Lee  <flee@cygnus.com>
7329
7330         * nntp.el (nntp-async-needs-kluge): new setting.
7331         (nntp-async-timer): new var.
7332         (nntp-async-process-list): new var.
7333         (nntp-async-kluge): new function.
7334         (nntp-async-timer-handler): new function.
7335         (nntp-async-wait): new function.
7336         (nntp-async-stop): new function.
7337         (nntp-after-change-function): renamed, and split apart.
7338         (nntp-async-trigger): new function.
7339         (nntp-do-callback): new function.
7340         (nntp-accept-process-output): add optional timeout arg.
7341
7342         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7343         (gnus-async-wait-for-article): new function.
7344         (gnus-async-with-semaphore): s/asynch/async/.
7345
7346 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * gnus-art.el (gnus-with-article): Don't encode.
7349         (gnus-insert-mime-button): Fall back on filename from C-D.
7350         (gnus-mime-display-single): Have dots right on text/plain
7351         attachments.
7352
7353         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7354         broken parts.
7355
7356         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7357
7358         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7359         binhex.
7360
7361         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7362         (gnus-summary-repair-multipart): New command and keystroke.
7363
7364         * gnus-art.el (gnus-with-article-buffer): New macro.
7365
7366 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7367
7368         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7369         undisplay the part.
7370
7371 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7372
7373         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7374
7375         * mml.el (mml-read-part): Partition right.
7376
7377         * mm-decode.el (mm-handle-set-cache): New macro.
7378         (mm-handle-cache): Ditto.
7379         (mm-make-handle): Ditto.
7380         (mm-dissect-singlepart): Use it.
7381         (mm-get-image): Use the cache.
7382
7383 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7386         (gnus-mime-display-single): Don't insert lines between parts.
7387
7388 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7389
7390         * nnmail.el (nnmail-file-coding-system-1): New variable.
7391         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7392         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7393         * nnml.el (nnml-file-coding-system): New variable.
7394         (nnml-request-article): Use nnml-file-coding-system.
7395
7396 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7397
7398         * gnus.el: Pterodactyl Gnus v0.56 is released.
7399
7400 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * gnus-art.el (gnus-mime-display-part): New function.
7403         (gnus-mime-display-mixed): Use it.
7404
7405         * mm-view.el (mm-setup-w3): Don't register.
7406
7407         * message.el (message-cite-original): Cite parts.
7408
7409 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410
7411         * mml.el (mml-parameter-string): New function.
7412         (mml-insert-mime-headers): Separated into new function.
7413
7414 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7415
7416         * mml.el (mml-make-boundary): Use `make-string'.
7417
7418 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7419
7420         * binhex.el (binhex-insert-char): Ditto.
7421
7422         * base64.el (base64-insert-char): Ditto.
7423
7424         * uudecode.el (uudecode-insert-char): Code correctly.
7425
7426 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7427
7428         * mml.el (mml-generate-mime): Don't generate multiparts for
7429         empties.
7430
7431         * gnus-art.el (gnus-display-mime): Save excursion.
7432
7433         * message.el (message-remove-first-header): New function.
7434         (message-encode-message-body): Use it.
7435
7436 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7437
7438         * gnus.el: Pterodactyl Gnus v0.55 is released.
7439
7440 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7441
7442         * mm-view.el (mm-setup-w3): New function.
7443
7444         * mm-decode.el (mm-content-id-get-contents): New function.
7445         (mm-content-id-get-type): Ditto.
7446         (mm-content-id-get-encoding): Ditto.
7447         (mm-get-handle-by-content-id): Removed.
7448
7449 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7450
7451         * message.el (message-generate-new-buffers): Fix tag.
7452
7453 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * message.el (message-buffer-name): Check for unique first.
7456
7457         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7458         gnus-inhibit-mime-unbuttonizing.
7459
7460         * gnus-sum.el (t): Bind M-t.
7461         (gnus-inhibit-unbuttonizing): New variable.
7462         (gnus-summary-toggle-display-buttonized): New command.
7463
7464         * gnus-art.el (gnus-display-mime): Select article window.
7465         (article-strip-trailing-space): New command and keystroke.
7466
7467         * nneething.el (nneething-include-files): New variable.
7468         (nneething-create-mapping): Use it.
7469
7470         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7471
7472         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7473         ayto-expirable marks.
7474
7475 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7476
7477         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7478
7479         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7480         ARG.
7481
7482         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7483
7484 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7485
7486         * mm-util.el (mm-binary-coding-system): New variable.
7487         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7488         * mm-decode.el (mm-display-external): Ditto.
7489
7490 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7491
7492         * gnus.el: Pterodactyl Gnus v0.54 is released.
7493
7494 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7497
7498 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * mm-decode.el (mm-save-part): Unquote.
7501
7502 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7503
7504         * mm-decode.el (mm-save-part): Bind coding system for write.
7505
7506 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7507
7508         * gnus-art.el (gnus-article-mode-line-format): New default.
7509         (gnus-article-mime-part-status): New function.
7510
7511         * message.el (message-send-news): Check the body syntax before
7512         encoding.
7513
7514         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7515         (gnus-mime-display-single): Use it.
7516         (gnus-mime-display-alternative): Ditto.
7517
7518         * mm-decode.el: Check for whether we are running under a term.
7519
7520 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * mm-decode.el (mm-preferred-alternative): Default to first
7523         alternative.
7524         (mm-preferred-alternative): No, we dont.
7525
7526 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7527
7528         * mm-decode.el (mm-display-external): Use binary instead of
7529         no-conversion.
7530         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7531         * nnheader.el (nnheader-file-coding-system): Ditto.
7532         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7533
7534 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7535
7536         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7537         name without method.
7538
7539 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7540
7541         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7542         coding-system -> default-charset.
7543         (gnus-newsgroup-default-charset-alist): Ditto.
7544         (gnus-summary-local-variables): Ditto.
7545         (gnus-set-global-variables): Ditto.
7546         (gnus-get-newsgroup-headers): Ditto.
7547         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7548         (gnus-get-newsgroup-headers-xover): Ditto.
7549         (gnus-newsgroup-setup-default-charset): Ditto.
7550         (article-decode-mime-words): Ditto.
7551         (article-decode-charset): Ditto.
7552         (article-decode-encoded-words): Ditto.
7553         (article-de-quoted-unreadable): Ditto.
7554         (gnus-mime-view-all-parts): Ditto.
7555         (gnus-mime-externalize-part): Ditto.
7556         (gnus-mm-display-part): Ditto.
7557         (gnus-mime-display-single): Ditto.
7558         (gnus-mime-display-alternative): Ditto.
7559         * lpath.el : Ditto.
7560
7561 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7562
7563         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7564         * gnus-art.el (article-decode-charset): Overlay
7565         rfc2047-default-charset.
7566         * message.el (message-draft-coding-system): New variable.
7567         (message-set-auto-save-file-name): Use message-draft-coding-system.
7568         * nndraft.el (nndraft-request-article): Ditto.
7569         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7570         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7571
7572 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7573
7574         * mm-uu.el (mm-uu-test): New function.
7575         (mm-uu-dissect): Inherit charset and cte from head.
7576         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7577
7578 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7579
7580         * gnus.el: Pterodactyl Gnus v0.53 is released.
7581
7582 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * mm-decode.el (mm-get-image): New function.
7585         (mm-image-fit-p): New function.
7586
7587         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7588
7589         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7590
7591         * gnus-art.el (gnus-article-insert-newline): New function.
7592         (article-goto-body): New function.
7593
7594 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7597         buttons.
7598
7599         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7600         keystroke.
7601
7602         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7603         line between parts.
7604
7605         * message.el (message-remove-header): Go to end if wanted.
7606
7607 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7608
7609         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7610         movement with save-window-excursion.
7611
7612 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7613
7614         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7615
7616 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7617
7618         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7619
7620 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7621
7622         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7623         gnus-newsgroup-coding-system.
7624         (gnus-get-newsgroup-headers): Ditto.
7625         (gnus-get-newsgroup-headers-xover): Ditto.
7626         (gnus-set-global-variables): Ditto.
7627         * gnus-art.el (article-decode-mime-words): Ditto.
7628         (article-decode-charset): Ditto.
7629         (article-decode-encoded-words): Ditto.
7630         (article-de-quoted-unreadable): Ditto.
7631         (gnus-mime-view-all-parts): Ditto.
7632         (gnus-mime-externalize-part): Ditto.
7633         (gnus-mm-display-part): Ditto.
7634         (gnus-mime-display-alternative): Ditto.
7635         (gnus-mime-display-single): Ditto.
7636         * mm-view.el (mm-inline-text): Use default coding system.
7637
7638 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7639
7640         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7641         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7642         (gnus-newsgroup-coding-system): New local variable.
7643         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7644         (gnus-summary-local-variables): Add two new local variables.
7645         (gnus-newsgroup-setup-coding-system): New function.
7646         (gnus-select-newsgroup): Setup coding system.
7647         * lpath.el: Add two new variables.
7648         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7649         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7650         * gnus-cus.el (gnus-group-parameters): Customizable
7651         iso-8859-1-forced.
7652
7653 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7654
7655         * gnus.el: Pterodactyl Gnus v0.52 is released.
7656
7657 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7658
7659         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7660         encoding.
7661
7662         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7663         undisplayed text types.
7664
7665         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7666         types.
7667
7668 1998-11-19  Felix Lee  <flee@cygnus.com>
7669
7670         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7671
7672 1998-11-19  Felix Lee  <flee@cygnus.com>
7673
7674         * gnus-async.el (gnus-asynch-obarray): rename to
7675         gnus-async-hashtb, and don't buffer-local it.
7676
7677         (gnus-async-article-callback): new function.
7678         (gnus-make-async-article-function): use it.
7679
7680         (gnus-async-current-prefetch-group): new var.
7681         (gnus-async-current-prefetch-article): new var.
7682         (gnus-async-request-fetched-article): are we fetching it already?
7683
7684         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7685
7686 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * gnus-sum.el (gnus-summary-show-article): Require.
7689
7690         * message.el: Provide before hooks.
7691         (message-send-news): Do MIME before headers.
7692
7693         * gnus-art.el (gnus-article-check-buffer): New function.
7694         (gnus-article-read-summary-keys): Use it.
7695
7696         * mm-decode.el (mm-user-automatic-display): Display all inline
7697         images.
7698
7699         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7700         much.
7701         (gnus-unbuttonized-mime-types): New variable.
7702
7703 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704
7705         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7706
7707         * mm-decode.el (mm-quote-arg): Quote semicolons.
7708
7709         * gnus-art.el (gnus-mime-display-single): Don't display
7710         attachments.
7711         (gnus-mime-externalize-part): New command and keystroke.
7712
7713         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7714         (mm-alternative-precedence): Changed order.
7715
7716 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7717
7718         * gnus.el (gnus-method-simplify): New function.
7719         (gnus-native-method-p): New function.
7720         (gnus-secondary-method-p): Use gnus-method-equal.
7721
7722         * gnus-start.el (gnus-group-change-level): Shorten select method.
7723
7724 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7725
7726         * gnus.el: Pterodactyl Gnus v0.51 is released.
7727
7728 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * gnus.el: Applied patches from 5.6.45.
7731
7732         * gnus-score.el (gnus-score-find-trace): Print complete file
7733         paths.
7734         (gnus-score-find-trace): Truncate lines.
7735
7736         * gnus.el (gnus-message-archive-group): Allow function.
7737
7738         * message.el (message-encode-message-body): Remove Mime-Version
7739         before inserting.
7740
7741         * gnus-cus.el (gnus-group-customize): Optional topic.
7742
7743         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7744         keystroke.
7745
7746 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7747
7748         * message.el (message-encode-message-body): Rewrite.
7749
7750 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7751
7752         * mml.el (mml-base-boundary): New variable.
7753         (mml-make-boundary): New function.
7754
7755         * gnus-cache.el (gnus-cache-coding-system): New variable.
7756         (gnus-cache-request-article): Use it.
7757
7758         * message.el (message-insert-mime-part): Delete duplicates.
7759
7760 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7761
7762         * gnus-art.el (gnus-mime-display-alternative): Set end of
7763         multipart and display even when nothing is preferred.
7764
7765 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7766
7767         * gnus.el: Pterodactyl Gnus v0.50 is released.
7768
7769 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7770
7771         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7772         fbound.
7773
7774         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7775
7776 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7777
7778         * gnus.el (gnus-similar-server-opened): Compare backend.
7779
7780 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7781
7782         * gnus-topic.el (gnus-topic-expire-articles): New function.
7783         (gnus-topic-mode-map): Bind it.
7784
7785         * gnus.texi (Topic Commands): New expiry command. Reordered.
7786
7787 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7788
7789         * gnus-sum.el
7790         (gnus-auto-expirable-marks): New variable.
7791         (gnus-inhibit-user-auto-expire): New variable.
7792         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7793         When looking to see if we should expire instead, check
7794         gnus-auto-expirable-marks instead of using a hard-wired list.
7795         (gnus-summary-mark-as-read-forward,
7796         gnus-summary-mark-as-read-backward):
7797         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7798         gnus-summary-mark-forward, instead of `t'.
7799
7800 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7801
7802         * mml.el (mml-compute-boundary): New function.
7803         (mml-compute-boundary-1): New function.
7804         (mml-generate-mime-1): Use it.
7805
7806 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7807
7808         * mml.el (mml-generate-mime-1): Always precede closing boundary
7809         with newline.
7810
7811 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7812
7813         * mml.el (mml-generate-mime-1): Do right boundaries when several
7814         multiparts.
7815
7816         * mm-decode.el (mm-user-automatic-display): Default to inline
7817         jpeg.
7818
7819         * mml.el (mml-generate-mime-1): Encode non-text parts.
7820
7821 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7822
7823         * gnus.el: Pterodactyl Gnus v0.49 is released.
7824
7825 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7826
7827         * mm-view.el (mm-inline-text): Require w3-vars.
7828
7829         * gnus-setup.el (gnus-use-tm): Removed.
7830
7831         * gnus-art.el (gnus-article-goto-part): Don't beep.
7832         (gnus-article-view-part): Check return value.
7833         (gnus-mime-display-alternative): Don't display when there is
7834         nothing to display.
7835
7836         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7837         (mml-generate-mime-1): Use unibyte for binaries.
7838
7839         * gnus-art.el (gnus-display-mime): Call
7840         gnus-article-mime-part-function.
7841         (gnus-mime-part-function): New function.
7842         (gnus-article-mime-part-function): New function.
7843
7844         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7845
7846 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7849
7850         * message.el (message-font-lock-keywords): Highlight MML.
7851         (message-mml-face): New font.
7852
7853 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7854
7855         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7856         (gnus-mm-display-part): Do not select-window if the article window
7857         is not found.
7858
7859 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7860
7861         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7862
7863 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7864
7865         * gnus.el: Pterodactyl Gnus v0.48 is released.
7866
7867 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7868
7869         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7870
7871         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7872
7873         * message.el (message-cite-original-without-signature): Ditto.
7874         (message-cite-original): Quote parts.
7875
7876 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7877
7878         * gnus.el: Pterodactyl Gnus v0.47 is released.
7879
7880 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * message.el (message-encode-message-body): Insert MIME warning.
7883
7884         * mml.el (mml-read-tag): Look for #tag.
7885
7886         * mm-util.el (mm-find-charset-region): Check whether
7887         enable-multibyte-characters is bound.
7888
7889 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7890
7891         * gnus.el: Pterodactyl Gnus v0.46 is released.
7892
7893 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * message.el (message-encode-message-body): Insert headers at the
7896         right spot.
7897
7898 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7899
7900         * gnus.el: Pterodactyl Gnus v0.45 is released.
7901
7902 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * nndraft.el (nndraft-save-mime-part): Removed.
7905         (nndraft-get-mime-part): Ditto.
7906
7907         * message.el (message-format-mime-old): Removed.
7908         (message-encode-message-body): Removed.
7909         (message-encode-message-body): Renamed.
7910
7911 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7912
7913         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7914
7915         * message.el (message-format-mime): Check message-mime-part.
7916
7917         * mm-encode.el (mm-mime-file-types): Removed.
7918         (mm-default-file-encoding): New definition.
7919
7920 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7921
7922         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7923         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7924
7925 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7926
7927         * gnus.el: Pterodactyl Gnus v0.44 is released.
7928
7929 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930
7931         * message.el (message-format-mime): New function.
7932
7933         * nndraft.el (nndraft-save-mime-part): New function.
7934         (nndraft-get-mime-part): New function.
7935
7936         * mm-encode.el (mm-default-file-encoding): New function.
7937         (mm-content-transfer-encoding): New function.
7938         (mm-encode-buffer): New function.
7939
7940         * message.el: New command.
7941         (message-mime-part): New variable.
7942         (message-insert-mime-part): New command.
7943
7944         * mm-encode.el (mm-encode-content-transfer-encoding): New
7945         function.
7946
7947         * mm-util.el (mm-content-transfer-encoding-defaults): New
7948         variable.
7949         (mm-mime-file-types): Taken from TM.
7950
7951 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7952
7953         * gnus.el: Pterodactyl Gnus v0.43 is released.
7954
7955 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7956
7957         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7958         * gnus-score.el (gnus-score-default-header): Ditto.
7959         (gnus-header-index): Ditto.
7960         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7961         (gnus-summary-header): Handle extra headers.
7962         (gnus-summary-score-entry): Ditto, & provide new score element.
7963         (gnus-summary-score-effect): Ditto.
7964         (gnus-score-string): Avoid "extra" string sort, & modify match in
7965         "extra" case.
7966         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7967
7968 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7969
7970         * message.el (message-resend): Bind message-required-mail-headers
7971         to nil.
7972
7973         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7974
7975         * nngateway.el (require): Require cl.
7976
7977         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7978         things.
7979
7980 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7981
7982         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7983         when no articles.
7984
7985 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7988
7989 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7990
7991         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7992         user-mail-address if non-nil.
7993
7994 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995
7996         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7997         (gnus-make-sort-function-1): Ditto.
7998
7999         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
8000         window.
8001
8002 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8003
8004         * mm-util.el (mm-with-unibyte-buffer): Ditto.
8005
8006         * binhex.el (binhex-decode-region): Quote.
8007
8008 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009
8010         * gnus-art.el (article-decode-charset): Don't downcase charset.
8011
8012         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
8013
8014 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8015
8016         * gnus.el: Pterodactyl Gnus v0.42 is released.
8017
8018 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8019
8020         * gnus-art.el (gnus-display-mime): Add id for alternative part.
8021
8022 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
8023
8024         * nntp.el (nntp-send-mode-reader): Revert.
8025
8026 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8027
8028         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
8029
8030 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8031
8032         * message.el (message-make-date): Fix for negative time zones.
8033
8034 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8035
8036         * gnus.el: Pterodactyl Gnus v0.41 is released.
8037
8038 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
8039
8040         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8041
8042 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
8043
8044         * gnus.el (gnus-short-group-name): When shortening foreign select
8045         methods, do not scan for plusses beyond the first colon.
8046
8047 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
8048
8049         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
8050         lines where `group' is the last thing on the line.
8051
8052 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * gnus-art.el (gnus-article-view-part): Do alternative.
8055         (gnus-mime-display-alternative): Insert marker.
8056
8057 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8058
8059         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8060
8061         * nnmail.el (nnmail-expired-article-p): Protect against bogus
8062         dates.
8063
8064         * gnus-cus.el (gnus-topic): Required.
8065
8066         * nnheader.el (nnheader-parse-nov): Parse extra.
8067         (nnheader-nov-parse-extra): New macro.
8068
8069 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8070
8071         * gnus-art.el (gnus-article-view-part): Internal move.
8072
8073 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
8074
8075         * gnus-cus-new.el (gnus-custom-topic): New free variable.
8076         (gnus-group-customize): Support editing topic parameters.
8077
8078 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
8079
8080         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
8081         indicators.
8082
8083 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084
8085         * gnus-art.el (gnus-mm-display-part): Return.
8086         (gnus-article-view-part): Only go if external.
8087         (gnus-article-dumbquotes-map): Do 205.
8088
8089         * mm-decode.el (mm-display-part): Return what was done.
8090
8091         * message.el (message-buffer-naming-style): New variable.
8092         (message-generate-new-buffers): Extended.
8093         (message-buffer-naming-style): Removed.
8094         (message-buffer-name): Use it.
8095         (message-do-send-housekeeping): Rename new styling.
8096
8097         * gnus-sum.el (gnus-summary-recenter): Allow
8098         gnus-auto-center-summary to be a number.
8099
8100 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8101
8102         * pop3.el (pop3-open-server): Use "binary" instead of
8103         "no-conversion".
8104
8105 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8106
8107         * gnus-srvr.el (gnus-browse-foreign-server): Set
8108         gnus-browse-current-method to the result of gnus-server-to-method.
8109
8110 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8111
8112         * gnus-util.el (gnus-pull): Another optional argument.
8113         * nnweb.el (nnweb-request-delete-group): Delete from
8114         nnweb-group-alist and update active file.
8115
8116 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8117
8118         * gnus-group.el (gnus-group-make-group): Accept group of new
8119         method.
8120
8121 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8122
8123         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8124
8125 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8126
8127         * mm-view.el (mm-inline-text): Postion of html portion.
8128
8129 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * nntp.el (nntp-list-active-group): Waited for short strings.
8132         (nntp-send-mode-reader): Ditto.
8133         (nntp-open-connection): Ditto.
8134
8135         * gnus-int.el (gnus-request-group-articles): New function.
8136
8137         * nntp.el (nntp-request-listgroup): New function.
8138         (nntp-request-group-articles): Renamed.
8139
8140 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8141
8142         * nnheader.el (nnheader-parse-nov): Supply extra.
8143
8144 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * gnus-art.el (gnus-button-push): Don't go to
8147         gnus-article-buffer.
8148
8149         * mm-view.el (mm-inline-image): Add a newline.
8150
8151         * gnus-start.el (gnus-check-first-time-used): Check more.
8152
8153 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8154
8155         * gnus-start.el (gnus-check-first-time-used): Check current.
8156
8157 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158
8159         * mm-util.el (mm-find-charset-region): New function.
8160
8161         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8162
8163         * gnus-art.el (gnus-mime-button-menu): Fix.
8164
8165 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8166
8167         * gnus-art.el (gnus-mime-button-menu): New definition.
8168
8169 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus-art.el (article-decode-charset): Downcase charset.
8172         (article-decode-charset): Pass on type.
8173         (article-decode-charset): Check nil charsets.
8174         (article-remove-cr): Translate CR to LF.
8175         (gnus-ignored-mime-types): Default to nil.
8176
8177         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8178
8179         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8180         user-mail-address.
8181         (gnus-nov-parse-extra): Didn't return right thing.
8182
8183 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * gnus-xmas.el: Use compiled-function-p.
8186
8187 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8188
8189         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8190
8191 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8192
8193         * gnus.el: Pterodactyl Gnus v0.40 is released.
8194
8195 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8198
8199         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8200
8201         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8202
8203         * nnml.el (nnml-possibly-create-directory): Check before making.
8204
8205 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8206
8207         * nnheader.el (nnheader-insert-nov): Don't infloop.
8208
8209 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8210
8211         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8212         set up.
8213
8214 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8215
8216         * nneething.el (nneething-file-name): New definition.
8217
8218 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8219
8220         * gnus-art.el (gnus-treatment-function-alist): Fix.
8221         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8222
8223         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8224
8225 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8226
8227         * gnus.el: Pterodactyl Gnus v0.39 is released.
8228
8229 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8230
8231         * gnus-art.el (gnus-ignored-mime-types): New variable.
8232         (gnus-mime-display-single): Use it.
8233         (gnus-treatment-function-alist): New variable.
8234
8235         * gnus.el (gnus-mime): New group.
8236
8237         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8238         things for other parts.
8239         (gnus-mime-display-alternative): Place point.
8240
8241         * gnus.el: autoload gnus-uu-post-news.
8242
8243         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8244         needsterm/DISPLAY.
8245
8246         * mm-decode.el (mm-display-part): Default to inline text/.*
8247         parts.
8248
8249         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8250         8bit.
8251
8252         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8253         (gnus-mime-display-single): Inline all text parts.
8254         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8255
8256 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * nnml.el (nnml-possibly-create-directory): Rewrite.
8259         (nnml-request-create-group): Change to right server.
8260
8261         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8262
8263         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8264
8265         * gnus.el: rmail-output-to-rmail-file autoload.
8266
8267         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8268         Gnus.
8269
8270         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8271
8272         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8273
8274 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8275
8276         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8277         mixed part.
8278
8279 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8280
8281         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8282
8283         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8284
8285 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8286
8287         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8288
8289 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8292         value.
8293
8294         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8295         hidden.
8296
8297         * gnus-spec.el (gnus-update-format-specifications): Use the
8298         article mode line spec.
8299
8300         * gnus-art.el (gnus-insert-mime-button): Put right type.
8301         (gnus-insert-prev-page-button): Ditto.
8302         (gnus-insert-next-page-button): Dutti.
8303
8304         * pop3.el: New version installed.
8305
8306 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8307
8308         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8309         and display last part.
8310
8311 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8312
8313         * gnus.el: Pterodactyl Gnus v0.38 is released.
8314
8315 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8318         Removed.
8319         (article-de-quoted-unreadable): Narrow to default.
8320
8321         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8322
8323         * gnus-art.el (article-decode-charset): Decode even when broken
8324         MIME.
8325
8326         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8327         name.
8328
8329         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8330
8331         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8332         nnheader.
8333
8334         * nnmail.el (nnmail-extra-headers): New variable.
8335
8336         * nnheader.el (nnheader-insert-nov): Insert extra.
8337
8338         * gnus.el (gnus-summary-line-format): Doc fix.
8339
8340         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8341         (gnus-nov-parse-line): Ditto.
8342         (gnus-nov-parse-extra): New macro.
8343         (gnus-header): New function.
8344         (gnus-update-summary-mark-positions): Change.
8345         (gnus-ignored-from-addresses): New variable.
8346         (gnus-summary-insert-from-or-to): New function.
8347
8348         * gnus.el (gnus-extra-headers): New variable.
8349
8350         * nnheader.el (make-mail-header): Expand.
8351         (mail-header-extra): New macro.
8352         (mail-header-set-extra): Ditto.
8353         (make-full-mail-header): Expand.
8354
8355 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8356
8357         * gnus.el: Pterodactyl Gnus v0.37 is released.
8358
8359 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8362
8363         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8364         on.
8365
8366 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8367
8368         * gnus-spec.el (gnus-balloon-face-function): new function
8369         (gnus-parse-format): understand the %< %> specifiers
8370         (gnus-parse-complex-format): ditto.
8371
8372 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373
8374         * gnus.el: Changed following-char to char-after throughout.
8375
8376 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * mm-decode.el (mm-display-external): Protect more and message.
8379
8380 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8381
8382         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8383         position.
8384
8385 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8386
8387         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8388         mixed part.
8389
8390 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8391
8392         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8393
8394         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8395
8396 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8397
8398         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8399
8400 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8401
8402         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8403
8404         * mm-decode.el (mm-display-external): Set undisplayer to mm
8405         buffer, not the current buffer; use unwind-protect.
8406
8407 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8410         (gnus-summary-exit-no-update): Ditto.
8411
8412 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * mm-decode.el (mm-inline-media-tests): Look for w3.
8415
8416         * mailcap.el (mailcap-mime-data): Inline html.
8417
8418 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8419
8420         * gnus.el: Pterodactyl Gnus v0.36 is released.
8421
8422 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * gnus-art.el (article-translate-strings):
8425         (gnus-article-dumbquotes-map): Don't dot.
8426
8427         * pop3.el (pop3-open-server): Set point right.
8428
8429         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8430         (mm-dissect-buffer): Ditto.
8431         (mm-destroy-part): Ignore non-handles.
8432         (mm-remove-part): Ditto.
8433         (mm-destroy-parts): New function.
8434         (mm-remove-parts): Ditto.
8435
8436         * gnus-art.el (gnus-mm-display-part): Don't move point.
8437
8438 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8439
8440         * mm-uu.el : New file.
8441
8442         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8443
8444         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8445         a function.
8446
8447 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8448
8449         * mm-decode.el (mm-display-external): Check before selecting.
8450
8451 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8452
8453         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8454
8455         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8456
8457         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8458         variable.
8459
8460         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8461
8462         * gnus-art.el (gnus-decode-header-methods): New variable.
8463
8464         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8465
8466         * gnus-art.el (gnus-multi-decode-header): New function.
8467
8468 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8469
8470         * gnus.el: Pterodactyl Gnus v0.35 is released.
8471
8472 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8473
8474         * uudecode.el (uudecode-decode-region-external): Insert
8475         literally.
8476
8477         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8478
8479         * mm-bodies.el (mm-decode-body): Optional encoding.
8480
8481 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8482
8483         * gnus-ems.el (gnus-mouse-3): New variable.
8484
8485         * binhex.el (binhex-decode-region-external): Don't use -internally.
8486
8487 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8488
8489         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8490         files.
8491
8492 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8493
8494         * gnus-group.el (gnus-add-marked-articles): Request backend update
8495         of flags.
8496
8497 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8498
8499         * gnus-sum.el (gnus-update-read-articles):
8500         (gnus-update-marks): Request backend update of mark.
8501
8502 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8503
8504         * gnus.texi (Optional Backend Functions): New item,
8505         nnchoke-request-set-mark.
8506
8507 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8508
8509         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8510           list to range.
8511
8512 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8513
8514         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8515
8516 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8517
8518         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8519         first used.
8520
8521 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8522
8523         * mm-view.el: Require mm-decode for macros.
8524
8525         * mm-decode.el (mm-handle-type): Move macro declarations above the
8526         place where they are used.
8527
8528 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8529
8530         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8531         buffer.
8532
8533 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8534
8535         * nnagent.el (nnagent-open-server): Error message.
8536
8537 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8538
8539         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8540
8541 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8542
8543         * score-mode.el (gnus-score-mode-map): Ditto.
8544
8545         * message.el (message-mode-map): Ditto.
8546
8547         * gnus-uu.el (gnus-uu-post-news): Ditto.
8548
8549         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8550
8551         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8552
8553         * gnus-art.el (gnus-article-edit-mode-map): Use
8554         `set-keymap-parent' rather than `copy-keymap'.
8555
8556 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8557
8558         * gnus-art.el (gnus-mime-button-commands): New variable.
8559         (gnus-mime-button-map): Initialize it from
8560         `gnus-mime-button-commands'.
8561         (gnus-mime-button-menu): New function.
8562         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8563
8564 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8565
8566         * message.el (message-insert-to): Make `nobody' and `poster'
8567         synonymous to `never' and `always' in Mail-Copies-To.
8568         (message-reply): Ditto.
8569         (message-followup): Ditto.
8570
8571 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572
8573         * mailcap.el (mailcap-mime-data): Save sound.
8574
8575 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8576
8577         * message.el (message-ignored-supersedes-headers): Include
8578         `NNTP-Posting-Date'.
8579
8580 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8581
8582         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8583
8584 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8585
8586         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8587         uudecode.
8588
8589 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8590
8591         * mm-decode.el (mm-display-external): Don't switch on save.
8592
8593 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8594
8595         * nnmail.el (nnmail-movemail-args): New variable.
8596
8597 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * gnus-art.el (article-translate-strings):
8600
8601 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * gnus-art.el (gnus-article-view-part): Use it.
8604         (gnus-mm-display-part): New function.
8605         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8606
8607         * mm-decode.el (mm-handle-displayed-p): New function.
8608
8609         * gnus-art.el (gnus-mime-copy-part): Create better names.
8610         (gnus-mime-button-line-format): Include dots spec.
8611
8612 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8613
8614       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8615       forward buffer first.
8616
8617 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * gnus-util.el (gnus-set-window-start): New function.
8620
8621         * message.el (message-send): Don't check changed.
8622
8623 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * gnus-art.el (gnus-article-setup-buffer): Set params.
8626
8627         * mm-decode.el (mm-user-display-methods): Inline
8628         "message/delivery-status".
8629
8630 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631
8632         * message.el (message-auto-save-directory): Rename.
8633         (message-mode): Dof fix.
8634
8635         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8636         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8637
8638         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8639
8640         * message.el (message-make-date): Avoid locale.
8641
8642         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8643         cache.
8644
8645         * mm-decode.el (mm-display-inline): Goto point-min.
8646
8647         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8648
8649         * mm-decode.el (mm-display-external): Reverse before sorting.
8650
8651         * gnus-draft.el (gnus-draft-send): Allow mail.
8652
8653 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8654
8655         * message.el (message-check): Move message-check macro above where
8656         it is first used.
8657
8658         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8659
8660 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8661
8662         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8663
8664 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8665
8666         * gnus.el: Pterodactyl Gnus v0.34 is released.
8667
8668 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669
8670         * mm-decode.el (mm-inline-media-tests): delivery-status.
8671
8672         * mm-view.el (mm-inline-text): Provide default.
8673
8674 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8675
8676         * mailcap.el (mailcap-possible-viewers): Fix nils.
8677
8678 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8679
8680         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8681         (article-update-date-lapsed): Record the buffer.
8682         (article-update-date-lapsed): Do all windows that display article
8683         buffers.
8684
8685         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8686
8687         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8688
8689         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8690         annoations.
8691
8692         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8693
8694 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8695
8696         * gnus-agent.el (gnus-category-add): Change default category to
8697         'false.
8698
8699         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8700         scores.
8701
8702         * gnus-draft.el (gnus-draft-send): Check server more.
8703
8704         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8705         (gnus-article-goto-part): New function.
8706
8707         * mm-view.el (mm-inline-text): Insert richtext properly.
8708
8709         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8710
8711 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * parse-time.el (parse-time-rules): Accept dates far into the past
8714         and the future, and parse single-digit numbers as years.
8715
8716 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * mm-decode.el (mm-display-external): Chop off directories.
8719
8720 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * uudecode.el (uu-decode-region-external): Use
8723         insert-file-contents-literally.
8724
8725         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8726
8727 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8728
8729         * uudecode.el: New file.
8730
8731         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8732         x-uuencode.
8733
8734 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8735
8736         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8737
8738         * message.el (message-fetch-field): Unfold properly.
8739
8740         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8741         in text/plain.
8742
8743 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8744
8745         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8746         (gnus-auto-select-first): Removed.
8747         (gnus-auto-select-first): Extended.
8748         (gnus-summary-read-group-1): Use new value.
8749
8750 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8751
8752         * message.el (message-fix-before-sending): Space.
8753
8754         * nnmail.el (nnmail-find-file): Don't erase.
8755
8756 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8757
8758         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8759
8760 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8761
8762         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8763
8764 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8765
8766         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8767
8768 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8769
8770         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8771         20.4.
8772
8773 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774
8775         * gnus-art.el (gnus-mime-view-all-parts): New command and
8776         keystroke.
8777
8778         * mm-decode.el (mm-display-external): Translate slashes.
8779
8780         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8781
8782         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8783
8784         * mm-decode.el (mm-quote-arg): Quote spaces.
8785         (mm-display-external): Quote args.
8786
8787 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * mm-decode.el (mm-inlinable-part-p): New function.
8790
8791 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8792
8793        * mm-util.el (mm-disable-multibyte): New function.
8794
8795 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8796
8797         * gnus.el: Pterodactyl Gnus v0.33 is released.
8798
8799 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8800
8801         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8802
8803         * mm-decode.el (mm-display-external): Don't switch for externals.
8804         (mm-dissect-multipart): Don't include end-sep.
8805
8806         * mm-util.el (mm-get-coding-system-list): New function.
8807         (mm-coding-system-list): New variable.
8808
8809 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8810
8811         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8812
8813 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8814
8815         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8816         group
8817
8818 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8819
8820         * base64.el (base64-run-command-on-region): External base64
8821         decoder do not use coding system
8822
8823 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8824
8825         * mm-decode.el (mm-interactively-view-part): Typo.
8826
8827 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8828
8829         * mm-decode.el (mm-dissect-multipart): Display last part when the
8830         article has no close-delimiter
8831
8832 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8833
8834         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8835         content-type.
8836
8837 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8838
8839         * gnus-art.el (gnus-display-mime): Typo.
8840
8841 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8842
8843         * gnus.el: Pterodactyl Gnus v0.32 is released.
8844
8845 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8846
8847         * gnus-kill.el (gnus-batch-score): Protect against errors.
8848
8849         * gnus-art.el: Protect against broken headers.
8850
8851         * mm-decode.el (mm-display-external): Respect needsterm.
8852         (mm-display-external): Create buffer for external commands.
8853
8854 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8857
8858         * mm-decode.el (mm-display-external): Use file name.
8859
8860 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8861
8862         * gnus-util.el (gnus-output-to-rmail):  adjust to
8863           `rmail-output-to-rmail-file'
8864
8865 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8868
8869         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8870         headers.
8871
8872         * gnus-art.el (article-decode-charset): Fold case.
8873
8874 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8875
8876         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8877
8878 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8879
8880         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8881         after being stored.
8882
8883 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8884
8885         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8886         come.
8887
8888 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8889
8890         * gnus-xmas.el (wid-edit): Required.
8891
8892         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8893
8894 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8895
8896         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8897
8898 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8899
8900         * gnus-art.el (article-decode-charset): Narrow to the correct
8901         region.
8902
8903         * mm-bodies.el: Fix autoload.
8904
8905 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8906
8907         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8908
8909 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8912
8913 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8916         (gnus-article-add-button): Ditto.
8917
8918         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8919
8920         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8921         (gnus-article-prepare-display): Bind url-standalone-mode.
8922
8923         * mm-decode.el (mm-remove-part): Also delete directory.
8924         (mm-display-external): Create a private sub-dir.
8925
8926         * mailcap.el (mailcap-binary-suffixes): New variable.
8927         (mailcap-command-p): Use it.
8928
8929 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8930
8931         * nnmbox.el (nnmbox-request-group): Change server.
8932         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8933
8934         * message.el (message-encode-message-body): Don't stomp MIME
8935         headers.
8936
8937         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8938         unless useful.
8939         (gnus-summary-exit): Check for a live article buffer.
8940         (gnus-summary-exit-no-update): Ditto.
8941
8942         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8943         param.
8944
8945         * gnus-sum.el (gnus-article-decoded-p): New variable.
8946
8947         * mm-decode.el (mm-display-external): Use no-conv.
8948
8949         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8950         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8951
8952         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8953         mouse-click.
8954
8955 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8958
8959 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8960
8961         * gnus.el: Pterodactyl Gnus v0.31 is released.
8962
8963 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8966
8967         * mm-decode.el (mm-display-part): Accept no-default.
8968
8969         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8970         a parameter.
8971
8972         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8973         (gnus-summary-prepare-threads): Ditto.
8974
8975         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8976
8977         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8978         (gnus-mime-button-line-format): Doc fix.
8979         (gnus-insert-mime-button): Use it.
8980         (gnus-article-add-button): Use widget-convert-button.
8981
8982         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8983         ignore.
8984
8985         * mm-decode.el (mm-alternative-precedence): Ditto.
8986
8987 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8988
8989         * mm-decode.el (mm-user-automatic-display): Use enriched.
8990
8991 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8992
8993         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8994         right place.
8995
8996 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997
8998         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8999
9000         * gnus-art.el (article-update-date-lapsed): Only update header if
9001         buffer is dispalyed in frame.
9002         (gnus-article-prepare-display): New function.
9003         (gnus-article-prepare): Use it.
9004
9005 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
9008
9009         * mm-view.el (mm-insert-inline): New function.
9010
9011         * mm-decode.el (mm-pipe-part): Bugged.
9012
9013         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
9014
9015         * mm-bodies.el (mm-encode-body): Move over the body.
9016
9017         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
9018
9019         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
9020
9021 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
9022
9023         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
9024           related functions.  Handle message/rfc822 parts.  Display subject on
9025           multipart summary lines.  Display name on sub-parts when available.
9026
9027 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9028
9029         * mailcap.el (mailcap-command-p): New version.
9030
9031 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
9032
9033         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
9034         groups.
9035
9036 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9037
9038         * message.el (message-make-date): Remove weekday name.
9039
9040         * mm-decode.el (mm-dissect-buffer): Protect against broken
9041         headers.
9042
9043         * mailcap.el (mailcap-command-in-path-p): New function.
9044         (mailcap-command-p): Renamed.
9045
9046 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9047
9048         * rfc2047.el (eval): Autoload.
9049
9050 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9051
9052         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
9053         (gnus-multi-decode-encoded-word-string): New function.
9054         (gnus-encoded-word-method-alist): New variable.
9055         (gnus-decode-encoded-word-functions): Removed.
9056
9057 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
9058
9059         * gnus-int.el (gnus-request-replace-article): Replace
9060         message-narrow-to-headers with message-narrow-to-head
9061
9062 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063
9064         * drums.el (drums-quote-string): Reversed match.
9065
9066         * message.el (message-make-date): Use weekday name.
9067
9068 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9069
9070         * gnus.el: Pterodactyl Gnus v0.30 is released.
9071
9072 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * gnus-art.el (article-decode-encoded-words): Use it.
9075         (gnus-decode-header-function): New variable.
9076
9077         * gnus-sum.el (gnus-nov-parse-line): Use it.
9078         (gnus-decode-encoded-word-function): New variable.
9079
9080         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
9081         buffer.
9082
9083         * gnus-art.el (gnus-insert-mime-button): Use widget.
9084         (gnus-widget-press-button): New function.
9085         (gnus-article-prev-button): Removed.
9086         (gnus-article-next-button): Ditto.
9087         (gnus-article-add-button): Ditto.
9088
9089         * gnus.el (gnus-article-mode-map): Inherit from widget.
9090         (gnus-article-mode-map): No, don't.
9091
9092         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9093         (mm-content-id-alist): New variable.
9094         (mm-get-content-id): New function.
9095
9096         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9097         articles if we are fetching to the article buffer.
9098
9099 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9100
9101         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9102         articles.
9103
9104 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9107         (mm-default-mime-charset): New variable.
9108
9109         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9110
9111         * drums.el (drums-quote-string): Reversed test.
9112
9113 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9114
9115         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9116         string.
9117
9118         * drums.el (drums-quote-string): New function.
9119
9120         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9121         (rfc2047-b-encode-region): Chop lines.
9122         (rfc2047-q-encode-region): Ditto.
9123
9124 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9125
9126         * gnus.el: Pterodactyl Gnus v0.29 is released.
9127
9128 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9129
9130         * mm-decode.el (mm-save-part): Message right.
9131
9132 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9133
9134         * drums.el (drums-parse-address): Returned a list instead of a
9135         string.
9136         (drums-remove-whitespace): Skip comments.
9137         (drums-parse-addresses): Didn't work.
9138
9139 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9140
9141         * gnus.el: Pterodactyl Gnus v0.28 is released.
9142
9143 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9146         starting point.
9147         (article-decode-encoded-words): Rename.
9148
9149         * message.el (message-narrow-to-headers-or-head): New function.
9150
9151         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9152         region.
9153
9154         * message.el (message-send-news): Encode body after checking
9155         syntax.
9156
9157         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9158
9159         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9160
9161         * gnus-art.el (gnus-display-mime): Respect disposition.
9162
9163         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9164
9165         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9166         text with annotations.
9167
9168         * message.el (message-make-date): Fix sign for negative time
9169         zones.
9170
9171         * mm-view.el (mm-inline-image): Insert a space at the end of the
9172         image.
9173
9174         * mail-parse.el: New file.
9175
9176         * rfc2231.el: New file.
9177
9178         * drums.el (drums-content-type-get): Removed.
9179         (drums-parse-content-type): Ditto.
9180
9181         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9182
9183 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9184
9185         * gnus.el: Pterodactyl Gnus v0.27 is released.
9186
9187 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9188
9189         * mm-decode.el (mm-alternative-precedence): New variable.
9190         (mm-preferred-alternative): New function.
9191
9192         * gnus-art.el (gnus-mime-copy-part): New command.
9193
9194         * mm-decode.el (mm-get-part): New function.
9195
9196         * mm-view.el: New file.
9197
9198         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9199         (mm-display-part): Default to mailcap-save-binary-file.
9200
9201 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9202
9203         * gnus.el: Pterodactyl Gnus v0.26 is released.
9204
9205 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * mm-decode.el (mm-interactively-view-part): New function.
9208
9209         * gnus-art.el (gnus-mime-view-part): New command.
9210
9211         * mm-decode.el (mm-last-shell-command): New variable.
9212
9213         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9214
9215         * mm-decode.el (mm-save-part): New function.
9216
9217         * gnus-art.el (article-decode-charset): Protect against buggy
9218         content-types.
9219         (gnus-mime-pipe-part): New command.
9220         (gnus-mime-save-part): New command.
9221         (gnus-mime-button-map): New keymap.
9222         (gnus-mime-button-line-format): New variable.
9223         (gnus-insert-mime-button): New function.
9224         (gnus-display-mime): Use it.
9225
9226         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9227
9228         * mm-decode.el (mm-inline-text): Decode charsets.
9229
9230         * gnus-art.el (gnus-article-save): Comment fix.
9231
9232         * gnus-int.el (gnus-start-news-server): When in batch, don't
9233         prompt.
9234
9235         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9236         decode.
9237
9238         * mm-decode.el (mm-inline-media-tests): Add audio.
9239         (mm-inline-audio): New function.
9240
9241 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9242
9243         * gnus-art.el (article-make-date-line): Didn't work.
9244
9245         * parse-time.el (parse-time-string): One too many nils.
9246
9247 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9248
9249         * gnus.el: Pterodactyl Gnus v0.25 is released.
9250
9251 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9254         annotations.
9255
9256         * gnus.el ((featurep 'gnus-xmas)): New
9257         'gnus-annotation-in-region-p alias.
9258
9259 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9260
9261         * mm-util.el (mm-with-unibyte-buffer): New function.
9262
9263         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9264
9265         * mm-decode.el (mm-inline-media-tests): New variable.
9266
9267         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9268
9269         * gnus-art.el (gnus-article-mime-handles): New variable.
9270
9271         * drums.el (drums-narrow-to-header): New function.
9272
9273         * gnus-art.el (article-decode-charset): Use it.
9274
9275         * drums.el (drums-content-type-get): New function.
9276
9277         * mm-util.el (mm-content-type-charset): Removed.
9278
9279         * drums.el (drums-syntax-table): @ is word.
9280         (drums-parse-content-type): New function.
9281
9282         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9283         EDT" times.
9284
9285         * gnus-util.el (gnus-date-get-time): Use safe date.
9286
9287         * gnus-sum.el (gnus-show-mime): Removed.
9288         (gnus-summary-toggle-mime): Removed.
9289
9290         * gnus-art.el (gnus-strict-mime): Removed.
9291         (gnus-article-prepare): Don't do MIME.
9292         (gnus-decode-encoded-word-method): Removed.
9293         (gnus-show-mime-method): Removed.
9294
9295 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9296
9297         * gnus.el: Pterodactyl Gnus v0.24 is released.
9298
9299 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9300
9301         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9302         PREFIX.
9303
9304         * parse-time.el (parse-time-rules): Accept times that look like
9305         "h:mm".
9306
9307         * message.el (message-make-date): Use zone properly.
9308
9309         * gnus.el: Autoload gnus-batch.
9310
9311         * gnus-art.el (article-de-quoted-unreadable): Do not do
9312         gnus-article-decode-rfc1522.
9313
9314         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9315
9316         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9317         param.
9318
9319         * message.el (message-encode-message-body): Check for us-ascii.
9320
9321         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9322         to the left.
9323
9324 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * gnus-art.el (article-decode-charset): Rename.
9327
9328 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9329
9330         * gnus.el: Pterodactyl Gnus v0.23 is released.
9331
9332 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333
9334         * gnus-util.el (gnus-parent-id): Ditto.
9335         (gnus-put-text-property-excluding-newlines): Ditto.
9336
9337         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9338
9339 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9340
9341         * message.el (message-generate-headers): Generate User-Agent
9342         instead of X-Mailer & X-Newsreader.
9343
9344         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9345         User-Agent header format.
9346
9347 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9348
9349         * gnus.el: Pterodactyl Gnus v0.22 is released.
9350
9351 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9352
9353         * mm-util.el (mm-multibyte-p): Typo.
9354
9355 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9356
9357         * gnus.el: Pterodactyl Gnus v0.21 is released.
9358
9359 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9360
9361         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9362
9363 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9364
9365         * mm-util.el (mm-multibyte-p): New function.
9366
9367 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9368
9369         * gnus.el: Pterodactyl Gnus v0.20 is released.
9370
9371 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * rfc2047.el (rfc2047-decode-region): Only decode when in
9374         multibyte.
9375
9376         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9377
9378         * gnus-int.el (gnus-request-replace-article): Encode.
9379         (gnus-request-accept-article): Encode.
9380
9381         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9382         here.
9383
9384         * gnus.el (gnus-article-display-hook): Take the charset functions
9385         out.
9386
9387         * time-date.el (safe-date-to-time): New function.
9388
9389         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9390
9391 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9392
9393         * gnus.el: Pterodactyl Gnus v0.19 is released.
9394
9395 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9396
9397         * base64.el (base64-encode-region): Accept no-line-break.
9398
9399         * mm-util.el (mm-mime-charset): New function.
9400
9401         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9402
9403 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9404
9405         * gnus.el: Pterodactyl Gnus v0.18 is released.
9406
9407 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9408
9409         * message.el (message-send-and-exit): Return t on success.
9410         (message-make-date): Make a proper time zone.
9411
9412         * gnus-draft.el (gnus-draft-send): Only remove article if the
9413         sending is successful.
9414
9415         * drums.el (drums-get-comment): Return the last comment.
9416         (drums-parse-address): Parse old-style From headers.
9417
9418 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9419
9420         * gnus-sum.el (gnus-data-compute-positions): Move below
9421         `gnus-save-hidden-threads' so the former is correctly detected as
9422         a macro.
9423
9424 1998-09-06  Dave Love  <fx@gnu.org>
9425
9426         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9427         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9428         time for nicer failure if it's not available.
9429
9430 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * time-date.el (time-to-seconds): Renamed.
9433
9434         * parse-time.el (parse-time-string): Downcase before handling.
9435         (parse-time-rules): Times without seconds have 0 seconds.
9436
9437         * rfc2047.el (rfc2047-encode-region): New version.
9438         (rfc2047-dissect-region): New function.
9439
9440 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * message.el (message-make-date): Use symbolic zone.
9443
9444 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * time-date.el (parse-time): Always use parse-time.
9447
9448         * parse-time.el (parse-time-syntax): Use vectors.
9449
9450 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9451
9452         * gnus.el: Pterodactyl Gnus v0.17 is released.
9453
9454 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * time-date.el: Renamed from "date".
9457
9458         * gnus.el: Removed all timezone dependencies.
9459
9460         * score-mode.el: Removed.
9461         (gnus-score-edit-insert-date): Use date.
9462
9463         * date.el (float-to-time): New function.
9464
9465         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9466
9467         * date.el (time-to-float): New function.
9468
9469         * message.el (message-make-date): Use format-time-string.
9470         (message-make-expires): Use make-date.
9471
9472         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9473
9474         * gnus-util.el (gnus-dd-mmm): Use date.
9475         (gnus-sortable-date): Ditto.
9476
9477         * message.el (message-make-date): Take an optional time.
9478
9479         * gnus: Applied patches from 5.6.43.
9480
9481         * date.el (if): Use parse-time.
9482
9483         * gnus-score.el (gnus-summary-score-entry): Make into a command
9484         again.
9485
9486         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9487         gnus-agent.
9488
9489         * gnus.el (gnus-agent-meta-information-header): Moved here.
9490
9491 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9492
9493         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9494         (gnus-agent-fetch-group-1): Score article headers using normal
9495         group score files if the download score rule of a category/group
9496         is `file'.
9497         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9498         deciding what articles to download.
9499         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9500         predicate processing if predicate is `true' or `false'.
9501
9502 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9503
9504         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9505
9506         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9507
9508         * score-mode.el (score-mode-coding-system): New variable.
9509         (gnus-score-edit-exit): Use it.
9510
9511 1998-09-04  Jason R Mastaler  <jason@4b.org>
9512
9513         * drums.el: Corrected typo.
9514
9515 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9516
9517         * mm-bodies.el (mm-body-encoding): Faster version.
9518
9519 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * gnus-art.el (gnus-article-decode-charset): Only decode text
9522         things.
9523
9524         * message.el (message-output): Use rmail.
9525
9526         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9527         word part.
9528
9529         * mm-util.el (mm-charset-to-coding-system): Use
9530         rfc2047-default-charset.
9531         (mm-known-charsets): New variable.
9532
9533         * message.el (message-caesar-region): Bugged out.
9534
9535 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9536
9537         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9538         specifying `agent-predicate' in a group's parameters.
9539
9540 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9541
9542         * gnus.el: Pterodactyl Gnus v0.16 is released.
9543
9544 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * nnmail.el (nnmail-expired-article-p): Use predicate.
9547
9548         * date.el (time-less-p): Renamed.
9549
9550         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9551         from the headers.
9552
9553         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9554         functions.
9555
9556         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9557         all.
9558         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9559         to all functions.
9560
9561 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9562
9563         * gnus.el: Pterodactyl Gnus v0.15 is released.
9564
9565 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566
9567         * date.el: New file.
9568
9569         * gnus-util.el (gnus-encode-date): Removed.
9570         (gnus-time-less): Ditto.
9571
9572         * nnmail.el (nnmail-date-to-time): Removed.
9573         (nnmail-time-less): Ditto.
9574         (nnmail-days-to-time): Ditto.
9575         (nnmail-time-since): Ditto.
9576
9577         * drums.el: New file.
9578
9579 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580
9581         * message.el (message-encode-message-body): Encode headers with
9582         body encoding.
9583
9584         * rfc2047.el (rfc2047-default-charset): Renamed.
9585         (rfc2047-encodable-p): Use it.
9586
9587         * base64.el (mm-util): Required.
9588
9589 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9592         servers.
9593
9594         * gnus-util.el (gnus-output-to-rmail): Removed.
9595
9596         * gnus-art.el (gnus-summary-save-in-rmail): Use
9597         gnus-output-to-rmailrmail-output-to-rmail-file.
9598
9599         * rfc2047.el (rfc2047-decode-region): Fold case.
9600         (rfc2047-decode): Use decode-string.
9601
9602         * mm-util.el: Provide mm-char-int.
9603
9604 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9605
9606         * gnus.el: Pterodactyl Gnus v0.14 is released.
9607
9608 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9611         sure we have 7bit.
9612
9613 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9616         ducplicates.
9617         (gnus-inews-insert-mime-headers): Removed.
9618
9619         * message.el (message-caesar-region): Protect against MULE chars.
9620
9621 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9622
9623         * mm-util.el (if): fset the right function.
9624
9625 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * gnus-art.el (gnus-article-decode-charset): Use real
9628         read-coding-system.
9629
9630 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * mm-bodies.el (mm-decode-body): Protect against malformed
9633         base64.
9634         (mm-decode-body): Check that buffer-file-coding-system is
9635         non-nil.
9636
9637 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9638
9639         * gnus.el: Pterodactyl Gnus v0.13 is released.
9640
9641 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * gnus-util.el (gnus-strip-whitespace): Already defined.
9644         Removed.
9645
9646         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9647
9648         * gnus-util.el (gnus-strip-whitespace): New function.
9649
9650         * mm-util.el (mm-content-type-charset): Downcase.
9651
9652 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9653
9654         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9655         (gnus-article-decode-charset): Don't fetch all headers.
9656
9657         * mm-util.el (mm-read-coding-system): New function.
9658
9659         * mm-bodies.el (mm-decode-body): Check the right charset.
9660
9661         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9662
9663         * gnus-art.el (gnus-article-mode-line-format): Use short group
9664         format.
9665
9666 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9667
9668         * gnus.el: Pterodactyl Gnus v0.12 is released.
9669
9670 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9671
9672         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9673
9674         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9675         (gnus-article-decode-charset): Always run.
9676
9677         * mm-bodies.el (mm-decode-body): Decode cte.
9678
9679 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9680
9681         * gnus.el: Pterodactyl Gnus v0.11 is released.
9682
9683 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * message.el (message-encode-message-body): Ditto.
9686
9687         * gnus-art.el (gnus-article-decode-mime-words): New command and
9688         keystroke.
9689         (gnus-article-decode-charset): Ditto.
9690         (gnus-article-decode-charset): Only work under MULE.
9691
9692         * mm-util.el (mm-content-type-charset): New function.
9693
9694         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9695
9696         * message.el (message-send-mail): Insert MIME headers.
9697         (message-check-news-body-syntax): Don't warn for escape sequences.
9698         (message-check-news-body-syntax): Insert MIME headers.
9699
9700         * mm-bodies.el (mm-body-encoding): New function.
9701
9702         * message.el (message-encode-message-body): New function.
9703
9704         * mm-bodies.el: New file.
9705
9706         * mm-util.el (mm-narrow-to-head): New function.
9707
9708         * rfc2047.el (rfc2047-encode): Use it.
9709
9710         * mm-util.el: Provide mm-encode-coding-region.
9711
9712         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9713
9714         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9715
9716         * mm-util.el (mm-enable-multibyte): New function.
9717
9718         * message.el (message-set-work-buffer): Set multibyte.
9719
9720         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9721
9722         * gnus-util.el (gnus-point-at-eol): Removed.
9723         (gnus-point-at-bol): Ditto.
9724
9725         * base64.el (base64-decode-region): Commented out messaging.
9726
9727 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9728
9729         * gnus-msg.el (gnus-group-mail): make it behave like
9730         gnus-group-post-news with regards to the prefix (this enables the
9731         use of posting styles).
9732
9733 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * gnus.el (gnus-article-display-hook): Added
9736         gnus-article-decode-rfc1522 to hook.
9737
9738 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9739
9740         * gnus.el: Pterodactyl Gnus v0.10 is released.
9741
9742 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9743
9744         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9745         hook to be run.
9746
9747 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9750
9751         * mm-util.el (mm-charsets-in-region): Removed.
9752
9753         * rfc2047.el: Renamed file.
9754
9755         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9756
9757         * message.el (message-mode): Set multibyte.
9758
9759         * mm-util.el (mm-charsets-in-region): Copied here.
9760
9761         * gnus-util.el: Removed gnus-truncate-string.
9762
9763         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9764
9765         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9766         (rfc1522-encodable-p): New function.
9767         (rfc1522-encode-message-header): Use it.
9768
9769 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9770
9771         * gnus.el: Pterodactyl Gnus v0.9 is released.
9772
9773 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9774
9775         * mm-util.el: Shadow encode-coding-string.
9776
9777         * base64.el (base64-encode-region): Don't add newline.
9778
9779         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9780
9781         * mm-util.el: New file.
9782
9783         * mm-decode.el: Somewhat depleted.
9784         * mm-encode.el: Ditto.
9785
9786         * rfc1522.el: New file.
9787
9788         * mm-util.el (mm-replace-chars-in-string): Copied here.
9789
9790         * mm-encode.el (mm-q-encode-region): New function.
9791
9792         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9793         param.
9794
9795         * mm-encode.el (mm-encode-word-region): Downcase.
9796
9797 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9798
9799         * gnus.el: Pterodactyl Gnus v0.8 is released.
9800
9801 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * message.el (message-send-mail): Encode headers.
9804
9805         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9806         (quoted-printable-encode-region): Upcase.
9807
9808         * message.el (message-default-charset): New variable.
9809
9810         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9811
9812         * message.el (message-narrow-to-field): Changed name.
9813
9814         * mm-encode.el: New file.
9815
9816         * message.el (message-narrow-to-header): New function.
9817
9818         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9819         right buffer.
9820
9821 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9822
9823         * gnus.el: Pterodactyl Gnus v0.7 is released.
9824
9825 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9826
9827         * gnus.el: Remove autoload for
9828         gnus-article-mime-decode-quoted-printable.
9829
9830         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9831         be decoded in non-MULE Emacsen.
9832
9833         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9834
9835 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9836
9837         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9838
9839 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9840
9841         * mm-decode.el: Check for coding-system-list.
9842
9843 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9844
9845         * gnus.el: Pterodactyl Gnus v0.6 is released.
9846
9847 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9848
9849         * nnheader.el (fboundp): Protect code-coding-string.
9850
9851         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9852         is available.
9853
9854 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9855
9856         * gnus.el: Pterodactyl Gnus v0.5 is released.
9857
9858 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9859
9860         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9861         (gnus-hack-decode-rfc1522): Removed.
9862
9863         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9864
9865 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9866
9867         * gnus.el: Gnus v0.4 is released.
9868
9869 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * gnus-art.el (gnus-article-decode-mime-words): New command and
9872         keystroke.
9873
9874         * qp.el (quoted-printable-decode-region): Don't use hexl.
9875
9876         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9877
9878         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9879         (gnus-structured-field-decoder): Removed.
9880         (gnus-unstructured-field-decoder): Ditto.
9881
9882         * mm-decode.el: New file.
9883
9884         * qp.el: New file.
9885
9886         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9887
9888         * gnus-ems.el (fboundp): Removed gnus-split-string.
9889
9890         * gnus.el (gnus-splash-face): Doc fix.
9891
9892         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9893
9894         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9895         hexl.
9896
9897         * nnheader.el (nnheader-temp-write): Removed.
9898
9899 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9900
9901         * gnus.el: Gnus v0.3 is released.
9902
9903 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9904
9905         * gnus.el: Gnus v0.2 is released.
9906
9907 ;; Local Variables:
9908 ;; coding: iso-2022-7bit
9909 ;; End: