*** empty log message ***
[gnus] / lisp / ChangeLog
1 2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2
3         * gnus-sum.el (gnus-get-split-value): Use first match only (Ed L
4         Cashin <ecashin@coe.uga.edu>).
5
6 2000-10-13 10:52:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7
8         * gnus-ems.el (gnus-article-compface-xbm): Ignore errors.
9
10 2000-10-11  John Wiegley  <johnw@gnu.org>
11
12         * gnus-topic.el (gnus-topic-mode): Use `setq' to clear
13         `gnus-group-change-level-function', instead of `remove-hook',
14         because it's not a hook!
15
16         * gnus-mlspl.el (gnus-group-split-update): Check the value of
17         `nnmail-crosspost', and use it to set the `no-crosspost'
18         argument when calling `gnus-group-split-fancy'.  Otherwise, it
19         assumes that cross-posting is always OK, no matter what
20         `nmail-crosspost' is set to.
21         (gnus-group-split-fancy): The argument order in the
22         second-to-last `push' call was wrong, but since `no-crosspost'
23         was always nil, it was never being triggered.
24
25         * gnus-art.el (gnus-treat-hide-citation-maybe): Added this
26         variable to correspond with `gnus-article-hide-citation-maybe'.
27         (gnus-treatment-function-alist): Added entry for the above
28         correlation.
29
30 2000-10-12 08:26:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
31
32         * mm-util.el (mm-with-unibyte-current-buffer): Revert to old.
33         (mm-with-unibyte-current-buffer-mule4): New function.
34         * qp.el (quoted-printable-encode-region): Use it.
35         * rfc2047.el (rfc2047-decode): Ditto.
36         * webmail.el (webmail-init): Revert to use mm-disable-multibyte.
37
38 2000-10-10 08:44:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
39
40         * rfc2047.el (rfc2047-fold-region): "=?=" is not a break point.
41
42 2000-10-10 00:00:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
43
44         * webmail.el (webmail-init): Use mm-disable-multibyte-mule4.
45
46 2000-10-09 22:50:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
47
48         * base64.el (base64-decode-region): Just give a message if the end
49         is not sane.
50
51 2000-10-09 20:09:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
52
53         * rfc2047.el (rfc2047-encode-message-header): Move fold into
54         encode-region.
55         (rfc2047-dissect-region): Rewrite.
56         (rfc2047-encode-region): Rewrite.
57         (rfc2047-fold-region): Fold any line longer than 76.
58         (rfc2047-unfold-region): New function.
59         (rfc2047-decode-region): Use it.
60         (rfc2047-q-encode-region): Don't break at bob.
61
62 2000-10-09 17:12:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
63
64         * nntp.el (nntp-open-connection): Kill process buffer when quit.
65         (nntp-connection-timeout): Add a note. SIGALRM is ignored in both
66         FSF Emacs 20 and XEmacs 21.
67         * gnus-agent.el (gnus-agent-fetch-session): Catch quit.
68
69 2000-10-09  Dave Love  <fx@gnu.org>
70
71         * gnus-audio.el: Don't require cl.
72         (gnus-audio): New custom group.
73         (gnus-audio-inline-sound): Change to work with Emacs.
74         (gnus-audio-directory, gnus-audio-directory) 
75         (gnus-audio-au-player):  Customize.
76         (gnus-audio-play): Try external player if play-sound-file fails.
77         Use file-name-extension, not string-match.
78
79         * gnus-art.el (article-de-quoted-unreadable)
80         (article-de-base64-unreadable): Fold search case rather than
81         downcasing string.  Apply mm-charset-to-coding-system to arg of
82         quoted-printable-decode-region.
83         (gnus-article-dumbquotes-map): Fix dashes.
84         (gnus-button-mailto, gnus-button-embedded-url): Doc fix.
85         (gnus-button-reply): Just alias it.
86
87 2000-10-09  Stefan Monnier  <monnier@cs.yale.edu>
88
89         * mm-encode.el: Require CL.  At least, for `incf'.
90
91         * nnfolder.el (nnfolder-ignore-active-file): Typos.
92
93         * gnus-mh.el (gnus-summary-save-in-folder): Obey mh-lib-progs.
94
95         * gnus-kill.el (gnus-kill): Typo.
96
97 2000-10-09  Gerd Moellmann  <gerd@gnu.org>
98
99         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
100
101 2000-10-09  Simon Josefsson  <simon@josefsson.org>
102
103         * nnimap.el (nnimap-group-overview-filename): Create directory for
104         newfile (when use long filenames is nil).  Copy+delete file if
105         rename didn't work.
106         (nnimap-group-overview-filename): `rename-file' and `copy-file'
107         doesn't return anything useful, use ignore-errors instead.
108
109 2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
110
111         * dgnushack.el (dgnushack-compile): Delete old elc files first.
112
113 2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
114
115         * gnus-ems.el (gnus-kill-all-overlays): Move here.
116         * gnus-util.el (gnus-kill-all-overlays): Move out.
117         * gnus-sum.el (gnus-cache-write-active): Auto load.
118         * lpath.el: Shut up.
119         * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
120         asynchronous in Exp version.
121
122 2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
123
124         * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
125         * gnus-ems.el: Autoload smiley.
126         * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
127
128 2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
129
130         * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
131         (gnus-summary-select-article): Don't enable multibyte here.
132         (gnus-summary-goto-article): Ditto.
133
134 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
135
136         * gnus-draft.el (gnus-draft-send-message): Typo.
137
138 2000-10-08  Simon Josefsson  <simon@josefsson.org>
139
140         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
141         uid validity changes.
142         (nnimap-group-overview-filename): Store uidvalidity in filenames.
143         Rename old files into new format.
144
145 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
146
147         * mm-util.el (mm-enable-multibyte-mule4): New.
148         (mm-disable-multibyte-mule4): New.
149         * gnus-sum.el (gnus-summary-mode): Use it.
150         (gnus-summary-select-article): Ditto.
151         (gnus-summary-goto-article): Use enable multibyte.
152         * rfc2047.el (rfc2047-decode): Use unibyte.
153
154 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
155
156         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
157
158 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
159
160         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
161         break point.
162         (rfc2047-fold-region): Don't break the first non-LWSP characters.
163
164 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
165
166         * gnus.el (gnus-agent-fetching): New variable.
167         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
168         * gnus-score.el (gnus-score-body): Don't score body when
169         agent-fetching.
170         (gnus-score-followup): Don't score followup either. 
171
172 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
173
174         * gnus-art.el: Define dynamic variables in eval-when-compile.
175         * message.el (message-sending-message): New variable.
176         (message-send): Use it.
177         * gnus-draft.el (gnus-draft-send-message): Ditto.
178         (gnus-group-send-drafts): Ditto.
179
180 2000-10-06  Dave Love  <fx@gnu.org>
181
182         * gnus-audio.el: Don't require cl.
183         (gnus-audio): New custom group.
184         (gnus-audio-inline-sound): Change to work with Emacs.
185         (gnus-audio-directory, gnus-audio-directory) 
186         (gnus-audio-au-player):  Customize.
187         (gnus-audio-play): Try external player if play-sound-file fails.
188         Use file-name-extension, not string-match.
189
190 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
191
192         * gnus-art.el (gnus-article-prepare): Configure it again.
193
194 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
195
196         * message.el (message-default-charset): Default value for non-Mule
197         Emacsen.
198
199 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
200
201         * message.el (message-alternative-emails): New.
202         (message-use-alternative-email-as-from): New.
203         (message-setup): Use them.
204
205 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
206
207         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
208         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
209
210         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
211         gnus-overlay-start.
212         * gnus.el: Ditto.
213         * gnus-art.el (gnus-insert-mime-button): Use them.
214
215 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
216
217         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
218         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
219
220 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
221
222         * qp.el (quoted-printable-encode-region): Use
223         mm-with-unibyte-current-buffer within narrowed region.
224
225 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
226
227         * webmail.el (webmail-type-definition): Fix my-deja open url.
228
229 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
230
231         * message.el (message-setup-fill-variables): New variable.
232         (message-mode): Use it.
233
234 2000-10-05  Dave Love  <fx@gnu.org>
235
236         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
237         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
238
239         * binhex.el: Use defalias, not fset.
240
241         * rfc1843.el: Require cl when compiling.
242
243 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
244
245         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
246
247 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
248
249         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
250         adjacent.
251
252 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
253
254         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
255         (mm-find-charset-region): Merge conditions, delete ascii.
256         (mm-charset-after): Rewrite.
257         * mm-bodies.el (mm-encode-body): Use it.
258
259 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
260
261         * webmail.el (webmail-hotmail-list): Fix.
262
263 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
264
265         * nnimap.el (require): cl.
266
267 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
268
269         * gnus-art.el (gnus-article-prepare): Configure windows before
270         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
271         window might be overrided.
272
273 2000-10-04  Dave Love  <fx@gnu.org>
274
275         * gnus-ems.el (gnus-article-display-xface)
276         [gnus-article-compface-xbm]: Fix.
277         (gnus-x-splash): Bind width, height.
278
279 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
280
281         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
282         when it is called interactively.
283
284 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
285
286         * gnus-art.el (gnus-mime-action-alist): New variable.
287         (gnus-mime-action-on-part): Use it.
288         (gnus-mime-button-commands): Add command ".".
289
290 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
291
292         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
293
294 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
295
296         * lpath.el: "." is in the load-path because dgnushack.el.
297
298 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
299
300         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
301
302         * nnheader.el: ditto
303
304         * mm-util.el: ditto
305
306         * message.el: ditto
307
308         * binhex.el: ditto
309
310         * gnus-audio.el: removed unnecessary xemacs test
311
312         * earcon.el: ditto
313         
314 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * nnweb.el (nnweb-decode-entities): Work for non-character
317         entities. 
318
319 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * gnus.el: Message the quit parts.
322
323 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
324
325         * mail-source.el (mail-source-fetch-maildir): Don't insert
326         newlines.
327
328 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
329
330         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
331         lpath.el. Don't compile base64.el if there is builtin base64.
332
333 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
334
335         * base64.el (Repository): Use featurep for XEmacs test.
336
337 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
338
339         * nntp.el (nntp-retrieve-data): Don't ignore quit.
340
341 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
342
343         * gnus-art.el (gnus-article-banner-alist): New variable.
344         (article-strip-banner): Use it.
345         * gnus-cus.el (gnus-group-parameters): Allow symbol.
346
347 2000-10-02  Dave Love  <fx@gnu.org>
348
349         * smiley-ems.el: New file.
350
351         * gnus-ems.el (gnus-smiley-display): Autoload.
352         (mouse-set-point, set-face-foreground, set-face-background)
353         (x-popup-menu): Don't clobber these.
354         (gnus-article-compface-xbm): New variable.
355         (gnus-article-display-xface): Move graphic test.  Use unibyte.
356         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
357
358         * mml.el (require): Fix typo.
359         (mml-parse-1): Modify unknown encoding prompt.
360
361         * mail-source.el (mail-sources): Revert to nil.
362
363         * nnmail.el (nnmail-spool-file): Revert previous change.
364
365         * gnus.el: Don't require custom, message.
366         (gnus-message-archive-method): Wrap initializer in progn and
367         require message here.
368
369 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
370
371         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
372         image's :ascent to 80.  That gives a mode-line which is approx.
373         as tall as the normal one.
374
375 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
376
377         * webmail.el (webmail-hotmail-list): Fix.
378
379 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
380
381         Don't postpone GCC if none of GCC methods is agent-covered.  This
382         fix presumes that the post-method must be agent-covered if any Gcc
383         method is agent-covered.
384
385         * gnus-msg.el (gnus-inews-group-method): New function.
386         (gnus-inews-do-gcc): Use it.
387         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
388         (gnus-agent-possibly-save-gcc): Use it.
389         (gnus-agent-possibly-do-gcc): Ditto.
390
391 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
392
393         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
394         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
395
396 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
397
398         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
399         webmail-hotmail-list): Update.
400
401 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
402
403         * mail-source.el (mail-source-report-new-mail): Use
404         nnheader-cancel-timer.
405
406 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
407
408         * lpath.el (overlay-*): Shut up.
409         * dgnushack.el: Two implementations of smiley.
410
411 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
412
413         * gnus-ml.el: Usage.
414         (gnus-mailing-list-archive, gnus-mailing-list-owner,
415         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
416         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
417         (gnus-mailing-list-menu): Define it.
418         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
419         
420         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
421
422 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
423
424         * webmail.el (webmail-my-deja-*): Rewrite.
425
426 2000-09-30  Simon Josefsson  <simon@josefsson.org>
427
428         * nnimap.el (nnimap-request-accept-article): Remove \n's from
429         From_ lines.
430
431 2000-08-05  Simon Josefsson <simon@josefsson.org>
432
433         Make GCC to remote groups work when unplugged
434         (postpone GCC until message is actually sent).
435
436         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
437
438         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
439         (gnus-agent-restore-gcc): 
440         (gnus-agent-possibly-save-gcc): New functions.
441
442         * gnus-msg.el (gnus-inews-add-send-actions): Use
443         `gnus-agent-possibly-do-gcc' if Agentized.
444         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
445         to `message-header-hook'.
446
447         * gnus.el (gnus-agent-gcc-header): New variable.
448
449 2000-07-13  Simon Josefsson <simon@josefsson.org>
450
451         Asks the user to synch flags with server when you plug in.
452
453         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
454         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
455         (gnus-agent-toggle-plugged): Call it.
456         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
457         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
458         (gnus-agent-possibly-synchronize-flags): New function.
459         (gnus-agent-possibly-synchronize-flags-server): New function.
460
461 2000-09-30  Simon Josefsson  <simon@josefsson.org>
462
463         * starttls.el: New file, by Daiki Ueno.
464
465 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
466
467         * message.el (message-make-in-reply-to): In-Reply-To is message-id
468         (see DRUMS).
469         
470 2000-09-29  Simon Josefsson  <simon@josefsson.org>
471
472         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
473         prefetch.
474
475 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
478         sending a command; allow the rtelnet prompt as well.
479
480 2000-09-29  Simon Josefsson  <simon@josefsson.org>
481
482         * message.el (message-send): Make sure error is signalled if no
483         send method is specified.
484
485 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
486
487         * qp.el (quoted-printable-encode-region): Wrap with
488         `mm-with-unibyte-current-buffer'.
489
490 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
491
492         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
493           McEwan's proposal.
494         
495 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
496
497         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
498         the GNU assignment issue.
499
500 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
501
502         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
503
504 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
505
506         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
507
508 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
509
510         * gnus-art.el (article-strip-banner): Use
511         gnus-group-find-parameter rather than gnus-group-get-parameter, to
512         allow inheritance on the banner.
513         From elkin@tverd.astro.spbu.ru.
514
515 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
516
517         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
518
519 2000-09-26  Dave Love  <fx@gnu.org>
520
521         * gnus-draft.el: Don't require gnus-agent.
522
523         * mm-view.el: Use featurep for XEmacs test.
524         (mm-inline-message): Test for `remove-specifier'; don't use
525         condition-case.
526
527 2000-09-24  Simon Josefsson  <simon@josefsson.org>
528
529         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
530
531         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
532         support ACL's.
533
534         * nnimap.el (nnimap-acl-get): Check capability.
535
536         * mail-source.el (mail-source-imap-file-coding-system): New variable.
537         (mail-source-fetch-imap): Use it.
538
539         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
540         (rfc2104-hash): Use it.
541
542         * imap.el (imap-starttls-p): Check for starttls binary.
543         (imap-starttls-open): More verbose.
544         (imap-gssapi-auth): Ditto.
545         (imap-kerberos4-auth): Ditto.
546         (imap-cram-md5-auth): Ditto.
547         (imap-login-auth): Ditto.
548         (imap-anonymous-auth): Ditto.
549         (imap-digest-md5-auth): Ditto.
550         (imap-open): Ditto.
551         (imap-digest-md5-p): Check capability first.
552
553 2000-09-24  Simon Josefsson  <simon@josefsson.org>
554
555         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
556         (imap-login-p): Support LOGINDISABLED.
557
558 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
559
560         * rfc2104.el: Add SHA-1 example.
561
562 2000-09-22  Simon Josefsson  <simon@josefsson.org>
563
564         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
565
566 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
567
568         * lpath.el: Bind nnkiboze-score-file.
569
570 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
571
572         * gnus-score.el (gnus-score-use-all-scores): New variable.
573         (gnus-all-score-files): Use it.
574         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
575         (nnkiboze-enter-nov): Fix it when there is no xref.
576         (nnkiboze-generate-groups): List groups.
577         * gnus-group.el (gnus-group-make-kiboze-group): Use 
578         nnkiboze-score-file.
579         
580         * nnkiboze.el (nnkiboze-request-article): Use
581         gnus-cache-request-article.
582         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
583
584 2000-07-16 Dmitry Bely <dbely@mail.ru>
585
586         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
587
588 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
589
590         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
591
592 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
593
594         * message.el (message-default-charset): Set default value in
595         non-MULE XEmacsen as iso-8859-1.
596
597 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
598
599         * gnus-demon.el: Use (featurep 'xemacs).
600         * gnus-agent.el: timer vs. itimer.
601         * mail-source.el: Ditto.
602
603 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
604
605         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
606         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
607         * gnus-sum.el (gnus-nov-parse-line): Ditto.
608         * nnkiboze.el (nnkiboze-file-coding-system): New.
609         (nnkiboze-retrieve-headers): Use it.
610         (nnkiboze-request-group): Ditto.
611         (nnkiboze-close-group): Ditto.
612         (nnkiboze-generate-group): Ditto.
613         (nnkiboze-enter-nov): Insert first Xref properly.
614
615 2000-09-19  Dave Love  <fx@gnu.org>
616
617         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
618         (nnmail-get-new-mail): Test `sources' in top-level conditional.
619
620         * mail-source.el (mail-sources): Change default to '((file)).
621         Add useful custom type.
622
623 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
624
625         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
626         year).
627         (gnus-date-iso8601): Ditto.
628
629 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
630
631         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
632
633 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
634
635         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
636         pattern. Avoid using 8 bit chars.
637         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
638
639 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
640
641         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
642         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
643         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
644         functions are not implemented yet.
645         
646         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
647         x-overlay.el from the FSF Emacs black list.
648
649 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
650
651         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
652         (mm-inline-media-tests): Ditto.
653         (mm-automatic-display): Ditto.
654         * mm-view.el (mm-display-inline-fontify): Generalize from 
655         mm-display-patch-inline. 
656         (mm-display-patch-inline): Use it.
657         (mm-display-elisp-inline): Ditto.
658         
659 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
660
661         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
662         (gnus-topic-unmark-topic): Ditto.
663         (gnus-topic-mark-topic): Ditto.
664         (gnus-topic-get-new-news-this-topic): Use it.
665
666 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
667
668         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
669         display xface.
670
671 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
674         zombie or killed groups.
675         
676 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
677
678         * mml.el (mml-preview): Reinsert unibyte content. 
679         (mml-parse-1): Remove with-unibyte-current-buffer.
680         (mml-generate-mime-1): Ditto.
681         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
682         * message.el (message-forward): Ditto.
683
684 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
685
686         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
687         original article buffer.
688         (article-de-base64-unreadable): Ditto.
689         (article-wash-html): Ditto.
690
691 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
692
693         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
694         unless forward-show-mml.
695
696 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
697
698         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
699         (gnus-summary-save-parts-last-directory): New.
700         (gnus-summary-save-parts): Save history.
701
702 2000-09-14 Ben Gertzfield <che@debian.org>
703
704         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
705         variable.
706         (gnus-summary-save-parts): Use it.
707
708 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
709
710         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
711         * gnus-sum.el (gnus-summary-exit): Ditto.
712         (gnus-summary-exit-no-update): Ditto.
713         (gnus-summary-show-article): Ditto.
714
715 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
716
717         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
718         Content-Disposition.
719
720 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
721
722         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
723
724 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
725
726         * gnus-art.el (gnus-article-setup-buffer): Set
727         gnus-article-mime-handles to nil.
728         * gnus-sum.el (gnus-summary-exit): Ditto.
729         (gnus-summary-exit-no-update): Ditto.
730         (gnus-summary-show-article): Ditto.
731         (gnus-summary-save-parts): Use gnus-article-mime-handles if
732         dissected.
733         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
734
735 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
736
737         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
738         (gnus-sort-threads-1): New function. Sort threads recursively.
739         (gnus-sort-threads): Use it.
740         (gnus-sort-gathered-threads): Doc fix.
741
742 2000-09-13  Dave Love  <fx@gnu.org>
743
744         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
745
746         * gnus-ems.el (gnus-ems-redefine): Don't alias
747         gnus-summary-set-display-table.
748
749         * message.el (message-user-agent): Don't wrap ignore-errors around
750         it.
751
752         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
753         `format'.
754         (mm-content-transfer-encoding): Don't use cadar.
755
756         * uudecode.el (uudecode-decoder-program) 
757         (uudecode-decoder-switches): Customize.
758
759         * gnus-score.el (gnus-home-score-file): Improve custom type.
760
761         * gnus-cus.el (gnus-custom-mode): Conditionally set local
762         variables for Emacs 21.
763         (gnus-group-customize): Disable undo while laying out the buffer.
764
765 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
766
767         * gnus-util.el (gnus-write-active-file): Bind
768         coding-system-for-write.
769
770 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
771
772         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
773         
774         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
775         * gnus-kill.el (gnus-batch-score): Ditto.
776         * gnus-move.el (gnus-change-server): Ditto.
777         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
778
779 2000-09-12  Simon Josefsson  <simon@josefsson.org>
780
781         * gnus-sum.el (gnus-update-read-articles): Undo
782         `gnus-request-set-mark' operation.
783
784 2000-09-11  Dave Love  <fx@gnu.org>
785
786         * Changelog: Use iso-2022 coding.
787
788         * gnus-msg.el (gnus-msg-mail): New function.
789         (gnus-user-agent): New mail agent.
790
791 2000-09-10  Dave Love  <fx@gnu.org>
792
793         * message.el: Require mail-abbrevs for XEmacs for a problem with
794         keybinding despite the autoloads for it.
795
796 2000-09-08  Simon Josefsson  <simon@josefsson.org>
797
798         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
799
800         * nnimap.el (nnimap-request-update-info-internal): Remove tick
801         marks from dormant articles. (See nnimap-request-set-mark.)
802         (nnimap-retrieve-headers-progress): Demule.
803         (nnimap-open-server): Call nnoo-change-server twice, once for
804         getting the nnimap-server-buffer and once for letting n-c-s set
805         the variables in that buffer.
806
807 2000-09-08  David Edmondson <dme@dme.org>
808
809         * gnus.el (gnus-short-group-name): Guess separator.
810
811 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
812
813         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
814         XEmacs as well.
815
816 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
817
818         * gnus-group.el (gnus-group-insert-group-line): Fix.
819
820 2000-09-04  Dave Love  <fx@gnu.org>
821
822         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
823         (mm-get-image): Avoid the losing `make-glyph' from W3.
824
825 2000-09-03  Simon Josefsson  <simon@josefsson.org>
826
827         * gnus-sum.el (gnus-summary-delete-article): Check server.
828
829 2000-09-01  Simon Josefsson  <simon@josefsson.org>
830
831         * imap.el (imap-parse-flag-list): Rewrite.
832
833         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
834
835         * imap.el (imap-parse-flag-list): Hack.
836
837 2000-08-29  Dave Love  <fx@gnu.org>
838
839         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
840
841         * dgnushack.el (mapcon, union): Remove compiler macros.
842
843         * gnus-agent.el (gnus-agent-union): new function.
844         (gnus-agent-fetch-headers): Use it.
845
846         * gnus.el (gnus-group-startup-message): Specify foreground and
847         background for xpm image.  Centre image vertically.
848         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
849
850 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
851
852         * message.el (message-send-mail): Narrow-to-headers.
853
854 2000-08-24  Dave Love  <fx@gnu.org>
855
856         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
857         21.
858
859 2000-08-23  Dave Love  <fx@gnu.org>
860
861         * dgnushack.el: Remove `member-if' compiler macro.
862
863 2000-08-21  Dave Love  <fx@gnu.org>
864
865         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
866
867 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
868
869         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
870         permanent is used.
871         (gnus-topic-show-topic): Read topic when to show permanent hidden
872         topic.
873         (gnus-topic-remove-topic): Revert to the old behavior, not using
874         hide.
875
876 2000-08-21  Dave Love  <fx@gnu.org>
877
878         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
879         (gnus-xemacs): Use featurep.
880
881         * mm-util.el (mm-read-charset): Maybe use builtin.
882         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
883         (mm-multibyte-p, mm-with-unibyte-current-buffer)
884         (mm-with-unibyte): Use featurep, not string-match.
885         (mm-with-unibyte-buffer): Simplify.
886         (mm-quote-arg): Maybe use shell-quote-argument.
887
888         * mml.el (mml-make-string): Deleted (unused).
889
890         * gnus.el (gnus-mode-line-buffer-identification): Supply
891         definition for Emacs 21.
892
893         * gnus-salt.el: Small doc fixes.
894         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
895         gnus-add-minor-mode.
896
897         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
898         gnus-add-minor-mode.
899
900 2000-08-20  Simon Josefsson  <simon@josefsson.org>
901
902         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
903         function, thanks to Lloyd Zusman for debugging.
904         (nnimap-request-group): 
905         (nnimap-request-list): 
906         (nnimap-retrieve-groups): 
907         (nnimap-request-newgroups): Use it.
908
909         * nnimap.el (nnimap-request-article-part): Less verbose.
910
911 2000-08-19  Andreas Jaeger  <aj@suse.de>
912
913         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
914         subst-char-in-string since we test elsewhere whether it's bound.
915         
916 2000-08-18  Dave Love  <fx@gnu.org>
917
918         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
919         custom type.
920
921         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
922         gnus-group-running-xemacs.
923
924         * nnheader.el (nnheader-replace-chars-in-string): Use
925         subst-char-in-string if available.
926
927         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
928         (gnus-request-article-this-buffer): Use expand-file-name.
929         (gnus-mime-view-part-as-type): Simplify interactive spec.
930         (gnus-mime-button-map): Define it all in defvar.
931
932 2000-08-17  Dave Love  <fx@gnu.org>
933
934         * gnus-group.el (gnus-group-running-xemacs): Deleted.
935
936         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
937         last-nonmenu-event.
938
939         * uudecode.el (char-int): Use defalias, not fset.
940
941         * score-mode.el: Don't require easymenu.  Require mm-util.
942         (score-mode-coding-system): Use mm-auto-save-coding-system.
943
944         * nneething.el (nneething-create-mapping): Don't use cadar & al.
945         (nneething-file-name): Use expand-file-name, not concat.
946
947 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
948
949         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
950         Failure proof for email addresses.
951         (nnslashdot-sane-retrieve-headers): Ditto.
952
953 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * message.el (message-send-mail): Only insert courtesy message
956         when text/plain.
957
958 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
959
960         * message.el (message-cancel-news): Copy the From header from the
961         original article.
962
963 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * gnus-async.el (gnus-asynchronous): Removed.
966
967 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
968
969         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
970         format.
971
972 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
973
974         * nnmail.el (nnmail-expiry-target-group): Fixed.
975
976 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
977
978         * nnmail.el (nnmail-expiry-target-group): Fix the call to
979         gnus-request-accept-article so that body encoding is *not* done.
980         Encoding is not done on incoming mail, so why should it be done on
981         expired mail?
982
983
984 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
985
986         * nnml.el (nnml-request-expire-articles): Fix the calls to
987         nnml-request-article (the filename was being passed instead of the
988         article number) and nnmail-expiry-target-group
989         (nnml-current-directory is changed by nnml-request-accept-article,
990         causing it to be incorrect for the next article to be expired).
991
992 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
993
994         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
995         expiry-target group parameters. 
996
997 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
1000         buffer.
1001         (gnus-topic-hide-topic): Take a PERMANENT parameter.
1002         (gnus-topic-show-topic): Ditto.
1003
1004         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
1005
1006 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
1007
1008         * mail-source.el (mail-source-incoming-file-prefix): New
1009         variable. 
1010
1011 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
1014
1015         * mailcap.el (mailcap-maybe-eval): Be even more warning.
1016
1017 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
1018
1019         * message.el (message-syntax-checks): New check quotin-style: 
1020         Text must be written below quoted text.
1021         (message-check-news-body-syntax): Check it.
1022
1023 2000-08-11  Simon Josefsson  <simon@josefsson.org>
1024
1025         * imap.el (imap-authenticator-alist): Fix typo.
1026         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
1027         Jonas Oberg for debugging.
1028
1029 2000-08-11  Simon Josefsson  <simon@josefsson.org>
1030
1031         * gnus-async.el (gnus-asynchronous): Disable by default.
1032
1033 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * mm-view.el (mm-inline-text): Bind fill-column.
1036
1037         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
1038         list of unexpired articles.
1039
1040         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
1041         un-expired articles. 
1042
1043         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
1044         headers. 
1045
1046         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
1047         we update the right topic.. 
1048
1049         * mm-decode.el (mm-display-external): Put point at start. 
1050
1051 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1052
1053         * nnmail.el (nnmail-expiry-target): More explicit documentation.
1054
1055         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
1056
1057 2000-08-09  Simon Josefsson <simon@josefsson.org>
1058
1059         * imap.el (imap-parse-body):
1060         (imap-parse-string-list): Add bug workarounds for Stalker
1061         Communigate Pro 3.0 server.
1062         (imap-body-lines): Remove bogus comment.
1063
1064         * imap.el (imap-range-to-message-set): Move from nnimap.el.
1065
1066         * nnimap.el (nnimap-retrieve-which-headers):
1067         (nnimap-retrieve-headers-from-server):
1068         (nnimap-request-set-mark):
1069         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
1070
1071 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
1072
1073         * message.el (message-dont-reply-to-names):
1074         rmail-dont-reply-to-names may not be defined.
1075
1076 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1077
1078         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
1079         not use pop.
1080
1081 2000-07-19  Dave Love  <fx@gnu.org>
1082
1083         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
1084         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
1085         check.
1086         (gnus-article-display-xface): Special-case for dark backgrounds.
1087
1088 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
1089
1090         * imap.el (imap-calculate-literal-size-first): New variable.
1091         (imap-local-variables): Add it.
1092         (imap-kerberos4-open): Set it.
1093         (imap-send-command): Use it.
1094
1095 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1096
1097         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
1098         (mailcap-parse-mimetypes): Use it.
1099         (mailcap-extension-to-mime): Parse mimetype.
1100         (mailcap-mime-types): Ditto.
1101         * mml.el (mml-minibuffer-read-type): Ditto.
1102
1103 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1104
1105         * nndoc.el (nndoc-type-alist): Add outlook.
1106         (nndoc-outlook-type-p): New function.
1107         (nndoc-outlook-article-begin): Ditto.
1108
1109 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
1110
1111         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
1112         excursion.
1113
1114 2000-07-15  Simon Josefsson  <simon@josefsson.org>
1115
1116         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
1117
1118         * imap.el (imap): 
1119         (imap-kerberos4-program): 
1120         (imap-gssapi-program): 
1121         (imap-ssl-program): Customization.
1122         (imap-shell-program): 
1123         (imap-shell-host): New variables.
1124         (imap-streams): 
1125         (imap-stream-alist): Add shell.
1126         (imap-shell-p): 
1127         (imap-shell-open): New functions.
1128         (imap-open): Don't call authenticator if preauth.
1129         (imap-authenticate): Return t if already authenticated.
1130
1131 2000-07-14  Simon Josefsson  <simon@josefsson.org>
1132
1133         * gnus.el (gnus-invalid-group-regexp): New variable.
1134         (gnus-read-group): Use it.
1135
1136 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1137
1138         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1139         expunge-below and orphan-score are "group variables".
1140
1141 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1142
1143         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1144         qualified group names to `gnus-group-read-ephemeral-group'.
1145
1146 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * dgnushack.el (srcdir): Define it before use it.
1149
1150 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1151
1152         * gnus-sum.el: `W t' is toggle-header in info.
1153
1154 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1155
1156         * lpath.el: Fbind subst-char-in-string.
1157
1158 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1159
1160         * Makefile.in: Use W3DIR and lispdir.
1161         * dgnushack.el: Ditto.
1162
1163 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1164
1165         * gnus-art.el (article-de-base64-unreadable): Typo.
1166
1167 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1168
1169         * gnus-agent.el (require): Require timer.
1170
1171 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1172
1173         * message.el (message-bounce): Call mime-to-mml.
1174
1175 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * nnslashdot.el (nnslashdot-request-close): New function.
1178
1179 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1182         right line number for the article.
1183
1184 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1185
1186         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1187         * webmail.el (webmail-fetch): Bind 
1188         url-http-silence-on-insecure-redirection.
1189
1190 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1191
1192         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1193         unibyte.
1194         (nnslashdot-sane-retrieve-headers): Ditto.
1195         (nnslashdot-request-article): Ditto.
1196
1197 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1198
1199         * mailcap.el (mailcap-parse-mimetype-file): 
1200
1201 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1202
1203         * nnweb.el (nnweb-insert): Stricter test.
1204         * webmail.el (webmail-refresh-redirect): Ditto.
1205
1206 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1207
1208         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1209
1210 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1211
1212         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1213
1214 2000-07-05  Dave Love  <fx@gnu.org>
1215
1216         * utf7.el: Doc and header fixes.
1217
1218         * gnus-sum.el: Doc fixes.
1219
1220         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1221         defalias, not fset.
1222
1223         * flow-fill.el (fill-flowed-point-at-eol)
1224         (fill-flowed-point-at-bol): Use defalias, not fset.
1225
1226         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1227         (gnus-Plain-save-name): Delete -- apparently bogus.
1228
1229 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * nnsoup.el: Use expand-file-name throughout.
1232
1233 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1234
1235         * nnmail.el (nnmail-read-incoming-hook): New example.
1236
1237 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * mm-view.el (mm-inline-text): Check whether the text has already
1240         been decoded.
1241
1242 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1243
1244         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1245
1246 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1247
1248         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1249
1250 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1251
1252         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1253         unsend flags.
1254
1255 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1256
1257         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1258         name in authinfo (.authinfo now support ports, no need for the
1259         hack).
1260         (nnimap-split-find-rule): Fix.
1261         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1262
1263 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1264
1265         * message.el (message-unquote-tokens): Remove all quotes.
1266
1267 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1268
1269         * gnus-ml.el: New file. 
1270
1271 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnultimate.el (nnultimate-request-close): New function.
1274
1275         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1276
1277 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1278
1279         * Makefile.in: Better support for xemacs builds
1280
1281 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1282
1283         * gnus.el: Gnus v5.8.7 is released.
1284
1285 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1288
1289 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1290
1291         * message.el (message-do-fcc): Encode MIME.
1292
1293 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1294
1295         * lpath.el: Fbind image-size.
1296
1297 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1298
1299         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1300         (nnimap-assoc-match): New function.
1301         (nnimap-split-find-rule): Support extended syntax.
1302
1303 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1304
1305         * nnimap.el (nnimap-open-connection): Use port stuff.
1306
1307         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1308         document port and defaultport.
1309
1310 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1311
1312         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1313
1314 2000-06-26  Dave Love  <fx@gnu.org>
1315
1316         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1317
1318         * message.el: Remove unnecessary `require'ments.  Defvar
1319         gnus-list-identifiers when compiling.  Don't try to autoload
1320         variable `gnus-list-identifiers'.  Autoload
1321         gnus-group-name-charset.
1322         (message-fetch-field): Don't assume `format' removes text
1323         properties.
1324         (message-strip-list-identifiers, message-reply, message-followup):
1325         Require gnus-sum.
1326         (message-mode): Tidy XEmacs conditionals.
1327         (message-replace-chars-in-string): Use subst-char-in-string when
1328         available.
1329
1330         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1331         Define if necessary.
1332
1333         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1334         removes text properties.
1335
1336         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1337
1338         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1339
1340         * gnus-score.el (gnus-summary-score-entry): Likewise.
1341
1342 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * nnimap.el (nnimap-request-post): Fix parenthesis.
1345
1346 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1347
1348         * message.el (message-unquote-tokens): New function.
1349
1350         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1351
1352         * nnimap.el (nnimap-request-post): Ditto.
1353
1354 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1355
1356         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1357
1358         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1359         patch commited 2000-04-02).
1360
1361 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1362
1363         * imap.el (imap-mailbox-examine-1): New function.
1364         (imap-message-copyuid-1):
1365         (imap-message-appenduid-1): Use it, instead of
1366         `imap-mailbox-examine' which would utf-7 encode mailbox name
1367         twice.
1368
1369 2000-06-19  Dave Love  <fx@gnu.org>
1370
1371         * mm-uu.el Don't require message.  Require cl when compiling.
1372
1373 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1374
1375         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1376         a local variable.
1377         * gnus-sum.el (gnus-orphan-score): Move here.
1378
1379 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1380
1381         * message.el (message-forward): Remove show-mml condition.
1382         (message-forward-ignored-headers): Remove X-Gnus headers.
1383
1384 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1385
1386         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1387
1388 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1389
1390         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1391
1392 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1393
1394         * message.el (message-syntax-checks): Add type.
1395
1396 2000-06-07  Dave Love  <fx@gnu.org>
1397
1398         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1399         put-image.
1400         (mm-inline-image): Defalias, not fset.
1401
1402         * gnus.el (gnus-group-startup-message): Don't specify string for
1403         insert-image.
1404
1405         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1406         add-minor-mode is available.
1407         (gnus-article-display-xface): Don't specify string for
1408         insert-image.
1409
1410 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1411
1412         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1413         (gnus-topic-insert-topic-line): Use shownp.
1414         (gnus-topic-hide-topic): Don't use hidden.
1415         (gnus-topic-show-topic): Don't use hidden.
1416
1417 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1418
1419         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1420         system.
1421         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1422         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1423         * gnus-util.el (gnus-output-to-rmail): Ditto.
1424         (gnus-output-to-mail): Ditto.
1425         (gnus-write-buffer): Ditto.
1426         * gnus-uu.el (gnus-uu-save-article): Ditto.
1427
1428 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1429
1430         * message.el (message-read-from-minibuffer): Typo.
1431
1432 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1433
1434         * gnus-art.el (article-decode-charset): Override non-MIME forward
1435         charset.
1436
1437 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1438
1439         * mml.el (mml-quote-region): Correct the regexp.
1440         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1441
1442 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1443
1444         * message.el (message-forward): Insert raw text.
1445         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1446         (mml-generate-mime-1): Insert raw text in unibyte mode.
1447
1448 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1449
1450         * mm-bodies.el (mm-body-encoding): Always encoded if
1451         `mm-use-ultra-safe-encoding' is set.
1452
1453 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1454
1455         * mml.el (ange-ftp-name-format): Typo.
1456
1457 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1458
1459         * gnus-start.el (gnus-get-unread-articles): If
1460         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1461         try to do anything on that server.
1462         
1463 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1464
1465         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1466         from latest draft.
1467
1468 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1469
1470         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1471         is open.
1472
1473 2000-05-24  Dave Love  <fx@gnu.org>
1474
1475         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1476
1477 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1478
1479         * gnus.el (gnus-redefine-select-method-widget): new function, call
1480         it once. Add an "other" entry for unknown but editable backend
1481         name symbols.
1482         * gnus-start.el (gnus-declare-backend): use it.
1483
1484 2000-05-19  Dave Love  <fx@gnu.org>
1485
1486         * gnus-art.el (gnus-article-next-page): Revert last change.
1487
1488 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1489
1490         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1491
1492 2000-05-19  Dave Love  <fx@gnu.org>
1493
1494         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1495         not mm-inline-large-images.
1496
1497 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1498
1499         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1500
1501 2000-05-18  Dave Love  <fx@gnu.org>
1502
1503         * gnus-art.el: Use defalias, not fset.
1504         (gnus-article-x-face-command): Don't test for xbm.
1505         (gnus-article-next-page): Redisplay before testing point in window.
1506
1507 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1508
1509         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1510         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1511
1512 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1513
1514         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1515         gnus-summary-save-in-rmail.
1516         * message.el (message-output): Ditto.
1517
1518 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1521
1522 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1523
1524         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1525         is a charset.
1526         * message.el (message-send-news): Check group name charset.
1527         * gnus-msg.el (gnus-post-news): Decode group name.
1528         (gnus-inews-do-gcc): Encode group name.
1529
1530 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1531
1532         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1533         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1534
1535 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1536
1537         * gnus-group.el (gnus-group-mark-line-p): New function.
1538         (gnus-group-goto-group): New parameter.
1539         (gnus-group-remove-mark): Use it.
1540         * gnus-topic.el (gnus-topic-move-group): Ditto.
1541         (gnus-topic-remove-group): Ditto.
1542
1543 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1544
1545         * gnus-group.el (gnus-group-list-dormant): New function.
1546
1547 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1548
1549         * gnus-agent.el (gnus-agent-synchronize): Use
1550         nnheader-insert-file-contents.
1551         (gnus-agent-save-active-1): Ditto.
1552         (gnus-agent-write-active): Ditto.
1553         (gnus-agent-expire): Ditto.
1554         * gnus-cache.el (gnus-cache-read-active): Ditto.
1555         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1556         * gnus-sum.el (gnus-summary-import-article): Ditto.
1557
1558         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1559         (gnus-agent-save-group-info): Ditto.
1560         (gnus-agent-save-alist): Ditto.
1561         * gnus-util.el (gnus-make-directory): Ditto.
1562
1563         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1564
1565 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1566
1567         * mml.el (mml-generate-mime-preprocess-function): New variable.
1568         (mml-generate-mime-postprocess-function): New variable.
1569         (mml-generate-mime-1): Use them.
1570
1571 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1572
1573         * gnus-group.el (gnus-group-apropos): Group name charset.
1574         * gnus-sum.el (gnus-set-mode-line): Ditto.
1575         * gnus-group.el (gnus-group-decoded-name): New function.
1576         (gnus-group-edit-group): Use it.
1577         * gnus-cus.el (gnus-group-customize): Use it.
1578
1579 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1580
1581         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1582
1583 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1584
1585         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1586         (gnus-group-name-charset-group-alist): Ditto.
1587         (gnus-group-name-charset): New function.
1588         (gnus-group-name-decode): New function.
1589         (gnus-group-insert-group-line): Use them.
1590         (gnus-group-prepare-flat-list-dead): Ditto.
1591         (gnus-group-list-active): Ditto.
1592         (gnus-group-describe-all-groups): Ditto.
1593         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1594         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1595         add gnus-group property.
1596         (gnus-browse-group-name): Read gnus-group property.
1597
1598 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1599
1600         * nnfolder.el (nnfolder-possibly-change-group): Use
1601         file-name-coding-system instead of pathname-coding-system.
1602         * nnmail.el (nnmail-find-file): Ditto.
1603         (nnmail-write-region): Ditto.
1604         * nnmh.el (nnmh-retrieve-headers): Ditto.
1605         (nnmh-request-article): Ditto.
1606         (nnmh-request-group): Ditto.
1607         (nnmh-request-list): Ditto.
1608         (nnmh-possibly-change-directory): Ditto.
1609         (nnmh-active-number): Ditto.
1610         * nnml.el (nnml-possibly-change-directory): Ditto.
1611         (nnml-request-list): Ditto.
1612         (nnml-request-article): Ditto.
1613         (nnml-retrieve-headers): Ditto.
1614
1615 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1616
1617         * nnimap.el (nnimap-request-accept-article): Don't unselect
1618         mailbox if no mailbox is selected.
1619
1620 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1621
1622         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1623         Recognize domain names starting with `www.' as starting an URL.
1624
1625 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1626
1627         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1628         (mail-source-keyword-map): Add "subdirs" for maildir.
1629
1630 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1631
1632         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1633         (nnmail-get-new-mail): Use it.
1634         * gnus-start.el (gnus-get-unread-articles): Ditto.
1635
1636 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1637
1638         * gnus-sum.el (gnus-summary-edit-article): Better support for
1639         nndraft:drafts.
1640         * nndraft.el (nndraft-request-replace-article): New function,
1641         bind nnmail-file-coding-system.
1642
1643 2000-05-14  Dave Love  <fx@gnu.org>
1644
1645         * nnheader.el: Replace uses of `fset' with `defalias'.
1646         (jka-compr-compression-info-list): Only defvar when compiling.
1647
1648 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1649
1650         * webmail.el (webmail-netaddress-article): Refresh redirect.
1651
1652 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1653
1654         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1655
1656 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1657
1658         * webmail.el: Translate &nbsp; to SP.
1659
1660 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1661
1662         * message.el (message-bounce): Doc typo.
1663
1664 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1665
1666         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1667         (gnus-soup-store): Ditto.
1668         (gnus-soup-send-packet): Ditto.
1669         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1670         (nnsoup-dissect-buffer): Ditto.
1671         (nnsoup-narrow-to-article): Ditto.
1672         (nnsoup-make-active): Ditto
1673
1674 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1675
1676         * message.el (message-mode): Two parameters for local-variable-p.
1677
1678 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1679
1680         * message.el (message-strip-list-identifiers): New function.
1681         (message-reply): Use it and use message-strip-subject-re.
1682         (message-followup): Ditto.
1683         * gnus-art.el (article-hide-list-identifiers): Remove more.
1684         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1685
1686 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1687
1688         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1689         mail-parset-charset and use non-numeric argument.
1690
1691 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1692
1693         * mml.el (mml-buffer-list): New variable.
1694         (mml-generate-new-buffer): New function.
1695         (mml-destroy-buffers): Ditto.
1696         (mml-insert-mime): Use them.
1697         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1698         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1699         * message.el (message-mode): Ditto.
1700         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1701         (gnus-uu-save-article): Support show-as-mml.
1702         * message.el (message-forward): Ditto.
1703
1704 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1705
1706         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1707         (nndoc-mime-digest-type-p): Locate article head precisely.
1708         * mml.el (mml-generate-default-type): New variable.
1709         (mml-generate-mime-1): Use it.
1710         (mml-insert-mime-headers): Use it.
1711         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1712         (gnus-uu-digest-mail-forward): Use it and call message-forward
1713         with argument digest.
1714         (gnus-uu-save-article): Support message-forward-as-mime.
1715         * message.el (message-forward): Add parameter digest.
1716         * mm-decode.el (mm-dissect-default-type): New variable.
1717         (mm-dissect-buffer): Use it.
1718
1719 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1720
1721         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1722         newline and paragraph to nil when got a non-ascii character. Test
1723         paragraph before newline.
1724
1725 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1726
1727         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1728         limit to 76.
1729
1730 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * nnslashdot.el (nnslashdot-sid-strip): New function.
1733         (nnslashdot-threaded-retrieve-headers): New format.
1734         (nnslashdot-sane-retrieve-headers): Ditto.
1735         (nnslashdot-request-article): Ditto.
1736         (nnslashdot-threaded-retrieve-headers): Thread properly.
1737         (nnslashdot-request-article): Be more lenient.
1738         (nnslashdot-threaded-retrieve-headers): Regexp search.
1739
1740 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1741
1742         * gnus-sum.el (gnus-with-article): Define it before use it.
1743
1744 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1745
1746         * message.el (message-supersede): Use mime-to-mml.
1747         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1748
1749 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gnus-group.el (gnus-group-list-cached): Don't use
1752         `subst-char-in-string'.
1753
1754 2000-05-08  Dave Love  <fx@gnu.org>
1755
1756         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1757
1758 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1759
1760         * mm-decode.el (mm-interactively-view-part): Append %s if the
1761         method is a single word.
1762         * nnwarchive.el (nnwarchive-type-definition): Typo.
1763
1764 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1765
1766         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1767         function.
1768         (gnus-group-prepare-flat-predicate): Use it.
1769         (gnus-group-list-cached): List dead groups.
1770
1771 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1772
1773         * gnus-art.el (article-decode-charset): Don't decode message with
1774         format.
1775
1776 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1777
1778         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1779         evaluate the Lisp code.
1780
1781 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1782
1783         * gnus-art.el (article-wash-html): New function.
1784         (gnus-article-wash-html): Bind.
1785         (gnus-article-make-menu-bar): Menu item.
1786         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1787         (gnus-summary-make-menu-bar): Menu item.
1788         * gnus.el: Autoload.
1789
1790 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1791
1792         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1793         (gnus-uu-unshar-article): Use it.
1794
1795         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1796         (mailcap-maybe-eval): Use it.
1797
1798         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1799         in docstring.
1800
1801         * mml.el (mml-generate-mime-1): Small comment.
1802
1803 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1804
1805         * gnus-art.el (article-de-base64-unreadable): New function.
1806         (gnus-article-de-base64-unreadable): Bind.
1807         (gnus-article-make-menu-bar): Menu item.
1808         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1809         (gnus-summary-make-menu-bar): Menu item.
1810         * gnus.el: Autoload.
1811
1812 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1813
1814         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1815         (gnus-summary-select-article): Add en/disable multibyte.
1816
1817 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1818
1819         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1820         (gnus-summary-edit-article): New feature: editing raw articles.
1821
1822 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1823
1824         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1825         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1826         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1827         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1828         * mm-decode.el (mm-insert-part): Ditto.
1829
1830 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1831
1832         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1833         (nndoc-forward-type-p): Ditto.
1834
1835 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1836
1837         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1838         value of enable-multibyte-characters.
1839
1840 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1841
1842         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1843
1844 2000-05-03  Dave Love  <fx@gnu.org>
1845
1846         * gnus-ems.el (gnus-article-xface-ring-internal)
1847         (gnus-article-xface-ring-size): New variable.
1848         (gnus-article-display-xface): Use them to cache data.  Don't try
1849         to use XPM.  Set up binary coding for PBM's sake.
1850
1851 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1852
1853         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1854         * gnus-int.el (gnus-request-accept-article): Ditto.
1855         (gnus-request-replace-article): Ditto.
1856         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1857
1858 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1859
1860         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1861
1862 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1863
1864         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1865         field.
1866         * mml.el (mml-to-mime): Use message-default-charset.
1867         (mml-preview): Narrow to headers.
1868         * message.el (message-send-mail): Use message-default-charset.
1869         (message-send-news): Narrow to headers;
1870         use message-default-charset.
1871
1872 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1873
1874         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1875         detect.
1876         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1877         restriction.
1878         (mml-parse-1): Warning message.
1879         (mml-preview): Disable multibyte.
1880
1881 2000-05-03  Dave Love  <fx@gnu.org>
1882
1883         * gnus.el (gnus-group-startup-message): Add newline before image.
1884
1885 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1886
1887         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1888         * message.el (message-send-mail): Use unibyte-buffer.
1889         (message-send-mail): Ditto.
1890
1891 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1892
1893         * gnus.el: Gnus v5.8.6 is released.
1894
1895 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1896
1897         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1898
1899 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1900
1901         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1902
1903 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1904
1905         * message.el (message-send-mail-partially): Use forward-line.
1906
1907 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1908
1909         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1910
1911 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1912
1913         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1914         (mml-insert-mime): No markup only for text/plain.
1915         (mime-to-mml): Remove MIME headers.
1916
1917 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1918
1919         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1920         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1921         as 8-bit.
1922         * lpath.el: Fbind image functions.
1923
1924 2000-04-28  Dave Love  <fx@gnu.org>
1925
1926         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1927         21.
1928
1929         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1930         search order.  Use parse-colon-path and remove some redundancy.
1931         Doc fix.
1932         (mailcap-parse-mimetypes): Code consistently with
1933         mailcap-parse-mailcaps.  Doc fix.
1934
1935         * gnus-start.el (gnus-unload): Iterate over `features', not
1936         `load-history'.
1937
1938 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1939
1940         * mml.el (mml-parse-1): Don't create blank parts.
1941         (mml-read-part): Fix mml tag.
1942         (mml-insert-mime): Convert message/rfc822.
1943         (mml-insert-mml-markup): Add mmlp parameter.
1944
1945 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1946
1947         * message.el (message-send-mail-partially): Remove CTE.
1948
1949 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1950
1951         * lpath.el: Fbind put-image for XEmacs.
1952         * mm-view.el (mm-inline-image): Fset it.
1953
1954 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1955
1956         * nndoc.el (nndoc-type-alist): Change forward regexp.
1957
1958 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1959
1960         * message.el (message-send-mail-partially-limit): Change the
1961         default value.
1962
1963 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1964
1965         * gnus-util.el (gnus-extract-address-components): Name might be
1966         "".
1967
1968 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1969
1970         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1971         (gnus-summary-post-forward): Ditto.
1972         * message.el (message-forward-show-mml): New variable.
1973         (message-forward): Use it.
1974         * mml.el (mml-parse-1): Add tag mml.
1975         (mml-read-part): Ditto.
1976         (mml-generate-mime): Support reentance.
1977         (mml-generate-mime-1): Support mml tag.
1978
1979 2000-04-27  Dave Love  <fx@gnu.org>
1980
1981         * gnus-art.el: Don't bother to require custom, browse-url.
1982         (gnus-article-x-face-command): Include gnus-article-display-xface.
1983
1984         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1985         Use defalias, not fset.
1986         (gnus-article-display-xface): New function.
1987
1988         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1989
1990         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1991         (mm-xemacs-p): Deleted.
1992         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1993         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1994         use create-image and don't special-case xbm.
1995         (mm-valid-image-format-p): Use display-graphic-p.
1996
1997 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1998
1999         * message.el (message-send-mail-partially-limit): New variable.
2000         (message-send-mail-partially): New function.
2001         (message-send-mail): Use it.
2002         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2003         all blank lines inside of base64.
2004         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
2005         blank lines.
2006
2007 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2008
2009         * mml.el (mml-insert-tag): Match more special characters.
2010
2011 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
2012
2013         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
2014
2015 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2016
2017         * mm-decode.el (mm-inline-media-tests): Add message/partial.
2018         (mm-inlined-types): Ditto.
2019         * mm-partial.el: New file.
2020
2021 2000-04-27  Dave Love  <fx@gnu.org>
2022
2023         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
2024         matter in Emacs 21.
2025
2026 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
2027
2028         * mm-bodies.el (mm-encode-body): Remove reference to
2029         mm-default-charset in comment.
2030
2031 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
2032
2033         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
2034
2035 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2036
2037         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
2038         let.
2039
2040 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
2041
2042         * gnus-draft.el (gnus-draft-setup): Fix comments.
2043
2044 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2045
2046         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
2047         if nnmbox-file-coding-system-for-write is nil.
2048
2049 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2050
2051         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
2052         header if nil.
2053
2054 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2055
2056         * mm-view.el (mm-inline-text): Insert directly if decoded.
2057         * mml.el (autoload): Typo.
2058
2059 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2060
2061         * mml.el (mml-preview): Set up posting-charset.
2062         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
2063
2064 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2065
2066         * webmail.el: Fix yahoo mail.
2067
2068 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2069
2070         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
2071         word if not necessary.
2072         (rfc2047-encode-region): Put space between encoded words.
2073
2074 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2075
2076         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
2077
2078 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2079
2080         * gnus-draft.el (gnus-draft-setup): Restore mml only when
2081         required.
2082         (gnus-draft-edit-message): Require restoration.
2083
2084 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2085
2086         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
2087         back.
2088
2089 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2090
2091         * gnus-art.el (gnus-treat-article): Make sure that the summary
2092         buffer is live.
2093
2094 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2095
2096         * mailcap.el (mailcap-parse-mailcaps): Reorder.
2097         (mailcap-parse-mailcap): Backwards parsing.
2098         (mailcap-possible-viewers): Remove nreverse.
2099         (mailcap-mime-info): Ditto.
2100         (mailcap-add-mailcap-entry): Keep alternative viewer.
2101
2102 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
2103
2104         * gnus.el: Gnus v5.8.5 is released.
2105
2106 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107
2108         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
2109
2110         * gnus-util.el (gnus-netrc-machine): Default to nntp.
2111
2112         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
2113
2114 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2115
2116         * mm-view.el (mm-inline-message): Disable prepare-hook.
2117
2118 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119
2120         * gnus.el: Fix copyright statements.
2121
2122         * gnus-sum.el (gnus-alter-articles-to-read-function): New
2123         variable.
2124         (gnus-articles-to-read): Use it.
2125
2126         * message.el (message-get-reply-headers): Bind free variable.
2127
2128 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2129
2130         * message.el (message-get-reply-headers): Fix to-address.
2131
2132 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2133
2134         * webmail.el: Hotmail fix. Add a debug function.
2135
2136 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-sum.el (t): M-down and M-up.
2139
2140 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2141
2142         * gnus-sum.el: Doc fix.
2143
2144 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2145
2146         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2147
2148 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2151         string.
2152         (nnweb-request-group): Don't scan twice.
2153         (nnweb-request-scan): Don't nix out the hashtb.
2154
2155         * message.el (message-get-reply-headers): Return a value.
2156
2157 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2158
2159         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2160         urls.
2161
2162 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2165         order messages are inserted.
2166
2167         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2168         message/rfc822 parts.
2169
2170         * gnus-art.el (gnus-article-read-summary-keys): Check for
2171         numerical values.
2172
2173         * message.el (message-get-headers): Made into own function.
2174         (message-reply): Use it.
2175         (message-get-reply-headers): Renamed.
2176         (message-widen-reply): New command.
2177
2178 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2179
2180         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2181
2182 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2183
2184         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2185         non-base64 text at the end if not found.
2186
2187 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2188
2189         * gnus-sum.el (gnus-read-move-group-name):
2190         (gnus-summary-move-article): Use `gnus-group-method' to find out
2191         what method the manually entered group belong to.
2192         `gnus-group-name-to-method' doesn't return any method parameters
2193         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2194         for new groups so they wouldn't work.
2195
2196 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2199         override.
2200
2201 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2202
2203         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2204         probably good to do, or something.  I dunno.  I just write these
2205         ChangeLog entries, and my name is Lars.
2206
2207 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2208
2209         * message.el (message-caesar-region): Use translate-region.
2210
2211 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2212
2213         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2214
2215 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2218         variables, because that makes Emacs flash.
2219
2220         * gnus-group.el (gnus-group-insert-group-line): Don't call
2221         gnus-group-add-icon unconditionally.
2222
2223         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2224
2225         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2226         xmas.
2227         (gnus-group-glyph-directory): Removed.
2228
2229 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2230
2231         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2232         gnus-newsgroup-name is "".
2233
2234 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2235
2236         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2237         in conjunction with MULE-UCS.
2238
2239 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2240
2241         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2242
2243 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * dgnushack.el (last, mapcon, member-if, union): New compiler
2246         macros for emulating cl functions.
2247
2248 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2249
2250         * message.el (message-shorten-references): Only cater to broken
2251         INN for news. This caters for broken smtpd.
2252
2253 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * mailcap.el (mailcap-mime-info): Use the first match; not the
2256         last.
2257
2258         * gnus-agent.el (gnus-category-kill): Save the category list.
2259
2260 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2261
2262         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2263
2264 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2267
2268 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2271
2272 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2273
2274         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2275         (gnus-group-list-cached): Use it.
2276
2277 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * gnus.el: Update all the copyright notices.
2280
2281 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2282
2283         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2284         non-base64 text at the end.
2285
2286 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2289
2290 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * nnheader.el: Don't autoload cancel-function-timers.
2293
2294         * message.el (message-fetch-field): Fold case.
2295
2296 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2297
2298         * message.el (message-forward-before-signature): New variable.
2299
2300 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2301
2302         * gnus-mlspl.el: Fix stuff.
2303
2304 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2307         subjects when unthreaded.
2308
2309 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2310
2311         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2312         well.
2313
2314 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2315
2316         * gnus-art.el (gnus-article-mode): Fix variable name.
2317
2318 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * mm-view.el: Fix autoload.
2321
2322         * flow-fill.el (flow-fill): Fix provide.
2323
2324         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2325         nil.
2326
2327 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2328
2329         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2330
2331 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * gnus-util.el (gnus-netrc-machine): Didn't work.
2334
2335 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2336
2337         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2338
2339 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * flow-fill.el: Renamed from fill-flowed.
2342
2343         * message.el (message-forward-ignored-headers): Default to
2344         removing CTE.
2345
2346 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2347
2348         * message.el (message-mode): Don't fill headers.
2349
2350 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * message.el (message-pipe-buffer-body): Use shell
2353
2354 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2355
2356         * nnvirtual.el (nnvirtual-request-article):
2357         Bind gnus-override-method to nil.
2358         (nnvirtual-request-update-mark): Don't update mark when
2359         article is not there.
2360
2361 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2362
2363         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2364
2365 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * gnus-util.el (gnus-parse-netrc): Allow "port".
2368         (gnus-netrc-machine): Take a port param.
2369         (gnus-netrc-machine):
2370
2371         * gnus-art.el (gnus-request-article-this-buffer): Allow
2372         re-selecting referenced articles.
2373
2374         * message.el (message-cancel-news): Allow editing.
2375         (message-cancel-message): Add newline.
2376
2377 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2378
2379         * mm-view.el (mm-inline-image-emacs): New function.
2380
2381 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * mail-source.el (mail-source-delete-incoming): Change default in
2384         cvs.
2385
2386 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2387
2388         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2389         function.
2390
2391 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * nnml.el (nnml-request-expire-articles): Use it.
2394
2395         * nnmail.el (nnmail-expiry-target): New variable.
2396         (nnmail-expiry-target-group): New function.
2397
2398 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2399
2400         * message.el (message-forward): Add non-MIME separators.
2401
2402 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * message.el (message-generate-headers): Respect the syntax check
2405         spec.
2406
2407         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2408         (gnus-remove-thread): Don't show all threads.
2409
2410 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2411
2412         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2413
2414 2000-04-19  Dave Love  <fx@gnu.org>
2415
2416         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2417
2418 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2419
2420         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2421         (nnwarchive-egroups-*): Ditto.
2422         (nnwarchive-url): Unibyte buffer and single line cookie.
2423
2424 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2425
2426         * mm-util.el (mm-char-or-char-int-p): New alias.
2427         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2428         entities.
2429
2430 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2431
2432         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2433         article case insensitively.
2434
2435 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2436
2437         * mail-source.el (mail-source-fetch-webmail): Use the default
2438         password provided in mail-sources; use webmail:subtype:user as
2439         the key.
2440
2441 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2442
2443         * mail-source.el (mail-source-fetch-webmail): Use
2444         mail-source-password-cache.
2445
2446 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2447
2448         * webmail.el: Add netscape mail and fix HotMail mail.
2449
2450 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2451
2452         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2453
2454 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2455
2456         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2457         RFC822.PEEK if server support IMAP4rev1.
2458         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2459         RFC822.TEXT.PEEK if server support IMAP4rev1.
2460         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2461         RFC822.HEADER if server support IMAP4rev1.
2462         (nnimap-request-article-part): Support bodydetail in response
2463         data.
2464
2465 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2466
2467         * fill-flowed.el: New file.
2468
2469         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2470         text/plain parts with `format' parameters.
2471
2472         * mm-view.el (autoload): Autoload fill-flowed.
2473         (mm-inline-text): For "plain" parts with a format=flowed
2474         parameter, call `fill-flowed'.
2475
2476 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2479         slashdot ids.
2480
2481 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2484         format.
2485
2486 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2487
2488         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2489         `imtest' too.
2490         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2491         (imap-gssapi-program): New variable.
2492         (imap-streams): Add gssapi.
2493         (imap-stream-alist): Ditto.
2494         (imap-authenticators): Ditto.
2495         (imap-authenticator-alist): Ditto.
2496         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2497         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2498         1.6.x `imtest' syntax.
2499         (imap-gssapi-stream-p): New function.
2500         (imap-gssapi-open): Ditto.
2501         (imap-gssapi-auth-p): Ditto.
2502         (imap-gssapi-auth): Ditto.
2503         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2504         (imap-send-command): Use buffer-local `imap-client-eol' value.
2505
2506         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2507         lines and turn TAB into SPC before parsing.
2508
2509 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2510
2511         * nnheader.el (nnheader-group-pathname): Make sure to return a
2512         directory.
2513         * nnmail.el (nnmail-group-pathname): Ditto.
2514
2515 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2516
2517         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2518         might split in the middle of a message-id.
2519
2520 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2523         groups from the server.
2524
2525         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2526         (gnus-summary-toggle-header): Update the wash status.
2527
2528         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2529         Moved here.
2530
2531         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2532         setting.
2533
2534         * nnmail.el (nnmail-get-active): Use it.
2535         (nnmail-parse-active): New function.
2536
2537         * mm-view.el (mm-inline-text): Support the new version of
2538         vcard.el.
2539
2540         * gnus-sum.el (gnus-summary-move-article): Only delete article
2541         when moving junk.
2542         (gnus-deaden-summary): Bury the buffer.
2543
2544         * nnmail.el (nnmail-group-pathname): Ditto.
2545
2546         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2547
2548 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2549
2550         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2551         whether Mule.
2552
2553 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * message.el (message-send-mail): Protect against unloaded Gnus.
2556
2557         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2558         parent.
2559         (gnus-topic-update-topic-line): Yes, do.
2560         (gnus-topic-goto-missing-group): Tally the correct number of
2561         unread articles before inserting the topic line.
2562
2563 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2566
2567 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * mm-decode.el (mm-dissect-buffer): Ditto.
2570
2571         * gnus-art.el (article-decode-charset): Strip CTE.
2572
2573         * ietf-drums.el (ietf-drums-strip): New function.
2574
2575         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2576         when prompting in read-only groups.
2577
2578 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2579
2580         * imap.el (imap-send-command): Change EOL-chars when
2581         `imap-client-eol' differs from default, not only for kerberos4.
2582         (imap-mailbox-status): Get encoded mailbox's status.
2583
2584 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2585
2586         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2587         into `mail-source-password-cache'.
2588
2589 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2590
2591         * mm-util.el (mm-mime-charset): Check for presence of
2592         `coding-system-get' and `get-charset-property' (recent XEmacs has
2593         the former, but not the latter).
2594
2595 2000-01-28  Dave Love  <fx@gnu.org>
2596
2597         * message.el (message-check-news-header-syntax): Fix typo
2598         `newsgroyps'.
2599         (message-talkative-question): Put temp buffer in fundamental-mode.
2600         (message-recover): Use fundamental-mode in the right buffer.
2601
2602         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2603         right buffer.
2604
2605 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2606
2607         * qp.el (quoted-printable-decode-region): Add charset parameter.
2608         (quoted-printable-decode-string): Ditto.
2609
2610         * gnus-art.el (article-de-quoted-unreadable): Use it.
2611
2612 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2613
2614         * nnimap.el (nnimap-split-predicate): New variable.
2615         (nnimap-split-articles): Use it.
2616
2617 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2618
2619         * utf7.el: Change email address.
2620
2621 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus-group.el (gnus-group-catchup): Purge split history.
2624
2625 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2626
2627         * nnmail.el (nnmail-generate-active): Support extended group name.
2628         (nnmail-get-active): Ditto.
2629
2630 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2631
2632         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2633         group names, don't remove anything.
2634
2635 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2636
2637         * webmail.el (webmail-my-deja-open): My-deja changes.
2638
2639 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2640
2641         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2642
2643 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2644
2645         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2646
2647 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2648
2649         * gnus.el (gnus-other-frame): Fix typo.
2650
2651 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2652
2653         * gnus-cus.el (gnus-group-customize): Fix typo.
2654
2655 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * nnweb.el (nnweb-insert): Simplified.
2658
2659 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * gnus-art.el (gnus-article-mode-map): "e" is
2662         gnus-summary-edit-article.
2663
2664 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2665
2666         * mailcap.el (mailcap-mime-extensions): Add .diff.
2667
2668 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2669
2670         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2671         there is no "%s" in the method.
2672
2673 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2674
2675         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2676
2677 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2680
2681         * gnus.el: Really always pop up a new frame.
2682
2683         * parse-time.el (parse-time-rules): Allow 100-110 to be
2684         2000-2010.
2685
2686         * time-date.el (date-to-time): Don't use timezone.
2687
2688 2000-01-06  Dave Love  <fx@gnu.org>
2689
2690         * time-date.el: Add keywords.
2691         (date-to-time): Add autoload cookie.  Canonicalize with
2692         timezone-make-date-arpa-standard.
2693         (time-to-seconds): Avoid caddr.
2694         (safe-date-to-time): Add autoload cookie.
2695
2696         * base64.el: Require cl when compiling.
2697
2698 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2699
2700         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2701         eyecandy.
2702         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2703         group line using gnus-group-add-icon.
2704         (gnus-group-icons): Added customize group.
2705         (gnus-group-icon-list): Added variable.
2706         (gnus-group-glyph-directory): Added variable.
2707         (gnus-group-icon-cache): Added variable.
2708         (gnus-group-running-xemacs): Added variable.
2709         (gnus-group-add-icon): Added function. Add an icon to the current
2710         line according to gnus-group-icon-list.
2711         (gnus-group-icon-create-glyph): Added function.
2712
2713 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-sum.el (gnus-summary-select-article): Return whether we
2716         selected something new.
2717         (gnus-summary-search-article): Start searching at the window
2718         point.
2719
2720         * gnus-group.el (gnus-fetch-group): Complete over
2721         gnus-active-hashtb.
2722
2723 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2724
2725         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2726
2727 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * gnus-sum.el (gnus-preserve-marks): New variable.
2730         (gnus-summary-move-article): Use it.
2731         (gnus-group-charset-alist): Added more entries.
2732
2733 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2736
2737         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2738         as the default score.
2739
2740         * gnus-score.el (gnus-score-delta-default): Changed name.
2741
2742 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2743
2744         * imap.el (imap-parse-literal):
2745         (imap-parse-flag-list): Don't care about props.
2746         (imap-parse-string): Handle quoted characters.
2747
2748 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2751         (gnus-summary-mark-article): Doc fix.
2752         (gnus-summary-mark-forward): Doc fix.
2753         (t): Changed keystroke for gnus-summary-customize-parameters.
2754
2755         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2756         "e".
2757         (gnus-article-mode-map): No, don't.
2758
2759         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2760         of the final article.
2761
2762         * mm-decode.el (mm-interactively-view-part): Error on no method.
2763
2764 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2765
2766         * gnus-score.el (gnus-score-insert-help): Something.
2767
2768         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2769
2770         * gnus-win.el (gnus-configure-frame): Ditto.
2771
2772         * gnus-mh.el (gnus-summary-save-in-folder): Use
2773         with-current-buffer.
2774
2775 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * nnwarchive.el: Changed file perms.
2778
2779 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * gnus-group.el (gnus-group-delete-groups): New command.
2782         (gnus-group-delete-group): Extra no-prompt parameters.
2783
2784 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2787         <p>.
2788
2789 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2790
2791         * webmail.el (webmail-hotmail-article): Don't insert message id.
2792
2793 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2794
2795         * nnimap.el (nnimap-split-fancy): New variable.
2796         (nnimap-split-fancy): New function.
2797
2798 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2799
2800         (nnimap-split-rule): Document symbol value.
2801
2802 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2803
2804         * nnimap.el (nnimap-retrieve-headers-progress): Let
2805         `nnheader-parse-head' parse article.
2806         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2807         request headers needed by `nnheader-parse-head'.
2808
2809 1999-12-23  Florian Weimer  <fw@s.netic.de>
2810
2811         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2812         value (crosspostings are handled), improve documentation.
2813
2814         * smiley.el: Declare file coding system as iso-8859-1.
2815
2816         * nnultimate.el: Dito.
2817
2818         * message.el: Dito.
2819
2820         * gnus-cite.el: Dito.
2821
2822         * gnus-spec.el: Dito.
2823
2824 1999-12-21  Florian Weimer  <fw@s.netic.de>
2825
2826         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2827         (gnus-setup-message): No longer make `message-posting-charset'
2828         buffer-local.
2829         (gnus-setup-posting-charset): Reflect the new layout of
2830         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2831
2832         * message.el (message-send-mail): Bind `message-this-is-mail' and
2833         `message-posting-charset'.
2834         (message-send-news): Dito, and honour new layout of
2835         `message-posting-charset'.
2836         (message-encode-message-body): Ignore `message-posting-charset'.
2837
2838         * mm-bodies.el (mm-body-encoding): Consider
2839         `message-posting-charset' when deciding whether to use 8bit.
2840
2841         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2842         (rfc2047-encodable-p): Now solely for headers; use
2843         `message-posting-charset'.
2844
2845 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2846
2847         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2848
2849 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2850
2851         * nnagent.el (nnagent-server-opened): Optional.
2852         (nnagent-status-message): Optional.
2853
2854 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2855
2856         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2857         end (referenced by instructions in
2858         `gnus-cited-opened-text-button-line-format-alist').
2859
2860 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2861
2862         * imap.el (imap-starttls-open): Typo.
2863
2864 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2865
2866         * mm-util.el (mm-charset-after): Non-MULE case.
2867         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2868         * rfc2047.el (rfc2047-dissect-region): Bind it.
2869
2870 1999-12-18  Florian Weimer  <fw@s.netic.de>
2871
2872         * mml.el (mml-generate-multipart-alist): Correct default value.
2873
2874         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2875         (mm-safer-encoding): New function.
2876         (mm-content-transfer-encoding): Use both.
2877
2878         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2879         * qp.el (quoted-printable-encode-region): Dito.
2880
2881 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2882
2883         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2884
2885 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2886
2887         * webmail.el (webmail-hotmail-list): raw=0.
2888
2889 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2890
2891         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2892         group name.
2893
2894 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2895
2896         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2897
2898 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2899
2900         * imap.el: Don't autoload digest-md5.
2901         (imap-starttls-open): Bind coding-system-for-{read,write}.
2902         (imap-starttls-p): Check if we can find starttls.el.
2903         (imap-digest-md5-p): Check if we can find digest-md5.el.
2904
2905 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2906
2907         * base64.el (base64-encode-string): Accept 2nd argument
2908         `no-line-break'.
2909
2910         * imap.el: Require `digest-md5' when compiling; add autoload
2911         settings for `digest-md5-parse-digest-challenge',
2912         `digest-md5-digest-response', `starttls-open-stream' and
2913         `starttls-negotiate'.
2914         (imap-authenticators): Add `digest-md5'.
2915         (imap-authenticator-alist): Setup for `digest-md5'.
2916         (imap-digest-md5-p): New function.
2917         (imap-digest-md5-auth): New function.
2918         (imap-stream-alist): Add STARTTLS entry.
2919         (imap-starttls-p): New function.
2920         (imap-starttls-open): New function.
2921
2922 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2923
2924         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2925
2926 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2927
2928         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2929         string-to-x function.
2930
2931 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2932
2933         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2934
2935 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2936
2937         * webmail.el: Enhance hotmail-snarf.
2938
2939 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2940
2941         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2942
2943 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2944
2945         * webmail.el (webmail-hotmail-list): Search no-error.
2946
2947 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2948
2949         * nnwarchive.el: Support nov-is-evil.
2950         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2951         Set it if non-nil.
2952         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2953
2954 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2955
2956         * nnagent.el (nnagent-server-opened): Redefine.
2957         (nnagent-status-message): Ditto.
2958
2959 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2960
2961         * rfc1843.el (rfc1843-decode-region): Use
2962         buffer-substring-no-properties.
2963         * gnus-art.el (article-decode-HZ): New function.
2964
2965 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2966
2967         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2968
2969 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2970
2971         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2972         MIME charset not a MULE charset.
2973
2974 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2975
2976         * gnus-ems.el: Translate more ugly characters.
2977         * nnheader.el (nnheader-translate-file-chars): Don't translate
2978         the second ':'.
2979
2980 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2981
2982         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2983         method if cannot find the article.
2984
2985 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2986
2987         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2988         method if overrided.
2989
2990 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2991
2992         * mail-source.el (mail-source-fetch-webmail): Parameter
2993         dontexpunge.
2994
2995 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2996
2997         * webmail.el: Support my-deja. Better error report.
2998
2999 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3000
3001         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
3002         is bad.
3003         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
3004         is not 1.
3005
3006 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3007
3008         * nnslashdot.el (nnslashdot-request-article): A space.
3009
3010 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
3011
3012         * nnagent.el: Support different backend with same name.
3013
3014 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3015
3016         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
3017         archived group.
3018         (nnslashdot-sane-retrieve-headers): Ditto.
3019         (nnslashdot-request-article): Ditto.
3020
3021 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
3022
3023         * nnweb.el (nnweb-insert): Narrow to point.
3024
3025 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3026
3027         * nnweb.el (nnweb-insert): Follow refresh url.
3028         * nnslashdot.el: Use it.
3029
3030 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3031
3032         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
3033         (nnweb-decode-entities-string): New function.
3034
3035         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
3036         nnweb-* and move to nnweb.el.
3037         * nnwarchive.el: Use nnweb-decode-entities, etc.
3038         * webmail.el: Ditto.
3039
3040         * nnslashdot.el: Use nnweb-decode-entities-string.
3041         (nnslashdot-decode-entities): Remove.
3042
3043 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
3044
3045         * nnslashdot.el: Decode entities.
3046
3047 1999-12-12  Dave Love  <fx@gnu.org>
3048
3049         * gnus-agent.el (gnus-category-edit-groups)
3050         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
3051         expansion of setf, fixed.
3052
3053 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
3054
3055         * gnus-agent.el: Revoke last Dave Love's patch, because of
3056         incompatibility of XEmacs.
3057
3058 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3059
3060         * mm-uu.el: Change headers.
3061         * rfc1843.el: Ditto.
3062         * uudecode.el: Ditto.
3063
3064 1999-12-07  Dave Love  <fx@gnu.org>
3065
3066         * gnus-agent.el (gnus-category-edit-predicate)
3067         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
3068         inside backquote to avoid it at runtime.
3069
3070 1999-12-07  Dave Love  <fx@gnu.org>
3071
3072         * binhex.el: Require cl when compiling.
3073
3074 1999-12-04  Dave Love  <fx@gnu.org>
3075
3076         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
3077
3078 1999-12-04  Dave Love  <fx@gnu.org>
3079
3080         * mm-util.el (mm-delete-duplicates): New function.
3081         (mm-write-region): Use it.
3082
3083         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
3084
3085         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
3086         mm-delete-duplicates.
3087
3088         * imap.el (imap-open, imap-debug): Avoid mapc.
3089
3090         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
3091
3092         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
3093         (gnus-multi-decode-encoded-word-string): Avoid mapc.
3094
3095         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
3096         runtime.
3097
3098         * gnus.el (gnus-select-method): Likewise.
3099
3100         * nnheader.el (nnheader-nov-read-integer): Likewise.
3101
3102         * mm-view.el (mm-inline-message): Require cl when compiling.
3103         Avoid ignore-errors at runtime.
3104         (mm-inline-text): Avoid mapc.
3105
3106 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
3107
3108         * gnus-art.el (article-decode-charset): Widen is bad.
3109
3110 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3111
3112         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
3113
3114 1999-12-12  Florian Weimer  <fw@s.netic.de>
3115
3116         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
3117         indicate that only US-ASCII is permitted.
3118         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
3119         use unencoded 8-bit characters in message headers.
3120
3121 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3122
3123         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
3124         CRLF.
3125
3126 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3127
3128         * webmail.el: Require url-cookie.
3129
3130 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3131
3132         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3133         new function to make modified caesar table.
3134         (nnwarchive-from-r13): Use it.
3135         (nnwarchive-mail-archive-article): Improved.
3136
3137 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3138
3139         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3140
3141 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3142
3143         * nnweb.el (nnweb-request-article): Return cons.
3144
3145 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3146
3147         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3148
3149 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3150
3151         * mm-util.el (mm-with-unibyte): New macro.
3152         * nnweb.el (nnweb-init): Use it.
3153
3154 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3155
3156         * mm-util.el (mm-charset-after): New function.
3157         (mm-find-mime-charset-region): Set charsets after
3158         delete-duplicates and use find-coding-systems-region.
3159         (mm-find-charset-region): Remove composition.
3160
3161         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3162
3163         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3164
3165 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3166
3167         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3168         * mml.el (mml-confirmation-set): New variable.
3169         (mml-parse-1): Ask user to confirm.
3170
3171 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3172
3173         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3174         are scanned when we have directory mail-sources (the mail source
3175         is modified in that case, so we must scan it for all
3176         groups/methods).
3177
3178 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3179
3180         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3181         and nnml-article-file-alist.
3182
3183 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3184
3185         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3186         nnmail-fetched-sources.
3187
3188 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3189
3190         * mm-util.el (mm-find-charset-region): Use the last charset.
3191
3192 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3193
3194         * gnus.el (gnus-select-method): Made the option list prettier.
3195
3196 1999-12-08  Florian Weimer  <fw@s.netic.de>
3197
3198         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3199         for the `de' newsgroups hierarchy, as it is common practice there.
3200
3201
3202 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3203
3204         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3205         buffer-string arguments. Fix references.
3206
3207 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3208
3209         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3210         (gnus-agent-batch-fetch): Use it.
3211         (gnus-agent-fetch-session): Use it.
3212
3213 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3214
3215         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3216
3217 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3218
3219         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3220         nil.
3221
3222 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3223
3224         * nnslashdot.el (nnslashdot-request-list): There were two
3225         top-level body-forms.  Put a `progn' around them.
3226
3227         * gnus.el (gnus-select-method): Use `condition-case'
3228         instead of `ignore-errors', since cl may not be loaded when the
3229         form is evaluated.
3230
3231 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3232
3233         * nnwarchive.el: Support www.mail-archive.com.
3234
3235 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3236
3237         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3238         do anything.
3239
3240 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3241
3242         * utf7.el: New file, written by Jon K Hellan.
3243
3244         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3245         default to t.
3246
3247 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3250
3251         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3252         current.
3253         (gnus-refer-article-methods): New function.
3254         (gnus-summary-refer-article): Use it.
3255
3256 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3257
3258         * nnimap.el (nnimap-retrieve-groups): Return active format.
3259
3260         * nnimap.el (nnimap-replace-in-string): Removed.
3261         (nnimap-request-list):
3262         (nnimap-retrieve-groups):
3263         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3264
3265 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3266
3267         * imap.el: Use format-spec for ssl program.
3268         * imap.el (imap-ssl-arguments): Removed.
3269         (imap-ssl-open-{1,2}): Removed.
3270
3271 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3272
3273         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3274         instead of `ignore-errors', since cl may not be loaded when the
3275         form is evaluated.
3276
3277 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3278
3279         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3280         (mm-7bit-chars): New variable.
3281         (mm-body-7-or-8): Use it in both cases.
3282
3283 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3284
3285         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3286           defcustom definitions.
3287
3288 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3289
3290         * mm-decode.el (mm-display-part): Let mm-display-external return
3291         inline or external.
3292         (mm-display-external): For copiousoutput methods, insert output in
3293         buffer.
3294
3295 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3296
3297         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3298         buffer.
3299
3300 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301
3302         * gnus-audio.el: An M too far.
3303
3304         * gnus-msg.el (gnus-setup-message): One backtick too many.
3305
3306         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3307         a function, not a variable.
3308
3309 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3310
3311         * gnus-score.el (gnus-score-body): Widen before requesting.
3312
3313 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3316
3317 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3318
3319         * mail-source.el (mail-source-fetch-webmail): Bind
3320         mail-source-string.
3321
3322 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3323
3324         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3325         (gnus-uu-unmark-by-regexp): Ditto.
3326
3327         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3328         dead groups.
3329
3330 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3333         do their real thing.
3334
3335         * nnmh.el (nnmh-be-safe): Doc fix.
3336
3337         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3338
3339         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3340         status line has arrived before we count it.
3341
3342         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3343
3344         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3345         Whitespace problems.
3346
3347         * gnus-win.el (gnus-configure-windows): Error fix.
3348
3349         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3350         right function.
3351
3352         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3353         Indent all functions.  Fix all comments to match the comment
3354         conventions.  Double-space after full stop.
3355
3356 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3357
3358         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3359         value to divide received mails into my favorite groups and I met
3360         an error.  It takes place if the length of a element "VALUE" in
3361         nnmail-split-fancy is less than two.
3362
3363 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3364
3365         * mml.el (mml-insert-part): New function.
3366
3367 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * lpath.el: Add `sc-cite-regexp'.
3370
3371 1999-12-02  Dave Love  <fx@gnu.org>
3372
3373         * mm-decode.el: Customize.
3374
3375 1999-12-03  Dave Love  <fx@gnu.org>
3376
3377         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3378         the W3 stuff isn't available.
3379
3380 1999-12-03  Dave Love  <fx@gnu.org>
3381
3382         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3383         at runtime.
3384
3385 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3386
3387         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3388
3389 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3390
3391         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3392         don't be fooled by "From nobody" lines added by respooling.
3393
3394         * pop3.el (pop3-movemail): Write crashbox in binary.
3395         (pop3-get-message-count): New function.
3396
3397         * mail-source.el (mail-source-primary-source): New variable.
3398         (mail-source-report-new-mail-interval): New variable.
3399         (mail-source-idle-time-delay): New variable.
3400         (mail-source-new-mail-available): New internal variable.
3401         (mail-source-fetch-pop): Clear new mail flag, when mail from
3402         primary source has been fetched.
3403         (mail-source-check-pop): New function.
3404         (mail-source-new-mail-p): New function.
3405         (mail-source-start-idle-timer): New function.
3406         (mail-source-report-new-mail): New function.
3407         (mail-source-report-new-mail): New internal variable.
3408         (mail-source-report-new-mail-timer): New internal variable.
3409         (mail-source-report-new-mail-idle-timer): New internal variables.
3410
3411 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3412
3413         * gnus-cus.el (gnus-group-customize): Customize fix.
3414
3415 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3416
3417         * message.el (message-send-mail-with-sendmail): Use
3418         message-make-address.
3419
3420 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3421
3422         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3423
3424 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3425
3426         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3427
3428 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3429
3430         * mml.el (mml-insert-tag): Don't close the tag.
3431         (mml-insert-empty-tag): New function.
3432         (mml-attach-file): Use mml-insert-empty-tag instead of
3433         mml-insert-tag.
3434         (mml-attach-buffer): Ditto.
3435         (mml-attach-external): Ditto.
3436         (mml-insert-multipart): Ditto.
3437
3438 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3439
3440         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3441         the article number.
3442
3443 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3444
3445         * gnus.el (gnus-find-method-for-group): The method of a new group
3446         is not the native one.
3447
3448 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3451
3452 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * nnultimate.el (nnultimate-retrieve-headers): Use
3455         mm-with-unibyte-current-buffer.
3456         (nnultimate-request-article): Ditto.
3457
3458 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3459
3460         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3461
3462 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3463
3464         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3465         * nnweb.el (nnweb-retrieve-headers): Use it.
3466         (nnweb-request-article): Use it.
3467
3468         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3469         case matching failed.
3470
3471 1999-12-02  John Wiegley <jwiegley@inprise.com>
3472
3473         * mail-source.el (mail-source-keyword-map): Add backslash to
3474         Delete-flag.
3475
3476 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3479         Latin-1.
3480         (gnus-group-charset-alist): No, don't.
3481
3482         * nnweb.el (nnweb-init): Make the buffer unibyte.
3483
3484 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3485
3486         * mail-source.el (mail-source-set-common-1): Fix to get the
3487         default value.
3488
3489 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490
3491         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3492
3493         * nnultimate.el (nnultimate-request-list): Use unibyte.
3494
3495         * gnus-uu.el (gnus-uu-grab-articles): Bind
3496         gnus-display-mime-function to nil.
3497
3498         * message.el (message-send-mail-with-sendmail): Use the
3499         user-mail-address variable.
3500
3501         * gnus-art.el (gnus-ignored-headers): More headers.
3502
3503         * message.el (message-shorten-1): Use list.
3504
3505 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3508         signatures.
3509
3510         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3511         (nnweb-dejanews-create-mapping): Do the properish date.
3512
3513 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3514
3515         * mail-source.el (mail-source-common-keyword-map): New variable.
3516         (mail-source-bind-common): New macro.
3517         (mail-source-fetch): Support plugged mail source.
3518         * gnus-int.el (gnus-request-scan): Use them.
3519
3520 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * mm-view.el (mm-inline-message): Check whether charset is a
3523         string.
3524
3525         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3526
3527         * message.el (message-mode-map): Changed keystroke for
3528         message-yank-buffer.
3529
3530 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3531
3532         * message.el (message-shorten-references): Cut references to 31
3533         elements, then either fold them or shorten them to 988 characters.
3534         (message-shorten-1): New function.
3535         (message-cater-to-broken-inn): New variable.
3536
3537 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3538
3539         * nnslashdot.el (nnslashdot-lose): New function.
3540
3541 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * mm-view.el (mm-inline-message): Not the right type of charset is
3544         being fetched here.  Let the group charset rule.
3545         (mm-inline-message): Ignore us-ascii.
3546
3547 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3548
3549         * mail-source.el (mail-source-fetch-maildir): work around the
3550         ommitted "file-regular-p" in efs/ange-ftp
3551
3552 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3555         (mml-generate-mime-1): Use the encoding param.
3556
3557         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3558
3559         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3560         gnus-art before binding its variables.
3561
3562         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3563         after the MIME.
3564
3565 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3566
3567         * message.el (message-clone-locals): Use it.
3568
3569         * gnus-msg.el (gnus-configure-posting-styles): Make
3570         user-mail-address local.
3571
3572 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3573
3574         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3575         once.
3576
3577 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3580         (message-clone-locals): Ditto.
3581
3582         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3583         group inherit reply-to or from.
3584
3585 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3586
3587         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3588         for charset.
3589         (gnus-summary-show-article-charset-alist): New variable.
3590
3591         * mm-bodies.el (mm-decode-string): Support gnus-all and
3592         gnus-unknown.
3593         (mm-decode-body): Ditto.
3594         * rfc2047.el (rfc2047-decode): Ditto.
3595
3596 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * mail-source.el (mail-source-delete-incoming): Change default to
3599         t.
3600
3601 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3602
3603         * gnus.el: Pterodactyl Gnus v0.99 is released.
3604
3605 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3608
3609         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3610         spec.
3611
3612         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3613         (gnus-configure-posting-styles): No, don't.
3614         (gnus-configure-posting-styles): Allow overriding files.
3615
3616         * gnus-art.el (gnus-header-button-alist): Use browse-url
3617         directly.
3618
3619         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3620
3621         * gnus-msg.el (gnus-summary-yank-message): New command and
3622         keystroke.
3623
3624         * message.el (message-yank-buffer): New command.
3625         (message-buffers): New function.
3626
3627         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3628         next group in a more normal fasion.
3629
3630         * mml.el (mml-boundary-function): New variable.
3631         (mml-compute-boundary): Use it.
3632
3633         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3634         that exist for them.
3635
3636         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3637         (gnus-async-timer): New variable.
3638
3639 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * nnultimate.el (nnultimate-request-list): Be more lenient with
3642         root addresses.
3643
3644 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * gnus-art.el (gnus-treatment-function-alist): Do
3647         gnus-treat-capitalize-sentences.
3648
3649 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3650
3651         * webmail.el (webmail-hotmail-article): Hotmail changes the
3652         format.
3653
3654 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3655
3656         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3657         switch to buffer after calling program.
3658         (mm-display-external): Use `shell-command-switch' instead of "-c".
3659
3660 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3663         read groups file.
3664
3665         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3666         <p>.
3667
3668 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * message.el (message-mode): Doc fix.
3671
3672 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3673
3674         * gnus-art.el (article-emphasize): Check group variable.
3675         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3676
3677 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3678
3679         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3680         type.
3681
3682 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3683
3684         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3685
3686 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3687
3688         * mml.el (mml-quote-region): Insert ! after the hash.
3689
3690 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3691
3692         * gnus-group.el (gnus-group-warchive-address-history): Change to
3693         nil.
3694
3695 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3696
3697         * webmail.el: Support mail.yahoo.com.
3698
3699         * mail-source.el (mail-source-fetch-webmail): Add password check.
3700         (mail-source-keyword-map): Use `subtype'.
3701
3702 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3703
3704         * mail-source.el (mail-source-keyword-map): Add webmail.
3705         (mail-source-fetcher-alist): Ditto.
3706         (mail-source-fetch-webmail): New function.
3707         * webmail.el: New file.
3708
3709 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3710
3711         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3712
3713 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3714
3715         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3716
3717 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3720         (nnultimate-prune-days): New function.
3721         (nnultimate-create-mapping): Use it.
3722         (nnultimate-request-group): Only fetch the groups list if it has
3723         not been done before.
3724         (nnultimate-retrieve-headers): Don't write groups.
3725         (nnultimate-create-mapping): Off-by-one error.
3726
3727 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3730         threaded subjects.
3731
3732 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3733
3734         * nnwarchive.el: Lots of changes make agent happy.
3735
3736 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3737
3738         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3739         hashtb.
3740
3741 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3742
3743         * mm-decode.el (mm-display-external): Write region with binary
3744         mode.
3745
3746 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3747
3748         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3749
3750 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3751
3752         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3753         (mm-uu-test): Now it is in restricted region.
3754
3755         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3756
3757         * mm-view.el (mm-view-message): Fix buffer leak.
3758         (mm-inline-message): Support 'gnus-decoded.
3759
3760         * mm-bodies.el (mm-decode-body): Ditto.
3761
3762         * rfc2047.el (rfc2047-decode-region): Ditto.
3763
3764 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3765
3766         * imap.el (require): Added autoload for base64-encode-string.
3767
3768 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3769
3770         * gnus.el (gnus-refer-article-method): Made list value
3771         customizable.
3772
3773 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3774
3775         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3776         NOFORCE in Emacs case.
3777
3778 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3779
3780         * gnus-art.el (gnus-request-article-this-buffer): Set
3781         gnus-newsgroup-name.
3782
3783 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3784
3785         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3786         NOFORCE.
3787
3788 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3789
3790         * gnus-start.el (gnus-get-unread-articles): Check server before
3791         scanning.
3792
3793 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3796
3797         * nnslashdot.el (nnslashdot-login-name): New variable.
3798         (nnslashdot-password): Ditto.
3799         (nnslashdot-request-post): New function.
3800
3801         * gnus-art.el (gnus-treat-buttonize): More testing.
3802
3803         * mm-encode.el: Another CVS test.
3804
3805         * gnus-art.el (gnus-treat-emphasize): Change default.
3806         (gnus-treat-buttonize): Ditto.
3807         (gnus-treat-buttonize): This is a test.
3808
3809         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3810         (gnus-build-sparse-threads): Ditto.
3811         (gnus-build-all-threads): Ditto.
3812
3813         * nnheader.el (make-full-mail-header): Make into a subst.
3814
3815         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3816         unless w3 is supplied.
3817
3818         * gnus.el (gnus-refer-article-method): Doc fix.
3819
3820         * gnus-sum.el: Do not accept a prefix.
3821         (gnus-summary-refer-article): Accept a list of select methods.
3822
3823 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3824
3825         * Makefile.in: Change `^  *' to `\t'.
3826
3827 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3828
3829         * message.el (message-forward): Pay attention to prefix argument
3830         again and forward all headers when it is set, regardless of the
3831         value of message-forward-ignored-headers.
3832
3833 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3834
3835         * dgnushack.el (dgnushack-compile): Vpath file.
3836
3837         * Makefile.in (SHELL): VPATH support.
3838
3839 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3840
3841         * gnus-ems.el: Check for cygwin32.
3842
3843 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3844
3845         * mm-decode.el (mm-display-external): Use 'non-viewer.
3846
3847 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3848
3849         * base64.el (base64-encode-string): An alias for base64-encode for
3850         compatibility.
3851
3852 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3853
3854         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3855         nntp-inhibit-erase.
3856
3857 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3858
3859         * gnus-start.el (gnus-get-unread-articles): Use
3860         nnfoo-retrieve-groups to find new news, if available.
3861         (gnus-read-active-file-2): New function.
3862         (gnus-get-unread-articles): Use it.
3863         (gnus-read-active-file-1): Ditto.
3864
3865 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866
3867         * mm-util.el (mm-find-mime-charset-region): Make sure
3868         find-coding-systems-for-charsets is fbound.
3869
3870         * gnus-ems.el: Typo fix.
3871
3872 1999-11-13  Florian Weimer  <fw@s.netic.de>
3873
3874         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3875         it's available and makes sense.
3876
3877 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3878
3879         * gnus-score.el (gnus-score-save): Translate score file.
3880
3881 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3882
3883         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3884         added fetchflag and dontexpunge keywords.
3885         (mail-source-fetch-imap): Use them.
3886
3887 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3888
3889         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3890         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3891         `defconst'.
3892
3893         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3894         `defconst'.
3895         Mention that it is both for group and topic parameters.
3896         (gnus-extra-topic-parameters): New constant, including `subscribe'
3897         parameter.
3898         (gnus-extra-group-parameters): New constant.
3899         (gnus-group-customize): Use them.
3900
3901         * gnus.el (gnus-select-method): Added default value and tag.
3902         (gnus-refer-article-method): Added `DejaNews' customization option.
3903
3904 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3907
3908         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3909         syntax.
3910
3911         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3912
3913         * nnslashdot.el (nnslashdot-group-number): Changed default.
3914
3915         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3916         (nnweb-dejanews-wash-article): Removed.
3917         (nnweb-type-definition): Fetch by id.
3918
3919         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3920         we mean it.
3921
3922         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3923         (nnslashdot-request-list): Use Ultramode as well.
3924         (nnslashdot-date-to-date): Be more lenient.
3925         (nnslashdot-threaded): New function.
3926
3927 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928
3929         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3930
3931 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3932
3933         * nnweb.el (nnweb-type-definition): /=dnc
3934
3935 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3938         dates.
3939         (nnultimate-retrieve-headers): Wrong ordering.
3940
3941 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3942
3943         * message.el (message-forward-as-mime): New variable.
3944
3945 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3948
3949 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3950
3951         * mail-source.el (mail-source-movemail-and-remove): New function.
3952         (mail-source-keyword-map): Add `function' for `maildir'.
3953         (mail-source-fetch-maildir): Use it.
3954
3955 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3956
3957         * nnwarchive.el: New file.
3958         * gnus-group.el (gnus-group-make-warchive-group): New function.
3959         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3960
3961 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3962
3963         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3964         subjects.
3965
3966 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3967
3968         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3969
3970 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * nnultimate.el (nnultimate-open-server): Do address.
3973         (nnultimate-forum-table-p): New function.
3974
3975         * nnweb.el (nnweb-insert-html): Renamed.
3976         (nnweb-insert): New function.
3977
3978         * nnultimate.el (nnultimate-insert-html): New function.
3979
3980         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3981         if nov is evil.
3982         (nnslashdot-retrieve-headers): use the sane version instead.
3983
3984 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985
3986         * nnslashdot.el (nnslashdot-request-article): Fold case.
3987
3988         * nnultimate.el: New file.
3989
3990         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3991         unless wanted.
3992
3993         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3994         (gnus-read-active-file-1): Separated into own function.
3995         (gnus-read-active-file): Catch quits.
3996
3997         * nnslashdot.el (nnslashdot-request-article): Search better on
3998         first article.
3999         (nnslashdot-request-list): Fold case.
4000         (nnslashdot-retrieve-headers): Ditto.
4001
4002 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * gnus.el: Autoload gnus-subscribe-topics.
4005
4006 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
4007
4008         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
4009         before dot.
4010         * gnus-util.el (gnus-write-active-file): Ditto.
4011
4012 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4013
4014         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
4015         function.
4016         * gnus-cache.el (gnus-cache-file-name): Use it.
4017         * gnus-agent.el (gnus-agent-group-path): Use it.
4018         * nnmail.el (nnmail-group-pathname): Use it.
4019
4020 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
4021
4022         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
4023         if cooked.
4024         * gnus-util.el (gnus-write-active-file): Write cooked active file.
4025         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
4026         * gnus.el (gnus-short-group-name): "..." proof.
4027
4028 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4029
4030         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
4031         support nnslashdot.
4032
4033 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4034
4035         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
4036         many articles.
4037         (nnslashdot-generate-active): New function.
4038         (nnslashdot-request-newgroups): Use it.
4039
4040         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
4041         names.
4042
4043         * nnslashdot.el (nnslashdot-request-newgroups): New function.
4044         (nnslashdot-request-list): Not moderated.
4045
4046 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
4047
4048         * nnimap.el (nnimap-open-server): Remove error signal if
4049         nnimap-server-buffer is nil (the check should've been `boundp').
4050
4051         * imap.el (imap-log):
4052         * nnimap.el (nnimap-debug): Disable debugging by default.
4053
4054 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
4057
4058         * gnus-topic.el (gnus-subscribe-topic): New function.
4059
4060         * nnslashdot.el (nnslashdot-request-list): Give out extended group
4061         names.
4062
4063         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
4064         if starting with a quote.
4065
4066 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4067
4068         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
4069         group name.
4070
4071 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * nnslashdot.el: New file.
4074
4075         * nnheader.el (nnheader-insert-header): New function.
4076
4077         * gnus-art.el (gnus-mime-internalize-part): Bind
4078         mm-inlined-types.
4079
4080         * nndraft.el (nndraft-request-expire-articles): Do all the backup
4081         files.
4082
4083 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4084
4085         * emacs-mime.texi (Customization): Document mm-inline-override-types
4086
4087 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4088
4089         * emacs-mime.texi (Customization): Document mm-inline-override-types
4090
4091 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4092
4093         * emacs-mime.texi (Customization): Document mm-inline-override-types
4094
4095 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
4096
4097         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
4098         (smiley-toggle-buffer): New function.
4099         (smiley-buffer): Don't quote the function.
4100         (smiley-toggle-extents): Ditto.
4101
4102 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
4105         empty buffers.
4106
4107 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * gnus-art.el (gnus-article-mode-map): Use the summary article
4110         edit.
4111
4112 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
4113
4114         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
4115
4116 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117
4118         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
4119
4120 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
4121
4122         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
4123         is list or not before condition.
4124
4125 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4126
4127         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
4128
4129 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
4130
4131         * gnus-art.el (gnus-emphasis-alist): New value.
4132
4133 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4134
4135         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4136         `buffer-substring'.
4137
4138 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * gnus-art.el (article-date-ut): Keep the updated timer.
4141         (gnus-emphasis-underline-italic): Doc fix.
4142
4143         * gnus-msg.el (gnus-post-method): Doc fix.
4144         (gnus-post-method): Change default.
4145
4146 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4147
4148         * message.el (message-newline-and-reformat): Improvements.
4149
4150 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * message.el (message-newline-and-reformat): Don't insert too many
4153         newlines.
4154         (message-newline-and-reformat): Work even if not sc.
4155
4156         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4157
4158         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4159
4160 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4161
4162         * mm-view.el (mm-display-patch-inline): New function.
4163
4164 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4165
4166         * mm-view.el (mm-display-patch-inline): New function.
4167
4168 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4171         group.
4172
4173         * message.el (message-forward): Narrow to the right header.
4174
4175         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4176         dates.
4177
4178         * gnus-msg.el (gnus-configure-posting-styles): Use the
4179         user-full-name function.
4180
4181         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4182         (mm-body-charset-encoding-alist): Default to nil.
4183
4184         * message.el (message-elide-ellipsis): Fix typo.
4185         (message-elide-region): Ditto.
4186         (message-elide-region): Don't insert a newline first.
4187
4188 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4191         gnus-fetch-old-headers.
4192         (gnus-cut-threads): Ditto.
4193         (gnus-summary-initial-limit): Ditto.
4194         (gnus-summary-limit-children): Ditto.
4195
4196         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4197         matches.
4198
4199 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4200
4201         * gnus-art.el (article-decode-encoded-words):
4202         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4203         live.
4204
4205         * gnus.el (gnus-read-method): Add methods from
4206         `gnus-opened-servers' to completion. Map entered method/address
4207         into existing methods if possible.
4208
4209         * gnus-group.el (gnus-group-make-group): Simplify method.
4210
4211         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4212
4213         * mml.el (mml-preview): Remove mail-header-separator before
4214         encoding.
4215
4216 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * message.el (message-read-from-minibuffer): New function.
4219
4220 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4221
4222         * gnus.el: Pterodactyl Gnus v0.98 is released.
4223
4224 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4225
4226         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4227
4228 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4229
4230         * mml.el (mml-generate-mime-1): Read attached binary file in
4231         binary mode.
4232
4233 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4234
4235         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4236
4237 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4238
4239         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4240
4241 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4242
4243         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4244
4245 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4246
4247         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4248         (gnus-article-mime-match-handle-function): New variable.
4249         (gnus-article-view-part): Make `b' customizable.
4250
4251 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4252
4253         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4254
4255 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4256
4257         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4258
4259 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4260
4261         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4262
4263 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4264
4265         * gnus-srvr.el (gnus-browse-foreign-server): Use
4266         `buffer-substring' instead of `read'.
4267
4268 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4269
4270         * nnimap.el, imap.el, rfc2104.el: New files.
4271
4272         * gnus.el (gnus-valid-select-methods): Add nnimap.
4273
4274         * gnus-group.el (gnus-group-group-map): Add
4275         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4276         (gnus-group-nnimap-expunge): New function.
4277         (gnus-group-nnimap-edit-acl): New function.
4278
4279         * gnus-agent.el (gnus-agent-group-mode-map): Add
4280         gnus-agent-synchronize.
4281         (gnus-agent-synchronize): New function.
4282         (gnus-agent-fetch-group-1): Check if server is open.
4283
4284         * nnagent.el (nnagent-request-set-mark): Save marks.
4285
4286         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4287         (mail-source-fetcher-alist): Map to imap fetcher function.
4288         (mail-source-fetch-imap): New function.
4289
4290         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4291         Hash:.
4292
4293 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4294
4295         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4296         (gnus-topic-sort-topics): New function.
4297         (gnus-topic-make-menu-bar): Add sort-topics.
4298         (gnus-topic-move): New function.
4299         (gnus-topic-move-group): Move the topic if no group selected.
4300
4301 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4302
4303         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4304
4305 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4306
4307         * mm-view.el (mm-inline-message): Fix leaving group bug.
4308
4309 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4310
4311         * gnus-msg.el (gnus-post-method): Use normal method if current is
4312         not available.
4313
4314 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4315
4316         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4317         (nnmail-insert-lines): Ditto.
4318
4319 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4320
4321         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4322         line.
4323
4324         * message.el (message-unsent-separator): One more separator.
4325
4326 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4327
4328         * nnfolder.el (nnfolder-request-move-article): For empty article,
4329         search till (point-max).
4330         (nnfolder-retrieve-headers): Ditto.
4331         (nnfolder-request-accept-article): Ditto.
4332         (nnfolder-save-mail): Ditto.
4333         (nnfolder-insert-newsgroup-line): Ditto.
4334
4335 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4336
4337         * qp.el (quoted-printable-encode-region): Check eobp.
4338
4339 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4340
4341         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4342
4343 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4344
4345         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4346         wait-for-reply.
4347
4348 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4349
4350         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4351         (mm-uu-forward-end-line): Ditto.
4352
4353 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4354
4355         * binhex.el (binhex-decode-region): don't consider the value of
4356         `enable-multibyte-characters' in XEmacs.
4357
4358         * gnus-start.el (gnus-read-descriptions-file): ditto.
4359
4360         * mm-util.el (mm-multibyte-p): ditto.
4361         (mm-with-unibyte-buffer): ditto.
4362         (mm-find-charset-region): use `mm-multibyte-p'.
4363
4364         * mm-bodies.el (mm-decode-body): ditto.
4365         (mm-decode-string): ditto.
4366
4367         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4368         `enable-multibyte-characters' in XEmacs.
4369
4370 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4371
4372         * mm-util.el (mm-binary-coding-system): Try binary first.
4373
4374 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4375
4376         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4377
4378 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4379
4380         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4381         format.
4382         (article-date-ut): Find correct insert position.
4383
4384 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4385
4386         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4387         forwarded message.
4388
4389 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4392         groups.
4393
4394         * message.el (message-resend): Use message mode when prompting.
4395
4396         * gnus-art.el (article-hide-headers): Mark wash.
4397         (article-emphasize): Ditto.
4398
4399 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4400
4401         * message.el (message-newline-and-reformat): Work for SC.
4402
4403 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4406
4407         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4408
4409 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4410
4411         * mm-decode.el mm-inline-override-types: New variable
4412
4413         * mm-decode.el (mm-inline-override-p): New function
4414
4415         * mm-decode.el (mm-inlined-p): Use it
4416
4417 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4418
4419         * mm-decode.el mm-inline-override-types: New variable
4420
4421         * mm-decode.el (mm-inline-override-p): New function
4422
4423         * mm-decode.el (mm-inlined-p): Use it
4424
4425 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4426
4427         * gnus.el: Pterodactyl Gnus v0.97 is released.
4428
4429 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4430
4431         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4432         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4433         3 args.
4434
4435 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4438         buffer for params.
4439
4440         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4441         line.
4442
4443         * message.el (message-forward-ignored-headers): New variable.
4444
4445         * gnus-art.el (gnus-article-prepare-display): Nix out
4446         gnus-article-wash-types.
4447
4448         * gnus-agent.el (gnus-agent-create-buffer): New function.
4449         (gnus-agent-fetch-group-1): Use it.
4450         (gnus-agent-start-fetch): Ditto.
4451
4452         * gnus-sum.el (gnus-summary-exit): Don't use
4453         `gnus-use-adaptive-scoring'.
4454
4455         * mail-source.el (mail-source-fetch-pop): Only store password when
4456         successful.
4457
4458         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4459
4460 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461
4462         * message.el (message-reply): Use it.
4463         (message-dont-reply-to-names): New variable.
4464
4465         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4466
4467         * mm-util.el (mm-preferred-coding-system): Typo fix.
4468
4469         * message.el (message-bounce): Work for non-MIME.
4470
4471         * gnus.el (gnus-short-group-name): Short the right parts of the
4472         name.
4473
4474 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4475
4476         * mm-encode.el (mm-qp-or-base64): New version.
4477
4478 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4479
4480         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4481
4482 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4483
4484         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4485         of restricted region.
4486         (gnus-mime-display-single): Set beg at correct point.
4487
4488 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4489
4490         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4491
4492 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4493
4494         * gnus-msg.el (gnus-configure-posting-styles): Let
4495         `gnus-posting-styles' have its say in posting-style: local
4496         variable `styles' is already bound to `gnus-posting-styles' so
4497         don't rebind it to nil.
4498
4499 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4500
4501         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4502         Message-ID.
4503
4504 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4505
4506         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4507         quoted-printable-encode-region.
4508
4509         * qp.el (quoted-printable-encode-region): Assume charset
4510         encoded. Fold every line in the region.
4511
4512 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4513
4514         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4515         of active file.
4516
4517 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4518
4519         * message.el (message-mode): allows whitespaces between multiple
4520         instances of the fill character ">".
4521
4522 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4523
4524         * mm-encode.el (mm-qp-or-base64): Fix.
4525
4526 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * message.el (message-send): Too much and.
4529
4530 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4531
4532         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4533
4534 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4535
4536         * gnus-score.el (gnus-score-headers): Work for nil scores.
4537
4538 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539
4540         * gnus-cache.el (gnus-cache-write-active): Write full names.
4541
4542         * gnus-util.el (gnus-write-active-file): Accept full name.
4543
4544         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4545         (mm-assoc-string-match): New function.
4546         (mm-display-inline): Use it.
4547
4548         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4549
4550         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4551
4552 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4553
4554         * mml.el (mml-generate-multipart-alist): New variable.
4555
4556 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4559
4560 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4561
4562         * message.el (message-send): More helpful error message if sending
4563         fails
4564
4565 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4566
4567         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4568         in newer emacsen, where ?r isn't equal 114.
4569
4570 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4571
4572         * gnus.el: Pterodactyl Gnus v0.96 is released.
4573
4574 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4575
4576         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4577         to get active info if method is covered by agent, otherwise
4578         active info is lost.
4579
4580 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4581
4582         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4583
4584 1999-08-09  Dave Love  <fx@gnu.org>
4585
4586         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4587
4588 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4589
4590         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4591           (already matched by "^X-Pgp"), removed duplicate
4592           X-Mailing-List, added several new junk headers.
4593
4594 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4595
4596         * gnus-art.el (article-decode-charset): Don't assume
4597         gnus-summary-buffer is live.
4598
4599 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4600
4601         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4602
4603 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4604
4605         * gnus-score.el (gnus-home-score-file): Work with absolute path
4606         names.
4607
4608 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4609
4610         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4611         nothing else in the group.
4612
4613 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4614
4615         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4616         the article.
4617
4618 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4619
4620         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4621
4622 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4623
4624         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4625         from mutt.
4626
4627 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4628
4629         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4630         whitespace.
4631
4632 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4633
4634         * mm-util.el (mm-text-coding-system-for-write): New variable.
4635         (mm-append-to-file): New function.
4636         (mm-write-region): New function.
4637
4638         * gnus-art.el (gnus-output-to-file): Use it.
4639         * gnus-util.el (gnus-output-to-rmail): Ditto.
4640         (gnus-output-to-mail): Ditto.
4641         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4642
4643 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4644
4645         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4646
4647         * nnheader.el (nnheader-insert-file-contents): Revert and use
4648         mm-insert-file-contents.
4649         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4650         (nnheader-auto-mode-alist): Removed.
4651
4652         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4653         (mm-insert-file-contents): Add a new parameter for inserting
4654         compressed file literally.
4655
4656         * mml.el (mml-generate-mime-1): Insert non-text literally.
4657
4658         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4659
4660 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4661
4662         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4663
4664 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4665
4666         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4667         koi8-r.
4668
4669 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4670
4671         * mml.el (mml-insert-mime): Decode text.
4672         (mml-to-mime): Narrow to headers-or-head.
4673
4674 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4675
4676         * mm-view.el (mm-inline-text): Check
4677         w3-meta-content-type-charset-regexp.
4678
4679 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4680
4681        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4682        predicate.
4683
4684 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4685
4686         * gnus-mlspl.el: Documentation fixes.
4687
4688 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4689
4690         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4691
4692 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4693
4694         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4695         variables.
4696
4697 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4698
4699         * nnmail.el (nnmail-get-new-mail): "Done".
4700
4701 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4704         interactive.
4705
4706 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4707
4708         * gnus-art.el (article-decode-charset): Fix broken CT.
4709
4710 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4711
4712         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4713         overview buffer if it is killed.
4714
4715 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4716
4717         * gnus-art.el (article-babel): New version.
4718
4719 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4720
4721         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4722
4723 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4724
4725         * gnus.texi (More Threading): Document new variable
4726         `gnus-sort-gathered-threads-function'.
4727
4728 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4729
4730         * gnus.texi (More Threading): Document new variable
4731         `gnus-sort-gathered-threads-function'.
4732
4733 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4734
4735         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4736         usage.
4737
4738 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4739
4740         * mm-util.el (mm-running-xemacs): Removed.
4741         (mm-coding-system-p): New function.
4742         (mm-binary-coding-system): Safe guess.
4743         (mm-text-coding-system): Ditto.
4744         (mm-auto-save-coding-system): Ditto.
4745
4746 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747
4748         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4749         (mm-qp-or-base64): Reversed logic.
4750
4751         * mm-decode.el (mm-save-part-to-file): Let coding system be
4752         binary.
4753
4754 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4755
4756         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4757         be set in topic parameters.
4758
4759 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4760
4761         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4762         (gnus-sort-gathered-threads): Allow the user to specify the
4763         function to use when sorting gathered threads.
4764
4765         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4766         mark cached articles as `undownloaded'.
4767
4768 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4769
4770         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4771         to have buffer local values.
4772
4773 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4774
4775         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4776         types 'g' for 'guess group type.
4777
4778 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4779
4780         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4781         after each regexp in nnmail-list-identifiers, not just after last
4782         one.
4783
4784         * gnus-sum.el (gnus-list-identifiers): New variable.
4785         (gnus-summary-remove-list-identifiers): New function.
4786         (gnus-select-newsgroup): Use it.
4787         (gnus-summary-wash-hide-map): Bind
4788         `gnus-article-hide-list-identifiers' to W W l.
4789         (gnus-summary-make-menu-bar): Add list-identifiers command.
4790
4791         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4792         (gnus-treatment-function-alist): Add variable.
4793         (article-hide-list-identifiers): New function.
4794         (mapcar): Add function.
4795         (gnus-article-hide): Use it.
4796
4797 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4798
4799         * gnus.el: Pterodactyl Gnus v0.95 is released.
4800
4801 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * mm-decode.el (mm-mailcap-command): New function.
4804         (mm-display-external): Use it.
4805
4806         * gnus-art.el (article-make-date-line): Work for India.
4807
4808         * mm-encode.el (mm-qp-or-base64): Typo.
4809
4810         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4811
4812 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4813
4814         * gnus.el: Pterodactyl Gnus v0.94 is released.
4815
4816 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4817
4818         * pop3.el: New version.
4819
4820 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * mm-encode.el (mm-qp-or-base64): New function.
4823         (mm-content-transfer-encoding): Use it.
4824
4825         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4826
4827 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4828
4829         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4830
4831         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4832
4833 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4836         keystroke.
4837
4838         * mailcap.el (mailcap-mime-types): New function.
4839
4840         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4841
4842         * message.el (message-goto-eoh): Really go to the end.
4843
4844 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4845
4846         * message.el (message-make-date): Do the right thing in with
4847         sub-hour time zones.
4848
4849 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4852         report.
4853
4854 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4855
4856         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4857
4858 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4859
4860         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4861         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4862         and use t as default value.
4863
4864 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4865
4866         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4867         gnus-summary-buffer is live.
4868
4869 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4870
4871         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4872
4873 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * message.el (message-bounce): Do MIME bounces MIMEy.
4876
4877         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4878
4879 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * mailcap.el (mailcap-mime-extensions): Changed patch to
4882         text/x-patch.
4883
4884         * mm-decode.el (mm-display-external): Wrong placement of paren.
4885
4886 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4887
4888         * gnus.el: Pterodactyl Gnus v0.93 is released.
4889
4890 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4891
4892         * gnus-cus.el (gnus-group-parameters): New entries for
4893         gnus-group-split.
4894
4895         * gnus-mlspl.el: Renamed functions and variables so as to
4896         start with gnus-group-split.
4897         * gnus.el: Adjust autoload entries.
4898
4899 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4900
4901         * gnus-mlspl.el: Removed trailing t from comment and provide.
4902         Renamed functions and variables to start with gnus-mlsplit.
4903         Added autoload comments.
4904         * gnus.el: Added autoload entries.
4905
4906 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4907
4908         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4909         so that matches excluded by RESTRICTs do not cause the whole split
4910         to be ignored.  This also fixes a long-standing bug in which a
4911         split with \N substitutions wouldn't cause cross-posting as
4912         expected.
4913
4914         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4915         (nnmail-split-it): Implement them.
4916
4917         * nnmail.el (nnmail-split-fancy): Document ! splits.
4918
4919 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4920
4921         * pop3.el: New version.
4922
4923 1999-07-05  Simon Josefsson
4924
4925         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4926
4927 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4930
4931 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4932
4933         * gnus-util.el (gnus-write-active-file): Use real name.
4934
4935         * gnus-agent.el (gnus-agent-expire): Update active file
4936         method by method.
4937
4938 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4939
4940         * nndraft.el (nndraft-request-article): Use difference
4941         coding-systems for queue and drafts.
4942
4943         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4944         nndraft:drafts.
4945
4946         * mm-util.el (mm-auto-save-coding-system): New coding system.
4947
4948         * message.el (message-draft-coding-system): Use it.
4949
4950 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4951
4952         * mm-uu.el: More customizable and less aggressive.
4953
4954 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4957         when plugged.
4958
4959         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4960         (mml-insert-mml-markup): Accept a nofile.
4961         (mml-insert-mime): Insert nofile.
4962
4963         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4964
4965         * mm-decode.el (mm-handle-media-type): New function.
4966         (mm-handle-media-supertype): New function.
4967         (mm-handle-media-subtype): New function.
4968         Use new functions throughout. "/"))
4969
4970 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-art.el (gnus-treat-predicate): Typo.
4973
4974 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4977
4978 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979
4980         * gnus-art.el (article-date-ut): UT!  Default it!
4981
4982 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4983
4984         * gnus.el: Pterodactyl Gnus v0.92 is released.
4985
4986 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4987
4988         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4989
4990 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4993         connected.
4994
4995         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4996         when plugged.
4997
4998         * mm-view.el (mm-inline-message): Ignore remove-spec.
4999
5000         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
5001         is bound.
5002
5003         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
5004
5005         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
5006
5007         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
5008         start.
5009
5010         * message.el (message-fill-yanked-message): Remove `t' arg.
5011
5012         * gnus-group.el (gnus-group-kill-group): Message killing of
5013         groups.
5014
5015         * mm-util.el (mm-preferred-coding-system): New function.
5016         (mm-mime-charset): Use it.
5017
5018         * mml.el (mml-generate-mime-1): Charset-encode message parts.
5019
5020 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
5021
5022         * gnus-mlsplt.el: New file.
5023
5024 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025
5026         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
5027         functions.
5028         (mm-attachment-override-p): Take a handle instead of a type.
5029         (mm-inlined-p): Ditto.
5030         (mm-automatic-display-p): Ditto,
5031         (mm-inlinable-p): Ditto.
5032
5033         * nndraft.el (nndraft-request-expire-articles): Delete backup
5034         files.
5035
5036         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
5037
5038         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
5039
5040 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
5041
5042         * nnmail.el (nnmail-split-it): Allow .*.
5043
5044 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * mm-decode.el (mm-inline-large-images-p): Renamed.
5047
5048         * gnus-art.el (article-date-ut): Always look in the current buffer
5049         for the Date header.
5050
5051         * mml.el (mml-validate): New command.
5052
5053         * mailcap.el (mailcap-possible-viewers): Revert to string-match
5054         since we are dealing with regexps.
5055
5056 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5057
5058         * gnus.el: Pterodactyl Gnus v0.91 is released.
5059
5060 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * gnus-agent.el (gnus-agent-save-active-1): New function.
5063         (gnus-agent-save-active): use it.
5064         (gnus-agent-save-groups): Ditto.
5065
5066         * gnus-cache.el (gnus-cache-write-active): Use it.
5067
5068         * gnus-agent.el (gnus-agent-write-active): Use it.
5069
5070         * gnus-util.el (gnus-write-active-file): New function.
5071
5072         * gnus-agent.el (gnus-agent-write-active): New function to keep
5073         lower boundaries and canceled groups.
5074         (gnus-agent-save-groups): Use it.
5075         (gnus-agent-save-active): Use it.
5076         (gnus-agent-save-group-info): Only write active files.
5077         (gnus-agent-expire): Update active file.
5078
5079         * mm-decode.el (mm-inlinable-part-p): Removed.
5080         (mm-user-display-methods): Default to nil.
5081         (mm-user-display-methods): Removed.
5082         (add-mime-display-method): Removed.
5083         (mm-automatic-display): Renamed.
5084         (mm-automatic-display-p): Use it.
5085         (mm-inlined-types): New variable.
5086         (mm-inlined-p): New function.
5087
5088         * message.el (message-reply): Bind message-this-is-mail.
5089
5090 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
5091
5092         * smiley.el (smiley-buffer): Fix for NT.
5093
5094 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
5097
5098         * message.el (message-check-news-header-syntax): Protect against
5099         nil froms.
5100
5101         * mm-util.el (mm-auto-mode-alist): New.
5102
5103         * mml.el (mml-generate-mime-1): Ditto.
5104
5105         * gnus.el: Use mm-insert-file-contents throughout instead of
5106         nnheader.
5107
5108         * mm-util.el (mm-insert-file-contents): New function.
5109
5110 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5111
5112         * gnus.el: Pterodactyl Gnus v0.90 is released.
5113
5114 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
5115
5116         * mailcap.el (mailcap-possible-viewers): Use string=.
5117
5118 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5119
5120         * mm-uu.el (mm-uu-forward-begin-line): New variable.
5121         (mm-uu-forward-end-line): New variable.
5122         (mm-uu-begin-line): Handle forwarded message.
5123         (mm-uu-identifier-alist): Ditto.
5124         (mm-uu-dissect): Ditto.
5125
5126 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5127
5128         * lpath.el: Two free variables.
5129
5130 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5133         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5134         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5135
5136         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5137         (nnfolder-file-coding-system-for-write): New variable.
5138         (nnfolder-active-file-coding-system): New variable.
5139         (nnfolder-active-file-coding-system-for-write): New variable.
5140         (nnfolder-save-active): New function.
5141         (nnfolder-save-buffer): Use them.
5142         (nnfolder-possibly-change-group): Ditto.
5143         (nnfolder-request-list-newsgroups): Ditto.
5144         (nnfolder-request-create-group): Ditto.
5145         (nnfolder-request-expire-articles): Ditto.
5146         (nnfolder-request-move-article): Ditto.
5147         (nnfolder-request-accept-article): Ditto.
5148         (nnfolder-request-delete-group): Ditto.
5149         (nnfolder-request-rename-group): Ditto.
5150         (nnfolder-possibly-change-folder): Ditto.
5151         (nnfolder-read-folder): Ditto.
5152         (nnfolder-request-list): Remove pathname-coding-system.
5153         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5154
5155         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5156         (nnmail-file-coding-system-1): Removed.
5157         (nnmail-find-file): Use nnmail-pathname-coding-system.
5158         (nnmail-write-region): Ditto.
5159
5160         * nnmbox.el (nnmbox-file-coding-system): New variable.
5161         (nnmbox-file-coding-system-for-write): New variable.
5162         (nnmbox-active-file-coding-system): New variable.
5163         (nnmbox-active-file-coding-system-for-write): New variable.
5164         (nnmbox-save-buffer): New function.
5165         (nnmbox-save-active): New function.
5166         (nnmbox-request-scan): Use them.
5167         (nnmbox-request-expire-articles): Ditto.
5168         (nnmbox-request-move-article): Ditto.
5169         (nnmbox-request-accept-article): Ditto.
5170         (nnmbox-request-replace-article): Ditto.
5171         (nnmbox-request-delete-group): Ditto.
5172         (nnmbox-request-rename-group): Ditto.
5173         (nnmbox-request-create-group): Ditto.
5174
5175         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5176         (mm-running-ntemacs): Removed.
5177
5178         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5179
5180 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5181
5182         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5183
5184 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5185
5186         * qp.el (quoted-printable-encoding-characters): Support lower case.
5187
5188 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5189
5190         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5191         (rfc2047-b-encode-region): Encode line by line.
5192
5193 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * mm-util.el (mm-find-mime-charset-region): Fix.
5196
5197 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5198
5199         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5200         (mm-find-mime-charset-region): Ditto.
5201
5202 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5203
5204         * gnus-sum.el (gnus-summary-move-article): Fix something or
5205         other.
5206
5207 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5208
5209         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5210         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5211         (gnus-summary-enter-digest-group): Use them.
5212         (gnus-summary-setup-default-charset): Ditto.
5213
5214 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5215
5216         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5217
5218 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5219
5220         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5221           gnus-newsgroup-name is nil.
5222
5223 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5224
5225         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5226
5227 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5228
5229         * gnus-art.el (article-emphasize): Use correct
5230         gnus-article-emphasis-alist.
5231
5232 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5233
5234         * mm-view.el (mm-inline-text): Fix text/html bug.
5235
5236 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5237
5238         * gnus.el: Pterodactyl Gnus v0.89 is released.
5239
5240 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5241
5242         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5243         * message.el (message-draft-coding-system): Ditto.
5244         * mm-util.el (mm-running-ntemacs): Ditto.
5245
5246 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5247
5248         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5249         cause problem.
5250
5251 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5252
5253         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5254
5255 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5256
5257         * mml.el: require mm-decode.
5258
5259 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5260
5261         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5262
5263 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5264
5265         * mm-view.el (mm-inline-image): Fix image undisplayer.
5266
5267 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5268
5269         * mml.el (mml-insert-multipart): Error in compeling-read.
5270         (mml-insert-tag): Match tags.
5271
5272 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5273
5274         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5275         (gnus-cache-braid-heads): Ditto.
5276         (gnus-cache-retrieve-headers): Ditto.
5277
5278 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5279
5280         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5281
5282 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5285         to string under XEmacs.
5286
5287 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5288
5289         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5290
5291 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5292
5293         * mm-view.el (mm-inline-message): Fix message view bug.
5294         * gnus-art.el (gnus-article-prepare): Ditto.
5295
5296 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5297
5298         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5299
5300 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5301
5302         * gnus.el: Pterodactyl Gnus v0.88 is released.
5303
5304 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305
5306         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5307         usage.
5308
5309         * nnmail.el (nnmail-get-new-mail): Save info.
5310
5311 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5312
5313         * gnus.el: Pterodactyl Gnus v0.87 is released.
5314
5315 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316
5317         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5318         (mail-source-run-script): New function.
5319         (mail-source-fetch-pop): Use it.
5320
5321 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5324
5325 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5326
5327         * gnus.el: Pterodactyl Gnus v0.86 is released.
5328
5329 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * gnus-art.el (gnus-treat-translate): New variable.
5332         (gnus-treat-predicate): Accept a list of regexps.
5333         (gnus-article-treat-custom): Allow a list of regexps.
5334
5335 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5336
5337         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5338         type.
5339
5340 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5341
5342         * gnus-art.el (article-babel): Narrow a bit.
5343
5344         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5345
5346 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5347
5348         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5349         only unread ones.
5350         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5351         articles, not only unread ones.
5352
5353 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5354
5355         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5356         keystroke.
5357
5358         * gnus-art.el (gnus-article-x-face-command): Ditto.
5359
5360         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5361
5362         * gnus.el (gnus-method-simplify): Accept server names.
5363
5364 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5365
5366         * gnus-art.el (article-babel-prompt): New function.
5367         (article-babel): New command.
5368
5369 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5372
5373         * mml.el (mml-generate-mime-1): Don't insert literally.
5374
5375         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5376         (gnus-netrc-syntax-table): Removed.
5377         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5378
5379 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5380
5381         * mm-view.el (mm-inline-text): Fix charset for text/html.
5382
5383 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5384
5385         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5386
5387 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5388
5389         * nnmail.el (nnmail-split-incoming): Return the number of split
5390         mails.
5391         (nnmail-process-babyl-mail-format): Ditto.
5392         (nnmail-process-unix-mail-format): Ditto.
5393         (nnmail-process-mmdf-mail-format): Ditto.
5394         (nnmail-process-maildir-mail-format): Ditto.
5395
5396         * mail-source.el (mail-source-callback): Return the number from
5397         the callback.
5398
5399         * message.el (message-send-mail): Generate Lines.
5400
5401         * mail-source.el (mail-source-call-script): New function.
5402         (mail-source-call-script): New function.
5403
5404 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5405
5406         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5407         (gnus-select-newsgroup): Use it.
5408         (gnus-group-highlight-words-alist): New variable.
5409         (gnus-newsgroup-emphasis-alist): New variable.
5410         (gnus-summary-local-variables):  Use it.
5411         * lpath.el: Use it.
5412         * gnus-art.el (article-emphasize): Use it.
5413         (gnus-emphasis-highlight-words): New face.
5414         * gnus-cus.el (gnus-group-parameters): New parameter.
5415
5416 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5417
5418         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5419         parameter `headers'.
5420         (gnus-cache-enter-article): Ditto.
5421         (gnus-cache-update-article): Ditto.
5422         * gnus-sum.el (gnus-summary-move-article): Ditto.
5423         (gnus-summary-mark-article-as-unread): Ditto.
5424         (gnus-summary-mark-article): Ditto.
5425
5426 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5429         (gnus-posting-style-alist): Removed.
5430         (gnus-message-style-insertions): Ditto.
5431         (gnus-configure-posting-styles): Reimplementation.
5432
5433         * mail-source.el (mail-source-fetch): Error the message.
5434
5435         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5436
5437 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5438
5439         * gnus.el: Pterodactyl Gnus v0.85 is released.
5440
5441 1999-04-20  Michael Cook  <cook@sightpath.com>
5442
5443         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5444           Outlook citation regex.
5445
5446 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5447
5448         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5449         semicolon.
5450
5451 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5452
5453         * gnus-range.el (gnus-remove-from-range): Document range1
5454         modification, protect range2.
5455
5456 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5457
5458         * gnus-sum.el (gnus-update-marks): Protect lists from
5459         gnus-remove-from-range, don't sort twice.
5460
5461 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5462
5463         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5464         function in backend.
5465
5466 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5467
5468         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5469         request-accept-article function in the backend instead of using
5470         the 'respool capability.
5471
5472 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5473
5474         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5475         spurious whitespace at eob.
5476
5477 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5478
5479         * nnmail.el (nnmail-get-new-mail): Check right variable.
5480
5481 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5482
5483         * mailcap.el (mailcap-mime-data): Fix rfc822.
5484
5485 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5486
5487         * nndoc.el (nndoc-nsmail-type-p): New function.
5488         (nndoc-type-alist): Recognize nsmail.
5489
5490 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5491
5492         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5493         *before* `article-hide-headers' deletes the information.
5494
5495 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * gnus-sum.el (gnus-summary-save-parts): New command and
5498         keystroke.
5499         (gnus-summary-save-parts-1): New function.
5500         (gnus-summary-iterate): Buggy.
5501
5502         * mm-decode.el (mm-save-part-to-file): Made into own function.
5503
5504 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505
5506         * gnus-group.el (gnus-group-set-info): Resist nils.
5507
5508 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * mailcap.el (mailcap-mime-data): Ditto.
5511
5512         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5513
5514         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5515
5516 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5517
5518         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5519         gnus-article-date-lapsed-new-header is t.
5520
5521 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5522
5523         * gnus.el: Pterodactyl Gnus v0.84 is released.
5524
5525 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526
5527         * gnus-msg.el (gnus-bug-message): Mime change.
5528
5529 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5530
5531         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5532
5533 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5534
5535         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5536         `x-uue'.
5537
5538 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5539
5540         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5541         when authentication is 'password.
5542
5543 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5544
5545         * gnus-win.el (gnus-configure-windows): Accept a setting.
5546
5547 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * mm-util.el (mm-quote-arg): Moved here.
5550
5551         * mm-decode.el (mm-quote-arg): Quote more chars.
5552
5553 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5554
5555         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5556         with newlines would create buggy .nov files.
5557
5558         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5559
5560         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5561         end of lines.
5562
5563         * message.el (message-mode): Doc fix.
5564
5565         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5566
5567         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5568
5569         * gnus-art.el (article-date-ut): Rewrite.
5570
5571         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5572         order.
5573
5574         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5575         headers.
5576
5577         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5578
5579 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5580
5581         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5582         (article-date-ut): use it.
5583
5584 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5585
5586         * mail-source.el (mail-source-fetch-pop): Call script
5587         asynchronously.
5588
5589 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5590
5591         * gnus.el: Pterodactyl Gnus v0.83 is released.
5592
5593 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5596
5597         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5598
5599         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5600
5601         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5602
5603         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5604
5605         * message.el (message-generate-headers): Accept continuation
5606         headers.
5607
5608 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5609
5610         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5611
5612 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * gnus-art.el (gnus-treatment-function-alist): use
5615         maybe-hide-headers.
5616
5617         * message.el (message-inhibit-body-encoding): Typo.
5618         (message-resend): Inhibit encoding.
5619
5620         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5621
5622         * gnus-art.el (article-remove-cr): Use re-search.
5623
5624         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5625         headers.
5626
5627         * mm-decode.el (mm-quote-arg): Quote '.
5628
5629         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5630
5631         * mm-decode.el (mm-insert-part): Use multibyte for text.
5632
5633         * gnus-start.el (gnus-read-newsrc-file): New variable.
5634         (gnus-read-newsrc-file): Use it.
5635
5636 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5637
5638         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5639
5640         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5641         function.
5642
5643 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5644
5645         * gnus.el: Pterodactyl Gnus v0.82 is released.
5646
5647 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5648
5649         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5650         for iso8859-2.
5651
5652 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5653
5654         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5655         synonym alist.
5656
5657 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5658
5659         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5660
5661 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5662
5663         * mail-source.el (mail-source-fetch): Ask before bugging out.
5664
5665 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5666
5667         * uudecode.el (uudecode-decode-region-external): Don't assume
5668         uudecode-temporary-file-directory ends with a slash.
5669
5670 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5671
5672         * gnus-sum.el (gnus-update-marks):
5673         (gnus-update-read-articles):
5674         (gnus-summary-expire-articles): Check server.
5675
5676 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5677
5678         * mml.el (mml-preview): New function.
5679
5680 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5681
5682         * mail-source.el (mail-source-fetch-file): Return the right
5683         value.
5684
5685 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * mml.el (mml-insert-parameter): New function.
5688         (mml-insert-parameter-string): New function.
5689
5690         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5691
5692         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5693         (gnus-mime-display-part): Use it.
5694
5695         * mm-decode.el (mm-alternative-precedence): Removed.
5696         (mm-discouraged-alternatives): New variable.
5697         (mm-preferred-alternative-precedence): New function.
5698
5699         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5700
5701         * mail-source.el (mail-sources): New variable.
5702
5703         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5704
5705         * mm-decode.el (mm-valid-image-format-p): New function.
5706         (mm-inline-media-tests): Use it.
5707         (mm-valid-and-fit-image-p): New function.
5708
5709         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5710         (gnus-agent-fetch-group): Ditto.
5711
5712 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5713
5714         * nnmail.el (nnmail-article-group): in case of a group name
5715         containing "\\n" constructs, be sure to pass the expanded value to
5716         nn*-save-mail.
5717
5718 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5719
5720         * gnus.el: Pterodactyl Gnus v0.81 is released.
5721
5722 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5723
5724         * gnus-sum.el (gnus-get-split-value): Reverse result.
5725
5726 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5729
5730 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * mml.el (mml-insert-tag): Insert concluding part.
5733
5734         * message.el (message-send-mail): Encode later.
5735         (message-send-news): Ditto.
5736
5737         * nnfolder.el: Don't use mail delim.
5738
5739 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5740
5741         * gnus-cus.el (gnus-group-customize): Put point at min.
5742
5743         * mm-view.el (mm-inline-text): Allow toggling html.
5744
5745 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5746
5747         * mail-source.el: Added prescript and postscript to file.
5748
5749 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750
5751         * nnmail.el: Reverted.
5752
5753         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5754         (gnus-setup-posting-charset): Did work.
5755
5756 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5757
5758         * gnus.el (gnus-short-group-name): Use
5759         gnus-group-uncollapsed-levels.
5760
5761 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5762
5763         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5764
5765 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5768         (article-strip-headers-from-body): New command and keystroke.
5769
5770 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5773
5774         * nnheader.el (nnheader-insert-file-contents): Bind
5775         enable-local-eval to nil.
5776         (nnheader-find-file-noselect): Ditto.
5777
5778         * nnmail.el (nnmail-article-group): Don't remove long lines.
5779         (nnmail-remove-long-lines): New function.
5780         (nnmail-split-header-length-limit): Removed.
5781
5782         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5783
5784         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5785
5786 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * gnus-sum.el (gnus-summary-generic-mark): New function.
5789
5790         * nnmail.el (nnmail-split-header-length-limit): Increased.
5791         (nnmail-article-group): Allow nil.
5792
5793         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5794
5795         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5796         first.
5797
5798         * mml.el (mml-minibuffer-read-type): Include types from
5799         mailcap-mime-data.
5800
5801         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5802
5803 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5804
5805         * mml.el (mml-insert-tag): New function.
5806         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5807         confusion with functions like `mml-read-tag'.
5808         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5809         (mml-minibuffer-read-description): Ditto with
5810         `mml-minibuffer-read-description'.
5811         (mml-attach-buffer): New function.
5812         (mml-mode-map): New entry for /.
5813         (mml-minibuffer-read-type): Accept DEFAULT.
5814
5815         * mml.el (mml-quote-region): Narrow the region.
5816
5817         * message.el (message-mode-menu): message-mime-attach-file is now
5818         mml-attach-file.
5819
5820 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5823
5824 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5825
5826         * mml.el (mml-attach-buffer): New command.
5827
5828 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5829
5830         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5831         with a proper range. Compress range.
5832
5833         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5834
5835 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5838
5839 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5842         (gnus-picons-convert-x-face): Removed.
5843         (gnus-picons-article-display-x-face): Removed.
5844         (gnus-picons-x-face-sentinel): Ditto.
5845         (gnus-picons-display-x-face): Ditto.
5846
5847 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5848
5849         * gnus.el: Pterodactyl Gnus v0.80 is released.
5850
5851 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852
5853         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5854
5855         * gnus-sum.el (gnus-with-article): Moved here.
5856
5857         * mail-source.el (mail-source-fetch-pop): Ask for password even
5858         when program.
5859
5860 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5861
5862         * gnus-msg.el (gnus-bug): Add description.
5863
5864         * mml.el (mml-insert-mml-markup): Insert disposition.
5865
5866         * message.el (message-send-mail): Always encode mail headers.
5867
5868         * smiley.el (gnus-smiley-display): Goto body.
5869
5870 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5871
5872         * smiley.el (gnus-smiley-display): Don't search to blank line.
5873
5874 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875
5876         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5877         when requested.
5878
5879         * nnmail.el (nnmail-current-spool): Removed.
5880
5881         * gnus-salt.el (gnus-tree-inhibit): New varible.
5882
5883         * gnus.el (mm-util): Required.
5884
5885 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5886
5887         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5888
5889 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5890
5891         * mail-source.el (mail-source-bind): Doc fix.
5892
5893 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894
5895         * message.el (message-mode): Doc fix.
5896
5897         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5898         encoding.
5899
5900         * gnus.el (gnus-methods-equal-p): Moved here.
5901
5902         * mail-source.el: pop at 110.
5903
5904         * pop3.el (pop3-movemail): Use write-region instead of
5905         append-to-file to avoid excessive messaging.
5906
5907 1999-02-27  lantz moore  <lmoore@contigo.com>
5908
5909         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5910         type directory.
5911
5912 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5913
5914         * gnus-art.el (article-hide-boring-headers): Field names must not
5915         contain whitespace.
5916
5917 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5918
5919         * gnus.el: Pterodactyl Gnus v0.79 is released.
5920
5921 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5924
5925         * mml.el (mml-mode): Don't use add-minor-mode.
5926
5927         * message.el (messgage-inhibit-body-encoding): New variable.
5928         (message-encode-message-body): Use it.
5929
5930 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5931
5932         * gnus.el: Pterodactyl Gnus v0.78 is released.
5933
5934 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * message.el (message-mode): Switch on MML mode.
5937
5938         * mml.el: Included commands and functions.
5939         (mml-mode-map): New keymap.
5940
5941         * message.el: Removed the insertion commands and functions.
5942
5943         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5944
5945         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5946         keystroke.
5947
5948         * gnus-art.el (gnus-narrow-to-page): Revert.
5949
5950         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5951         (gnus-cite-parse-maybe): Always reparse.
5952
5953         * message.el (message-encode-message-body): Don't insert
5954         "multipart warning".
5955
5956         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5957
5958 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5959
5960         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5961
5962         * nnmail.el: Require mm-util.
5963
5964 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5965
5966         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5967         group.
5968
5969 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5970
5971         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5972
5973 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5974
5975         * gnus-msg.el (gnus-extended-version): Better regexp.
5976
5977 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5978
5979         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5980         is called with the result of SPLIT and should return a new split.
5981
5982         * gnus.texi: update the doc.
5983
5984 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5985
5986         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5987         displayed in the article buffer, output bars if
5988         `gnus-picons-display-article-move-p'.
5989
5990 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5991
5992         * mail-source.el (mail-source-fetch-pop): Typo.
5993
5994 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5997
5998 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5999
6000         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
6001
6002 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6003
6004         * mml.el (mml-insert-buffer): New function.
6005
6006         * message.el (message-forward): Insert the buffer in the buffer.
6007
6008 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6009
6010         * mm-view.el (mm-inline-message): Insert part in narrowed region.
6011
6012 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6013
6014         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
6015
6016 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6017
6018         * gnus.el: Pterodactyl Gnus v0.77 is released.
6019
6020 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * gnus-art.el (gnus-displaying-mime): New variable.
6023         (article-narrow-to-head): New function.
6024
6025         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
6026         Default to pop instead of pop3.
6027
6028 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * gnus-art.el (article-hide-pgp): Goto body.
6031
6032         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
6033
6034         * gnus-cite.el: Don't use goto-line.
6035
6036         * gnus-art.el (gnus-article-treat-html): Removed.
6037         (gnus-treat-article): Save restriction.
6038
6039 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6040
6041         * message.el (message-send-mail): Don't untabify.
6042         (message-mode): Don't use tabs for indentation.
6043
6044 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045
6046         * message.el (message-send-mail): Don't untabify.
6047
6048         * nnml.el (nnml-save-mail): Typo fix.
6049
6050 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6051
6052         * message.el (message-cite-function): Add
6053         `message-cite-original-without-signature' customization option.
6054
6055 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
6056
6057         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
6058         `nnmail-prepare-incoming-header-hook'.
6059
6060 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
6061
6062         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
6063
6064 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
6067
6068 1999-02-18  Michael Cook  <cook@sightpath.com>
6069
6070         * Recognize Microsoft Outlook's cite attribution conventions.
6071
6072 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
6073
6074         * gnus-sum.el: Bind M.
6075
6076 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
6077
6078         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
6079
6080 1999-02-15  Didier Verna  <verna@inf.enst.fr>
6081
6082         * gnus-picon.el (gnus-group-display-picons): ensures that
6083         `article-goto-body' really goes to the article body.
6084
6085 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6086
6087         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
6088
6089         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
6090
6091         * mm-view.el (mm-view-message): Enable multibyte.
6092
6093 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * nnmail.el (nnmail-get-new-mail): Message later.
6096
6097         * mm-util.el (mm-find-charset-region): Revert to checking
6098         multibyte.
6099
6100 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
6101
6102       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
6103       attachment.
6104
6105 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6106
6107         * gnus.el: Pterodactyl Gnus v0.76 is released.
6108
6109 1999-02-06  Felix Lee  <flee@cygnus.com>
6110
6111         * gnus.el (gnus-group-change-level-function): Typo.
6112
6113 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114
6115         * gnus-sum.el (gnus-nov-skip-field): Removed.
6116         (gnus-nov-field): Ditto.
6117         (gnus-nov-parse-extra): Ditto.
6118         (gnus-nov-read-integer): Ditto.
6119
6120 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * nnheader.el (nnheader-nov-read-message-id): New macro.
6123         (nnheader-parse-nov): Use it.
6124
6125         * gnus-sum.el (gnus-nov-read-message-id): New macro.
6126         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
6127         `(eq (char-after) ?\n)'.
6128
6129 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * gnus.el (gnus-other-frame): Always pop up a new frame.
6132
6133 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6134
6135         * gnus-range.el (gnus-range-add): Rewrite.
6136
6137 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6138
6139         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6140         format.
6141         (nnmail-process-maildir-mail-format): New function.
6142
6143         * mail-source.el (mail-source-fetch-maildir): New function.
6144         (mail-source-keyword-map): Add default for maildir method.
6145         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6146
6147 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6150
6151         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6152         (nndoc-mime-digest-type-p): Removed.
6153
6154 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6157         where it is supposed to be.
6158         (gnus-treat-play-sounds): New variable.
6159
6160         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6161
6162         * gnus-art.el (article-display-x-face): Narrow to head.
6163         (gnus-article-washed-types): New variable.
6164         (article-hide-pgp): Is not a toggle.
6165         (gnus-article-hide-text-type): Save types.
6166         (article-decode-charset): Use it.
6167
6168         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6169
6170         * message.el (message-forward-start-separator): Removed.
6171         (message-forward-end-separator): Removed.
6172         (message-signature-before-forwarded-message): Removed.
6173         (message-included-forward-headers): Removed.
6174         (message-check-news-body-syntax): Don't check forward.
6175         (message-forward): Use MIME.
6176
6177         * nnvirtual.el (nnvirtual-request-article): Bind
6178         gnus-article-decode-hook to nil.
6179
6180 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6183         us-ascii.
6184
6185 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6186
6187         * format-spec.el (format-spec): Be more robust.
6188
6189         * message.el (message-encode-message-body): Default
6190         mail-parse-charset to mail-parse-charset.
6191
6192         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6193         (gnus-summary-edit-article): Bind mail-parse-charset.
6194
6195         * mml.el (mml-read-tag): Ignore white space after end of tag.
6196
6197         * message.el (message-goto-body): Also work in separatorless
6198         articles.
6199
6200         * mml.el (mml-translate-from-mime): New function.
6201         (mml-insert-mime): Ditto.
6202         (mml-to-mime): New function.
6203         (mime-to-mml): New name.
6204
6205         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6206         article.
6207
6208         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6209
6210         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6211         special-case nndraft groups.
6212
6213 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214
6215         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6216         (gnus-get-newsgroup-headers): Already bound.
6217
6218         * message.el (message-encode-message-body): Use posting charset.
6219
6220         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6221         (mm-body-encoding): Do CTE.
6222         (mm-body-7-or-8): New function.
6223
6224         * mm-util.el (mm-mime-charset): Always fall back on alist.
6225         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6226         (mm-mime-mule-charset-alist): Add arabic-*-column.
6227         (mm-find-mime-charset-region): New function.
6228
6229         * format-spec.el (format-spec-make): New function.
6230
6231         * mail-source.el (format-spec): Required.
6232         (mail-source-fetch-with-program): Removed.
6233         (mail-source-fetch-with-program): New function.
6234
6235         * format-spec.el: New file.
6236
6237 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6238
6239         * mail-source.el (mail-source-fetch-with-program): Take optional
6240         parameter.
6241
6242 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * gnus-start.el: Ignore some groups.
6245         (gnus-setup-news): Bind nnmail-fetched-sources.
6246
6247         * message.el (message-send-mail): Remove all tabs.
6248
6249         * mm-util.el (mm-find-charset-region): Just check whether
6250         find-charset-region is defined.
6251
6252 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * gnus-group.el (gnus-group-get-new-news): Use
6255         nnmail-fetched-sources.
6256
6257         * nnmail.el (nnmail-fetched-sources): New variable.
6258         (nnmail-get-new-mail): Use it.
6259
6260         * mail-source.el (mail-source-fetched-sources): New variable.
6261         (mail-source-fetch): Use it.
6262
6263 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6264
6265         * gnus.el (gnus-getenv-nntpserver): if the file that
6266         gnus-nntpserver-file names has a trailing newline, the
6267         string-match will always match, and thus the file will never be
6268         read.  (^ matches start of "line", \\` matches start of "buffer",
6269         which is what was intended...)
6270
6271 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6272
6273         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6274
6275 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6278         select methods.
6279
6280 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6281
6282         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6283
6284 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6285
6286         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6287
6288 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6289
6290         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6291         a typo.
6292         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6293         charset to nil.
6294         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6295         * gnus-start.el (gnus-start-draft-setup): Ditto.
6296
6297 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6300         (mail-source-value): Don't do variables.
6301
6302         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6303
6304         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6305
6306 1999-02-01  Michael Cook  <cook@sightpath.com>
6307
6308         * Defenestrate spurious ?a.
6309
6310 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6311
6312         * mail-source.el (mail-source-fetch-pop): Instead use
6313         :authentication.
6314
6315 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6316
6317         * lisp/mail-source.el : Support APOP authentication scheme.
6318
6319 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6320
6321         * pop3.el (pop3-movemail): Return t.
6322
6323 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6324
6325         * rfc2047.el (rfc2047-fold-region): New function.
6326         (rfc2047-encode-message-header): Use it.
6327
6328 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6329
6330         * gnus-sum.el (gnus-group-charset-alist): Add more.
6331
6332 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6333
6334         * gnus.el: Pterodactyl Gnus v0.75 is released.
6335
6336 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6337
6338         * gnus-art.el (article-display-x-face): Don't narrow to head.
6339
6340 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6341
6342         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6343
6344 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6345
6346         * mail-source.el (mail-source-fetch-directory): Ignore
6347         directories.
6348
6349         * gnus-cus.el (gnus-group-parameters): Addition.
6350
6351         * gnus-art.el (article-strip-banner): Do symbolic banners.
6352         (article-strip-banner): New keystroke.
6353
6354 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6355
6356         * gnus-art.el (article-strip-banner): New command.
6357
6358 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359
6360         * gnus-art.el (gnus-treat-strip-banners): New variable.
6361
6362 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6365         has been exist.
6366
6367 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6368
6369         * message.el (message-draft-coding-system): Check coding-system.
6370         * mm-util.el (mm-text-coding-system): Ditto.
6371
6372 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * mail-source.el (mail-source-fetch-pop): Save excursion.
6375
6376 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * mail-source.el (mail-source-movemail-args): Not constant.
6379         (mail-source-movemail-args): Removed.
6380         (mail-source-fetch-with-program): New function.
6381         (mail-source-fetch-pop): Use program and function.
6382         (mail-source-movemail-program): Removed.
6383
6384         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6385         (gnus-treat-date-user-defined): New variable.
6386
6387 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6388
6389         * nnmail.el (nnmail-fix-eudora-headers): New function.
6390
6391 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6392
6393         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6394
6395 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396
6397         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6398         (smiley-nosey-regexp-alist): Ditto.
6399
6400         * gnus-art.el (gnus-treatment-function-alist): Do
6401         gnus-article-add-buttons-to-head later.
6402         (gnus-treat-capitalize-sentences): New variable.
6403         (article-capitalize-sentences): New command and keystroke.
6404
6405         * gnus-group.el (gnus-group-catchup-current): Do group.
6406
6407         * message.el (message-default-charset): Add group.
6408
6409 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6410
6411         * gnus.el: Pterodactyl Gnus v0.74 is released.
6412
6413 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414
6415         * gnus-art.el (article-fill-long-lines): Renamed.
6416         (article-fill-long-lines): New keystroke.
6417
6418 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6419
6420         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6421
6422         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6423         displayed.
6424         (gnus-group-catchup-current): Be more robus.
6425
6426         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6427         headers.
6428
6429 1999-01-25  Dave Love  <fx@gnu.org>
6430
6431         * message.el (message-mode-menu): Add message-mime-attach-file.
6432         (message-mode): Doc fix.
6433
6434 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435
6436         * nnmail.el (nnmail-check-duplication): Insert the mail source
6437         string.
6438
6439         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6440         (mail-source-fetch-directory): Ditto.
6441         (mail-source-fetch-file): Ditto.
6442         (mail-source-string): New variable.
6443
6444         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6445         the level.
6446
6447         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6448         before handling.
6449
6450         * mm-util.el (mm-mime-charset): Use the parameters.
6451         (mm-mime-charset): Removed region paremeters.
6452
6453         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6454         source.
6455
6456 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6457
6458         * nnmail.el (nnmail-get-split-group): Quote right.
6459
6460 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6461
6462         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6463         buffer.
6464
6465 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6468         (gnus-group-mode): Don't hook.
6469
6470         * mail-source.el (mail-source-bind): Doc fix.
6471         (mail-source-bind): Take only one param.
6472
6473         * gnus-art.el (gnus-treat-highlight-signature): typep.
6474
6475         * mail-source.el (mail-source-movemail): Ignore empty file.
6476         (mail-source-callback): Check before deleting.
6477
6478         * message.el (message-mime-attach-file): Include name.
6479
6480 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6481
6482         * mm-util.el (mm-read-charset): Return a symbol.
6483
6484         * mm-view.el (mm-inline-text): Insert signature separator.
6485
6486         * gnus-art.el (gnus-treat-predicate): New function.
6487         (gnus-treat-article): Allow all types to be checked.
6488
6489         * gnus-util.el (gnus-or): New function.
6490         (gnus-and): Ditto.
6491
6492         * gnus-art.el (gnus-mime-display-single): Use override.
6493
6494         * mm-decode.el (mm-attachment-override-types): New variable.
6495         (mm-attachment-override-p): New function.
6496
6497         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6498
6499 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6500
6501         * mm-view.el (mm-inline-text): Do vcards.
6502
6503 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6504
6505         * gnus.el: Pterodactyl Gnus v0.73 is released.
6506
6507 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6508
6509         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6510         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6511         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6512         (nnmail-movemail-program): Removed.
6513         (nnmail-movemail-args): Removed.
6514         (nnmail-pop-password-required): Ditto.
6515         (nnmail-tmp-directory): Ditto.
6516         (nnmail-delete-incoming): Removed.
6517         (nnmail-pop-password, nnmail-moved-inboxes,
6518         nnmail-internal-password, nnmail-move-inbox): Removed.
6519         (nnmail-read-passwd): Ditto.
6520         (nnmail-get-spool-files): Removed.
6521         (nnmail-resplit-incoming): Reinstated.
6522
6523         * mail-source.el: New file.
6524
6525 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6526
6527         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6528
6529 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6532
6533 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6536
6537         * gnus-picon.el (gnus-group-display-picons): Goto body.
6538
6539         * gnus.el: Indented all functions; broke long lines; changed all
6540         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6541
6542 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6543
6544         * gnus.el: Pterodactyl Gnus v0.72 is released.
6545
6546 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * gnus.el: Cleaned up trailing whitespace.
6549
6550         * mm-util.el (mm-read-charset): Work.
6551
6552 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6553
6554         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6555         nnheader-translate-file-chars'd group name.
6556
6557 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6558
6559         * message.el (message-encode-message-body): Fold case.
6560
6561 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6562
6563         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6564
6565 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6566
6567         * mailcap.el (mailcap-add): New function.
6568
6569 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570
6571         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6572         (article-goto-body): Use it.
6573         (gnus-treat-article): Ditto.
6574
6575         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6576         downloaded articles from the downloadeble list.
6577
6578 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6579
6580         * message.el (message-encode-message-body): Bind
6581         mail-parse-charset.
6582
6583         * mm-util.el (mm-charset-synonym-alist): New variable.
6584         (mm-charset-to-coding-system): Use it.
6585         (mm-charset-coding-system-alist): Removed.
6586         (mm-charset-to-coding-system): Don't use it.
6587         (mm-find-charset-region): Use mail-parse-charset.
6588
6589         * gnus-art.el (gnus-treatment-function-alist): Use
6590         gnus-article-display-picons.
6591         (gnus-treat-display-xface): Only do if we have xface feature.
6592         (gnus-part-display-hook): New function.
6593         (gnus-treat-article): Use it.
6594         (gnus-treat-article): Use gnus-visual.
6595
6596         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6597
6598         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6599         displaying.
6600
6601         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6602
6603         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6604         regexp file names.
6605
6606 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6607
6608         * gnus.el: Pterodactyl Gnus v0.71 is released.
6609
6610 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * mm-view.el (mm-inline-image): Don't add a dot.
6613
6614         * gnus-art.el (gnus-treat-article): New function.
6615
6616         * gnus.el (gnus-article-display-hook): Removed.
6617
6618         * gnus-art.el (gnus-article-treat-custom): New variable.
6619
6620         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6621
6622         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6623         functions.
6624
6625         * message.el (message-posting-charset): New variable.
6626         (message-send-mail): Use it.
6627
6628         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6629         (gnus-setup-posting-charset): New function.
6630         (gnus-setup-message): Use it.
6631
6632         * message.el (message-encode-message-body): Just look for
6633         Content-Type before inserting a new one.
6634
6635 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6636
6637         * rfc2047.el (rfc2047-default-charset): Removed.
6638
6639         * mail-prsvr.el: New file.
6640         (mail-parse-charset): New variable.
6641
6642         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6643         Changed name.
6644
6645         * gnus.el (gnus-charset): New group.
6646
6647         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6648
6649         * gnus-sum.el (gnus-default-charset): Default to nil.
6650         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6651         (gnus-newsgroup-iso-8859-1-forced): Removed.
6652
6653         * mm-util.el (mm-known-charsets): Removed.
6654         (mm-default-coding-system): Removed.
6655         (mm-default-charset): Removed.
6656         (mm-read-charset): New function.
6657
6658         * message.el (message-default-charset): Removed.
6659
6660         * rfc2047.el (rfc2047-default-charset): Default to nil.
6661
6662         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6663
6664 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6665
6666         * gnus.el: Pterodactyl Gnus v0.70 is released.
6667
6668 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669
6670         * mm-decode.el (mm-save-part): Use mm-get-part.
6671         (mm-insert-part): New function.
6672         (mm-get-part): Use it.
6673         (mm-get-image): Ditto.
6674         (mm-display-external): Ditto.
6675
6676         * mm-view.el (mm-inline-text): Ditto.
6677
6678         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6679         ranges.
6680
6681         * mm-decode.el (mm-display-external): Save the buffer.
6682         (mm-remove-part): Kill it.
6683
6684         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6685
6686         * nnagent.el (nnagent-request-set-mark): Defined stub.
6687
6688 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * gnus-score.el (gnus-score-load-score-alist): Bind
6691         coding-system-for-read.
6692
6693         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6694         prepare-exit-hook.
6695
6696         * mm-view.el (mm-setup-w3): Require w3.
6697
6698 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6699
6700         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6701         body.
6702
6703 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704
6705         * mm-encode.el: Ditto.
6706
6707         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6708         error.
6709
6710         * mailcap.el (mailcap-mime-data): SAFER ps.
6711
6712         * message.el (message-encode-message-body): Always insert a
6713         Content-Type header.
6714
6715         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6716         shown inline.
6717
6718         * mm-view.el (mm-inline-text): Handle all sorts of text.
6719
6720         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6721         don't view.
6722
6723         * mm-decode.el (mm-display-external): Use it.
6724
6725         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6726
6727         * mm-decode.el (mm-save-part): Removed double code.
6728
6729 1999-01-12  Dave Love  <fx@gnu.org>
6730
6731         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6732         application/octet-stream .gz & al files with jka-compr.
6733
6734 1999-01-12  Dave Love  <fx@gnu.org>
6735
6736         * gnus-ems.el (gnus-down-mouse-3): New variable.
6737         * gnus-art.el (gnus-mime-button-map): Use it.
6738         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6739
6740 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6741
6742         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6743
6744 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745
6746         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6747         buffers.
6748
6749         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6750
6751         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6752
6753 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6754
6755         * mml.el (mml-parameter-string): Strip directory component.
6756
6757 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * gnus.el (gnus-use-demon): Removed.
6760
6761 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * nnmail.el (nnmail-article-group): Don't infloop.
6764
6765 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6766
6767         * gnus-art.el (article-update-date-lapsed): Made it work with
6768         picons, and make it update on all visible frames.
6769         (article-date-ut): Get summary-buffer's current-headers.
6770
6771 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6772
6773         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6774         (gnus-picons-setup-p): New variable.
6775
6776 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6777
6778         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6779
6780 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6783         (gnus-summary-exit-no-update): Use mapcar.
6784
6785 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6786
6787         * gnus-agent.el (gnus-category-write): Make directory.
6788
6789 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6790
6791         * gnus-sum.el (gnus-update-read-articles):
6792         (gnus-update-marks): Request backend update of mark.
6793
6794 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * mm-bodies.el (mm-body-encoding): Use mm-find.
6797
6798 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6799
6800         * gnus-picon.el (gnus-article-display-picons): Fix.
6801
6802 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6803
6804         * gnus.el: Pterodactyl Gnus v0.69 is released.
6805
6806 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6807
6808         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6809
6810         * gnus-agent.el (gnus-agent-remove-group): New command and
6811         keystroke.
6812
6813         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6814
6815 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6816
6817         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6818
6819 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * mm-view.el (mm-inline-text): Bind current id.
6822
6823         * mm-decode.el (mm-handle-id): New macro.
6824         (mm-make-handle): Accept id.
6825         (mm-dissect-singlepart): Use it.
6826
6827 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6828
6829       * message.el (message-cite-original-without-signature): Use
6830       message-signature-separator when searching for signature in
6831       message-cite-original-without-signature.
6832
6833 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6834
6835         * gnus.el (gnus-server-to-method): Check named methods.
6836
6837 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6838
6839         * mm-view.el (mm-view-message): Goto point-min.
6840
6841         * nnmail.el (nnmail-article-group): Don't delete lines, only
6842         shorten them.
6843
6844         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6845         values.
6846
6847         * nnheader.el (nnheader-temp-directory): New variable.
6848         (nnheader-temp-directory): Removed.
6849
6850 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6851
6852         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6853         list of files to check for mailcap entries under windows-nt.
6854
6855 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6856
6857         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6858         summary buffer exists.
6859
6860 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6861
6862         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6863         irrelevant Sun sendmail bug.
6864         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6865
6866         * message.el (message-send-news): Bind mail-header-separator to
6867         "" when asking backend to post.
6868
6869 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6870
6871         * mm-uu.el (mm-dissect-disposition): New variable.
6872         (mm-uu-dissect): Use it.
6873
6874 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * mm-view.el (mm-inline-text): Bind url-current-object.
6877
6878 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6879
6880         * gnus-range.el (gnus-remove-from-range): Rewrite.
6881
6882 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6883
6884         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6885
6886 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6887
6888         * message.el (message-encode-message-body): Insert `MIME-Version'
6889         instead of `Mime-Version'.
6890
6891 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6892
6893         * message.el (message-insert-mime-part): Add the attachment
6894         disposition.
6895         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6896         (message-mime-query-type): New function.
6897         (message-mime-query-description): Ditto.
6898         (message-mime-query-file): Ditto.
6899         (message-insert-mime-part): Use them.
6900         (message-mime-insert-external): Use the new stuff.
6901
6902 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6903
6904         * nnmail.el (nnmail-split-header-length-limit): New variable.
6905
6906         * mm-decode.el (mm-dissect-buffer): Check syntax.
6907
6908         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6909
6910         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6911         (rfc2047-dissect-region): Ditto.
6912
6913 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914
6915         * mm-view.el (mm-view-message): Decode charset.
6916
6917 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6920         CT headers.
6921
6922 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6923
6924         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6925         mm-uu-*-function.
6926         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6927
6928 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6929
6930         * message.el (message-send-mail): Do MML first.
6931         (message-send-news): Ditto.
6932
6933 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934
6935         * gnus-picon.el (gnus-picons-face): New face.
6936         (gnus-picons-try-face): Use it.
6937
6938 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6939
6940         * gnus.el: Pterodactyl Gnus v0.68 is released.
6941
6942 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6943
6944         * gnus.el: Pterodactyl Gnus v0.67 is released.
6945
6946 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6947
6948         * gnus.el: Pterodactyl Gnus v0.66 is released.
6949
6950 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * gnus-art.el (gnus-insert-mime-button): Decode description.
6953
6954 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6955
6956         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6957         (gnus-decode-header-methods): Ditto.
6958         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6959
6960 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6961
6962         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6963
6964 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * mml.el (mml-insert-mime-headers): Encode description.
6967
6968         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6969         line.
6970
6971         * gnus-sum.el (gnus-default-charset): Doc fix.
6972
6973 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6974
6975         * mm-decode.el (mm-display-part): Forward a line.
6976
6977 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6978
6979         * mm-util.el (mm-running-ntemacs): New variable.
6980         (mm-text-coding-system): Ditto.
6981         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6982         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6983
6984 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6985
6986         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6987         buffer.
6988
6989         * message.el (message-insert-headers): New command and keystroke.
6990
6991 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6994         (mm-get-image): Ditto.
6995
6996         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6997         base64, uudecode and binhex.
6998
6999 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7000
7001         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
7002         in text/plain.
7003         * mm-uu.el (mm-uu-dissect): Use inline.
7004
7005 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * mm-view.el (mm-view-message): New function.
7008
7009         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
7010         qp.
7011
7012 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
7013
7014         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
7015         entry for message/rfc822 as 8bit.
7016
7017 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7018
7019         * mailcap.el (mailcap-mime-extensions): Add patch.
7020
7021 1998-12-05  Dale Hagglund  <rdh@best.com>
7022
7023         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
7024         argument to force all multipart/* to look like multipart/mixed.
7025
7026         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
7027         variable.
7028         (gnus-mime-display-part): Use it.
7029
7030 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7031
7032         * gnus-draft.el (gnus-draft-send): Only disable checks for
7033         non-interactive use.
7034         (gnus-draft-send-message): Use it.
7035
7036 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7037
7038         * gnus.el: Pterodactyl Gnus v0.65 is released.
7039
7040 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
7043
7044         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
7045
7046 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7047
7048         * gnus.el: Pterodactyl Gnus v0.64 is released.
7049
7050 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7051
7052         * mm-view.el (mm-setup-w3): Don't load.
7053
7054         * gnus-msg.el (gnus-setup-message): Set group name.
7055         (gnus-group-mail): Avoid leaking local vars.
7056
7057         * message.el (message-attach-file): Renamed.
7058         (message-mime-attach-file): Renamed again.
7059
7060 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
7061
7062         * gnus-art.el (article-decode-encoded-words): Bind
7063         rfc2047-default-charset here.
7064
7065         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
7066
7067 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
7070         (gnus-picons-setup-hook): New hook.
7071
7072 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7073
7074         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
7075         string.
7076         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
7077         line.
7078
7079 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7080
7081         * gnus-art.el (gnus-article-prepare-display): Setup w3.
7082         (gnus-mime-view-part): Ditto.
7083         (gnus-mime-inline-part): Dotii.
7084         (gnus-mime-externalize-part): Daddo.
7085         (gnus-mime-internalize-part): Tutti frutti.
7086         (gnus-widget-press-button): Da da do.
7087
7088         * mm-view.el (mm-setup-w3): Require url-vars.
7089
7090 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7091
7092         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
7093         * mm-util.el (mm-find-charset-region): Ditto.
7094
7095 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096
7097         * message.el (message-send): Don't encode here.
7098         (message-send-mail): But here.
7099         (message-send-news): And here.
7100
7101 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
7104
7105 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7106
7107         * gnus.el: Pterodactyl Gnus v0.63 is released.
7108
7109 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110
7111         * mml.el (mml-base-boundary): Shorten.
7112
7113         * message.el (message-insert-mime-part): Use default.
7114
7115         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
7116
7117 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7118
7119         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
7120         buttons, not [*].
7121
7122 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7123
7124         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
7125
7126 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
7127
7128         * gnus-art.el (gnus-insert-mime-button): Fix.
7129
7130 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7131
7132         * message.el (message-insert-mime-part): Nicify prompts.
7133         (message-insert-mime-part): Really delete duplicates.
7134         (message-insert-mime-part): Check against common errors.
7135         (message-insert-mime-part): Fix docstring.
7136
7137 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138
7139         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7140
7141 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7142
7143         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7144         (gnus-insert-mime-button): Modify accordingly.
7145
7146 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * gnus-art.el (gnus-display-mime): Set window point.
7149
7150         * mm-decode.el (mm-display-external): Only decode when not
7151         saving.
7152         (mm-alternative-precedence): Prefer multiparts.
7153         (mm-inline-media-tests): Inline multiparts.
7154
7155         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7156         Ignore errors when requiring url.
7157
7158         * mml.el (mml-quote-region): New command.
7159
7160         * message.el (message-cite-original): Use it.
7161         (message-cite-original-without-signature): Ditto.
7162
7163 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7164
7165         * gnus.el: Pterodactyl Gnus v0.62 is released.
7166
7167 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7168
7169         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7170
7171 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7172
7173         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7174         `point-max-marker'.
7175
7176 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7179
7180         * gnus-art.el (gnus-mime-display-single): Check for attachment
7181         before other tests.
7182
7183 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7184
7185         * gnus-msg.el (gnus-configure-posting-styles): find a
7186         posting-style entry in the group parameters, if any, and honor it
7187         at the end.
7188
7189 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7190
7191         * nntp.el (nntp-after-change-function): Fix.
7192
7193 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7194
7195         * mml.el (mml-generate-mime-1): Insert literally.
7196
7197 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * mml.el (mml-insert-mime-headers): Removed debug.
7200
7201 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7202
7203         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7204         prefixed.
7205
7206         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7207         application/emacs-lisp to 8bit.
7208
7209 1998-12-03  Dale Hagglund  <rdh@best.com>
7210
7211         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7212
7213 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7214
7215         * gnus.el: Pterodactyl Gnus v0.61 is released.
7216
7217 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7218
7219         * mml.el (mml-parse-1): Skipped parts.
7220         (mml-insert-mime-headers): Nil is a list.
7221         (mml-generate-mime-1): Don't insert literally.
7222         (mml-read-tag): Drop text props.
7223         (mml-read-part): Ditto.
7224         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7225
7226 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7227
7228         * gnus.el: Pterodactyl Gnus v0.60 is released.
7229
7230 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * mml.el (mml-parse-1): Don't throw contents away.
7233
7234 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7235
7236         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7237
7238 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7241         function.
7242         (mml-parse-1): Use it.
7243
7244 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7245
7246         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7247         Use gnus-newsgroup-default-charset.
7248         (article-decode-encoded-words): Remove charset codes.
7249         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7250         gnus-default-charset.
7251
7252 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * message.el (message-send-mail): Don't encode here.
7255         (message-send-news): Nor here.
7256         (message-send): ... but here instead.
7257
7258         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7259         default to nil.
7260         (gnus-article-display-picons): Replace From line.
7261         (gnus-group-display-picons): Replace Newsgroups line.
7262         (gnus-picons-display-glyph): Set baseline.
7263         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7264         (gnus-picons-xbm-face): Revert to old, standard colors.
7265
7266         * message.el (message-fetch-field): Remove text props.
7267
7268         * gnus-art.el (gnus-article-normalized-header-length): New
7269         variable.
7270         (article-normalize-headers): New command and keystroke.
7271
7272         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7273
7274 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7275
7276         * gnus.el: Pterodactyl Gnus v0.59 is released.
7277
7278 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7281
7282         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7283
7284 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7285
7286         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7287
7288 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * mm-decode.el (mm-all-images-fit): New variable.
7291         (mm-image-fit-p): Use it.
7292
7293         * gnus-art.el (gnus-mime-display-single): Use it.
7294         (gnus-mime-internalize-part): New command and keystroke.
7295
7296         * mm-decode.el (mm-user-automatic-external-display): New
7297         variable.
7298         (mm-automatic-external-display-p): New function.
7299
7300         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7301         colors.
7302
7303 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7306
7307         * gnus-art.el (gnus-with-article): Work in the original article
7308         buffer.
7309         (gnus-with-article): Work in read-only groups.
7310
7311 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7312
7313         * mm-bodies.el (mm-decode-string): Return original string if not
7314         decode.
7315
7316 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7317
7318         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7319
7320 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7321
7322         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7323
7324 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7325
7326         * gnus.el: Pterodactyl Gnus v0.58 is released.
7327
7328 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7329
7330         * mm-decode.el (mm-get-image): Return a glyph, not an image
7331         specifier.
7332
7333 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7334
7335         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7336
7337 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * mail-parse.el (rfc2045): Required.
7340
7341 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7342
7343         * mm-view.el (mm-inline-text): Remove props.
7344
7345 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7346
7347         * mm-view.el (mm-setup-w3): Protect url-misc.
7348
7349         * message.el (message-ignored-resent-headers): Remove
7350         Gnus-Warning.
7351
7352         * mml.el (mml-insert-mime-headers): Use encoding.
7353         (mml-parameter-string): Ditto.
7354
7355         * rfc2045.el: New file.
7356         (rfc2045-encode-string): New function.
7357
7358 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * mail-parse.el (mail-header-encode-parameter): New function.
7361
7362         * rfc2231.el (rfc2231-encode-string): New function.
7363
7364 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7365
7366         * mm-bodies.el (mm-decode-string): New function.
7367         * mm-view.el (mm-inline-text): Use mm-decode-string.
7368
7369 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7370
7371         * gnus.el: Pterodactyl Gnus v0.57 is released.
7372
7373 1998-11-23  Felix Lee  <flee@cygnus.com>
7374
7375         * nntp.el (nntp-async-needs-kluge): new setting.
7376         (nntp-async-timer): new var.
7377         (nntp-async-process-list): new var.
7378         (nntp-async-kluge): new function.
7379         (nntp-async-timer-handler): new function.
7380         (nntp-async-wait): new function.
7381         (nntp-async-stop): new function.
7382         (nntp-after-change-function): renamed, and split apart.
7383         (nntp-async-trigger): new function.
7384         (nntp-do-callback): new function.
7385         (nntp-accept-process-output): add optional timeout arg.
7386
7387         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7388         (gnus-async-wait-for-article): new function.
7389         (gnus-async-with-semaphore): s/asynch/async/.
7390
7391 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * gnus-art.el (gnus-with-article): Don't encode.
7394         (gnus-insert-mime-button): Fall back on filename from C-D.
7395         (gnus-mime-display-single): Have dots right on text/plain
7396         attachments.
7397
7398         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7399         broken parts.
7400
7401         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7402
7403         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7404         binhex.
7405
7406         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7407         (gnus-summary-repair-multipart): New command and keystroke.
7408
7409         * gnus-art.el (gnus-with-article-buffer): New macro.
7410
7411 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7412
7413         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7414         undisplay the part.
7415
7416 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7419
7420         * mml.el (mml-read-part): Partition right.
7421
7422         * mm-decode.el (mm-handle-set-cache): New macro.
7423         (mm-handle-cache): Ditto.
7424         (mm-make-handle): Ditto.
7425         (mm-dissect-singlepart): Use it.
7426         (mm-get-image): Use the cache.
7427
7428 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7429
7430         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7431         (gnus-mime-display-single): Don't insert lines between parts.
7432
7433 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7434
7435         * nnmail.el (nnmail-file-coding-system-1): New variable.
7436         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7437         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7438         * nnml.el (nnml-file-coding-system): New variable.
7439         (nnml-request-article): Use nnml-file-coding-system.
7440
7441 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7442
7443         * gnus.el: Pterodactyl Gnus v0.56 is released.
7444
7445 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446
7447         * gnus-art.el (gnus-mime-display-part): New function.
7448         (gnus-mime-display-mixed): Use it.
7449
7450         * mm-view.el (mm-setup-w3): Don't register.
7451
7452         * message.el (message-cite-original): Cite parts.
7453
7454 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * mml.el (mml-parameter-string): New function.
7457         (mml-insert-mime-headers): Separated into new function.
7458
7459 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7460
7461         * mml.el (mml-make-boundary): Use `make-string'.
7462
7463 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7464
7465         * binhex.el (binhex-insert-char): Ditto.
7466
7467         * base64.el (base64-insert-char): Ditto.
7468
7469         * uudecode.el (uudecode-insert-char): Code correctly.
7470
7471 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * mml.el (mml-generate-mime): Don't generate multiparts for
7474         empties.
7475
7476         * gnus-art.el (gnus-display-mime): Save excursion.
7477
7478         * message.el (message-remove-first-header): New function.
7479         (message-encode-message-body): Use it.
7480
7481 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7482
7483         * gnus.el: Pterodactyl Gnus v0.55 is released.
7484
7485 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7486
7487         * mm-view.el (mm-setup-w3): New function.
7488
7489         * mm-decode.el (mm-content-id-get-contents): New function.
7490         (mm-content-id-get-type): Ditto.
7491         (mm-content-id-get-encoding): Ditto.
7492         (mm-get-handle-by-content-id): Removed.
7493
7494 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7495
7496         * message.el (message-generate-new-buffers): Fix tag.
7497
7498 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * message.el (message-buffer-name): Check for unique first.
7501
7502         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7503         gnus-inhibit-mime-unbuttonizing.
7504
7505         * gnus-sum.el (t): Bind M-t.
7506         (gnus-inhibit-unbuttonizing): New variable.
7507         (gnus-summary-toggle-display-buttonized): New command.
7508
7509         * gnus-art.el (gnus-display-mime): Select article window.
7510         (article-strip-trailing-space): New command and keystroke.
7511
7512         * nneething.el (nneething-include-files): New variable.
7513         (nneething-create-mapping): Use it.
7514
7515         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7516
7517         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7518         ayto-expirable marks.
7519
7520 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7523
7524         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7525         ARG.
7526
7527         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7528
7529 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7530
7531         * mm-util.el (mm-binary-coding-system): New variable.
7532         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7533         * mm-decode.el (mm-display-external): Ditto.
7534
7535 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7536
7537         * gnus.el: Pterodactyl Gnus v0.54 is released.
7538
7539 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7542
7543 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * mm-decode.el (mm-save-part): Unquote.
7546
7547 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7548
7549         * mm-decode.el (mm-save-part): Bind coding system for write.
7550
7551 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * gnus-art.el (gnus-article-mode-line-format): New default.
7554         (gnus-article-mime-part-status): New function.
7555
7556         * message.el (message-send-news): Check the body syntax before
7557         encoding.
7558
7559         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7560         (gnus-mime-display-single): Use it.
7561         (gnus-mime-display-alternative): Ditto.
7562
7563         * mm-decode.el: Check for whether we are running under a term.
7564
7565 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7566
7567         * mm-decode.el (mm-preferred-alternative): Default to first
7568         alternative.
7569         (mm-preferred-alternative): No, we dont.
7570
7571 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7572
7573         * mm-decode.el (mm-display-external): Use binary instead of
7574         no-conversion.
7575         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7576         * nnheader.el (nnheader-file-coding-system): Ditto.
7577         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7578
7579 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7580
7581         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7582         name without method.
7583
7584 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7585
7586         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7587         coding-system -> default-charset.
7588         (gnus-newsgroup-default-charset-alist): Ditto.
7589         (gnus-summary-local-variables): Ditto.
7590         (gnus-set-global-variables): Ditto.
7591         (gnus-get-newsgroup-headers): Ditto.
7592         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7593         (gnus-get-newsgroup-headers-xover): Ditto.
7594         (gnus-newsgroup-setup-default-charset): Ditto.
7595         (article-decode-mime-words): Ditto.
7596         (article-decode-charset): Ditto.
7597         (article-decode-encoded-words): Ditto.
7598         (article-de-quoted-unreadable): Ditto.
7599         (gnus-mime-view-all-parts): Ditto.
7600         (gnus-mime-externalize-part): Ditto.
7601         (gnus-mm-display-part): Ditto.
7602         (gnus-mime-display-single): Ditto.
7603         (gnus-mime-display-alternative): Ditto.
7604         * lpath.el : Ditto.
7605
7606 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7607
7608         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7609         * gnus-art.el (article-decode-charset): Overlay
7610         rfc2047-default-charset.
7611         * message.el (message-draft-coding-system): New variable.
7612         (message-set-auto-save-file-name): Use message-draft-coding-system.
7613         * nndraft.el (nndraft-request-article): Ditto.
7614         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7615         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7616
7617 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7618
7619         * mm-uu.el (mm-uu-test): New function.
7620         (mm-uu-dissect): Inherit charset and cte from head.
7621         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7622
7623 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7624
7625         * gnus.el: Pterodactyl Gnus v0.53 is released.
7626
7627 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7628
7629         * mm-decode.el (mm-get-image): New function.
7630         (mm-image-fit-p): New function.
7631
7632         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7633
7634         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7635
7636         * gnus-art.el (gnus-article-insert-newline): New function.
7637         (article-goto-body): New function.
7638
7639 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7642         buttons.
7643
7644         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7645         keystroke.
7646
7647         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7648         line between parts.
7649
7650         * message.el (message-remove-header): Go to end if wanted.
7651
7652 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7653
7654         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7655         movement with save-window-excursion.
7656
7657 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7658
7659         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7660
7661 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7662
7663         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7664
7665 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7666
7667         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7668         gnus-newsgroup-coding-system.
7669         (gnus-get-newsgroup-headers): Ditto.
7670         (gnus-get-newsgroup-headers-xover): Ditto.
7671         (gnus-set-global-variables): Ditto.
7672         * gnus-art.el (article-decode-mime-words): Ditto.
7673         (article-decode-charset): Ditto.
7674         (article-decode-encoded-words): Ditto.
7675         (article-de-quoted-unreadable): Ditto.
7676         (gnus-mime-view-all-parts): Ditto.
7677         (gnus-mime-externalize-part): Ditto.
7678         (gnus-mm-display-part): Ditto.
7679         (gnus-mime-display-alternative): Ditto.
7680         (gnus-mime-display-single): Ditto.
7681         * mm-view.el (mm-inline-text): Use default coding system.
7682
7683 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7686         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7687         (gnus-newsgroup-coding-system): New local variable.
7688         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7689         (gnus-summary-local-variables): Add two new local variables.
7690         (gnus-newsgroup-setup-coding-system): New function.
7691         (gnus-select-newsgroup): Setup coding system.
7692         * lpath.el: Add two new variables.
7693         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7694         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7695         * gnus-cus.el (gnus-group-parameters): Customizable
7696         iso-8859-1-forced.
7697
7698 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7699
7700         * gnus.el: Pterodactyl Gnus v0.52 is released.
7701
7702 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7703
7704         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7705         encoding.
7706
7707         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7708         undisplayed text types.
7709
7710         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7711         types.
7712
7713 1998-11-19  Felix Lee  <flee@cygnus.com>
7714
7715         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7716
7717 1998-11-19  Felix Lee  <flee@cygnus.com>
7718
7719         * gnus-async.el (gnus-asynch-obarray): rename to
7720         gnus-async-hashtb, and don't buffer-local it.
7721
7722         (gnus-async-article-callback): new function.
7723         (gnus-make-async-article-function): use it.
7724
7725         (gnus-async-current-prefetch-group): new var.
7726         (gnus-async-current-prefetch-article): new var.
7727         (gnus-async-request-fetched-article): are we fetching it already?
7728
7729         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7730
7731 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7732
7733         * gnus-sum.el (gnus-summary-show-article): Require.
7734
7735         * message.el: Provide before hooks.
7736         (message-send-news): Do MIME before headers.
7737
7738         * gnus-art.el (gnus-article-check-buffer): New function.
7739         (gnus-article-read-summary-keys): Use it.
7740
7741         * mm-decode.el (mm-user-automatic-display): Display all inline
7742         images.
7743
7744         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7745         much.
7746         (gnus-unbuttonized-mime-types): New variable.
7747
7748 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749
7750         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7751
7752         * mm-decode.el (mm-quote-arg): Quote semicolons.
7753
7754         * gnus-art.el (gnus-mime-display-single): Don't display
7755         attachments.
7756         (gnus-mime-externalize-part): New command and keystroke.
7757
7758         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7759         (mm-alternative-precedence): Changed order.
7760
7761 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7762
7763         * gnus.el (gnus-method-simplify): New function.
7764         (gnus-native-method-p): New function.
7765         (gnus-secondary-method-p): Use gnus-method-equal.
7766
7767         * gnus-start.el (gnus-group-change-level): Shorten select method.
7768
7769 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7770
7771         * gnus.el: Pterodactyl Gnus v0.51 is released.
7772
7773 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7774
7775         * gnus.el: Applied patches from 5.6.45.
7776
7777         * gnus-score.el (gnus-score-find-trace): Print complete file
7778         paths.
7779         (gnus-score-find-trace): Truncate lines.
7780
7781         * gnus.el (gnus-message-archive-group): Allow function.
7782
7783         * message.el (message-encode-message-body): Remove Mime-Version
7784         before inserting.
7785
7786         * gnus-cus.el (gnus-group-customize): Optional topic.
7787
7788         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7789         keystroke.
7790
7791 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7792
7793         * message.el (message-encode-message-body): Rewrite.
7794
7795 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * mml.el (mml-base-boundary): New variable.
7798         (mml-make-boundary): New function.
7799
7800         * gnus-cache.el (gnus-cache-coding-system): New variable.
7801         (gnus-cache-request-article): Use it.
7802
7803         * message.el (message-insert-mime-part): Delete duplicates.
7804
7805 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7806
7807         * gnus-art.el (gnus-mime-display-alternative): Set end of
7808         multipart and display even when nothing is preferred.
7809
7810 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7811
7812         * gnus.el: Pterodactyl Gnus v0.50 is released.
7813
7814 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815
7816         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7817         fbound.
7818
7819         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7820
7821 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7822
7823         * gnus.el (gnus-similar-server-opened): Compare backend.
7824
7825 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7826
7827         * gnus-topic.el (gnus-topic-expire-articles): New function.
7828         (gnus-topic-mode-map): Bind it.
7829
7830         * gnus.texi (Topic Commands): New expiry command. Reordered.
7831
7832 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7833
7834         * gnus-sum.el
7835         (gnus-auto-expirable-marks): New variable.
7836         (gnus-inhibit-user-auto-expire): New variable.
7837         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7838         When looking to see if we should expire instead, check
7839         gnus-auto-expirable-marks instead of using a hard-wired list.
7840         (gnus-summary-mark-as-read-forward,
7841         gnus-summary-mark-as-read-backward):
7842         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7843         gnus-summary-mark-forward, instead of `t'.
7844
7845 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * mml.el (mml-compute-boundary): New function.
7848         (mml-compute-boundary-1): New function.
7849         (mml-generate-mime-1): Use it.
7850
7851 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7852
7853         * mml.el (mml-generate-mime-1): Always precede closing boundary
7854         with newline.
7855
7856 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7857
7858         * mml.el (mml-generate-mime-1): Do right boundaries when several
7859         multiparts.
7860
7861         * mm-decode.el (mm-user-automatic-display): Default to inline
7862         jpeg.
7863
7864         * mml.el (mml-generate-mime-1): Encode non-text parts.
7865
7866 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7867
7868         * gnus.el: Pterodactyl Gnus v0.49 is released.
7869
7870 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * mm-view.el (mm-inline-text): Require w3-vars.
7873
7874         * gnus-setup.el (gnus-use-tm): Removed.
7875
7876         * gnus-art.el (gnus-article-goto-part): Don't beep.
7877         (gnus-article-view-part): Check return value.
7878         (gnus-mime-display-alternative): Don't display when there is
7879         nothing to display.
7880
7881         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7882         (mml-generate-mime-1): Use unibyte for binaries.
7883
7884         * gnus-art.el (gnus-display-mime): Call
7885         gnus-article-mime-part-function.
7886         (gnus-mime-part-function): New function.
7887         (gnus-article-mime-part-function): New function.
7888
7889         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7890
7891 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7892
7893         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7894
7895         * message.el (message-font-lock-keywords): Highlight MML.
7896         (message-mml-face): New font.
7897
7898 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7899
7900         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7901         (gnus-mm-display-part): Do not select-window if the article window
7902         is not found.
7903
7904 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7905
7906         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7907
7908 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7909
7910         * gnus.el: Pterodactyl Gnus v0.48 is released.
7911
7912 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7915
7916         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7917
7918         * message.el (message-cite-original-without-signature): Ditto.
7919         (message-cite-original): Quote parts.
7920
7921 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7922
7923         * gnus.el: Pterodactyl Gnus v0.47 is released.
7924
7925 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7926
7927         * message.el (message-encode-message-body): Insert MIME warning.
7928
7929         * mml.el (mml-read-tag): Look for #tag.
7930
7931         * mm-util.el (mm-find-charset-region): Check whether
7932         enable-multibyte-characters is bound.
7933
7934 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7935
7936         * gnus.el: Pterodactyl Gnus v0.46 is released.
7937
7938 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * message.el (message-encode-message-body): Insert headers at the
7941         right spot.
7942
7943 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7944
7945         * gnus.el: Pterodactyl Gnus v0.45 is released.
7946
7947 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7948
7949         * nndraft.el (nndraft-save-mime-part): Removed.
7950         (nndraft-get-mime-part): Ditto.
7951
7952         * message.el (message-format-mime-old): Removed.
7953         (message-encode-message-body): Removed.
7954         (message-encode-message-body): Renamed.
7955
7956 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7959
7960         * message.el (message-format-mime): Check message-mime-part.
7961
7962         * mm-encode.el (mm-mime-file-types): Removed.
7963         (mm-default-file-encoding): New definition.
7964
7965 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7966
7967         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7968         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7969
7970 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7971
7972         * gnus.el: Pterodactyl Gnus v0.44 is released.
7973
7974 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * message.el (message-format-mime): New function.
7977
7978         * nndraft.el (nndraft-save-mime-part): New function.
7979         (nndraft-get-mime-part): New function.
7980
7981         * mm-encode.el (mm-default-file-encoding): New function.
7982         (mm-content-transfer-encoding): New function.
7983         (mm-encode-buffer): New function.
7984
7985         * message.el: New command.
7986         (message-mime-part): New variable.
7987         (message-insert-mime-part): New command.
7988
7989         * mm-encode.el (mm-encode-content-transfer-encoding): New
7990         function.
7991
7992         * mm-util.el (mm-content-transfer-encoding-defaults): New
7993         variable.
7994         (mm-mime-file-types): Taken from TM.
7995
7996 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7997
7998         * gnus.el: Pterodactyl Gnus v0.43 is released.
7999
8000 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
8001
8002         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
8003         * gnus-score.el (gnus-score-default-header): Ditto.
8004         (gnus-header-index): Ditto.
8005         (gnus-summary-increase-score): Ditto, & process "extra" requests.
8006         (gnus-summary-header): Handle extra headers.
8007         (gnus-summary-score-entry): Ditto, & provide new score element.
8008         (gnus-summary-score-effect): Ditto.
8009         (gnus-score-string): Avoid "extra" string sort, & modify match in
8010         "extra" case.
8011         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
8012
8013 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8014
8015         * message.el (message-resend): Bind message-required-mail-headers
8016         to nil.
8017
8018         * mm-view.el (mm-inline-text): Bind w3-strict-width.
8019
8020         * nngateway.el (require): Require cl.
8021
8022         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
8023         things.
8024
8025 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8026
8027         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
8028         when no articles.
8029
8030 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8031
8032         * message.el (message-ignored-resent-headers): Remove X-Gnus.
8033
8034 1998-11-10  Colin Rafferty  <colin@xemacs.org>
8035
8036         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
8037         user-mail-address if non-nil.
8038
8039 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
8042         (gnus-make-sort-function-1): Ditto.
8043
8044         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
8045         window.
8046
8047 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * mm-util.el (mm-with-unibyte-buffer): Ditto.
8050
8051         * binhex.el (binhex-decode-region): Quote.
8052
8053 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8054
8055         * gnus-art.el (article-decode-charset): Don't downcase charset.
8056
8057         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
8058
8059 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8060
8061         * gnus.el: Pterodactyl Gnus v0.42 is released.
8062
8063 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8064
8065         * gnus-art.el (gnus-display-mime): Add id for alternative part.
8066
8067 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
8068
8069         * nntp.el (nntp-send-mode-reader): Revert.
8070
8071 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8072
8073         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
8074
8075 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8076
8077         * message.el (message-make-date): Fix for negative time zones.
8078
8079 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8080
8081         * gnus.el: Pterodactyl Gnus v0.41 is released.
8082
8083 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
8084
8085         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8086
8087 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
8088
8089         * gnus.el (gnus-short-group-name): When shortening foreign select
8090         methods, do not scan for plusses beyond the first colon.
8091
8092 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
8093
8094         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
8095         lines where `group' is the last thing on the line.
8096
8097 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098
8099         * gnus-art.el (gnus-article-view-part): Do alternative.
8100         (gnus-mime-display-alternative): Insert marker.
8101
8102 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103
8104         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8105
8106         * nnmail.el (nnmail-expired-article-p): Protect against bogus
8107         dates.
8108
8109         * gnus-cus.el (gnus-topic): Required.
8110
8111         * nnheader.el (nnheader-parse-nov): Parse extra.
8112         (nnheader-nov-parse-extra): New macro.
8113
8114 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8115
8116         * gnus-art.el (gnus-article-view-part): Internal move.
8117
8118 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
8119
8120         * gnus-cus-new.el (gnus-custom-topic): New free variable.
8121         (gnus-group-customize): Support editing topic parameters.
8122
8123 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
8124
8125         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
8126         indicators.
8127
8128 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * gnus-art.el (gnus-mm-display-part): Return.
8131         (gnus-article-view-part): Only go if external.
8132         (gnus-article-dumbquotes-map): Do 205.
8133
8134         * mm-decode.el (mm-display-part): Return what was done.
8135
8136         * message.el (message-buffer-naming-style): New variable.
8137         (message-generate-new-buffers): Extended.
8138         (message-buffer-naming-style): Removed.
8139         (message-buffer-name): Use it.
8140         (message-do-send-housekeeping): Rename new styling.
8141
8142         * gnus-sum.el (gnus-summary-recenter): Allow
8143         gnus-auto-center-summary to be a number.
8144
8145 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8146
8147         * pop3.el (pop3-open-server): Use "binary" instead of
8148         "no-conversion".
8149
8150 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8151
8152         * gnus-srvr.el (gnus-browse-foreign-server): Set
8153         gnus-browse-current-method to the result of gnus-server-to-method.
8154
8155 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8156
8157         * gnus-util.el (gnus-pull): Another optional argument.
8158         * nnweb.el (nnweb-request-delete-group): Delete from
8159         nnweb-group-alist and update active file.
8160
8161 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8162
8163         * gnus-group.el (gnus-group-make-group): Accept group of new
8164         method.
8165
8166 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8167
8168         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8169
8170 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8171
8172         * mm-view.el (mm-inline-text): Postion of html portion.
8173
8174 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8175
8176         * nntp.el (nntp-list-active-group): Waited for short strings.
8177         (nntp-send-mode-reader): Ditto.
8178         (nntp-open-connection): Ditto.
8179
8180         * gnus-int.el (gnus-request-group-articles): New function.
8181
8182         * nntp.el (nntp-request-listgroup): New function.
8183         (nntp-request-group-articles): Renamed.
8184
8185 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8186
8187         * nnheader.el (nnheader-parse-nov): Supply extra.
8188
8189 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8190
8191         * gnus-art.el (gnus-button-push): Don't go to
8192         gnus-article-buffer.
8193
8194         * mm-view.el (mm-inline-image): Add a newline.
8195
8196         * gnus-start.el (gnus-check-first-time-used): Check more.
8197
8198 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8199
8200         * gnus-start.el (gnus-check-first-time-used): Check current.
8201
8202 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8203
8204         * mm-util.el (mm-find-charset-region): New function.
8205
8206         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8207
8208         * gnus-art.el (gnus-mime-button-menu): Fix.
8209
8210 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8211
8212         * gnus-art.el (gnus-mime-button-menu): New definition.
8213
8214 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8215
8216         * gnus-art.el (article-decode-charset): Downcase charset.
8217         (article-decode-charset): Pass on type.
8218         (article-decode-charset): Check nil charsets.
8219         (article-remove-cr): Translate CR to LF.
8220         (gnus-ignored-mime-types): Default to nil.
8221
8222         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8223
8224         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8225         user-mail-address.
8226         (gnus-nov-parse-extra): Didn't return right thing.
8227
8228 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * gnus-xmas.el: Use compiled-function-p.
8231
8232 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8233
8234         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8235
8236 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8237
8238         * gnus.el: Pterodactyl Gnus v0.40 is released.
8239
8240 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241
8242         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8243
8244         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8245
8246         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8247
8248         * nnml.el (nnml-possibly-create-directory): Check before making.
8249
8250 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8251
8252         * nnheader.el (nnheader-insert-nov): Don't infloop.
8253
8254 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255
8256         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8257         set up.
8258
8259 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8260
8261         * nneething.el (nneething-file-name): New definition.
8262
8263 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8264
8265         * gnus-art.el (gnus-treatment-function-alist): Fix.
8266         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8267
8268         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8269
8270 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8271
8272         * gnus.el: Pterodactyl Gnus v0.39 is released.
8273
8274 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8275
8276         * gnus-art.el (gnus-ignored-mime-types): New variable.
8277         (gnus-mime-display-single): Use it.
8278         (gnus-treatment-function-alist): New variable.
8279
8280         * gnus.el (gnus-mime): New group.
8281
8282         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8283         things for other parts.
8284         (gnus-mime-display-alternative): Place point.
8285
8286         * gnus.el: autoload gnus-uu-post-news.
8287
8288         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8289         needsterm/DISPLAY.
8290
8291         * mm-decode.el (mm-display-part): Default to inline text/.*
8292         parts.
8293
8294         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8295         8bit.
8296
8297         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8298         (gnus-mime-display-single): Inline all text parts.
8299         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8300
8301 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8302
8303         * nnml.el (nnml-possibly-create-directory): Rewrite.
8304         (nnml-request-create-group): Change to right server.
8305
8306         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8307
8308         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8309
8310         * gnus.el: rmail-output-to-rmail-file autoload.
8311
8312         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8313         Gnus.
8314
8315         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8316
8317         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8318
8319 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8320
8321         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8322         mixed part.
8323
8324 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8325
8326         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8327
8328         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8329
8330 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8331
8332         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8333
8334 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8335
8336         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8337         value.
8338
8339         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8340         hidden.
8341
8342         * gnus-spec.el (gnus-update-format-specifications): Use the
8343         article mode line spec.
8344
8345         * gnus-art.el (gnus-insert-mime-button): Put right type.
8346         (gnus-insert-prev-page-button): Ditto.
8347         (gnus-insert-next-page-button): Dutti.
8348
8349         * pop3.el: New version installed.
8350
8351 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8352
8353         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8354         and display last part.
8355
8356 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8357
8358         * gnus.el: Pterodactyl Gnus v0.38 is released.
8359
8360 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8363         Removed.
8364         (article-de-quoted-unreadable): Narrow to default.
8365
8366         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8367
8368         * gnus-art.el (article-decode-charset): Decode even when broken
8369         MIME.
8370
8371         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8372         name.
8373
8374         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8375
8376         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8377         nnheader.
8378
8379         * nnmail.el (nnmail-extra-headers): New variable.
8380
8381         * nnheader.el (nnheader-insert-nov): Insert extra.
8382
8383         * gnus.el (gnus-summary-line-format): Doc fix.
8384
8385         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8386         (gnus-nov-parse-line): Ditto.
8387         (gnus-nov-parse-extra): New macro.
8388         (gnus-header): New function.
8389         (gnus-update-summary-mark-positions): Change.
8390         (gnus-ignored-from-addresses): New variable.
8391         (gnus-summary-insert-from-or-to): New function.
8392
8393         * gnus.el (gnus-extra-headers): New variable.
8394
8395         * nnheader.el (make-mail-header): Expand.
8396         (mail-header-extra): New macro.
8397         (mail-header-set-extra): Ditto.
8398         (make-full-mail-header): Expand.
8399
8400 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8401
8402         * gnus.el: Pterodactyl Gnus v0.37 is released.
8403
8404 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8407
8408         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8409         on.
8410
8411 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8412
8413         * gnus-spec.el (gnus-balloon-face-function): new function
8414         (gnus-parse-format): understand the %< %> specifiers
8415         (gnus-parse-complex-format): ditto.
8416
8417 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8418
8419         * gnus.el: Changed following-char to char-after throughout.
8420
8421 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422
8423         * mm-decode.el (mm-display-external): Protect more and message.
8424
8425 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8426
8427         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8428         position.
8429
8430 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8431
8432         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8433         mixed part.
8434
8435 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8436
8437         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8438
8439         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8440
8441 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8442
8443         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8444
8445 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8446
8447         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8448
8449         * mm-decode.el (mm-display-external): Set undisplayer to mm
8450         buffer, not the current buffer; use unwind-protect.
8451
8452 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8453
8454         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8455         (gnus-summary-exit-no-update): Ditto.
8456
8457 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * mm-decode.el (mm-inline-media-tests): Look for w3.
8460
8461         * mailcap.el (mailcap-mime-data): Inline html.
8462
8463 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8464
8465         * gnus.el: Pterodactyl Gnus v0.36 is released.
8466
8467 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468
8469         * gnus-art.el (article-translate-strings):
8470         (gnus-article-dumbquotes-map): Don't dot.
8471
8472         * pop3.el (pop3-open-server): Set point right.
8473
8474         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8475         (mm-dissect-buffer): Ditto.
8476         (mm-destroy-part): Ignore non-handles.
8477         (mm-remove-part): Ditto.
8478         (mm-destroy-parts): New function.
8479         (mm-remove-parts): Ditto.
8480
8481         * gnus-art.el (gnus-mm-display-part): Don't move point.
8482
8483 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8484
8485         * mm-uu.el : New file.
8486
8487         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8488
8489         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8490         a function.
8491
8492 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * mm-decode.el (mm-display-external): Check before selecting.
8495
8496 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8497
8498         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8499
8500         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8501
8502         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8503         variable.
8504
8505         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8506
8507         * gnus-art.el (gnus-decode-header-methods): New variable.
8508
8509         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8510
8511         * gnus-art.el (gnus-multi-decode-header): New function.
8512
8513 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8514
8515         * gnus.el: Pterodactyl Gnus v0.35 is released.
8516
8517 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8518
8519         * uudecode.el (uudecode-decode-region-external): Insert
8520         literally.
8521
8522         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8523
8524         * mm-bodies.el (mm-decode-body): Optional encoding.
8525
8526 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8527
8528         * gnus-ems.el (gnus-mouse-3): New variable.
8529
8530         * binhex.el (binhex-decode-region-external): Don't use -internally.
8531
8532 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8533
8534         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8535         files.
8536
8537 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8538
8539         * gnus-group.el (gnus-add-marked-articles): Request backend update
8540         of flags.
8541
8542 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8543
8544         * gnus-sum.el (gnus-update-read-articles):
8545         (gnus-update-marks): Request backend update of mark.
8546
8547 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8548
8549         * gnus.texi (Optional Backend Functions): New item,
8550         nnchoke-request-set-mark.
8551
8552 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8553
8554         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8555           list to range.
8556
8557 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8558
8559         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8560
8561 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8562
8563         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8564         first used.
8565
8566 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8567
8568         * mm-view.el: Require mm-decode for macros.
8569
8570         * mm-decode.el (mm-handle-type): Move macro declarations above the
8571         place where they are used.
8572
8573 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8574
8575         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8576         buffer.
8577
8578 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8579
8580         * nnagent.el (nnagent-open-server): Error message.
8581
8582 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8583
8584         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8585
8586 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8587
8588         * score-mode.el (gnus-score-mode-map): Ditto.
8589
8590         * message.el (message-mode-map): Ditto.
8591
8592         * gnus-uu.el (gnus-uu-post-news): Ditto.
8593
8594         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8595
8596         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8597
8598         * gnus-art.el (gnus-article-edit-mode-map): Use
8599         `set-keymap-parent' rather than `copy-keymap'.
8600
8601 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8602
8603         * gnus-art.el (gnus-mime-button-commands): New variable.
8604         (gnus-mime-button-map): Initialize it from
8605         `gnus-mime-button-commands'.
8606         (gnus-mime-button-menu): New function.
8607         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8608
8609 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8610
8611         * message.el (message-insert-to): Make `nobody' and `poster'
8612         synonymous to `never' and `always' in Mail-Copies-To.
8613         (message-reply): Ditto.
8614         (message-followup): Ditto.
8615
8616 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8617
8618         * mailcap.el (mailcap-mime-data): Save sound.
8619
8620 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8621
8622         * message.el (message-ignored-supersedes-headers): Include
8623         `NNTP-Posting-Date'.
8624
8625 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8626
8627         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8628
8629 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8630
8631         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8632         uudecode.
8633
8634 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8635
8636         * mm-decode.el (mm-display-external): Don't switch on save.
8637
8638 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8639
8640         * nnmail.el (nnmail-movemail-args): New variable.
8641
8642 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * gnus-art.el (article-translate-strings):
8645
8646 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * gnus-art.el (gnus-article-view-part): Use it.
8649         (gnus-mm-display-part): New function.
8650         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8651
8652         * mm-decode.el (mm-handle-displayed-p): New function.
8653
8654         * gnus-art.el (gnus-mime-copy-part): Create better names.
8655         (gnus-mime-button-line-format): Include dots spec.
8656
8657 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8658
8659       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8660       forward buffer first.
8661
8662 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * gnus-util.el (gnus-set-window-start): New function.
8665
8666         * message.el (message-send): Don't check changed.
8667
8668 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669
8670         * gnus-art.el (gnus-article-setup-buffer): Set params.
8671
8672         * mm-decode.el (mm-user-display-methods): Inline
8673         "message/delivery-status".
8674
8675 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8676
8677         * message.el (message-auto-save-directory): Rename.
8678         (message-mode): Dof fix.
8679
8680         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8681         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8682
8683         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8684
8685         * message.el (message-make-date): Avoid locale.
8686
8687         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8688         cache.
8689
8690         * mm-decode.el (mm-display-inline): Goto point-min.
8691
8692         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8693
8694         * mm-decode.el (mm-display-external): Reverse before sorting.
8695
8696         * gnus-draft.el (gnus-draft-send): Allow mail.
8697
8698 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8699
8700         * message.el (message-check): Move message-check macro above where
8701         it is first used.
8702
8703         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8704
8705 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8706
8707         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8708
8709 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8710
8711         * gnus.el: Pterodactyl Gnus v0.34 is released.
8712
8713 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8714
8715         * mm-decode.el (mm-inline-media-tests): delivery-status.
8716
8717         * mm-view.el (mm-inline-text): Provide default.
8718
8719 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8720
8721         * mailcap.el (mailcap-possible-viewers): Fix nils.
8722
8723 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8726         (article-update-date-lapsed): Record the buffer.
8727         (article-update-date-lapsed): Do all windows that display article
8728         buffers.
8729
8730         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8731
8732         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8733
8734         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8735         annoations.
8736
8737         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8738
8739 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8740
8741         * gnus-agent.el (gnus-category-add): Change default category to
8742         'false.
8743
8744         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8745         scores.
8746
8747         * gnus-draft.el (gnus-draft-send): Check server more.
8748
8749         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8750         (gnus-article-goto-part): New function.
8751
8752         * mm-view.el (mm-inline-text): Insert richtext properly.
8753
8754         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8755
8756 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8757
8758         * parse-time.el (parse-time-rules): Accept dates far into the past
8759         and the future, and parse single-digit numbers as years.
8760
8761 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * mm-decode.el (mm-display-external): Chop off directories.
8764
8765 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8766
8767         * uudecode.el (uu-decode-region-external): Use
8768         insert-file-contents-literally.
8769
8770         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8771
8772 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8773
8774         * uudecode.el: New file.
8775
8776         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8777         x-uuencode.
8778
8779 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8782
8783         * message.el (message-fetch-field): Unfold properly.
8784
8785         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8786         in text/plain.
8787
8788 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8789
8790         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8791         (gnus-auto-select-first): Removed.
8792         (gnus-auto-select-first): Extended.
8793         (gnus-summary-read-group-1): Use new value.
8794
8795 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796
8797         * message.el (message-fix-before-sending): Space.
8798
8799         * nnmail.el (nnmail-find-file): Don't erase.
8800
8801 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8802
8803         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8804
8805 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8806
8807         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8808
8809 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8810
8811         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8812
8813 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8814
8815         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8816         20.4.
8817
8818 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8819
8820         * gnus-art.el (gnus-mime-view-all-parts): New command and
8821         keystroke.
8822
8823         * mm-decode.el (mm-display-external): Translate slashes.
8824
8825         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8826
8827         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8828
8829         * mm-decode.el (mm-quote-arg): Quote spaces.
8830         (mm-display-external): Quote args.
8831
8832 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8833
8834         * mm-decode.el (mm-inlinable-part-p): New function.
8835
8836 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8837
8838        * mm-util.el (mm-disable-multibyte): New function.
8839
8840 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8841
8842         * gnus.el: Pterodactyl Gnus v0.33 is released.
8843
8844 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8845
8846         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8847
8848         * mm-decode.el (mm-display-external): Don't switch for externals.
8849         (mm-dissect-multipart): Don't include end-sep.
8850
8851         * mm-util.el (mm-get-coding-system-list): New function.
8852         (mm-coding-system-list): New variable.
8853
8854 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8855
8856         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8857
8858 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8859
8860         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8861         group
8862
8863 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8864
8865         * base64.el (base64-run-command-on-region): External base64
8866         decoder do not use coding system
8867
8868 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8869
8870         * mm-decode.el (mm-interactively-view-part): Typo.
8871
8872 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8873
8874         * mm-decode.el (mm-dissect-multipart): Display last part when the
8875         article has no close-delimiter
8876
8877 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8878
8879         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8880         content-type.
8881
8882 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8883
8884         * gnus-art.el (gnus-display-mime): Typo.
8885
8886 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8887
8888         * gnus.el: Pterodactyl Gnus v0.32 is released.
8889
8890 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8891
8892         * gnus-kill.el (gnus-batch-score): Protect against errors.
8893
8894         * gnus-art.el: Protect against broken headers.
8895
8896         * mm-decode.el (mm-display-external): Respect needsterm.
8897         (mm-display-external): Create buffer for external commands.
8898
8899 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8902
8903         * mm-decode.el (mm-display-external): Use file name.
8904
8905 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8906
8907         * gnus-util.el (gnus-output-to-rmail):  adjust to
8908           `rmail-output-to-rmail-file'
8909
8910 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8911
8912         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8913
8914         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8915         headers.
8916
8917         * gnus-art.el (article-decode-charset): Fold case.
8918
8919 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8920
8921         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8922
8923 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8924
8925         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8926         after being stored.
8927
8928 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8929
8930         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8931         come.
8932
8933 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8934
8935         * gnus-xmas.el (wid-edit): Required.
8936
8937         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8938
8939 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8940
8941         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8942
8943 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8944
8945         * gnus-art.el (article-decode-charset): Narrow to the correct
8946         region.
8947
8948         * mm-bodies.el: Fix autoload.
8949
8950 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8951
8952         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8953
8954 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8957
8958 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8961         (gnus-article-add-button): Ditto.
8962
8963         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8964
8965         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8966         (gnus-article-prepare-display): Bind url-standalone-mode.
8967
8968         * mm-decode.el (mm-remove-part): Also delete directory.
8969         (mm-display-external): Create a private sub-dir.
8970
8971         * mailcap.el (mailcap-binary-suffixes): New variable.
8972         (mailcap-command-p): Use it.
8973
8974 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * nnmbox.el (nnmbox-request-group): Change server.
8977         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8978
8979         * message.el (message-encode-message-body): Don't stomp MIME
8980         headers.
8981
8982         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8983         unless useful.
8984         (gnus-summary-exit): Check for a live article buffer.
8985         (gnus-summary-exit-no-update): Ditto.
8986
8987         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8988         param.
8989
8990         * gnus-sum.el (gnus-article-decoded-p): New variable.
8991
8992         * mm-decode.el (mm-display-external): Use no-conv.
8993
8994         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8995         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8996
8997         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8998         mouse-click.
8999
9000 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
9003
9004 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9005
9006         * gnus.el: Pterodactyl Gnus v0.31 is released.
9007
9008 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9009
9010         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
9011
9012         * mm-decode.el (mm-display-part): Accept no-default.
9013
9014         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
9015         a parameter.
9016
9017         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
9018         (gnus-summary-prepare-threads): Ditto.
9019
9020         * gnus.el (gnus-article-mode-map): Make sparse keymap.
9021
9022         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
9023         (gnus-mime-button-line-format): Doc fix.
9024         (gnus-insert-mime-button): Use it.
9025         (gnus-article-add-button): Use widget-convert-button.
9026
9027         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
9028         ignore.
9029
9030         * mm-decode.el (mm-alternative-precedence): Ditto.
9031
9032 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
9033
9034         * mm-decode.el (mm-user-automatic-display): Use enriched.
9035
9036 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
9037
9038         * mm-decode.el (mm-dissect-multipart): Have the part start on the
9039         right place.
9040
9041 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
9044
9045         * gnus-art.el (article-update-date-lapsed): Only update header if
9046         buffer is dispalyed in frame.
9047         (gnus-article-prepare-display): New function.
9048         (gnus-article-prepare): Use it.
9049
9050 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9051
9052         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
9053
9054         * mm-view.el (mm-insert-inline): New function.
9055
9056         * mm-decode.el (mm-pipe-part): Bugged.
9057
9058         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
9059
9060         * mm-bodies.el (mm-encode-body): Move over the body.
9061
9062         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
9063
9064         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
9065
9066 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
9067
9068         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
9069           related functions.  Handle message/rfc822 parts.  Display subject on
9070           multipart summary lines.  Display name on sub-parts when available.
9071
9072 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9073
9074         * mailcap.el (mailcap-command-p): New version.
9075
9076 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
9077
9078         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
9079         groups.
9080
9081 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * message.el (message-make-date): Remove weekday name.
9084
9085         * mm-decode.el (mm-dissect-buffer): Protect against broken
9086         headers.
9087
9088         * mailcap.el (mailcap-command-in-path-p): New function.
9089         (mailcap-command-p): Renamed.
9090
9091 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9092
9093         * rfc2047.el (eval): Autoload.
9094
9095 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096
9097         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
9098         (gnus-multi-decode-encoded-word-string): New function.
9099         (gnus-encoded-word-method-alist): New variable.
9100         (gnus-decode-encoded-word-functions): Removed.
9101
9102 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
9103
9104         * gnus-int.el (gnus-request-replace-article): Replace
9105         message-narrow-to-headers with message-narrow-to-head
9106
9107 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9108
9109         * drums.el (drums-quote-string): Reversed match.
9110
9111         * message.el (message-make-date): Use weekday name.
9112
9113 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9114
9115         * gnus.el: Pterodactyl Gnus v0.30 is released.
9116
9117 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * gnus-art.el (article-decode-encoded-words): Use it.
9120         (gnus-decode-header-function): New variable.
9121
9122         * gnus-sum.el (gnus-nov-parse-line): Use it.
9123         (gnus-decode-encoded-word-function): New variable.
9124
9125         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
9126         buffer.
9127
9128         * gnus-art.el (gnus-insert-mime-button): Use widget.
9129         (gnus-widget-press-button): New function.
9130         (gnus-article-prev-button): Removed.
9131         (gnus-article-next-button): Ditto.
9132         (gnus-article-add-button): Ditto.
9133
9134         * gnus.el (gnus-article-mode-map): Inherit from widget.
9135         (gnus-article-mode-map): No, don't.
9136
9137         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9138         (mm-content-id-alist): New variable.
9139         (mm-get-content-id): New function.
9140
9141         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9142         articles if we are fetching to the article buffer.
9143
9144 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9145
9146         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9147         articles.
9148
9149 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9152         (mm-default-mime-charset): New variable.
9153
9154         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9155
9156         * drums.el (drums-quote-string): Reversed test.
9157
9158 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9161         string.
9162
9163         * drums.el (drums-quote-string): New function.
9164
9165         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9166         (rfc2047-b-encode-region): Chop lines.
9167         (rfc2047-q-encode-region): Ditto.
9168
9169 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9170
9171         * gnus.el: Pterodactyl Gnus v0.29 is released.
9172
9173 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9174
9175         * mm-decode.el (mm-save-part): Message right.
9176
9177 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * drums.el (drums-parse-address): Returned a list instead of a
9180         string.
9181         (drums-remove-whitespace): Skip comments.
9182         (drums-parse-addresses): Didn't work.
9183
9184 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9185
9186         * gnus.el: Pterodactyl Gnus v0.28 is released.
9187
9188 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189
9190         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9191         starting point.
9192         (article-decode-encoded-words): Rename.
9193
9194         * message.el (message-narrow-to-headers-or-head): New function.
9195
9196         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9197         region.
9198
9199         * message.el (message-send-news): Encode body after checking
9200         syntax.
9201
9202         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9203
9204         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9205
9206         * gnus-art.el (gnus-display-mime): Respect disposition.
9207
9208         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9209
9210         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9211         text with annotations.
9212
9213         * message.el (message-make-date): Fix sign for negative time
9214         zones.
9215
9216         * mm-view.el (mm-inline-image): Insert a space at the end of the
9217         image.
9218
9219         * mail-parse.el: New file.
9220
9221         * rfc2231.el: New file.
9222
9223         * drums.el (drums-content-type-get): Removed.
9224         (drums-parse-content-type): Ditto.
9225
9226         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9227
9228 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9229
9230         * gnus.el: Pterodactyl Gnus v0.27 is released.
9231
9232 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9233
9234         * mm-decode.el (mm-alternative-precedence): New variable.
9235         (mm-preferred-alternative): New function.
9236
9237         * gnus-art.el (gnus-mime-copy-part): New command.
9238
9239         * mm-decode.el (mm-get-part): New function.
9240
9241         * mm-view.el: New file.
9242
9243         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9244         (mm-display-part): Default to mailcap-save-binary-file.
9245
9246 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9247
9248         * gnus.el: Pterodactyl Gnus v0.26 is released.
9249
9250 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9251
9252         * mm-decode.el (mm-interactively-view-part): New function.
9253
9254         * gnus-art.el (gnus-mime-view-part): New command.
9255
9256         * mm-decode.el (mm-last-shell-command): New variable.
9257
9258         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9259
9260         * mm-decode.el (mm-save-part): New function.
9261
9262         * gnus-art.el (article-decode-charset): Protect against buggy
9263         content-types.
9264         (gnus-mime-pipe-part): New command.
9265         (gnus-mime-save-part): New command.
9266         (gnus-mime-button-map): New keymap.
9267         (gnus-mime-button-line-format): New variable.
9268         (gnus-insert-mime-button): New function.
9269         (gnus-display-mime): Use it.
9270
9271         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9272
9273         * mm-decode.el (mm-inline-text): Decode charsets.
9274
9275         * gnus-art.el (gnus-article-save): Comment fix.
9276
9277         * gnus-int.el (gnus-start-news-server): When in batch, don't
9278         prompt.
9279
9280         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9281         decode.
9282
9283         * mm-decode.el (mm-inline-media-tests): Add audio.
9284         (mm-inline-audio): New function.
9285
9286 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9287
9288         * gnus-art.el (article-make-date-line): Didn't work.
9289
9290         * parse-time.el (parse-time-string): One too many nils.
9291
9292 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9293
9294         * gnus.el: Pterodactyl Gnus v0.25 is released.
9295
9296 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9297
9298         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9299         annotations.
9300
9301         * gnus.el ((featurep 'gnus-xmas)): New
9302         'gnus-annotation-in-region-p alias.
9303
9304 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9305
9306         * mm-util.el (mm-with-unibyte-buffer): New function.
9307
9308         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9309
9310         * mm-decode.el (mm-inline-media-tests): New variable.
9311
9312         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9313
9314         * gnus-art.el (gnus-article-mime-handles): New variable.
9315
9316         * drums.el (drums-narrow-to-header): New function.
9317
9318         * gnus-art.el (article-decode-charset): Use it.
9319
9320         * drums.el (drums-content-type-get): New function.
9321
9322         * mm-util.el (mm-content-type-charset): Removed.
9323
9324         * drums.el (drums-syntax-table): @ is word.
9325         (drums-parse-content-type): New function.
9326
9327         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9328         EDT" times.
9329
9330         * gnus-util.el (gnus-date-get-time): Use safe date.
9331
9332         * gnus-sum.el (gnus-show-mime): Removed.
9333         (gnus-summary-toggle-mime): Removed.
9334
9335         * gnus-art.el (gnus-strict-mime): Removed.
9336         (gnus-article-prepare): Don't do MIME.
9337         (gnus-decode-encoded-word-method): Removed.
9338         (gnus-show-mime-method): Removed.
9339
9340 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9341
9342         * gnus.el: Pterodactyl Gnus v0.24 is released.
9343
9344 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9347         PREFIX.
9348
9349         * parse-time.el (parse-time-rules): Accept times that look like
9350         "h:mm".
9351
9352         * message.el (message-make-date): Use zone properly.
9353
9354         * gnus.el: Autoload gnus-batch.
9355
9356         * gnus-art.el (article-de-quoted-unreadable): Do not do
9357         gnus-article-decode-rfc1522.
9358
9359         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9360
9361         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9362         param.
9363
9364         * message.el (message-encode-message-body): Check for us-ascii.
9365
9366         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9367         to the left.
9368
9369 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * gnus-art.el (article-decode-charset): Rename.
9372
9373 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9374
9375         * gnus.el: Pterodactyl Gnus v0.23 is released.
9376
9377 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378
9379         * gnus-util.el (gnus-parent-id): Ditto.
9380         (gnus-put-text-property-excluding-newlines): Ditto.
9381
9382         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9383
9384 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9385
9386         * message.el (message-generate-headers): Generate User-Agent
9387         instead of X-Mailer & X-Newsreader.
9388
9389         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9390         User-Agent header format.
9391
9392 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9393
9394         * gnus.el: Pterodactyl Gnus v0.22 is released.
9395
9396 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9397
9398         * mm-util.el (mm-multibyte-p): Typo.
9399
9400 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9401
9402         * gnus.el: Pterodactyl Gnus v0.21 is released.
9403
9404 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9405
9406         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9407
9408 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409
9410         * mm-util.el (mm-multibyte-p): New function.
9411
9412 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9413
9414         * gnus.el: Pterodactyl Gnus v0.20 is released.
9415
9416 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * rfc2047.el (rfc2047-decode-region): Only decode when in
9419         multibyte.
9420
9421         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9422
9423         * gnus-int.el (gnus-request-replace-article): Encode.
9424         (gnus-request-accept-article): Encode.
9425
9426         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9427         here.
9428
9429         * gnus.el (gnus-article-display-hook): Take the charset functions
9430         out.
9431
9432         * time-date.el (safe-date-to-time): New function.
9433
9434         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9435
9436 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9437
9438         * gnus.el: Pterodactyl Gnus v0.19 is released.
9439
9440 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * base64.el (base64-encode-region): Accept no-line-break.
9443
9444         * mm-util.el (mm-mime-charset): New function.
9445
9446         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9447
9448 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9449
9450         * gnus.el: Pterodactyl Gnus v0.18 is released.
9451
9452 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9453
9454         * message.el (message-send-and-exit): Return t on success.
9455         (message-make-date): Make a proper time zone.
9456
9457         * gnus-draft.el (gnus-draft-send): Only remove article if the
9458         sending is successful.
9459
9460         * drums.el (drums-get-comment): Return the last comment.
9461         (drums-parse-address): Parse old-style From headers.
9462
9463 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9464
9465         * gnus-sum.el (gnus-data-compute-positions): Move below
9466         `gnus-save-hidden-threads' so the former is correctly detected as
9467         a macro.
9468
9469 1998-09-06  Dave Love  <fx@gnu.org>
9470
9471         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9472         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9473         time for nicer failure if it's not available.
9474
9475 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * time-date.el (time-to-seconds): Renamed.
9478
9479         * parse-time.el (parse-time-string): Downcase before handling.
9480         (parse-time-rules): Times without seconds have 0 seconds.
9481
9482         * rfc2047.el (rfc2047-encode-region): New version.
9483         (rfc2047-dissect-region): New function.
9484
9485 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9486
9487         * message.el (message-make-date): Use symbolic zone.
9488
9489 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * time-date.el (parse-time): Always use parse-time.
9492
9493         * parse-time.el (parse-time-syntax): Use vectors.
9494
9495 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9496
9497         * gnus.el: Pterodactyl Gnus v0.17 is released.
9498
9499 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9500
9501         * time-date.el: Renamed from "date".
9502
9503         * gnus.el: Removed all timezone dependencies.
9504
9505         * score-mode.el: Removed.
9506         (gnus-score-edit-insert-date): Use date.
9507
9508         * date.el (float-to-time): New function.
9509
9510         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9511
9512         * date.el (time-to-float): New function.
9513
9514         * message.el (message-make-date): Use format-time-string.
9515         (message-make-expires): Use make-date.
9516
9517         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9518
9519         * gnus-util.el (gnus-dd-mmm): Use date.
9520         (gnus-sortable-date): Ditto.
9521
9522         * message.el (message-make-date): Take an optional time.
9523
9524         * gnus: Applied patches from 5.6.43.
9525
9526         * date.el (if): Use parse-time.
9527
9528         * gnus-score.el (gnus-summary-score-entry): Make into a command
9529         again.
9530
9531         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9532         gnus-agent.
9533
9534         * gnus.el (gnus-agent-meta-information-header): Moved here.
9535
9536 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9537
9538         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9539         (gnus-agent-fetch-group-1): Score article headers using normal
9540         group score files if the download score rule of a category/group
9541         is `file'.
9542         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9543         deciding what articles to download.
9544         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9545         predicate processing if predicate is `true' or `false'.
9546
9547 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9548
9549         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9550
9551         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9552
9553         * score-mode.el (score-mode-coding-system): New variable.
9554         (gnus-score-edit-exit): Use it.
9555
9556 1998-09-04  Jason R Mastaler  <jason@4b.org>
9557
9558         * drums.el: Corrected typo.
9559
9560 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9561
9562         * mm-bodies.el (mm-body-encoding): Faster version.
9563
9564 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565
9566         * gnus-art.el (gnus-article-decode-charset): Only decode text
9567         things.
9568
9569         * message.el (message-output): Use rmail.
9570
9571         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9572         word part.
9573
9574         * mm-util.el (mm-charset-to-coding-system): Use
9575         rfc2047-default-charset.
9576         (mm-known-charsets): New variable.
9577
9578         * message.el (message-caesar-region): Bugged out.
9579
9580 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9581
9582         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9583         specifying `agent-predicate' in a group's parameters.
9584
9585 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9586
9587         * gnus.el: Pterodactyl Gnus v0.16 is released.
9588
9589 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * nnmail.el (nnmail-expired-article-p): Use predicate.
9592
9593         * date.el (time-less-p): Renamed.
9594
9595         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9596         from the headers.
9597
9598         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9599         functions.
9600
9601         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9602         all.
9603         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9604         to all functions.
9605
9606 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9607
9608         * gnus.el: Pterodactyl Gnus v0.15 is released.
9609
9610 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * date.el: New file.
9613
9614         * gnus-util.el (gnus-encode-date): Removed.
9615         (gnus-time-less): Ditto.
9616
9617         * nnmail.el (nnmail-date-to-time): Removed.
9618         (nnmail-time-less): Ditto.
9619         (nnmail-days-to-time): Ditto.
9620         (nnmail-time-since): Ditto.
9621
9622         * drums.el: New file.
9623
9624 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625
9626         * message.el (message-encode-message-body): Encode headers with
9627         body encoding.
9628
9629         * rfc2047.el (rfc2047-default-charset): Renamed.
9630         (rfc2047-encodable-p): Use it.
9631
9632         * base64.el (mm-util): Required.
9633
9634 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9637         servers.
9638
9639         * gnus-util.el (gnus-output-to-rmail): Removed.
9640
9641         * gnus-art.el (gnus-summary-save-in-rmail): Use
9642         gnus-output-to-rmailrmail-output-to-rmail-file.
9643
9644         * rfc2047.el (rfc2047-decode-region): Fold case.
9645         (rfc2047-decode): Use decode-string.
9646
9647         * mm-util.el: Provide mm-char-int.
9648
9649 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9650
9651         * gnus.el: Pterodactyl Gnus v0.14 is released.
9652
9653 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9656         sure we have 7bit.
9657
9658 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9661         ducplicates.
9662         (gnus-inews-insert-mime-headers): Removed.
9663
9664         * message.el (message-caesar-region): Protect against MULE chars.
9665
9666 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9667
9668         * mm-util.el (if): fset the right function.
9669
9670 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9671
9672         * gnus-art.el (gnus-article-decode-charset): Use real
9673         read-coding-system.
9674
9675 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * mm-bodies.el (mm-decode-body): Protect against malformed
9678         base64.
9679         (mm-decode-body): Check that buffer-file-coding-system is
9680         non-nil.
9681
9682 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9683
9684         * gnus.el: Pterodactyl Gnus v0.13 is released.
9685
9686 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9687
9688         * gnus-util.el (gnus-strip-whitespace): Already defined.
9689         Removed.
9690
9691         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9692
9693         * gnus-util.el (gnus-strip-whitespace): New function.
9694
9695         * mm-util.el (mm-content-type-charset): Downcase.
9696
9697 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9698
9699         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9700         (gnus-article-decode-charset): Don't fetch all headers.
9701
9702         * mm-util.el (mm-read-coding-system): New function.
9703
9704         * mm-bodies.el (mm-decode-body): Check the right charset.
9705
9706         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9707
9708         * gnus-art.el (gnus-article-mode-line-format): Use short group
9709         format.
9710
9711 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9712
9713         * gnus.el: Pterodactyl Gnus v0.12 is released.
9714
9715 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9716
9717         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9718
9719         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9720         (gnus-article-decode-charset): Always run.
9721
9722         * mm-bodies.el (mm-decode-body): Decode cte.
9723
9724 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9725
9726         * gnus.el: Pterodactyl Gnus v0.11 is released.
9727
9728 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * message.el (message-encode-message-body): Ditto.
9731
9732         * gnus-art.el (gnus-article-decode-mime-words): New command and
9733         keystroke.
9734         (gnus-article-decode-charset): Ditto.
9735         (gnus-article-decode-charset): Only work under MULE.
9736
9737         * mm-util.el (mm-content-type-charset): New function.
9738
9739         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9740
9741         * message.el (message-send-mail): Insert MIME headers.
9742         (message-check-news-body-syntax): Don't warn for escape sequences.
9743         (message-check-news-body-syntax): Insert MIME headers.
9744
9745         * mm-bodies.el (mm-body-encoding): New function.
9746
9747         * message.el (message-encode-message-body): New function.
9748
9749         * mm-bodies.el: New file.
9750
9751         * mm-util.el (mm-narrow-to-head): New function.
9752
9753         * rfc2047.el (rfc2047-encode): Use it.
9754
9755         * mm-util.el: Provide mm-encode-coding-region.
9756
9757         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9758
9759         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9760
9761         * mm-util.el (mm-enable-multibyte): New function.
9762
9763         * message.el (message-set-work-buffer): Set multibyte.
9764
9765         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9766
9767         * gnus-util.el (gnus-point-at-eol): Removed.
9768         (gnus-point-at-bol): Ditto.
9769
9770         * base64.el (base64-decode-region): Commented out messaging.
9771
9772 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9773
9774         * gnus-msg.el (gnus-group-mail): make it behave like
9775         gnus-group-post-news with regards to the prefix (this enables the
9776         use of posting styles).
9777
9778 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9779
9780         * gnus.el (gnus-article-display-hook): Added
9781         gnus-article-decode-rfc1522 to hook.
9782
9783 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9784
9785         * gnus.el: Pterodactyl Gnus v0.10 is released.
9786
9787 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9790         hook to be run.
9791
9792 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9793
9794         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9795
9796         * mm-util.el (mm-charsets-in-region): Removed.
9797
9798         * rfc2047.el: Renamed file.
9799
9800         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9801
9802         * message.el (message-mode): Set multibyte.
9803
9804         * mm-util.el (mm-charsets-in-region): Copied here.
9805
9806         * gnus-util.el: Removed gnus-truncate-string.
9807
9808         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9809
9810         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9811         (rfc1522-encodable-p): New function.
9812         (rfc1522-encode-message-header): Use it.
9813
9814 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9815
9816         * gnus.el: Pterodactyl Gnus v0.9 is released.
9817
9818 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * mm-util.el: Shadow encode-coding-string.
9821
9822         * base64.el (base64-encode-region): Don't add newline.
9823
9824         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9825
9826         * mm-util.el: New file.
9827
9828         * mm-decode.el: Somewhat depleted.
9829         * mm-encode.el: Ditto.
9830
9831         * rfc1522.el: New file.
9832
9833         * mm-util.el (mm-replace-chars-in-string): Copied here.
9834
9835         * mm-encode.el (mm-q-encode-region): New function.
9836
9837         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9838         param.
9839
9840         * mm-encode.el (mm-encode-word-region): Downcase.
9841
9842 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9843
9844         * gnus.el: Pterodactyl Gnus v0.8 is released.
9845
9846 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847
9848         * message.el (message-send-mail): Encode headers.
9849
9850         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9851         (quoted-printable-encode-region): Upcase.
9852
9853         * message.el (message-default-charset): New variable.
9854
9855         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9856
9857         * message.el (message-narrow-to-field): Changed name.
9858
9859         * mm-encode.el: New file.
9860
9861         * message.el (message-narrow-to-header): New function.
9862
9863         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9864         right buffer.
9865
9866 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9867
9868         * gnus.el: Pterodactyl Gnus v0.7 is released.
9869
9870 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9871
9872         * gnus.el: Remove autoload for
9873         gnus-article-mime-decode-quoted-printable.
9874
9875         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9876         be decoded in non-MULE Emacsen.
9877
9878         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9879
9880 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9881
9882         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9883
9884 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885
9886         * mm-decode.el: Check for coding-system-list.
9887
9888 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9889
9890         * gnus.el: Pterodactyl Gnus v0.6 is released.
9891
9892 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9893
9894         * nnheader.el (fboundp): Protect code-coding-string.
9895
9896         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9897         is available.
9898
9899 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9900
9901         * gnus.el: Pterodactyl Gnus v0.5 is released.
9902
9903 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9906         (gnus-hack-decode-rfc1522): Removed.
9907
9908         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9909
9910 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9911
9912         * gnus.el: Gnus v0.4 is released.
9913
9914 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9915
9916         * gnus-art.el (gnus-article-decode-mime-words): New command and
9917         keystroke.
9918
9919         * qp.el (quoted-printable-decode-region): Don't use hexl.
9920
9921         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9922
9923         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9924         (gnus-structured-field-decoder): Removed.
9925         (gnus-unstructured-field-decoder): Ditto.
9926
9927         * mm-decode.el: New file.
9928
9929         * qp.el: New file.
9930
9931         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9932
9933         * gnus-ems.el (fboundp): Removed gnus-split-string.
9934
9935         * gnus.el (gnus-splash-face): Doc fix.
9936
9937         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9938
9939         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9940         hexl.
9941
9942         * nnheader.el (nnheader-temp-write): Removed.
9943
9944 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9945
9946         * gnus.el: Gnus v0.3 is released.
9947
9948 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9949
9950         * gnus.el: Gnus v0.2 is released.
9951
9952 ;; Local Variables:
9953 ;; coding: iso-2022-7bit
9954 ;; End: