2000-10-25 20:13:02 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2000-10-25 20:13:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * mm-decode.el (mm-viewer-completion-map): New.
4         (mm-interactively-view-part): Use it.
5
6 2000-10-25 18:51:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7
8         * rfc2047.el (rfc2047-q-encode-region): Don't break if a QP-word
9         could be fitted in one line.
10
11 2000-10-25  Dirk Meyer <dischi@tzi.de>
12
13         * gnus-demon.el (gnus-demon-time-to-step): theHour was set to
14         seconds instead of hour.
15
16 2000-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
17
18         * mail-source.el (mail-sources): Better `:type'.
19
20 2000-10-24 18:31:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
21
22         * gnus-art.el (gnus-request-article-this-buffer):
23         gnus-refer-article-method might be a single method.
24         * gnus-sum.el (gnus-refer-article-methods): The second could be 
25         a named method.
26
27 2000-10-23  Simon Josefsson  <simon@josefsson.org>
28
29         * flow-fill.el (fill-flowed): Don't flow "-- " lines.
30         (fill-flowed): Make "quote-depth wins" rule work when first line
31         is at level 0.
32
33 2000-10-21 11:23:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
34
35         * mm-util.el (mm-multibyte-p): Test (featurep 'xemacs).
36
37 2000-10-21 10:54:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
38
39         * gnus-art.el (gnus-article-mime-total-parts): New function.
40         (gnus-mm-display-part): Use it.
41         (gnus-mime-display-single): Ditto.
42         (gnus-mime-display-alternative): Ditto.
43
44 2000-10-21 09:38:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
45
46         * mailcap.el (mailcap-parse-mailcaps): Don't use parse-colon-path,
47         because they are files, not directories.
48         (mailcap-parse-mimetypes): Ditto.
49
50 2000-10-20 19:55:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
51
52         * gnus-art.el (gnus-mime-inline-part): Check validity of charset.
53
54 2000-10-18  Dave Love  <fx@gnu.org>
55
56         * mail-source.el (mm-util): Require.
57         (defvar): Use rmail-spool-directory unconditionally.
58
59         * gnus-nocem.el (gnus-nocem-issuers): Update.
60         (gnus-nocem-check-from): New option.
61         (gnus-nocem-scan-groups): Use it.
62         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
63
64 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
65
66         * gnus-nocem.el (gnus-nocem-check-article-limit): New variable.
67         (gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'.
68
69 2000-10-18  Simon Josefsson  <simon@josefsson.org>
70
71         * nnheader.el (nnheader-parse-head): Try both "from:" and "from: ".
72
73         * gnus-sum.el (gnus-get-newsgroup-headers): Ditto.
74
75 2000-10-17  Simon Josefsson  <simon@josefsson.org>
76
77         * gnus-sum.el (gnus-get-newsgroup-headers): Search for "from:"
78         instead of "from: " for rfc822 compliance.
79
80         * gnus-uu.el (gnus-uu-digest-mail-forward): Ditto. Insert SPC.
81
82         * nnheader.el (nnheader-parse-head): Ditto.
83
84 2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
85
86         * mail-source.el (mail-source-keyword-map): Use
87         `rmail-spool-directory' as a default directory for the `file'
88         source, if the variable is defined.  Fall back to hardcoded
89         "/usr/spool/mail/", as before.  Suggestion by Steven E. Harris
90         <seh@speakeasy.org>.
91
92 2000-10-13 12:01:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
93
94         * message.el (message-send-mail-partially): Replace the header
95          delimiter with a blank line.
96
97 2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
98
99         * gnus-sum.el (gnus-get-split-value): Use first match only (Ed L
100         Cashin <ecashin@coe.uga.edu>).
101
102 2000-10-13 10:52:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
103
104         * gnus-ems.el (gnus-article-compface-xbm): Ignore errors.
105
106 2000-10-11  John Wiegley  <johnw@gnu.org>
107
108         * gnus-topic.el (gnus-topic-mode): Use `setq' to clear
109         `gnus-group-change-level-function', instead of `remove-hook',
110         because it's not a hook!
111
112         * gnus-mlspl.el (gnus-group-split-update): Check the value of
113         `nnmail-crosspost', and use it to set the `no-crosspost'
114         argument when calling `gnus-group-split-fancy'.  Otherwise, it
115         assumes that cross-posting is always OK, no matter what
116         `nmail-crosspost' is set to.
117         (gnus-group-split-fancy): The argument order in the
118         second-to-last `push' call was wrong, but since `no-crosspost'
119         was always nil, it was never being triggered.
120
121         * gnus-art.el (gnus-treat-hide-citation-maybe): Added this
122         variable to correspond with `gnus-article-hide-citation-maybe'.
123         (gnus-treatment-function-alist): Added entry for the above
124         correlation.
125
126 2000-10-12 08:26:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
127
128         * mm-util.el (mm-with-unibyte-current-buffer): Revert to old.
129         (mm-with-unibyte-current-buffer-mule4): New function.
130         * qp.el (quoted-printable-encode-region): Use it.
131         * rfc2047.el (rfc2047-decode): Ditto.
132         * webmail.el (webmail-init): Revert to use mm-disable-multibyte.
133
134 2000-10-10 08:44:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
135
136         * rfc2047.el (rfc2047-fold-region): "=?=" is not a break point.
137
138 2000-10-10 00:00:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
139
140         * webmail.el (webmail-init): Use mm-disable-multibyte-mule4.
141
142 2000-10-09 22:50:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
143
144         * base64.el (base64-decode-region): Just give a message if the end
145         is not sane.
146
147 2000-10-09 20:09:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
148
149         * rfc2047.el (rfc2047-encode-message-header): Move fold into
150         encode-region.
151         (rfc2047-dissect-region): Rewrite.
152         (rfc2047-encode-region): Rewrite.
153         (rfc2047-fold-region): Fold any line longer than 76.
154         (rfc2047-unfold-region): New function.
155         (rfc2047-decode-region): Use it.
156         (rfc2047-q-encode-region): Don't break at bob.
157
158 2000-10-09 17:12:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
159
160         * nntp.el (nntp-open-connection): Kill process buffer when quit.
161         (nntp-connection-timeout): Add a note. SIGALRM is ignored in both
162         FSF Emacs 20 and XEmacs 21.
163         * gnus-agent.el (gnus-agent-fetch-session): Catch quit.
164
165 2000-10-09  Dave Love  <fx@gnu.org>
166
167         * gnus-audio.el: Don't require cl.
168         (gnus-audio): New custom group.
169         (gnus-audio-inline-sound): Change to work with Emacs.
170         (gnus-audio-directory, gnus-audio-directory) 
171         (gnus-audio-au-player):  Customize.
172         (gnus-audio-play): Try external player if play-sound-file fails.
173         Use file-name-extension, not string-match.
174
175         * gnus-art.el (article-de-quoted-unreadable)
176         (article-de-base64-unreadable): Fold search case rather than
177         downcasing string.  Apply mm-charset-to-coding-system to arg of
178         quoted-printable-decode-region.
179         (gnus-article-dumbquotes-map): Fix dashes.
180         (gnus-button-mailto, gnus-button-embedded-url): Doc fix.
181         (gnus-button-reply): Just alias it.
182
183 2000-10-09  Stefan Monnier  <monnier@cs.yale.edu>
184
185         * mm-encode.el: Require CL.  At least, for `incf'.
186
187         * nnfolder.el (nnfolder-ignore-active-file): Typos.
188
189         * gnus-mh.el (gnus-summary-save-in-folder): Obey mh-lib-progs.
190
191         * gnus-kill.el (gnus-kill): Typo.
192
193 2000-10-09  Gerd Moellmann  <gerd@gnu.org>
194
195         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
196
197 2000-10-09  Simon Josefsson  <simon@josefsson.org>
198
199         * nnimap.el (nnimap-group-overview-filename): Create directory for
200         newfile (when use long filenames is nil).  Copy+delete file if
201         rename didn't work.
202         (nnimap-group-overview-filename): `rename-file' and `copy-file'
203         doesn't return anything useful, use ignore-errors instead.
204
205 2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
206
207         * dgnushack.el (dgnushack-compile): Delete old elc files first.
208
209 2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
210
211         * gnus-ems.el (gnus-kill-all-overlays): Move here.
212         * gnus-util.el (gnus-kill-all-overlays): Move out.
213         * gnus-sum.el (gnus-cache-write-active): Auto load.
214         * lpath.el: Shut up.
215         * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
216         asynchronous in Exp version.
217
218 2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
219
220         * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
221         * gnus-ems.el: Autoload smiley.
222         * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
223
224 2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
225
226         * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
227         (gnus-summary-select-article): Don't enable multibyte here.
228         (gnus-summary-goto-article): Ditto.
229
230 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
231
232         * gnus-draft.el (gnus-draft-send-message): Typo.
233
234 2000-10-08  Simon Josefsson  <simon@josefsson.org>
235
236         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
237         uid validity changes.
238         (nnimap-group-overview-filename): Store uidvalidity in filenames.
239         Rename old files into new format.
240
241 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
242
243         * mm-util.el (mm-enable-multibyte-mule4): New.
244         (mm-disable-multibyte-mule4): New.
245         * gnus-sum.el (gnus-summary-mode): Use it.
246         (gnus-summary-select-article): Ditto.
247         (gnus-summary-goto-article): Use enable multibyte.
248         * rfc2047.el (rfc2047-decode): Use unibyte.
249
250 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
251
252         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
253
254 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
255
256         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
257         break point.
258         (rfc2047-fold-region): Don't break the first non-LWSP characters.
259
260 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
261
262         * gnus.el (gnus-agent-fetching): New variable.
263         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
264         * gnus-score.el (gnus-score-body): Don't score body when
265         agent-fetching.
266         (gnus-score-followup): Don't score followup either. 
267
268 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
269
270         * gnus-art.el: Define dynamic variables in eval-when-compile.
271         * message.el (message-sending-message): New variable.
272         (message-send): Use it.
273         * gnus-draft.el (gnus-draft-send-message): Ditto.
274         (gnus-group-send-drafts): Ditto.
275
276 2000-10-06  Dave Love  <fx@gnu.org>
277
278         * gnus-audio.el: Don't require cl.
279         (gnus-audio): New custom group.
280         (gnus-audio-inline-sound): Change to work with Emacs.
281         (gnus-audio-directory, gnus-audio-directory) 
282         (gnus-audio-au-player):  Customize.
283         (gnus-audio-play): Try external player if play-sound-file fails.
284         Use file-name-extension, not string-match.
285
286 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
287
288         * gnus-art.el (gnus-article-prepare): Configure it again.
289
290 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
291
292         * message.el (message-default-charset): Default value for non-Mule
293         Emacsen.
294
295 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
296
297         * message.el (message-alternative-emails): New.
298         (message-use-alternative-email-as-from): New.
299         (message-setup): Use them.
300
301 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
302
303         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
304         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
305
306         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
307         gnus-overlay-start.
308         * gnus.el: Ditto.
309         * gnus-art.el (gnus-insert-mime-button): Use them.
310
311 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
312
313         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
314         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
315
316 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
317
318         * qp.el (quoted-printable-encode-region): Use
319         mm-with-unibyte-current-buffer within narrowed region.
320
321 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
322
323         * webmail.el (webmail-type-definition): Fix my-deja open url.
324
325 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
326
327         * message.el (message-setup-fill-variables): New variable.
328         (message-mode): Use it.
329
330 2000-10-05  Dave Love  <fx@gnu.org>
331
332         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
333         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
334
335         * binhex.el: Use defalias, not fset.
336
337         * rfc1843.el: Require cl when compiling.
338
339 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
340
341         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
342
343 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
344
345         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
346         adjacent.
347
348 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
349
350         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
351         (mm-find-charset-region): Merge conditions, delete ascii.
352         (mm-charset-after): Rewrite.
353         * mm-bodies.el (mm-encode-body): Use it.
354
355 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
356
357         * webmail.el (webmail-hotmail-list): Fix.
358
359 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
360
361         * nnimap.el (require): cl.
362
363 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
364
365         * gnus-art.el (gnus-article-prepare): Configure windows before
366         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
367         window might be overrided.
368
369 2000-10-04  Dave Love  <fx@gnu.org>
370
371         * gnus-ems.el (gnus-article-display-xface)
372         [gnus-article-compface-xbm]: Fix.
373         (gnus-x-splash): Bind width, height.
374
375 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
376
377         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
378         when it is called interactively.
379
380 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
381
382         * gnus-art.el (gnus-mime-action-alist): New variable.
383         (gnus-mime-action-on-part): Use it.
384         (gnus-mime-button-commands): Add command ".".
385
386 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
387
388         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
389
390 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
391
392         * lpath.el: "." is in the load-path because dgnushack.el.
393
394 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
395
396         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
397
398         * nnheader.el: ditto
399
400         * mm-util.el: ditto
401
402         * message.el: ditto
403
404         * binhex.el: ditto
405
406         * gnus-audio.el: removed unnecessary xemacs test
407
408         * earcon.el: ditto
409         
410 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * nnweb.el (nnweb-decode-entities): Work for non-character
413         entities. 
414
415 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * gnus.el: Message the quit parts.
418
419 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
420
421         * mail-source.el (mail-source-fetch-maildir): Don't insert
422         newlines.
423
424 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
425
426         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
427         lpath.el. Don't compile base64.el if there is builtin base64.
428
429 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
430
431         * base64.el (Repository): Use featurep for XEmacs test.
432
433 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
434
435         * nntp.el (nntp-retrieve-data): Don't ignore quit.
436
437 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
438
439         * gnus-art.el (gnus-article-banner-alist): New variable.
440         (article-strip-banner): Use it.
441         * gnus-cus.el (gnus-group-parameters): Allow symbol.
442
443 2000-10-02  Dave Love  <fx@gnu.org>
444
445         * smiley-ems.el: New file.
446
447         * gnus-ems.el (gnus-smiley-display): Autoload.
448         (mouse-set-point, set-face-foreground, set-face-background)
449         (x-popup-menu): Don't clobber these.
450         (gnus-article-compface-xbm): New variable.
451         (gnus-article-display-xface): Move graphic test.  Use unibyte.
452         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
453
454         * mml.el (require): Fix typo.
455         (mml-parse-1): Modify unknown encoding prompt.
456
457         * mail-source.el (mail-sources): Revert to nil.
458
459         * nnmail.el (nnmail-spool-file): Revert previous change.
460
461         * gnus.el: Don't require custom, message.
462         (gnus-message-archive-method): Wrap initializer in progn and
463         require message here.
464
465 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
466
467         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
468         image's :ascent to 80.  That gives a mode-line which is approx.
469         as tall as the normal one.
470
471 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
472
473         * webmail.el (webmail-hotmail-list): Fix.
474
475 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
476
477         Don't postpone GCC if none of GCC methods is agent-covered.  This
478         fix presumes that the post-method must be agent-covered if any Gcc
479         method is agent-covered.
480
481         * gnus-msg.el (gnus-inews-group-method): New function.
482         (gnus-inews-do-gcc): Use it.
483         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
484         (gnus-agent-possibly-save-gcc): Use it.
485         (gnus-agent-possibly-do-gcc): Ditto.
486
487 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
488
489         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
490         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
491
492 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
493
494         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
495         webmail-hotmail-list): Update.
496
497 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
498
499         * mail-source.el (mail-source-report-new-mail): Use
500         nnheader-cancel-timer.
501
502 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
503
504         * lpath.el (overlay-*): Shut up.
505         * dgnushack.el: Two implementations of smiley.
506
507 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
508
509         * gnus-ml.el: Usage.
510         (gnus-mailing-list-archive, gnus-mailing-list-owner,
511         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
512         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
513         (gnus-mailing-list-menu): Define it.
514         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
515         
516         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
517
518 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
519
520         * webmail.el (webmail-my-deja-*): Rewrite.
521
522 2000-09-30  Simon Josefsson  <simon@josefsson.org>
523
524         * nnimap.el (nnimap-request-accept-article): Remove \n's from
525         From_ lines.
526
527 2000-08-05  Simon Josefsson <simon@josefsson.org>
528
529         Make GCC to remote groups work when unplugged
530         (postpone GCC until message is actually sent).
531
532         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
533
534         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
535         (gnus-agent-restore-gcc): 
536         (gnus-agent-possibly-save-gcc): New functions.
537
538         * gnus-msg.el (gnus-inews-add-send-actions): Use
539         `gnus-agent-possibly-do-gcc' if Agentized.
540         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
541         to `message-header-hook'.
542
543         * gnus.el (gnus-agent-gcc-header): New variable.
544
545 2000-07-13  Simon Josefsson <simon@josefsson.org>
546
547         Asks the user to synch flags with server when you plug in.
548
549         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
550         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
551         (gnus-agent-toggle-plugged): Call it.
552         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
553         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
554         (gnus-agent-possibly-synchronize-flags): New function.
555         (gnus-agent-possibly-synchronize-flags-server): New function.
556
557 2000-09-30  Simon Josefsson  <simon@josefsson.org>
558
559         * starttls.el: New file, by Daiki Ueno.
560
561 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
562
563         * message.el (message-make-in-reply-to): In-Reply-To is message-id
564         (see DRUMS).
565         
566 2000-09-29  Simon Josefsson  <simon@josefsson.org>
567
568         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
569         prefetch.
570
571 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
574         sending a command; allow the rtelnet prompt as well.
575
576 2000-09-29  Simon Josefsson  <simon@josefsson.org>
577
578         * message.el (message-send): Make sure error is signalled if no
579         send method is specified.
580
581 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
582
583         * qp.el (quoted-printable-encode-region): Wrap with
584         `mm-with-unibyte-current-buffer'.
585
586 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
587
588         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
589           McEwan's proposal.
590         
591 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
592
593         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
594         the GNU assignment issue.
595
596 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
597
598         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
599
600 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
601
602         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
603
604 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
605
606         * gnus-art.el (article-strip-banner): Use
607         gnus-group-find-parameter rather than gnus-group-get-parameter, to
608         allow inheritance on the banner.
609         From elkin@tverd.astro.spbu.ru.
610
611 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
612
613         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
614
615 2000-09-26  Dave Love  <fx@gnu.org>
616
617         * gnus-draft.el: Don't require gnus-agent.
618
619         * mm-view.el: Use featurep for XEmacs test.
620         (mm-inline-message): Test for `remove-specifier'; don't use
621         condition-case.
622
623 2000-09-24  Simon Josefsson  <simon@josefsson.org>
624
625         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
626
627         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
628         support ACL's.
629
630         * nnimap.el (nnimap-acl-get): Check capability.
631
632         * mail-source.el (mail-source-imap-file-coding-system): New variable.
633         (mail-source-fetch-imap): Use it.
634
635         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
636         (rfc2104-hash): Use it.
637
638         * imap.el (imap-starttls-p): Check for starttls binary.
639         (imap-starttls-open): More verbose.
640         (imap-gssapi-auth): Ditto.
641         (imap-kerberos4-auth): Ditto.
642         (imap-cram-md5-auth): Ditto.
643         (imap-login-auth): Ditto.
644         (imap-anonymous-auth): Ditto.
645         (imap-digest-md5-auth): Ditto.
646         (imap-open): Ditto.
647         (imap-digest-md5-p): Check capability first.
648
649 2000-09-24  Simon Josefsson  <simon@josefsson.org>
650
651         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
652         (imap-login-p): Support LOGINDISABLED.
653
654 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
655
656         * rfc2104.el: Add SHA-1 example.
657
658 2000-09-22  Simon Josefsson  <simon@josefsson.org>
659
660         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
661
662 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
663
664         * lpath.el: Bind nnkiboze-score-file.
665
666 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
667
668         * gnus-score.el (gnus-score-use-all-scores): New variable.
669         (gnus-all-score-files): Use it.
670         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
671         (nnkiboze-enter-nov): Fix it when there is no xref.
672         (nnkiboze-generate-groups): List groups.
673         * gnus-group.el (gnus-group-make-kiboze-group): Use 
674         nnkiboze-score-file.
675         
676         * nnkiboze.el (nnkiboze-request-article): Use
677         gnus-cache-request-article.
678         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
679
680 2000-07-16 Dmitry Bely <dbely@mail.ru>
681
682         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
683
684 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
685
686         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
687
688 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
689
690         * message.el (message-default-charset): Set default value in
691         non-MULE XEmacsen as iso-8859-1.
692
693 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
694
695         * gnus-demon.el: Use (featurep 'xemacs).
696         * gnus-agent.el: timer vs. itimer.
697         * mail-source.el: Ditto.
698
699 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
700
701         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
702         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
703         * gnus-sum.el (gnus-nov-parse-line): Ditto.
704         * nnkiboze.el (nnkiboze-file-coding-system): New.
705         (nnkiboze-retrieve-headers): Use it.
706         (nnkiboze-request-group): Ditto.
707         (nnkiboze-close-group): Ditto.
708         (nnkiboze-generate-group): Ditto.
709         (nnkiboze-enter-nov): Insert first Xref properly.
710
711 2000-09-19  Dave Love  <fx@gnu.org>
712
713         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
714         (nnmail-get-new-mail): Test `sources' in top-level conditional.
715
716         * mail-source.el (mail-sources): Change default to '((file)).
717         Add useful custom type.
718
719 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
720
721         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
722         year).
723         (gnus-date-iso8601): Ditto.
724
725 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
726
727         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
728
729 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
730
731         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
732         pattern. Avoid using 8 bit chars.
733         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
734
735 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
736
737         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
738         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
739         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
740         functions are not implemented yet.
741         
742         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
743         x-overlay.el from the FSF Emacs black list.
744
745 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
746
747         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
748         (mm-inline-media-tests): Ditto.
749         (mm-automatic-display): Ditto.
750         * mm-view.el (mm-display-inline-fontify): Generalize from 
751         mm-display-patch-inline. 
752         (mm-display-patch-inline): Use it.
753         (mm-display-elisp-inline): Ditto.
754         
755 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
756
757         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
758         (gnus-topic-unmark-topic): Ditto.
759         (gnus-topic-mark-topic): Ditto.
760         (gnus-topic-get-new-news-this-topic): Use it.
761
762 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
763
764         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
765         display xface.
766
767 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
770         zombie or killed groups.
771         
772 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
773
774         * mml.el (mml-preview): Reinsert unibyte content. 
775         (mml-parse-1): Remove with-unibyte-current-buffer.
776         (mml-generate-mime-1): Ditto.
777         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
778         * message.el (message-forward): Ditto.
779
780 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
781
782         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
783         original article buffer.
784         (article-de-base64-unreadable): Ditto.
785         (article-wash-html): Ditto.
786
787 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
788
789         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
790         unless forward-show-mml.
791
792 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
793
794         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
795         (gnus-summary-save-parts-last-directory): New.
796         (gnus-summary-save-parts): Save history.
797
798 2000-09-14 Ben Gertzfield <che@debian.org>
799
800         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
801         variable.
802         (gnus-summary-save-parts): Use it.
803
804 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
805
806         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
807         * gnus-sum.el (gnus-summary-exit): Ditto.
808         (gnus-summary-exit-no-update): Ditto.
809         (gnus-summary-show-article): Ditto.
810
811 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
812
813         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
814         Content-Disposition.
815
816 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
817
818         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
819
820 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
821
822         * gnus-art.el (gnus-article-setup-buffer): Set
823         gnus-article-mime-handles to nil.
824         * gnus-sum.el (gnus-summary-exit): Ditto.
825         (gnus-summary-exit-no-update): Ditto.
826         (gnus-summary-show-article): Ditto.
827         (gnus-summary-save-parts): Use gnus-article-mime-handles if
828         dissected.
829         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
830
831 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
832
833         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
834         (gnus-sort-threads-1): New function. Sort threads recursively.
835         (gnus-sort-threads): Use it.
836         (gnus-sort-gathered-threads): Doc fix.
837
838 2000-09-13  Dave Love  <fx@gnu.org>
839
840         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
841
842         * gnus-ems.el (gnus-ems-redefine): Don't alias
843         gnus-summary-set-display-table.
844
845         * message.el (message-user-agent): Don't wrap ignore-errors around
846         it.
847
848         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
849         `format'.
850         (mm-content-transfer-encoding): Don't use cadar.
851
852         * uudecode.el (uudecode-decoder-program) 
853         (uudecode-decoder-switches): Customize.
854
855         * gnus-score.el (gnus-home-score-file): Improve custom type.
856
857         * gnus-cus.el (gnus-custom-mode): Conditionally set local
858         variables for Emacs 21.
859         (gnus-group-customize): Disable undo while laying out the buffer.
860
861 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
862
863         * gnus-util.el (gnus-write-active-file): Bind
864         coding-system-for-write.
865
866 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
867
868         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
869         
870         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
871         * gnus-kill.el (gnus-batch-score): Ditto.
872         * gnus-move.el (gnus-change-server): Ditto.
873         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
874
875 2000-09-12  Simon Josefsson  <simon@josefsson.org>
876
877         * gnus-sum.el (gnus-update-read-articles): Undo
878         `gnus-request-set-mark' operation.
879
880 2000-09-11  Dave Love  <fx@gnu.org>
881
882         * Changelog: Use iso-2022 coding.
883
884         * gnus-msg.el (gnus-msg-mail): New function.
885         (gnus-user-agent): New mail agent.
886
887 2000-09-10  Dave Love  <fx@gnu.org>
888
889         * message.el: Require mail-abbrevs for XEmacs for a problem with
890         keybinding despite the autoloads for it.
891
892 2000-09-08  Simon Josefsson  <simon@josefsson.org>
893
894         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
895
896         * nnimap.el (nnimap-request-update-info-internal): Remove tick
897         marks from dormant articles. (See nnimap-request-set-mark.)
898         (nnimap-retrieve-headers-progress): Demule.
899         (nnimap-open-server): Call nnoo-change-server twice, once for
900         getting the nnimap-server-buffer and once for letting n-c-s set
901         the variables in that buffer.
902
903 2000-09-08  David Edmondson <dme@dme.org>
904
905         * gnus.el (gnus-short-group-name): Guess separator.
906
907 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
908
909         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
910         XEmacs as well.
911
912 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
913
914         * gnus-group.el (gnus-group-insert-group-line): Fix.
915
916 2000-09-04  Dave Love  <fx@gnu.org>
917
918         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
919         (mm-get-image): Avoid the losing `make-glyph' from W3.
920
921 2000-09-03  Simon Josefsson  <simon@josefsson.org>
922
923         * gnus-sum.el (gnus-summary-delete-article): Check server.
924
925 2000-09-01  Simon Josefsson  <simon@josefsson.org>
926
927         * imap.el (imap-parse-flag-list): Rewrite.
928
929         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
930
931         * imap.el (imap-parse-flag-list): Hack.
932
933 2000-08-29  Dave Love  <fx@gnu.org>
934
935         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
936
937         * dgnushack.el (mapcon, union): Remove compiler macros.
938
939         * gnus-agent.el (gnus-agent-union): new function.
940         (gnus-agent-fetch-headers): Use it.
941
942         * gnus.el (gnus-group-startup-message): Specify foreground and
943         background for xpm image.  Centre image vertically.
944         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
945
946 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
947
948         * message.el (message-send-mail): Narrow-to-headers.
949
950 2000-08-24  Dave Love  <fx@gnu.org>
951
952         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
953         21.
954
955 2000-08-23  Dave Love  <fx@gnu.org>
956
957         * dgnushack.el: Remove `member-if' compiler macro.
958
959 2000-08-21  Dave Love  <fx@gnu.org>
960
961         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
962
963 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
964
965         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
966         permanent is used.
967         (gnus-topic-show-topic): Read topic when to show permanent hidden
968         topic.
969         (gnus-topic-remove-topic): Revert to the old behavior, not using
970         hide.
971
972 2000-08-21  Dave Love  <fx@gnu.org>
973
974         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
975         (gnus-xemacs): Use featurep.
976
977         * mm-util.el (mm-read-charset): Maybe use builtin.
978         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
979         (mm-multibyte-p, mm-with-unibyte-current-buffer)
980         (mm-with-unibyte): Use featurep, not string-match.
981         (mm-with-unibyte-buffer): Simplify.
982         (mm-quote-arg): Maybe use shell-quote-argument.
983
984         * mml.el (mml-make-string): Deleted (unused).
985
986         * gnus.el (gnus-mode-line-buffer-identification): Supply
987         definition for Emacs 21.
988
989         * gnus-salt.el: Small doc fixes.
990         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
991         gnus-add-minor-mode.
992
993         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
994         gnus-add-minor-mode.
995
996 2000-08-20  Simon Josefsson  <simon@josefsson.org>
997
998         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
999         function, thanks to Lloyd Zusman for debugging.
1000         (nnimap-request-group): 
1001         (nnimap-request-list): 
1002         (nnimap-retrieve-groups): 
1003         (nnimap-request-newgroups): Use it.
1004
1005         * nnimap.el (nnimap-request-article-part): Less verbose.
1006
1007 2000-08-19  Andreas Jaeger  <aj@suse.de>
1008
1009         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
1010         subst-char-in-string since we test elsewhere whether it's bound.
1011         
1012 2000-08-18  Dave Love  <fx@gnu.org>
1013
1014         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
1015         custom type.
1016
1017         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
1018         gnus-group-running-xemacs.
1019
1020         * nnheader.el (nnheader-replace-chars-in-string): Use
1021         subst-char-in-string if available.
1022
1023         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
1024         (gnus-request-article-this-buffer): Use expand-file-name.
1025         (gnus-mime-view-part-as-type): Simplify interactive spec.
1026         (gnus-mime-button-map): Define it all in defvar.
1027
1028 2000-08-17  Dave Love  <fx@gnu.org>
1029
1030         * gnus-group.el (gnus-group-running-xemacs): Deleted.
1031
1032         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
1033         last-nonmenu-event.
1034
1035         * uudecode.el (char-int): Use defalias, not fset.
1036
1037         * score-mode.el: Don't require easymenu.  Require mm-util.
1038         (score-mode-coding-system): Use mm-auto-save-coding-system.
1039
1040         * nneething.el (nneething-create-mapping): Don't use cadar & al.
1041         (nneething-file-name): Use expand-file-name, not concat.
1042
1043 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
1044
1045         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
1046         Failure proof for email addresses.
1047         (nnslashdot-sane-retrieve-headers): Ditto.
1048
1049 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * message.el (message-send-mail): Only insert courtesy message
1052         when text/plain.
1053
1054 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
1055
1056         * message.el (message-cancel-news): Copy the From header from the
1057         original article.
1058
1059 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * gnus-async.el (gnus-asynchronous): Removed.
1062
1063 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1064
1065         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
1066         format.
1067
1068 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
1069
1070         * nnmail.el (nnmail-expiry-target-group): Fixed.
1071
1072 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1073
1074         * nnmail.el (nnmail-expiry-target-group): Fix the call to
1075         gnus-request-accept-article so that body encoding is *not* done.
1076         Encoding is not done on incoming mail, so why should it be done on
1077         expired mail?
1078
1079
1080 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1081
1082         * nnml.el (nnml-request-expire-articles): Fix the calls to
1083         nnml-request-article (the filename was being passed instead of the
1084         article number) and nnmail-expiry-target-group
1085         (nnml-current-directory is changed by nnml-request-accept-article,
1086         causing it to be incorrect for the next article to be expired).
1087
1088 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1089
1090         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
1091         expiry-target group parameters. 
1092
1093 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
1096         buffer.
1097         (gnus-topic-hide-topic): Take a PERMANENT parameter.
1098         (gnus-topic-show-topic): Ditto.
1099
1100         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
1101
1102 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
1103
1104         * mail-source.el (mail-source-incoming-file-prefix): New
1105         variable. 
1106
1107 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
1110
1111         * mailcap.el (mailcap-maybe-eval): Be even more warning.
1112
1113 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
1114
1115         * message.el (message-syntax-checks): New check quotin-style: 
1116         Text must be written below quoted text.
1117         (message-check-news-body-syntax): Check it.
1118
1119 2000-08-11  Simon Josefsson  <simon@josefsson.org>
1120
1121         * imap.el (imap-authenticator-alist): Fix typo.
1122         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
1123         Jonas Oberg for debugging.
1124
1125 2000-08-11  Simon Josefsson  <simon@josefsson.org>
1126
1127         * gnus-async.el (gnus-asynchronous): Disable by default.
1128
1129 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * mm-view.el (mm-inline-text): Bind fill-column.
1132
1133         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
1134         list of unexpired articles.
1135
1136         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
1137         un-expired articles. 
1138
1139         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
1140         headers. 
1141
1142         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
1143         we update the right topic.. 
1144
1145         * mm-decode.el (mm-display-external): Put point at start. 
1146
1147 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1148
1149         * nnmail.el (nnmail-expiry-target): More explicit documentation.
1150
1151         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
1152
1153 2000-08-09  Simon Josefsson <simon@josefsson.org>
1154
1155         * imap.el (imap-parse-body):
1156         (imap-parse-string-list): Add bug workarounds for Stalker
1157         Communigate Pro 3.0 server.
1158         (imap-body-lines): Remove bogus comment.
1159
1160         * imap.el (imap-range-to-message-set): Move from nnimap.el.
1161
1162         * nnimap.el (nnimap-retrieve-which-headers):
1163         (nnimap-retrieve-headers-from-server):
1164         (nnimap-request-set-mark):
1165         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
1166
1167 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
1168
1169         * message.el (message-dont-reply-to-names):
1170         rmail-dont-reply-to-names may not be defined.
1171
1172 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1173
1174         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
1175         not use pop.
1176
1177 2000-07-19  Dave Love  <fx@gnu.org>
1178
1179         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
1180         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
1181         check.
1182         (gnus-article-display-xface): Special-case for dark backgrounds.
1183
1184 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
1185
1186         * imap.el (imap-calculate-literal-size-first): New variable.
1187         (imap-local-variables): Add it.
1188         (imap-kerberos4-open): Set it.
1189         (imap-send-command): Use it.
1190
1191 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1192
1193         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
1194         (mailcap-parse-mimetypes): Use it.
1195         (mailcap-extension-to-mime): Parse mimetype.
1196         (mailcap-mime-types): Ditto.
1197         * mml.el (mml-minibuffer-read-type): Ditto.
1198
1199 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1200
1201         * nndoc.el (nndoc-type-alist): Add outlook.
1202         (nndoc-outlook-type-p): New function.
1203         (nndoc-outlook-article-begin): Ditto.
1204
1205 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
1206
1207         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
1208         excursion.
1209
1210 2000-07-15  Simon Josefsson  <simon@josefsson.org>
1211
1212         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
1213
1214         * imap.el (imap): 
1215         (imap-kerberos4-program): 
1216         (imap-gssapi-program): 
1217         (imap-ssl-program): Customization.
1218         (imap-shell-program): 
1219         (imap-shell-host): New variables.
1220         (imap-streams): 
1221         (imap-stream-alist): Add shell.
1222         (imap-shell-p): 
1223         (imap-shell-open): New functions.
1224         (imap-open): Don't call authenticator if preauth.
1225         (imap-authenticate): Return t if already authenticated.
1226
1227 2000-07-14  Simon Josefsson  <simon@josefsson.org>
1228
1229         * gnus.el (gnus-invalid-group-regexp): New variable.
1230         (gnus-read-group): Use it.
1231
1232 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1233
1234         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1235         expunge-below and orphan-score are "group variables".
1236
1237 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1238
1239         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1240         qualified group names to `gnus-group-read-ephemeral-group'.
1241
1242 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * dgnushack.el (srcdir): Define it before use it.
1245
1246 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1247
1248         * gnus-sum.el: `W t' is toggle-header in info.
1249
1250 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1251
1252         * lpath.el: Fbind subst-char-in-string.
1253
1254 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1255
1256         * Makefile.in: Use W3DIR and lispdir.
1257         * dgnushack.el: Ditto.
1258
1259 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1260
1261         * gnus-art.el (article-de-base64-unreadable): Typo.
1262
1263 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1264
1265         * gnus-agent.el (require): Require timer.
1266
1267 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1268
1269         * message.el (message-bounce): Call mime-to-mml.
1270
1271 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnslashdot.el (nnslashdot-request-close): New function.
1274
1275 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1278         right line number for the article.
1279
1280 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1281
1282         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1283         * webmail.el (webmail-fetch): Bind 
1284         url-http-silence-on-insecure-redirection.
1285
1286 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1287
1288         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1289         unibyte.
1290         (nnslashdot-sane-retrieve-headers): Ditto.
1291         (nnslashdot-request-article): Ditto.
1292
1293 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1294
1295         * mailcap.el (mailcap-parse-mimetype-file): 
1296
1297 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1298
1299         * nnweb.el (nnweb-insert): Stricter test.
1300         * webmail.el (webmail-refresh-redirect): Ditto.
1301
1302 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1303
1304         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1305
1306 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1307
1308         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1309
1310 2000-07-05  Dave Love  <fx@gnu.org>
1311
1312         * utf7.el: Doc and header fixes.
1313
1314         * gnus-sum.el: Doc fixes.
1315
1316         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1317         defalias, not fset.
1318
1319         * flow-fill.el (fill-flowed-point-at-eol)
1320         (fill-flowed-point-at-bol): Use defalias, not fset.
1321
1322         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1323         (gnus-Plain-save-name): Delete -- apparently bogus.
1324
1325 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * nnsoup.el: Use expand-file-name throughout.
1328
1329 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1330
1331         * nnmail.el (nnmail-read-incoming-hook): New example.
1332
1333 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * mm-view.el (mm-inline-text): Check whether the text has already
1336         been decoded.
1337
1338 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1339
1340         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1341
1342 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1343
1344         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1345
1346 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1347
1348         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1349         unsend flags.
1350
1351 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1352
1353         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1354         name in authinfo (.authinfo now support ports, no need for the
1355         hack).
1356         (nnimap-split-find-rule): Fix.
1357         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1358
1359 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1360
1361         * message.el (message-unquote-tokens): Remove all quotes.
1362
1363 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1364
1365         * gnus-ml.el: New file. 
1366
1367 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * nnultimate.el (nnultimate-request-close): New function.
1370
1371         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1372
1373 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1374
1375         * Makefile.in: Better support for xemacs builds
1376
1377 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1378
1379         * gnus.el: Gnus v5.8.7 is released.
1380
1381 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1384
1385 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1386
1387         * message.el (message-do-fcc): Encode MIME.
1388
1389 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1390
1391         * lpath.el: Fbind image-size.
1392
1393 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1394
1395         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1396         (nnimap-assoc-match): New function.
1397         (nnimap-split-find-rule): Support extended syntax.
1398
1399 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1400
1401         * nnimap.el (nnimap-open-connection): Use port stuff.
1402
1403         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1404         document port and defaultport.
1405
1406 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1407
1408         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1409
1410 2000-06-26  Dave Love  <fx@gnu.org>
1411
1412         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1413
1414         * message.el: Remove unnecessary `require'ments.  Defvar
1415         gnus-list-identifiers when compiling.  Don't try to autoload
1416         variable `gnus-list-identifiers'.  Autoload
1417         gnus-group-name-charset.
1418         (message-fetch-field): Don't assume `format' removes text
1419         properties.
1420         (message-strip-list-identifiers, message-reply, message-followup):
1421         Require gnus-sum.
1422         (message-mode): Tidy XEmacs conditionals.
1423         (message-replace-chars-in-string): Use subst-char-in-string when
1424         available.
1425
1426         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1427         Define if necessary.
1428
1429         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1430         removes text properties.
1431
1432         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1433
1434         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1435
1436         * gnus-score.el (gnus-summary-score-entry): Likewise.
1437
1438 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * nnimap.el (nnimap-request-post): Fix parenthesis.
1441
1442 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1443
1444         * message.el (message-unquote-tokens): New function.
1445
1446         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1447
1448         * nnimap.el (nnimap-request-post): Ditto.
1449
1450 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1451
1452         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1453
1454         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1455         patch commited 2000-04-02).
1456
1457 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1458
1459         * imap.el (imap-mailbox-examine-1): New function.
1460         (imap-message-copyuid-1):
1461         (imap-message-appenduid-1): Use it, instead of
1462         `imap-mailbox-examine' which would utf-7 encode mailbox name
1463         twice.
1464
1465 2000-06-19  Dave Love  <fx@gnu.org>
1466
1467         * mm-uu.el Don't require message.  Require cl when compiling.
1468
1469 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1470
1471         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1472         a local variable.
1473         * gnus-sum.el (gnus-orphan-score): Move here.
1474
1475 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1476
1477         * message.el (message-forward): Remove show-mml condition.
1478         (message-forward-ignored-headers): Remove X-Gnus headers.
1479
1480 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1481
1482         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1483
1484 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1485
1486         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1487
1488 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1489
1490         * message.el (message-syntax-checks): Add type.
1491
1492 2000-06-07  Dave Love  <fx@gnu.org>
1493
1494         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1495         put-image.
1496         (mm-inline-image): Defalias, not fset.
1497
1498         * gnus.el (gnus-group-startup-message): Don't specify string for
1499         insert-image.
1500
1501         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1502         add-minor-mode is available.
1503         (gnus-article-display-xface): Don't specify string for
1504         insert-image.
1505
1506 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1507
1508         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1509         (gnus-topic-insert-topic-line): Use shownp.
1510         (gnus-topic-hide-topic): Don't use hidden.
1511         (gnus-topic-show-topic): Don't use hidden.
1512
1513 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1514
1515         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1516         system.
1517         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1518         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1519         * gnus-util.el (gnus-output-to-rmail): Ditto.
1520         (gnus-output-to-mail): Ditto.
1521         (gnus-write-buffer): Ditto.
1522         * gnus-uu.el (gnus-uu-save-article): Ditto.
1523
1524 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1525
1526         * message.el (message-read-from-minibuffer): Typo.
1527
1528 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1529
1530         * gnus-art.el (article-decode-charset): Override non-MIME forward
1531         charset.
1532
1533 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1534
1535         * mml.el (mml-quote-region): Correct the regexp.
1536         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1537
1538 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1539
1540         * message.el (message-forward): Insert raw text.
1541         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1542         (mml-generate-mime-1): Insert raw text in unibyte mode.
1543
1544 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1545
1546         * mm-bodies.el (mm-body-encoding): Always encoded if
1547         `mm-use-ultra-safe-encoding' is set.
1548
1549 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1550
1551         * mml.el (ange-ftp-name-format): Typo.
1552
1553 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1554
1555         * gnus-start.el (gnus-get-unread-articles): If
1556         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1557         try to do anything on that server.
1558         
1559 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1560
1561         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1562         from latest draft.
1563
1564 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1565
1566         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1567         is open.
1568
1569 2000-05-24  Dave Love  <fx@gnu.org>
1570
1571         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1572
1573 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1574
1575         * gnus.el (gnus-redefine-select-method-widget): new function, call
1576         it once. Add an "other" entry for unknown but editable backend
1577         name symbols.
1578         * gnus-start.el (gnus-declare-backend): use it.
1579
1580 2000-05-19  Dave Love  <fx@gnu.org>
1581
1582         * gnus-art.el (gnus-article-next-page): Revert last change.
1583
1584 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1585
1586         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1587
1588 2000-05-19  Dave Love  <fx@gnu.org>
1589
1590         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1591         not mm-inline-large-images.
1592
1593 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1594
1595         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1596
1597 2000-05-18  Dave Love  <fx@gnu.org>
1598
1599         * gnus-art.el: Use defalias, not fset.
1600         (gnus-article-x-face-command): Don't test for xbm.
1601         (gnus-article-next-page): Redisplay before testing point in window.
1602
1603 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1604
1605         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1606         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1607
1608 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1609
1610         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1611         gnus-summary-save-in-rmail.
1612         * message.el (message-output): Ditto.
1613
1614 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1617
1618 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1619
1620         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1621         is a charset.
1622         * message.el (message-send-news): Check group name charset.
1623         * gnus-msg.el (gnus-post-news): Decode group name.
1624         (gnus-inews-do-gcc): Encode group name.
1625
1626 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1627
1628         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1629         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1630
1631 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1632
1633         * gnus-group.el (gnus-group-mark-line-p): New function.
1634         (gnus-group-goto-group): New parameter.
1635         (gnus-group-remove-mark): Use it.
1636         * gnus-topic.el (gnus-topic-move-group): Ditto.
1637         (gnus-topic-remove-group): Ditto.
1638
1639 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1640
1641         * gnus-group.el (gnus-group-list-dormant): New function.
1642
1643 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1644
1645         * gnus-agent.el (gnus-agent-synchronize): Use
1646         nnheader-insert-file-contents.
1647         (gnus-agent-save-active-1): Ditto.
1648         (gnus-agent-write-active): Ditto.
1649         (gnus-agent-expire): Ditto.
1650         * gnus-cache.el (gnus-cache-read-active): Ditto.
1651         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1652         * gnus-sum.el (gnus-summary-import-article): Ditto.
1653
1654         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1655         (gnus-agent-save-group-info): Ditto.
1656         (gnus-agent-save-alist): Ditto.
1657         * gnus-util.el (gnus-make-directory): Ditto.
1658
1659         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1660
1661 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1662
1663         * mml.el (mml-generate-mime-preprocess-function): New variable.
1664         (mml-generate-mime-postprocess-function): New variable.
1665         (mml-generate-mime-1): Use them.
1666
1667 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1668
1669         * gnus-group.el (gnus-group-apropos): Group name charset.
1670         * gnus-sum.el (gnus-set-mode-line): Ditto.
1671         * gnus-group.el (gnus-group-decoded-name): New function.
1672         (gnus-group-edit-group): Use it.
1673         * gnus-cus.el (gnus-group-customize): Use it.
1674
1675 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1676
1677         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1678
1679 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1680
1681         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1682         (gnus-group-name-charset-group-alist): Ditto.
1683         (gnus-group-name-charset): New function.
1684         (gnus-group-name-decode): New function.
1685         (gnus-group-insert-group-line): Use them.
1686         (gnus-group-prepare-flat-list-dead): Ditto.
1687         (gnus-group-list-active): Ditto.
1688         (gnus-group-describe-all-groups): Ditto.
1689         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1690         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1691         add gnus-group property.
1692         (gnus-browse-group-name): Read gnus-group property.
1693
1694 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1695
1696         * nnfolder.el (nnfolder-possibly-change-group): Use
1697         file-name-coding-system instead of pathname-coding-system.
1698         * nnmail.el (nnmail-find-file): Ditto.
1699         (nnmail-write-region): Ditto.
1700         * nnmh.el (nnmh-retrieve-headers): Ditto.
1701         (nnmh-request-article): Ditto.
1702         (nnmh-request-group): Ditto.
1703         (nnmh-request-list): Ditto.
1704         (nnmh-possibly-change-directory): Ditto.
1705         (nnmh-active-number): Ditto.
1706         * nnml.el (nnml-possibly-change-directory): Ditto.
1707         (nnml-request-list): Ditto.
1708         (nnml-request-article): Ditto.
1709         (nnml-retrieve-headers): Ditto.
1710
1711 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1712
1713         * nnimap.el (nnimap-request-accept-article): Don't unselect
1714         mailbox if no mailbox is selected.
1715
1716 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1717
1718         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1719         Recognize domain names starting with `www.' as starting an URL.
1720
1721 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1722
1723         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1724         (mail-source-keyword-map): Add "subdirs" for maildir.
1725
1726 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1727
1728         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1729         (nnmail-get-new-mail): Use it.
1730         * gnus-start.el (gnus-get-unread-articles): Ditto.
1731
1732 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1733
1734         * gnus-sum.el (gnus-summary-edit-article): Better support for
1735         nndraft:drafts.
1736         * nndraft.el (nndraft-request-replace-article): New function,
1737         bind nnmail-file-coding-system.
1738
1739 2000-05-14  Dave Love  <fx@gnu.org>
1740
1741         * nnheader.el: Replace uses of `fset' with `defalias'.
1742         (jka-compr-compression-info-list): Only defvar when compiling.
1743
1744 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1745
1746         * webmail.el (webmail-netaddress-article): Refresh redirect.
1747
1748 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1749
1750         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1751
1752 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1753
1754         * webmail.el: Translate &nbsp; to SP.
1755
1756 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1757
1758         * message.el (message-bounce): Doc typo.
1759
1760 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1761
1762         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1763         (gnus-soup-store): Ditto.
1764         (gnus-soup-send-packet): Ditto.
1765         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1766         (nnsoup-dissect-buffer): Ditto.
1767         (nnsoup-narrow-to-article): Ditto.
1768         (nnsoup-make-active): Ditto
1769
1770 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1771
1772         * message.el (message-mode): Two parameters for local-variable-p.
1773
1774 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1775
1776         * message.el (message-strip-list-identifiers): New function.
1777         (message-reply): Use it and use message-strip-subject-re.
1778         (message-followup): Ditto.
1779         * gnus-art.el (article-hide-list-identifiers): Remove more.
1780         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1781
1782 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1783
1784         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1785         mail-parset-charset and use non-numeric argument.
1786
1787 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1788
1789         * mml.el (mml-buffer-list): New variable.
1790         (mml-generate-new-buffer): New function.
1791         (mml-destroy-buffers): Ditto.
1792         (mml-insert-mime): Use them.
1793         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1794         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1795         * message.el (message-mode): Ditto.
1796         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1797         (gnus-uu-save-article): Support show-as-mml.
1798         * message.el (message-forward): Ditto.
1799
1800 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1801
1802         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1803         (nndoc-mime-digest-type-p): Locate article head precisely.
1804         * mml.el (mml-generate-default-type): New variable.
1805         (mml-generate-mime-1): Use it.
1806         (mml-insert-mime-headers): Use it.
1807         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1808         (gnus-uu-digest-mail-forward): Use it and call message-forward
1809         with argument digest.
1810         (gnus-uu-save-article): Support message-forward-as-mime.
1811         * message.el (message-forward): Add parameter digest.
1812         * mm-decode.el (mm-dissect-default-type): New variable.
1813         (mm-dissect-buffer): Use it.
1814
1815 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1816
1817         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1818         newline and paragraph to nil when got a non-ascii character. Test
1819         paragraph before newline.
1820
1821 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1822
1823         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1824         limit to 76.
1825
1826 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * nnslashdot.el (nnslashdot-sid-strip): New function.
1829         (nnslashdot-threaded-retrieve-headers): New format.
1830         (nnslashdot-sane-retrieve-headers): Ditto.
1831         (nnslashdot-request-article): Ditto.
1832         (nnslashdot-threaded-retrieve-headers): Thread properly.
1833         (nnslashdot-request-article): Be more lenient.
1834         (nnslashdot-threaded-retrieve-headers): Regexp search.
1835
1836 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1837
1838         * gnus-sum.el (gnus-with-article): Define it before use it.
1839
1840 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1841
1842         * message.el (message-supersede): Use mime-to-mml.
1843         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1844
1845 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * gnus-group.el (gnus-group-list-cached): Don't use
1848         `subst-char-in-string'.
1849
1850 2000-05-08  Dave Love  <fx@gnu.org>
1851
1852         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1853
1854 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1855
1856         * mm-decode.el (mm-interactively-view-part): Append %s if the
1857         method is a single word.
1858         * nnwarchive.el (nnwarchive-type-definition): Typo.
1859
1860 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1861
1862         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1863         function.
1864         (gnus-group-prepare-flat-predicate): Use it.
1865         (gnus-group-list-cached): List dead groups.
1866
1867 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1868
1869         * gnus-art.el (article-decode-charset): Don't decode message with
1870         format.
1871
1872 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1873
1874         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1875         evaluate the Lisp code.
1876
1877 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1878
1879         * gnus-art.el (article-wash-html): New function.
1880         (gnus-article-wash-html): Bind.
1881         (gnus-article-make-menu-bar): Menu item.
1882         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1883         (gnus-summary-make-menu-bar): Menu item.
1884         * gnus.el: Autoload.
1885
1886 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1887
1888         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1889         (gnus-uu-unshar-article): Use it.
1890
1891         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1892         (mailcap-maybe-eval): Use it.
1893
1894         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1895         in docstring.
1896
1897         * mml.el (mml-generate-mime-1): Small comment.
1898
1899 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1900
1901         * gnus-art.el (article-de-base64-unreadable): New function.
1902         (gnus-article-de-base64-unreadable): Bind.
1903         (gnus-article-make-menu-bar): Menu item.
1904         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1905         (gnus-summary-make-menu-bar): Menu item.
1906         * gnus.el: Autoload.
1907
1908 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1909
1910         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1911         (gnus-summary-select-article): Add en/disable multibyte.
1912
1913 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1914
1915         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1916         (gnus-summary-edit-article): New feature: editing raw articles.
1917
1918 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1919
1920         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1921         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1922         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1923         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1924         * mm-decode.el (mm-insert-part): Ditto.
1925
1926 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1927
1928         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1929         (nndoc-forward-type-p): Ditto.
1930
1931 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1932
1933         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1934         value of enable-multibyte-characters.
1935
1936 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1937
1938         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1939
1940 2000-05-03  Dave Love  <fx@gnu.org>
1941
1942         * gnus-ems.el (gnus-article-xface-ring-internal)
1943         (gnus-article-xface-ring-size): New variable.
1944         (gnus-article-display-xface): Use them to cache data.  Don't try
1945         to use XPM.  Set up binary coding for PBM's sake.
1946
1947 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1948
1949         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1950         * gnus-int.el (gnus-request-accept-article): Ditto.
1951         (gnus-request-replace-article): Ditto.
1952         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1953
1954 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1955
1956         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1957
1958 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1959
1960         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1961         field.
1962         * mml.el (mml-to-mime): Use message-default-charset.
1963         (mml-preview): Narrow to headers.
1964         * message.el (message-send-mail): Use message-default-charset.
1965         (message-send-news): Narrow to headers;
1966         use message-default-charset.
1967
1968 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1969
1970         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1971         detect.
1972         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1973         restriction.
1974         (mml-parse-1): Warning message.
1975         (mml-preview): Disable multibyte.
1976
1977 2000-05-03  Dave Love  <fx@gnu.org>
1978
1979         * gnus.el (gnus-group-startup-message): Add newline before image.
1980
1981 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1982
1983         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1984         * message.el (message-send-mail): Use unibyte-buffer.
1985         (message-send-mail): Ditto.
1986
1987 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1988
1989         * gnus.el: Gnus v5.8.6 is released.
1990
1991 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1992
1993         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1994
1995 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1996
1997         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1998
1999 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2000
2001         * message.el (message-send-mail-partially): Use forward-line.
2002
2003 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2004
2005         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
2006
2007 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2008
2009         * mml.el (mml-generate-mime-1): Ignore 0x1b.
2010         (mml-insert-mime): No markup only for text/plain.
2011         (mime-to-mml): Remove MIME headers.
2012
2013 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
2014
2015         * mml.el (mml-preview): Set gnus-newsgroup-charset.
2016         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
2017         as 8-bit.
2018         * lpath.el: Fbind image functions.
2019
2020 2000-04-28  Dave Love  <fx@gnu.org>
2021
2022         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
2023         21.
2024
2025         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
2026         search order.  Use parse-colon-path and remove some redundancy.
2027         Doc fix.
2028         (mailcap-parse-mimetypes): Code consistently with
2029         mailcap-parse-mailcaps.  Doc fix.
2030
2031         * gnus-start.el (gnus-unload): Iterate over `features', not
2032         `load-history'.
2033
2034 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
2035
2036         * mml.el (mml-parse-1): Don't create blank parts.
2037         (mml-read-part): Fix mml tag.
2038         (mml-insert-mime): Convert message/rfc822.
2039         (mml-insert-mml-markup): Add mmlp parameter.
2040
2041 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2042
2043         * message.el (message-send-mail-partially): Remove CTE.
2044
2045 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2046
2047         * lpath.el: Fbind put-image for XEmacs.
2048         * mm-view.el (mm-inline-image): Fset it.
2049
2050 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2051
2052         * nndoc.el (nndoc-type-alist): Change forward regexp.
2053
2054 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2055
2056         * message.el (message-send-mail-partially-limit): Change the
2057         default value.
2058
2059 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
2060
2061         * gnus-util.el (gnus-extract-address-components): Name might be
2062         "".
2063
2064 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
2065
2066         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
2067         (gnus-summary-post-forward): Ditto.
2068         * message.el (message-forward-show-mml): New variable.
2069         (message-forward): Use it.
2070         * mml.el (mml-parse-1): Add tag mml.
2071         (mml-read-part): Ditto.
2072         (mml-generate-mime): Support reentance.
2073         (mml-generate-mime-1): Support mml tag.
2074
2075 2000-04-27  Dave Love  <fx@gnu.org>
2076
2077         * gnus-art.el: Don't bother to require custom, browse-url.
2078         (gnus-article-x-face-command): Include gnus-article-display-xface.
2079
2080         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
2081         Use defalias, not fset.
2082         (gnus-article-display-xface): New function.
2083
2084         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
2085
2086         * mm-decode.el: Small doc fixes.  Require cl when compiling.
2087         (mm-xemacs-p): Deleted.
2088         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
2089         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
2090         use create-image and don't special-case xbm.
2091         (mm-valid-image-format-p): Use display-graphic-p.
2092
2093 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2094
2095         * message.el (message-send-mail-partially-limit): New variable.
2096         (message-send-mail-partially): New function.
2097         (message-send-mail): Use it.
2098         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2099         all blank lines inside of base64.
2100         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
2101         blank lines.
2102
2103 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2104
2105         * mml.el (mml-insert-tag): Match more special characters.
2106
2107 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
2108
2109         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
2110
2111 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2112
2113         * mm-decode.el (mm-inline-media-tests): Add message/partial.
2114         (mm-inlined-types): Ditto.
2115         * mm-partial.el: New file.
2116
2117 2000-04-27  Dave Love  <fx@gnu.org>
2118
2119         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
2120         matter in Emacs 21.
2121
2122 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
2123
2124         * mm-bodies.el (mm-encode-body): Remove reference to
2125         mm-default-charset in comment.
2126
2127 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
2128
2129         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
2130
2131 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2132
2133         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
2134         let.
2135
2136 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
2137
2138         * gnus-draft.el (gnus-draft-setup): Fix comments.
2139
2140 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2141
2142         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
2143         if nnmbox-file-coding-system-for-write is nil.
2144
2145 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2146
2147         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
2148         header if nil.
2149
2150 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2151
2152         * mm-view.el (mm-inline-text): Insert directly if decoded.
2153         * mml.el (autoload): Typo.
2154
2155 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2156
2157         * mml.el (mml-preview): Set up posting-charset.
2158         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
2159
2160 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2161
2162         * webmail.el: Fix yahoo mail.
2163
2164 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2165
2166         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
2167         word if not necessary.
2168         (rfc2047-encode-region): Put space between encoded words.
2169
2170 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2171
2172         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
2173
2174 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2175
2176         * gnus-draft.el (gnus-draft-setup): Restore mml only when
2177         required.
2178         (gnus-draft-edit-message): Require restoration.
2179
2180 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2181
2182         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
2183         back.
2184
2185 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2186
2187         * gnus-art.el (gnus-treat-article): Make sure that the summary
2188         buffer is live.
2189
2190 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2191
2192         * mailcap.el (mailcap-parse-mailcaps): Reorder.
2193         (mailcap-parse-mailcap): Backwards parsing.
2194         (mailcap-possible-viewers): Remove nreverse.
2195         (mailcap-mime-info): Ditto.
2196         (mailcap-add-mailcap-entry): Keep alternative viewer.
2197
2198 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
2199
2200         * gnus.el: Gnus v5.8.5 is released.
2201
2202 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
2205
2206         * gnus-util.el (gnus-netrc-machine): Default to nntp.
2207
2208         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
2209
2210 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2211
2212         * mm-view.el (mm-inline-message): Disable prepare-hook.
2213
2214 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * gnus.el: Fix copyright statements.
2217
2218         * gnus-sum.el (gnus-alter-articles-to-read-function): New
2219         variable.
2220         (gnus-articles-to-read): Use it.
2221
2222         * message.el (message-get-reply-headers): Bind free variable.
2223
2224 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2225
2226         * message.el (message-get-reply-headers): Fix to-address.
2227
2228 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2229
2230         * webmail.el: Hotmail fix. Add a debug function.
2231
2232 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-sum.el (t): M-down and M-up.
2235
2236 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2237
2238         * gnus-sum.el: Doc fix.
2239
2240 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2241
2242         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2243
2244 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2247         string.
2248         (nnweb-request-group): Don't scan twice.
2249         (nnweb-request-scan): Don't nix out the hashtb.
2250
2251         * message.el (message-get-reply-headers): Return a value.
2252
2253 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2254
2255         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2256         urls.
2257
2258 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2261         order messages are inserted.
2262
2263         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2264         message/rfc822 parts.
2265
2266         * gnus-art.el (gnus-article-read-summary-keys): Check for
2267         numerical values.
2268
2269         * message.el (message-get-headers): Made into own function.
2270         (message-reply): Use it.
2271         (message-get-reply-headers): Renamed.
2272         (message-widen-reply): New command.
2273
2274 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2275
2276         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2277
2278 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2279
2280         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2281         non-base64 text at the end if not found.
2282
2283 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2284
2285         * gnus-sum.el (gnus-read-move-group-name):
2286         (gnus-summary-move-article): Use `gnus-group-method' to find out
2287         what method the manually entered group belong to.
2288         `gnus-group-name-to-method' doesn't return any method parameters
2289         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2290         for new groups so they wouldn't work.
2291
2292 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2295         override.
2296
2297 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2298
2299         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2300         probably good to do, or something.  I dunno.  I just write these
2301         ChangeLog entries, and my name is Lars.
2302
2303 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2304
2305         * message.el (message-caesar-region): Use translate-region.
2306
2307 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2308
2309         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2310
2311 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2314         variables, because that makes Emacs flash.
2315
2316         * gnus-group.el (gnus-group-insert-group-line): Don't call
2317         gnus-group-add-icon unconditionally.
2318
2319         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2320
2321         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2322         xmas.
2323         (gnus-group-glyph-directory): Removed.
2324
2325 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2326
2327         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2328         gnus-newsgroup-name is "".
2329
2330 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2331
2332         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2333         in conjunction with MULE-UCS.
2334
2335 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2336
2337         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2338
2339 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * dgnushack.el (last, mapcon, member-if, union): New compiler
2342         macros for emulating cl functions.
2343
2344 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2345
2346         * message.el (message-shorten-references): Only cater to broken
2347         INN for news. This caters for broken smtpd.
2348
2349 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * mailcap.el (mailcap-mime-info): Use the first match; not the
2352         last.
2353
2354         * gnus-agent.el (gnus-category-kill): Save the category list.
2355
2356 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2357
2358         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2359
2360 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2363
2364 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2367
2368 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2369
2370         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2371         (gnus-group-list-cached): Use it.
2372
2373 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus.el: Update all the copyright notices.
2376
2377 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2378
2379         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2380         non-base64 text at the end.
2381
2382 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2385
2386 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * nnheader.el: Don't autoload cancel-function-timers.
2389
2390         * message.el (message-fetch-field): Fold case.
2391
2392 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2393
2394         * message.el (message-forward-before-signature): New variable.
2395
2396 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2397
2398         * gnus-mlspl.el: Fix stuff.
2399
2400 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2403         subjects when unthreaded.
2404
2405 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2406
2407         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2408         well.
2409
2410 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2411
2412         * gnus-art.el (gnus-article-mode): Fix variable name.
2413
2414 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * mm-view.el: Fix autoload.
2417
2418         * flow-fill.el (flow-fill): Fix provide.
2419
2420         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2421         nil.
2422
2423 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2424
2425         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2426
2427 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-util.el (gnus-netrc-machine): Didn't work.
2430
2431 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2432
2433         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2434
2435 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * flow-fill.el: Renamed from fill-flowed.
2438
2439         * message.el (message-forward-ignored-headers): Default to
2440         removing CTE.
2441
2442 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2443
2444         * message.el (message-mode): Don't fill headers.
2445
2446 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * message.el (message-pipe-buffer-body): Use shell
2449
2450 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2451
2452         * nnvirtual.el (nnvirtual-request-article):
2453         Bind gnus-override-method to nil.
2454         (nnvirtual-request-update-mark): Don't update mark when
2455         article is not there.
2456
2457 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2458
2459         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2460
2461 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * gnus-util.el (gnus-parse-netrc): Allow "port".
2464         (gnus-netrc-machine): Take a port param.
2465         (gnus-netrc-machine):
2466
2467         * gnus-art.el (gnus-request-article-this-buffer): Allow
2468         re-selecting referenced articles.
2469
2470         * message.el (message-cancel-news): Allow editing.
2471         (message-cancel-message): Add newline.
2472
2473 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2474
2475         * mm-view.el (mm-inline-image-emacs): New function.
2476
2477 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * mail-source.el (mail-source-delete-incoming): Change default in
2480         cvs.
2481
2482 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2483
2484         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2485         function.
2486
2487 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * nnml.el (nnml-request-expire-articles): Use it.
2490
2491         * nnmail.el (nnmail-expiry-target): New variable.
2492         (nnmail-expiry-target-group): New function.
2493
2494 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2495
2496         * message.el (message-forward): Add non-MIME separators.
2497
2498 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * message.el (message-generate-headers): Respect the syntax check
2501         spec.
2502
2503         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2504         (gnus-remove-thread): Don't show all threads.
2505
2506 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2507
2508         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2509
2510 2000-04-19  Dave Love  <fx@gnu.org>
2511
2512         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2513
2514 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2515
2516         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2517         (nnwarchive-egroups-*): Ditto.
2518         (nnwarchive-url): Unibyte buffer and single line cookie.
2519
2520 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2521
2522         * mm-util.el (mm-char-or-char-int-p): New alias.
2523         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2524         entities.
2525
2526 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2527
2528         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2529         article case insensitively.
2530
2531 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2532
2533         * mail-source.el (mail-source-fetch-webmail): Use the default
2534         password provided in mail-sources; use webmail:subtype:user as
2535         the key.
2536
2537 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2538
2539         * mail-source.el (mail-source-fetch-webmail): Use
2540         mail-source-password-cache.
2541
2542 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2543
2544         * webmail.el: Add netscape mail and fix HotMail mail.
2545
2546 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2547
2548         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2549
2550 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2551
2552         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2553         RFC822.PEEK if server support IMAP4rev1.
2554         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2555         RFC822.TEXT.PEEK if server support IMAP4rev1.
2556         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2557         RFC822.HEADER if server support IMAP4rev1.
2558         (nnimap-request-article-part): Support bodydetail in response
2559         data.
2560
2561 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2562
2563         * fill-flowed.el: New file.
2564
2565         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2566         text/plain parts with `format' parameters.
2567
2568         * mm-view.el (autoload): Autoload fill-flowed.
2569         (mm-inline-text): For "plain" parts with a format=flowed
2570         parameter, call `fill-flowed'.
2571
2572 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2575         slashdot ids.
2576
2577 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2580         format.
2581
2582 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2583
2584         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2585         `imtest' too.
2586         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2587         (imap-gssapi-program): New variable.
2588         (imap-streams): Add gssapi.
2589         (imap-stream-alist): Ditto.
2590         (imap-authenticators): Ditto.
2591         (imap-authenticator-alist): Ditto.
2592         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2593         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2594         1.6.x `imtest' syntax.
2595         (imap-gssapi-stream-p): New function.
2596         (imap-gssapi-open): Ditto.
2597         (imap-gssapi-auth-p): Ditto.
2598         (imap-gssapi-auth): Ditto.
2599         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2600         (imap-send-command): Use buffer-local `imap-client-eol' value.
2601
2602         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2603         lines and turn TAB into SPC before parsing.
2604
2605 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2606
2607         * nnheader.el (nnheader-group-pathname): Make sure to return a
2608         directory.
2609         * nnmail.el (nnmail-group-pathname): Ditto.
2610
2611 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2612
2613         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2614         might split in the middle of a message-id.
2615
2616 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2619         groups from the server.
2620
2621         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2622         (gnus-summary-toggle-header): Update the wash status.
2623
2624         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2625         Moved here.
2626
2627         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2628         setting.
2629
2630         * nnmail.el (nnmail-get-active): Use it.
2631         (nnmail-parse-active): New function.
2632
2633         * mm-view.el (mm-inline-text): Support the new version of
2634         vcard.el.
2635
2636         * gnus-sum.el (gnus-summary-move-article): Only delete article
2637         when moving junk.
2638         (gnus-deaden-summary): Bury the buffer.
2639
2640         * nnmail.el (nnmail-group-pathname): Ditto.
2641
2642         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2643
2644 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2645
2646         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2647         whether Mule.
2648
2649 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * message.el (message-send-mail): Protect against unloaded Gnus.
2652
2653         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2654         parent.
2655         (gnus-topic-update-topic-line): Yes, do.
2656         (gnus-topic-goto-missing-group): Tally the correct number of
2657         unread articles before inserting the topic line.
2658
2659 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2662
2663 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * mm-decode.el (mm-dissect-buffer): Ditto.
2666
2667         * gnus-art.el (article-decode-charset): Strip CTE.
2668
2669         * ietf-drums.el (ietf-drums-strip): New function.
2670
2671         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2672         when prompting in read-only groups.
2673
2674 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2675
2676         * imap.el (imap-send-command): Change EOL-chars when
2677         `imap-client-eol' differs from default, not only for kerberos4.
2678         (imap-mailbox-status): Get encoded mailbox's status.
2679
2680 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2681
2682         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2683         into `mail-source-password-cache'.
2684
2685 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2686
2687         * mm-util.el (mm-mime-charset): Check for presence of
2688         `coding-system-get' and `get-charset-property' (recent XEmacs has
2689         the former, but not the latter).
2690
2691 2000-01-28  Dave Love  <fx@gnu.org>
2692
2693         * message.el (message-check-news-header-syntax): Fix typo
2694         `newsgroyps'.
2695         (message-talkative-question): Put temp buffer in fundamental-mode.
2696         (message-recover): Use fundamental-mode in the right buffer.
2697
2698         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2699         right buffer.
2700
2701 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2702
2703         * qp.el (quoted-printable-decode-region): Add charset parameter.
2704         (quoted-printable-decode-string): Ditto.
2705
2706         * gnus-art.el (article-de-quoted-unreadable): Use it.
2707
2708 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2709
2710         * nnimap.el (nnimap-split-predicate): New variable.
2711         (nnimap-split-articles): Use it.
2712
2713 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2714
2715         * utf7.el: Change email address.
2716
2717 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * gnus-group.el (gnus-group-catchup): Purge split history.
2720
2721 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2722
2723         * nnmail.el (nnmail-generate-active): Support extended group name.
2724         (nnmail-get-active): Ditto.
2725
2726 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2727
2728         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2729         group names, don't remove anything.
2730
2731 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2732
2733         * webmail.el (webmail-my-deja-open): My-deja changes.
2734
2735 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2736
2737         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2738
2739 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2740
2741         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2742
2743 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2744
2745         * gnus.el (gnus-other-frame): Fix typo.
2746
2747 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2748
2749         * gnus-cus.el (gnus-group-customize): Fix typo.
2750
2751 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * nnweb.el (nnweb-insert): Simplified.
2754
2755 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * gnus-art.el (gnus-article-mode-map): "e" is
2758         gnus-summary-edit-article.
2759
2760 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2761
2762         * mailcap.el (mailcap-mime-extensions): Add .diff.
2763
2764 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2765
2766         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2767         there is no "%s" in the method.
2768
2769 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2770
2771         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2772
2773 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2776
2777         * gnus.el: Really always pop up a new frame.
2778
2779         * parse-time.el (parse-time-rules): Allow 100-110 to be
2780         2000-2010.
2781
2782         * time-date.el (date-to-time): Don't use timezone.
2783
2784 2000-01-06  Dave Love  <fx@gnu.org>
2785
2786         * time-date.el: Add keywords.
2787         (date-to-time): Add autoload cookie.  Canonicalize with
2788         timezone-make-date-arpa-standard.
2789         (time-to-seconds): Avoid caddr.
2790         (safe-date-to-time): Add autoload cookie.
2791
2792         * base64.el: Require cl when compiling.
2793
2794 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2795
2796         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2797         eyecandy.
2798         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2799         group line using gnus-group-add-icon.
2800         (gnus-group-icons): Added customize group.
2801         (gnus-group-icon-list): Added variable.
2802         (gnus-group-glyph-directory): Added variable.
2803         (gnus-group-icon-cache): Added variable.
2804         (gnus-group-running-xemacs): Added variable.
2805         (gnus-group-add-icon): Added function. Add an icon to the current
2806         line according to gnus-group-icon-list.
2807         (gnus-group-icon-create-glyph): Added function.
2808
2809 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810
2811         * gnus-sum.el (gnus-summary-select-article): Return whether we
2812         selected something new.
2813         (gnus-summary-search-article): Start searching at the window
2814         point.
2815
2816         * gnus-group.el (gnus-fetch-group): Complete over
2817         gnus-active-hashtb.
2818
2819 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2820
2821         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2822
2823 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * gnus-sum.el (gnus-preserve-marks): New variable.
2826         (gnus-summary-move-article): Use it.
2827         (gnus-group-charset-alist): Added more entries.
2828
2829 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2832
2833         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2834         as the default score.
2835
2836         * gnus-score.el (gnus-score-delta-default): Changed name.
2837
2838 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2839
2840         * imap.el (imap-parse-literal):
2841         (imap-parse-flag-list): Don't care about props.
2842         (imap-parse-string): Handle quoted characters.
2843
2844 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2847         (gnus-summary-mark-article): Doc fix.
2848         (gnus-summary-mark-forward): Doc fix.
2849         (t): Changed keystroke for gnus-summary-customize-parameters.
2850
2851         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2852         "e".
2853         (gnus-article-mode-map): No, don't.
2854
2855         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2856         of the final article.
2857
2858         * mm-decode.el (mm-interactively-view-part): Error on no method.
2859
2860 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2861
2862         * gnus-score.el (gnus-score-insert-help): Something.
2863
2864         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2865
2866         * gnus-win.el (gnus-configure-frame): Ditto.
2867
2868         * gnus-mh.el (gnus-summary-save-in-folder): Use
2869         with-current-buffer.
2870
2871 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * nnwarchive.el: Changed file perms.
2874
2875 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * gnus-group.el (gnus-group-delete-groups): New command.
2878         (gnus-group-delete-group): Extra no-prompt parameters.
2879
2880 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2883         <p>.
2884
2885 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2886
2887         * webmail.el (webmail-hotmail-article): Don't insert message id.
2888
2889 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2890
2891         * nnimap.el (nnimap-split-fancy): New variable.
2892         (nnimap-split-fancy): New function.
2893
2894 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2895
2896         (nnimap-split-rule): Document symbol value.
2897
2898 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2899
2900         * nnimap.el (nnimap-retrieve-headers-progress): Let
2901         `nnheader-parse-head' parse article.
2902         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2903         request headers needed by `nnheader-parse-head'.
2904
2905 1999-12-23  Florian Weimer  <fw@s.netic.de>
2906
2907         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2908         value (crosspostings are handled), improve documentation.
2909
2910         * smiley.el: Declare file coding system as iso-8859-1.
2911
2912         * nnultimate.el: Dito.
2913
2914         * message.el: Dito.
2915
2916         * gnus-cite.el: Dito.
2917
2918         * gnus-spec.el: Dito.
2919
2920 1999-12-21  Florian Weimer  <fw@s.netic.de>
2921
2922         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2923         (gnus-setup-message): No longer make `message-posting-charset'
2924         buffer-local.
2925         (gnus-setup-posting-charset): Reflect the new layout of
2926         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2927
2928         * message.el (message-send-mail): Bind `message-this-is-mail' and
2929         `message-posting-charset'.
2930         (message-send-news): Dito, and honour new layout of
2931         `message-posting-charset'.
2932         (message-encode-message-body): Ignore `message-posting-charset'.
2933
2934         * mm-bodies.el (mm-body-encoding): Consider
2935         `message-posting-charset' when deciding whether to use 8bit.
2936
2937         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2938         (rfc2047-encodable-p): Now solely for headers; use
2939         `message-posting-charset'.
2940
2941 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2942
2943         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2944
2945 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2946
2947         * nnagent.el (nnagent-server-opened): Optional.
2948         (nnagent-status-message): Optional.
2949
2950 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2951
2952         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2953         end (referenced by instructions in
2954         `gnus-cited-opened-text-button-line-format-alist').
2955
2956 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2957
2958         * imap.el (imap-starttls-open): Typo.
2959
2960 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2961
2962         * mm-util.el (mm-charset-after): Non-MULE case.
2963         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2964         * rfc2047.el (rfc2047-dissect-region): Bind it.
2965
2966 1999-12-18  Florian Weimer  <fw@s.netic.de>
2967
2968         * mml.el (mml-generate-multipart-alist): Correct default value.
2969
2970         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2971         (mm-safer-encoding): New function.
2972         (mm-content-transfer-encoding): Use both.
2973
2974         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2975         * qp.el (quoted-printable-encode-region): Dito.
2976
2977 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2978
2979         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2980
2981 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2982
2983         * webmail.el (webmail-hotmail-list): raw=0.
2984
2985 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2986
2987         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2988         group name.
2989
2990 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2991
2992         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2993
2994 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2995
2996         * imap.el: Don't autoload digest-md5.
2997         (imap-starttls-open): Bind coding-system-for-{read,write}.
2998         (imap-starttls-p): Check if we can find starttls.el.
2999         (imap-digest-md5-p): Check if we can find digest-md5.el.
3000
3001 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
3002
3003         * base64.el (base64-encode-string): Accept 2nd argument
3004         `no-line-break'.
3005
3006         * imap.el: Require `digest-md5' when compiling; add autoload
3007         settings for `digest-md5-parse-digest-challenge',
3008         `digest-md5-digest-response', `starttls-open-stream' and
3009         `starttls-negotiate'.
3010         (imap-authenticators): Add `digest-md5'.
3011         (imap-authenticator-alist): Setup for `digest-md5'.
3012         (imap-digest-md5-p): New function.
3013         (imap-digest-md5-auth): New function.
3014         (imap-stream-alist): Add STARTTLS entry.
3015         (imap-starttls-p): New function.
3016         (imap-starttls-open): New function.
3017
3018 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3019
3020         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
3021
3022 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3023
3024         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
3025         string-to-x function.
3026
3027 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
3028
3029         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
3030
3031 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3032
3033         * webmail.el: Enhance hotmail-snarf.
3034
3035 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3036
3037         * rfc2047.el (rfc2047-dissect-region): Rewrite.
3038
3039 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3040
3041         * webmail.el (webmail-hotmail-list): Search no-error.
3042
3043 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3044
3045         * nnwarchive.el: Support nov-is-evil.
3046         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
3047         Set it if non-nil.
3048         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
3049
3050 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
3051
3052         * nnagent.el (nnagent-server-opened): Redefine.
3053         (nnagent-status-message): Ditto.
3054
3055 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
3056
3057         * rfc1843.el (rfc1843-decode-region): Use
3058         buffer-substring-no-properties.
3059         * gnus-art.el (article-decode-HZ): New function.
3060
3061 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3062
3063         * nnheader.el (nnheader-translate-file-chars): Only in full path.
3064
3065 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
3066
3067         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
3068         MIME charset not a MULE charset.
3069
3070 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3071
3072         * gnus-ems.el: Translate more ugly characters.
3073         * nnheader.el (nnheader-translate-file-chars): Don't translate
3074         the second ':'.
3075
3076 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3077
3078         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
3079         method if cannot find the article.
3080
3081 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3082
3083         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
3084         method if overrided.
3085
3086 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3087
3088         * mail-source.el (mail-source-fetch-webmail): Parameter
3089         dontexpunge.
3090
3091 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
3092
3093         * webmail.el: Support my-deja. Better error report.
3094
3095 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3096
3097         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
3098         is bad.
3099         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
3100         is not 1.
3101
3102 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3103
3104         * nnslashdot.el (nnslashdot-request-article): A space.
3105
3106 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
3107
3108         * nnagent.el: Support different backend with same name.
3109
3110 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3111
3112         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
3113         archived group.
3114         (nnslashdot-sane-retrieve-headers): Ditto.
3115         (nnslashdot-request-article): Ditto.
3116
3117 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
3118
3119         * nnweb.el (nnweb-insert): Narrow to point.
3120
3121 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3122
3123         * nnweb.el (nnweb-insert): Follow refresh url.
3124         * nnslashdot.el: Use it.
3125
3126 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3127
3128         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
3129         (nnweb-decode-entities-string): New function.
3130
3131         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
3132         nnweb-* and move to nnweb.el.
3133         * nnwarchive.el: Use nnweb-decode-entities, etc.
3134         * webmail.el: Ditto.
3135
3136         * nnslashdot.el: Use nnweb-decode-entities-string.
3137         (nnslashdot-decode-entities): Remove.
3138
3139 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
3140
3141         * nnslashdot.el: Decode entities.
3142
3143 1999-12-12  Dave Love  <fx@gnu.org>
3144
3145         * gnus-agent.el (gnus-category-edit-groups)
3146         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
3147         expansion of setf, fixed.
3148
3149 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
3150
3151         * gnus-agent.el: Revoke last Dave Love's patch, because of
3152         incompatibility of XEmacs.
3153
3154 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3155
3156         * mm-uu.el: Change headers.
3157         * rfc1843.el: Ditto.
3158         * uudecode.el: Ditto.
3159
3160 1999-12-07  Dave Love  <fx@gnu.org>
3161
3162         * gnus-agent.el (gnus-category-edit-predicate)
3163         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
3164         inside backquote to avoid it at runtime.
3165
3166 1999-12-07  Dave Love  <fx@gnu.org>
3167
3168         * binhex.el: Require cl when compiling.
3169
3170 1999-12-04  Dave Love  <fx@gnu.org>
3171
3172         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
3173
3174 1999-12-04  Dave Love  <fx@gnu.org>
3175
3176         * mm-util.el (mm-delete-duplicates): New function.
3177         (mm-write-region): Use it.
3178
3179         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
3180
3181         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
3182         mm-delete-duplicates.
3183
3184         * imap.el (imap-open, imap-debug): Avoid mapc.
3185
3186         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
3187
3188         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
3189         (gnus-multi-decode-encoded-word-string): Avoid mapc.
3190
3191         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
3192         runtime.
3193
3194         * gnus.el (gnus-select-method): Likewise.
3195
3196         * nnheader.el (nnheader-nov-read-integer): Likewise.
3197
3198         * mm-view.el (mm-inline-message): Require cl when compiling.
3199         Avoid ignore-errors at runtime.
3200         (mm-inline-text): Avoid mapc.
3201
3202 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
3203
3204         * gnus-art.el (article-decode-charset): Widen is bad.
3205
3206 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3207
3208         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
3209
3210 1999-12-12  Florian Weimer  <fw@s.netic.de>
3211
3212         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
3213         indicate that only US-ASCII is permitted.
3214         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
3215         use unencoded 8-bit characters in message headers.
3216
3217 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3218
3219         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
3220         CRLF.
3221
3222 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3223
3224         * webmail.el: Require url-cookie.
3225
3226 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3227
3228         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3229         new function to make modified caesar table.
3230         (nnwarchive-from-r13): Use it.
3231         (nnwarchive-mail-archive-article): Improved.
3232
3233 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3234
3235         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3236
3237 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3238
3239         * nnweb.el (nnweb-request-article): Return cons.
3240
3241 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3242
3243         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3244
3245 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3246
3247         * mm-util.el (mm-with-unibyte): New macro.
3248         * nnweb.el (nnweb-init): Use it.
3249
3250 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3251
3252         * mm-util.el (mm-charset-after): New function.
3253         (mm-find-mime-charset-region): Set charsets after
3254         delete-duplicates and use find-coding-systems-region.
3255         (mm-find-charset-region): Remove composition.
3256
3257         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3258
3259         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3260
3261 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3262
3263         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3264         * mml.el (mml-confirmation-set): New variable.
3265         (mml-parse-1): Ask user to confirm.
3266
3267 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3268
3269         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3270         are scanned when we have directory mail-sources (the mail source
3271         is modified in that case, so we must scan it for all
3272         groups/methods).
3273
3274 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3275
3276         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3277         and nnml-article-file-alist.
3278
3279 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3280
3281         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3282         nnmail-fetched-sources.
3283
3284 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3285
3286         * mm-util.el (mm-find-charset-region): Use the last charset.
3287
3288 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3289
3290         * gnus.el (gnus-select-method): Made the option list prettier.
3291
3292 1999-12-08  Florian Weimer  <fw@s.netic.de>
3293
3294         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3295         for the `de' newsgroups hierarchy, as it is common practice there.
3296
3297
3298 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3299
3300         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3301         buffer-string arguments. Fix references.
3302
3303 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3304
3305         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3306         (gnus-agent-batch-fetch): Use it.
3307         (gnus-agent-fetch-session): Use it.
3308
3309 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3310
3311         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3312
3313 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3314
3315         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3316         nil.
3317
3318 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3319
3320         * nnslashdot.el (nnslashdot-request-list): There were two
3321         top-level body-forms.  Put a `progn' around them.
3322
3323         * gnus.el (gnus-select-method): Use `condition-case'
3324         instead of `ignore-errors', since cl may not be loaded when the
3325         form is evaluated.
3326
3327 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3328
3329         * nnwarchive.el: Support www.mail-archive.com.
3330
3331 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3332
3333         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3334         do anything.
3335
3336 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3337
3338         * utf7.el: New file, written by Jon K Hellan.
3339
3340         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3341         default to t.
3342
3343 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3346
3347         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3348         current.
3349         (gnus-refer-article-methods): New function.
3350         (gnus-summary-refer-article): Use it.
3351
3352 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3353
3354         * nnimap.el (nnimap-retrieve-groups): Return active format.
3355
3356         * nnimap.el (nnimap-replace-in-string): Removed.
3357         (nnimap-request-list):
3358         (nnimap-retrieve-groups):
3359         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3360
3361 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3362
3363         * imap.el: Use format-spec for ssl program.
3364         * imap.el (imap-ssl-arguments): Removed.
3365         (imap-ssl-open-{1,2}): Removed.
3366
3367 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3368
3369         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3370         instead of `ignore-errors', since cl may not be loaded when the
3371         form is evaluated.
3372
3373 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3374
3375         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3376         (mm-7bit-chars): New variable.
3377         (mm-body-7-or-8): Use it in both cases.
3378
3379 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3380
3381         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3382           defcustom definitions.
3383
3384 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3385
3386         * mm-decode.el (mm-display-part): Let mm-display-external return
3387         inline or external.
3388         (mm-display-external): For copiousoutput methods, insert output in
3389         buffer.
3390
3391 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3392
3393         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3394         buffer.
3395
3396 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * gnus-audio.el: An M too far.
3399
3400         * gnus-msg.el (gnus-setup-message): One backtick too many.
3401
3402         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3403         a function, not a variable.
3404
3405 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3406
3407         * gnus-score.el (gnus-score-body): Widen before requesting.
3408
3409 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3412
3413 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3414
3415         * mail-source.el (mail-source-fetch-webmail): Bind
3416         mail-source-string.
3417
3418 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3419
3420         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3421         (gnus-uu-unmark-by-regexp): Ditto.
3422
3423         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3424         dead groups.
3425
3426 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3429         do their real thing.
3430
3431         * nnmh.el (nnmh-be-safe): Doc fix.
3432
3433         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3434
3435         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3436         status line has arrived before we count it.
3437
3438         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3439
3440         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3441         Whitespace problems.
3442
3443         * gnus-win.el (gnus-configure-windows): Error fix.
3444
3445         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3446         right function.
3447
3448         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3449         Indent all functions.  Fix all comments to match the comment
3450         conventions.  Double-space after full stop.
3451
3452 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3453
3454         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3455         value to divide received mails into my favorite groups and I met
3456         an error.  It takes place if the length of a element "VALUE" in
3457         nnmail-split-fancy is less than two.
3458
3459 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3460
3461         * mml.el (mml-insert-part): New function.
3462
3463 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * lpath.el: Add `sc-cite-regexp'.
3466
3467 1999-12-02  Dave Love  <fx@gnu.org>
3468
3469         * mm-decode.el: Customize.
3470
3471 1999-12-03  Dave Love  <fx@gnu.org>
3472
3473         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3474         the W3 stuff isn't available.
3475
3476 1999-12-03  Dave Love  <fx@gnu.org>
3477
3478         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3479         at runtime.
3480
3481 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3482
3483         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3484
3485 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3486
3487         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3488         don't be fooled by "From nobody" lines added by respooling.
3489
3490         * pop3.el (pop3-movemail): Write crashbox in binary.
3491         (pop3-get-message-count): New function.
3492
3493         * mail-source.el (mail-source-primary-source): New variable.
3494         (mail-source-report-new-mail-interval): New variable.
3495         (mail-source-idle-time-delay): New variable.
3496         (mail-source-new-mail-available): New internal variable.
3497         (mail-source-fetch-pop): Clear new mail flag, when mail from
3498         primary source has been fetched.
3499         (mail-source-check-pop): New function.
3500         (mail-source-new-mail-p): New function.
3501         (mail-source-start-idle-timer): New function.
3502         (mail-source-report-new-mail): New function.
3503         (mail-source-report-new-mail): New internal variable.
3504         (mail-source-report-new-mail-timer): New internal variable.
3505         (mail-source-report-new-mail-idle-timer): New internal variables.
3506
3507 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3508
3509         * gnus-cus.el (gnus-group-customize): Customize fix.
3510
3511 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3512
3513         * message.el (message-send-mail-with-sendmail): Use
3514         message-make-address.
3515
3516 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3517
3518         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3519
3520 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3521
3522         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3523
3524 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3525
3526         * mml.el (mml-insert-tag): Don't close the tag.
3527         (mml-insert-empty-tag): New function.
3528         (mml-attach-file): Use mml-insert-empty-tag instead of
3529         mml-insert-tag.
3530         (mml-attach-buffer): Ditto.
3531         (mml-attach-external): Ditto.
3532         (mml-insert-multipart): Ditto.
3533
3534 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3535
3536         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3537         the article number.
3538
3539 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3540
3541         * gnus.el (gnus-find-method-for-group): The method of a new group
3542         is not the native one.
3543
3544 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3547
3548 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * nnultimate.el (nnultimate-retrieve-headers): Use
3551         mm-with-unibyte-current-buffer.
3552         (nnultimate-request-article): Ditto.
3553
3554 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3555
3556         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3557
3558 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3559
3560         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3561         * nnweb.el (nnweb-retrieve-headers): Use it.
3562         (nnweb-request-article): Use it.
3563
3564         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3565         case matching failed.
3566
3567 1999-12-02  John Wiegley <jwiegley@inprise.com>
3568
3569         * mail-source.el (mail-source-keyword-map): Add backslash to
3570         Delete-flag.
3571
3572 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3575         Latin-1.
3576         (gnus-group-charset-alist): No, don't.
3577
3578         * nnweb.el (nnweb-init): Make the buffer unibyte.
3579
3580 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3581
3582         * mail-source.el (mail-source-set-common-1): Fix to get the
3583         default value.
3584
3585 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3588
3589         * nnultimate.el (nnultimate-request-list): Use unibyte.
3590
3591         * gnus-uu.el (gnus-uu-grab-articles): Bind
3592         gnus-display-mime-function to nil.
3593
3594         * message.el (message-send-mail-with-sendmail): Use the
3595         user-mail-address variable.
3596
3597         * gnus-art.el (gnus-ignored-headers): More headers.
3598
3599         * message.el (message-shorten-1): Use list.
3600
3601 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3604         signatures.
3605
3606         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3607         (nnweb-dejanews-create-mapping): Do the properish date.
3608
3609 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3610
3611         * mail-source.el (mail-source-common-keyword-map): New variable.
3612         (mail-source-bind-common): New macro.
3613         (mail-source-fetch): Support plugged mail source.
3614         * gnus-int.el (gnus-request-scan): Use them.
3615
3616 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * mm-view.el (mm-inline-message): Check whether charset is a
3619         string.
3620
3621         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3622
3623         * message.el (message-mode-map): Changed keystroke for
3624         message-yank-buffer.
3625
3626 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3627
3628         * message.el (message-shorten-references): Cut references to 31
3629         elements, then either fold them or shorten them to 988 characters.
3630         (message-shorten-1): New function.
3631         (message-cater-to-broken-inn): New variable.
3632
3633 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3634
3635         * nnslashdot.el (nnslashdot-lose): New function.
3636
3637 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * mm-view.el (mm-inline-message): Not the right type of charset is
3640         being fetched here.  Let the group charset rule.
3641         (mm-inline-message): Ignore us-ascii.
3642
3643 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3644
3645         * mail-source.el (mail-source-fetch-maildir): work around the
3646         ommitted "file-regular-p" in efs/ange-ftp
3647
3648 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3651         (mml-generate-mime-1): Use the encoding param.
3652
3653         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3654
3655         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3656         gnus-art before binding its variables.
3657
3658         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3659         after the MIME.
3660
3661 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3662
3663         * message.el (message-clone-locals): Use it.
3664
3665         * gnus-msg.el (gnus-configure-posting-styles): Make
3666         user-mail-address local.
3667
3668 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3669
3670         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3671         once.
3672
3673 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3676         (message-clone-locals): Ditto.
3677
3678         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3679         group inherit reply-to or from.
3680
3681 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3682
3683         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3684         for charset.
3685         (gnus-summary-show-article-charset-alist): New variable.
3686
3687         * mm-bodies.el (mm-decode-string): Support gnus-all and
3688         gnus-unknown.
3689         (mm-decode-body): Ditto.
3690         * rfc2047.el (rfc2047-decode): Ditto.
3691
3692 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * mail-source.el (mail-source-delete-incoming): Change default to
3695         t.
3696
3697 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3698
3699         * gnus.el: Pterodactyl Gnus v0.99 is released.
3700
3701 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3704
3705         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3706         spec.
3707
3708         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3709         (gnus-configure-posting-styles): No, don't.
3710         (gnus-configure-posting-styles): Allow overriding files.
3711
3712         * gnus-art.el (gnus-header-button-alist): Use browse-url
3713         directly.
3714
3715         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3716
3717         * gnus-msg.el (gnus-summary-yank-message): New command and
3718         keystroke.
3719
3720         * message.el (message-yank-buffer): New command.
3721         (message-buffers): New function.
3722
3723         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3724         next group in a more normal fasion.
3725
3726         * mml.el (mml-boundary-function): New variable.
3727         (mml-compute-boundary): Use it.
3728
3729         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3730         that exist for them.
3731
3732         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3733         (gnus-async-timer): New variable.
3734
3735 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * nnultimate.el (nnultimate-request-list): Be more lenient with
3738         root addresses.
3739
3740 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * gnus-art.el (gnus-treatment-function-alist): Do
3743         gnus-treat-capitalize-sentences.
3744
3745 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3746
3747         * webmail.el (webmail-hotmail-article): Hotmail changes the
3748         format.
3749
3750 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3751
3752         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3753         switch to buffer after calling program.
3754         (mm-display-external): Use `shell-command-switch' instead of "-c".
3755
3756 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3759         read groups file.
3760
3761         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3762         <p>.
3763
3764 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * message.el (message-mode): Doc fix.
3767
3768 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3769
3770         * gnus-art.el (article-emphasize): Check group variable.
3771         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3772
3773 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3774
3775         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3776         type.
3777
3778 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3779
3780         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3781
3782 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3783
3784         * mml.el (mml-quote-region): Insert ! after the hash.
3785
3786 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3787
3788         * gnus-group.el (gnus-group-warchive-address-history): Change to
3789         nil.
3790
3791 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3792
3793         * webmail.el: Support mail.yahoo.com.
3794
3795         * mail-source.el (mail-source-fetch-webmail): Add password check.
3796         (mail-source-keyword-map): Use `subtype'.
3797
3798 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3799
3800         * mail-source.el (mail-source-keyword-map): Add webmail.
3801         (mail-source-fetcher-alist): Ditto.
3802         (mail-source-fetch-webmail): New function.
3803         * webmail.el: New file.
3804
3805 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3806
3807         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3808
3809 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3810
3811         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3812
3813 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3816         (nnultimate-prune-days): New function.
3817         (nnultimate-create-mapping): Use it.
3818         (nnultimate-request-group): Only fetch the groups list if it has
3819         not been done before.
3820         (nnultimate-retrieve-headers): Don't write groups.
3821         (nnultimate-create-mapping): Off-by-one error.
3822
3823 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3826         threaded subjects.
3827
3828 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3829
3830         * nnwarchive.el: Lots of changes make agent happy.
3831
3832 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3833
3834         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3835         hashtb.
3836
3837 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3838
3839         * mm-decode.el (mm-display-external): Write region with binary
3840         mode.
3841
3842 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3843
3844         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3845
3846 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3847
3848         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3849         (mm-uu-test): Now it is in restricted region.
3850
3851         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3852
3853         * mm-view.el (mm-view-message): Fix buffer leak.
3854         (mm-inline-message): Support 'gnus-decoded.
3855
3856         * mm-bodies.el (mm-decode-body): Ditto.
3857
3858         * rfc2047.el (rfc2047-decode-region): Ditto.
3859
3860 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3861
3862         * imap.el (require): Added autoload for base64-encode-string.
3863
3864 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3865
3866         * gnus.el (gnus-refer-article-method): Made list value
3867         customizable.
3868
3869 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3870
3871         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3872         NOFORCE in Emacs case.
3873
3874 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3875
3876         * gnus-art.el (gnus-request-article-this-buffer): Set
3877         gnus-newsgroup-name.
3878
3879 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3880
3881         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3882         NOFORCE.
3883
3884 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3885
3886         * gnus-start.el (gnus-get-unread-articles): Check server before
3887         scanning.
3888
3889 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3892
3893         * nnslashdot.el (nnslashdot-login-name): New variable.
3894         (nnslashdot-password): Ditto.
3895         (nnslashdot-request-post): New function.
3896
3897         * gnus-art.el (gnus-treat-buttonize): More testing.
3898
3899         * mm-encode.el: Another CVS test.
3900
3901         * gnus-art.el (gnus-treat-emphasize): Change default.
3902         (gnus-treat-buttonize): Ditto.
3903         (gnus-treat-buttonize): This is a test.
3904
3905         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3906         (gnus-build-sparse-threads): Ditto.
3907         (gnus-build-all-threads): Ditto.
3908
3909         * nnheader.el (make-full-mail-header): Make into a subst.
3910
3911         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3912         unless w3 is supplied.
3913
3914         * gnus.el (gnus-refer-article-method): Doc fix.
3915
3916         * gnus-sum.el: Do not accept a prefix.
3917         (gnus-summary-refer-article): Accept a list of select methods.
3918
3919 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3920
3921         * Makefile.in: Change `^  *' to `\t'.
3922
3923 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3924
3925         * message.el (message-forward): Pay attention to prefix argument
3926         again and forward all headers when it is set, regardless of the
3927         value of message-forward-ignored-headers.
3928
3929 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3930
3931         * dgnushack.el (dgnushack-compile): Vpath file.
3932
3933         * Makefile.in (SHELL): VPATH support.
3934
3935 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus-ems.el: Check for cygwin32.
3938
3939 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3940
3941         * mm-decode.el (mm-display-external): Use 'non-viewer.
3942
3943 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3944
3945         * base64.el (base64-encode-string): An alias for base64-encode for
3946         compatibility.
3947
3948 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3949
3950         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3951         nntp-inhibit-erase.
3952
3953 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3954
3955         * gnus-start.el (gnus-get-unread-articles): Use
3956         nnfoo-retrieve-groups to find new news, if available.
3957         (gnus-read-active-file-2): New function.
3958         (gnus-get-unread-articles): Use it.
3959         (gnus-read-active-file-1): Ditto.
3960
3961 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3962
3963         * mm-util.el (mm-find-mime-charset-region): Make sure
3964         find-coding-systems-for-charsets is fbound.
3965
3966         * gnus-ems.el: Typo fix.
3967
3968 1999-11-13  Florian Weimer  <fw@s.netic.de>
3969
3970         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3971         it's available and makes sense.
3972
3973 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3974
3975         * gnus-score.el (gnus-score-save): Translate score file.
3976
3977 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3978
3979         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3980         added fetchflag and dontexpunge keywords.
3981         (mail-source-fetch-imap): Use them.
3982
3983 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3984
3985         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3986         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3987         `defconst'.
3988
3989         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3990         `defconst'.
3991         Mention that it is both for group and topic parameters.
3992         (gnus-extra-topic-parameters): New constant, including `subscribe'
3993         parameter.
3994         (gnus-extra-group-parameters): New constant.
3995         (gnus-group-customize): Use them.
3996
3997         * gnus.el (gnus-select-method): Added default value and tag.
3998         (gnus-refer-article-method): Added `DejaNews' customization option.
3999
4000 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus-int.el (gnus-server-opened): Ignore denied servers.
4003
4004         * gnus-ems.el (gnus-mule-max-width-function): New backquote
4005         syntax.
4006
4007         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
4008
4009         * nnslashdot.el (nnslashdot-group-number): Changed default.
4010
4011         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
4012         (nnweb-dejanews-wash-article): Removed.
4013         (nnweb-type-definition): Fetch by id.
4014
4015         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
4016         we mean it.
4017
4018         * nnslashdot.el (nnslashdot-group-number): Doc fix.
4019         (nnslashdot-request-list): Use Ultramode as well.
4020         (nnslashdot-date-to-date): Be more lenient.
4021         (nnslashdot-threaded): New function.
4022
4023 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
4026
4027 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
4028
4029         * nnweb.el (nnweb-type-definition): /=dnc
4030
4031 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * nnultimate.el (nnultimate-retrieve-headers): Work with american
4034         dates.
4035         (nnultimate-retrieve-headers): Wrong ordering.
4036
4037 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
4038
4039         * message.el (message-forward-as-mime): New variable.
4040
4041 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
4044
4045 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4046
4047         * mail-source.el (mail-source-movemail-and-remove): New function.
4048         (mail-source-keyword-map): Add `function' for `maildir'.
4049         (mail-source-fetch-maildir): Use it.
4050
4051 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4052
4053         * nnwarchive.el: New file.
4054         * gnus-group.el (gnus-group-make-warchive-group): New function.
4055         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
4056
4057 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
4060         subjects.
4061
4062 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
4063
4064         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
4065
4066 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * nnultimate.el (nnultimate-open-server): Do address.
4069         (nnultimate-forum-table-p): New function.
4070
4071         * nnweb.el (nnweb-insert-html): Renamed.
4072         (nnweb-insert): New function.
4073
4074         * nnultimate.el (nnultimate-insert-html): New function.
4075
4076         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
4077         if nov is evil.
4078         (nnslashdot-retrieve-headers): use the sane version instead.
4079
4080 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081
4082         * nnslashdot.el (nnslashdot-request-article): Fold case.
4083
4084         * nnultimate.el: New file.
4085
4086         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
4087         unless wanted.
4088
4089         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
4090         (gnus-read-active-file-1): Separated into own function.
4091         (gnus-read-active-file): Catch quits.
4092
4093         * nnslashdot.el (nnslashdot-request-article): Search better on
4094         first article.
4095         (nnslashdot-request-list): Fold case.
4096         (nnslashdot-retrieve-headers): Ditto.
4097
4098 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * gnus.el: Autoload gnus-subscribe-topics.
4101
4102 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
4103
4104         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
4105         before dot.
4106         * gnus-util.el (gnus-write-active-file): Ditto.
4107
4108 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4109
4110         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
4111         function.
4112         * gnus-cache.el (gnus-cache-file-name): Use it.
4113         * gnus-agent.el (gnus-agent-group-path): Use it.
4114         * nnmail.el (nnmail-group-pathname): Use it.
4115
4116 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
4117
4118         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
4119         if cooked.
4120         * gnus-util.el (gnus-write-active-file): Write cooked active file.
4121         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
4122         * gnus.el (gnus-short-group-name): "..." proof.
4123
4124 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4125
4126         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
4127         support nnslashdot.
4128
4129 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
4132         many articles.
4133         (nnslashdot-generate-active): New function.
4134         (nnslashdot-request-newgroups): Use it.
4135
4136         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
4137         names.
4138
4139         * nnslashdot.el (nnslashdot-request-newgroups): New function.
4140         (nnslashdot-request-list): Not moderated.
4141
4142 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
4143
4144         * nnimap.el (nnimap-open-server): Remove error signal if
4145         nnimap-server-buffer is nil (the check should've been `boundp').
4146
4147         * imap.el (imap-log):
4148         * nnimap.el (nnimap-debug): Disable debugging by default.
4149
4150 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
4153
4154         * gnus-topic.el (gnus-subscribe-topic): New function.
4155
4156         * nnslashdot.el (nnslashdot-request-list): Give out extended group
4157         names.
4158
4159         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
4160         if starting with a quote.
4161
4162 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4163
4164         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
4165         group name.
4166
4167 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * nnslashdot.el: New file.
4170
4171         * nnheader.el (nnheader-insert-header): New function.
4172
4173         * gnus-art.el (gnus-mime-internalize-part): Bind
4174         mm-inlined-types.
4175
4176         * nndraft.el (nndraft-request-expire-articles): Do all the backup
4177         files.
4178
4179 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4180
4181         * emacs-mime.texi (Customization): Document mm-inline-override-types
4182
4183 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4184
4185         * emacs-mime.texi (Customization): Document mm-inline-override-types
4186
4187 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4188
4189         * emacs-mime.texi (Customization): Document mm-inline-override-types
4190
4191 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
4192
4193         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
4194         (smiley-toggle-buffer): New function.
4195         (smiley-buffer): Don't quote the function.
4196         (smiley-toggle-extents): Ditto.
4197
4198 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
4201         empty buffers.
4202
4203 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * gnus-art.el (gnus-article-mode-map): Use the summary article
4206         edit.
4207
4208 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
4209
4210         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
4211
4212 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
4215
4216 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
4217
4218         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
4219         is list or not before condition.
4220
4221 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4222
4223         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
4224
4225 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
4226
4227         * gnus-art.el (gnus-emphasis-alist): New value.
4228
4229 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4230
4231         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4232         `buffer-substring'.
4233
4234 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4235
4236         * gnus-art.el (article-date-ut): Keep the updated timer.
4237         (gnus-emphasis-underline-italic): Doc fix.
4238
4239         * gnus-msg.el (gnus-post-method): Doc fix.
4240         (gnus-post-method): Change default.
4241
4242 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4243
4244         * message.el (message-newline-and-reformat): Improvements.
4245
4246 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * message.el (message-newline-and-reformat): Don't insert too many
4249         newlines.
4250         (message-newline-and-reformat): Work even if not sc.
4251
4252         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4253
4254         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4255
4256 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4257
4258         * mm-view.el (mm-display-patch-inline): New function.
4259
4260 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4261
4262         * mm-view.el (mm-display-patch-inline): New function.
4263
4264 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4267         group.
4268
4269         * message.el (message-forward): Narrow to the right header.
4270
4271         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4272         dates.
4273
4274         * gnus-msg.el (gnus-configure-posting-styles): Use the
4275         user-full-name function.
4276
4277         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4278         (mm-body-charset-encoding-alist): Default to nil.
4279
4280         * message.el (message-elide-ellipsis): Fix typo.
4281         (message-elide-region): Ditto.
4282         (message-elide-region): Don't insert a newline first.
4283
4284 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4285
4286         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4287         gnus-fetch-old-headers.
4288         (gnus-cut-threads): Ditto.
4289         (gnus-summary-initial-limit): Ditto.
4290         (gnus-summary-limit-children): Ditto.
4291
4292         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4293         matches.
4294
4295 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4296
4297         * gnus-art.el (article-decode-encoded-words):
4298         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4299         live.
4300
4301         * gnus.el (gnus-read-method): Add methods from
4302         `gnus-opened-servers' to completion. Map entered method/address
4303         into existing methods if possible.
4304
4305         * gnus-group.el (gnus-group-make-group): Simplify method.
4306
4307         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4308
4309         * mml.el (mml-preview): Remove mail-header-separator before
4310         encoding.
4311
4312 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4313
4314         * message.el (message-read-from-minibuffer): New function.
4315
4316 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4317
4318         * gnus.el: Pterodactyl Gnus v0.98 is released.
4319
4320 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4321
4322         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4323
4324 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4325
4326         * mml.el (mml-generate-mime-1): Read attached binary file in
4327         binary mode.
4328
4329 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4330
4331         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4332
4333 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4334
4335         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4336
4337 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4338
4339         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4340
4341 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4342
4343         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4344         (gnus-article-mime-match-handle-function): New variable.
4345         (gnus-article-view-part): Make `b' customizable.
4346
4347 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4348
4349         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4350
4351 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4352
4353         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4354
4355 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4356
4357         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4358
4359 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4360
4361         * gnus-srvr.el (gnus-browse-foreign-server): Use
4362         `buffer-substring' instead of `read'.
4363
4364 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4365
4366         * nnimap.el, imap.el, rfc2104.el: New files.
4367
4368         * gnus.el (gnus-valid-select-methods): Add nnimap.
4369
4370         * gnus-group.el (gnus-group-group-map): Add
4371         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4372         (gnus-group-nnimap-expunge): New function.
4373         (gnus-group-nnimap-edit-acl): New function.
4374
4375         * gnus-agent.el (gnus-agent-group-mode-map): Add
4376         gnus-agent-synchronize.
4377         (gnus-agent-synchronize): New function.
4378         (gnus-agent-fetch-group-1): Check if server is open.
4379
4380         * nnagent.el (nnagent-request-set-mark): Save marks.
4381
4382         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4383         (mail-source-fetcher-alist): Map to imap fetcher function.
4384         (mail-source-fetch-imap): New function.
4385
4386         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4387         Hash:.
4388
4389 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4390
4391         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4392         (gnus-topic-sort-topics): New function.
4393         (gnus-topic-make-menu-bar): Add sort-topics.
4394         (gnus-topic-move): New function.
4395         (gnus-topic-move-group): Move the topic if no group selected.
4396
4397 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4398
4399         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4400
4401 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4402
4403         * mm-view.el (mm-inline-message): Fix leaving group bug.
4404
4405 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4406
4407         * gnus-msg.el (gnus-post-method): Use normal method if current is
4408         not available.
4409
4410 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4411
4412         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4413         (nnmail-insert-lines): Ditto.
4414
4415 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4416
4417         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4418         line.
4419
4420         * message.el (message-unsent-separator): One more separator.
4421
4422 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4423
4424         * nnfolder.el (nnfolder-request-move-article): For empty article,
4425         search till (point-max).
4426         (nnfolder-retrieve-headers): Ditto.
4427         (nnfolder-request-accept-article): Ditto.
4428         (nnfolder-save-mail): Ditto.
4429         (nnfolder-insert-newsgroup-line): Ditto.
4430
4431 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4432
4433         * qp.el (quoted-printable-encode-region): Check eobp.
4434
4435 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4436
4437         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4438
4439 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4440
4441         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4442         wait-for-reply.
4443
4444 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4445
4446         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4447         (mm-uu-forward-end-line): Ditto.
4448
4449 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4450
4451         * binhex.el (binhex-decode-region): don't consider the value of
4452         `enable-multibyte-characters' in XEmacs.
4453
4454         * gnus-start.el (gnus-read-descriptions-file): ditto.
4455
4456         * mm-util.el (mm-multibyte-p): ditto.
4457         (mm-with-unibyte-buffer): ditto.
4458         (mm-find-charset-region): use `mm-multibyte-p'.
4459
4460         * mm-bodies.el (mm-decode-body): ditto.
4461         (mm-decode-string): ditto.
4462
4463         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4464         `enable-multibyte-characters' in XEmacs.
4465
4466 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4467
4468         * mm-util.el (mm-binary-coding-system): Try binary first.
4469
4470 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4471
4472         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4473
4474 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4475
4476         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4477         format.
4478         (article-date-ut): Find correct insert position.
4479
4480 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4481
4482         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4483         forwarded message.
4484
4485 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4488         groups.
4489
4490         * message.el (message-resend): Use message mode when prompting.
4491
4492         * gnus-art.el (article-hide-headers): Mark wash.
4493         (article-emphasize): Ditto.
4494
4495 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4496
4497         * message.el (message-newline-and-reformat): Work for SC.
4498
4499 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4502
4503         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4504
4505 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4506
4507         * mm-decode.el mm-inline-override-types: New variable
4508
4509         * mm-decode.el (mm-inline-override-p): New function
4510
4511         * mm-decode.el (mm-inlined-p): Use it
4512
4513 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4514
4515         * mm-decode.el mm-inline-override-types: New variable
4516
4517         * mm-decode.el (mm-inline-override-p): New function
4518
4519         * mm-decode.el (mm-inlined-p): Use it
4520
4521 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4522
4523         * gnus.el: Pterodactyl Gnus v0.97 is released.
4524
4525 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4526
4527         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4528         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4529         3 args.
4530
4531 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4534         buffer for params.
4535
4536         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4537         line.
4538
4539         * message.el (message-forward-ignored-headers): New variable.
4540
4541         * gnus-art.el (gnus-article-prepare-display): Nix out
4542         gnus-article-wash-types.
4543
4544         * gnus-agent.el (gnus-agent-create-buffer): New function.
4545         (gnus-agent-fetch-group-1): Use it.
4546         (gnus-agent-start-fetch): Ditto.
4547
4548         * gnus-sum.el (gnus-summary-exit): Don't use
4549         `gnus-use-adaptive-scoring'.
4550
4551         * mail-source.el (mail-source-fetch-pop): Only store password when
4552         successful.
4553
4554         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4555
4556 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * message.el (message-reply): Use it.
4559         (message-dont-reply-to-names): New variable.
4560
4561         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4562
4563         * mm-util.el (mm-preferred-coding-system): Typo fix.
4564
4565         * message.el (message-bounce): Work for non-MIME.
4566
4567         * gnus.el (gnus-short-group-name): Short the right parts of the
4568         name.
4569
4570 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4571
4572         * mm-encode.el (mm-qp-or-base64): New version.
4573
4574 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4575
4576         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4577
4578 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4579
4580         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4581         of restricted region.
4582         (gnus-mime-display-single): Set beg at correct point.
4583
4584 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4585
4586         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4587
4588 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4589
4590         * gnus-msg.el (gnus-configure-posting-styles): Let
4591         `gnus-posting-styles' have its say in posting-style: local
4592         variable `styles' is already bound to `gnus-posting-styles' so
4593         don't rebind it to nil.
4594
4595 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4596
4597         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4598         Message-ID.
4599
4600 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4601
4602         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4603         quoted-printable-encode-region.
4604
4605         * qp.el (quoted-printable-encode-region): Assume charset
4606         encoded. Fold every line in the region.
4607
4608 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4609
4610         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4611         of active file.
4612
4613 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4614
4615         * message.el (message-mode): allows whitespaces between multiple
4616         instances of the fill character ">".
4617
4618 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4619
4620         * mm-encode.el (mm-qp-or-base64): Fix.
4621
4622 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * message.el (message-send): Too much and.
4625
4626 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4627
4628         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4629
4630 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * gnus-score.el (gnus-score-headers): Work for nil scores.
4633
4634 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * gnus-cache.el (gnus-cache-write-active): Write full names.
4637
4638         * gnus-util.el (gnus-write-active-file): Accept full name.
4639
4640         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4641         (mm-assoc-string-match): New function.
4642         (mm-display-inline): Use it.
4643
4644         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4645
4646         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4647
4648 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4649
4650         * mml.el (mml-generate-multipart-alist): New variable.
4651
4652 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4655
4656 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4657
4658         * message.el (message-send): More helpful error message if sending
4659         fails
4660
4661 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4662
4663         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4664         in newer emacsen, where ?r isn't equal 114.
4665
4666 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4667
4668         * gnus.el: Pterodactyl Gnus v0.96 is released.
4669
4670 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4671
4672         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4673         to get active info if method is covered by agent, otherwise
4674         active info is lost.
4675
4676 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4677
4678         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4679
4680 1999-08-09  Dave Love  <fx@gnu.org>
4681
4682         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4683
4684 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4685
4686         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4687           (already matched by "^X-Pgp"), removed duplicate
4688           X-Mailing-List, added several new junk headers.
4689
4690 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4691
4692         * gnus-art.el (article-decode-charset): Don't assume
4693         gnus-summary-buffer is live.
4694
4695 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4696
4697         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4698
4699 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4700
4701         * gnus-score.el (gnus-home-score-file): Work with absolute path
4702         names.
4703
4704 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4705
4706         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4707         nothing else in the group.
4708
4709 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4710
4711         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4712         the article.
4713
4714 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4715
4716         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4717
4718 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4719
4720         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4721         from mutt.
4722
4723 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4724
4725         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4726         whitespace.
4727
4728 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4729
4730         * mm-util.el (mm-text-coding-system-for-write): New variable.
4731         (mm-append-to-file): New function.
4732         (mm-write-region): New function.
4733
4734         * gnus-art.el (gnus-output-to-file): Use it.
4735         * gnus-util.el (gnus-output-to-rmail): Ditto.
4736         (gnus-output-to-mail): Ditto.
4737         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4738
4739 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4740
4741         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4742
4743         * nnheader.el (nnheader-insert-file-contents): Revert and use
4744         mm-insert-file-contents.
4745         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4746         (nnheader-auto-mode-alist): Removed.
4747
4748         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4749         (mm-insert-file-contents): Add a new parameter for inserting
4750         compressed file literally.
4751
4752         * mml.el (mml-generate-mime-1): Insert non-text literally.
4753
4754         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4755
4756 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4757
4758         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4759
4760 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4761
4762         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4763         koi8-r.
4764
4765 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4766
4767         * mml.el (mml-insert-mime): Decode text.
4768         (mml-to-mime): Narrow to headers-or-head.
4769
4770 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4771
4772         * mm-view.el (mm-inline-text): Check
4773         w3-meta-content-type-charset-regexp.
4774
4775 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4776
4777        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4778        predicate.
4779
4780 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4781
4782         * gnus-mlspl.el: Documentation fixes.
4783
4784 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4785
4786         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4787
4788 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4789
4790         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4791         variables.
4792
4793 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4794
4795         * nnmail.el (nnmail-get-new-mail): "Done".
4796
4797 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4800         interactive.
4801
4802 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4803
4804         * gnus-art.el (article-decode-charset): Fix broken CT.
4805
4806 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4807
4808         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4809         overview buffer if it is killed.
4810
4811 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4812
4813         * gnus-art.el (article-babel): New version.
4814
4815 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4816
4817         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4818
4819 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4820
4821         * gnus.texi (More Threading): Document new variable
4822         `gnus-sort-gathered-threads-function'.
4823
4824 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4825
4826         * gnus.texi (More Threading): Document new variable
4827         `gnus-sort-gathered-threads-function'.
4828
4829 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4830
4831         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4832         usage.
4833
4834 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4835
4836         * mm-util.el (mm-running-xemacs): Removed.
4837         (mm-coding-system-p): New function.
4838         (mm-binary-coding-system): Safe guess.
4839         (mm-text-coding-system): Ditto.
4840         (mm-auto-save-coding-system): Ditto.
4841
4842 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4845         (mm-qp-or-base64): Reversed logic.
4846
4847         * mm-decode.el (mm-save-part-to-file): Let coding system be
4848         binary.
4849
4850 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4851
4852         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4853         be set in topic parameters.
4854
4855 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4856
4857         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4858         (gnus-sort-gathered-threads): Allow the user to specify the
4859         function to use when sorting gathered threads.
4860
4861         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4862         mark cached articles as `undownloaded'.
4863
4864 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4865
4866         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4867         to have buffer local values.
4868
4869 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4870
4871         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4872         types 'g' for 'guess group type.
4873
4874 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4875
4876         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4877         after each regexp in nnmail-list-identifiers, not just after last
4878         one.
4879
4880         * gnus-sum.el (gnus-list-identifiers): New variable.
4881         (gnus-summary-remove-list-identifiers): New function.
4882         (gnus-select-newsgroup): Use it.
4883         (gnus-summary-wash-hide-map): Bind
4884         `gnus-article-hide-list-identifiers' to W W l.
4885         (gnus-summary-make-menu-bar): Add list-identifiers command.
4886
4887         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4888         (gnus-treatment-function-alist): Add variable.
4889         (article-hide-list-identifiers): New function.
4890         (mapcar): Add function.
4891         (gnus-article-hide): Use it.
4892
4893 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4894
4895         * gnus.el: Pterodactyl Gnus v0.95 is released.
4896
4897 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * mm-decode.el (mm-mailcap-command): New function.
4900         (mm-display-external): Use it.
4901
4902         * gnus-art.el (article-make-date-line): Work for India.
4903
4904         * mm-encode.el (mm-qp-or-base64): Typo.
4905
4906         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4907
4908 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4909
4910         * gnus.el: Pterodactyl Gnus v0.94 is released.
4911
4912 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4913
4914         * pop3.el: New version.
4915
4916 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * mm-encode.el (mm-qp-or-base64): New function.
4919         (mm-content-transfer-encoding): Use it.
4920
4921         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4922
4923 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4924
4925         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4926
4927         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4928
4929 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930
4931         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4932         keystroke.
4933
4934         * mailcap.el (mailcap-mime-types): New function.
4935
4936         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4937
4938         * message.el (message-goto-eoh): Really go to the end.
4939
4940 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4941
4942         * message.el (message-make-date): Do the right thing in with
4943         sub-hour time zones.
4944
4945 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4948         report.
4949
4950 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4951
4952         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4953
4954 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4955
4956         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4957         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4958         and use t as default value.
4959
4960 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4961
4962         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4963         gnus-summary-buffer is live.
4964
4965 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4966
4967         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4968
4969 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970
4971         * message.el (message-bounce): Do MIME bounces MIMEy.
4972
4973         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4974
4975 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * mailcap.el (mailcap-mime-extensions): Changed patch to
4978         text/x-patch.
4979
4980         * mm-decode.el (mm-display-external): Wrong placement of paren.
4981
4982 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4983
4984         * gnus.el: Pterodactyl Gnus v0.93 is released.
4985
4986 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4987
4988         * gnus-cus.el (gnus-group-parameters): New entries for
4989         gnus-group-split.
4990
4991         * gnus-mlspl.el: Renamed functions and variables so as to
4992         start with gnus-group-split.
4993         * gnus.el: Adjust autoload entries.
4994
4995 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4996
4997         * gnus-mlspl.el: Removed trailing t from comment and provide.
4998         Renamed functions and variables to start with gnus-mlsplit.
4999         Added autoload comments.
5000         * gnus.el: Added autoload entries.
5001
5002 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
5003
5004         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
5005         so that matches excluded by RESTRICTs do not cause the whole split
5006         to be ignored.  This also fixes a long-standing bug in which a
5007         split with \N substitutions wouldn't cause cross-posting as
5008         expected.
5009
5010         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
5011         (nnmail-split-it): Implement them.
5012
5013         * nnmail.el (nnmail-split-fancy): Document ! splits.
5014
5015 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
5016
5017         * pop3.el: New version.
5018
5019 1999-07-05  Simon Josefsson
5020
5021         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
5022
5023 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024
5025         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
5026
5027 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
5028
5029         * gnus-util.el (gnus-write-active-file): Use real name.
5030
5031         * gnus-agent.el (gnus-agent-expire): Update active file
5032         method by method.
5033
5034 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
5035
5036         * nndraft.el (nndraft-request-article): Use difference
5037         coding-systems for queue and drafts.
5038
5039         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
5040         nndraft:drafts.
5041
5042         * mm-util.el (mm-auto-save-coding-system): New coding system.
5043
5044         * message.el (message-draft-coding-system): Use it.
5045
5046 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
5047
5048         * mm-uu.el: More customizable and less aggressive.
5049
5050 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051
5052         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
5053         when plugged.
5054
5055         * mml.el (mml-generate-mime-1): Don't insert nofile files.
5056         (mml-insert-mml-markup): Accept a nofile.
5057         (mml-insert-mime): Insert nofile.
5058
5059         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
5060
5061         * mm-decode.el (mm-handle-media-type): New function.
5062         (mm-handle-media-supertype): New function.
5063         (mm-handle-media-subtype): New function.
5064         Use new functions throughout. "/"))
5065
5066 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-art.el (gnus-treat-predicate): Typo.
5069
5070 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071
5072         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
5073
5074 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * gnus-art.el (article-date-ut): UT!  Default it!
5077
5078 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5079
5080         * gnus.el: Pterodactyl Gnus v0.92 is released.
5081
5082 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
5083
5084         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
5085
5086 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * nntp.el (nntp-retrieve-groups): Don't do anything when not
5089         connected.
5090
5091         * gnus-start.el (gnus-active-to-gnus-format): Only save active
5092         when plugged.
5093
5094         * mm-view.el (mm-inline-message): Ignore remove-spec.
5095
5096         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
5097         is bound.
5098
5099         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
5100
5101         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
5102
5103         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
5104         start.
5105
5106         * message.el (message-fill-yanked-message): Remove `t' arg.
5107
5108         * gnus-group.el (gnus-group-kill-group): Message killing of
5109         groups.
5110
5111         * mm-util.el (mm-preferred-coding-system): New function.
5112         (mm-mime-charset): Use it.
5113
5114         * mml.el (mml-generate-mime-1): Charset-encode message parts.
5115
5116 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
5117
5118         * gnus-mlsplt.el: New file.
5119
5120 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121
5122         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
5123         functions.
5124         (mm-attachment-override-p): Take a handle instead of a type.
5125         (mm-inlined-p): Ditto.
5126         (mm-automatic-display-p): Ditto,
5127         (mm-inlinable-p): Ditto.
5128
5129         * nndraft.el (nndraft-request-expire-articles): Delete backup
5130         files.
5131
5132         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
5133
5134         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
5135
5136 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
5137
5138         * nnmail.el (nnmail-split-it): Allow .*.
5139
5140 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * mm-decode.el (mm-inline-large-images-p): Renamed.
5143
5144         * gnus-art.el (article-date-ut): Always look in the current buffer
5145         for the Date header.
5146
5147         * mml.el (mml-validate): New command.
5148
5149         * mailcap.el (mailcap-possible-viewers): Revert to string-match
5150         since we are dealing with regexps.
5151
5152 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5153
5154         * gnus.el: Pterodactyl Gnus v0.91 is released.
5155
5156 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * gnus-agent.el (gnus-agent-save-active-1): New function.
5159         (gnus-agent-save-active): use it.
5160         (gnus-agent-save-groups): Ditto.
5161
5162         * gnus-cache.el (gnus-cache-write-active): Use it.
5163
5164         * gnus-agent.el (gnus-agent-write-active): Use it.
5165
5166         * gnus-util.el (gnus-write-active-file): New function.
5167
5168         * gnus-agent.el (gnus-agent-write-active): New function to keep
5169         lower boundaries and canceled groups.
5170         (gnus-agent-save-groups): Use it.
5171         (gnus-agent-save-active): Use it.
5172         (gnus-agent-save-group-info): Only write active files.
5173         (gnus-agent-expire): Update active file.
5174
5175         * mm-decode.el (mm-inlinable-part-p): Removed.
5176         (mm-user-display-methods): Default to nil.
5177         (mm-user-display-methods): Removed.
5178         (add-mime-display-method): Removed.
5179         (mm-automatic-display): Renamed.
5180         (mm-automatic-display-p): Use it.
5181         (mm-inlined-types): New variable.
5182         (mm-inlined-p): New function.
5183
5184         * message.el (message-reply): Bind message-this-is-mail.
5185
5186 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
5187
5188         * smiley.el (smiley-buffer): Fix for NT.
5189
5190 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
5193
5194         * message.el (message-check-news-header-syntax): Protect against
5195         nil froms.
5196
5197         * mm-util.el (mm-auto-mode-alist): New.
5198
5199         * mml.el (mml-generate-mime-1): Ditto.
5200
5201         * gnus.el: Use mm-insert-file-contents throughout instead of
5202         nnheader.
5203
5204         * mm-util.el (mm-insert-file-contents): New function.
5205
5206 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5207
5208         * gnus.el: Pterodactyl Gnus v0.90 is released.
5209
5210 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
5211
5212         * mailcap.el (mailcap-possible-viewers): Use string=.
5213
5214 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5215
5216         * mm-uu.el (mm-uu-forward-begin-line): New variable.
5217         (mm-uu-forward-end-line): New variable.
5218         (mm-uu-begin-line): Handle forwarded message.
5219         (mm-uu-identifier-alist): Ditto.
5220         (mm-uu-dissect): Ditto.
5221
5222 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5223
5224         * lpath.el: Two free variables.
5225
5226 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5227
5228         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5229         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5230         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5231
5232         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5233         (nnfolder-file-coding-system-for-write): New variable.
5234         (nnfolder-active-file-coding-system): New variable.
5235         (nnfolder-active-file-coding-system-for-write): New variable.
5236         (nnfolder-save-active): New function.
5237         (nnfolder-save-buffer): Use them.
5238         (nnfolder-possibly-change-group): Ditto.
5239         (nnfolder-request-list-newsgroups): Ditto.
5240         (nnfolder-request-create-group): Ditto.
5241         (nnfolder-request-expire-articles): Ditto.
5242         (nnfolder-request-move-article): Ditto.
5243         (nnfolder-request-accept-article): Ditto.
5244         (nnfolder-request-delete-group): Ditto.
5245         (nnfolder-request-rename-group): Ditto.
5246         (nnfolder-possibly-change-folder): Ditto.
5247         (nnfolder-read-folder): Ditto.
5248         (nnfolder-request-list): Remove pathname-coding-system.
5249         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5250
5251         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5252         (nnmail-file-coding-system-1): Removed.
5253         (nnmail-find-file): Use nnmail-pathname-coding-system.
5254         (nnmail-write-region): Ditto.
5255
5256         * nnmbox.el (nnmbox-file-coding-system): New variable.
5257         (nnmbox-file-coding-system-for-write): New variable.
5258         (nnmbox-active-file-coding-system): New variable.
5259         (nnmbox-active-file-coding-system-for-write): New variable.
5260         (nnmbox-save-buffer): New function.
5261         (nnmbox-save-active): New function.
5262         (nnmbox-request-scan): Use them.
5263         (nnmbox-request-expire-articles): Ditto.
5264         (nnmbox-request-move-article): Ditto.
5265         (nnmbox-request-accept-article): Ditto.
5266         (nnmbox-request-replace-article): Ditto.
5267         (nnmbox-request-delete-group): Ditto.
5268         (nnmbox-request-rename-group): Ditto.
5269         (nnmbox-request-create-group): Ditto.
5270
5271         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5272         (mm-running-ntemacs): Removed.
5273
5274         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5275
5276 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5277
5278         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5279
5280 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5281
5282         * qp.el (quoted-printable-encoding-characters): Support lower case.
5283
5284 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5285
5286         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5287         (rfc2047-b-encode-region): Encode line by line.
5288
5289 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * mm-util.el (mm-find-mime-charset-region): Fix.
5292
5293 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5294
5295         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5296         (mm-find-mime-charset-region): Ditto.
5297
5298 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5299
5300         * gnus-sum.el (gnus-summary-move-article): Fix something or
5301         other.
5302
5303 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5304
5305         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5306         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5307         (gnus-summary-enter-digest-group): Use them.
5308         (gnus-summary-setup-default-charset): Ditto.
5309
5310 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5311
5312         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5313
5314 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5315
5316         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5317           gnus-newsgroup-name is nil.
5318
5319 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5320
5321         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5322
5323 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5324
5325         * gnus-art.el (article-emphasize): Use correct
5326         gnus-article-emphasis-alist.
5327
5328 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5329
5330         * mm-view.el (mm-inline-text): Fix text/html bug.
5331
5332 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5333
5334         * gnus.el: Pterodactyl Gnus v0.89 is released.
5335
5336 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5337
5338         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5339         * message.el (message-draft-coding-system): Ditto.
5340         * mm-util.el (mm-running-ntemacs): Ditto.
5341
5342 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5343
5344         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5345         cause problem.
5346
5347 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5348
5349         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5350
5351 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5352
5353         * mml.el: require mm-decode.
5354
5355 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5356
5357         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5358
5359 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5360
5361         * mm-view.el (mm-inline-image): Fix image undisplayer.
5362
5363 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5364
5365         * mml.el (mml-insert-multipart): Error in compeling-read.
5366         (mml-insert-tag): Match tags.
5367
5368 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5369
5370         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5371         (gnus-cache-braid-heads): Ditto.
5372         (gnus-cache-retrieve-headers): Ditto.
5373
5374 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5375
5376         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5377
5378 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5381         to string under XEmacs.
5382
5383 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5384
5385         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5386
5387 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5388
5389         * mm-view.el (mm-inline-message): Fix message view bug.
5390         * gnus-art.el (gnus-article-prepare): Ditto.
5391
5392 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5393
5394         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5395
5396 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5397
5398         * gnus.el: Pterodactyl Gnus v0.88 is released.
5399
5400 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5403         usage.
5404
5405         * nnmail.el (nnmail-get-new-mail): Save info.
5406
5407 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5408
5409         * gnus.el: Pterodactyl Gnus v0.87 is released.
5410
5411 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5412
5413         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5414         (mail-source-run-script): New function.
5415         (mail-source-fetch-pop): Use it.
5416
5417 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5420
5421 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5422
5423         * gnus.el: Pterodactyl Gnus v0.86 is released.
5424
5425 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * gnus-art.el (gnus-treat-translate): New variable.
5428         (gnus-treat-predicate): Accept a list of regexps.
5429         (gnus-article-treat-custom): Allow a list of regexps.
5430
5431 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5432
5433         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5434         type.
5435
5436 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-art.el (article-babel): Narrow a bit.
5439
5440         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5441
5442 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5443
5444         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5445         only unread ones.
5446         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5447         articles, not only unread ones.
5448
5449 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450
5451         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5452         keystroke.
5453
5454         * gnus-art.el (gnus-article-x-face-command): Ditto.
5455
5456         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5457
5458         * gnus.el (gnus-method-simplify): Accept server names.
5459
5460 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5461
5462         * gnus-art.el (article-babel-prompt): New function.
5463         (article-babel): New command.
5464
5465 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5468
5469         * mml.el (mml-generate-mime-1): Don't insert literally.
5470
5471         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5472         (gnus-netrc-syntax-table): Removed.
5473         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5474
5475 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5476
5477         * mm-view.el (mm-inline-text): Fix charset for text/html.
5478
5479 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5480
5481         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5482
5483 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484
5485         * nnmail.el (nnmail-split-incoming): Return the number of split
5486         mails.
5487         (nnmail-process-babyl-mail-format): Ditto.
5488         (nnmail-process-unix-mail-format): Ditto.
5489         (nnmail-process-mmdf-mail-format): Ditto.
5490         (nnmail-process-maildir-mail-format): Ditto.
5491
5492         * mail-source.el (mail-source-callback): Return the number from
5493         the callback.
5494
5495         * message.el (message-send-mail): Generate Lines.
5496
5497         * mail-source.el (mail-source-call-script): New function.
5498         (mail-source-call-script): New function.
5499
5500 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5501
5502         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5503         (gnus-select-newsgroup): Use it.
5504         (gnus-group-highlight-words-alist): New variable.
5505         (gnus-newsgroup-emphasis-alist): New variable.
5506         (gnus-summary-local-variables):  Use it.
5507         * lpath.el: Use it.
5508         * gnus-art.el (article-emphasize): Use it.
5509         (gnus-emphasis-highlight-words): New face.
5510         * gnus-cus.el (gnus-group-parameters): New parameter.
5511
5512 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5513
5514         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5515         parameter `headers'.
5516         (gnus-cache-enter-article): Ditto.
5517         (gnus-cache-update-article): Ditto.
5518         * gnus-sum.el (gnus-summary-move-article): Ditto.
5519         (gnus-summary-mark-article-as-unread): Ditto.
5520         (gnus-summary-mark-article): Ditto.
5521
5522 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5525         (gnus-posting-style-alist): Removed.
5526         (gnus-message-style-insertions): Ditto.
5527         (gnus-configure-posting-styles): Reimplementation.
5528
5529         * mail-source.el (mail-source-fetch): Error the message.
5530
5531         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5532
5533 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5534
5535         * gnus.el: Pterodactyl Gnus v0.85 is released.
5536
5537 1999-04-20  Michael Cook  <cook@sightpath.com>
5538
5539         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5540           Outlook citation regex.
5541
5542 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5543
5544         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5545         semicolon.
5546
5547 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5548
5549         * gnus-range.el (gnus-remove-from-range): Document range1
5550         modification, protect range2.
5551
5552 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5553
5554         * gnus-sum.el (gnus-update-marks): Protect lists from
5555         gnus-remove-from-range, don't sort twice.
5556
5557 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5558
5559         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5560         function in backend.
5561
5562 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5563
5564         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5565         request-accept-article function in the backend instead of using
5566         the 'respool capability.
5567
5568 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5569
5570         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5571         spurious whitespace at eob.
5572
5573 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5574
5575         * nnmail.el (nnmail-get-new-mail): Check right variable.
5576
5577 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5578
5579         * mailcap.el (mailcap-mime-data): Fix rfc822.
5580
5581 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5582
5583         * nndoc.el (nndoc-nsmail-type-p): New function.
5584         (nndoc-type-alist): Recognize nsmail.
5585
5586 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5587
5588         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5589         *before* `article-hide-headers' deletes the information.
5590
5591 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * gnus-sum.el (gnus-summary-save-parts): New command and
5594         keystroke.
5595         (gnus-summary-save-parts-1): New function.
5596         (gnus-summary-iterate): Buggy.
5597
5598         * mm-decode.el (mm-save-part-to-file): Made into own function.
5599
5600 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601
5602         * gnus-group.el (gnus-group-set-info): Resist nils.
5603
5604 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5605
5606         * mailcap.el (mailcap-mime-data): Ditto.
5607
5608         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5609
5610         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5611
5612 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5613
5614         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5615         gnus-article-date-lapsed-new-header is t.
5616
5617 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5618
5619         * gnus.el: Pterodactyl Gnus v0.84 is released.
5620
5621 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * gnus-msg.el (gnus-bug-message): Mime change.
5624
5625 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5626
5627         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5628
5629 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5630
5631         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5632         `x-uue'.
5633
5634 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5635
5636         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5637         when authentication is 'password.
5638
5639 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5640
5641         * gnus-win.el (gnus-configure-windows): Accept a setting.
5642
5643 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5644
5645         * mm-util.el (mm-quote-arg): Moved here.
5646
5647         * mm-decode.el (mm-quote-arg): Quote more chars.
5648
5649 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5652         with newlines would create buggy .nov files.
5653
5654         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5655
5656         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5657         end of lines.
5658
5659         * message.el (message-mode): Doc fix.
5660
5661         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5662
5663         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5664
5665         * gnus-art.el (article-date-ut): Rewrite.
5666
5667         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5668         order.
5669
5670         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5671         headers.
5672
5673         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5674
5675 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5676
5677         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5678         (article-date-ut): use it.
5679
5680 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * mail-source.el (mail-source-fetch-pop): Call script
5683         asynchronously.
5684
5685 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5686
5687         * gnus.el: Pterodactyl Gnus v0.83 is released.
5688
5689 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5692
5693         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5694
5695         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5696
5697         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5698
5699         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5700
5701         * message.el (message-generate-headers): Accept continuation
5702         headers.
5703
5704 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5705
5706         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5707
5708 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5709
5710         * gnus-art.el (gnus-treatment-function-alist): use
5711         maybe-hide-headers.
5712
5713         * message.el (message-inhibit-body-encoding): Typo.
5714         (message-resend): Inhibit encoding.
5715
5716         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5717
5718         * gnus-art.el (article-remove-cr): Use re-search.
5719
5720         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5721         headers.
5722
5723         * mm-decode.el (mm-quote-arg): Quote '.
5724
5725         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5726
5727         * mm-decode.el (mm-insert-part): Use multibyte for text.
5728
5729         * gnus-start.el (gnus-read-newsrc-file): New variable.
5730         (gnus-read-newsrc-file): Use it.
5731
5732 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5735
5736         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5737         function.
5738
5739 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5740
5741         * gnus.el: Pterodactyl Gnus v0.82 is released.
5742
5743 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5744
5745         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5746         for iso8859-2.
5747
5748 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5751         synonym alist.
5752
5753 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5754
5755         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5756
5757 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5758
5759         * mail-source.el (mail-source-fetch): Ask before bugging out.
5760
5761 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5762
5763         * uudecode.el (uudecode-decode-region-external): Don't assume
5764         uudecode-temporary-file-directory ends with a slash.
5765
5766 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5767
5768         * gnus-sum.el (gnus-update-marks):
5769         (gnus-update-read-articles):
5770         (gnus-summary-expire-articles): Check server.
5771
5772 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5773
5774         * mml.el (mml-preview): New function.
5775
5776 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5777
5778         * mail-source.el (mail-source-fetch-file): Return the right
5779         value.
5780
5781 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782
5783         * mml.el (mml-insert-parameter): New function.
5784         (mml-insert-parameter-string): New function.
5785
5786         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5787
5788         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5789         (gnus-mime-display-part): Use it.
5790
5791         * mm-decode.el (mm-alternative-precedence): Removed.
5792         (mm-discouraged-alternatives): New variable.
5793         (mm-preferred-alternative-precedence): New function.
5794
5795         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5796
5797         * mail-source.el (mail-sources): New variable.
5798
5799         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5800
5801         * mm-decode.el (mm-valid-image-format-p): New function.
5802         (mm-inline-media-tests): Use it.
5803         (mm-valid-and-fit-image-p): New function.
5804
5805         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5806         (gnus-agent-fetch-group): Ditto.
5807
5808 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5809
5810         * nnmail.el (nnmail-article-group): in case of a group name
5811         containing "\\n" constructs, be sure to pass the expanded value to
5812         nn*-save-mail.
5813
5814 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5815
5816         * gnus.el: Pterodactyl Gnus v0.81 is released.
5817
5818 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * gnus-sum.el (gnus-get-split-value): Reverse result.
5821
5822 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5825
5826 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * mml.el (mml-insert-tag): Insert concluding part.
5829
5830         * message.el (message-send-mail): Encode later.
5831         (message-send-news): Ditto.
5832
5833         * nnfolder.el: Don't use mail delim.
5834
5835 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * gnus-cus.el (gnus-group-customize): Put point at min.
5838
5839         * mm-view.el (mm-inline-text): Allow toggling html.
5840
5841 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5842
5843         * mail-source.el: Added prescript and postscript to file.
5844
5845 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5846
5847         * nnmail.el: Reverted.
5848
5849         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5850         (gnus-setup-posting-charset): Did work.
5851
5852 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5853
5854         * gnus.el (gnus-short-group-name): Use
5855         gnus-group-uncollapsed-levels.
5856
5857 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5860
5861 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5864         (article-strip-headers-from-body): New command and keystroke.
5865
5866 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5869
5870         * nnheader.el (nnheader-insert-file-contents): Bind
5871         enable-local-eval to nil.
5872         (nnheader-find-file-noselect): Ditto.
5873
5874         * nnmail.el (nnmail-article-group): Don't remove long lines.
5875         (nnmail-remove-long-lines): New function.
5876         (nnmail-split-header-length-limit): Removed.
5877
5878         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5879
5880         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5881
5882 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * gnus-sum.el (gnus-summary-generic-mark): New function.
5885
5886         * nnmail.el (nnmail-split-header-length-limit): Increased.
5887         (nnmail-article-group): Allow nil.
5888
5889         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5890
5891         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5892         first.
5893
5894         * mml.el (mml-minibuffer-read-type): Include types from
5895         mailcap-mime-data.
5896
5897         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5898
5899 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5900
5901         * mml.el (mml-insert-tag): New function.
5902         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5903         confusion with functions like `mml-read-tag'.
5904         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5905         (mml-minibuffer-read-description): Ditto with
5906         `mml-minibuffer-read-description'.
5907         (mml-attach-buffer): New function.
5908         (mml-mode-map): New entry for /.
5909         (mml-minibuffer-read-type): Accept DEFAULT.
5910
5911         * mml.el (mml-quote-region): Narrow the region.
5912
5913         * message.el (message-mode-menu): message-mime-attach-file is now
5914         mml-attach-file.
5915
5916 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5917
5918         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5919
5920 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5921
5922         * mml.el (mml-attach-buffer): New command.
5923
5924 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5925
5926         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5927         with a proper range. Compress range.
5928
5929         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5930
5931 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932
5933         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5934
5935 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5938         (gnus-picons-convert-x-face): Removed.
5939         (gnus-picons-article-display-x-face): Removed.
5940         (gnus-picons-x-face-sentinel): Ditto.
5941         (gnus-picons-display-x-face): Ditto.
5942
5943 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5944
5945         * gnus.el: Pterodactyl Gnus v0.80 is released.
5946
5947 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5948
5949         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5950
5951         * gnus-sum.el (gnus-with-article): Moved here.
5952
5953         * mail-source.el (mail-source-fetch-pop): Ask for password even
5954         when program.
5955
5956 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * gnus-msg.el (gnus-bug): Add description.
5959
5960         * mml.el (mml-insert-mml-markup): Insert disposition.
5961
5962         * message.el (message-send-mail): Always encode mail headers.
5963
5964         * smiley.el (gnus-smiley-display): Goto body.
5965
5966 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5967
5968         * smiley.el (gnus-smiley-display): Don't search to blank line.
5969
5970 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5971
5972         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5973         when requested.
5974
5975         * nnmail.el (nnmail-current-spool): Removed.
5976
5977         * gnus-salt.el (gnus-tree-inhibit): New varible.
5978
5979         * gnus.el (mm-util): Required.
5980
5981 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5982
5983         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5984
5985 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5986
5987         * mail-source.el (mail-source-bind): Doc fix.
5988
5989 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5990
5991         * message.el (message-mode): Doc fix.
5992
5993         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5994         encoding.
5995
5996         * gnus.el (gnus-methods-equal-p): Moved here.
5997
5998         * mail-source.el: pop at 110.
5999
6000         * pop3.el (pop3-movemail): Use write-region instead of
6001         append-to-file to avoid excessive messaging.
6002
6003 1999-02-27  lantz moore  <lmoore@contigo.com>
6004
6005         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
6006         type directory.
6007
6008 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
6009
6010         * gnus-art.el (article-hide-boring-headers): Field names must not
6011         contain whitespace.
6012
6013 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6014
6015         * gnus.el: Pterodactyl Gnus v0.79 is released.
6016
6017 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6018
6019         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
6020
6021         * mml.el (mml-mode): Don't use add-minor-mode.
6022
6023         * message.el (messgage-inhibit-body-encoding): New variable.
6024         (message-encode-message-body): Use it.
6025
6026 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6027
6028         * gnus.el: Pterodactyl Gnus v0.78 is released.
6029
6030 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031
6032         * message.el (message-mode): Switch on MML mode.
6033
6034         * mml.el: Included commands and functions.
6035         (mml-mode-map): New keymap.
6036
6037         * message.el: Removed the insertion commands and functions.
6038
6039         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
6040
6041         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
6042         keystroke.
6043
6044         * gnus-art.el (gnus-narrow-to-page): Revert.
6045
6046         * gnus-cite.el (gnus-cite-delete-overlays): New function.
6047         (gnus-cite-parse-maybe): Always reparse.
6048
6049         * message.el (message-encode-message-body): Don't insert
6050         "multipart warning".
6051
6052         * gnus-art.el (gnus-article-treat-head-custom): New variable.
6053
6054 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
6055
6056         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
6057
6058         * nnmail.el: Require mm-util.
6059
6060 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
6061
6062         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
6063         group.
6064
6065 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
6066
6067         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
6068
6069 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
6070
6071         * gnus-msg.el (gnus-extended-version): Better regexp.
6072
6073 1999-02-25  Didier Verna  <verna@inf.enst.fr>
6074
6075         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
6076         is called with the result of SPLIT and should return a new split.
6077
6078         * gnus.texi: update the doc.
6079
6080 1999-02-23  Didier Verna  <verna@inf.enst.fr>
6081
6082         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
6083         displayed in the article buffer, output bars if
6084         `gnus-picons-display-article-move-p'.
6085
6086 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
6087
6088         * mail-source.el (mail-source-fetch-pop): Typo.
6089
6090 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6091
6092         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
6093
6094 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6095
6096         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
6097
6098 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099
6100         * mml.el (mml-insert-buffer): New function.
6101
6102         * message.el (message-forward): Insert the buffer in the buffer.
6103
6104 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6105
6106         * mm-view.el (mm-inline-message): Insert part in narrowed region.
6107
6108 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6109
6110         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
6111
6112 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6113
6114         * gnus.el: Pterodactyl Gnus v0.77 is released.
6115
6116 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117
6118         * gnus-art.el (gnus-displaying-mime): New variable.
6119         (article-narrow-to-head): New function.
6120
6121         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
6122         Default to pop instead of pop3.
6123
6124 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125
6126         * gnus-art.el (article-hide-pgp): Goto body.
6127
6128         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
6129
6130         * gnus-cite.el: Don't use goto-line.
6131
6132         * gnus-art.el (gnus-article-treat-html): Removed.
6133         (gnus-treat-article): Save restriction.
6134
6135 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6136
6137         * message.el (message-send-mail): Don't untabify.
6138         (message-mode): Don't use tabs for indentation.
6139
6140 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6141
6142         * message.el (message-send-mail): Don't untabify.
6143
6144         * nnml.el (nnml-save-mail): Typo fix.
6145
6146 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6147
6148         * message.el (message-cite-function): Add
6149         `message-cite-original-without-signature' customization option.
6150
6151 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
6152
6153         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
6154         `nnmail-prepare-incoming-header-hook'.
6155
6156 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
6157
6158         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
6159
6160 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
6163
6164 1999-02-18  Michael Cook  <cook@sightpath.com>
6165
6166         * Recognize Microsoft Outlook's cite attribution conventions.
6167
6168 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
6169
6170         * gnus-sum.el: Bind M.
6171
6172 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
6173
6174         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
6175
6176 1999-02-15  Didier Verna  <verna@inf.enst.fr>
6177
6178         * gnus-picon.el (gnus-group-display-picons): ensures that
6179         `article-goto-body' really goes to the article body.
6180
6181 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6182
6183         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
6184
6185         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
6186
6187         * mm-view.el (mm-view-message): Enable multibyte.
6188
6189 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * nnmail.el (nnmail-get-new-mail): Message later.
6192
6193         * mm-util.el (mm-find-charset-region): Revert to checking
6194         multibyte.
6195
6196 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
6197
6198       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
6199       attachment.
6200
6201 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6202
6203         * gnus.el: Pterodactyl Gnus v0.76 is released.
6204
6205 1999-02-06  Felix Lee  <flee@cygnus.com>
6206
6207         * gnus.el (gnus-group-change-level-function): Typo.
6208
6209 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6210
6211         * gnus-sum.el (gnus-nov-skip-field): Removed.
6212         (gnus-nov-field): Ditto.
6213         (gnus-nov-parse-extra): Ditto.
6214         (gnus-nov-read-integer): Ditto.
6215
6216 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * nnheader.el (nnheader-nov-read-message-id): New macro.
6219         (nnheader-parse-nov): Use it.
6220
6221         * gnus-sum.el (gnus-nov-read-message-id): New macro.
6222         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
6223         `(eq (char-after) ?\n)'.
6224
6225 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * gnus.el (gnus-other-frame): Always pop up a new frame.
6228
6229 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6230
6231         * gnus-range.el (gnus-range-add): Rewrite.
6232
6233 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6234
6235         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6236         format.
6237         (nnmail-process-maildir-mail-format): New function.
6238
6239         * mail-source.el (mail-source-fetch-maildir): New function.
6240         (mail-source-keyword-map): Add default for maildir method.
6241         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6242
6243 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6246
6247         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6248         (nndoc-mime-digest-type-p): Removed.
6249
6250 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251
6252         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6253         where it is supposed to be.
6254         (gnus-treat-play-sounds): New variable.
6255
6256         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6257
6258         * gnus-art.el (article-display-x-face): Narrow to head.
6259         (gnus-article-washed-types): New variable.
6260         (article-hide-pgp): Is not a toggle.
6261         (gnus-article-hide-text-type): Save types.
6262         (article-decode-charset): Use it.
6263
6264         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6265
6266         * message.el (message-forward-start-separator): Removed.
6267         (message-forward-end-separator): Removed.
6268         (message-signature-before-forwarded-message): Removed.
6269         (message-included-forward-headers): Removed.
6270         (message-check-news-body-syntax): Don't check forward.
6271         (message-forward): Use MIME.
6272
6273         * nnvirtual.el (nnvirtual-request-article): Bind
6274         gnus-article-decode-hook to nil.
6275
6276 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6277
6278         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6279         us-ascii.
6280
6281 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * format-spec.el (format-spec): Be more robust.
6284
6285         * message.el (message-encode-message-body): Default
6286         mail-parse-charset to mail-parse-charset.
6287
6288         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6289         (gnus-summary-edit-article): Bind mail-parse-charset.
6290
6291         * mml.el (mml-read-tag): Ignore white space after end of tag.
6292
6293         * message.el (message-goto-body): Also work in separatorless
6294         articles.
6295
6296         * mml.el (mml-translate-from-mime): New function.
6297         (mml-insert-mime): Ditto.
6298         (mml-to-mime): New function.
6299         (mime-to-mml): New name.
6300
6301         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6302         article.
6303
6304         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6305
6306         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6307         special-case nndraft groups.
6308
6309 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6312         (gnus-get-newsgroup-headers): Already bound.
6313
6314         * message.el (message-encode-message-body): Use posting charset.
6315
6316         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6317         (mm-body-encoding): Do CTE.
6318         (mm-body-7-or-8): New function.
6319
6320         * mm-util.el (mm-mime-charset): Always fall back on alist.
6321         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6322         (mm-mime-mule-charset-alist): Add arabic-*-column.
6323         (mm-find-mime-charset-region): New function.
6324
6325         * format-spec.el (format-spec-make): New function.
6326
6327         * mail-source.el (format-spec): Required.
6328         (mail-source-fetch-with-program): Removed.
6329         (mail-source-fetch-with-program): New function.
6330
6331         * format-spec.el: New file.
6332
6333 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6334
6335         * mail-source.el (mail-source-fetch-with-program): Take optional
6336         parameter.
6337
6338 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339
6340         * gnus-start.el: Ignore some groups.
6341         (gnus-setup-news): Bind nnmail-fetched-sources.
6342
6343         * message.el (message-send-mail): Remove all tabs.
6344
6345         * mm-util.el (mm-find-charset-region): Just check whether
6346         find-charset-region is defined.
6347
6348 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6349
6350         * gnus-group.el (gnus-group-get-new-news): Use
6351         nnmail-fetched-sources.
6352
6353         * nnmail.el (nnmail-fetched-sources): New variable.
6354         (nnmail-get-new-mail): Use it.
6355
6356         * mail-source.el (mail-source-fetched-sources): New variable.
6357         (mail-source-fetch): Use it.
6358
6359 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6360
6361         * gnus.el (gnus-getenv-nntpserver): if the file that
6362         gnus-nntpserver-file names has a trailing newline, the
6363         string-match will always match, and thus the file will never be
6364         read.  (^ matches start of "line", \\` matches start of "buffer",
6365         which is what was intended...)
6366
6367 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6368
6369         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6370
6371 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6374         select methods.
6375
6376 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6377
6378         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6379
6380 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6381
6382         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6383
6384 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6385
6386         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6387         a typo.
6388         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6389         charset to nil.
6390         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6391         * gnus-start.el (gnus-start-draft-setup): Ditto.
6392
6393 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6394
6395         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6396         (mail-source-value): Don't do variables.
6397
6398         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6399
6400         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6401
6402 1999-02-01  Michael Cook  <cook@sightpath.com>
6403
6404         * Defenestrate spurious ?a.
6405
6406 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6407
6408         * mail-source.el (mail-source-fetch-pop): Instead use
6409         :authentication.
6410
6411 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6412
6413         * lisp/mail-source.el : Support APOP authentication scheme.
6414
6415 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6416
6417         * pop3.el (pop3-movemail): Return t.
6418
6419 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * rfc2047.el (rfc2047-fold-region): New function.
6422         (rfc2047-encode-message-header): Use it.
6423
6424 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6425
6426         * gnus-sum.el (gnus-group-charset-alist): Add more.
6427
6428 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6429
6430         * gnus.el: Pterodactyl Gnus v0.75 is released.
6431
6432 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * gnus-art.el (article-display-x-face): Don't narrow to head.
6435
6436 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6437
6438         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6439
6440 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441
6442         * mail-source.el (mail-source-fetch-directory): Ignore
6443         directories.
6444
6445         * gnus-cus.el (gnus-group-parameters): Addition.
6446
6447         * gnus-art.el (article-strip-banner): Do symbolic banners.
6448         (article-strip-banner): New keystroke.
6449
6450 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6451
6452         * gnus-art.el (article-strip-banner): New command.
6453
6454 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6455
6456         * gnus-art.el (gnus-treat-strip-banners): New variable.
6457
6458 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6461         has been exist.
6462
6463 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6464
6465         * message.el (message-draft-coding-system): Check coding-system.
6466         * mm-util.el (mm-text-coding-system): Ditto.
6467
6468 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * mail-source.el (mail-source-fetch-pop): Save excursion.
6471
6472 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6473
6474         * mail-source.el (mail-source-movemail-args): Not constant.
6475         (mail-source-movemail-args): Removed.
6476         (mail-source-fetch-with-program): New function.
6477         (mail-source-fetch-pop): Use program and function.
6478         (mail-source-movemail-program): Removed.
6479
6480         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6481         (gnus-treat-date-user-defined): New variable.
6482
6483 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6484
6485         * nnmail.el (nnmail-fix-eudora-headers): New function.
6486
6487 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6488
6489         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6490
6491 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6492
6493         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6494         (smiley-nosey-regexp-alist): Ditto.
6495
6496         * gnus-art.el (gnus-treatment-function-alist): Do
6497         gnus-article-add-buttons-to-head later.
6498         (gnus-treat-capitalize-sentences): New variable.
6499         (article-capitalize-sentences): New command and keystroke.
6500
6501         * gnus-group.el (gnus-group-catchup-current): Do group.
6502
6503         * message.el (message-default-charset): Add group.
6504
6505 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6506
6507         * gnus.el: Pterodactyl Gnus v0.74 is released.
6508
6509 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6510
6511         * gnus-art.el (article-fill-long-lines): Renamed.
6512         (article-fill-long-lines): New keystroke.
6513
6514 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515
6516         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6517
6518         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6519         displayed.
6520         (gnus-group-catchup-current): Be more robus.
6521
6522         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6523         headers.
6524
6525 1999-01-25  Dave Love  <fx@gnu.org>
6526
6527         * message.el (message-mode-menu): Add message-mime-attach-file.
6528         (message-mode): Doc fix.
6529
6530 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6531
6532         * nnmail.el (nnmail-check-duplication): Insert the mail source
6533         string.
6534
6535         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6536         (mail-source-fetch-directory): Ditto.
6537         (mail-source-fetch-file): Ditto.
6538         (mail-source-string): New variable.
6539
6540         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6541         the level.
6542
6543         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6544         before handling.
6545
6546         * mm-util.el (mm-mime-charset): Use the parameters.
6547         (mm-mime-charset): Removed region paremeters.
6548
6549         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6550         source.
6551
6552 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6553
6554         * nnmail.el (nnmail-get-split-group): Quote right.
6555
6556 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6557
6558         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6559         buffer.
6560
6561 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6562
6563         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6564         (gnus-group-mode): Don't hook.
6565
6566         * mail-source.el (mail-source-bind): Doc fix.
6567         (mail-source-bind): Take only one param.
6568
6569         * gnus-art.el (gnus-treat-highlight-signature): typep.
6570
6571         * mail-source.el (mail-source-movemail): Ignore empty file.
6572         (mail-source-callback): Check before deleting.
6573
6574         * message.el (message-mime-attach-file): Include name.
6575
6576 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * mm-util.el (mm-read-charset): Return a symbol.
6579
6580         * mm-view.el (mm-inline-text): Insert signature separator.
6581
6582         * gnus-art.el (gnus-treat-predicate): New function.
6583         (gnus-treat-article): Allow all types to be checked.
6584
6585         * gnus-util.el (gnus-or): New function.
6586         (gnus-and): Ditto.
6587
6588         * gnus-art.el (gnus-mime-display-single): Use override.
6589
6590         * mm-decode.el (mm-attachment-override-types): New variable.
6591         (mm-attachment-override-p): New function.
6592
6593         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6594
6595 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6596
6597         * mm-view.el (mm-inline-text): Do vcards.
6598
6599 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6600
6601         * gnus.el: Pterodactyl Gnus v0.73 is released.
6602
6603 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6604
6605         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6606         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6607         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6608         (nnmail-movemail-program): Removed.
6609         (nnmail-movemail-args): Removed.
6610         (nnmail-pop-password-required): Ditto.
6611         (nnmail-tmp-directory): Ditto.
6612         (nnmail-delete-incoming): Removed.
6613         (nnmail-pop-password, nnmail-moved-inboxes,
6614         nnmail-internal-password, nnmail-move-inbox): Removed.
6615         (nnmail-read-passwd): Ditto.
6616         (nnmail-get-spool-files): Removed.
6617         (nnmail-resplit-incoming): Reinstated.
6618
6619         * mail-source.el: New file.
6620
6621 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6622
6623         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6624
6625 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6628
6629 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630
6631         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6632
6633         * gnus-picon.el (gnus-group-display-picons): Goto body.
6634
6635         * gnus.el: Indented all functions; broke long lines; changed all
6636         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6637
6638 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6639
6640         * gnus.el: Pterodactyl Gnus v0.72 is released.
6641
6642 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6643
6644         * gnus.el: Cleaned up trailing whitespace.
6645
6646         * mm-util.el (mm-read-charset): Work.
6647
6648 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6649
6650         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6651         nnheader-translate-file-chars'd group name.
6652
6653 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654
6655         * message.el (message-encode-message-body): Fold case.
6656
6657 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6658
6659         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6660
6661 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6662
6663         * mailcap.el (mailcap-add): New function.
6664
6665 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666
6667         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6668         (article-goto-body): Use it.
6669         (gnus-treat-article): Ditto.
6670
6671         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6672         downloaded articles from the downloadeble list.
6673
6674 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6675
6676         * message.el (message-encode-message-body): Bind
6677         mail-parse-charset.
6678
6679         * mm-util.el (mm-charset-synonym-alist): New variable.
6680         (mm-charset-to-coding-system): Use it.
6681         (mm-charset-coding-system-alist): Removed.
6682         (mm-charset-to-coding-system): Don't use it.
6683         (mm-find-charset-region): Use mail-parse-charset.
6684
6685         * gnus-art.el (gnus-treatment-function-alist): Use
6686         gnus-article-display-picons.
6687         (gnus-treat-display-xface): Only do if we have xface feature.
6688         (gnus-part-display-hook): New function.
6689         (gnus-treat-article): Use it.
6690         (gnus-treat-article): Use gnus-visual.
6691
6692         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6693
6694         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6695         displaying.
6696
6697         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6698
6699         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6700         regexp file names.
6701
6702 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6703
6704         * gnus.el: Pterodactyl Gnus v0.71 is released.
6705
6706 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707
6708         * mm-view.el (mm-inline-image): Don't add a dot.
6709
6710         * gnus-art.el (gnus-treat-article): New function.
6711
6712         * gnus.el (gnus-article-display-hook): Removed.
6713
6714         * gnus-art.el (gnus-article-treat-custom): New variable.
6715
6716         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6717
6718         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6719         functions.
6720
6721         * message.el (message-posting-charset): New variable.
6722         (message-send-mail): Use it.
6723
6724         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6725         (gnus-setup-posting-charset): New function.
6726         (gnus-setup-message): Use it.
6727
6728         * message.el (message-encode-message-body): Just look for
6729         Content-Type before inserting a new one.
6730
6731 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * rfc2047.el (rfc2047-default-charset): Removed.
6734
6735         * mail-prsvr.el: New file.
6736         (mail-parse-charset): New variable.
6737
6738         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6739         Changed name.
6740
6741         * gnus.el (gnus-charset): New group.
6742
6743         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6744
6745         * gnus-sum.el (gnus-default-charset): Default to nil.
6746         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6747         (gnus-newsgroup-iso-8859-1-forced): Removed.
6748
6749         * mm-util.el (mm-known-charsets): Removed.
6750         (mm-default-coding-system): Removed.
6751         (mm-default-charset): Removed.
6752         (mm-read-charset): New function.
6753
6754         * message.el (message-default-charset): Removed.
6755
6756         * rfc2047.el (rfc2047-default-charset): Default to nil.
6757
6758         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6759
6760 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6761
6762         * gnus.el: Pterodactyl Gnus v0.70 is released.
6763
6764 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * mm-decode.el (mm-save-part): Use mm-get-part.
6767         (mm-insert-part): New function.
6768         (mm-get-part): Use it.
6769         (mm-get-image): Ditto.
6770         (mm-display-external): Ditto.
6771
6772         * mm-view.el (mm-inline-text): Ditto.
6773
6774         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6775         ranges.
6776
6777         * mm-decode.el (mm-display-external): Save the buffer.
6778         (mm-remove-part): Kill it.
6779
6780         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6781
6782         * nnagent.el (nnagent-request-set-mark): Defined stub.
6783
6784 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785
6786         * gnus-score.el (gnus-score-load-score-alist): Bind
6787         coding-system-for-read.
6788
6789         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6790         prepare-exit-hook.
6791
6792         * mm-view.el (mm-setup-w3): Require w3.
6793
6794 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6795
6796         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6797         body.
6798
6799 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6800
6801         * mm-encode.el: Ditto.
6802
6803         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6804         error.
6805
6806         * mailcap.el (mailcap-mime-data): SAFER ps.
6807
6808         * message.el (message-encode-message-body): Always insert a
6809         Content-Type header.
6810
6811         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6812         shown inline.
6813
6814         * mm-view.el (mm-inline-text): Handle all sorts of text.
6815
6816         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6817         don't view.
6818
6819         * mm-decode.el (mm-display-external): Use it.
6820
6821         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6822
6823         * mm-decode.el (mm-save-part): Removed double code.
6824
6825 1999-01-12  Dave Love  <fx@gnu.org>
6826
6827         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6828         application/octet-stream .gz & al files with jka-compr.
6829
6830 1999-01-12  Dave Love  <fx@gnu.org>
6831
6832         * gnus-ems.el (gnus-down-mouse-3): New variable.
6833         * gnus-art.el (gnus-mime-button-map): Use it.
6834         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6835
6836 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6837
6838         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6839
6840 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841
6842         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6843         buffers.
6844
6845         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6846
6847         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6848
6849 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6850
6851         * mml.el (mml-parameter-string): Strip directory component.
6852
6853 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6854
6855         * gnus.el (gnus-use-demon): Removed.
6856
6857 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * nnmail.el (nnmail-article-group): Don't infloop.
6860
6861 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6862
6863         * gnus-art.el (article-update-date-lapsed): Made it work with
6864         picons, and make it update on all visible frames.
6865         (article-date-ut): Get summary-buffer's current-headers.
6866
6867 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6870         (gnus-picons-setup-p): New variable.
6871
6872 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873
6874         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6875
6876 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6879         (gnus-summary-exit-no-update): Use mapcar.
6880
6881 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6882
6883         * gnus-agent.el (gnus-category-write): Make directory.
6884
6885 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6886
6887         * gnus-sum.el (gnus-update-read-articles):
6888         (gnus-update-marks): Request backend update of mark.
6889
6890 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6891
6892         * mm-bodies.el (mm-body-encoding): Use mm-find.
6893
6894 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6895
6896         * gnus-picon.el (gnus-article-display-picons): Fix.
6897
6898 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6899
6900         * gnus.el: Pterodactyl Gnus v0.69 is released.
6901
6902 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6903
6904         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6905
6906         * gnus-agent.el (gnus-agent-remove-group): New command and
6907         keystroke.
6908
6909         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6910
6911 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6912
6913         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6914
6915 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6916
6917         * mm-view.el (mm-inline-text): Bind current id.
6918
6919         * mm-decode.el (mm-handle-id): New macro.
6920         (mm-make-handle): Accept id.
6921         (mm-dissect-singlepart): Use it.
6922
6923 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6924
6925       * message.el (message-cite-original-without-signature): Use
6926       message-signature-separator when searching for signature in
6927       message-cite-original-without-signature.
6928
6929 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6930
6931         * gnus.el (gnus-server-to-method): Check named methods.
6932
6933 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934
6935         * mm-view.el (mm-view-message): Goto point-min.
6936
6937         * nnmail.el (nnmail-article-group): Don't delete lines, only
6938         shorten them.
6939
6940         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6941         values.
6942
6943         * nnheader.el (nnheader-temp-directory): New variable.
6944         (nnheader-temp-directory): Removed.
6945
6946 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6947
6948         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6949         list of files to check for mailcap entries under windows-nt.
6950
6951 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6952
6953         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6954         summary buffer exists.
6955
6956 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6957
6958         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6959         irrelevant Sun sendmail bug.
6960         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6961
6962         * message.el (message-send-news): Bind mail-header-separator to
6963         "" when asking backend to post.
6964
6965 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6966
6967         * mm-uu.el (mm-dissect-disposition): New variable.
6968         (mm-uu-dissect): Use it.
6969
6970 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971
6972         * mm-view.el (mm-inline-text): Bind url-current-object.
6973
6974 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6975
6976         * gnus-range.el (gnus-remove-from-range): Rewrite.
6977
6978 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6979
6980         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6981
6982 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6983
6984         * message.el (message-encode-message-body): Insert `MIME-Version'
6985         instead of `Mime-Version'.
6986
6987 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6988
6989         * message.el (message-insert-mime-part): Add the attachment
6990         disposition.
6991         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6992         (message-mime-query-type): New function.
6993         (message-mime-query-description): Ditto.
6994         (message-mime-query-file): Ditto.
6995         (message-insert-mime-part): Use them.
6996         (message-mime-insert-external): Use the new stuff.
6997
6998 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999
7000         * nnmail.el (nnmail-split-header-length-limit): New variable.
7001
7002         * mm-decode.el (mm-dissect-buffer): Check syntax.
7003
7004         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
7005
7006         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
7007         (rfc2047-dissect-region): Ditto.
7008
7009 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7010
7011         * mm-view.el (mm-view-message): Decode charset.
7012
7013 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
7016         CT headers.
7017
7018 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7019
7020         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
7021         mm-uu-*-function.
7022         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
7023
7024 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * message.el (message-send-mail): Do MML first.
7027         (message-send-news): Ditto.
7028
7029 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * gnus-picon.el (gnus-picons-face): New face.
7032         (gnus-picons-try-face): Use it.
7033
7034 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7035
7036         * gnus.el: Pterodactyl Gnus v0.68 is released.
7037
7038 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7039
7040         * gnus.el: Pterodactyl Gnus v0.67 is released.
7041
7042 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7043
7044         * gnus.el: Pterodactyl Gnus v0.66 is released.
7045
7046 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * gnus-art.el (gnus-insert-mime-button): Decode description.
7049
7050 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7051
7052         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
7053         (gnus-decode-header-methods): Ditto.
7054         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
7055
7056 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
7057
7058         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
7059
7060 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * mml.el (mml-insert-mime-headers): Encode description.
7063
7064         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
7065         line.
7066
7067         * gnus-sum.el (gnus-default-charset): Doc fix.
7068
7069 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7070
7071         * mm-decode.el (mm-display-part): Forward a line.
7072
7073 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7074
7075         * mm-util.el (mm-running-ntemacs): New variable.
7076         (mm-text-coding-system): Ditto.
7077         * nnmail.el (nnmail-incoming-coding-system): Ditto.
7078         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
7079
7080 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
7083         buffer.
7084
7085         * message.el (message-insert-headers): New command and keystroke.
7086
7087 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
7090         (mm-get-image): Ditto.
7091
7092         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
7093         base64, uudecode and binhex.
7094
7095 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7096
7097         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
7098         in text/plain.
7099         * mm-uu.el (mm-uu-dissect): Use inline.
7100
7101 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * mm-view.el (mm-view-message): New function.
7104
7105         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
7106         qp.
7107
7108 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
7109
7110         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
7111         entry for message/rfc822 as 8bit.
7112
7113 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * mailcap.el (mailcap-mime-extensions): Add patch.
7116
7117 1998-12-05  Dale Hagglund  <rdh@best.com>
7118
7119         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
7120         argument to force all multipart/* to look like multipart/mixed.
7121
7122         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
7123         variable.
7124         (gnus-mime-display-part): Use it.
7125
7126 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7127
7128         * gnus-draft.el (gnus-draft-send): Only disable checks for
7129         non-interactive use.
7130         (gnus-draft-send-message): Use it.
7131
7132 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7133
7134         * gnus.el: Pterodactyl Gnus v0.65 is released.
7135
7136 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137
7138         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
7139
7140         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
7141
7142 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7143
7144         * gnus.el: Pterodactyl Gnus v0.64 is released.
7145
7146 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * mm-view.el (mm-setup-w3): Don't load.
7149
7150         * gnus-msg.el (gnus-setup-message): Set group name.
7151         (gnus-group-mail): Avoid leaking local vars.
7152
7153         * message.el (message-attach-file): Renamed.
7154         (message-mime-attach-file): Renamed again.
7155
7156 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
7157
7158         * gnus-art.el (article-decode-encoded-words): Bind
7159         rfc2047-default-charset here.
7160
7161         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
7162
7163 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7164
7165         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
7166         (gnus-picons-setup-hook): New hook.
7167
7168 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7169
7170         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
7171         string.
7172         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
7173         line.
7174
7175 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7176
7177         * gnus-art.el (gnus-article-prepare-display): Setup w3.
7178         (gnus-mime-view-part): Ditto.
7179         (gnus-mime-inline-part): Dotii.
7180         (gnus-mime-externalize-part): Daddo.
7181         (gnus-mime-internalize-part): Tutti frutti.
7182         (gnus-widget-press-button): Da da do.
7183
7184         * mm-view.el (mm-setup-w3): Require url-vars.
7185
7186 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7187
7188         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
7189         * mm-util.el (mm-find-charset-region): Ditto.
7190
7191 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7192
7193         * message.el (message-send): Don't encode here.
7194         (message-send-mail): But here.
7195         (message-send-news): And here.
7196
7197 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
7200
7201 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7202
7203         * gnus.el: Pterodactyl Gnus v0.63 is released.
7204
7205 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * mml.el (mml-base-boundary): Shorten.
7208
7209         * message.el (message-insert-mime-part): Use default.
7210
7211         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
7212
7213 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7214
7215         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
7216         buttons, not [*].
7217
7218 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7219
7220         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
7221
7222 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
7223
7224         * gnus-art.el (gnus-insert-mime-button): Fix.
7225
7226 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7227
7228         * message.el (message-insert-mime-part): Nicify prompts.
7229         (message-insert-mime-part): Really delete duplicates.
7230         (message-insert-mime-part): Check against common errors.
7231         (message-insert-mime-part): Fix docstring.
7232
7233 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7236
7237 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7238
7239         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7240         (gnus-insert-mime-button): Modify accordingly.
7241
7242 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7243
7244         * gnus-art.el (gnus-display-mime): Set window point.
7245
7246         * mm-decode.el (mm-display-external): Only decode when not
7247         saving.
7248         (mm-alternative-precedence): Prefer multiparts.
7249         (mm-inline-media-tests): Inline multiparts.
7250
7251         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7252         Ignore errors when requiring url.
7253
7254         * mml.el (mml-quote-region): New command.
7255
7256         * message.el (message-cite-original): Use it.
7257         (message-cite-original-without-signature): Ditto.
7258
7259 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7260
7261         * gnus.el: Pterodactyl Gnus v0.62 is released.
7262
7263 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264
7265         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7266
7267 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7268
7269         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7270         `point-max-marker'.
7271
7272 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7275
7276         * gnus-art.el (gnus-mime-display-single): Check for attachment
7277         before other tests.
7278
7279 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7280
7281         * gnus-msg.el (gnus-configure-posting-styles): find a
7282         posting-style entry in the group parameters, if any, and honor it
7283         at the end.
7284
7285 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7286
7287         * nntp.el (nntp-after-change-function): Fix.
7288
7289 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7290
7291         * mml.el (mml-generate-mime-1): Insert literally.
7292
7293 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * mml.el (mml-insert-mime-headers): Removed debug.
7296
7297 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7300         prefixed.
7301
7302         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7303         application/emacs-lisp to 8bit.
7304
7305 1998-12-03  Dale Hagglund  <rdh@best.com>
7306
7307         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7308
7309 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7310
7311         * gnus.el: Pterodactyl Gnus v0.61 is released.
7312
7313 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7314
7315         * mml.el (mml-parse-1): Skipped parts.
7316         (mml-insert-mime-headers): Nil is a list.
7317         (mml-generate-mime-1): Don't insert literally.
7318         (mml-read-tag): Drop text props.
7319         (mml-read-part): Ditto.
7320         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7321
7322 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7323
7324         * gnus.el: Pterodactyl Gnus v0.60 is released.
7325
7326 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7327
7328         * mml.el (mml-parse-1): Don't throw contents away.
7329
7330 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7331
7332         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7333
7334 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7337         function.
7338         (mml-parse-1): Use it.
7339
7340 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7341
7342         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7343         Use gnus-newsgroup-default-charset.
7344         (article-decode-encoded-words): Remove charset codes.
7345         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7346         gnus-default-charset.
7347
7348 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * message.el (message-send-mail): Don't encode here.
7351         (message-send-news): Nor here.
7352         (message-send): ... but here instead.
7353
7354         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7355         default to nil.
7356         (gnus-article-display-picons): Replace From line.
7357         (gnus-group-display-picons): Replace Newsgroups line.
7358         (gnus-picons-display-glyph): Set baseline.
7359         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7360         (gnus-picons-xbm-face): Revert to old, standard colors.
7361
7362         * message.el (message-fetch-field): Remove text props.
7363
7364         * gnus-art.el (gnus-article-normalized-header-length): New
7365         variable.
7366         (article-normalize-headers): New command and keystroke.
7367
7368         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7369
7370 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7371
7372         * gnus.el: Pterodactyl Gnus v0.59 is released.
7373
7374 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7377
7378         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7379
7380 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7381
7382         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7383
7384 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * mm-decode.el (mm-all-images-fit): New variable.
7387         (mm-image-fit-p): Use it.
7388
7389         * gnus-art.el (gnus-mime-display-single): Use it.
7390         (gnus-mime-internalize-part): New command and keystroke.
7391
7392         * mm-decode.el (mm-user-automatic-external-display): New
7393         variable.
7394         (mm-automatic-external-display-p): New function.
7395
7396         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7397         colors.
7398
7399 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7402
7403         * gnus-art.el (gnus-with-article): Work in the original article
7404         buffer.
7405         (gnus-with-article): Work in read-only groups.
7406
7407 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7408
7409         * mm-bodies.el (mm-decode-string): Return original string if not
7410         decode.
7411
7412 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7413
7414         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7415
7416 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7417
7418         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7419
7420 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7421
7422         * gnus.el: Pterodactyl Gnus v0.58 is released.
7423
7424 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7425
7426         * mm-decode.el (mm-get-image): Return a glyph, not an image
7427         specifier.
7428
7429 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7430
7431         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7432
7433 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434
7435         * mail-parse.el (rfc2045): Required.
7436
7437 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7438
7439         * mm-view.el (mm-inline-text): Remove props.
7440
7441 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442
7443         * mm-view.el (mm-setup-w3): Protect url-misc.
7444
7445         * message.el (message-ignored-resent-headers): Remove
7446         Gnus-Warning.
7447
7448         * mml.el (mml-insert-mime-headers): Use encoding.
7449         (mml-parameter-string): Ditto.
7450
7451         * rfc2045.el: New file.
7452         (rfc2045-encode-string): New function.
7453
7454 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * mail-parse.el (mail-header-encode-parameter): New function.
7457
7458         * rfc2231.el (rfc2231-encode-string): New function.
7459
7460 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7461
7462         * mm-bodies.el (mm-decode-string): New function.
7463         * mm-view.el (mm-inline-text): Use mm-decode-string.
7464
7465 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7466
7467         * gnus.el: Pterodactyl Gnus v0.57 is released.
7468
7469 1998-11-23  Felix Lee  <flee@cygnus.com>
7470
7471         * nntp.el (nntp-async-needs-kluge): new setting.
7472         (nntp-async-timer): new var.
7473         (nntp-async-process-list): new var.
7474         (nntp-async-kluge): new function.
7475         (nntp-async-timer-handler): new function.
7476         (nntp-async-wait): new function.
7477         (nntp-async-stop): new function.
7478         (nntp-after-change-function): renamed, and split apart.
7479         (nntp-async-trigger): new function.
7480         (nntp-do-callback): new function.
7481         (nntp-accept-process-output): add optional timeout arg.
7482
7483         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7484         (gnus-async-wait-for-article): new function.
7485         (gnus-async-with-semaphore): s/asynch/async/.
7486
7487 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * gnus-art.el (gnus-with-article): Don't encode.
7490         (gnus-insert-mime-button): Fall back on filename from C-D.
7491         (gnus-mime-display-single): Have dots right on text/plain
7492         attachments.
7493
7494         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7495         broken parts.
7496
7497         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7498
7499         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7500         binhex.
7501
7502         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7503         (gnus-summary-repair-multipart): New command and keystroke.
7504
7505         * gnus-art.el (gnus-with-article-buffer): New macro.
7506
7507 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7508
7509         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7510         undisplay the part.
7511
7512 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7513
7514         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7515
7516         * mml.el (mml-read-part): Partition right.
7517
7518         * mm-decode.el (mm-handle-set-cache): New macro.
7519         (mm-handle-cache): Ditto.
7520         (mm-make-handle): Ditto.
7521         (mm-dissect-singlepart): Use it.
7522         (mm-get-image): Use the cache.
7523
7524 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525
7526         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7527         (gnus-mime-display-single): Don't insert lines between parts.
7528
7529 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7530
7531         * nnmail.el (nnmail-file-coding-system-1): New variable.
7532         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7533         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7534         * nnml.el (nnml-file-coding-system): New variable.
7535         (nnml-request-article): Use nnml-file-coding-system.
7536
7537 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7538
7539         * gnus.el: Pterodactyl Gnus v0.56 is released.
7540
7541 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7542
7543         * gnus-art.el (gnus-mime-display-part): New function.
7544         (gnus-mime-display-mixed): Use it.
7545
7546         * mm-view.el (mm-setup-w3): Don't register.
7547
7548         * message.el (message-cite-original): Cite parts.
7549
7550 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7551
7552         * mml.el (mml-parameter-string): New function.
7553         (mml-insert-mime-headers): Separated into new function.
7554
7555 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7556
7557         * mml.el (mml-make-boundary): Use `make-string'.
7558
7559 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7560
7561         * binhex.el (binhex-insert-char): Ditto.
7562
7563         * base64.el (base64-insert-char): Ditto.
7564
7565         * uudecode.el (uudecode-insert-char): Code correctly.
7566
7567 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7568
7569         * mml.el (mml-generate-mime): Don't generate multiparts for
7570         empties.
7571
7572         * gnus-art.el (gnus-display-mime): Save excursion.
7573
7574         * message.el (message-remove-first-header): New function.
7575         (message-encode-message-body): Use it.
7576
7577 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7578
7579         * gnus.el: Pterodactyl Gnus v0.55 is released.
7580
7581 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * mm-view.el (mm-setup-w3): New function.
7584
7585         * mm-decode.el (mm-content-id-get-contents): New function.
7586         (mm-content-id-get-type): Ditto.
7587         (mm-content-id-get-encoding): Ditto.
7588         (mm-get-handle-by-content-id): Removed.
7589
7590 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7591
7592         * message.el (message-generate-new-buffers): Fix tag.
7593
7594 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * message.el (message-buffer-name): Check for unique first.
7597
7598         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7599         gnus-inhibit-mime-unbuttonizing.
7600
7601         * gnus-sum.el (t): Bind M-t.
7602         (gnus-inhibit-unbuttonizing): New variable.
7603         (gnus-summary-toggle-display-buttonized): New command.
7604
7605         * gnus-art.el (gnus-display-mime): Select article window.
7606         (article-strip-trailing-space): New command and keystroke.
7607
7608         * nneething.el (nneething-include-files): New variable.
7609         (nneething-create-mapping): Use it.
7610
7611         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7612
7613         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7614         ayto-expirable marks.
7615
7616 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7617
7618         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7619
7620         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7621         ARG.
7622
7623         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7624
7625 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7626
7627         * mm-util.el (mm-binary-coding-system): New variable.
7628         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7629         * mm-decode.el (mm-display-external): Ditto.
7630
7631 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7632
7633         * gnus.el: Pterodactyl Gnus v0.54 is released.
7634
7635 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7638
7639 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * mm-decode.el (mm-save-part): Unquote.
7642
7643 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7644
7645         * mm-decode.el (mm-save-part): Bind coding system for write.
7646
7647 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * gnus-art.el (gnus-article-mode-line-format): New default.
7650         (gnus-article-mime-part-status): New function.
7651
7652         * message.el (message-send-news): Check the body syntax before
7653         encoding.
7654
7655         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7656         (gnus-mime-display-single): Use it.
7657         (gnus-mime-display-alternative): Ditto.
7658
7659         * mm-decode.el: Check for whether we are running under a term.
7660
7661 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7662
7663         * mm-decode.el (mm-preferred-alternative): Default to first
7664         alternative.
7665         (mm-preferred-alternative): No, we dont.
7666
7667 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7668
7669         * mm-decode.el (mm-display-external): Use binary instead of
7670         no-conversion.
7671         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7672         * nnheader.el (nnheader-file-coding-system): Ditto.
7673         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7674
7675 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7676
7677         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7678         name without method.
7679
7680 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7681
7682         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7683         coding-system -> default-charset.
7684         (gnus-newsgroup-default-charset-alist): Ditto.
7685         (gnus-summary-local-variables): Ditto.
7686         (gnus-set-global-variables): Ditto.
7687         (gnus-get-newsgroup-headers): Ditto.
7688         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7689         (gnus-get-newsgroup-headers-xover): Ditto.
7690         (gnus-newsgroup-setup-default-charset): Ditto.
7691         (article-decode-mime-words): Ditto.
7692         (article-decode-charset): Ditto.
7693         (article-decode-encoded-words): Ditto.
7694         (article-de-quoted-unreadable): Ditto.
7695         (gnus-mime-view-all-parts): Ditto.
7696         (gnus-mime-externalize-part): Ditto.
7697         (gnus-mm-display-part): Ditto.
7698         (gnus-mime-display-single): Ditto.
7699         (gnus-mime-display-alternative): Ditto.
7700         * lpath.el : Ditto.
7701
7702 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7703
7704         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7705         * gnus-art.el (article-decode-charset): Overlay
7706         rfc2047-default-charset.
7707         * message.el (message-draft-coding-system): New variable.
7708         (message-set-auto-save-file-name): Use message-draft-coding-system.
7709         * nndraft.el (nndraft-request-article): Ditto.
7710         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7711         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7712
7713 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7714
7715         * mm-uu.el (mm-uu-test): New function.
7716         (mm-uu-dissect): Inherit charset and cte from head.
7717         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7718
7719 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7720
7721         * gnus.el: Pterodactyl Gnus v0.53 is released.
7722
7723 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7724
7725         * mm-decode.el (mm-get-image): New function.
7726         (mm-image-fit-p): New function.
7727
7728         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7729
7730         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7731
7732         * gnus-art.el (gnus-article-insert-newline): New function.
7733         (article-goto-body): New function.
7734
7735 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736
7737         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7738         buttons.
7739
7740         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7741         keystroke.
7742
7743         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7744         line between parts.
7745
7746         * message.el (message-remove-header): Go to end if wanted.
7747
7748 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7749
7750         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7751         movement with save-window-excursion.
7752
7753 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7754
7755         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7756
7757 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7758
7759         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7760
7761 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7762
7763         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7764         gnus-newsgroup-coding-system.
7765         (gnus-get-newsgroup-headers): Ditto.
7766         (gnus-get-newsgroup-headers-xover): Ditto.
7767         (gnus-set-global-variables): Ditto.
7768         * gnus-art.el (article-decode-mime-words): Ditto.
7769         (article-decode-charset): Ditto.
7770         (article-decode-encoded-words): Ditto.
7771         (article-de-quoted-unreadable): Ditto.
7772         (gnus-mime-view-all-parts): Ditto.
7773         (gnus-mime-externalize-part): Ditto.
7774         (gnus-mm-display-part): Ditto.
7775         (gnus-mime-display-alternative): Ditto.
7776         (gnus-mime-display-single): Ditto.
7777         * mm-view.el (mm-inline-text): Use default coding system.
7778
7779 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7780
7781         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7782         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7783         (gnus-newsgroup-coding-system): New local variable.
7784         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7785         (gnus-summary-local-variables): Add two new local variables.
7786         (gnus-newsgroup-setup-coding-system): New function.
7787         (gnus-select-newsgroup): Setup coding system.
7788         * lpath.el: Add two new variables.
7789         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7790         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7791         * gnus-cus.el (gnus-group-parameters): Customizable
7792         iso-8859-1-forced.
7793
7794 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7795
7796         * gnus.el: Pterodactyl Gnus v0.52 is released.
7797
7798 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7799
7800         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7801         encoding.
7802
7803         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7804         undisplayed text types.
7805
7806         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7807         types.
7808
7809 1998-11-19  Felix Lee  <flee@cygnus.com>
7810
7811         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7812
7813 1998-11-19  Felix Lee  <flee@cygnus.com>
7814
7815         * gnus-async.el (gnus-asynch-obarray): rename to
7816         gnus-async-hashtb, and don't buffer-local it.
7817
7818         (gnus-async-article-callback): new function.
7819         (gnus-make-async-article-function): use it.
7820
7821         (gnus-async-current-prefetch-group): new var.
7822         (gnus-async-current-prefetch-article): new var.
7823         (gnus-async-request-fetched-article): are we fetching it already?
7824
7825         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7826
7827 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7828
7829         * gnus-sum.el (gnus-summary-show-article): Require.
7830
7831         * message.el: Provide before hooks.
7832         (message-send-news): Do MIME before headers.
7833
7834         * gnus-art.el (gnus-article-check-buffer): New function.
7835         (gnus-article-read-summary-keys): Use it.
7836
7837         * mm-decode.el (mm-user-automatic-display): Display all inline
7838         images.
7839
7840         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7841         much.
7842         (gnus-unbuttonized-mime-types): New variable.
7843
7844 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7845
7846         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7847
7848         * mm-decode.el (mm-quote-arg): Quote semicolons.
7849
7850         * gnus-art.el (gnus-mime-display-single): Don't display
7851         attachments.
7852         (gnus-mime-externalize-part): New command and keystroke.
7853
7854         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7855         (mm-alternative-precedence): Changed order.
7856
7857 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7858
7859         * gnus.el (gnus-method-simplify): New function.
7860         (gnus-native-method-p): New function.
7861         (gnus-secondary-method-p): Use gnus-method-equal.
7862
7863         * gnus-start.el (gnus-group-change-level): Shorten select method.
7864
7865 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7866
7867         * gnus.el: Pterodactyl Gnus v0.51 is released.
7868
7869 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870
7871         * gnus.el: Applied patches from 5.6.45.
7872
7873         * gnus-score.el (gnus-score-find-trace): Print complete file
7874         paths.
7875         (gnus-score-find-trace): Truncate lines.
7876
7877         * gnus.el (gnus-message-archive-group): Allow function.
7878
7879         * message.el (message-encode-message-body): Remove Mime-Version
7880         before inserting.
7881
7882         * gnus-cus.el (gnus-group-customize): Optional topic.
7883
7884         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7885         keystroke.
7886
7887 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7888
7889         * message.el (message-encode-message-body): Rewrite.
7890
7891 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7892
7893         * mml.el (mml-base-boundary): New variable.
7894         (mml-make-boundary): New function.
7895
7896         * gnus-cache.el (gnus-cache-coding-system): New variable.
7897         (gnus-cache-request-article): Use it.
7898
7899         * message.el (message-insert-mime-part): Delete duplicates.
7900
7901 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7902
7903         * gnus-art.el (gnus-mime-display-alternative): Set end of
7904         multipart and display even when nothing is preferred.
7905
7906 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7907
7908         * gnus.el: Pterodactyl Gnus v0.50 is released.
7909
7910 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7911
7912         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7913         fbound.
7914
7915         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7916
7917 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7918
7919         * gnus.el (gnus-similar-server-opened): Compare backend.
7920
7921 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7922
7923         * gnus-topic.el (gnus-topic-expire-articles): New function.
7924         (gnus-topic-mode-map): Bind it.
7925
7926         * gnus.texi (Topic Commands): New expiry command. Reordered.
7927
7928 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7929
7930         * gnus-sum.el
7931         (gnus-auto-expirable-marks): New variable.
7932         (gnus-inhibit-user-auto-expire): New variable.
7933         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7934         When looking to see if we should expire instead, check
7935         gnus-auto-expirable-marks instead of using a hard-wired list.
7936         (gnus-summary-mark-as-read-forward,
7937         gnus-summary-mark-as-read-backward):
7938         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7939         gnus-summary-mark-forward, instead of `t'.
7940
7941 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * mml.el (mml-compute-boundary): New function.
7944         (mml-compute-boundary-1): New function.
7945         (mml-generate-mime-1): Use it.
7946
7947 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7948
7949         * mml.el (mml-generate-mime-1): Always precede closing boundary
7950         with newline.
7951
7952 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7953
7954         * mml.el (mml-generate-mime-1): Do right boundaries when several
7955         multiparts.
7956
7957         * mm-decode.el (mm-user-automatic-display): Default to inline
7958         jpeg.
7959
7960         * mml.el (mml-generate-mime-1): Encode non-text parts.
7961
7962 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7963
7964         * gnus.el: Pterodactyl Gnus v0.49 is released.
7965
7966 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7967
7968         * mm-view.el (mm-inline-text): Require w3-vars.
7969
7970         * gnus-setup.el (gnus-use-tm): Removed.
7971
7972         * gnus-art.el (gnus-article-goto-part): Don't beep.
7973         (gnus-article-view-part): Check return value.
7974         (gnus-mime-display-alternative): Don't display when there is
7975         nothing to display.
7976
7977         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7978         (mml-generate-mime-1): Use unibyte for binaries.
7979
7980         * gnus-art.el (gnus-display-mime): Call
7981         gnus-article-mime-part-function.
7982         (gnus-mime-part-function): New function.
7983         (gnus-article-mime-part-function): New function.
7984
7985         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7986
7987 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7988
7989         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7990
7991         * message.el (message-font-lock-keywords): Highlight MML.
7992         (message-mml-face): New font.
7993
7994 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7995
7996         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7997         (gnus-mm-display-part): Do not select-window if the article window
7998         is not found.
7999
8000 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8001
8002         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
8003
8004 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8005
8006         * gnus.el: Pterodactyl Gnus v0.48 is released.
8007
8008 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009
8010         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
8011
8012         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
8013
8014         * message.el (message-cite-original-without-signature): Ditto.
8015         (message-cite-original): Quote parts.
8016
8017 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8018
8019         * gnus.el: Pterodactyl Gnus v0.47 is released.
8020
8021 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8022
8023         * message.el (message-encode-message-body): Insert MIME warning.
8024
8025         * mml.el (mml-read-tag): Look for #tag.
8026
8027         * mm-util.el (mm-find-charset-region): Check whether
8028         enable-multibyte-characters is bound.
8029
8030 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8031
8032         * gnus.el: Pterodactyl Gnus v0.46 is released.
8033
8034 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * message.el (message-encode-message-body): Insert headers at the
8037         right spot.
8038
8039 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8040
8041         * gnus.el: Pterodactyl Gnus v0.45 is released.
8042
8043 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044
8045         * nndraft.el (nndraft-save-mime-part): Removed.
8046         (nndraft-get-mime-part): Ditto.
8047
8048         * message.el (message-format-mime-old): Removed.
8049         (message-encode-message-body): Removed.
8050         (message-encode-message-body): Renamed.
8051
8052 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
8055
8056         * message.el (message-format-mime): Check message-mime-part.
8057
8058         * mm-encode.el (mm-mime-file-types): Removed.
8059         (mm-default-file-encoding): New definition.
8060
8061 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8062
8063         * mm-view.el (mm-inline-image): Use mm-insert-inline.
8064         * gnus-art.el (gnus-mm-display-part): Go to correct position.
8065
8066 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8067
8068         * gnus.el: Pterodactyl Gnus v0.44 is released.
8069
8070 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * message.el (message-format-mime): New function.
8073
8074         * nndraft.el (nndraft-save-mime-part): New function.
8075         (nndraft-get-mime-part): New function.
8076
8077         * mm-encode.el (mm-default-file-encoding): New function.
8078         (mm-content-transfer-encoding): New function.
8079         (mm-encode-buffer): New function.
8080
8081         * message.el: New command.
8082         (message-mime-part): New variable.
8083         (message-insert-mime-part): New command.
8084
8085         * mm-encode.el (mm-encode-content-transfer-encoding): New
8086         function.
8087
8088         * mm-util.el (mm-content-transfer-encoding-defaults): New
8089         variable.
8090         (mm-mime-file-types): Taken from TM.
8091
8092 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8093
8094         * gnus.el: Pterodactyl Gnus v0.43 is released.
8095
8096 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
8097
8098         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
8099         * gnus-score.el (gnus-score-default-header): Ditto.
8100         (gnus-header-index): Ditto.
8101         (gnus-summary-increase-score): Ditto, & process "extra" requests.
8102         (gnus-summary-header): Handle extra headers.
8103         (gnus-summary-score-entry): Ditto, & provide new score element.
8104         (gnus-summary-score-effect): Ditto.
8105         (gnus-score-string): Avoid "extra" string sort, & modify match in
8106         "extra" case.
8107         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
8108
8109 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110
8111         * message.el (message-resend): Bind message-required-mail-headers
8112         to nil.
8113
8114         * mm-view.el (mm-inline-text): Bind w3-strict-width.
8115
8116         * nngateway.el (require): Require cl.
8117
8118         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
8119         things.
8120
8121 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8122
8123         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
8124         when no articles.
8125
8126 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8127
8128         * message.el (message-ignored-resent-headers): Remove X-Gnus.
8129
8130 1998-11-10  Colin Rafferty  <colin@xemacs.org>
8131
8132         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
8133         user-mail-address if non-nil.
8134
8135 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8136
8137         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
8138         (gnus-make-sort-function-1): Ditto.
8139
8140         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
8141         window.
8142
8143 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8144
8145         * mm-util.el (mm-with-unibyte-buffer): Ditto.
8146
8147         * binhex.el (binhex-decode-region): Quote.
8148
8149 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8150
8151         * gnus-art.el (article-decode-charset): Don't downcase charset.
8152
8153         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
8154
8155 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8156
8157         * gnus.el: Pterodactyl Gnus v0.42 is released.
8158
8159 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8160
8161         * gnus-art.el (gnus-display-mime): Add id for alternative part.
8162
8163 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
8164
8165         * nntp.el (nntp-send-mode-reader): Revert.
8166
8167 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8168
8169         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
8170
8171 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8172
8173         * message.el (message-make-date): Fix for negative time zones.
8174
8175 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8176
8177         * gnus.el: Pterodactyl Gnus v0.41 is released.
8178
8179 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
8180
8181         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8182
8183 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
8184
8185         * gnus.el (gnus-short-group-name): When shortening foreign select
8186         methods, do not scan for plusses beyond the first colon.
8187
8188 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
8189
8190         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
8191         lines where `group' is the last thing on the line.
8192
8193 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * gnus-art.el (gnus-article-view-part): Do alternative.
8196         (gnus-mime-display-alternative): Insert marker.
8197
8198 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199
8200         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8201
8202         * nnmail.el (nnmail-expired-article-p): Protect against bogus
8203         dates.
8204
8205         * gnus-cus.el (gnus-topic): Required.
8206
8207         * nnheader.el (nnheader-parse-nov): Parse extra.
8208         (nnheader-nov-parse-extra): New macro.
8209
8210 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8211
8212         * gnus-art.el (gnus-article-view-part): Internal move.
8213
8214 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
8215
8216         * gnus-cus-new.el (gnus-custom-topic): New free variable.
8217         (gnus-group-customize): Support editing topic parameters.
8218
8219 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
8220
8221         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
8222         indicators.
8223
8224 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8225
8226         * gnus-art.el (gnus-mm-display-part): Return.
8227         (gnus-article-view-part): Only go if external.
8228         (gnus-article-dumbquotes-map): Do 205.
8229
8230         * mm-decode.el (mm-display-part): Return what was done.
8231
8232         * message.el (message-buffer-naming-style): New variable.
8233         (message-generate-new-buffers): Extended.
8234         (message-buffer-naming-style): Removed.
8235         (message-buffer-name): Use it.
8236         (message-do-send-housekeeping): Rename new styling.
8237
8238         * gnus-sum.el (gnus-summary-recenter): Allow
8239         gnus-auto-center-summary to be a number.
8240
8241 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8242
8243         * pop3.el (pop3-open-server): Use "binary" instead of
8244         "no-conversion".
8245
8246 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8247
8248         * gnus-srvr.el (gnus-browse-foreign-server): Set
8249         gnus-browse-current-method to the result of gnus-server-to-method.
8250
8251 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8252
8253         * gnus-util.el (gnus-pull): Another optional argument.
8254         * nnweb.el (nnweb-request-delete-group): Delete from
8255         nnweb-group-alist and update active file.
8256
8257 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8258
8259         * gnus-group.el (gnus-group-make-group): Accept group of new
8260         method.
8261
8262 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8263
8264         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8265
8266 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8267
8268         * mm-view.el (mm-inline-text): Postion of html portion.
8269
8270 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8271
8272         * nntp.el (nntp-list-active-group): Waited for short strings.
8273         (nntp-send-mode-reader): Ditto.
8274         (nntp-open-connection): Ditto.
8275
8276         * gnus-int.el (gnus-request-group-articles): New function.
8277
8278         * nntp.el (nntp-request-listgroup): New function.
8279         (nntp-request-group-articles): Renamed.
8280
8281 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8282
8283         * nnheader.el (nnheader-parse-nov): Supply extra.
8284
8285 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-art.el (gnus-button-push): Don't go to
8288         gnus-article-buffer.
8289
8290         * mm-view.el (mm-inline-image): Add a newline.
8291
8292         * gnus-start.el (gnus-check-first-time-used): Check more.
8293
8294 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8295
8296         * gnus-start.el (gnus-check-first-time-used): Check current.
8297
8298 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * mm-util.el (mm-find-charset-region): New function.
8301
8302         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8303
8304         * gnus-art.el (gnus-mime-button-menu): Fix.
8305
8306 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8307
8308         * gnus-art.el (gnus-mime-button-menu): New definition.
8309
8310 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * gnus-art.el (article-decode-charset): Downcase charset.
8313         (article-decode-charset): Pass on type.
8314         (article-decode-charset): Check nil charsets.
8315         (article-remove-cr): Translate CR to LF.
8316         (gnus-ignored-mime-types): Default to nil.
8317
8318         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8319
8320         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8321         user-mail-address.
8322         (gnus-nov-parse-extra): Didn't return right thing.
8323
8324 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325
8326         * gnus-xmas.el: Use compiled-function-p.
8327
8328 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8329
8330         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8331
8332 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8333
8334         * gnus.el: Pterodactyl Gnus v0.40 is released.
8335
8336 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8337
8338         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8339
8340         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8341
8342         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8343
8344         * nnml.el (nnml-possibly-create-directory): Check before making.
8345
8346 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8347
8348         * nnheader.el (nnheader-insert-nov): Don't infloop.
8349
8350 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351
8352         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8353         set up.
8354
8355 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8356
8357         * nneething.el (nneething-file-name): New definition.
8358
8359 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * gnus-art.el (gnus-treatment-function-alist): Fix.
8362         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8363
8364         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8365
8366 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8367
8368         * gnus.el: Pterodactyl Gnus v0.39 is released.
8369
8370 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8371
8372         * gnus-art.el (gnus-ignored-mime-types): New variable.
8373         (gnus-mime-display-single): Use it.
8374         (gnus-treatment-function-alist): New variable.
8375
8376         * gnus.el (gnus-mime): New group.
8377
8378         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8379         things for other parts.
8380         (gnus-mime-display-alternative): Place point.
8381
8382         * gnus.el: autoload gnus-uu-post-news.
8383
8384         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8385         needsterm/DISPLAY.
8386
8387         * mm-decode.el (mm-display-part): Default to inline text/.*
8388         parts.
8389
8390         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8391         8bit.
8392
8393         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8394         (gnus-mime-display-single): Inline all text parts.
8395         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8396
8397 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398
8399         * nnml.el (nnml-possibly-create-directory): Rewrite.
8400         (nnml-request-create-group): Change to right server.
8401
8402         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8403
8404         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8405
8406         * gnus.el: rmail-output-to-rmail-file autoload.
8407
8408         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8409         Gnus.
8410
8411         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8412
8413         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8414
8415 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8416
8417         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8418         mixed part.
8419
8420 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8421
8422         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8423
8424         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8425
8426 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8427
8428         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8429
8430 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8431
8432         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8433         value.
8434
8435         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8436         hidden.
8437
8438         * gnus-spec.el (gnus-update-format-specifications): Use the
8439         article mode line spec.
8440
8441         * gnus-art.el (gnus-insert-mime-button): Put right type.
8442         (gnus-insert-prev-page-button): Ditto.
8443         (gnus-insert-next-page-button): Dutti.
8444
8445         * pop3.el: New version installed.
8446
8447 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8448
8449         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8450         and display last part.
8451
8452 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8453
8454         * gnus.el: Pterodactyl Gnus v0.38 is released.
8455
8456 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8459         Removed.
8460         (article-de-quoted-unreadable): Narrow to default.
8461
8462         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8463
8464         * gnus-art.el (article-decode-charset): Decode even when broken
8465         MIME.
8466
8467         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8468         name.
8469
8470         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8471
8472         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8473         nnheader.
8474
8475         * nnmail.el (nnmail-extra-headers): New variable.
8476
8477         * nnheader.el (nnheader-insert-nov): Insert extra.
8478
8479         * gnus.el (gnus-summary-line-format): Doc fix.
8480
8481         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8482         (gnus-nov-parse-line): Ditto.
8483         (gnus-nov-parse-extra): New macro.
8484         (gnus-header): New function.
8485         (gnus-update-summary-mark-positions): Change.
8486         (gnus-ignored-from-addresses): New variable.
8487         (gnus-summary-insert-from-or-to): New function.
8488
8489         * gnus.el (gnus-extra-headers): New variable.
8490
8491         * nnheader.el (make-mail-header): Expand.
8492         (mail-header-extra): New macro.
8493         (mail-header-set-extra): Ditto.
8494         (make-full-mail-header): Expand.
8495
8496 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8497
8498         * gnus.el: Pterodactyl Gnus v0.37 is released.
8499
8500 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8501
8502         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8503
8504         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8505         on.
8506
8507 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8508
8509         * gnus-spec.el (gnus-balloon-face-function): new function
8510         (gnus-parse-format): understand the %< %> specifiers
8511         (gnus-parse-complex-format): ditto.
8512
8513 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8514
8515         * gnus.el: Changed following-char to char-after throughout.
8516
8517 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8518
8519         * mm-decode.el (mm-display-external): Protect more and message.
8520
8521 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8522
8523         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8524         position.
8525
8526 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8527
8528         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8529         mixed part.
8530
8531 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8532
8533         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8534
8535         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8536
8537 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8538
8539         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8540
8541 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8542
8543         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8544
8545         * mm-decode.el (mm-display-external): Set undisplayer to mm
8546         buffer, not the current buffer; use unwind-protect.
8547
8548 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8551         (gnus-summary-exit-no-update): Ditto.
8552
8553 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * mm-decode.el (mm-inline-media-tests): Look for w3.
8556
8557         * mailcap.el (mailcap-mime-data): Inline html.
8558
8559 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8560
8561         * gnus.el: Pterodactyl Gnus v0.36 is released.
8562
8563 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8564
8565         * gnus-art.el (article-translate-strings):
8566         (gnus-article-dumbquotes-map): Don't dot.
8567
8568         * pop3.el (pop3-open-server): Set point right.
8569
8570         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8571         (mm-dissect-buffer): Ditto.
8572         (mm-destroy-part): Ignore non-handles.
8573         (mm-remove-part): Ditto.
8574         (mm-destroy-parts): New function.
8575         (mm-remove-parts): Ditto.
8576
8577         * gnus-art.el (gnus-mm-display-part): Don't move point.
8578
8579 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8580
8581         * mm-uu.el : New file.
8582
8583         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8584
8585         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8586         a function.
8587
8588 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589
8590         * mm-decode.el (mm-display-external): Check before selecting.
8591
8592 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8593
8594         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8595
8596         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8597
8598         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8599         variable.
8600
8601         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8602
8603         * gnus-art.el (gnus-decode-header-methods): New variable.
8604
8605         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8606
8607         * gnus-art.el (gnus-multi-decode-header): New function.
8608
8609 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8610
8611         * gnus.el: Pterodactyl Gnus v0.35 is released.
8612
8613 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * uudecode.el (uudecode-decode-region-external): Insert
8616         literally.
8617
8618         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8619
8620         * mm-bodies.el (mm-decode-body): Optional encoding.
8621
8622 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623
8624         * gnus-ems.el (gnus-mouse-3): New variable.
8625
8626         * binhex.el (binhex-decode-region-external): Don't use -internally.
8627
8628 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8629
8630         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8631         files.
8632
8633 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8634
8635         * gnus-group.el (gnus-add-marked-articles): Request backend update
8636         of flags.
8637
8638 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8639
8640         * gnus-sum.el (gnus-update-read-articles):
8641         (gnus-update-marks): Request backend update of mark.
8642
8643 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8644
8645         * gnus.texi (Optional Backend Functions): New item,
8646         nnchoke-request-set-mark.
8647
8648 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8649
8650         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8651           list to range.
8652
8653 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8654
8655         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8656
8657 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8658
8659         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8660         first used.
8661
8662 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8663
8664         * mm-view.el: Require mm-decode for macros.
8665
8666         * mm-decode.el (mm-handle-type): Move macro declarations above the
8667         place where they are used.
8668
8669 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8670
8671         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8672         buffer.
8673
8674 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8675
8676         * nnagent.el (nnagent-open-server): Error message.
8677
8678 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8679
8680         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8681
8682 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8683
8684         * score-mode.el (gnus-score-mode-map): Ditto.
8685
8686         * message.el (message-mode-map): Ditto.
8687
8688         * gnus-uu.el (gnus-uu-post-news): Ditto.
8689
8690         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8691
8692         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8693
8694         * gnus-art.el (gnus-article-edit-mode-map): Use
8695         `set-keymap-parent' rather than `copy-keymap'.
8696
8697 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8698
8699         * gnus-art.el (gnus-mime-button-commands): New variable.
8700         (gnus-mime-button-map): Initialize it from
8701         `gnus-mime-button-commands'.
8702         (gnus-mime-button-menu): New function.
8703         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8704
8705 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8706
8707         * message.el (message-insert-to): Make `nobody' and `poster'
8708         synonymous to `never' and `always' in Mail-Copies-To.
8709         (message-reply): Ditto.
8710         (message-followup): Ditto.
8711
8712 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8713
8714         * mailcap.el (mailcap-mime-data): Save sound.
8715
8716 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8717
8718         * message.el (message-ignored-supersedes-headers): Include
8719         `NNTP-Posting-Date'.
8720
8721 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8722
8723         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8724
8725 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8726
8727         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8728         uudecode.
8729
8730 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8731
8732         * mm-decode.el (mm-display-external): Don't switch on save.
8733
8734 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8735
8736         * nnmail.el (nnmail-movemail-args): New variable.
8737
8738 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8739
8740         * gnus-art.el (article-translate-strings):
8741
8742 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * gnus-art.el (gnus-article-view-part): Use it.
8745         (gnus-mm-display-part): New function.
8746         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8747
8748         * mm-decode.el (mm-handle-displayed-p): New function.
8749
8750         * gnus-art.el (gnus-mime-copy-part): Create better names.
8751         (gnus-mime-button-line-format): Include dots spec.
8752
8753 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8754
8755       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8756       forward buffer first.
8757
8758 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * gnus-util.el (gnus-set-window-start): New function.
8761
8762         * message.el (message-send): Don't check changed.
8763
8764 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8765
8766         * gnus-art.el (gnus-article-setup-buffer): Set params.
8767
8768         * mm-decode.el (mm-user-display-methods): Inline
8769         "message/delivery-status".
8770
8771 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8772
8773         * message.el (message-auto-save-directory): Rename.
8774         (message-mode): Dof fix.
8775
8776         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8777         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8778
8779         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8780
8781         * message.el (message-make-date): Avoid locale.
8782
8783         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8784         cache.
8785
8786         * mm-decode.el (mm-display-inline): Goto point-min.
8787
8788         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8789
8790         * mm-decode.el (mm-display-external): Reverse before sorting.
8791
8792         * gnus-draft.el (gnus-draft-send): Allow mail.
8793
8794 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8795
8796         * message.el (message-check): Move message-check macro above where
8797         it is first used.
8798
8799         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8800
8801 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8802
8803         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8804
8805 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8806
8807         * gnus.el: Pterodactyl Gnus v0.34 is released.
8808
8809 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * mm-decode.el (mm-inline-media-tests): delivery-status.
8812
8813         * mm-view.el (mm-inline-text): Provide default.
8814
8815 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8816
8817         * mailcap.el (mailcap-possible-viewers): Fix nils.
8818
8819 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8820
8821         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8822         (article-update-date-lapsed): Record the buffer.
8823         (article-update-date-lapsed): Do all windows that display article
8824         buffers.
8825
8826         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8827
8828         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8829
8830         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8831         annoations.
8832
8833         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8834
8835 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8836
8837         * gnus-agent.el (gnus-category-add): Change default category to
8838         'false.
8839
8840         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8841         scores.
8842
8843         * gnus-draft.el (gnus-draft-send): Check server more.
8844
8845         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8846         (gnus-article-goto-part): New function.
8847
8848         * mm-view.el (mm-inline-text): Insert richtext properly.
8849
8850         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8851
8852 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853
8854         * parse-time.el (parse-time-rules): Accept dates far into the past
8855         and the future, and parse single-digit numbers as years.
8856
8857 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8858
8859         * mm-decode.el (mm-display-external): Chop off directories.
8860
8861 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8862
8863         * uudecode.el (uu-decode-region-external): Use
8864         insert-file-contents-literally.
8865
8866         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8867
8868 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8869
8870         * uudecode.el: New file.
8871
8872         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8873         x-uuencode.
8874
8875 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8878
8879         * message.el (message-fetch-field): Unfold properly.
8880
8881         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8882         in text/plain.
8883
8884 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8885
8886         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8887         (gnus-auto-select-first): Removed.
8888         (gnus-auto-select-first): Extended.
8889         (gnus-summary-read-group-1): Use new value.
8890
8891 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892
8893         * message.el (message-fix-before-sending): Space.
8894
8895         * nnmail.el (nnmail-find-file): Don't erase.
8896
8897 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8898
8899         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8900
8901 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8902
8903         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8904
8905 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8906
8907         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8908
8909 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8910
8911         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8912         20.4.
8913
8914 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8915
8916         * gnus-art.el (gnus-mime-view-all-parts): New command and
8917         keystroke.
8918
8919         * mm-decode.el (mm-display-external): Translate slashes.
8920
8921         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8922
8923         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8924
8925         * mm-decode.el (mm-quote-arg): Quote spaces.
8926         (mm-display-external): Quote args.
8927
8928 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8929
8930         * mm-decode.el (mm-inlinable-part-p): New function.
8931
8932 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8933
8934        * mm-util.el (mm-disable-multibyte): New function.
8935
8936 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8937
8938         * gnus.el: Pterodactyl Gnus v0.33 is released.
8939
8940 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8943
8944         * mm-decode.el (mm-display-external): Don't switch for externals.
8945         (mm-dissect-multipart): Don't include end-sep.
8946
8947         * mm-util.el (mm-get-coding-system-list): New function.
8948         (mm-coding-system-list): New variable.
8949
8950 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8951
8952         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8953
8954 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8955
8956         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8957         group
8958
8959 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8960
8961         * base64.el (base64-run-command-on-region): External base64
8962         decoder do not use coding system
8963
8964 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8965
8966         * mm-decode.el (mm-interactively-view-part): Typo.
8967
8968 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8969
8970         * mm-decode.el (mm-dissect-multipart): Display last part when the
8971         article has no close-delimiter
8972
8973 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8974
8975         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8976         content-type.
8977
8978 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8979
8980         * gnus-art.el (gnus-display-mime): Typo.
8981
8982 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8983
8984         * gnus.el: Pterodactyl Gnus v0.32 is released.
8985
8986 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * gnus-kill.el (gnus-batch-score): Protect against errors.
8989
8990         * gnus-art.el: Protect against broken headers.
8991
8992         * mm-decode.el (mm-display-external): Respect needsterm.
8993         (mm-display-external): Create buffer for external commands.
8994
8995 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8996
8997         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8998
8999         * mm-decode.el (mm-display-external): Use file name.
9000
9001 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9002
9003         * gnus-util.el (gnus-output-to-rmail):  adjust to
9004           `rmail-output-to-rmail-file'
9005
9006 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
9009
9010         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
9011         headers.
9012
9013         * gnus-art.el (article-decode-charset): Fold case.
9014
9015 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
9016
9017         * mailcap.el (mailcap-save-binary-file): Goto point-min.
9018
9019 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
9020
9021         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
9022         after being stored.
9023
9024 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
9025
9026         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
9027         come.
9028
9029 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9030
9031         * gnus-xmas.el (wid-edit): Required.
9032
9033         * gnus-ems.el (gnus-widget-button-keymap): New variable.
9034
9035 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
9036
9037         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
9038
9039 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
9040
9041         * gnus-art.el (article-decode-charset): Narrow to the correct
9042         region.
9043
9044         * mm-bodies.el: Fix autoload.
9045
9046 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
9047
9048         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
9049
9050 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9051
9052         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
9053
9054 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9055
9056         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
9057         (gnus-article-add-button): Ditto.
9058
9059         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
9060
9061         * gnus-art.el (gnus-article-prepare-display): Make article mode.
9062         (gnus-article-prepare-display): Bind url-standalone-mode.
9063
9064         * mm-decode.el (mm-remove-part): Also delete directory.
9065         (mm-display-external): Create a private sub-dir.
9066
9067         * mailcap.el (mailcap-binary-suffixes): New variable.
9068         (mailcap-command-p): Use it.
9069
9070 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * nnmbox.el (nnmbox-request-group): Change server.
9073         (nnmbox-possibly-change-newsgroup): Enable multibyte.
9074
9075         * message.el (message-encode-message-body): Don't stomp MIME
9076         headers.
9077
9078         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
9079         unless useful.
9080         (gnus-summary-exit): Check for a live article buffer.
9081         (gnus-summary-exit-no-update): Ditto.
9082
9083         * gnus-int.el (gnus-request-replace-article): Accept no-encode
9084         param.
9085
9086         * gnus-sum.el (gnus-article-decoded-p): New variable.
9087
9088         * mm-decode.el (mm-display-external): Use no-conv.
9089
9090         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
9091         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
9092
9093         * gnus-art.el (gnus-article-mode-map): Bind button2 to
9094         mouse-click.
9095
9096 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9097
9098         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
9099
9100 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9101
9102         * gnus.el: Pterodactyl Gnus v0.31 is released.
9103
9104 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
9107
9108         * mm-decode.el (mm-display-part): Accept no-default.
9109
9110         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
9111         a parameter.
9112
9113         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
9114         (gnus-summary-prepare-threads): Ditto.
9115
9116         * gnus.el (gnus-article-mode-map): Make sparse keymap.
9117
9118         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
9119         (gnus-mime-button-line-format): Doc fix.
9120         (gnus-insert-mime-button): Use it.
9121         (gnus-article-add-button): Use widget-convert-button.
9122
9123         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
9124         ignore.
9125
9126         * mm-decode.el (mm-alternative-precedence): Ditto.
9127
9128 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
9129
9130         * mm-decode.el (mm-user-automatic-display): Use enriched.
9131
9132 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
9133
9134         * mm-decode.el (mm-dissect-multipart): Have the part start on the
9135         right place.
9136
9137 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138
9139         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
9140
9141         * gnus-art.el (article-update-date-lapsed): Only update header if
9142         buffer is dispalyed in frame.
9143         (gnus-article-prepare-display): New function.
9144         (gnus-article-prepare): Use it.
9145
9146 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9147
9148         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
9149
9150         * mm-view.el (mm-insert-inline): New function.
9151
9152         * mm-decode.el (mm-pipe-part): Bugged.
9153
9154         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
9155
9156         * mm-bodies.el (mm-encode-body): Move over the body.
9157
9158         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
9159
9160         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
9161
9162 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
9163
9164         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
9165           related functions.  Handle message/rfc822 parts.  Display subject on
9166           multipart summary lines.  Display name on sub-parts when available.
9167
9168 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9169
9170         * mailcap.el (mailcap-command-p): New version.
9171
9172 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
9173
9174         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
9175         groups.
9176
9177 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * message.el (message-make-date): Remove weekday name.
9180
9181         * mm-decode.el (mm-dissect-buffer): Protect against broken
9182         headers.
9183
9184         * mailcap.el (mailcap-command-in-path-p): New function.
9185         (mailcap-command-p): Renamed.
9186
9187 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9188
9189         * rfc2047.el (eval): Autoload.
9190
9191 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
9194         (gnus-multi-decode-encoded-word-string): New function.
9195         (gnus-encoded-word-method-alist): New variable.
9196         (gnus-decode-encoded-word-functions): Removed.
9197
9198 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
9199
9200         * gnus-int.el (gnus-request-replace-article): Replace
9201         message-narrow-to-headers with message-narrow-to-head
9202
9203 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * drums.el (drums-quote-string): Reversed match.
9206
9207         * message.el (message-make-date): Use weekday name.
9208
9209 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9210
9211         * gnus.el: Pterodactyl Gnus v0.30 is released.
9212
9213 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * gnus-art.el (article-decode-encoded-words): Use it.
9216         (gnus-decode-header-function): New variable.
9217
9218         * gnus-sum.el (gnus-nov-parse-line): Use it.
9219         (gnus-decode-encoded-word-function): New variable.
9220
9221         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
9222         buffer.
9223
9224         * gnus-art.el (gnus-insert-mime-button): Use widget.
9225         (gnus-widget-press-button): New function.
9226         (gnus-article-prev-button): Removed.
9227         (gnus-article-next-button): Ditto.
9228         (gnus-article-add-button): Ditto.
9229
9230         * gnus.el (gnus-article-mode-map): Inherit from widget.
9231         (gnus-article-mode-map): No, don't.
9232
9233         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9234         (mm-content-id-alist): New variable.
9235         (mm-get-content-id): New function.
9236
9237         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9238         articles if we are fetching to the article buffer.
9239
9240 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9243         articles.
9244
9245 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9246
9247         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9248         (mm-default-mime-charset): New variable.
9249
9250         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9251
9252         * drums.el (drums-quote-string): Reversed test.
9253
9254 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9257         string.
9258
9259         * drums.el (drums-quote-string): New function.
9260
9261         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9262         (rfc2047-b-encode-region): Chop lines.
9263         (rfc2047-q-encode-region): Ditto.
9264
9265 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9266
9267         * gnus.el: Pterodactyl Gnus v0.29 is released.
9268
9269 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9270
9271         * mm-decode.el (mm-save-part): Message right.
9272
9273 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9274
9275         * drums.el (drums-parse-address): Returned a list instead of a
9276         string.
9277         (drums-remove-whitespace): Skip comments.
9278         (drums-parse-addresses): Didn't work.
9279
9280 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9281
9282         * gnus.el: Pterodactyl Gnus v0.28 is released.
9283
9284 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9285
9286         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9287         starting point.
9288         (article-decode-encoded-words): Rename.
9289
9290         * message.el (message-narrow-to-headers-or-head): New function.
9291
9292         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9293         region.
9294
9295         * message.el (message-send-news): Encode body after checking
9296         syntax.
9297
9298         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9299
9300         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9301
9302         * gnus-art.el (gnus-display-mime): Respect disposition.
9303
9304         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9305
9306         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9307         text with annotations.
9308
9309         * message.el (message-make-date): Fix sign for negative time
9310         zones.
9311
9312         * mm-view.el (mm-inline-image): Insert a space at the end of the
9313         image.
9314
9315         * mail-parse.el: New file.
9316
9317         * rfc2231.el: New file.
9318
9319         * drums.el (drums-content-type-get): Removed.
9320         (drums-parse-content-type): Ditto.
9321
9322         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9323
9324 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9325
9326         * gnus.el: Pterodactyl Gnus v0.27 is released.
9327
9328 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9329
9330         * mm-decode.el (mm-alternative-precedence): New variable.
9331         (mm-preferred-alternative): New function.
9332
9333         * gnus-art.el (gnus-mime-copy-part): New command.
9334
9335         * mm-decode.el (mm-get-part): New function.
9336
9337         * mm-view.el: New file.
9338
9339         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9340         (mm-display-part): Default to mailcap-save-binary-file.
9341
9342 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9343
9344         * gnus.el: Pterodactyl Gnus v0.26 is released.
9345
9346 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347
9348         * mm-decode.el (mm-interactively-view-part): New function.
9349
9350         * gnus-art.el (gnus-mime-view-part): New command.
9351
9352         * mm-decode.el (mm-last-shell-command): New variable.
9353
9354         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9355
9356         * mm-decode.el (mm-save-part): New function.
9357
9358         * gnus-art.el (article-decode-charset): Protect against buggy
9359         content-types.
9360         (gnus-mime-pipe-part): New command.
9361         (gnus-mime-save-part): New command.
9362         (gnus-mime-button-map): New keymap.
9363         (gnus-mime-button-line-format): New variable.
9364         (gnus-insert-mime-button): New function.
9365         (gnus-display-mime): Use it.
9366
9367         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9368
9369         * mm-decode.el (mm-inline-text): Decode charsets.
9370
9371         * gnus-art.el (gnus-article-save): Comment fix.
9372
9373         * gnus-int.el (gnus-start-news-server): When in batch, don't
9374         prompt.
9375
9376         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9377         decode.
9378
9379         * mm-decode.el (mm-inline-media-tests): Add audio.
9380         (mm-inline-audio): New function.
9381
9382 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9383
9384         * gnus-art.el (article-make-date-line): Didn't work.
9385
9386         * parse-time.el (parse-time-string): One too many nils.
9387
9388 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9389
9390         * gnus.el: Pterodactyl Gnus v0.25 is released.
9391
9392 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9393
9394         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9395         annotations.
9396
9397         * gnus.el ((featurep 'gnus-xmas)): New
9398         'gnus-annotation-in-region-p alias.
9399
9400 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401
9402         * mm-util.el (mm-with-unibyte-buffer): New function.
9403
9404         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9405
9406         * mm-decode.el (mm-inline-media-tests): New variable.
9407
9408         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9409
9410         * gnus-art.el (gnus-article-mime-handles): New variable.
9411
9412         * drums.el (drums-narrow-to-header): New function.
9413
9414         * gnus-art.el (article-decode-charset): Use it.
9415
9416         * drums.el (drums-content-type-get): New function.
9417
9418         * mm-util.el (mm-content-type-charset): Removed.
9419
9420         * drums.el (drums-syntax-table): @ is word.
9421         (drums-parse-content-type): New function.
9422
9423         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9424         EDT" times.
9425
9426         * gnus-util.el (gnus-date-get-time): Use safe date.
9427
9428         * gnus-sum.el (gnus-show-mime): Removed.
9429         (gnus-summary-toggle-mime): Removed.
9430
9431         * gnus-art.el (gnus-strict-mime): Removed.
9432         (gnus-article-prepare): Don't do MIME.
9433         (gnus-decode-encoded-word-method): Removed.
9434         (gnus-show-mime-method): Removed.
9435
9436 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9437
9438         * gnus.el: Pterodactyl Gnus v0.24 is released.
9439
9440 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9443         PREFIX.
9444
9445         * parse-time.el (parse-time-rules): Accept times that look like
9446         "h:mm".
9447
9448         * message.el (message-make-date): Use zone properly.
9449
9450         * gnus.el: Autoload gnus-batch.
9451
9452         * gnus-art.el (article-de-quoted-unreadable): Do not do
9453         gnus-article-decode-rfc1522.
9454
9455         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9456
9457         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9458         param.
9459
9460         * message.el (message-encode-message-body): Check for us-ascii.
9461
9462         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9463         to the left.
9464
9465 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466
9467         * gnus-art.el (article-decode-charset): Rename.
9468
9469 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9470
9471         * gnus.el: Pterodactyl Gnus v0.23 is released.
9472
9473 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * gnus-util.el (gnus-parent-id): Ditto.
9476         (gnus-put-text-property-excluding-newlines): Ditto.
9477
9478         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9479
9480 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9481
9482         * message.el (message-generate-headers): Generate User-Agent
9483         instead of X-Mailer & X-Newsreader.
9484
9485         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9486         User-Agent header format.
9487
9488 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9489
9490         * gnus.el: Pterodactyl Gnus v0.22 is released.
9491
9492 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9493
9494         * mm-util.el (mm-multibyte-p): Typo.
9495
9496 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9497
9498         * gnus.el: Pterodactyl Gnus v0.21 is released.
9499
9500 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9501
9502         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9503
9504 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * mm-util.el (mm-multibyte-p): New function.
9507
9508 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9509
9510         * gnus.el: Pterodactyl Gnus v0.20 is released.
9511
9512 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9513
9514         * rfc2047.el (rfc2047-decode-region): Only decode when in
9515         multibyte.
9516
9517         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9518
9519         * gnus-int.el (gnus-request-replace-article): Encode.
9520         (gnus-request-accept-article): Encode.
9521
9522         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9523         here.
9524
9525         * gnus.el (gnus-article-display-hook): Take the charset functions
9526         out.
9527
9528         * time-date.el (safe-date-to-time): New function.
9529
9530         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9531
9532 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9533
9534         * gnus.el: Pterodactyl Gnus v0.19 is released.
9535
9536 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * base64.el (base64-encode-region): Accept no-line-break.
9539
9540         * mm-util.el (mm-mime-charset): New function.
9541
9542         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9543
9544 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9545
9546         * gnus.el: Pterodactyl Gnus v0.18 is released.
9547
9548 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * message.el (message-send-and-exit): Return t on success.
9551         (message-make-date): Make a proper time zone.
9552
9553         * gnus-draft.el (gnus-draft-send): Only remove article if the
9554         sending is successful.
9555
9556         * drums.el (drums-get-comment): Return the last comment.
9557         (drums-parse-address): Parse old-style From headers.
9558
9559 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9560
9561         * gnus-sum.el (gnus-data-compute-positions): Move below
9562         `gnus-save-hidden-threads' so the former is correctly detected as
9563         a macro.
9564
9565 1998-09-06  Dave Love  <fx@gnu.org>
9566
9567         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9568         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9569         time for nicer failure if it's not available.
9570
9571 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * time-date.el (time-to-seconds): Renamed.
9574
9575         * parse-time.el (parse-time-string): Downcase before handling.
9576         (parse-time-rules): Times without seconds have 0 seconds.
9577
9578         * rfc2047.el (rfc2047-encode-region): New version.
9579         (rfc2047-dissect-region): New function.
9580
9581 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * message.el (message-make-date): Use symbolic zone.
9584
9585 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * time-date.el (parse-time): Always use parse-time.
9588
9589         * parse-time.el (parse-time-syntax): Use vectors.
9590
9591 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9592
9593         * gnus.el: Pterodactyl Gnus v0.17 is released.
9594
9595 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * time-date.el: Renamed from "date".
9598
9599         * gnus.el: Removed all timezone dependencies.
9600
9601         * score-mode.el: Removed.
9602         (gnus-score-edit-insert-date): Use date.
9603
9604         * date.el (float-to-time): New function.
9605
9606         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9607
9608         * date.el (time-to-float): New function.
9609
9610         * message.el (message-make-date): Use format-time-string.
9611         (message-make-expires): Use make-date.
9612
9613         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9614
9615         * gnus-util.el (gnus-dd-mmm): Use date.
9616         (gnus-sortable-date): Ditto.
9617
9618         * message.el (message-make-date): Take an optional time.
9619
9620         * gnus: Applied patches from 5.6.43.
9621
9622         * date.el (if): Use parse-time.
9623
9624         * gnus-score.el (gnus-summary-score-entry): Make into a command
9625         again.
9626
9627         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9628         gnus-agent.
9629
9630         * gnus.el (gnus-agent-meta-information-header): Moved here.
9631
9632 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9633
9634         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9635         (gnus-agent-fetch-group-1): Score article headers using normal
9636         group score files if the download score rule of a category/group
9637         is `file'.
9638         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9639         deciding what articles to download.
9640         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9641         predicate processing if predicate is `true' or `false'.
9642
9643 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9646
9647         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9648
9649         * score-mode.el (score-mode-coding-system): New variable.
9650         (gnus-score-edit-exit): Use it.
9651
9652 1998-09-04  Jason R Mastaler  <jason@4b.org>
9653
9654         * drums.el: Corrected typo.
9655
9656 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9657
9658         * mm-bodies.el (mm-body-encoding): Faster version.
9659
9660 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9661
9662         * gnus-art.el (gnus-article-decode-charset): Only decode text
9663         things.
9664
9665         * message.el (message-output): Use rmail.
9666
9667         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9668         word part.
9669
9670         * mm-util.el (mm-charset-to-coding-system): Use
9671         rfc2047-default-charset.
9672         (mm-known-charsets): New variable.
9673
9674         * message.el (message-caesar-region): Bugged out.
9675
9676 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9677
9678         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9679         specifying `agent-predicate' in a group's parameters.
9680
9681 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9682
9683         * gnus.el: Pterodactyl Gnus v0.16 is released.
9684
9685 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * nnmail.el (nnmail-expired-article-p): Use predicate.
9688
9689         * date.el (time-less-p): Renamed.
9690
9691         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9692         from the headers.
9693
9694         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9695         functions.
9696
9697         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9698         all.
9699         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9700         to all functions.
9701
9702 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9703
9704         * gnus.el: Pterodactyl Gnus v0.15 is released.
9705
9706 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * date.el: New file.
9709
9710         * gnus-util.el (gnus-encode-date): Removed.
9711         (gnus-time-less): Ditto.
9712
9713         * nnmail.el (nnmail-date-to-time): Removed.
9714         (nnmail-time-less): Ditto.
9715         (nnmail-days-to-time): Ditto.
9716         (nnmail-time-since): Ditto.
9717
9718         * drums.el: New file.
9719
9720 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * message.el (message-encode-message-body): Encode headers with
9723         body encoding.
9724
9725         * rfc2047.el (rfc2047-default-charset): Renamed.
9726         (rfc2047-encodable-p): Use it.
9727
9728         * base64.el (mm-util): Required.
9729
9730 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9731
9732         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9733         servers.
9734
9735         * gnus-util.el (gnus-output-to-rmail): Removed.
9736
9737         * gnus-art.el (gnus-summary-save-in-rmail): Use
9738         gnus-output-to-rmailrmail-output-to-rmail-file.
9739
9740         * rfc2047.el (rfc2047-decode-region): Fold case.
9741         (rfc2047-decode): Use decode-string.
9742
9743         * mm-util.el: Provide mm-char-int.
9744
9745 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9746
9747         * gnus.el: Pterodactyl Gnus v0.14 is released.
9748
9749 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9752         sure we have 7bit.
9753
9754 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9755
9756         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9757         ducplicates.
9758         (gnus-inews-insert-mime-headers): Removed.
9759
9760         * message.el (message-caesar-region): Protect against MULE chars.
9761
9762 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9763
9764         * mm-util.el (if): fset the right function.
9765
9766 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9767
9768         * gnus-art.el (gnus-article-decode-charset): Use real
9769         read-coding-system.
9770
9771 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9772
9773         * mm-bodies.el (mm-decode-body): Protect against malformed
9774         base64.
9775         (mm-decode-body): Check that buffer-file-coding-system is
9776         non-nil.
9777
9778 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9779
9780         * gnus.el: Pterodactyl Gnus v0.13 is released.
9781
9782 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * gnus-util.el (gnus-strip-whitespace): Already defined.
9785         Removed.
9786
9787         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9788
9789         * gnus-util.el (gnus-strip-whitespace): New function.
9790
9791         * mm-util.el (mm-content-type-charset): Downcase.
9792
9793 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794
9795         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9796         (gnus-article-decode-charset): Don't fetch all headers.
9797
9798         * mm-util.el (mm-read-coding-system): New function.
9799
9800         * mm-bodies.el (mm-decode-body): Check the right charset.
9801
9802         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9803
9804         * gnus-art.el (gnus-article-mode-line-format): Use short group
9805         format.
9806
9807 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9808
9809         * gnus.el: Pterodactyl Gnus v0.12 is released.
9810
9811 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9812
9813         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9814
9815         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9816         (gnus-article-decode-charset): Always run.
9817
9818         * mm-bodies.el (mm-decode-body): Decode cte.
9819
9820 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9821
9822         * gnus.el: Pterodactyl Gnus v0.11 is released.
9823
9824 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * message.el (message-encode-message-body): Ditto.
9827
9828         * gnus-art.el (gnus-article-decode-mime-words): New command and
9829         keystroke.
9830         (gnus-article-decode-charset): Ditto.
9831         (gnus-article-decode-charset): Only work under MULE.
9832
9833         * mm-util.el (mm-content-type-charset): New function.
9834
9835         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9836
9837         * message.el (message-send-mail): Insert MIME headers.
9838         (message-check-news-body-syntax): Don't warn for escape sequences.
9839         (message-check-news-body-syntax): Insert MIME headers.
9840
9841         * mm-bodies.el (mm-body-encoding): New function.
9842
9843         * message.el (message-encode-message-body): New function.
9844
9845         * mm-bodies.el: New file.
9846
9847         * mm-util.el (mm-narrow-to-head): New function.
9848
9849         * rfc2047.el (rfc2047-encode): Use it.
9850
9851         * mm-util.el: Provide mm-encode-coding-region.
9852
9853         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9854
9855         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9856
9857         * mm-util.el (mm-enable-multibyte): New function.
9858
9859         * message.el (message-set-work-buffer): Set multibyte.
9860
9861         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9862
9863         * gnus-util.el (gnus-point-at-eol): Removed.
9864         (gnus-point-at-bol): Ditto.
9865
9866         * base64.el (base64-decode-region): Commented out messaging.
9867
9868 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9869
9870         * gnus-msg.el (gnus-group-mail): make it behave like
9871         gnus-group-post-news with regards to the prefix (this enables the
9872         use of posting styles).
9873
9874 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * gnus.el (gnus-article-display-hook): Added
9877         gnus-article-decode-rfc1522 to hook.
9878
9879 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9880
9881         * gnus.el: Pterodactyl Gnus v0.10 is released.
9882
9883 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884
9885         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9886         hook to be run.
9887
9888 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9889
9890         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9891
9892         * mm-util.el (mm-charsets-in-region): Removed.
9893
9894         * rfc2047.el: Renamed file.
9895
9896         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9897
9898         * message.el (message-mode): Set multibyte.
9899
9900         * mm-util.el (mm-charsets-in-region): Copied here.
9901
9902         * gnus-util.el: Removed gnus-truncate-string.
9903
9904         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9905
9906         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9907         (rfc1522-encodable-p): New function.
9908         (rfc1522-encode-message-header): Use it.
9909
9910 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9911
9912         * gnus.el: Pterodactyl Gnus v0.9 is released.
9913
9914 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9915
9916         * mm-util.el: Shadow encode-coding-string.
9917
9918         * base64.el (base64-encode-region): Don't add newline.
9919
9920         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9921
9922         * mm-util.el: New file.
9923
9924         * mm-decode.el: Somewhat depleted.
9925         * mm-encode.el: Ditto.
9926
9927         * rfc1522.el: New file.
9928
9929         * mm-util.el (mm-replace-chars-in-string): Copied here.
9930
9931         * mm-encode.el (mm-q-encode-region): New function.
9932
9933         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9934         param.
9935
9936         * mm-encode.el (mm-encode-word-region): Downcase.
9937
9938 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9939
9940         * gnus.el: Pterodactyl Gnus v0.8 is released.
9941
9942 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * message.el (message-send-mail): Encode headers.
9945
9946         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9947         (quoted-printable-encode-region): Upcase.
9948
9949         * message.el (message-default-charset): New variable.
9950
9951         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9952
9953         * message.el (message-narrow-to-field): Changed name.
9954
9955         * mm-encode.el: New file.
9956
9957         * message.el (message-narrow-to-header): New function.
9958
9959         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9960         right buffer.
9961
9962 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9963
9964         * gnus.el: Pterodactyl Gnus v0.7 is released.
9965
9966 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9967
9968         * gnus.el: Remove autoload for
9969         gnus-article-mime-decode-quoted-printable.
9970
9971         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9972         be decoded in non-MULE Emacsen.
9973
9974         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9975
9976 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9977
9978         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9979
9980 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981
9982         * mm-decode.el: Check for coding-system-list.
9983
9984 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9985
9986         * gnus.el: Pterodactyl Gnus v0.6 is released.
9987
9988 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989
9990         * nnheader.el (fboundp): Protect code-coding-string.
9991
9992         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9993         is available.
9994
9995 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9996
9997         * gnus.el: Pterodactyl Gnus v0.5 is released.
9998
9999 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10000
10001         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
10002         (gnus-hack-decode-rfc1522): Removed.
10003
10004         * mm-decode.el (mm-charset-coding-system-alist): Check better.
10005
10006 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
10007
10008         * gnus.el: Gnus v0.4 is released.
10009
10010 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * gnus-art.el (gnus-article-decode-mime-words): New command and
10013         keystroke.
10014
10015         * qp.el (quoted-printable-decode-region): Don't use hexl.
10016
10017         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
10018
10019         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
10020         (gnus-structured-field-decoder): Removed.
10021         (gnus-unstructured-field-decoder): Ditto.
10022
10023         * mm-decode.el: New file.
10024
10025         * qp.el: New file.
10026
10027         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
10028
10029         * gnus-ems.el (fboundp): Removed gnus-split-string.
10030
10031         * gnus.el (gnus-splash-face): Doc fix.
10032
10033         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
10034
10035         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
10036         hexl.
10037
10038         * nnheader.el (nnheader-temp-write): Removed.
10039
10040 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
10041
10042         * gnus.el: Gnus v0.3 is released.
10043
10044 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
10045
10046         * gnus.el: Gnus v0.2 is released.
10047
10048 ;; Local Variables:
10049 ;; coding: iso-2022-7bit
10050 ;; End: