*** empty log message ***
[gnus] / lisp / ChangeLog
1 2000-10-26  Dave Love  <fx@gnu.org>
2
3         * flow-fill.el: Require cl when compiling.
4
5         * mail-source.el: Require imap when compiling and defvar
6         display-time-mail-function.  Require mm-util.
7         (nnheader-cancel-timer): Autoload.
8         (mail-source-imap-authenticators, mail-source-imap-streams): New
9         variables.
10         (mail-sources): Use them.
11
12 2000-10-25 20:13:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13
14         * mm-decode.el (mm-viewer-completion-map): New.
15         (mm-interactively-view-part): Use it.
16
17 2000-10-25 18:51:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18
19         * rfc2047.el (rfc2047-q-encode-region): Don't break if a QP-word
20         could be fitted in one line.
21
22 2000-10-25  Dirk Meyer <dischi@tzi.de>
23
24         * gnus-demon.el (gnus-demon-time-to-step): theHour was set to
25         seconds instead of hour.
26
27 2000-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
28
29         * mail-source.el (mail-sources): Better `:type'.
30
31 2000-10-24 18:31:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
32
33         * gnus-art.el (gnus-request-article-this-buffer):
34         gnus-refer-article-method might be a single method.
35         * gnus-sum.el (gnus-refer-article-methods): The second could be 
36         a named method.
37
38 2000-10-23  Simon Josefsson  <simon@josefsson.org>
39
40         * flow-fill.el (fill-flowed): Don't flow "-- " lines.
41         (fill-flowed): Make "quote-depth wins" rule work when first line
42         is at level 0.
43
44 2000-10-21 11:23:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
45
46         * mm-util.el (mm-multibyte-p): Test (featurep 'xemacs).
47
48 2000-10-21 10:54:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
49
50         * gnus-art.el (gnus-article-mime-total-parts): New function.
51         (gnus-mm-display-part): Use it.
52         (gnus-mime-display-single): Ditto.
53         (gnus-mime-display-alternative): Ditto.
54
55 2000-10-21 09:38:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
56
57         * mailcap.el (mailcap-parse-mailcaps): Don't use parse-colon-path,
58         because they are files, not directories.
59         (mailcap-parse-mimetypes): Ditto.
60
61 2000-10-20 19:55:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
62
63         * gnus-art.el (gnus-mime-inline-part): Check validity of charset.
64
65 2000-10-18  Dave Love  <fx@gnu.org>
66
67         * mail-source.el (mm-util): Require.
68         (defvar): Use rmail-spool-directory unconditionally.
69
70         * gnus-nocem.el (gnus-nocem-issuers): Update.
71         (gnus-nocem-check-from): New option.
72         (gnus-nocem-scan-groups): Use it.
73         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
74
75 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
76
77         * gnus-nocem.el (gnus-nocem-check-article-limit): New variable.
78         (gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'.
79
80 2000-10-18  Simon Josefsson  <simon@josefsson.org>
81
82         * nnheader.el (nnheader-parse-head): Try both "from:" and "from: ".
83
84         * gnus-sum.el (gnus-get-newsgroup-headers): Ditto.
85
86 2000-10-17  Simon Josefsson  <simon@josefsson.org>
87
88         * gnus-sum.el (gnus-get-newsgroup-headers): Search for "from:"
89         instead of "from: " for rfc822 compliance.
90
91         * gnus-uu.el (gnus-uu-digest-mail-forward): Ditto. Insert SPC.
92
93         * nnheader.el (nnheader-parse-head): Ditto.
94
95 2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
96
97         * mail-source.el (mail-source-keyword-map): Use
98         `rmail-spool-directory' as a default directory for the `file'
99         source, if the variable is defined.  Fall back to hardcoded
100         "/usr/spool/mail/", as before.  Suggestion by Steven E. Harris
101         <seh@speakeasy.org>.
102
103 2000-10-13 12:01:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
104
105         * message.el (message-send-mail-partially): Replace the header
106          delimiter with a blank line.
107
108 2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
109
110         * gnus-sum.el (gnus-get-split-value): Use first match only (Ed L
111         Cashin <ecashin@coe.uga.edu>).
112
113 2000-10-13 10:52:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
114
115         * gnus-ems.el (gnus-article-compface-xbm): Ignore errors.
116
117 2000-10-11  John Wiegley  <johnw@gnu.org>
118
119         * gnus-topic.el (gnus-topic-mode): Use `setq' to clear
120         `gnus-group-change-level-function', instead of `remove-hook',
121         because it's not a hook!
122
123         * gnus-mlspl.el (gnus-group-split-update): Check the value of
124         `nnmail-crosspost', and use it to set the `no-crosspost'
125         argument when calling `gnus-group-split-fancy'.  Otherwise, it
126         assumes that cross-posting is always OK, no matter what
127         `nmail-crosspost' is set to.
128         (gnus-group-split-fancy): The argument order in the
129         second-to-last `push' call was wrong, but since `no-crosspost'
130         was always nil, it was never being triggered.
131
132         * gnus-art.el (gnus-treat-hide-citation-maybe): Added this
133         variable to correspond with `gnus-article-hide-citation-maybe'.
134         (gnus-treatment-function-alist): Added entry for the above
135         correlation.
136
137 2000-10-12 08:26:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
138
139         * mm-util.el (mm-with-unibyte-current-buffer): Revert to old.
140         (mm-with-unibyte-current-buffer-mule4): New function.
141         * qp.el (quoted-printable-encode-region): Use it.
142         * rfc2047.el (rfc2047-decode): Ditto.
143         * webmail.el (webmail-init): Revert to use mm-disable-multibyte.
144
145 2000-10-10 08:44:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
146
147         * rfc2047.el (rfc2047-fold-region): "=?=" is not a break point.
148
149 2000-10-10 00:00:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
150
151         * webmail.el (webmail-init): Use mm-disable-multibyte-mule4.
152
153 2000-10-09 22:50:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
154
155         * base64.el (base64-decode-region): Just give a message if the end
156         is not sane.
157
158 2000-10-09 20:09:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
159
160         * rfc2047.el (rfc2047-encode-message-header): Move fold into
161         encode-region.
162         (rfc2047-dissect-region): Rewrite.
163         (rfc2047-encode-region): Rewrite.
164         (rfc2047-fold-region): Fold any line longer than 76.
165         (rfc2047-unfold-region): New function.
166         (rfc2047-decode-region): Use it.
167         (rfc2047-q-encode-region): Don't break at bob.
168
169 2000-10-09 17:12:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
170
171         * nntp.el (nntp-open-connection): Kill process buffer when quit.
172         (nntp-connection-timeout): Add a note. SIGALRM is ignored in both
173         FSF Emacs 20 and XEmacs 21.
174         * gnus-agent.el (gnus-agent-fetch-session): Catch quit.
175
176 2000-10-09  Dave Love  <fx@gnu.org>
177
178         * gnus-audio.el: Don't require cl.
179         (gnus-audio): New custom group.
180         (gnus-audio-inline-sound): Change to work with Emacs.
181         (gnus-audio-directory, gnus-audio-directory) 
182         (gnus-audio-au-player):  Customize.
183         (gnus-audio-play): Try external player if play-sound-file fails.
184         Use file-name-extension, not string-match.
185
186         * gnus-art.el (article-de-quoted-unreadable)
187         (article-de-base64-unreadable): Fold search case rather than
188         downcasing string.  Apply mm-charset-to-coding-system to arg of
189         quoted-printable-decode-region.
190         (gnus-article-dumbquotes-map): Fix dashes.
191         (gnus-button-mailto, gnus-button-embedded-url): Doc fix.
192         (gnus-button-reply): Just alias it.
193
194 2000-10-09  Stefan Monnier  <monnier@cs.yale.edu>
195
196         * mm-encode.el: Require CL.  At least, for `incf'.
197
198         * nnfolder.el (nnfolder-ignore-active-file): Typos.
199
200         * gnus-mh.el (gnus-summary-save-in-folder): Obey mh-lib-progs.
201
202         * gnus-kill.el (gnus-kill): Typo.
203
204 2000-10-09  Gerd Moellmann  <gerd@gnu.org>
205
206         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
207
208 2000-10-09  Simon Josefsson  <simon@josefsson.org>
209
210         * nnimap.el (nnimap-group-overview-filename): Create directory for
211         newfile (when use long filenames is nil).  Copy+delete file if
212         rename didn't work.
213         (nnimap-group-overview-filename): `rename-file' and `copy-file'
214         doesn't return anything useful, use ignore-errors instead.
215
216 2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
217
218         * dgnushack.el (dgnushack-compile): Delete old elc files first.
219
220 2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
221
222         * gnus-ems.el (gnus-kill-all-overlays): Move here.
223         * gnus-util.el (gnus-kill-all-overlays): Move out.
224         * gnus-sum.el (gnus-cache-write-active): Auto load.
225         * lpath.el: Shut up.
226         * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
227         asynchronous in Exp version.
228
229 2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
230
231         * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
232         * gnus-ems.el: Autoload smiley.
233         * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
234
235 2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
236
237         * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
238         (gnus-summary-select-article): Don't enable multibyte here.
239         (gnus-summary-goto-article): Ditto.
240
241 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
242
243         * gnus-draft.el (gnus-draft-send-message): Typo.
244
245 2000-10-08  Simon Josefsson  <simon@josefsson.org>
246
247         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
248         uid validity changes.
249         (nnimap-group-overview-filename): Store uidvalidity in filenames.
250         Rename old files into new format.
251
252 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
253
254         * mm-util.el (mm-enable-multibyte-mule4): New.
255         (mm-disable-multibyte-mule4): New.
256         * gnus-sum.el (gnus-summary-mode): Use it.
257         (gnus-summary-select-article): Ditto.
258         (gnus-summary-goto-article): Use enable multibyte.
259         * rfc2047.el (rfc2047-decode): Use unibyte.
260
261 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
262
263         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
264
265 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
266
267         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
268         break point.
269         (rfc2047-fold-region): Don't break the first non-LWSP characters.
270
271 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
272
273         * gnus.el (gnus-agent-fetching): New variable.
274         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
275         * gnus-score.el (gnus-score-body): Don't score body when
276         agent-fetching.
277         (gnus-score-followup): Don't score followup either. 
278
279 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
280
281         * gnus-art.el: Define dynamic variables in eval-when-compile.
282         * message.el (message-sending-message): New variable.
283         (message-send): Use it.
284         * gnus-draft.el (gnus-draft-send-message): Ditto.
285         (gnus-group-send-drafts): Ditto.
286
287 2000-10-06  Dave Love  <fx@gnu.org>
288
289         * gnus-audio.el: Don't require cl.
290         (gnus-audio): New custom group.
291         (gnus-audio-inline-sound): Change to work with Emacs.
292         (gnus-audio-directory, gnus-audio-directory) 
293         (gnus-audio-au-player):  Customize.
294         (gnus-audio-play): Try external player if play-sound-file fails.
295         Use file-name-extension, not string-match.
296
297 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
298
299         * gnus-art.el (gnus-article-prepare): Configure it again.
300
301 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
302
303         * message.el (message-default-charset): Default value for non-Mule
304         Emacsen.
305
306 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
307
308         * message.el (message-alternative-emails): New.
309         (message-use-alternative-email-as-from): New.
310         (message-setup): Use them.
311
312 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
313
314         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
315         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
316
317         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
318         gnus-overlay-start.
319         * gnus.el: Ditto.
320         * gnus-art.el (gnus-insert-mime-button): Use them.
321
322 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
323
324         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
325         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
326
327 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
328
329         * qp.el (quoted-printable-encode-region): Use
330         mm-with-unibyte-current-buffer within narrowed region.
331
332 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
333
334         * webmail.el (webmail-type-definition): Fix my-deja open url.
335
336 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
337
338         * message.el (message-setup-fill-variables): New variable.
339         (message-mode): Use it.
340
341 2000-10-05  Dave Love  <fx@gnu.org>
342
343         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
344         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
345
346         * binhex.el: Use defalias, not fset.
347
348         * rfc1843.el: Require cl when compiling.
349
350 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
351
352         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
353
354 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
355
356         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
357         adjacent.
358
359 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
360
361         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
362         (mm-find-charset-region): Merge conditions, delete ascii.
363         (mm-charset-after): Rewrite.
364         * mm-bodies.el (mm-encode-body): Use it.
365
366 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
367
368         * webmail.el (webmail-hotmail-list): Fix.
369
370 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
371
372         * nnimap.el (require): cl.
373
374 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
375
376         * gnus-art.el (gnus-article-prepare): Configure windows before
377         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
378         window might be overrided.
379
380 2000-10-04  Dave Love  <fx@gnu.org>
381
382         * gnus-ems.el (gnus-article-display-xface)
383         [gnus-article-compface-xbm]: Fix.
384         (gnus-x-splash): Bind width, height.
385
386 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
387
388         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
389         when it is called interactively.
390
391 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
392
393         * gnus-art.el (gnus-mime-action-alist): New variable.
394         (gnus-mime-action-on-part): Use it.
395         (gnus-mime-button-commands): Add command ".".
396
397 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
398
399         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
400
401 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
402
403         * lpath.el: "." is in the load-path because dgnushack.el.
404
405 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
406
407         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
408
409         * nnheader.el: ditto
410
411         * mm-util.el: ditto
412
413         * message.el: ditto
414
415         * binhex.el: ditto
416
417         * gnus-audio.el: removed unnecessary xemacs test
418
419         * earcon.el: ditto
420         
421 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * nnweb.el (nnweb-decode-entities): Work for non-character
424         entities. 
425
426 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * gnus.el: Message the quit parts.
429
430 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
431
432         * mail-source.el (mail-source-fetch-maildir): Don't insert
433         newlines.
434
435 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
436
437         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
438         lpath.el. Don't compile base64.el if there is builtin base64.
439
440 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
441
442         * base64.el (Repository): Use featurep for XEmacs test.
443
444 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
445
446         * nntp.el (nntp-retrieve-data): Don't ignore quit.
447
448 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
449
450         * gnus-art.el (gnus-article-banner-alist): New variable.
451         (article-strip-banner): Use it.
452         * gnus-cus.el (gnus-group-parameters): Allow symbol.
453
454 2000-10-02  Dave Love  <fx@gnu.org>
455
456         * smiley-ems.el: New file.
457
458         * gnus-ems.el (gnus-smiley-display): Autoload.
459         (mouse-set-point, set-face-foreground, set-face-background)
460         (x-popup-menu): Don't clobber these.
461         (gnus-article-compface-xbm): New variable.
462         (gnus-article-display-xface): Move graphic test.  Use unibyte.
463         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
464
465         * mml.el (require): Fix typo.
466         (mml-parse-1): Modify unknown encoding prompt.
467
468         * mail-source.el (mail-sources): Revert to nil.
469
470         * nnmail.el (nnmail-spool-file): Revert previous change.
471
472         * gnus.el: Don't require custom, message.
473         (gnus-message-archive-method): Wrap initializer in progn and
474         require message here.
475
476 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
477
478         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
479         image's :ascent to 80.  That gives a mode-line which is approx.
480         as tall as the normal one.
481
482 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
483
484         * webmail.el (webmail-hotmail-list): Fix.
485
486 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
487
488         Don't postpone GCC if none of GCC methods is agent-covered.  This
489         fix presumes that the post-method must be agent-covered if any Gcc
490         method is agent-covered.
491
492         * gnus-msg.el (gnus-inews-group-method): New function.
493         (gnus-inews-do-gcc): Use it.
494         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
495         (gnus-agent-possibly-save-gcc): Use it.
496         (gnus-agent-possibly-do-gcc): Ditto.
497
498 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
499
500         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
501         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
502
503 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
504
505         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
506         webmail-hotmail-list): Update.
507
508 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
509
510         * mail-source.el (mail-source-report-new-mail): Use
511         nnheader-cancel-timer.
512
513 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
514
515         * lpath.el (overlay-*): Shut up.
516         * dgnushack.el: Two implementations of smiley.
517
518 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
519
520         * gnus-ml.el: Usage.
521         (gnus-mailing-list-archive, gnus-mailing-list-owner,
522         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
523         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
524         (gnus-mailing-list-menu): Define it.
525         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
526         
527         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
528
529 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
530
531         * webmail.el (webmail-my-deja-*): Rewrite.
532
533 2000-09-30  Simon Josefsson  <simon@josefsson.org>
534
535         * nnimap.el (nnimap-request-accept-article): Remove \n's from
536         From_ lines.
537
538 2000-08-05  Simon Josefsson <simon@josefsson.org>
539
540         Make GCC to remote groups work when unplugged
541         (postpone GCC until message is actually sent).
542
543         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
544
545         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
546         (gnus-agent-restore-gcc): 
547         (gnus-agent-possibly-save-gcc): New functions.
548
549         * gnus-msg.el (gnus-inews-add-send-actions): Use
550         `gnus-agent-possibly-do-gcc' if Agentized.
551         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
552         to `message-header-hook'.
553
554         * gnus.el (gnus-agent-gcc-header): New variable.
555
556 2000-07-13  Simon Josefsson <simon@josefsson.org>
557
558         Asks the user to synch flags with server when you plug in.
559
560         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
561         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
562         (gnus-agent-toggle-plugged): Call it.
563         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
564         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
565         (gnus-agent-possibly-synchronize-flags): New function.
566         (gnus-agent-possibly-synchronize-flags-server): New function.
567
568 2000-09-30  Simon Josefsson  <simon@josefsson.org>
569
570         * starttls.el: New file, by Daiki Ueno.
571
572 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
573
574         * message.el (message-make-in-reply-to): In-Reply-To is message-id
575         (see DRUMS).
576         
577 2000-09-29  Simon Josefsson  <simon@josefsson.org>
578
579         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
580         prefetch.
581
582 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
585         sending a command; allow the rtelnet prompt as well.
586
587 2000-09-29  Simon Josefsson  <simon@josefsson.org>
588
589         * message.el (message-send): Make sure error is signalled if no
590         send method is specified.
591
592 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
593
594         * qp.el (quoted-printable-encode-region): Wrap with
595         `mm-with-unibyte-current-buffer'.
596
597 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
598
599         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
600           McEwan's proposal.
601         
602 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
603
604         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
605         the GNU assignment issue.
606
607 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
608
609         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
610
611 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
612
613         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
614
615 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
616
617         * gnus-art.el (article-strip-banner): Use
618         gnus-group-find-parameter rather than gnus-group-get-parameter, to
619         allow inheritance on the banner.
620         From elkin@tverd.astro.spbu.ru.
621
622 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
623
624         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
625
626 2000-09-26  Dave Love  <fx@gnu.org>
627
628         * gnus-draft.el: Don't require gnus-agent.
629
630         * mm-view.el: Use featurep for XEmacs test.
631         (mm-inline-message): Test for `remove-specifier'; don't use
632         condition-case.
633
634 2000-09-24  Simon Josefsson  <simon@josefsson.org>
635
636         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
637
638         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
639         support ACL's.
640
641         * nnimap.el (nnimap-acl-get): Check capability.
642
643         * mail-source.el (mail-source-imap-file-coding-system): New variable.
644         (mail-source-fetch-imap): Use it.
645
646         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
647         (rfc2104-hash): Use it.
648
649         * imap.el (imap-starttls-p): Check for starttls binary.
650         (imap-starttls-open): More verbose.
651         (imap-gssapi-auth): Ditto.
652         (imap-kerberos4-auth): Ditto.
653         (imap-cram-md5-auth): Ditto.
654         (imap-login-auth): Ditto.
655         (imap-anonymous-auth): Ditto.
656         (imap-digest-md5-auth): Ditto.
657         (imap-open): Ditto.
658         (imap-digest-md5-p): Check capability first.
659
660 2000-09-24  Simon Josefsson  <simon@josefsson.org>
661
662         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
663         (imap-login-p): Support LOGINDISABLED.
664
665 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
666
667         * rfc2104.el: Add SHA-1 example.
668
669 2000-09-22  Simon Josefsson  <simon@josefsson.org>
670
671         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
672
673 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
674
675         * lpath.el: Bind nnkiboze-score-file.
676
677 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
678
679         * gnus-score.el (gnus-score-use-all-scores): New variable.
680         (gnus-all-score-files): Use it.
681         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
682         (nnkiboze-enter-nov): Fix it when there is no xref.
683         (nnkiboze-generate-groups): List groups.
684         * gnus-group.el (gnus-group-make-kiboze-group): Use 
685         nnkiboze-score-file.
686         
687         * nnkiboze.el (nnkiboze-request-article): Use
688         gnus-cache-request-article.
689         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
690
691 2000-07-16 Dmitry Bely <dbely@mail.ru>
692
693         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
694
695 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
696
697         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
698
699 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
700
701         * message.el (message-default-charset): Set default value in
702         non-MULE XEmacsen as iso-8859-1.
703
704 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
705
706         * gnus-demon.el: Use (featurep 'xemacs).
707         * gnus-agent.el: timer vs. itimer.
708         * mail-source.el: Ditto.
709
710 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
711
712         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
713         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
714         * gnus-sum.el (gnus-nov-parse-line): Ditto.
715         * nnkiboze.el (nnkiboze-file-coding-system): New.
716         (nnkiboze-retrieve-headers): Use it.
717         (nnkiboze-request-group): Ditto.
718         (nnkiboze-close-group): Ditto.
719         (nnkiboze-generate-group): Ditto.
720         (nnkiboze-enter-nov): Insert first Xref properly.
721
722 2000-09-19  Dave Love  <fx@gnu.org>
723
724         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
725         (nnmail-get-new-mail): Test `sources' in top-level conditional.
726
727         * mail-source.el (mail-sources): Change default to '((file)).
728         Add useful custom type.
729
730 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
731
732         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
733         year).
734         (gnus-date-iso8601): Ditto.
735
736 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
737
738         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
739
740 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
741
742         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
743         pattern. Avoid using 8 bit chars.
744         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
745
746 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
747
748         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
749         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
750         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
751         functions are not implemented yet.
752         
753         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
754         x-overlay.el from the FSF Emacs black list.
755
756 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
757
758         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
759         (mm-inline-media-tests): Ditto.
760         (mm-automatic-display): Ditto.
761         * mm-view.el (mm-display-inline-fontify): Generalize from 
762         mm-display-patch-inline. 
763         (mm-display-patch-inline): Use it.
764         (mm-display-elisp-inline): Ditto.
765         
766 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
767
768         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
769         (gnus-topic-unmark-topic): Ditto.
770         (gnus-topic-mark-topic): Ditto.
771         (gnus-topic-get-new-news-this-topic): Use it.
772
773 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
774
775         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
776         display xface.
777
778 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
781         zombie or killed groups.
782         
783 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
784
785         * mml.el (mml-preview): Reinsert unibyte content. 
786         (mml-parse-1): Remove with-unibyte-current-buffer.
787         (mml-generate-mime-1): Ditto.
788         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
789         * message.el (message-forward): Ditto.
790
791 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
792
793         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
794         original article buffer.
795         (article-de-base64-unreadable): Ditto.
796         (article-wash-html): Ditto.
797
798 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
799
800         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
801         unless forward-show-mml.
802
803 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
804
805         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
806         (gnus-summary-save-parts-last-directory): New.
807         (gnus-summary-save-parts): Save history.
808
809 2000-09-14 Ben Gertzfield <che@debian.org>
810
811         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
812         variable.
813         (gnus-summary-save-parts): Use it.
814
815 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
816
817         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
818         * gnus-sum.el (gnus-summary-exit): Ditto.
819         (gnus-summary-exit-no-update): Ditto.
820         (gnus-summary-show-article): Ditto.
821
822 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
823
824         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
825         Content-Disposition.
826
827 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
828
829         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
830
831 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
832
833         * gnus-art.el (gnus-article-setup-buffer): Set
834         gnus-article-mime-handles to nil.
835         * gnus-sum.el (gnus-summary-exit): Ditto.
836         (gnus-summary-exit-no-update): Ditto.
837         (gnus-summary-show-article): Ditto.
838         (gnus-summary-save-parts): Use gnus-article-mime-handles if
839         dissected.
840         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
841
842 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
843
844         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
845         (gnus-sort-threads-1): New function. Sort threads recursively.
846         (gnus-sort-threads): Use it.
847         (gnus-sort-gathered-threads): Doc fix.
848
849 2000-09-13  Dave Love  <fx@gnu.org>
850
851         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
852
853         * gnus-ems.el (gnus-ems-redefine): Don't alias
854         gnus-summary-set-display-table.
855
856         * message.el (message-user-agent): Don't wrap ignore-errors around
857         it.
858
859         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
860         `format'.
861         (mm-content-transfer-encoding): Don't use cadar.
862
863         * uudecode.el (uudecode-decoder-program) 
864         (uudecode-decoder-switches): Customize.
865
866         * gnus-score.el (gnus-home-score-file): Improve custom type.
867
868         * gnus-cus.el (gnus-custom-mode): Conditionally set local
869         variables for Emacs 21.
870         (gnus-group-customize): Disable undo while laying out the buffer.
871
872 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
873
874         * gnus-util.el (gnus-write-active-file): Bind
875         coding-system-for-write.
876
877 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
878
879         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
880         
881         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
882         * gnus-kill.el (gnus-batch-score): Ditto.
883         * gnus-move.el (gnus-change-server): Ditto.
884         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
885
886 2000-09-12  Simon Josefsson  <simon@josefsson.org>
887
888         * gnus-sum.el (gnus-update-read-articles): Undo
889         `gnus-request-set-mark' operation.
890
891 2000-09-11  Dave Love  <fx@gnu.org>
892
893         * Changelog: Use iso-2022 coding.
894
895         * gnus-msg.el (gnus-msg-mail): New function.
896         (gnus-user-agent): New mail agent.
897
898 2000-09-10  Dave Love  <fx@gnu.org>
899
900         * message.el: Require mail-abbrevs for XEmacs for a problem with
901         keybinding despite the autoloads for it.
902
903 2000-09-08  Simon Josefsson  <simon@josefsson.org>
904
905         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
906
907         * nnimap.el (nnimap-request-update-info-internal): Remove tick
908         marks from dormant articles. (See nnimap-request-set-mark.)
909         (nnimap-retrieve-headers-progress): Demule.
910         (nnimap-open-server): Call nnoo-change-server twice, once for
911         getting the nnimap-server-buffer and once for letting n-c-s set
912         the variables in that buffer.
913
914 2000-09-08  David Edmondson <dme@dme.org>
915
916         * gnus.el (gnus-short-group-name): Guess separator.
917
918 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
919
920         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
921         XEmacs as well.
922
923 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
924
925         * gnus-group.el (gnus-group-insert-group-line): Fix.
926
927 2000-09-04  Dave Love  <fx@gnu.org>
928
929         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
930         (mm-get-image): Avoid the losing `make-glyph' from W3.
931
932 2000-09-03  Simon Josefsson  <simon@josefsson.org>
933
934         * gnus-sum.el (gnus-summary-delete-article): Check server.
935
936 2000-09-01  Simon Josefsson  <simon@josefsson.org>
937
938         * imap.el (imap-parse-flag-list): Rewrite.
939
940         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
941
942         * imap.el (imap-parse-flag-list): Hack.
943
944 2000-08-29  Dave Love  <fx@gnu.org>
945
946         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
947
948         * dgnushack.el (mapcon, union): Remove compiler macros.
949
950         * gnus-agent.el (gnus-agent-union): new function.
951         (gnus-agent-fetch-headers): Use it.
952
953         * gnus.el (gnus-group-startup-message): Specify foreground and
954         background for xpm image.  Centre image vertically.
955         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
956
957 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
958
959         * message.el (message-send-mail): Narrow-to-headers.
960
961 2000-08-24  Dave Love  <fx@gnu.org>
962
963         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
964         21.
965
966 2000-08-23  Dave Love  <fx@gnu.org>
967
968         * dgnushack.el: Remove `member-if' compiler macro.
969
970 2000-08-21  Dave Love  <fx@gnu.org>
971
972         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
973
974 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
975
976         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
977         permanent is used.
978         (gnus-topic-show-topic): Read topic when to show permanent hidden
979         topic.
980         (gnus-topic-remove-topic): Revert to the old behavior, not using
981         hide.
982
983 2000-08-21  Dave Love  <fx@gnu.org>
984
985         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
986         (gnus-xemacs): Use featurep.
987
988         * mm-util.el (mm-read-charset): Maybe use builtin.
989         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
990         (mm-multibyte-p, mm-with-unibyte-current-buffer)
991         (mm-with-unibyte): Use featurep, not string-match.
992         (mm-with-unibyte-buffer): Simplify.
993         (mm-quote-arg): Maybe use shell-quote-argument.
994
995         * mml.el (mml-make-string): Deleted (unused).
996
997         * gnus.el (gnus-mode-line-buffer-identification): Supply
998         definition for Emacs 21.
999
1000         * gnus-salt.el: Small doc fixes.
1001         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
1002         gnus-add-minor-mode.
1003
1004         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
1005         gnus-add-minor-mode.
1006
1007 2000-08-20  Simon Josefsson  <simon@josefsson.org>
1008
1009         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
1010         function, thanks to Lloyd Zusman for debugging.
1011         (nnimap-request-group): 
1012         (nnimap-request-list): 
1013         (nnimap-retrieve-groups): 
1014         (nnimap-request-newgroups): Use it.
1015
1016         * nnimap.el (nnimap-request-article-part): Less verbose.
1017
1018 2000-08-19  Andreas Jaeger  <aj@suse.de>
1019
1020         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
1021         subst-char-in-string since we test elsewhere whether it's bound.
1022         
1023 2000-08-18  Dave Love  <fx@gnu.org>
1024
1025         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
1026         custom type.
1027
1028         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
1029         gnus-group-running-xemacs.
1030
1031         * nnheader.el (nnheader-replace-chars-in-string): Use
1032         subst-char-in-string if available.
1033
1034         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
1035         (gnus-request-article-this-buffer): Use expand-file-name.
1036         (gnus-mime-view-part-as-type): Simplify interactive spec.
1037         (gnus-mime-button-map): Define it all in defvar.
1038
1039 2000-08-17  Dave Love  <fx@gnu.org>
1040
1041         * gnus-group.el (gnus-group-running-xemacs): Deleted.
1042
1043         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
1044         last-nonmenu-event.
1045
1046         * uudecode.el (char-int): Use defalias, not fset.
1047
1048         * score-mode.el: Don't require easymenu.  Require mm-util.
1049         (score-mode-coding-system): Use mm-auto-save-coding-system.
1050
1051         * nneething.el (nneething-create-mapping): Don't use cadar & al.
1052         (nneething-file-name): Use expand-file-name, not concat.
1053
1054 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
1055
1056         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
1057         Failure proof for email addresses.
1058         (nnslashdot-sane-retrieve-headers): Ditto.
1059
1060 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * message.el (message-send-mail): Only insert courtesy message
1063         when text/plain.
1064
1065 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
1066
1067         * message.el (message-cancel-news): Copy the From header from the
1068         original article.
1069
1070 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * gnus-async.el (gnus-asynchronous): Removed.
1073
1074 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1075
1076         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
1077         format.
1078
1079 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
1080
1081         * nnmail.el (nnmail-expiry-target-group): Fixed.
1082
1083 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1084
1085         * nnmail.el (nnmail-expiry-target-group): Fix the call to
1086         gnus-request-accept-article so that body encoding is *not* done.
1087         Encoding is not done on incoming mail, so why should it be done on
1088         expired mail?
1089
1090
1091 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1092
1093         * nnml.el (nnml-request-expire-articles): Fix the calls to
1094         nnml-request-article (the filename was being passed instead of the
1095         article number) and nnmail-expiry-target-group
1096         (nnml-current-directory is changed by nnml-request-accept-article,
1097         causing it to be incorrect for the next article to be expired).
1098
1099 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
1100
1101         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
1102         expiry-target group parameters. 
1103
1104 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
1107         buffer.
1108         (gnus-topic-hide-topic): Take a PERMANENT parameter.
1109         (gnus-topic-show-topic): Ditto.
1110
1111         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
1112
1113 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
1114
1115         * mail-source.el (mail-source-incoming-file-prefix): New
1116         variable. 
1117
1118 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
1121
1122         * mailcap.el (mailcap-maybe-eval): Be even more warning.
1123
1124 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
1125
1126         * message.el (message-syntax-checks): New check quotin-style: 
1127         Text must be written below quoted text.
1128         (message-check-news-body-syntax): Check it.
1129
1130 2000-08-11  Simon Josefsson  <simon@josefsson.org>
1131
1132         * imap.el (imap-authenticator-alist): Fix typo.
1133         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
1134         Jonas Oberg for debugging.
1135
1136 2000-08-11  Simon Josefsson  <simon@josefsson.org>
1137
1138         * gnus-async.el (gnus-asynchronous): Disable by default.
1139
1140 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * mm-view.el (mm-inline-text): Bind fill-column.
1143
1144         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
1145         list of unexpired articles.
1146
1147         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
1148         un-expired articles. 
1149
1150         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
1151         headers. 
1152
1153         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
1154         we update the right topic.. 
1155
1156         * mm-decode.el (mm-display-external): Put point at start. 
1157
1158 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1159
1160         * nnmail.el (nnmail-expiry-target): More explicit documentation.
1161
1162         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
1163
1164 2000-08-09  Simon Josefsson <simon@josefsson.org>
1165
1166         * imap.el (imap-parse-body):
1167         (imap-parse-string-list): Add bug workarounds for Stalker
1168         Communigate Pro 3.0 server.
1169         (imap-body-lines): Remove bogus comment.
1170
1171         * imap.el (imap-range-to-message-set): Move from nnimap.el.
1172
1173         * nnimap.el (nnimap-retrieve-which-headers):
1174         (nnimap-retrieve-headers-from-server):
1175         (nnimap-request-set-mark):
1176         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
1177
1178 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
1179
1180         * message.el (message-dont-reply-to-names):
1181         rmail-dont-reply-to-names may not be defined.
1182
1183 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1184
1185         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
1186         not use pop.
1187
1188 2000-07-19  Dave Love  <fx@gnu.org>
1189
1190         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
1191         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
1192         check.
1193         (gnus-article-display-xface): Special-case for dark backgrounds.
1194
1195 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
1196
1197         * imap.el (imap-calculate-literal-size-first): New variable.
1198         (imap-local-variables): Add it.
1199         (imap-kerberos4-open): Set it.
1200         (imap-send-command): Use it.
1201
1202 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1203
1204         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
1205         (mailcap-parse-mimetypes): Use it.
1206         (mailcap-extension-to-mime): Parse mimetype.
1207         (mailcap-mime-types): Ditto.
1208         * mml.el (mml-minibuffer-read-type): Ditto.
1209
1210 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1211
1212         * nndoc.el (nndoc-type-alist): Add outlook.
1213         (nndoc-outlook-type-p): New function.
1214         (nndoc-outlook-article-begin): Ditto.
1215
1216 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
1217
1218         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
1219         excursion.
1220
1221 2000-07-15  Simon Josefsson  <simon@josefsson.org>
1222
1223         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
1224
1225         * imap.el (imap): 
1226         (imap-kerberos4-program): 
1227         (imap-gssapi-program): 
1228         (imap-ssl-program): Customization.
1229         (imap-shell-program): 
1230         (imap-shell-host): New variables.
1231         (imap-streams): 
1232         (imap-stream-alist): Add shell.
1233         (imap-shell-p): 
1234         (imap-shell-open): New functions.
1235         (imap-open): Don't call authenticator if preauth.
1236         (imap-authenticate): Return t if already authenticated.
1237
1238 2000-07-14  Simon Josefsson  <simon@josefsson.org>
1239
1240         * gnus.el (gnus-invalid-group-regexp): New variable.
1241         (gnus-read-group): Use it.
1242
1243 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1244
1245         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1246         expunge-below and orphan-score are "group variables".
1247
1248 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1249
1250         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1251         qualified group names to `gnus-group-read-ephemeral-group'.
1252
1253 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * dgnushack.el (srcdir): Define it before use it.
1256
1257 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1258
1259         * gnus-sum.el: `W t' is toggle-header in info.
1260
1261 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1262
1263         * lpath.el: Fbind subst-char-in-string.
1264
1265 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1266
1267         * Makefile.in: Use W3DIR and lispdir.
1268         * dgnushack.el: Ditto.
1269
1270 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1271
1272         * gnus-art.el (article-de-base64-unreadable): Typo.
1273
1274 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1275
1276         * gnus-agent.el (require): Require timer.
1277
1278 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1279
1280         * message.el (message-bounce): Call mime-to-mml.
1281
1282 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * nnslashdot.el (nnslashdot-request-close): New function.
1285
1286 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1289         right line number for the article.
1290
1291 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1292
1293         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1294         * webmail.el (webmail-fetch): Bind 
1295         url-http-silence-on-insecure-redirection.
1296
1297 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1298
1299         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1300         unibyte.
1301         (nnslashdot-sane-retrieve-headers): Ditto.
1302         (nnslashdot-request-article): Ditto.
1303
1304 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1305
1306         * mailcap.el (mailcap-parse-mimetype-file): 
1307
1308 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1309
1310         * nnweb.el (nnweb-insert): Stricter test.
1311         * webmail.el (webmail-refresh-redirect): Ditto.
1312
1313 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1314
1315         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1316
1317 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1318
1319         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1320
1321 2000-07-05  Dave Love  <fx@gnu.org>
1322
1323         * utf7.el: Doc and header fixes.
1324
1325         * gnus-sum.el: Doc fixes.
1326
1327         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1328         defalias, not fset.
1329
1330         * flow-fill.el (fill-flowed-point-at-eol)
1331         (fill-flowed-point-at-bol): Use defalias, not fset.
1332
1333         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1334         (gnus-Plain-save-name): Delete -- apparently bogus.
1335
1336 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * nnsoup.el: Use expand-file-name throughout.
1339
1340 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1341
1342         * nnmail.el (nnmail-read-incoming-hook): New example.
1343
1344 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * mm-view.el (mm-inline-text): Check whether the text has already
1347         been decoded.
1348
1349 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1350
1351         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1352
1353 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1354
1355         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1356
1357 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1358
1359         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1360         unsend flags.
1361
1362 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1363
1364         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1365         name in authinfo (.authinfo now support ports, no need for the
1366         hack).
1367         (nnimap-split-find-rule): Fix.
1368         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1369
1370 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1371
1372         * message.el (message-unquote-tokens): Remove all quotes.
1373
1374 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1375
1376         * gnus-ml.el: New file. 
1377
1378 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * nnultimate.el (nnultimate-request-close): New function.
1381
1382         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1383
1384 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1385
1386         * Makefile.in: Better support for xemacs builds
1387
1388 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1389
1390         * gnus.el: Gnus v5.8.7 is released.
1391
1392 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1395
1396 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1397
1398         * message.el (message-do-fcc): Encode MIME.
1399
1400 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1401
1402         * lpath.el: Fbind image-size.
1403
1404 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1405
1406         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1407         (nnimap-assoc-match): New function.
1408         (nnimap-split-find-rule): Support extended syntax.
1409
1410 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1411
1412         * nnimap.el (nnimap-open-connection): Use port stuff.
1413
1414         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1415         document port and defaultport.
1416
1417 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1418
1419         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1420
1421 2000-06-26  Dave Love  <fx@gnu.org>
1422
1423         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1424
1425         * message.el: Remove unnecessary `require'ments.  Defvar
1426         gnus-list-identifiers when compiling.  Don't try to autoload
1427         variable `gnus-list-identifiers'.  Autoload
1428         gnus-group-name-charset.
1429         (message-fetch-field): Don't assume `format' removes text
1430         properties.
1431         (message-strip-list-identifiers, message-reply, message-followup):
1432         Require gnus-sum.
1433         (message-mode): Tidy XEmacs conditionals.
1434         (message-replace-chars-in-string): Use subst-char-in-string when
1435         available.
1436
1437         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1438         Define if necessary.
1439
1440         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1441         removes text properties.
1442
1443         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1444
1445         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1446
1447         * gnus-score.el (gnus-summary-score-entry): Likewise.
1448
1449 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * nnimap.el (nnimap-request-post): Fix parenthesis.
1452
1453 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1454
1455         * message.el (message-unquote-tokens): New function.
1456
1457         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1458
1459         * nnimap.el (nnimap-request-post): Ditto.
1460
1461 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1462
1463         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1464
1465         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1466         patch commited 2000-04-02).
1467
1468 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1469
1470         * imap.el (imap-mailbox-examine-1): New function.
1471         (imap-message-copyuid-1):
1472         (imap-message-appenduid-1): Use it, instead of
1473         `imap-mailbox-examine' which would utf-7 encode mailbox name
1474         twice.
1475
1476 2000-06-19  Dave Love  <fx@gnu.org>
1477
1478         * mm-uu.el Don't require message.  Require cl when compiling.
1479
1480 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1481
1482         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1483         a local variable.
1484         * gnus-sum.el (gnus-orphan-score): Move here.
1485
1486 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1487
1488         * message.el (message-forward): Remove show-mml condition.
1489         (message-forward-ignored-headers): Remove X-Gnus headers.
1490
1491 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1492
1493         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1494
1495 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1496
1497         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1498
1499 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1500
1501         * message.el (message-syntax-checks): Add type.
1502
1503 2000-06-07  Dave Love  <fx@gnu.org>
1504
1505         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1506         put-image.
1507         (mm-inline-image): Defalias, not fset.
1508
1509         * gnus.el (gnus-group-startup-message): Don't specify string for
1510         insert-image.
1511
1512         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1513         add-minor-mode is available.
1514         (gnus-article-display-xface): Don't specify string for
1515         insert-image.
1516
1517 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1518
1519         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1520         (gnus-topic-insert-topic-line): Use shownp.
1521         (gnus-topic-hide-topic): Don't use hidden.
1522         (gnus-topic-show-topic): Don't use hidden.
1523
1524 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1525
1526         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1527         system.
1528         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1529         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1530         * gnus-util.el (gnus-output-to-rmail): Ditto.
1531         (gnus-output-to-mail): Ditto.
1532         (gnus-write-buffer): Ditto.
1533         * gnus-uu.el (gnus-uu-save-article): Ditto.
1534
1535 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1536
1537         * message.el (message-read-from-minibuffer): Typo.
1538
1539 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1540
1541         * gnus-art.el (article-decode-charset): Override non-MIME forward
1542         charset.
1543
1544 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1545
1546         * mml.el (mml-quote-region): Correct the regexp.
1547         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1548
1549 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1550
1551         * message.el (message-forward): Insert raw text.
1552         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1553         (mml-generate-mime-1): Insert raw text in unibyte mode.
1554
1555 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1556
1557         * mm-bodies.el (mm-body-encoding): Always encoded if
1558         `mm-use-ultra-safe-encoding' is set.
1559
1560 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1561
1562         * mml.el (ange-ftp-name-format): Typo.
1563
1564 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1565
1566         * gnus-start.el (gnus-get-unread-articles): If
1567         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1568         try to do anything on that server.
1569         
1570 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1571
1572         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1573         from latest draft.
1574
1575 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1576
1577         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1578         is open.
1579
1580 2000-05-24  Dave Love  <fx@gnu.org>
1581
1582         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1583
1584 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1585
1586         * gnus.el (gnus-redefine-select-method-widget): new function, call
1587         it once. Add an "other" entry for unknown but editable backend
1588         name symbols.
1589         * gnus-start.el (gnus-declare-backend): use it.
1590
1591 2000-05-19  Dave Love  <fx@gnu.org>
1592
1593         * gnus-art.el (gnus-article-next-page): Revert last change.
1594
1595 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1596
1597         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1598
1599 2000-05-19  Dave Love  <fx@gnu.org>
1600
1601         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1602         not mm-inline-large-images.
1603
1604 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1605
1606         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1607
1608 2000-05-18  Dave Love  <fx@gnu.org>
1609
1610         * gnus-art.el: Use defalias, not fset.
1611         (gnus-article-x-face-command): Don't test for xbm.
1612         (gnus-article-next-page): Redisplay before testing point in window.
1613
1614 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1615
1616         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1617         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1618
1619 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1620
1621         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1622         gnus-summary-save-in-rmail.
1623         * message.el (message-output): Ditto.
1624
1625 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1628
1629 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1630
1631         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1632         is a charset.
1633         * message.el (message-send-news): Check group name charset.
1634         * gnus-msg.el (gnus-post-news): Decode group name.
1635         (gnus-inews-do-gcc): Encode group name.
1636
1637 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1638
1639         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1640         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1641
1642 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1643
1644         * gnus-group.el (gnus-group-mark-line-p): New function.
1645         (gnus-group-goto-group): New parameter.
1646         (gnus-group-remove-mark): Use it.
1647         * gnus-topic.el (gnus-topic-move-group): Ditto.
1648         (gnus-topic-remove-group): Ditto.
1649
1650 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1651
1652         * gnus-group.el (gnus-group-list-dormant): New function.
1653
1654 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1655
1656         * gnus-agent.el (gnus-agent-synchronize): Use
1657         nnheader-insert-file-contents.
1658         (gnus-agent-save-active-1): Ditto.
1659         (gnus-agent-write-active): Ditto.
1660         (gnus-agent-expire): Ditto.
1661         * gnus-cache.el (gnus-cache-read-active): Ditto.
1662         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1663         * gnus-sum.el (gnus-summary-import-article): Ditto.
1664
1665         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1666         (gnus-agent-save-group-info): Ditto.
1667         (gnus-agent-save-alist): Ditto.
1668         * gnus-util.el (gnus-make-directory): Ditto.
1669
1670         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1671
1672 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1673
1674         * mml.el (mml-generate-mime-preprocess-function): New variable.
1675         (mml-generate-mime-postprocess-function): New variable.
1676         (mml-generate-mime-1): Use them.
1677
1678 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1679
1680         * gnus-group.el (gnus-group-apropos): Group name charset.
1681         * gnus-sum.el (gnus-set-mode-line): Ditto.
1682         * gnus-group.el (gnus-group-decoded-name): New function.
1683         (gnus-group-edit-group): Use it.
1684         * gnus-cus.el (gnus-group-customize): Use it.
1685
1686 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1687
1688         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1689
1690 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1691
1692         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1693         (gnus-group-name-charset-group-alist): Ditto.
1694         (gnus-group-name-charset): New function.
1695         (gnus-group-name-decode): New function.
1696         (gnus-group-insert-group-line): Use them.
1697         (gnus-group-prepare-flat-list-dead): Ditto.
1698         (gnus-group-list-active): Ditto.
1699         (gnus-group-describe-all-groups): Ditto.
1700         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1701         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1702         add gnus-group property.
1703         (gnus-browse-group-name): Read gnus-group property.
1704
1705 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1706
1707         * nnfolder.el (nnfolder-possibly-change-group): Use
1708         file-name-coding-system instead of pathname-coding-system.
1709         * nnmail.el (nnmail-find-file): Ditto.
1710         (nnmail-write-region): Ditto.
1711         * nnmh.el (nnmh-retrieve-headers): Ditto.
1712         (nnmh-request-article): Ditto.
1713         (nnmh-request-group): Ditto.
1714         (nnmh-request-list): Ditto.
1715         (nnmh-possibly-change-directory): Ditto.
1716         (nnmh-active-number): Ditto.
1717         * nnml.el (nnml-possibly-change-directory): Ditto.
1718         (nnml-request-list): Ditto.
1719         (nnml-request-article): Ditto.
1720         (nnml-retrieve-headers): Ditto.
1721
1722 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1723
1724         * nnimap.el (nnimap-request-accept-article): Don't unselect
1725         mailbox if no mailbox is selected.
1726
1727 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1728
1729         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1730         Recognize domain names starting with `www.' as starting an URL.
1731
1732 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1733
1734         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1735         (mail-source-keyword-map): Add "subdirs" for maildir.
1736
1737 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1738
1739         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1740         (nnmail-get-new-mail): Use it.
1741         * gnus-start.el (gnus-get-unread-articles): Ditto.
1742
1743 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1744
1745         * gnus-sum.el (gnus-summary-edit-article): Better support for
1746         nndraft:drafts.
1747         * nndraft.el (nndraft-request-replace-article): New function,
1748         bind nnmail-file-coding-system.
1749
1750 2000-05-14  Dave Love  <fx@gnu.org>
1751
1752         * nnheader.el: Replace uses of `fset' with `defalias'.
1753         (jka-compr-compression-info-list): Only defvar when compiling.
1754
1755 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1756
1757         * webmail.el (webmail-netaddress-article): Refresh redirect.
1758
1759 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1760
1761         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1762
1763 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1764
1765         * webmail.el: Translate &nbsp; to SP.
1766
1767 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1768
1769         * message.el (message-bounce): Doc typo.
1770
1771 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1772
1773         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1774         (gnus-soup-store): Ditto.
1775         (gnus-soup-send-packet): Ditto.
1776         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1777         (nnsoup-dissect-buffer): Ditto.
1778         (nnsoup-narrow-to-article): Ditto.
1779         (nnsoup-make-active): Ditto
1780
1781 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1782
1783         * message.el (message-mode): Two parameters for local-variable-p.
1784
1785 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1786
1787         * message.el (message-strip-list-identifiers): New function.
1788         (message-reply): Use it and use message-strip-subject-re.
1789         (message-followup): Ditto.
1790         * gnus-art.el (article-hide-list-identifiers): Remove more.
1791         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1792
1793 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1794
1795         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1796         mail-parset-charset and use non-numeric argument.
1797
1798 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1799
1800         * mml.el (mml-buffer-list): New variable.
1801         (mml-generate-new-buffer): New function.
1802         (mml-destroy-buffers): Ditto.
1803         (mml-insert-mime): Use them.
1804         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1805         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1806         * message.el (message-mode): Ditto.
1807         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1808         (gnus-uu-save-article): Support show-as-mml.
1809         * message.el (message-forward): Ditto.
1810
1811 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1812
1813         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1814         (nndoc-mime-digest-type-p): Locate article head precisely.
1815         * mml.el (mml-generate-default-type): New variable.
1816         (mml-generate-mime-1): Use it.
1817         (mml-insert-mime-headers): Use it.
1818         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1819         (gnus-uu-digest-mail-forward): Use it and call message-forward
1820         with argument digest.
1821         (gnus-uu-save-article): Support message-forward-as-mime.
1822         * message.el (message-forward): Add parameter digest.
1823         * mm-decode.el (mm-dissect-default-type): New variable.
1824         (mm-dissect-buffer): Use it.
1825
1826 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1827
1828         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1829         newline and paragraph to nil when got a non-ascii character. Test
1830         paragraph before newline.
1831
1832 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1833
1834         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1835         limit to 76.
1836
1837 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * nnslashdot.el (nnslashdot-sid-strip): New function.
1840         (nnslashdot-threaded-retrieve-headers): New format.
1841         (nnslashdot-sane-retrieve-headers): Ditto.
1842         (nnslashdot-request-article): Ditto.
1843         (nnslashdot-threaded-retrieve-headers): Thread properly.
1844         (nnslashdot-request-article): Be more lenient.
1845         (nnslashdot-threaded-retrieve-headers): Regexp search.
1846
1847 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1848
1849         * gnus-sum.el (gnus-with-article): Define it before use it.
1850
1851 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1852
1853         * message.el (message-supersede): Use mime-to-mml.
1854         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1855
1856 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-group.el (gnus-group-list-cached): Don't use
1859         `subst-char-in-string'.
1860
1861 2000-05-08  Dave Love  <fx@gnu.org>
1862
1863         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1864
1865 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1866
1867         * mm-decode.el (mm-interactively-view-part): Append %s if the
1868         method is a single word.
1869         * nnwarchive.el (nnwarchive-type-definition): Typo.
1870
1871 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1872
1873         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1874         function.
1875         (gnus-group-prepare-flat-predicate): Use it.
1876         (gnus-group-list-cached): List dead groups.
1877
1878 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1879
1880         * gnus-art.el (article-decode-charset): Don't decode message with
1881         format.
1882
1883 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1884
1885         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1886         evaluate the Lisp code.
1887
1888 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1889
1890         * gnus-art.el (article-wash-html): New function.
1891         (gnus-article-wash-html): Bind.
1892         (gnus-article-make-menu-bar): Menu item.
1893         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1894         (gnus-summary-make-menu-bar): Menu item.
1895         * gnus.el: Autoload.
1896
1897 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1898
1899         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1900         (gnus-uu-unshar-article): Use it.
1901
1902         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1903         (mailcap-maybe-eval): Use it.
1904
1905         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1906         in docstring.
1907
1908         * mml.el (mml-generate-mime-1): Small comment.
1909
1910 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1911
1912         * gnus-art.el (article-de-base64-unreadable): New function.
1913         (gnus-article-de-base64-unreadable): Bind.
1914         (gnus-article-make-menu-bar): Menu item.
1915         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1916         (gnus-summary-make-menu-bar): Menu item.
1917         * gnus.el: Autoload.
1918
1919 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1920
1921         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1922         (gnus-summary-select-article): Add en/disable multibyte.
1923
1924 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1925
1926         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1927         (gnus-summary-edit-article): New feature: editing raw articles.
1928
1929 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1930
1931         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1932         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1933         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1934         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1935         * mm-decode.el (mm-insert-part): Ditto.
1936
1937 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1938
1939         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1940         (nndoc-forward-type-p): Ditto.
1941
1942 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1943
1944         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1945         value of enable-multibyte-characters.
1946
1947 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1948
1949         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1950
1951 2000-05-03  Dave Love  <fx@gnu.org>
1952
1953         * gnus-ems.el (gnus-article-xface-ring-internal)
1954         (gnus-article-xface-ring-size): New variable.
1955         (gnus-article-display-xface): Use them to cache data.  Don't try
1956         to use XPM.  Set up binary coding for PBM's sake.
1957
1958 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1959
1960         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1961         * gnus-int.el (gnus-request-accept-article): Ditto.
1962         (gnus-request-replace-article): Ditto.
1963         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1964
1965 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1966
1967         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1968
1969 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1970
1971         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1972         field.
1973         * mml.el (mml-to-mime): Use message-default-charset.
1974         (mml-preview): Narrow to headers.
1975         * message.el (message-send-mail): Use message-default-charset.
1976         (message-send-news): Narrow to headers;
1977         use message-default-charset.
1978
1979 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1980
1981         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1982         detect.
1983         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1984         restriction.
1985         (mml-parse-1): Warning message.
1986         (mml-preview): Disable multibyte.
1987
1988 2000-05-03  Dave Love  <fx@gnu.org>
1989
1990         * gnus.el (gnus-group-startup-message): Add newline before image.
1991
1992 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1993
1994         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1995         * message.el (message-send-mail): Use unibyte-buffer.
1996         (message-send-mail): Ditto.
1997
1998 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1999
2000         * gnus.el: Gnus v5.8.6 is released.
2001
2002 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2003
2004         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
2005
2006 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
2007
2008         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
2009
2010 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2011
2012         * message.el (message-send-mail-partially): Use forward-line.
2013
2014 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2015
2016         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
2017
2018 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2019
2020         * mml.el (mml-generate-mime-1): Ignore 0x1b.
2021         (mml-insert-mime): No markup only for text/plain.
2022         (mime-to-mml): Remove MIME headers.
2023
2024 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
2025
2026         * mml.el (mml-preview): Set gnus-newsgroup-charset.
2027         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
2028         as 8-bit.
2029         * lpath.el: Fbind image functions.
2030
2031 2000-04-28  Dave Love  <fx@gnu.org>
2032
2033         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
2034         21.
2035
2036         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
2037         search order.  Use parse-colon-path and remove some redundancy.
2038         Doc fix.
2039         (mailcap-parse-mimetypes): Code consistently with
2040         mailcap-parse-mailcaps.  Doc fix.
2041
2042         * gnus-start.el (gnus-unload): Iterate over `features', not
2043         `load-history'.
2044
2045 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
2046
2047         * mml.el (mml-parse-1): Don't create blank parts.
2048         (mml-read-part): Fix mml tag.
2049         (mml-insert-mime): Convert message/rfc822.
2050         (mml-insert-mml-markup): Add mmlp parameter.
2051
2052 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2053
2054         * message.el (message-send-mail-partially): Remove CTE.
2055
2056 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2057
2058         * lpath.el: Fbind put-image for XEmacs.
2059         * mm-view.el (mm-inline-image): Fset it.
2060
2061 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2062
2063         * nndoc.el (nndoc-type-alist): Change forward regexp.
2064
2065 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2066
2067         * message.el (message-send-mail-partially-limit): Change the
2068         default value.
2069
2070 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
2071
2072         * gnus-util.el (gnus-extract-address-components): Name might be
2073         "".
2074
2075 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
2076
2077         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
2078         (gnus-summary-post-forward): Ditto.
2079         * message.el (message-forward-show-mml): New variable.
2080         (message-forward): Use it.
2081         * mml.el (mml-parse-1): Add tag mml.
2082         (mml-read-part): Ditto.
2083         (mml-generate-mime): Support reentance.
2084         (mml-generate-mime-1): Support mml tag.
2085
2086 2000-04-27  Dave Love  <fx@gnu.org>
2087
2088         * gnus-art.el: Don't bother to require custom, browse-url.
2089         (gnus-article-x-face-command): Include gnus-article-display-xface.
2090
2091         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
2092         Use defalias, not fset.
2093         (gnus-article-display-xface): New function.
2094
2095         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
2096
2097         * mm-decode.el: Small doc fixes.  Require cl when compiling.
2098         (mm-xemacs-p): Deleted.
2099         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
2100         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
2101         use create-image and don't special-case xbm.
2102         (mm-valid-image-format-p): Use display-graphic-p.
2103
2104 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2105
2106         * message.el (message-send-mail-partially-limit): New variable.
2107         (message-send-mail-partially): New function.
2108         (message-send-mail): Use it.
2109         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2110         all blank lines inside of base64.
2111         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
2112         blank lines.
2113
2114 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2115
2116         * mml.el (mml-insert-tag): Match more special characters.
2117
2118 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
2119
2120         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
2121
2122 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2123
2124         * mm-decode.el (mm-inline-media-tests): Add message/partial.
2125         (mm-inlined-types): Ditto.
2126         * mm-partial.el: New file.
2127
2128 2000-04-27  Dave Love  <fx@gnu.org>
2129
2130         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
2131         matter in Emacs 21.
2132
2133 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
2134
2135         * mm-bodies.el (mm-encode-body): Remove reference to
2136         mm-default-charset in comment.
2137
2138 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
2139
2140         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
2141
2142 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2143
2144         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
2145         let.
2146
2147 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
2148
2149         * gnus-draft.el (gnus-draft-setup): Fix comments.
2150
2151 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2152
2153         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
2154         if nnmbox-file-coding-system-for-write is nil.
2155
2156 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2157
2158         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
2159         header if nil.
2160
2161 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2162
2163         * mm-view.el (mm-inline-text): Insert directly if decoded.
2164         * mml.el (autoload): Typo.
2165
2166 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
2167
2168         * mml.el (mml-preview): Set up posting-charset.
2169         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
2170
2171 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2172
2173         * webmail.el: Fix yahoo mail.
2174
2175 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2176
2177         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
2178         word if not necessary.
2179         (rfc2047-encode-region): Put space between encoded words.
2180
2181 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2182
2183         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
2184
2185 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
2186
2187         * gnus-draft.el (gnus-draft-setup): Restore mml only when
2188         required.
2189         (gnus-draft-edit-message): Require restoration.
2190
2191 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2192
2193         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
2194         back.
2195
2196 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2197
2198         * gnus-art.el (gnus-treat-article): Make sure that the summary
2199         buffer is live.
2200
2201 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2202
2203         * mailcap.el (mailcap-parse-mailcaps): Reorder.
2204         (mailcap-parse-mailcap): Backwards parsing.
2205         (mailcap-possible-viewers): Remove nreverse.
2206         (mailcap-mime-info): Ditto.
2207         (mailcap-add-mailcap-entry): Keep alternative viewer.
2208
2209 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
2210
2211         * gnus.el: Gnus v5.8.5 is released.
2212
2213 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
2216
2217         * gnus-util.el (gnus-netrc-machine): Default to nntp.
2218
2219         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
2220
2221 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2222
2223         * mm-view.el (mm-inline-message): Disable prepare-hook.
2224
2225 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * gnus.el: Fix copyright statements.
2228
2229         * gnus-sum.el (gnus-alter-articles-to-read-function): New
2230         variable.
2231         (gnus-articles-to-read): Use it.
2232
2233         * message.el (message-get-reply-headers): Bind free variable.
2234
2235 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2236
2237         * message.el (message-get-reply-headers): Fix to-address.
2238
2239 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2240
2241         * webmail.el: Hotmail fix. Add a debug function.
2242
2243 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * gnus-sum.el (t): M-down and M-up.
2246
2247 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2248
2249         * gnus-sum.el: Doc fix.
2250
2251 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2252
2253         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2254
2255 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2258         string.
2259         (nnweb-request-group): Don't scan twice.
2260         (nnweb-request-scan): Don't nix out the hashtb.
2261
2262         * message.el (message-get-reply-headers): Return a value.
2263
2264 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2265
2266         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2267         urls.
2268
2269 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2272         order messages are inserted.
2273
2274         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2275         message/rfc822 parts.
2276
2277         * gnus-art.el (gnus-article-read-summary-keys): Check for
2278         numerical values.
2279
2280         * message.el (message-get-headers): Made into own function.
2281         (message-reply): Use it.
2282         (message-get-reply-headers): Renamed.
2283         (message-widen-reply): New command.
2284
2285 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2286
2287         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2288
2289 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2290
2291         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2292         non-base64 text at the end if not found.
2293
2294 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2295
2296         * gnus-sum.el (gnus-read-move-group-name):
2297         (gnus-summary-move-article): Use `gnus-group-method' to find out
2298         what method the manually entered group belong to.
2299         `gnus-group-name-to-method' doesn't return any method parameters
2300         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2301         for new groups so they wouldn't work.
2302
2303 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2306         override.
2307
2308 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2309
2310         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2311         probably good to do, or something.  I dunno.  I just write these
2312         ChangeLog entries, and my name is Lars.
2313
2314 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2315
2316         * message.el (message-caesar-region): Use translate-region.
2317
2318 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2319
2320         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2321
2322 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2325         variables, because that makes Emacs flash.
2326
2327         * gnus-group.el (gnus-group-insert-group-line): Don't call
2328         gnus-group-add-icon unconditionally.
2329
2330         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2331
2332         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2333         xmas.
2334         (gnus-group-glyph-directory): Removed.
2335
2336 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2337
2338         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2339         gnus-newsgroup-name is "".
2340
2341 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2342
2343         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2344         in conjunction with MULE-UCS.
2345
2346 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2347
2348         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2349
2350 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * dgnushack.el (last, mapcon, member-if, union): New compiler
2353         macros for emulating cl functions.
2354
2355 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2356
2357         * message.el (message-shorten-references): Only cater to broken
2358         INN for news. This caters for broken smtpd.
2359
2360 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * mailcap.el (mailcap-mime-info): Use the first match; not the
2363         last.
2364
2365         * gnus-agent.el (gnus-category-kill): Save the category list.
2366
2367 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2368
2369         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2370
2371 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2374
2375 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2378
2379 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2380
2381         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2382         (gnus-group-list-cached): Use it.
2383
2384 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * gnus.el: Update all the copyright notices.
2387
2388 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2389
2390         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2391         non-base64 text at the end.
2392
2393 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2396
2397 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * nnheader.el: Don't autoload cancel-function-timers.
2400
2401         * message.el (message-fetch-field): Fold case.
2402
2403 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2404
2405         * message.el (message-forward-before-signature): New variable.
2406
2407 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2408
2409         * gnus-mlspl.el: Fix stuff.
2410
2411 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2414         subjects when unthreaded.
2415
2416 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2417
2418         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2419         well.
2420
2421 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2422
2423         * gnus-art.el (gnus-article-mode): Fix variable name.
2424
2425 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * mm-view.el: Fix autoload.
2428
2429         * flow-fill.el (flow-fill): Fix provide.
2430
2431         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2432         nil.
2433
2434 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2435
2436         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2437
2438 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * gnus-util.el (gnus-netrc-machine): Didn't work.
2441
2442 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2443
2444         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2445
2446 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * flow-fill.el: Renamed from fill-flowed.
2449
2450         * message.el (message-forward-ignored-headers): Default to
2451         removing CTE.
2452
2453 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2454
2455         * message.el (message-mode): Don't fill headers.
2456
2457 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * message.el (message-pipe-buffer-body): Use shell
2460
2461 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2462
2463         * nnvirtual.el (nnvirtual-request-article):
2464         Bind gnus-override-method to nil.
2465         (nnvirtual-request-update-mark): Don't update mark when
2466         article is not there.
2467
2468 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2469
2470         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2471
2472 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * gnus-util.el (gnus-parse-netrc): Allow "port".
2475         (gnus-netrc-machine): Take a port param.
2476         (gnus-netrc-machine):
2477
2478         * gnus-art.el (gnus-request-article-this-buffer): Allow
2479         re-selecting referenced articles.
2480
2481         * message.el (message-cancel-news): Allow editing.
2482         (message-cancel-message): Add newline.
2483
2484 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2485
2486         * mm-view.el (mm-inline-image-emacs): New function.
2487
2488 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * mail-source.el (mail-source-delete-incoming): Change default in
2491         cvs.
2492
2493 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2494
2495         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2496         function.
2497
2498 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * nnml.el (nnml-request-expire-articles): Use it.
2501
2502         * nnmail.el (nnmail-expiry-target): New variable.
2503         (nnmail-expiry-target-group): New function.
2504
2505 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2506
2507         * message.el (message-forward): Add non-MIME separators.
2508
2509 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * message.el (message-generate-headers): Respect the syntax check
2512         spec.
2513
2514         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2515         (gnus-remove-thread): Don't show all threads.
2516
2517 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2518
2519         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2520
2521 2000-04-19  Dave Love  <fx@gnu.org>
2522
2523         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2524
2525 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2526
2527         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2528         (nnwarchive-egroups-*): Ditto.
2529         (nnwarchive-url): Unibyte buffer and single line cookie.
2530
2531 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2532
2533         * mm-util.el (mm-char-or-char-int-p): New alias.
2534         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2535         entities.
2536
2537 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2538
2539         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2540         article case insensitively.
2541
2542 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2543
2544         * mail-source.el (mail-source-fetch-webmail): Use the default
2545         password provided in mail-sources; use webmail:subtype:user as
2546         the key.
2547
2548 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2549
2550         * mail-source.el (mail-source-fetch-webmail): Use
2551         mail-source-password-cache.
2552
2553 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2554
2555         * webmail.el: Add netscape mail and fix HotMail mail.
2556
2557 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2558
2559         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2560
2561 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2562
2563         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2564         RFC822.PEEK if server support IMAP4rev1.
2565         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2566         RFC822.TEXT.PEEK if server support IMAP4rev1.
2567         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2568         RFC822.HEADER if server support IMAP4rev1.
2569         (nnimap-request-article-part): Support bodydetail in response
2570         data.
2571
2572 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2573
2574         * fill-flowed.el: New file.
2575
2576         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2577         text/plain parts with `format' parameters.
2578
2579         * mm-view.el (autoload): Autoload fill-flowed.
2580         (mm-inline-text): For "plain" parts with a format=flowed
2581         parameter, call `fill-flowed'.
2582
2583 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2586         slashdot ids.
2587
2588 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2591         format.
2592
2593 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2594
2595         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2596         `imtest' too.
2597         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2598         (imap-gssapi-program): New variable.
2599         (imap-streams): Add gssapi.
2600         (imap-stream-alist): Ditto.
2601         (imap-authenticators): Ditto.
2602         (imap-authenticator-alist): Ditto.
2603         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2604         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2605         1.6.x `imtest' syntax.
2606         (imap-gssapi-stream-p): New function.
2607         (imap-gssapi-open): Ditto.
2608         (imap-gssapi-auth-p): Ditto.
2609         (imap-gssapi-auth): Ditto.
2610         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2611         (imap-send-command): Use buffer-local `imap-client-eol' value.
2612
2613         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2614         lines and turn TAB into SPC before parsing.
2615
2616 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2617
2618         * nnheader.el (nnheader-group-pathname): Make sure to return a
2619         directory.
2620         * nnmail.el (nnmail-group-pathname): Ditto.
2621
2622 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2623
2624         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2625         might split in the middle of a message-id.
2626
2627 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2630         groups from the server.
2631
2632         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2633         (gnus-summary-toggle-header): Update the wash status.
2634
2635         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2636         Moved here.
2637
2638         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2639         setting.
2640
2641         * nnmail.el (nnmail-get-active): Use it.
2642         (nnmail-parse-active): New function.
2643
2644         * mm-view.el (mm-inline-text): Support the new version of
2645         vcard.el.
2646
2647         * gnus-sum.el (gnus-summary-move-article): Only delete article
2648         when moving junk.
2649         (gnus-deaden-summary): Bury the buffer.
2650
2651         * nnmail.el (nnmail-group-pathname): Ditto.
2652
2653         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2654
2655 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2656
2657         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2658         whether Mule.
2659
2660 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * message.el (message-send-mail): Protect against unloaded Gnus.
2663
2664         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2665         parent.
2666         (gnus-topic-update-topic-line): Yes, do.
2667         (gnus-topic-goto-missing-group): Tally the correct number of
2668         unread articles before inserting the topic line.
2669
2670 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2673
2674 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * mm-decode.el (mm-dissect-buffer): Ditto.
2677
2678         * gnus-art.el (article-decode-charset): Strip CTE.
2679
2680         * ietf-drums.el (ietf-drums-strip): New function.
2681
2682         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2683         when prompting in read-only groups.
2684
2685 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2686
2687         * imap.el (imap-send-command): Change EOL-chars when
2688         `imap-client-eol' differs from default, not only for kerberos4.
2689         (imap-mailbox-status): Get encoded mailbox's status.
2690
2691 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2692
2693         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2694         into `mail-source-password-cache'.
2695
2696 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2697
2698         * mm-util.el (mm-mime-charset): Check for presence of
2699         `coding-system-get' and `get-charset-property' (recent XEmacs has
2700         the former, but not the latter).
2701
2702 2000-01-28  Dave Love  <fx@gnu.org>
2703
2704         * message.el (message-check-news-header-syntax): Fix typo
2705         `newsgroyps'.
2706         (message-talkative-question): Put temp buffer in fundamental-mode.
2707         (message-recover): Use fundamental-mode in the right buffer.
2708
2709         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2710         right buffer.
2711
2712 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2713
2714         * qp.el (quoted-printable-decode-region): Add charset parameter.
2715         (quoted-printable-decode-string): Ditto.
2716
2717         * gnus-art.el (article-de-quoted-unreadable): Use it.
2718
2719 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2720
2721         * nnimap.el (nnimap-split-predicate): New variable.
2722         (nnimap-split-articles): Use it.
2723
2724 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2725
2726         * utf7.el: Change email address.
2727
2728 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * gnus-group.el (gnus-group-catchup): Purge split history.
2731
2732 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2733
2734         * nnmail.el (nnmail-generate-active): Support extended group name.
2735         (nnmail-get-active): Ditto.
2736
2737 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2738
2739         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2740         group names, don't remove anything.
2741
2742 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2743
2744         * webmail.el (webmail-my-deja-open): My-deja changes.
2745
2746 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2747
2748         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2749
2750 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2751
2752         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2753
2754 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2755
2756         * gnus.el (gnus-other-frame): Fix typo.
2757
2758 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2759
2760         * gnus-cus.el (gnus-group-customize): Fix typo.
2761
2762 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * nnweb.el (nnweb-insert): Simplified.
2765
2766 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * gnus-art.el (gnus-article-mode-map): "e" is
2769         gnus-summary-edit-article.
2770
2771 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2772
2773         * mailcap.el (mailcap-mime-extensions): Add .diff.
2774
2775 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2776
2777         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2778         there is no "%s" in the method.
2779
2780 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2781
2782         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2783
2784 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2787
2788         * gnus.el: Really always pop up a new frame.
2789
2790         * parse-time.el (parse-time-rules): Allow 100-110 to be
2791         2000-2010.
2792
2793         * time-date.el (date-to-time): Don't use timezone.
2794
2795 2000-01-06  Dave Love  <fx@gnu.org>
2796
2797         * time-date.el: Add keywords.
2798         (date-to-time): Add autoload cookie.  Canonicalize with
2799         timezone-make-date-arpa-standard.
2800         (time-to-seconds): Avoid caddr.
2801         (safe-date-to-time): Add autoload cookie.
2802
2803         * base64.el: Require cl when compiling.
2804
2805 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2806
2807         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2808         eyecandy.
2809         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2810         group line using gnus-group-add-icon.
2811         (gnus-group-icons): Added customize group.
2812         (gnus-group-icon-list): Added variable.
2813         (gnus-group-glyph-directory): Added variable.
2814         (gnus-group-icon-cache): Added variable.
2815         (gnus-group-running-xemacs): Added variable.
2816         (gnus-group-add-icon): Added function. Add an icon to the current
2817         line according to gnus-group-icon-list.
2818         (gnus-group-icon-create-glyph): Added function.
2819
2820 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * gnus-sum.el (gnus-summary-select-article): Return whether we
2823         selected something new.
2824         (gnus-summary-search-article): Start searching at the window
2825         point.
2826
2827         * gnus-group.el (gnus-fetch-group): Complete over
2828         gnus-active-hashtb.
2829
2830 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2831
2832         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2833
2834 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * gnus-sum.el (gnus-preserve-marks): New variable.
2837         (gnus-summary-move-article): Use it.
2838         (gnus-group-charset-alist): Added more entries.
2839
2840 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2843
2844         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2845         as the default score.
2846
2847         * gnus-score.el (gnus-score-delta-default): Changed name.
2848
2849 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2850
2851         * imap.el (imap-parse-literal):
2852         (imap-parse-flag-list): Don't care about props.
2853         (imap-parse-string): Handle quoted characters.
2854
2855 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2858         (gnus-summary-mark-article): Doc fix.
2859         (gnus-summary-mark-forward): Doc fix.
2860         (t): Changed keystroke for gnus-summary-customize-parameters.
2861
2862         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2863         "e".
2864         (gnus-article-mode-map): No, don't.
2865
2866         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2867         of the final article.
2868
2869         * mm-decode.el (mm-interactively-view-part): Error on no method.
2870
2871 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2872
2873         * gnus-score.el (gnus-score-insert-help): Something.
2874
2875         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2876
2877         * gnus-win.el (gnus-configure-frame): Ditto.
2878
2879         * gnus-mh.el (gnus-summary-save-in-folder): Use
2880         with-current-buffer.
2881
2882 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * nnwarchive.el: Changed file perms.
2885
2886 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * gnus-group.el (gnus-group-delete-groups): New command.
2889         (gnus-group-delete-group): Extra no-prompt parameters.
2890
2891 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2894         <p>.
2895
2896 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2897
2898         * webmail.el (webmail-hotmail-article): Don't insert message id.
2899
2900 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2901
2902         * nnimap.el (nnimap-split-fancy): New variable.
2903         (nnimap-split-fancy): New function.
2904
2905 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2906
2907         (nnimap-split-rule): Document symbol value.
2908
2909 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2910
2911         * nnimap.el (nnimap-retrieve-headers-progress): Let
2912         `nnheader-parse-head' parse article.
2913         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2914         request headers needed by `nnheader-parse-head'.
2915
2916 1999-12-23  Florian Weimer  <fw@s.netic.de>
2917
2918         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2919         value (crosspostings are handled), improve documentation.
2920
2921         * smiley.el: Declare file coding system as iso-8859-1.
2922
2923         * nnultimate.el: Dito.
2924
2925         * message.el: Dito.
2926
2927         * gnus-cite.el: Dito.
2928
2929         * gnus-spec.el: Dito.
2930
2931 1999-12-21  Florian Weimer  <fw@s.netic.de>
2932
2933         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2934         (gnus-setup-message): No longer make `message-posting-charset'
2935         buffer-local.
2936         (gnus-setup-posting-charset): Reflect the new layout of
2937         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2938
2939         * message.el (message-send-mail): Bind `message-this-is-mail' and
2940         `message-posting-charset'.
2941         (message-send-news): Dito, and honour new layout of
2942         `message-posting-charset'.
2943         (message-encode-message-body): Ignore `message-posting-charset'.
2944
2945         * mm-bodies.el (mm-body-encoding): Consider
2946         `message-posting-charset' when deciding whether to use 8bit.
2947
2948         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2949         (rfc2047-encodable-p): Now solely for headers; use
2950         `message-posting-charset'.
2951
2952 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2953
2954         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2955
2956 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2957
2958         * nnagent.el (nnagent-server-opened): Optional.
2959         (nnagent-status-message): Optional.
2960
2961 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2962
2963         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2964         end (referenced by instructions in
2965         `gnus-cited-opened-text-button-line-format-alist').
2966
2967 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2968
2969         * imap.el (imap-starttls-open): Typo.
2970
2971 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2972
2973         * mm-util.el (mm-charset-after): Non-MULE case.
2974         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2975         * rfc2047.el (rfc2047-dissect-region): Bind it.
2976
2977 1999-12-18  Florian Weimer  <fw@s.netic.de>
2978
2979         * mml.el (mml-generate-multipart-alist): Correct default value.
2980
2981         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2982         (mm-safer-encoding): New function.
2983         (mm-content-transfer-encoding): Use both.
2984
2985         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2986         * qp.el (quoted-printable-encode-region): Dito.
2987
2988 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2989
2990         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2991
2992 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2993
2994         * webmail.el (webmail-hotmail-list): raw=0.
2995
2996 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2997
2998         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2999         group name.
3000
3001 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3002
3003         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
3004
3005 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
3006
3007         * imap.el: Don't autoload digest-md5.
3008         (imap-starttls-open): Bind coding-system-for-{read,write}.
3009         (imap-starttls-p): Check if we can find starttls.el.
3010         (imap-digest-md5-p): Check if we can find digest-md5.el.
3011
3012 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
3013
3014         * base64.el (base64-encode-string): Accept 2nd argument
3015         `no-line-break'.
3016
3017         * imap.el: Require `digest-md5' when compiling; add autoload
3018         settings for `digest-md5-parse-digest-challenge',
3019         `digest-md5-digest-response', `starttls-open-stream' and
3020         `starttls-negotiate'.
3021         (imap-authenticators): Add `digest-md5'.
3022         (imap-authenticator-alist): Setup for `digest-md5'.
3023         (imap-digest-md5-p): New function.
3024         (imap-digest-md5-auth): New function.
3025         (imap-stream-alist): Add STARTTLS entry.
3026         (imap-starttls-p): New function.
3027         (imap-starttls-open): New function.
3028
3029 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3030
3031         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
3032
3033 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3034
3035         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
3036         string-to-x function.
3037
3038 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
3039
3040         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
3041
3042 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3043
3044         * webmail.el: Enhance hotmail-snarf.
3045
3046 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3047
3048         * rfc2047.el (rfc2047-dissect-region): Rewrite.
3049
3050 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3051
3052         * webmail.el (webmail-hotmail-list): Search no-error.
3053
3054 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3055
3056         * nnwarchive.el: Support nov-is-evil.
3057         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
3058         Set it if non-nil.
3059         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
3060
3061 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
3062
3063         * nnagent.el (nnagent-server-opened): Redefine.
3064         (nnagent-status-message): Ditto.
3065
3066 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
3067
3068         * rfc1843.el (rfc1843-decode-region): Use
3069         buffer-substring-no-properties.
3070         * gnus-art.el (article-decode-HZ): New function.
3071
3072 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3073
3074         * nnheader.el (nnheader-translate-file-chars): Only in full path.
3075
3076 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
3077
3078         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
3079         MIME charset not a MULE charset.
3080
3081 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3082
3083         * gnus-ems.el: Translate more ugly characters.
3084         * nnheader.el (nnheader-translate-file-chars): Don't translate
3085         the second ':'.
3086
3087 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3088
3089         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
3090         method if cannot find the article.
3091
3092 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3093
3094         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
3095         method if overrided.
3096
3097 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3098
3099         * mail-source.el (mail-source-fetch-webmail): Parameter
3100         dontexpunge.
3101
3102 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
3103
3104         * webmail.el: Support my-deja. Better error report.
3105
3106 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
3107
3108         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
3109         is bad.
3110         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
3111         is not 1.
3112
3113 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3114
3115         * nnslashdot.el (nnslashdot-request-article): A space.
3116
3117 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
3118
3119         * nnagent.el: Support different backend with same name.
3120
3121 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3122
3123         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
3124         archived group.
3125         (nnslashdot-sane-retrieve-headers): Ditto.
3126         (nnslashdot-request-article): Ditto.
3127
3128 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
3129
3130         * nnweb.el (nnweb-insert): Narrow to point.
3131
3132 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3133
3134         * nnweb.el (nnweb-insert): Follow refresh url.
3135         * nnslashdot.el: Use it.
3136
3137 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3138
3139         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
3140         (nnweb-decode-entities-string): New function.
3141
3142         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
3143         nnweb-* and move to nnweb.el.
3144         * nnwarchive.el: Use nnweb-decode-entities, etc.
3145         * webmail.el: Ditto.
3146
3147         * nnslashdot.el: Use nnweb-decode-entities-string.
3148         (nnslashdot-decode-entities): Remove.
3149
3150 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
3151
3152         * nnslashdot.el: Decode entities.
3153
3154 1999-12-12  Dave Love  <fx@gnu.org>
3155
3156         * gnus-agent.el (gnus-category-edit-groups)
3157         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
3158         expansion of setf, fixed.
3159
3160 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
3161
3162         * gnus-agent.el: Revoke last Dave Love's patch, because of
3163         incompatibility of XEmacs.
3164
3165 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
3166
3167         * mm-uu.el: Change headers.
3168         * rfc1843.el: Ditto.
3169         * uudecode.el: Ditto.
3170
3171 1999-12-07  Dave Love  <fx@gnu.org>
3172
3173         * gnus-agent.el (gnus-category-edit-predicate)
3174         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
3175         inside backquote to avoid it at runtime.
3176
3177 1999-12-07  Dave Love  <fx@gnu.org>
3178
3179         * binhex.el: Require cl when compiling.
3180
3181 1999-12-04  Dave Love  <fx@gnu.org>
3182
3183         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
3184
3185 1999-12-04  Dave Love  <fx@gnu.org>
3186
3187         * mm-util.el (mm-delete-duplicates): New function.
3188         (mm-write-region): Use it.
3189
3190         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
3191
3192         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
3193         mm-delete-duplicates.
3194
3195         * imap.el (imap-open, imap-debug): Avoid mapc.
3196
3197         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
3198
3199         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
3200         (gnus-multi-decode-encoded-word-string): Avoid mapc.
3201
3202         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
3203         runtime.
3204
3205         * gnus.el (gnus-select-method): Likewise.
3206
3207         * nnheader.el (nnheader-nov-read-integer): Likewise.
3208
3209         * mm-view.el (mm-inline-message): Require cl when compiling.
3210         Avoid ignore-errors at runtime.
3211         (mm-inline-text): Avoid mapc.
3212
3213 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
3214
3215         * gnus-art.el (article-decode-charset): Widen is bad.
3216
3217 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3218
3219         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
3220
3221 1999-12-12  Florian Weimer  <fw@s.netic.de>
3222
3223         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
3224         indicate that only US-ASCII is permitted.
3225         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
3226         use unencoded 8-bit characters in message headers.
3227
3228 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3229
3230         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
3231         CRLF.
3232
3233 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3234
3235         * webmail.el: Require url-cookie.
3236
3237 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3238
3239         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3240         new function to make modified caesar table.
3241         (nnwarchive-from-r13): Use it.
3242         (nnwarchive-mail-archive-article): Improved.
3243
3244 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3245
3246         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3247
3248 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3249
3250         * nnweb.el (nnweb-request-article): Return cons.
3251
3252 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3253
3254         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3255
3256 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3257
3258         * mm-util.el (mm-with-unibyte): New macro.
3259         * nnweb.el (nnweb-init): Use it.
3260
3261 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3262
3263         * mm-util.el (mm-charset-after): New function.
3264         (mm-find-mime-charset-region): Set charsets after
3265         delete-duplicates and use find-coding-systems-region.
3266         (mm-find-charset-region): Remove composition.
3267
3268         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3269
3270         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3271
3272 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3273
3274         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3275         * mml.el (mml-confirmation-set): New variable.
3276         (mml-parse-1): Ask user to confirm.
3277
3278 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3279
3280         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3281         are scanned when we have directory mail-sources (the mail source
3282         is modified in that case, so we must scan it for all
3283         groups/methods).
3284
3285 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3286
3287         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3288         and nnml-article-file-alist.
3289
3290 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3291
3292         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3293         nnmail-fetched-sources.
3294
3295 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3296
3297         * mm-util.el (mm-find-charset-region): Use the last charset.
3298
3299 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3300
3301         * gnus.el (gnus-select-method): Made the option list prettier.
3302
3303 1999-12-08  Florian Weimer  <fw@s.netic.de>
3304
3305         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3306         for the `de' newsgroups hierarchy, as it is common practice there.
3307
3308
3309 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3310
3311         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3312         buffer-string arguments. Fix references.
3313
3314 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3315
3316         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3317         (gnus-agent-batch-fetch): Use it.
3318         (gnus-agent-fetch-session): Use it.
3319
3320 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3321
3322         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3323
3324 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3325
3326         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3327         nil.
3328
3329 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3330
3331         * nnslashdot.el (nnslashdot-request-list): There were two
3332         top-level body-forms.  Put a `progn' around them.
3333
3334         * gnus.el (gnus-select-method): Use `condition-case'
3335         instead of `ignore-errors', since cl may not be loaded when the
3336         form is evaluated.
3337
3338 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3339
3340         * nnwarchive.el: Support www.mail-archive.com.
3341
3342 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3343
3344         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3345         do anything.
3346
3347 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3348
3349         * utf7.el: New file, written by Jon K Hellan.
3350
3351         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3352         default to t.
3353
3354 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3357
3358         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3359         current.
3360         (gnus-refer-article-methods): New function.
3361         (gnus-summary-refer-article): Use it.
3362
3363 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3364
3365         * nnimap.el (nnimap-retrieve-groups): Return active format.
3366
3367         * nnimap.el (nnimap-replace-in-string): Removed.
3368         (nnimap-request-list):
3369         (nnimap-retrieve-groups):
3370         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3371
3372 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3373
3374         * imap.el: Use format-spec for ssl program.
3375         * imap.el (imap-ssl-arguments): Removed.
3376         (imap-ssl-open-{1,2}): Removed.
3377
3378 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3379
3380         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3381         instead of `ignore-errors', since cl may not be loaded when the
3382         form is evaluated.
3383
3384 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3385
3386         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3387         (mm-7bit-chars): New variable.
3388         (mm-body-7-or-8): Use it in both cases.
3389
3390 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3391
3392         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3393           defcustom definitions.
3394
3395 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3396
3397         * mm-decode.el (mm-display-part): Let mm-display-external return
3398         inline or external.
3399         (mm-display-external): For copiousoutput methods, insert output in
3400         buffer.
3401
3402 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3403
3404         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3405         buffer.
3406
3407 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * gnus-audio.el: An M too far.
3410
3411         * gnus-msg.el (gnus-setup-message): One backtick too many.
3412
3413         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3414         a function, not a variable.
3415
3416 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3417
3418         * gnus-score.el (gnus-score-body): Widen before requesting.
3419
3420 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3423
3424 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3425
3426         * mail-source.el (mail-source-fetch-webmail): Bind
3427         mail-source-string.
3428
3429 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3430
3431         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3432         (gnus-uu-unmark-by-regexp): Ditto.
3433
3434         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3435         dead groups.
3436
3437 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3440         do their real thing.
3441
3442         * nnmh.el (nnmh-be-safe): Doc fix.
3443
3444         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3445
3446         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3447         status line has arrived before we count it.
3448
3449         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3450
3451         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3452         Whitespace problems.
3453
3454         * gnus-win.el (gnus-configure-windows): Error fix.
3455
3456         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3457         right function.
3458
3459         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3460         Indent all functions.  Fix all comments to match the comment
3461         conventions.  Double-space after full stop.
3462
3463 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3464
3465         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3466         value to divide received mails into my favorite groups and I met
3467         an error.  It takes place if the length of a element "VALUE" in
3468         nnmail-split-fancy is less than two.
3469
3470 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3471
3472         * mml.el (mml-insert-part): New function.
3473
3474 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * lpath.el: Add `sc-cite-regexp'.
3477
3478 1999-12-02  Dave Love  <fx@gnu.org>
3479
3480         * mm-decode.el: Customize.
3481
3482 1999-12-03  Dave Love  <fx@gnu.org>
3483
3484         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3485         the W3 stuff isn't available.
3486
3487 1999-12-03  Dave Love  <fx@gnu.org>
3488
3489         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3490         at runtime.
3491
3492 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3493
3494         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3495
3496 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3497
3498         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3499         don't be fooled by "From nobody" lines added by respooling.
3500
3501         * pop3.el (pop3-movemail): Write crashbox in binary.
3502         (pop3-get-message-count): New function.
3503
3504         * mail-source.el (mail-source-primary-source): New variable.
3505         (mail-source-report-new-mail-interval): New variable.
3506         (mail-source-idle-time-delay): New variable.
3507         (mail-source-new-mail-available): New internal variable.
3508         (mail-source-fetch-pop): Clear new mail flag, when mail from
3509         primary source has been fetched.
3510         (mail-source-check-pop): New function.
3511         (mail-source-new-mail-p): New function.
3512         (mail-source-start-idle-timer): New function.
3513         (mail-source-report-new-mail): New function.
3514         (mail-source-report-new-mail): New internal variable.
3515         (mail-source-report-new-mail-timer): New internal variable.
3516         (mail-source-report-new-mail-idle-timer): New internal variables.
3517
3518 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3519
3520         * gnus-cus.el (gnus-group-customize): Customize fix.
3521
3522 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3523
3524         * message.el (message-send-mail-with-sendmail): Use
3525         message-make-address.
3526
3527 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3528
3529         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3530
3531 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3532
3533         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3534
3535 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3536
3537         * mml.el (mml-insert-tag): Don't close the tag.
3538         (mml-insert-empty-tag): New function.
3539         (mml-attach-file): Use mml-insert-empty-tag instead of
3540         mml-insert-tag.
3541         (mml-attach-buffer): Ditto.
3542         (mml-attach-external): Ditto.
3543         (mml-insert-multipart): Ditto.
3544
3545 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3546
3547         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3548         the article number.
3549
3550 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3551
3552         * gnus.el (gnus-find-method-for-group): The method of a new group
3553         is not the native one.
3554
3555 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3558
3559 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * nnultimate.el (nnultimate-retrieve-headers): Use
3562         mm-with-unibyte-current-buffer.
3563         (nnultimate-request-article): Ditto.
3564
3565 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3566
3567         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3568
3569 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3570
3571         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3572         * nnweb.el (nnweb-retrieve-headers): Use it.
3573         (nnweb-request-article): Use it.
3574
3575         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3576         case matching failed.
3577
3578 1999-12-02  John Wiegley <jwiegley@inprise.com>
3579
3580         * mail-source.el (mail-source-keyword-map): Add backslash to
3581         Delete-flag.
3582
3583 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3586         Latin-1.
3587         (gnus-group-charset-alist): No, don't.
3588
3589         * nnweb.el (nnweb-init): Make the buffer unibyte.
3590
3591 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3592
3593         * mail-source.el (mail-source-set-common-1): Fix to get the
3594         default value.
3595
3596 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3599
3600         * nnultimate.el (nnultimate-request-list): Use unibyte.
3601
3602         * gnus-uu.el (gnus-uu-grab-articles): Bind
3603         gnus-display-mime-function to nil.
3604
3605         * message.el (message-send-mail-with-sendmail): Use the
3606         user-mail-address variable.
3607
3608         * gnus-art.el (gnus-ignored-headers): More headers.
3609
3610         * message.el (message-shorten-1): Use list.
3611
3612 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3615         signatures.
3616
3617         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3618         (nnweb-dejanews-create-mapping): Do the properish date.
3619
3620 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3621
3622         * mail-source.el (mail-source-common-keyword-map): New variable.
3623         (mail-source-bind-common): New macro.
3624         (mail-source-fetch): Support plugged mail source.
3625         * gnus-int.el (gnus-request-scan): Use them.
3626
3627 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * mm-view.el (mm-inline-message): Check whether charset is a
3630         string.
3631
3632         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3633
3634         * message.el (message-mode-map): Changed keystroke for
3635         message-yank-buffer.
3636
3637 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3638
3639         * message.el (message-shorten-references): Cut references to 31
3640         elements, then either fold them or shorten them to 988 characters.
3641         (message-shorten-1): New function.
3642         (message-cater-to-broken-inn): New variable.
3643
3644 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3645
3646         * nnslashdot.el (nnslashdot-lose): New function.
3647
3648 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * mm-view.el (mm-inline-message): Not the right type of charset is
3651         being fetched here.  Let the group charset rule.
3652         (mm-inline-message): Ignore us-ascii.
3653
3654 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3655
3656         * mail-source.el (mail-source-fetch-maildir): work around the
3657         ommitted "file-regular-p" in efs/ange-ftp
3658
3659 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3660
3661         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3662         (mml-generate-mime-1): Use the encoding param.
3663
3664         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3665
3666         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3667         gnus-art before binding its variables.
3668
3669         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3670         after the MIME.
3671
3672 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3673
3674         * message.el (message-clone-locals): Use it.
3675
3676         * gnus-msg.el (gnus-configure-posting-styles): Make
3677         user-mail-address local.
3678
3679 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3680
3681         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3682         once.
3683
3684 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3687         (message-clone-locals): Ditto.
3688
3689         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3690         group inherit reply-to or from.
3691
3692 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3693
3694         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3695         for charset.
3696         (gnus-summary-show-article-charset-alist): New variable.
3697
3698         * mm-bodies.el (mm-decode-string): Support gnus-all and
3699         gnus-unknown.
3700         (mm-decode-body): Ditto.
3701         * rfc2047.el (rfc2047-decode): Ditto.
3702
3703 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * mail-source.el (mail-source-delete-incoming): Change default to
3706         t.
3707
3708 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3709
3710         * gnus.el: Pterodactyl Gnus v0.99 is released.
3711
3712 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3715
3716         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3717         spec.
3718
3719         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3720         (gnus-configure-posting-styles): No, don't.
3721         (gnus-configure-posting-styles): Allow overriding files.
3722
3723         * gnus-art.el (gnus-header-button-alist): Use browse-url
3724         directly.
3725
3726         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3727
3728         * gnus-msg.el (gnus-summary-yank-message): New command and
3729         keystroke.
3730
3731         * message.el (message-yank-buffer): New command.
3732         (message-buffers): New function.
3733
3734         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3735         next group in a more normal fasion.
3736
3737         * mml.el (mml-boundary-function): New variable.
3738         (mml-compute-boundary): Use it.
3739
3740         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3741         that exist for them.
3742
3743         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3744         (gnus-async-timer): New variable.
3745
3746 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * nnultimate.el (nnultimate-request-list): Be more lenient with
3749         root addresses.
3750
3751 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * gnus-art.el (gnus-treatment-function-alist): Do
3754         gnus-treat-capitalize-sentences.
3755
3756 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3757
3758         * webmail.el (webmail-hotmail-article): Hotmail changes the
3759         format.
3760
3761 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3762
3763         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3764         switch to buffer after calling program.
3765         (mm-display-external): Use `shell-command-switch' instead of "-c".
3766
3767 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3770         read groups file.
3771
3772         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3773         <p>.
3774
3775 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * message.el (message-mode): Doc fix.
3778
3779 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3780
3781         * gnus-art.el (article-emphasize): Check group variable.
3782         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3783
3784 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3785
3786         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3787         type.
3788
3789 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3790
3791         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3792
3793 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3794
3795         * mml.el (mml-quote-region): Insert ! after the hash.
3796
3797 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3798
3799         * gnus-group.el (gnus-group-warchive-address-history): Change to
3800         nil.
3801
3802 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3803
3804         * webmail.el: Support mail.yahoo.com.
3805
3806         * mail-source.el (mail-source-fetch-webmail): Add password check.
3807         (mail-source-keyword-map): Use `subtype'.
3808
3809 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3810
3811         * mail-source.el (mail-source-keyword-map): Add webmail.
3812         (mail-source-fetcher-alist): Ditto.
3813         (mail-source-fetch-webmail): New function.
3814         * webmail.el: New file.
3815
3816 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3817
3818         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3819
3820 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3821
3822         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3823
3824 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3827         (nnultimate-prune-days): New function.
3828         (nnultimate-create-mapping): Use it.
3829         (nnultimate-request-group): Only fetch the groups list if it has
3830         not been done before.
3831         (nnultimate-retrieve-headers): Don't write groups.
3832         (nnultimate-create-mapping): Off-by-one error.
3833
3834 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3837         threaded subjects.
3838
3839 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3840
3841         * nnwarchive.el: Lots of changes make agent happy.
3842
3843 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3844
3845         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3846         hashtb.
3847
3848 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3849
3850         * mm-decode.el (mm-display-external): Write region with binary
3851         mode.
3852
3853 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3854
3855         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3856
3857 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3858
3859         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3860         (mm-uu-test): Now it is in restricted region.
3861
3862         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3863
3864         * mm-view.el (mm-view-message): Fix buffer leak.
3865         (mm-inline-message): Support 'gnus-decoded.
3866
3867         * mm-bodies.el (mm-decode-body): Ditto.
3868
3869         * rfc2047.el (rfc2047-decode-region): Ditto.
3870
3871 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3872
3873         * imap.el (require): Added autoload for base64-encode-string.
3874
3875 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3876
3877         * gnus.el (gnus-refer-article-method): Made list value
3878         customizable.
3879
3880 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3881
3882         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3883         NOFORCE in Emacs case.
3884
3885 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3886
3887         * gnus-art.el (gnus-request-article-this-buffer): Set
3888         gnus-newsgroup-name.
3889
3890 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3891
3892         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3893         NOFORCE.
3894
3895 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3896
3897         * gnus-start.el (gnus-get-unread-articles): Check server before
3898         scanning.
3899
3900 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3903
3904         * nnslashdot.el (nnslashdot-login-name): New variable.
3905         (nnslashdot-password): Ditto.
3906         (nnslashdot-request-post): New function.
3907
3908         * gnus-art.el (gnus-treat-buttonize): More testing.
3909
3910         * mm-encode.el: Another CVS test.
3911
3912         * gnus-art.el (gnus-treat-emphasize): Change default.
3913         (gnus-treat-buttonize): Ditto.
3914         (gnus-treat-buttonize): This is a test.
3915
3916         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3917         (gnus-build-sparse-threads): Ditto.
3918         (gnus-build-all-threads): Ditto.
3919
3920         * nnheader.el (make-full-mail-header): Make into a subst.
3921
3922         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3923         unless w3 is supplied.
3924
3925         * gnus.el (gnus-refer-article-method): Doc fix.
3926
3927         * gnus-sum.el: Do not accept a prefix.
3928         (gnus-summary-refer-article): Accept a list of select methods.
3929
3930 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3931
3932         * Makefile.in: Change `^  *' to `\t'.
3933
3934 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3935
3936         * message.el (message-forward): Pay attention to prefix argument
3937         again and forward all headers when it is set, regardless of the
3938         value of message-forward-ignored-headers.
3939
3940 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3941
3942         * dgnushack.el (dgnushack-compile): Vpath file.
3943
3944         * Makefile.in (SHELL): VPATH support.
3945
3946 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus-ems.el: Check for cygwin32.
3949
3950 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3951
3952         * mm-decode.el (mm-display-external): Use 'non-viewer.
3953
3954 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3955
3956         * base64.el (base64-encode-string): An alias for base64-encode for
3957         compatibility.
3958
3959 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3960
3961         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3962         nntp-inhibit-erase.
3963
3964 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3965
3966         * gnus-start.el (gnus-get-unread-articles): Use
3967         nnfoo-retrieve-groups to find new news, if available.
3968         (gnus-read-active-file-2): New function.
3969         (gnus-get-unread-articles): Use it.
3970         (gnus-read-active-file-1): Ditto.
3971
3972 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * mm-util.el (mm-find-mime-charset-region): Make sure
3975         find-coding-systems-for-charsets is fbound.
3976
3977         * gnus-ems.el: Typo fix.
3978
3979 1999-11-13  Florian Weimer  <fw@s.netic.de>
3980
3981         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3982         it's available and makes sense.
3983
3984 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3985
3986         * gnus-score.el (gnus-score-save): Translate score file.
3987
3988 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3989
3990         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3991         added fetchflag and dontexpunge keywords.
3992         (mail-source-fetch-imap): Use them.
3993
3994 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3995
3996         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3997         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3998         `defconst'.
3999
4000         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
4001         `defconst'.
4002         Mention that it is both for group and topic parameters.
4003         (gnus-extra-topic-parameters): New constant, including `subscribe'
4004         parameter.
4005         (gnus-extra-group-parameters): New constant.
4006         (gnus-group-customize): Use them.
4007
4008         * gnus.el (gnus-select-method): Added default value and tag.
4009         (gnus-refer-article-method): Added `DejaNews' customization option.
4010
4011 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * gnus-int.el (gnus-server-opened): Ignore denied servers.
4014
4015         * gnus-ems.el (gnus-mule-max-width-function): New backquote
4016         syntax.
4017
4018         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
4019
4020         * nnslashdot.el (nnslashdot-group-number): Changed default.
4021
4022         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
4023         (nnweb-dejanews-wash-article): Removed.
4024         (nnweb-type-definition): Fetch by id.
4025
4026         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
4027         we mean it.
4028
4029         * nnslashdot.el (nnslashdot-group-number): Doc fix.
4030         (nnslashdot-request-list): Use Ultramode as well.
4031         (nnslashdot-date-to-date): Be more lenient.
4032         (nnslashdot-threaded): New function.
4033
4034 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4035
4036         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
4037
4038 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
4039
4040         * nnweb.el (nnweb-type-definition): /=dnc
4041
4042 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * nnultimate.el (nnultimate-retrieve-headers): Work with american
4045         dates.
4046         (nnultimate-retrieve-headers): Wrong ordering.
4047
4048 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
4049
4050         * message.el (message-forward-as-mime): New variable.
4051
4052 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
4055
4056 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
4057
4058         * mail-source.el (mail-source-movemail-and-remove): New function.
4059         (mail-source-keyword-map): Add `function' for `maildir'.
4060         (mail-source-fetch-maildir): Use it.
4061
4062 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4063
4064         * nnwarchive.el: New file.
4065         * gnus-group.el (gnus-group-make-warchive-group): New function.
4066         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
4067
4068 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069
4070         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
4071         subjects.
4072
4073 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
4074
4075         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
4076
4077 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * nnultimate.el (nnultimate-open-server): Do address.
4080         (nnultimate-forum-table-p): New function.
4081
4082         * nnweb.el (nnweb-insert-html): Renamed.
4083         (nnweb-insert): New function.
4084
4085         * nnultimate.el (nnultimate-insert-html): New function.
4086
4087         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
4088         if nov is evil.
4089         (nnslashdot-retrieve-headers): use the sane version instead.
4090
4091 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * nnslashdot.el (nnslashdot-request-article): Fold case.
4094
4095         * nnultimate.el: New file.
4096
4097         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
4098         unless wanted.
4099
4100         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
4101         (gnus-read-active-file-1): Separated into own function.
4102         (gnus-read-active-file): Catch quits.
4103
4104         * nnslashdot.el (nnslashdot-request-article): Search better on
4105         first article.
4106         (nnslashdot-request-list): Fold case.
4107         (nnslashdot-retrieve-headers): Ditto.
4108
4109 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110
4111         * gnus.el: Autoload gnus-subscribe-topics.
4112
4113 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
4114
4115         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
4116         before dot.
4117         * gnus-util.el (gnus-write-active-file): Ditto.
4118
4119 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4120
4121         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
4122         function.
4123         * gnus-cache.el (gnus-cache-file-name): Use it.
4124         * gnus-agent.el (gnus-agent-group-path): Use it.
4125         * nnmail.el (nnmail-group-pathname): Use it.
4126
4127 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
4128
4129         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
4130         if cooked.
4131         * gnus-util.el (gnus-write-active-file): Write cooked active file.
4132         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
4133         * gnus.el (gnus-short-group-name): "..." proof.
4134
4135 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4136
4137         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
4138         support nnslashdot.
4139
4140 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
4143         many articles.
4144         (nnslashdot-generate-active): New function.
4145         (nnslashdot-request-newgroups): Use it.
4146
4147         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
4148         names.
4149
4150         * nnslashdot.el (nnslashdot-request-newgroups): New function.
4151         (nnslashdot-request-list): Not moderated.
4152
4153 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
4154
4155         * nnimap.el (nnimap-open-server): Remove error signal if
4156         nnimap-server-buffer is nil (the check should've been `boundp').
4157
4158         * imap.el (imap-log):
4159         * nnimap.el (nnimap-debug): Disable debugging by default.
4160
4161 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
4164
4165         * gnus-topic.el (gnus-subscribe-topic): New function.
4166
4167         * nnslashdot.el (nnslashdot-request-list): Give out extended group
4168         names.
4169
4170         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
4171         if starting with a quote.
4172
4173 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4174
4175         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
4176         group name.
4177
4178 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * nnslashdot.el: New file.
4181
4182         * nnheader.el (nnheader-insert-header): New function.
4183
4184         * gnus-art.el (gnus-mime-internalize-part): Bind
4185         mm-inlined-types.
4186
4187         * nndraft.el (nndraft-request-expire-articles): Do all the backup
4188         files.
4189
4190 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4191
4192         * emacs-mime.texi (Customization): Document mm-inline-override-types
4193
4194 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4195
4196         * emacs-mime.texi (Customization): Document mm-inline-override-types
4197
4198 1999-10-29  David S. Goldberg  <dsg@mitre.org>
4199
4200         * emacs-mime.texi (Customization): Document mm-inline-override-types
4201
4202 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
4203
4204         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
4205         (smiley-toggle-buffer): New function.
4206         (smiley-buffer): Don't quote the function.
4207         (smiley-toggle-extents): Ditto.
4208
4209 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210
4211         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
4212         empty buffers.
4213
4214 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215
4216         * gnus-art.el (gnus-article-mode-map): Use the summary article
4217         edit.
4218
4219 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
4220
4221         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
4222
4223 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
4226
4227 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
4228
4229         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
4230         is list or not before condition.
4231
4232 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4233
4234         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
4235
4236 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
4237
4238         * gnus-art.el (gnus-emphasis-alist): New value.
4239
4240 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4241
4242         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4243         `buffer-substring'.
4244
4245 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * gnus-art.el (article-date-ut): Keep the updated timer.
4248         (gnus-emphasis-underline-italic): Doc fix.
4249
4250         * gnus-msg.el (gnus-post-method): Doc fix.
4251         (gnus-post-method): Change default.
4252
4253 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4254
4255         * message.el (message-newline-and-reformat): Improvements.
4256
4257 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * message.el (message-newline-and-reformat): Don't insert too many
4260         newlines.
4261         (message-newline-and-reformat): Work even if not sc.
4262
4263         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4264
4265         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4266
4267 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4268
4269         * mm-view.el (mm-display-patch-inline): New function.
4270
4271 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4272
4273         * mm-view.el (mm-display-patch-inline): New function.
4274
4275 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4278         group.
4279
4280         * message.el (message-forward): Narrow to the right header.
4281
4282         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4283         dates.
4284
4285         * gnus-msg.el (gnus-configure-posting-styles): Use the
4286         user-full-name function.
4287
4288         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4289         (mm-body-charset-encoding-alist): Default to nil.
4290
4291         * message.el (message-elide-ellipsis): Fix typo.
4292         (message-elide-region): Ditto.
4293         (message-elide-region): Don't insert a newline first.
4294
4295 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4298         gnus-fetch-old-headers.
4299         (gnus-cut-threads): Ditto.
4300         (gnus-summary-initial-limit): Ditto.
4301         (gnus-summary-limit-children): Ditto.
4302
4303         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4304         matches.
4305
4306 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4307
4308         * gnus-art.el (article-decode-encoded-words):
4309         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4310         live.
4311
4312         * gnus.el (gnus-read-method): Add methods from
4313         `gnus-opened-servers' to completion. Map entered method/address
4314         into existing methods if possible.
4315
4316         * gnus-group.el (gnus-group-make-group): Simplify method.
4317
4318         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4319
4320         * mml.el (mml-preview): Remove mail-header-separator before
4321         encoding.
4322
4323 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324
4325         * message.el (message-read-from-minibuffer): New function.
4326
4327 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4328
4329         * gnus.el: Pterodactyl Gnus v0.98 is released.
4330
4331 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4332
4333         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4334
4335 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4336
4337         * mml.el (mml-generate-mime-1): Read attached binary file in
4338         binary mode.
4339
4340 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4341
4342         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4343
4344 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4345
4346         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4347
4348 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4349
4350         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4351
4352 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4353
4354         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4355         (gnus-article-mime-match-handle-function): New variable.
4356         (gnus-article-view-part): Make `b' customizable.
4357
4358 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4359
4360         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4361
4362 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4363
4364         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4365
4366 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4367
4368         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4369
4370 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4371
4372         * gnus-srvr.el (gnus-browse-foreign-server): Use
4373         `buffer-substring' instead of `read'.
4374
4375 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4376
4377         * nnimap.el, imap.el, rfc2104.el: New files.
4378
4379         * gnus.el (gnus-valid-select-methods): Add nnimap.
4380
4381         * gnus-group.el (gnus-group-group-map): Add
4382         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4383         (gnus-group-nnimap-expunge): New function.
4384         (gnus-group-nnimap-edit-acl): New function.
4385
4386         * gnus-agent.el (gnus-agent-group-mode-map): Add
4387         gnus-agent-synchronize.
4388         (gnus-agent-synchronize): New function.
4389         (gnus-agent-fetch-group-1): Check if server is open.
4390
4391         * nnagent.el (nnagent-request-set-mark): Save marks.
4392
4393         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4394         (mail-source-fetcher-alist): Map to imap fetcher function.
4395         (mail-source-fetch-imap): New function.
4396
4397         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4398         Hash:.
4399
4400 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4401
4402         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4403         (gnus-topic-sort-topics): New function.
4404         (gnus-topic-make-menu-bar): Add sort-topics.
4405         (gnus-topic-move): New function.
4406         (gnus-topic-move-group): Move the topic if no group selected.
4407
4408 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4409
4410         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4411
4412 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4413
4414         * mm-view.el (mm-inline-message): Fix leaving group bug.
4415
4416 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4417
4418         * gnus-msg.el (gnus-post-method): Use normal method if current is
4419         not available.
4420
4421 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4422
4423         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4424         (nnmail-insert-lines): Ditto.
4425
4426 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4427
4428         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4429         line.
4430
4431         * message.el (message-unsent-separator): One more separator.
4432
4433 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4434
4435         * nnfolder.el (nnfolder-request-move-article): For empty article,
4436         search till (point-max).
4437         (nnfolder-retrieve-headers): Ditto.
4438         (nnfolder-request-accept-article): Ditto.
4439         (nnfolder-save-mail): Ditto.
4440         (nnfolder-insert-newsgroup-line): Ditto.
4441
4442 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4443
4444         * qp.el (quoted-printable-encode-region): Check eobp.
4445
4446 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4447
4448         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4449
4450 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4451
4452         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4453         wait-for-reply.
4454
4455 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4456
4457         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4458         (mm-uu-forward-end-line): Ditto.
4459
4460 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4461
4462         * binhex.el (binhex-decode-region): don't consider the value of
4463         `enable-multibyte-characters' in XEmacs.
4464
4465         * gnus-start.el (gnus-read-descriptions-file): ditto.
4466
4467         * mm-util.el (mm-multibyte-p): ditto.
4468         (mm-with-unibyte-buffer): ditto.
4469         (mm-find-charset-region): use `mm-multibyte-p'.
4470
4471         * mm-bodies.el (mm-decode-body): ditto.
4472         (mm-decode-string): ditto.
4473
4474         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4475         `enable-multibyte-characters' in XEmacs.
4476
4477 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4478
4479         * mm-util.el (mm-binary-coding-system): Try binary first.
4480
4481 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4482
4483         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4484
4485 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4486
4487         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4488         format.
4489         (article-date-ut): Find correct insert position.
4490
4491 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4492
4493         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4494         forwarded message.
4495
4496 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4499         groups.
4500
4501         * message.el (message-resend): Use message mode when prompting.
4502
4503         * gnus-art.el (article-hide-headers): Mark wash.
4504         (article-emphasize): Ditto.
4505
4506 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4507
4508         * message.el (message-newline-and-reformat): Work for SC.
4509
4510 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4513
4514         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4515
4516 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4517
4518         * mm-decode.el mm-inline-override-types: New variable
4519
4520         * mm-decode.el (mm-inline-override-p): New function
4521
4522         * mm-decode.el (mm-inlined-p): Use it
4523
4524 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4525
4526         * mm-decode.el mm-inline-override-types: New variable
4527
4528         * mm-decode.el (mm-inline-override-p): New function
4529
4530         * mm-decode.el (mm-inlined-p): Use it
4531
4532 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4533
4534         * gnus.el: Pterodactyl Gnus v0.97 is released.
4535
4536 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4537
4538         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4539         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4540         3 args.
4541
4542 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4545         buffer for params.
4546
4547         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4548         line.
4549
4550         * message.el (message-forward-ignored-headers): New variable.
4551
4552         * gnus-art.el (gnus-article-prepare-display): Nix out
4553         gnus-article-wash-types.
4554
4555         * gnus-agent.el (gnus-agent-create-buffer): New function.
4556         (gnus-agent-fetch-group-1): Use it.
4557         (gnus-agent-start-fetch): Ditto.
4558
4559         * gnus-sum.el (gnus-summary-exit): Don't use
4560         `gnus-use-adaptive-scoring'.
4561
4562         * mail-source.el (mail-source-fetch-pop): Only store password when
4563         successful.
4564
4565         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4566
4567 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * message.el (message-reply): Use it.
4570         (message-dont-reply-to-names): New variable.
4571
4572         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4573
4574         * mm-util.el (mm-preferred-coding-system): Typo fix.
4575
4576         * message.el (message-bounce): Work for non-MIME.
4577
4578         * gnus.el (gnus-short-group-name): Short the right parts of the
4579         name.
4580
4581 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4582
4583         * mm-encode.el (mm-qp-or-base64): New version.
4584
4585 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4586
4587         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4588
4589 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4590
4591         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4592         of restricted region.
4593         (gnus-mime-display-single): Set beg at correct point.
4594
4595 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4596
4597         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4598
4599 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4600
4601         * gnus-msg.el (gnus-configure-posting-styles): Let
4602         `gnus-posting-styles' have its say in posting-style: local
4603         variable `styles' is already bound to `gnus-posting-styles' so
4604         don't rebind it to nil.
4605
4606 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4607
4608         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4609         Message-ID.
4610
4611 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4612
4613         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4614         quoted-printable-encode-region.
4615
4616         * qp.el (quoted-printable-encode-region): Assume charset
4617         encoded. Fold every line in the region.
4618
4619 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4620
4621         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4622         of active file.
4623
4624 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4625
4626         * message.el (message-mode): allows whitespaces between multiple
4627         instances of the fill character ">".
4628
4629 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4630
4631         * mm-encode.el (mm-qp-or-base64): Fix.
4632
4633 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * message.el (message-send): Too much and.
4636
4637 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4638
4639         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4640
4641 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * gnus-score.el (gnus-score-headers): Work for nil scores.
4644
4645 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * gnus-cache.el (gnus-cache-write-active): Write full names.
4648
4649         * gnus-util.el (gnus-write-active-file): Accept full name.
4650
4651         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4652         (mm-assoc-string-match): New function.
4653         (mm-display-inline): Use it.
4654
4655         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4656
4657         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4658
4659 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4660
4661         * mml.el (mml-generate-multipart-alist): New variable.
4662
4663 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4666
4667 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4668
4669         * message.el (message-send): More helpful error message if sending
4670         fails
4671
4672 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4673
4674         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4675         in newer emacsen, where ?r isn't equal 114.
4676
4677 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4678
4679         * gnus.el: Pterodactyl Gnus v0.96 is released.
4680
4681 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4682
4683         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4684         to get active info if method is covered by agent, otherwise
4685         active info is lost.
4686
4687 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4688
4689         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4690
4691 1999-08-09  Dave Love  <fx@gnu.org>
4692
4693         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4694
4695 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4696
4697         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4698           (already matched by "^X-Pgp"), removed duplicate
4699           X-Mailing-List, added several new junk headers.
4700
4701 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4702
4703         * gnus-art.el (article-decode-charset): Don't assume
4704         gnus-summary-buffer is live.
4705
4706 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4707
4708         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4709
4710 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4711
4712         * gnus-score.el (gnus-home-score-file): Work with absolute path
4713         names.
4714
4715 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4716
4717         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4718         nothing else in the group.
4719
4720 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4721
4722         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4723         the article.
4724
4725 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4726
4727         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4728
4729 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4730
4731         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4732         from mutt.
4733
4734 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4735
4736         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4737         whitespace.
4738
4739 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4740
4741         * mm-util.el (mm-text-coding-system-for-write): New variable.
4742         (mm-append-to-file): New function.
4743         (mm-write-region): New function.
4744
4745         * gnus-art.el (gnus-output-to-file): Use it.
4746         * gnus-util.el (gnus-output-to-rmail): Ditto.
4747         (gnus-output-to-mail): Ditto.
4748         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4749
4750 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4751
4752         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4753
4754         * nnheader.el (nnheader-insert-file-contents): Revert and use
4755         mm-insert-file-contents.
4756         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4757         (nnheader-auto-mode-alist): Removed.
4758
4759         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4760         (mm-insert-file-contents): Add a new parameter for inserting
4761         compressed file literally.
4762
4763         * mml.el (mml-generate-mime-1): Insert non-text literally.
4764
4765         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4766
4767 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4768
4769         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4770
4771 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4772
4773         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4774         koi8-r.
4775
4776 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4777
4778         * mml.el (mml-insert-mime): Decode text.
4779         (mml-to-mime): Narrow to headers-or-head.
4780
4781 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4782
4783         * mm-view.el (mm-inline-text): Check
4784         w3-meta-content-type-charset-regexp.
4785
4786 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4787
4788        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4789        predicate.
4790
4791 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4792
4793         * gnus-mlspl.el: Documentation fixes.
4794
4795 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4796
4797         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4798
4799 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4800
4801         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4802         variables.
4803
4804 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4805
4806         * nnmail.el (nnmail-get-new-mail): "Done".
4807
4808 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4811         interactive.
4812
4813 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4814
4815         * gnus-art.el (article-decode-charset): Fix broken CT.
4816
4817 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4818
4819         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4820         overview buffer if it is killed.
4821
4822 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4823
4824         * gnus-art.el (article-babel): New version.
4825
4826 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4827
4828         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4829
4830 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4831
4832         * gnus.texi (More Threading): Document new variable
4833         `gnus-sort-gathered-threads-function'.
4834
4835 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4836
4837         * gnus.texi (More Threading): Document new variable
4838         `gnus-sort-gathered-threads-function'.
4839
4840 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4841
4842         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4843         usage.
4844
4845 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4846
4847         * mm-util.el (mm-running-xemacs): Removed.
4848         (mm-coding-system-p): New function.
4849         (mm-binary-coding-system): Safe guess.
4850         (mm-text-coding-system): Ditto.
4851         (mm-auto-save-coding-system): Ditto.
4852
4853 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4856         (mm-qp-or-base64): Reversed logic.
4857
4858         * mm-decode.el (mm-save-part-to-file): Let coding system be
4859         binary.
4860
4861 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4862
4863         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4864         be set in topic parameters.
4865
4866 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4867
4868         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4869         (gnus-sort-gathered-threads): Allow the user to specify the
4870         function to use when sorting gathered threads.
4871
4872         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4873         mark cached articles as `undownloaded'.
4874
4875 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4876
4877         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4878         to have buffer local values.
4879
4880 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4881
4882         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4883         types 'g' for 'guess group type.
4884
4885 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4886
4887         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4888         after each regexp in nnmail-list-identifiers, not just after last
4889         one.
4890
4891         * gnus-sum.el (gnus-list-identifiers): New variable.
4892         (gnus-summary-remove-list-identifiers): New function.
4893         (gnus-select-newsgroup): Use it.
4894         (gnus-summary-wash-hide-map): Bind
4895         `gnus-article-hide-list-identifiers' to W W l.
4896         (gnus-summary-make-menu-bar): Add list-identifiers command.
4897
4898         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4899         (gnus-treatment-function-alist): Add variable.
4900         (article-hide-list-identifiers): New function.
4901         (mapcar): Add function.
4902         (gnus-article-hide): Use it.
4903
4904 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4905
4906         * gnus.el: Pterodactyl Gnus v0.95 is released.
4907
4908 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * mm-decode.el (mm-mailcap-command): New function.
4911         (mm-display-external): Use it.
4912
4913         * gnus-art.el (article-make-date-line): Work for India.
4914
4915         * mm-encode.el (mm-qp-or-base64): Typo.
4916
4917         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4918
4919 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4920
4921         * gnus.el: Pterodactyl Gnus v0.94 is released.
4922
4923 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4924
4925         * pop3.el: New version.
4926
4927 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * mm-encode.el (mm-qp-or-base64): New function.
4930         (mm-content-transfer-encoding): Use it.
4931
4932         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4933
4934 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4935
4936         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4937
4938         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4939
4940 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4943         keystroke.
4944
4945         * mailcap.el (mailcap-mime-types): New function.
4946
4947         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4948
4949         * message.el (message-goto-eoh): Really go to the end.
4950
4951 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4952
4953         * message.el (message-make-date): Do the right thing in with
4954         sub-hour time zones.
4955
4956 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4957
4958         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4959         report.
4960
4961 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4962
4963         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4964
4965 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4966
4967         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4968         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4969         and use t as default value.
4970
4971 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4972
4973         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4974         gnus-summary-buffer is live.
4975
4976 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4977
4978         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4979
4980 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * message.el (message-bounce): Do MIME bounces MIMEy.
4983
4984         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4985
4986 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * mailcap.el (mailcap-mime-extensions): Changed patch to
4989         text/x-patch.
4990
4991         * mm-decode.el (mm-display-external): Wrong placement of paren.
4992
4993 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4994
4995         * gnus.el: Pterodactyl Gnus v0.93 is released.
4996
4997 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4998
4999         * gnus-cus.el (gnus-group-parameters): New entries for
5000         gnus-group-split.
5001
5002         * gnus-mlspl.el: Renamed functions and variables so as to
5003         start with gnus-group-split.
5004         * gnus.el: Adjust autoload entries.
5005
5006 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
5007
5008         * gnus-mlspl.el: Removed trailing t from comment and provide.
5009         Renamed functions and variables to start with gnus-mlsplit.
5010         Added autoload comments.
5011         * gnus.el: Added autoload entries.
5012
5013 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
5014
5015         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
5016         so that matches excluded by RESTRICTs do not cause the whole split
5017         to be ignored.  This also fixes a long-standing bug in which a
5018         split with \N substitutions wouldn't cause cross-posting as
5019         expected.
5020
5021         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
5022         (nnmail-split-it): Implement them.
5023
5024         * nnmail.el (nnmail-split-fancy): Document ! splits.
5025
5026 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
5027
5028         * pop3.el: New version.
5029
5030 1999-07-05  Simon Josefsson
5031
5032         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
5033
5034 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5035
5036         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
5037
5038 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
5039
5040         * gnus-util.el (gnus-write-active-file): Use real name.
5041
5042         * gnus-agent.el (gnus-agent-expire): Update active file
5043         method by method.
5044
5045 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
5046
5047         * nndraft.el (nndraft-request-article): Use difference
5048         coding-systems for queue and drafts.
5049
5050         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
5051         nndraft:drafts.
5052
5053         * mm-util.el (mm-auto-save-coding-system): New coding system.
5054
5055         * message.el (message-draft-coding-system): Use it.
5056
5057 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
5058
5059         * mm-uu.el: More customizable and less aggressive.
5060
5061 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5062
5063         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
5064         when plugged.
5065
5066         * mml.el (mml-generate-mime-1): Don't insert nofile files.
5067         (mml-insert-mml-markup): Accept a nofile.
5068         (mml-insert-mime): Insert nofile.
5069
5070         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
5071
5072         * mm-decode.el (mm-handle-media-type): New function.
5073         (mm-handle-media-supertype): New function.
5074         (mm-handle-media-subtype): New function.
5075         Use new functions throughout. "/"))
5076
5077 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-art.el (gnus-treat-predicate): Typo.
5080
5081 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
5084
5085 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * gnus-art.el (article-date-ut): UT!  Default it!
5088
5089 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5090
5091         * gnus.el: Pterodactyl Gnus v0.92 is released.
5092
5093 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
5094
5095         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
5096
5097 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098
5099         * nntp.el (nntp-retrieve-groups): Don't do anything when not
5100         connected.
5101
5102         * gnus-start.el (gnus-active-to-gnus-format): Only save active
5103         when plugged.
5104
5105         * mm-view.el (mm-inline-message): Ignore remove-spec.
5106
5107         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
5108         is bound.
5109
5110         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
5111
5112         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
5113
5114         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
5115         start.
5116
5117         * message.el (message-fill-yanked-message): Remove `t' arg.
5118
5119         * gnus-group.el (gnus-group-kill-group): Message killing of
5120         groups.
5121
5122         * mm-util.el (mm-preferred-coding-system): New function.
5123         (mm-mime-charset): Use it.
5124
5125         * mml.el (mml-generate-mime-1): Charset-encode message parts.
5126
5127 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
5128
5129         * gnus-mlsplt.el: New file.
5130
5131 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5132
5133         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
5134         functions.
5135         (mm-attachment-override-p): Take a handle instead of a type.
5136         (mm-inlined-p): Ditto.
5137         (mm-automatic-display-p): Ditto,
5138         (mm-inlinable-p): Ditto.
5139
5140         * nndraft.el (nndraft-request-expire-articles): Delete backup
5141         files.
5142
5143         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
5144
5145         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
5146
5147 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
5148
5149         * nnmail.el (nnmail-split-it): Allow .*.
5150
5151 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * mm-decode.el (mm-inline-large-images-p): Renamed.
5154
5155         * gnus-art.el (article-date-ut): Always look in the current buffer
5156         for the Date header.
5157
5158         * mml.el (mml-validate): New command.
5159
5160         * mailcap.el (mailcap-possible-viewers): Revert to string-match
5161         since we are dealing with regexps.
5162
5163 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5164
5165         * gnus.el: Pterodactyl Gnus v0.91 is released.
5166
5167 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * gnus-agent.el (gnus-agent-save-active-1): New function.
5170         (gnus-agent-save-active): use it.
5171         (gnus-agent-save-groups): Ditto.
5172
5173         * gnus-cache.el (gnus-cache-write-active): Use it.
5174
5175         * gnus-agent.el (gnus-agent-write-active): Use it.
5176
5177         * gnus-util.el (gnus-write-active-file): New function.
5178
5179         * gnus-agent.el (gnus-agent-write-active): New function to keep
5180         lower boundaries and canceled groups.
5181         (gnus-agent-save-groups): Use it.
5182         (gnus-agent-save-active): Use it.
5183         (gnus-agent-save-group-info): Only write active files.
5184         (gnus-agent-expire): Update active file.
5185
5186         * mm-decode.el (mm-inlinable-part-p): Removed.
5187         (mm-user-display-methods): Default to nil.
5188         (mm-user-display-methods): Removed.
5189         (add-mime-display-method): Removed.
5190         (mm-automatic-display): Renamed.
5191         (mm-automatic-display-p): Use it.
5192         (mm-inlined-types): New variable.
5193         (mm-inlined-p): New function.
5194
5195         * message.el (message-reply): Bind message-this-is-mail.
5196
5197 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
5198
5199         * smiley.el (smiley-buffer): Fix for NT.
5200
5201 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5202
5203         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
5204
5205         * message.el (message-check-news-header-syntax): Protect against
5206         nil froms.
5207
5208         * mm-util.el (mm-auto-mode-alist): New.
5209
5210         * mml.el (mml-generate-mime-1): Ditto.
5211
5212         * gnus.el: Use mm-insert-file-contents throughout instead of
5213         nnheader.
5214
5215         * mm-util.el (mm-insert-file-contents): New function.
5216
5217 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5218
5219         * gnus.el: Pterodactyl Gnus v0.90 is released.
5220
5221 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
5222
5223         * mailcap.el (mailcap-possible-viewers): Use string=.
5224
5225 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5226
5227         * mm-uu.el (mm-uu-forward-begin-line): New variable.
5228         (mm-uu-forward-end-line): New variable.
5229         (mm-uu-begin-line): Handle forwarded message.
5230         (mm-uu-identifier-alist): Ditto.
5231         (mm-uu-dissect): Ditto.
5232
5233 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5234
5235         * lpath.el: Two free variables.
5236
5237 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5238
5239         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5240         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5241         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5242
5243         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5244         (nnfolder-file-coding-system-for-write): New variable.
5245         (nnfolder-active-file-coding-system): New variable.
5246         (nnfolder-active-file-coding-system-for-write): New variable.
5247         (nnfolder-save-active): New function.
5248         (nnfolder-save-buffer): Use them.
5249         (nnfolder-possibly-change-group): Ditto.
5250         (nnfolder-request-list-newsgroups): Ditto.
5251         (nnfolder-request-create-group): Ditto.
5252         (nnfolder-request-expire-articles): Ditto.
5253         (nnfolder-request-move-article): Ditto.
5254         (nnfolder-request-accept-article): Ditto.
5255         (nnfolder-request-delete-group): Ditto.
5256         (nnfolder-request-rename-group): Ditto.
5257         (nnfolder-possibly-change-folder): Ditto.
5258         (nnfolder-read-folder): Ditto.
5259         (nnfolder-request-list): Remove pathname-coding-system.
5260         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5261
5262         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5263         (nnmail-file-coding-system-1): Removed.
5264         (nnmail-find-file): Use nnmail-pathname-coding-system.
5265         (nnmail-write-region): Ditto.
5266
5267         * nnmbox.el (nnmbox-file-coding-system): New variable.
5268         (nnmbox-file-coding-system-for-write): New variable.
5269         (nnmbox-active-file-coding-system): New variable.
5270         (nnmbox-active-file-coding-system-for-write): New variable.
5271         (nnmbox-save-buffer): New function.
5272         (nnmbox-save-active): New function.
5273         (nnmbox-request-scan): Use them.
5274         (nnmbox-request-expire-articles): Ditto.
5275         (nnmbox-request-move-article): Ditto.
5276         (nnmbox-request-accept-article): Ditto.
5277         (nnmbox-request-replace-article): Ditto.
5278         (nnmbox-request-delete-group): Ditto.
5279         (nnmbox-request-rename-group): Ditto.
5280         (nnmbox-request-create-group): Ditto.
5281
5282         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5283         (mm-running-ntemacs): Removed.
5284
5285         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5286
5287 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5288
5289         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5290
5291 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5292
5293         * qp.el (quoted-printable-encoding-characters): Support lower case.
5294
5295 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5296
5297         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5298         (rfc2047-b-encode-region): Encode line by line.
5299
5300 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301
5302         * mm-util.el (mm-find-mime-charset-region): Fix.
5303
5304 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5305
5306         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5307         (mm-find-mime-charset-region): Ditto.
5308
5309 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5310
5311         * gnus-sum.el (gnus-summary-move-article): Fix something or
5312         other.
5313
5314 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5315
5316         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5317         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5318         (gnus-summary-enter-digest-group): Use them.
5319         (gnus-summary-setup-default-charset): Ditto.
5320
5321 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5322
5323         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5324
5325 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5326
5327         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5328           gnus-newsgroup-name is nil.
5329
5330 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5331
5332         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5333
5334 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5335
5336         * gnus-art.el (article-emphasize): Use correct
5337         gnus-article-emphasis-alist.
5338
5339 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5340
5341         * mm-view.el (mm-inline-text): Fix text/html bug.
5342
5343 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5344
5345         * gnus.el: Pterodactyl Gnus v0.89 is released.
5346
5347 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5348
5349         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5350         * message.el (message-draft-coding-system): Ditto.
5351         * mm-util.el (mm-running-ntemacs): Ditto.
5352
5353 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5354
5355         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5356         cause problem.
5357
5358 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5359
5360         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5361
5362 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5363
5364         * mml.el: require mm-decode.
5365
5366 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5367
5368         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5369
5370 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5371
5372         * mm-view.el (mm-inline-image): Fix image undisplayer.
5373
5374 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5375
5376         * mml.el (mml-insert-multipart): Error in compeling-read.
5377         (mml-insert-tag): Match tags.
5378
5379 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5380
5381         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5382         (gnus-cache-braid-heads): Ditto.
5383         (gnus-cache-retrieve-headers): Ditto.
5384
5385 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5386
5387         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5388
5389 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5392         to string under XEmacs.
5393
5394 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5395
5396         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5397
5398 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5399
5400         * mm-view.el (mm-inline-message): Fix message view bug.
5401         * gnus-art.el (gnus-article-prepare): Ditto.
5402
5403 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5404
5405         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5406
5407 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5408
5409         * gnus.el: Pterodactyl Gnus v0.88 is released.
5410
5411 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5412
5413         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5414         usage.
5415
5416         * nnmail.el (nnmail-get-new-mail): Save info.
5417
5418 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5419
5420         * gnus.el: Pterodactyl Gnus v0.87 is released.
5421
5422 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5425         (mail-source-run-script): New function.
5426         (mail-source-fetch-pop): Use it.
5427
5428 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5429
5430         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5431
5432 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5433
5434         * gnus.el: Pterodactyl Gnus v0.86 is released.
5435
5436 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-art.el (gnus-treat-translate): New variable.
5439         (gnus-treat-predicate): Accept a list of regexps.
5440         (gnus-article-treat-custom): Allow a list of regexps.
5441
5442 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5443
5444         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5445         type.
5446
5447 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * gnus-art.el (article-babel): Narrow a bit.
5450
5451         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5452
5453 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5454
5455         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5456         only unread ones.
5457         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5458         articles, not only unread ones.
5459
5460 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5463         keystroke.
5464
5465         * gnus-art.el (gnus-article-x-face-command): Ditto.
5466
5467         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5468
5469         * gnus.el (gnus-method-simplify): Accept server names.
5470
5471 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5472
5473         * gnus-art.el (article-babel-prompt): New function.
5474         (article-babel): New command.
5475
5476 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5479
5480         * mml.el (mml-generate-mime-1): Don't insert literally.
5481
5482         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5483         (gnus-netrc-syntax-table): Removed.
5484         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5485
5486 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5487
5488         * mm-view.el (mm-inline-text): Fix charset for text/html.
5489
5490 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5491
5492         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5493
5494 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5495
5496         * nnmail.el (nnmail-split-incoming): Return the number of split
5497         mails.
5498         (nnmail-process-babyl-mail-format): Ditto.
5499         (nnmail-process-unix-mail-format): Ditto.
5500         (nnmail-process-mmdf-mail-format): Ditto.
5501         (nnmail-process-maildir-mail-format): Ditto.
5502
5503         * mail-source.el (mail-source-callback): Return the number from
5504         the callback.
5505
5506         * message.el (message-send-mail): Generate Lines.
5507
5508         * mail-source.el (mail-source-call-script): New function.
5509         (mail-source-call-script): New function.
5510
5511 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5512
5513         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5514         (gnus-select-newsgroup): Use it.
5515         (gnus-group-highlight-words-alist): New variable.
5516         (gnus-newsgroup-emphasis-alist): New variable.
5517         (gnus-summary-local-variables):  Use it.
5518         * lpath.el: Use it.
5519         * gnus-art.el (article-emphasize): Use it.
5520         (gnus-emphasis-highlight-words): New face.
5521         * gnus-cus.el (gnus-group-parameters): New parameter.
5522
5523 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5524
5525         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5526         parameter `headers'.
5527         (gnus-cache-enter-article): Ditto.
5528         (gnus-cache-update-article): Ditto.
5529         * gnus-sum.el (gnus-summary-move-article): Ditto.
5530         (gnus-summary-mark-article-as-unread): Ditto.
5531         (gnus-summary-mark-article): Ditto.
5532
5533 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5536         (gnus-posting-style-alist): Removed.
5537         (gnus-message-style-insertions): Ditto.
5538         (gnus-configure-posting-styles): Reimplementation.
5539
5540         * mail-source.el (mail-source-fetch): Error the message.
5541
5542         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5543
5544 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5545
5546         * gnus.el: Pterodactyl Gnus v0.85 is released.
5547
5548 1999-04-20  Michael Cook  <cook@sightpath.com>
5549
5550         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5551           Outlook citation regex.
5552
5553 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5554
5555         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5556         semicolon.
5557
5558 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5559
5560         * gnus-range.el (gnus-remove-from-range): Document range1
5561         modification, protect range2.
5562
5563 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5564
5565         * gnus-sum.el (gnus-update-marks): Protect lists from
5566         gnus-remove-from-range, don't sort twice.
5567
5568 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5569
5570         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5571         function in backend.
5572
5573 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5574
5575         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5576         request-accept-article function in the backend instead of using
5577         the 'respool capability.
5578
5579 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5580
5581         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5582         spurious whitespace at eob.
5583
5584 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5585
5586         * nnmail.el (nnmail-get-new-mail): Check right variable.
5587
5588 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5589
5590         * mailcap.el (mailcap-mime-data): Fix rfc822.
5591
5592 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5593
5594         * nndoc.el (nndoc-nsmail-type-p): New function.
5595         (nndoc-type-alist): Recognize nsmail.
5596
5597 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5598
5599         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5600         *before* `article-hide-headers' deletes the information.
5601
5602 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5603
5604         * gnus-sum.el (gnus-summary-save-parts): New command and
5605         keystroke.
5606         (gnus-summary-save-parts-1): New function.
5607         (gnus-summary-iterate): Buggy.
5608
5609         * mm-decode.el (mm-save-part-to-file): Made into own function.
5610
5611 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5612
5613         * gnus-group.el (gnus-group-set-info): Resist nils.
5614
5615 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * mailcap.el (mailcap-mime-data): Ditto.
5618
5619         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5620
5621         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5622
5623 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5624
5625         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5626         gnus-article-date-lapsed-new-header is t.
5627
5628 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5629
5630         * gnus.el: Pterodactyl Gnus v0.84 is released.
5631
5632 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633
5634         * gnus-msg.el (gnus-bug-message): Mime change.
5635
5636 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5637
5638         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5639
5640 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5641
5642         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5643         `x-uue'.
5644
5645 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5646
5647         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5648         when authentication is 'password.
5649
5650 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5651
5652         * gnus-win.el (gnus-configure-windows): Accept a setting.
5653
5654 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * mm-util.el (mm-quote-arg): Moved here.
5657
5658         * mm-decode.el (mm-quote-arg): Quote more chars.
5659
5660 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661
5662         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5663         with newlines would create buggy .nov files.
5664
5665         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5666
5667         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5668         end of lines.
5669
5670         * message.el (message-mode): Doc fix.
5671
5672         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5673
5674         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5675
5676         * gnus-art.el (article-date-ut): Rewrite.
5677
5678         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5679         order.
5680
5681         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5682         headers.
5683
5684         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5685
5686 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5687
5688         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5689         (article-date-ut): use it.
5690
5691 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5692
5693         * mail-source.el (mail-source-fetch-pop): Call script
5694         asynchronously.
5695
5696 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5697
5698         * gnus.el: Pterodactyl Gnus v0.83 is released.
5699
5700 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701
5702         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5703
5704         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5705
5706         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5707
5708         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5709
5710         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5711
5712         * message.el (message-generate-headers): Accept continuation
5713         headers.
5714
5715 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5716
5717         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5718
5719 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * gnus-art.el (gnus-treatment-function-alist): use
5722         maybe-hide-headers.
5723
5724         * message.el (message-inhibit-body-encoding): Typo.
5725         (message-resend): Inhibit encoding.
5726
5727         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5728
5729         * gnus-art.el (article-remove-cr): Use re-search.
5730
5731         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5732         headers.
5733
5734         * mm-decode.el (mm-quote-arg): Quote '.
5735
5736         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5737
5738         * mm-decode.el (mm-insert-part): Use multibyte for text.
5739
5740         * gnus-start.el (gnus-read-newsrc-file): New variable.
5741         (gnus-read-newsrc-file): Use it.
5742
5743 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5744
5745         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5746
5747         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5748         function.
5749
5750 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5751
5752         * gnus.el: Pterodactyl Gnus v0.82 is released.
5753
5754 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5755
5756         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5757         for iso8859-2.
5758
5759 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5760
5761         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5762         synonym alist.
5763
5764 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5765
5766         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5767
5768 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5769
5770         * mail-source.el (mail-source-fetch): Ask before bugging out.
5771
5772 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5773
5774         * uudecode.el (uudecode-decode-region-external): Don't assume
5775         uudecode-temporary-file-directory ends with a slash.
5776
5777 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5778
5779         * gnus-sum.el (gnus-update-marks):
5780         (gnus-update-read-articles):
5781         (gnus-summary-expire-articles): Check server.
5782
5783 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5784
5785         * mml.el (mml-preview): New function.
5786
5787 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5788
5789         * mail-source.el (mail-source-fetch-file): Return the right
5790         value.
5791
5792 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * mml.el (mml-insert-parameter): New function.
5795         (mml-insert-parameter-string): New function.
5796
5797         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5798
5799         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5800         (gnus-mime-display-part): Use it.
5801
5802         * mm-decode.el (mm-alternative-precedence): Removed.
5803         (mm-discouraged-alternatives): New variable.
5804         (mm-preferred-alternative-precedence): New function.
5805
5806         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5807
5808         * mail-source.el (mail-sources): New variable.
5809
5810         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5811
5812         * mm-decode.el (mm-valid-image-format-p): New function.
5813         (mm-inline-media-tests): Use it.
5814         (mm-valid-and-fit-image-p): New function.
5815
5816         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5817         (gnus-agent-fetch-group): Ditto.
5818
5819 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5820
5821         * nnmail.el (nnmail-article-group): in case of a group name
5822         containing "\\n" constructs, be sure to pass the expanded value to
5823         nn*-save-mail.
5824
5825 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5826
5827         * gnus.el: Pterodactyl Gnus v0.81 is released.
5828
5829 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5830
5831         * gnus-sum.el (gnus-get-split-value): Reverse result.
5832
5833 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5834
5835         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5836
5837 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * mml.el (mml-insert-tag): Insert concluding part.
5840
5841         * message.el (message-send-mail): Encode later.
5842         (message-send-news): Ditto.
5843
5844         * nnfolder.el: Don't use mail delim.
5845
5846 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-cus.el (gnus-group-customize): Put point at min.
5849
5850         * mm-view.el (mm-inline-text): Allow toggling html.
5851
5852 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5853
5854         * mail-source.el: Added prescript and postscript to file.
5855
5856 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * nnmail.el: Reverted.
5859
5860         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5861         (gnus-setup-posting-charset): Did work.
5862
5863 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5864
5865         * gnus.el (gnus-short-group-name): Use
5866         gnus-group-uncollapsed-levels.
5867
5868 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5871
5872 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873
5874         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5875         (article-strip-headers-from-body): New command and keystroke.
5876
5877 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5880
5881         * nnheader.el (nnheader-insert-file-contents): Bind
5882         enable-local-eval to nil.
5883         (nnheader-find-file-noselect): Ditto.
5884
5885         * nnmail.el (nnmail-article-group): Don't remove long lines.
5886         (nnmail-remove-long-lines): New function.
5887         (nnmail-split-header-length-limit): Removed.
5888
5889         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5890
5891         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5892
5893 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894
5895         * gnus-sum.el (gnus-summary-generic-mark): New function.
5896
5897         * nnmail.el (nnmail-split-header-length-limit): Increased.
5898         (nnmail-article-group): Allow nil.
5899
5900         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5901
5902         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5903         first.
5904
5905         * mml.el (mml-minibuffer-read-type): Include types from
5906         mailcap-mime-data.
5907
5908         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5909
5910 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5911
5912         * mml.el (mml-insert-tag): New function.
5913         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5914         confusion with functions like `mml-read-tag'.
5915         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5916         (mml-minibuffer-read-description): Ditto with
5917         `mml-minibuffer-read-description'.
5918         (mml-attach-buffer): New function.
5919         (mml-mode-map): New entry for /.
5920         (mml-minibuffer-read-type): Accept DEFAULT.
5921
5922         * mml.el (mml-quote-region): Narrow the region.
5923
5924         * message.el (message-mode-menu): message-mime-attach-file is now
5925         mml-attach-file.
5926
5927 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5930
5931 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5932
5933         * mml.el (mml-attach-buffer): New command.
5934
5935 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5936
5937         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5938         with a proper range. Compress range.
5939
5940         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5941
5942 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5945
5946 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947
5948         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5949         (gnus-picons-convert-x-face): Removed.
5950         (gnus-picons-article-display-x-face): Removed.
5951         (gnus-picons-x-face-sentinel): Ditto.
5952         (gnus-picons-display-x-face): Ditto.
5953
5954 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5955
5956         * gnus.el: Pterodactyl Gnus v0.80 is released.
5957
5958 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5961
5962         * gnus-sum.el (gnus-with-article): Moved here.
5963
5964         * mail-source.el (mail-source-fetch-pop): Ask for password even
5965         when program.
5966
5967 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968
5969         * gnus-msg.el (gnus-bug): Add description.
5970
5971         * mml.el (mml-insert-mml-markup): Insert disposition.
5972
5973         * message.el (message-send-mail): Always encode mail headers.
5974
5975         * smiley.el (gnus-smiley-display): Goto body.
5976
5977 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5978
5979         * smiley.el (gnus-smiley-display): Don't search to blank line.
5980
5981 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5982
5983         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5984         when requested.
5985
5986         * nnmail.el (nnmail-current-spool): Removed.
5987
5988         * gnus-salt.el (gnus-tree-inhibit): New varible.
5989
5990         * gnus.el (mm-util): Required.
5991
5992 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5993
5994         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5995
5996 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * mail-source.el (mail-source-bind): Doc fix.
5999
6000 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * message.el (message-mode): Doc fix.
6003
6004         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
6005         encoding.
6006
6007         * gnus.el (gnus-methods-equal-p): Moved here.
6008
6009         * mail-source.el: pop at 110.
6010
6011         * pop3.el (pop3-movemail): Use write-region instead of
6012         append-to-file to avoid excessive messaging.
6013
6014 1999-02-27  lantz moore  <lmoore@contigo.com>
6015
6016         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
6017         type directory.
6018
6019 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
6020
6021         * gnus-art.el (article-hide-boring-headers): Field names must not
6022         contain whitespace.
6023
6024 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6025
6026         * gnus.el: Pterodactyl Gnus v0.79 is released.
6027
6028 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
6031
6032         * mml.el (mml-mode): Don't use add-minor-mode.
6033
6034         * message.el (messgage-inhibit-body-encoding): New variable.
6035         (message-encode-message-body): Use it.
6036
6037 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6038
6039         * gnus.el: Pterodactyl Gnus v0.78 is released.
6040
6041 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * message.el (message-mode): Switch on MML mode.
6044
6045         * mml.el: Included commands and functions.
6046         (mml-mode-map): New keymap.
6047
6048         * message.el: Removed the insertion commands and functions.
6049
6050         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
6051
6052         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
6053         keystroke.
6054
6055         * gnus-art.el (gnus-narrow-to-page): Revert.
6056
6057         * gnus-cite.el (gnus-cite-delete-overlays): New function.
6058         (gnus-cite-parse-maybe): Always reparse.
6059
6060         * message.el (message-encode-message-body): Don't insert
6061         "multipart warning".
6062
6063         * gnus-art.el (gnus-article-treat-head-custom): New variable.
6064
6065 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
6066
6067         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
6068
6069         * nnmail.el: Require mm-util.
6070
6071 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
6072
6073         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
6074         group.
6075
6076 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
6077
6078         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
6079
6080 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
6081
6082         * gnus-msg.el (gnus-extended-version): Better regexp.
6083
6084 1999-02-25  Didier Verna  <verna@inf.enst.fr>
6085
6086         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
6087         is called with the result of SPLIT and should return a new split.
6088
6089         * gnus.texi: update the doc.
6090
6091 1999-02-23  Didier Verna  <verna@inf.enst.fr>
6092
6093         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
6094         displayed in the article buffer, output bars if
6095         `gnus-picons-display-article-move-p'.
6096
6097 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
6098
6099         * mail-source.el (mail-source-fetch-pop): Typo.
6100
6101 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
6104
6105 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
6108
6109 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110
6111         * mml.el (mml-insert-buffer): New function.
6112
6113         * message.el (message-forward): Insert the buffer in the buffer.
6114
6115 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6116
6117         * mm-view.el (mm-inline-message): Insert part in narrowed region.
6118
6119 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6120
6121         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
6122
6123 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6124
6125         * gnus.el: Pterodactyl Gnus v0.77 is released.
6126
6127 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128
6129         * gnus-art.el (gnus-displaying-mime): New variable.
6130         (article-narrow-to-head): New function.
6131
6132         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
6133         Default to pop instead of pop3.
6134
6135 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136
6137         * gnus-art.el (article-hide-pgp): Goto body.
6138
6139         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
6140
6141         * gnus-cite.el: Don't use goto-line.
6142
6143         * gnus-art.el (gnus-article-treat-html): Removed.
6144         (gnus-treat-article): Save restriction.
6145
6146 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6147
6148         * message.el (message-send-mail): Don't untabify.
6149         (message-mode): Don't use tabs for indentation.
6150
6151 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6152
6153         * message.el (message-send-mail): Don't untabify.
6154
6155         * nnml.el (nnml-save-mail): Typo fix.
6156
6157 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6158
6159         * message.el (message-cite-function): Add
6160         `message-cite-original-without-signature' customization option.
6161
6162 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
6163
6164         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
6165         `nnmail-prepare-incoming-header-hook'.
6166
6167 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
6168
6169         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
6170
6171 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
6174
6175 1999-02-18  Michael Cook  <cook@sightpath.com>
6176
6177         * Recognize Microsoft Outlook's cite attribution conventions.
6178
6179 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
6180
6181         * gnus-sum.el: Bind M.
6182
6183 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
6184
6185         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
6186
6187 1999-02-15  Didier Verna  <verna@inf.enst.fr>
6188
6189         * gnus-picon.el (gnus-group-display-picons): ensures that
6190         `article-goto-body' really goes to the article body.
6191
6192 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6193
6194         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
6195
6196         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
6197
6198         * mm-view.el (mm-view-message): Enable multibyte.
6199
6200 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * nnmail.el (nnmail-get-new-mail): Message later.
6203
6204         * mm-util.el (mm-find-charset-region): Revert to checking
6205         multibyte.
6206
6207 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
6208
6209       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
6210       attachment.
6211
6212 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6213
6214         * gnus.el: Pterodactyl Gnus v0.76 is released.
6215
6216 1999-02-06  Felix Lee  <flee@cygnus.com>
6217
6218         * gnus.el (gnus-group-change-level-function): Typo.
6219
6220 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221
6222         * gnus-sum.el (gnus-nov-skip-field): Removed.
6223         (gnus-nov-field): Ditto.
6224         (gnus-nov-parse-extra): Ditto.
6225         (gnus-nov-read-integer): Ditto.
6226
6227 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * nnheader.el (nnheader-nov-read-message-id): New macro.
6230         (nnheader-parse-nov): Use it.
6231
6232         * gnus-sum.el (gnus-nov-read-message-id): New macro.
6233         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
6234         `(eq (char-after) ?\n)'.
6235
6236 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237
6238         * gnus.el (gnus-other-frame): Always pop up a new frame.
6239
6240 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6241
6242         * gnus-range.el (gnus-range-add): Rewrite.
6243
6244 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6245
6246         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6247         format.
6248         (nnmail-process-maildir-mail-format): New function.
6249
6250         * mail-source.el (mail-source-fetch-maildir): New function.
6251         (mail-source-keyword-map): Add default for maildir method.
6252         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6253
6254 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6257
6258         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6259         (nndoc-mime-digest-type-p): Removed.
6260
6261 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6262
6263         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6264         where it is supposed to be.
6265         (gnus-treat-play-sounds): New variable.
6266
6267         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6268
6269         * gnus-art.el (article-display-x-face): Narrow to head.
6270         (gnus-article-washed-types): New variable.
6271         (article-hide-pgp): Is not a toggle.
6272         (gnus-article-hide-text-type): Save types.
6273         (article-decode-charset): Use it.
6274
6275         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6276
6277         * message.el (message-forward-start-separator): Removed.
6278         (message-forward-end-separator): Removed.
6279         (message-signature-before-forwarded-message): Removed.
6280         (message-included-forward-headers): Removed.
6281         (message-check-news-body-syntax): Don't check forward.
6282         (message-forward): Use MIME.
6283
6284         * nnvirtual.el (nnvirtual-request-article): Bind
6285         gnus-article-decode-hook to nil.
6286
6287 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6290         us-ascii.
6291
6292 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293
6294         * format-spec.el (format-spec): Be more robust.
6295
6296         * message.el (message-encode-message-body): Default
6297         mail-parse-charset to mail-parse-charset.
6298
6299         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6300         (gnus-summary-edit-article): Bind mail-parse-charset.
6301
6302         * mml.el (mml-read-tag): Ignore white space after end of tag.
6303
6304         * message.el (message-goto-body): Also work in separatorless
6305         articles.
6306
6307         * mml.el (mml-translate-from-mime): New function.
6308         (mml-insert-mime): Ditto.
6309         (mml-to-mime): New function.
6310         (mime-to-mml): New name.
6311
6312         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6313         article.
6314
6315         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6316
6317         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6318         special-case nndraft groups.
6319
6320 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6321
6322         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6323         (gnus-get-newsgroup-headers): Already bound.
6324
6325         * message.el (message-encode-message-body): Use posting charset.
6326
6327         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6328         (mm-body-encoding): Do CTE.
6329         (mm-body-7-or-8): New function.
6330
6331         * mm-util.el (mm-mime-charset): Always fall back on alist.
6332         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6333         (mm-mime-mule-charset-alist): Add arabic-*-column.
6334         (mm-find-mime-charset-region): New function.
6335
6336         * format-spec.el (format-spec-make): New function.
6337
6338         * mail-source.el (format-spec): Required.
6339         (mail-source-fetch-with-program): Removed.
6340         (mail-source-fetch-with-program): New function.
6341
6342         * format-spec.el: New file.
6343
6344 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6345
6346         * mail-source.el (mail-source-fetch-with-program): Take optional
6347         parameter.
6348
6349 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350
6351         * gnus-start.el: Ignore some groups.
6352         (gnus-setup-news): Bind nnmail-fetched-sources.
6353
6354         * message.el (message-send-mail): Remove all tabs.
6355
6356         * mm-util.el (mm-find-charset-region): Just check whether
6357         find-charset-region is defined.
6358
6359 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6360
6361         * gnus-group.el (gnus-group-get-new-news): Use
6362         nnmail-fetched-sources.
6363
6364         * nnmail.el (nnmail-fetched-sources): New variable.
6365         (nnmail-get-new-mail): Use it.
6366
6367         * mail-source.el (mail-source-fetched-sources): New variable.
6368         (mail-source-fetch): Use it.
6369
6370 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6371
6372         * gnus.el (gnus-getenv-nntpserver): if the file that
6373         gnus-nntpserver-file names has a trailing newline, the
6374         string-match will always match, and thus the file will never be
6375         read.  (^ matches start of "line", \\` matches start of "buffer",
6376         which is what was intended...)
6377
6378 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6379
6380         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6381
6382 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6385         select methods.
6386
6387 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6388
6389         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6390
6391 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6392
6393         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6394
6395 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6396
6397         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6398         a typo.
6399         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6400         charset to nil.
6401         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6402         * gnus-start.el (gnus-start-draft-setup): Ditto.
6403
6404 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6405
6406         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6407         (mail-source-value): Don't do variables.
6408
6409         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6410
6411         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6412
6413 1999-02-01  Michael Cook  <cook@sightpath.com>
6414
6415         * Defenestrate spurious ?a.
6416
6417 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6418
6419         * mail-source.el (mail-source-fetch-pop): Instead use
6420         :authentication.
6421
6422 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6423
6424         * lisp/mail-source.el : Support APOP authentication scheme.
6425
6426 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6427
6428         * pop3.el (pop3-movemail): Return t.
6429
6430 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * rfc2047.el (rfc2047-fold-region): New function.
6433         (rfc2047-encode-message-header): Use it.
6434
6435 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6436
6437         * gnus-sum.el (gnus-group-charset-alist): Add more.
6438
6439 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6440
6441         * gnus.el: Pterodactyl Gnus v0.75 is released.
6442
6443 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * gnus-art.el (article-display-x-face): Don't narrow to head.
6446
6447 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6448
6449         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6450
6451 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * mail-source.el (mail-source-fetch-directory): Ignore
6454         directories.
6455
6456         * gnus-cus.el (gnus-group-parameters): Addition.
6457
6458         * gnus-art.el (article-strip-banner): Do symbolic banners.
6459         (article-strip-banner): New keystroke.
6460
6461 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6462
6463         * gnus-art.el (article-strip-banner): New command.
6464
6465 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * gnus-art.el (gnus-treat-strip-banners): New variable.
6468
6469 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6472         has been exist.
6473
6474 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6475
6476         * message.el (message-draft-coding-system): Check coding-system.
6477         * mm-util.el (mm-text-coding-system): Ditto.
6478
6479 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * mail-source.el (mail-source-fetch-pop): Save excursion.
6482
6483 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * mail-source.el (mail-source-movemail-args): Not constant.
6486         (mail-source-movemail-args): Removed.
6487         (mail-source-fetch-with-program): New function.
6488         (mail-source-fetch-pop): Use program and function.
6489         (mail-source-movemail-program): Removed.
6490
6491         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6492         (gnus-treat-date-user-defined): New variable.
6493
6494 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6495
6496         * nnmail.el (nnmail-fix-eudora-headers): New function.
6497
6498 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499
6500         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6501
6502 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6503
6504         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6505         (smiley-nosey-regexp-alist): Ditto.
6506
6507         * gnus-art.el (gnus-treatment-function-alist): Do
6508         gnus-article-add-buttons-to-head later.
6509         (gnus-treat-capitalize-sentences): New variable.
6510         (article-capitalize-sentences): New command and keystroke.
6511
6512         * gnus-group.el (gnus-group-catchup-current): Do group.
6513
6514         * message.el (message-default-charset): Add group.
6515
6516 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6517
6518         * gnus.el: Pterodactyl Gnus v0.74 is released.
6519
6520 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * gnus-art.el (article-fill-long-lines): Renamed.
6523         (article-fill-long-lines): New keystroke.
6524
6525 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526
6527         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6528
6529         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6530         displayed.
6531         (gnus-group-catchup-current): Be more robus.
6532
6533         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6534         headers.
6535
6536 1999-01-25  Dave Love  <fx@gnu.org>
6537
6538         * message.el (message-mode-menu): Add message-mime-attach-file.
6539         (message-mode): Doc fix.
6540
6541 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * nnmail.el (nnmail-check-duplication): Insert the mail source
6544         string.
6545
6546         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6547         (mail-source-fetch-directory): Ditto.
6548         (mail-source-fetch-file): Ditto.
6549         (mail-source-string): New variable.
6550
6551         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6552         the level.
6553
6554         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6555         before handling.
6556
6557         * mm-util.el (mm-mime-charset): Use the parameters.
6558         (mm-mime-charset): Removed region paremeters.
6559
6560         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6561         source.
6562
6563 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6564
6565         * nnmail.el (nnmail-get-split-group): Quote right.
6566
6567 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6568
6569         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6570         buffer.
6571
6572 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573
6574         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6575         (gnus-group-mode): Don't hook.
6576
6577         * mail-source.el (mail-source-bind): Doc fix.
6578         (mail-source-bind): Take only one param.
6579
6580         * gnus-art.el (gnus-treat-highlight-signature): typep.
6581
6582         * mail-source.el (mail-source-movemail): Ignore empty file.
6583         (mail-source-callback): Check before deleting.
6584
6585         * message.el (message-mime-attach-file): Include name.
6586
6587 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6588
6589         * mm-util.el (mm-read-charset): Return a symbol.
6590
6591         * mm-view.el (mm-inline-text): Insert signature separator.
6592
6593         * gnus-art.el (gnus-treat-predicate): New function.
6594         (gnus-treat-article): Allow all types to be checked.
6595
6596         * gnus-util.el (gnus-or): New function.
6597         (gnus-and): Ditto.
6598
6599         * gnus-art.el (gnus-mime-display-single): Use override.
6600
6601         * mm-decode.el (mm-attachment-override-types): New variable.
6602         (mm-attachment-override-p): New function.
6603
6604         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6605
6606 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6607
6608         * mm-view.el (mm-inline-text): Do vcards.
6609
6610 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6611
6612         * gnus.el: Pterodactyl Gnus v0.73 is released.
6613
6614 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6615
6616         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6617         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6618         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6619         (nnmail-movemail-program): Removed.
6620         (nnmail-movemail-args): Removed.
6621         (nnmail-pop-password-required): Ditto.
6622         (nnmail-tmp-directory): Ditto.
6623         (nnmail-delete-incoming): Removed.
6624         (nnmail-pop-password, nnmail-moved-inboxes,
6625         nnmail-internal-password, nnmail-move-inbox): Removed.
6626         (nnmail-read-passwd): Ditto.
6627         (nnmail-get-spool-files): Removed.
6628         (nnmail-resplit-incoming): Reinstated.
6629
6630         * mail-source.el: New file.
6631
6632 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6633
6634         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6635
6636 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6639
6640 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6643
6644         * gnus-picon.el (gnus-group-display-picons): Goto body.
6645
6646         * gnus.el: Indented all functions; broke long lines; changed all
6647         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6648
6649 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6650
6651         * gnus.el: Pterodactyl Gnus v0.72 is released.
6652
6653 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654
6655         * gnus.el: Cleaned up trailing whitespace.
6656
6657         * mm-util.el (mm-read-charset): Work.
6658
6659 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6660
6661         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6662         nnheader-translate-file-chars'd group name.
6663
6664 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6665
6666         * message.el (message-encode-message-body): Fold case.
6667
6668 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6669
6670         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6671
6672 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673
6674         * mailcap.el (mailcap-add): New function.
6675
6676 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6679         (article-goto-body): Use it.
6680         (gnus-treat-article): Ditto.
6681
6682         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6683         downloaded articles from the downloadeble list.
6684
6685 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * message.el (message-encode-message-body): Bind
6688         mail-parse-charset.
6689
6690         * mm-util.el (mm-charset-synonym-alist): New variable.
6691         (mm-charset-to-coding-system): Use it.
6692         (mm-charset-coding-system-alist): Removed.
6693         (mm-charset-to-coding-system): Don't use it.
6694         (mm-find-charset-region): Use mail-parse-charset.
6695
6696         * gnus-art.el (gnus-treatment-function-alist): Use
6697         gnus-article-display-picons.
6698         (gnus-treat-display-xface): Only do if we have xface feature.
6699         (gnus-part-display-hook): New function.
6700         (gnus-treat-article): Use it.
6701         (gnus-treat-article): Use gnus-visual.
6702
6703         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6704
6705         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6706         displaying.
6707
6708         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6709
6710         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6711         regexp file names.
6712
6713 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6714
6715         * gnus.el: Pterodactyl Gnus v0.71 is released.
6716
6717 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * mm-view.el (mm-inline-image): Don't add a dot.
6720
6721         * gnus-art.el (gnus-treat-article): New function.
6722
6723         * gnus.el (gnus-article-display-hook): Removed.
6724
6725         * gnus-art.el (gnus-article-treat-custom): New variable.
6726
6727         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6728
6729         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6730         functions.
6731
6732         * message.el (message-posting-charset): New variable.
6733         (message-send-mail): Use it.
6734
6735         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6736         (gnus-setup-posting-charset): New function.
6737         (gnus-setup-message): Use it.
6738
6739         * message.el (message-encode-message-body): Just look for
6740         Content-Type before inserting a new one.
6741
6742 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743
6744         * rfc2047.el (rfc2047-default-charset): Removed.
6745
6746         * mail-prsvr.el: New file.
6747         (mail-parse-charset): New variable.
6748
6749         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6750         Changed name.
6751
6752         * gnus.el (gnus-charset): New group.
6753
6754         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6755
6756         * gnus-sum.el (gnus-default-charset): Default to nil.
6757         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6758         (gnus-newsgroup-iso-8859-1-forced): Removed.
6759
6760         * mm-util.el (mm-known-charsets): Removed.
6761         (mm-default-coding-system): Removed.
6762         (mm-default-charset): Removed.
6763         (mm-read-charset): New function.
6764
6765         * message.el (message-default-charset): Removed.
6766
6767         * rfc2047.el (rfc2047-default-charset): Default to nil.
6768
6769         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6770
6771 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6772
6773         * gnus.el: Pterodactyl Gnus v0.70 is released.
6774
6775 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * mm-decode.el (mm-save-part): Use mm-get-part.
6778         (mm-insert-part): New function.
6779         (mm-get-part): Use it.
6780         (mm-get-image): Ditto.
6781         (mm-display-external): Ditto.
6782
6783         * mm-view.el (mm-inline-text): Ditto.
6784
6785         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6786         ranges.
6787
6788         * mm-decode.el (mm-display-external): Save the buffer.
6789         (mm-remove-part): Kill it.
6790
6791         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6792
6793         * nnagent.el (nnagent-request-set-mark): Defined stub.
6794
6795 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6796
6797         * gnus-score.el (gnus-score-load-score-alist): Bind
6798         coding-system-for-read.
6799
6800         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6801         prepare-exit-hook.
6802
6803         * mm-view.el (mm-setup-w3): Require w3.
6804
6805 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6806
6807         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6808         body.
6809
6810 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * mm-encode.el: Ditto.
6813
6814         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6815         error.
6816
6817         * mailcap.el (mailcap-mime-data): SAFER ps.
6818
6819         * message.el (message-encode-message-body): Always insert a
6820         Content-Type header.
6821
6822         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6823         shown inline.
6824
6825         * mm-view.el (mm-inline-text): Handle all sorts of text.
6826
6827         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6828         don't view.
6829
6830         * mm-decode.el (mm-display-external): Use it.
6831
6832         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6833
6834         * mm-decode.el (mm-save-part): Removed double code.
6835
6836 1999-01-12  Dave Love  <fx@gnu.org>
6837
6838         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6839         application/octet-stream .gz & al files with jka-compr.
6840
6841 1999-01-12  Dave Love  <fx@gnu.org>
6842
6843         * gnus-ems.el (gnus-down-mouse-3): New variable.
6844         * gnus-art.el (gnus-mime-button-map): Use it.
6845         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6846
6847 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6850
6851 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6852
6853         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6854         buffers.
6855
6856         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6857
6858         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6859
6860 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6861
6862         * mml.el (mml-parameter-string): Strip directory component.
6863
6864 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * gnus.el (gnus-use-demon): Removed.
6867
6868 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * nnmail.el (nnmail-article-group): Don't infloop.
6871
6872 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6873
6874         * gnus-art.el (article-update-date-lapsed): Made it work with
6875         picons, and make it update on all visible frames.
6876         (article-date-ut): Get summary-buffer's current-headers.
6877
6878 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6879
6880         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6881         (gnus-picons-setup-p): New variable.
6882
6883 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6884
6885         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6886
6887 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6888
6889         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6890         (gnus-summary-exit-no-update): Use mapcar.
6891
6892 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6893
6894         * gnus-agent.el (gnus-category-write): Make directory.
6895
6896 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6897
6898         * gnus-sum.el (gnus-update-read-articles):
6899         (gnus-update-marks): Request backend update of mark.
6900
6901 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * mm-bodies.el (mm-body-encoding): Use mm-find.
6904
6905 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6906
6907         * gnus-picon.el (gnus-article-display-picons): Fix.
6908
6909 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6910
6911         * gnus.el: Pterodactyl Gnus v0.69 is released.
6912
6913 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914
6915         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6916
6917         * gnus-agent.el (gnus-agent-remove-group): New command and
6918         keystroke.
6919
6920         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6921
6922 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6923
6924         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6925
6926 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6927
6928         * mm-view.el (mm-inline-text): Bind current id.
6929
6930         * mm-decode.el (mm-handle-id): New macro.
6931         (mm-make-handle): Accept id.
6932         (mm-dissect-singlepart): Use it.
6933
6934 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6935
6936       * message.el (message-cite-original-without-signature): Use
6937       message-signature-separator when searching for signature in
6938       message-cite-original-without-signature.
6939
6940 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6941
6942         * gnus.el (gnus-server-to-method): Check named methods.
6943
6944 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945
6946         * mm-view.el (mm-view-message): Goto point-min.
6947
6948         * nnmail.el (nnmail-article-group): Don't delete lines, only
6949         shorten them.
6950
6951         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6952         values.
6953
6954         * nnheader.el (nnheader-temp-directory): New variable.
6955         (nnheader-temp-directory): Removed.
6956
6957 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6958
6959         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6960         list of files to check for mailcap entries under windows-nt.
6961
6962 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6965         summary buffer exists.
6966
6967 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6968
6969         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6970         irrelevant Sun sendmail bug.
6971         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6972
6973         * message.el (message-send-news): Bind mail-header-separator to
6974         "" when asking backend to post.
6975
6976 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6977
6978         * mm-uu.el (mm-dissect-disposition): New variable.
6979         (mm-uu-dissect): Use it.
6980
6981 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982
6983         * mm-view.el (mm-inline-text): Bind url-current-object.
6984
6985 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6986
6987         * gnus-range.el (gnus-remove-from-range): Rewrite.
6988
6989 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6990
6991         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6992
6993 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6994
6995         * message.el (message-encode-message-body): Insert `MIME-Version'
6996         instead of `Mime-Version'.
6997
6998 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6999
7000         * message.el (message-insert-mime-part): Add the attachment
7001         disposition.
7002         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
7003         (message-mime-query-type): New function.
7004         (message-mime-query-description): Ditto.
7005         (message-mime-query-file): Ditto.
7006         (message-insert-mime-part): Use them.
7007         (message-mime-insert-external): Use the new stuff.
7008
7009 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7010
7011         * nnmail.el (nnmail-split-header-length-limit): New variable.
7012
7013         * mm-decode.el (mm-dissect-buffer): Check syntax.
7014
7015         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
7016
7017         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
7018         (rfc2047-dissect-region): Ditto.
7019
7020 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021
7022         * mm-view.el (mm-view-message): Decode charset.
7023
7024 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
7027         CT headers.
7028
7029 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
7032         mm-uu-*-function.
7033         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
7034
7035 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036
7037         * message.el (message-send-mail): Do MML first.
7038         (message-send-news): Ditto.
7039
7040 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * gnus-picon.el (gnus-picons-face): New face.
7043         (gnus-picons-try-face): Use it.
7044
7045 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7046
7047         * gnus.el: Pterodactyl Gnus v0.68 is released.
7048
7049 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7050
7051         * gnus.el: Pterodactyl Gnus v0.67 is released.
7052
7053 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7054
7055         * gnus.el: Pterodactyl Gnus v0.66 is released.
7056
7057 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * gnus-art.el (gnus-insert-mime-button): Decode description.
7060
7061 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7062
7063         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
7064         (gnus-decode-header-methods): Ditto.
7065         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
7066
7067 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
7068
7069         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
7070
7071 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7072
7073         * mml.el (mml-insert-mime-headers): Encode description.
7074
7075         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
7076         line.
7077
7078         * gnus-sum.el (gnus-default-charset): Doc fix.
7079
7080 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7081
7082         * mm-decode.el (mm-display-part): Forward a line.
7083
7084 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7085
7086         * mm-util.el (mm-running-ntemacs): New variable.
7087         (mm-text-coding-system): Ditto.
7088         * nnmail.el (nnmail-incoming-coding-system): Ditto.
7089         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
7090
7091 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092
7093         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
7094         buffer.
7095
7096         * message.el (message-insert-headers): New command and keystroke.
7097
7098 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7099
7100         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
7101         (mm-get-image): Ditto.
7102
7103         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
7104         base64, uudecode and binhex.
7105
7106 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7107
7108         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
7109         in text/plain.
7110         * mm-uu.el (mm-uu-dissect): Use inline.
7111
7112 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * mm-view.el (mm-view-message): New function.
7115
7116         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
7117         qp.
7118
7119 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
7120
7121         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
7122         entry for message/rfc822 as 8bit.
7123
7124 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7125
7126         * mailcap.el (mailcap-mime-extensions): Add patch.
7127
7128 1998-12-05  Dale Hagglund  <rdh@best.com>
7129
7130         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
7131         argument to force all multipart/* to look like multipart/mixed.
7132
7133         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
7134         variable.
7135         (gnus-mime-display-part): Use it.
7136
7137 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138
7139         * gnus-draft.el (gnus-draft-send): Only disable checks for
7140         non-interactive use.
7141         (gnus-draft-send-message): Use it.
7142
7143 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7144
7145         * gnus.el: Pterodactyl Gnus v0.65 is released.
7146
7147 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7148
7149         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
7150
7151         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
7152
7153 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7154
7155         * gnus.el: Pterodactyl Gnus v0.64 is released.
7156
7157 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7158
7159         * mm-view.el (mm-setup-w3): Don't load.
7160
7161         * gnus-msg.el (gnus-setup-message): Set group name.
7162         (gnus-group-mail): Avoid leaking local vars.
7163
7164         * message.el (message-attach-file): Renamed.
7165         (message-mime-attach-file): Renamed again.
7166
7167 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
7168
7169         * gnus-art.el (article-decode-encoded-words): Bind
7170         rfc2047-default-charset here.
7171
7172         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
7173
7174 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7175
7176         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
7177         (gnus-picons-setup-hook): New hook.
7178
7179 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7180
7181         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
7182         string.
7183         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
7184         line.
7185
7186 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * gnus-art.el (gnus-article-prepare-display): Setup w3.
7189         (gnus-mime-view-part): Ditto.
7190         (gnus-mime-inline-part): Dotii.
7191         (gnus-mime-externalize-part): Daddo.
7192         (gnus-mime-internalize-part): Tutti frutti.
7193         (gnus-widget-press-button): Da da do.
7194
7195         * mm-view.el (mm-setup-w3): Require url-vars.
7196
7197 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7198
7199         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
7200         * mm-util.el (mm-find-charset-region): Ditto.
7201
7202 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * message.el (message-send): Don't encode here.
7205         (message-send-mail): But here.
7206         (message-send-news): And here.
7207
7208 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7209
7210         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
7211
7212 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7213
7214         * gnus.el: Pterodactyl Gnus v0.63 is released.
7215
7216 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * mml.el (mml-base-boundary): Shorten.
7219
7220         * message.el (message-insert-mime-part): Use default.
7221
7222         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
7223
7224 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7225
7226         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
7227         buttons, not [*].
7228
7229 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7230
7231         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
7232
7233 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
7234
7235         * gnus-art.el (gnus-insert-mime-button): Fix.
7236
7237 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7238
7239         * message.el (message-insert-mime-part): Nicify prompts.
7240         (message-insert-mime-part): Really delete duplicates.
7241         (message-insert-mime-part): Check against common errors.
7242         (message-insert-mime-part): Fix docstring.
7243
7244 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7247
7248 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7249
7250         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7251         (gnus-insert-mime-button): Modify accordingly.
7252
7253 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7254
7255         * gnus-art.el (gnus-display-mime): Set window point.
7256
7257         * mm-decode.el (mm-display-external): Only decode when not
7258         saving.
7259         (mm-alternative-precedence): Prefer multiparts.
7260         (mm-inline-media-tests): Inline multiparts.
7261
7262         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7263         Ignore errors when requiring url.
7264
7265         * mml.el (mml-quote-region): New command.
7266
7267         * message.el (message-cite-original): Use it.
7268         (message-cite-original-without-signature): Ditto.
7269
7270 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7271
7272         * gnus.el: Pterodactyl Gnus v0.62 is released.
7273
7274 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275
7276         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7277
7278 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7279
7280         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7281         `point-max-marker'.
7282
7283 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7284
7285         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7286
7287         * gnus-art.el (gnus-mime-display-single): Check for attachment
7288         before other tests.
7289
7290 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7291
7292         * gnus-msg.el (gnus-configure-posting-styles): find a
7293         posting-style entry in the group parameters, if any, and honor it
7294         at the end.
7295
7296 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7297
7298         * nntp.el (nntp-after-change-function): Fix.
7299
7300 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7301
7302         * mml.el (mml-generate-mime-1): Insert literally.
7303
7304 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7305
7306         * mml.el (mml-insert-mime-headers): Removed debug.
7307
7308 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7311         prefixed.
7312
7313         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7314         application/emacs-lisp to 8bit.
7315
7316 1998-12-03  Dale Hagglund  <rdh@best.com>
7317
7318         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7319
7320 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7321
7322         * gnus.el: Pterodactyl Gnus v0.61 is released.
7323
7324 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * mml.el (mml-parse-1): Skipped parts.
7327         (mml-insert-mime-headers): Nil is a list.
7328         (mml-generate-mime-1): Don't insert literally.
7329         (mml-read-tag): Drop text props.
7330         (mml-read-part): Ditto.
7331         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7332
7333 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7334
7335         * gnus.el: Pterodactyl Gnus v0.60 is released.
7336
7337 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * mml.el (mml-parse-1): Don't throw contents away.
7340
7341 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7342
7343         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7344
7345 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7346
7347         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7348         function.
7349         (mml-parse-1): Use it.
7350
7351 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7352
7353         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7354         Use gnus-newsgroup-default-charset.
7355         (article-decode-encoded-words): Remove charset codes.
7356         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7357         gnus-default-charset.
7358
7359 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * message.el (message-send-mail): Don't encode here.
7362         (message-send-news): Nor here.
7363         (message-send): ... but here instead.
7364
7365         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7366         default to nil.
7367         (gnus-article-display-picons): Replace From line.
7368         (gnus-group-display-picons): Replace Newsgroups line.
7369         (gnus-picons-display-glyph): Set baseline.
7370         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7371         (gnus-picons-xbm-face): Revert to old, standard colors.
7372
7373         * message.el (message-fetch-field): Remove text props.
7374
7375         * gnus-art.el (gnus-article-normalized-header-length): New
7376         variable.
7377         (article-normalize-headers): New command and keystroke.
7378
7379         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7380
7381 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7382
7383         * gnus.el: Pterodactyl Gnus v0.59 is released.
7384
7385 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7388
7389         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7390
7391 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7392
7393         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7394
7395 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * mm-decode.el (mm-all-images-fit): New variable.
7398         (mm-image-fit-p): Use it.
7399
7400         * gnus-art.el (gnus-mime-display-single): Use it.
7401         (gnus-mime-internalize-part): New command and keystroke.
7402
7403         * mm-decode.el (mm-user-automatic-external-display): New
7404         variable.
7405         (mm-automatic-external-display-p): New function.
7406
7407         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7408         colors.
7409
7410 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7411
7412         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7413
7414         * gnus-art.el (gnus-with-article): Work in the original article
7415         buffer.
7416         (gnus-with-article): Work in read-only groups.
7417
7418 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7419
7420         * mm-bodies.el (mm-decode-string): Return original string if not
7421         decode.
7422
7423 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7424
7425         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7426
7427 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7428
7429         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7430
7431 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7432
7433         * gnus.el: Pterodactyl Gnus v0.58 is released.
7434
7435 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7436
7437         * mm-decode.el (mm-get-image): Return a glyph, not an image
7438         specifier.
7439
7440 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7441
7442         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7443
7444 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7445
7446         * mail-parse.el (rfc2045): Required.
7447
7448 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7449
7450         * mm-view.el (mm-inline-text): Remove props.
7451
7452 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453
7454         * mm-view.el (mm-setup-w3): Protect url-misc.
7455
7456         * message.el (message-ignored-resent-headers): Remove
7457         Gnus-Warning.
7458
7459         * mml.el (mml-insert-mime-headers): Use encoding.
7460         (mml-parameter-string): Ditto.
7461
7462         * rfc2045.el: New file.
7463         (rfc2045-encode-string): New function.
7464
7465 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * mail-parse.el (mail-header-encode-parameter): New function.
7468
7469         * rfc2231.el (rfc2231-encode-string): New function.
7470
7471 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7472
7473         * mm-bodies.el (mm-decode-string): New function.
7474         * mm-view.el (mm-inline-text): Use mm-decode-string.
7475
7476 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7477
7478         * gnus.el: Pterodactyl Gnus v0.57 is released.
7479
7480 1998-11-23  Felix Lee  <flee@cygnus.com>
7481
7482         * nntp.el (nntp-async-needs-kluge): new setting.
7483         (nntp-async-timer): new var.
7484         (nntp-async-process-list): new var.
7485         (nntp-async-kluge): new function.
7486         (nntp-async-timer-handler): new function.
7487         (nntp-async-wait): new function.
7488         (nntp-async-stop): new function.
7489         (nntp-after-change-function): renamed, and split apart.
7490         (nntp-async-trigger): new function.
7491         (nntp-do-callback): new function.
7492         (nntp-accept-process-output): add optional timeout arg.
7493
7494         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7495         (gnus-async-wait-for-article): new function.
7496         (gnus-async-with-semaphore): s/asynch/async/.
7497
7498 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * gnus-art.el (gnus-with-article): Don't encode.
7501         (gnus-insert-mime-button): Fall back on filename from C-D.
7502         (gnus-mime-display-single): Have dots right on text/plain
7503         attachments.
7504
7505         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7506         broken parts.
7507
7508         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7509
7510         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7511         binhex.
7512
7513         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7514         (gnus-summary-repair-multipart): New command and keystroke.
7515
7516         * gnus-art.el (gnus-with-article-buffer): New macro.
7517
7518 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7519
7520         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7521         undisplay the part.
7522
7523 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524
7525         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7526
7527         * mml.el (mml-read-part): Partition right.
7528
7529         * mm-decode.el (mm-handle-set-cache): New macro.
7530         (mm-handle-cache): Ditto.
7531         (mm-make-handle): Ditto.
7532         (mm-dissect-singlepart): Use it.
7533         (mm-get-image): Use the cache.
7534
7535 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7538         (gnus-mime-display-single): Don't insert lines between parts.
7539
7540 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7541
7542         * nnmail.el (nnmail-file-coding-system-1): New variable.
7543         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7544         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7545         * nnml.el (nnml-file-coding-system): New variable.
7546         (nnml-request-article): Use nnml-file-coding-system.
7547
7548 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7549
7550         * gnus.el: Pterodactyl Gnus v0.56 is released.
7551
7552 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7553
7554         * gnus-art.el (gnus-mime-display-part): New function.
7555         (gnus-mime-display-mixed): Use it.
7556
7557         * mm-view.el (mm-setup-w3): Don't register.
7558
7559         * message.el (message-cite-original): Cite parts.
7560
7561 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * mml.el (mml-parameter-string): New function.
7564         (mml-insert-mime-headers): Separated into new function.
7565
7566 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7567
7568         * mml.el (mml-make-boundary): Use `make-string'.
7569
7570 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7571
7572         * binhex.el (binhex-insert-char): Ditto.
7573
7574         * base64.el (base64-insert-char): Ditto.
7575
7576         * uudecode.el (uudecode-insert-char): Code correctly.
7577
7578 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * mml.el (mml-generate-mime): Don't generate multiparts for
7581         empties.
7582
7583         * gnus-art.el (gnus-display-mime): Save excursion.
7584
7585         * message.el (message-remove-first-header): New function.
7586         (message-encode-message-body): Use it.
7587
7588 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7589
7590         * gnus.el: Pterodactyl Gnus v0.55 is released.
7591
7592 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7593
7594         * mm-view.el (mm-setup-w3): New function.
7595
7596         * mm-decode.el (mm-content-id-get-contents): New function.
7597         (mm-content-id-get-type): Ditto.
7598         (mm-content-id-get-encoding): Ditto.
7599         (mm-get-handle-by-content-id): Removed.
7600
7601 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7602
7603         * message.el (message-generate-new-buffers): Fix tag.
7604
7605 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7606
7607         * message.el (message-buffer-name): Check for unique first.
7608
7609         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7610         gnus-inhibit-mime-unbuttonizing.
7611
7612         * gnus-sum.el (t): Bind M-t.
7613         (gnus-inhibit-unbuttonizing): New variable.
7614         (gnus-summary-toggle-display-buttonized): New command.
7615
7616         * gnus-art.el (gnus-display-mime): Select article window.
7617         (article-strip-trailing-space): New command and keystroke.
7618
7619         * nneething.el (nneething-include-files): New variable.
7620         (nneething-create-mapping): Use it.
7621
7622         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7623
7624         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7625         ayto-expirable marks.
7626
7627 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7628
7629         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7630
7631         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7632         ARG.
7633
7634         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7635
7636 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7637
7638         * mm-util.el (mm-binary-coding-system): New variable.
7639         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7640         * mm-decode.el (mm-display-external): Ditto.
7641
7642 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7643
7644         * gnus.el: Pterodactyl Gnus v0.54 is released.
7645
7646 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7649
7650 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7651
7652         * mm-decode.el (mm-save-part): Unquote.
7653
7654 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7655
7656         * mm-decode.el (mm-save-part): Bind coding system for write.
7657
7658 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7659
7660         * gnus-art.el (gnus-article-mode-line-format): New default.
7661         (gnus-article-mime-part-status): New function.
7662
7663         * message.el (message-send-news): Check the body syntax before
7664         encoding.
7665
7666         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7667         (gnus-mime-display-single): Use it.
7668         (gnus-mime-display-alternative): Ditto.
7669
7670         * mm-decode.el: Check for whether we are running under a term.
7671
7672 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * mm-decode.el (mm-preferred-alternative): Default to first
7675         alternative.
7676         (mm-preferred-alternative): No, we dont.
7677
7678 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7679
7680         * mm-decode.el (mm-display-external): Use binary instead of
7681         no-conversion.
7682         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7683         * nnheader.el (nnheader-file-coding-system): Ditto.
7684         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7685
7686 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7687
7688         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7689         name without method.
7690
7691 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7692
7693         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7694         coding-system -> default-charset.
7695         (gnus-newsgroup-default-charset-alist): Ditto.
7696         (gnus-summary-local-variables): Ditto.
7697         (gnus-set-global-variables): Ditto.
7698         (gnus-get-newsgroup-headers): Ditto.
7699         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7700         (gnus-get-newsgroup-headers-xover): Ditto.
7701         (gnus-newsgroup-setup-default-charset): Ditto.
7702         (article-decode-mime-words): Ditto.
7703         (article-decode-charset): Ditto.
7704         (article-decode-encoded-words): Ditto.
7705         (article-de-quoted-unreadable): Ditto.
7706         (gnus-mime-view-all-parts): Ditto.
7707         (gnus-mime-externalize-part): Ditto.
7708         (gnus-mm-display-part): Ditto.
7709         (gnus-mime-display-single): Ditto.
7710         (gnus-mime-display-alternative): Ditto.
7711         * lpath.el : Ditto.
7712
7713 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7714
7715         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7716         * gnus-art.el (article-decode-charset): Overlay
7717         rfc2047-default-charset.
7718         * message.el (message-draft-coding-system): New variable.
7719         (message-set-auto-save-file-name): Use message-draft-coding-system.
7720         * nndraft.el (nndraft-request-article): Ditto.
7721         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7722         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7723
7724 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7725
7726         * mm-uu.el (mm-uu-test): New function.
7727         (mm-uu-dissect): Inherit charset and cte from head.
7728         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7729
7730 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7731
7732         * gnus.el: Pterodactyl Gnus v0.53 is released.
7733
7734 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * mm-decode.el (mm-get-image): New function.
7737         (mm-image-fit-p): New function.
7738
7739         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7740
7741         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7742
7743         * gnus-art.el (gnus-article-insert-newline): New function.
7744         (article-goto-body): New function.
7745
7746 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7749         buttons.
7750
7751         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7752         keystroke.
7753
7754         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7755         line between parts.
7756
7757         * message.el (message-remove-header): Go to end if wanted.
7758
7759 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7760
7761         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7762         movement with save-window-excursion.
7763
7764 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7765
7766         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7767
7768 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7769
7770         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7771
7772 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7773
7774         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7775         gnus-newsgroup-coding-system.
7776         (gnus-get-newsgroup-headers): Ditto.
7777         (gnus-get-newsgroup-headers-xover): Ditto.
7778         (gnus-set-global-variables): Ditto.
7779         * gnus-art.el (article-decode-mime-words): Ditto.
7780         (article-decode-charset): Ditto.
7781         (article-decode-encoded-words): Ditto.
7782         (article-de-quoted-unreadable): Ditto.
7783         (gnus-mime-view-all-parts): Ditto.
7784         (gnus-mime-externalize-part): Ditto.
7785         (gnus-mm-display-part): Ditto.
7786         (gnus-mime-display-alternative): Ditto.
7787         (gnus-mime-display-single): Ditto.
7788         * mm-view.el (mm-inline-text): Use default coding system.
7789
7790 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7791
7792         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7793         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7794         (gnus-newsgroup-coding-system): New local variable.
7795         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7796         (gnus-summary-local-variables): Add two new local variables.
7797         (gnus-newsgroup-setup-coding-system): New function.
7798         (gnus-select-newsgroup): Setup coding system.
7799         * lpath.el: Add two new variables.
7800         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7801         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7802         * gnus-cus.el (gnus-group-parameters): Customizable
7803         iso-8859-1-forced.
7804
7805 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7806
7807         * gnus.el: Pterodactyl Gnus v0.52 is released.
7808
7809 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7810
7811         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7812         encoding.
7813
7814         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7815         undisplayed text types.
7816
7817         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7818         types.
7819
7820 1998-11-19  Felix Lee  <flee@cygnus.com>
7821
7822         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7823
7824 1998-11-19  Felix Lee  <flee@cygnus.com>
7825
7826         * gnus-async.el (gnus-asynch-obarray): rename to
7827         gnus-async-hashtb, and don't buffer-local it.
7828
7829         (gnus-async-article-callback): new function.
7830         (gnus-make-async-article-function): use it.
7831
7832         (gnus-async-current-prefetch-group): new var.
7833         (gnus-async-current-prefetch-article): new var.
7834         (gnus-async-request-fetched-article): are we fetching it already?
7835
7836         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7837
7838 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839
7840         * gnus-sum.el (gnus-summary-show-article): Require.
7841
7842         * message.el: Provide before hooks.
7843         (message-send-news): Do MIME before headers.
7844
7845         * gnus-art.el (gnus-article-check-buffer): New function.
7846         (gnus-article-read-summary-keys): Use it.
7847
7848         * mm-decode.el (mm-user-automatic-display): Display all inline
7849         images.
7850
7851         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7852         much.
7853         (gnus-unbuttonized-mime-types): New variable.
7854
7855 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7856
7857         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7858
7859         * mm-decode.el (mm-quote-arg): Quote semicolons.
7860
7861         * gnus-art.el (gnus-mime-display-single): Don't display
7862         attachments.
7863         (gnus-mime-externalize-part): New command and keystroke.
7864
7865         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7866         (mm-alternative-precedence): Changed order.
7867
7868 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7869
7870         * gnus.el (gnus-method-simplify): New function.
7871         (gnus-native-method-p): New function.
7872         (gnus-secondary-method-p): Use gnus-method-equal.
7873
7874         * gnus-start.el (gnus-group-change-level): Shorten select method.
7875
7876 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7877
7878         * gnus.el: Pterodactyl Gnus v0.51 is released.
7879
7880 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * gnus.el: Applied patches from 5.6.45.
7883
7884         * gnus-score.el (gnus-score-find-trace): Print complete file
7885         paths.
7886         (gnus-score-find-trace): Truncate lines.
7887
7888         * gnus.el (gnus-message-archive-group): Allow function.
7889
7890         * message.el (message-encode-message-body): Remove Mime-Version
7891         before inserting.
7892
7893         * gnus-cus.el (gnus-group-customize): Optional topic.
7894
7895         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7896         keystroke.
7897
7898 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7899
7900         * message.el (message-encode-message-body): Rewrite.
7901
7902 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * mml.el (mml-base-boundary): New variable.
7905         (mml-make-boundary): New function.
7906
7907         * gnus-cache.el (gnus-cache-coding-system): New variable.
7908         (gnus-cache-request-article): Use it.
7909
7910         * message.el (message-insert-mime-part): Delete duplicates.
7911
7912 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7913
7914         * gnus-art.el (gnus-mime-display-alternative): Set end of
7915         multipart and display even when nothing is preferred.
7916
7917 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7918
7919         * gnus.el: Pterodactyl Gnus v0.50 is released.
7920
7921 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7922
7923         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7924         fbound.
7925
7926         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7927
7928 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7929
7930         * gnus.el (gnus-similar-server-opened): Compare backend.
7931
7932 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7933
7934         * gnus-topic.el (gnus-topic-expire-articles): New function.
7935         (gnus-topic-mode-map): Bind it.
7936
7937         * gnus.texi (Topic Commands): New expiry command. Reordered.
7938
7939 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7940
7941         * gnus-sum.el
7942         (gnus-auto-expirable-marks): New variable.
7943         (gnus-inhibit-user-auto-expire): New variable.
7944         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7945         When looking to see if we should expire instead, check
7946         gnus-auto-expirable-marks instead of using a hard-wired list.
7947         (gnus-summary-mark-as-read-forward,
7948         gnus-summary-mark-as-read-backward):
7949         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7950         gnus-summary-mark-forward, instead of `t'.
7951
7952 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7953
7954         * mml.el (mml-compute-boundary): New function.
7955         (mml-compute-boundary-1): New function.
7956         (mml-generate-mime-1): Use it.
7957
7958 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7959
7960         * mml.el (mml-generate-mime-1): Always precede closing boundary
7961         with newline.
7962
7963 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * mml.el (mml-generate-mime-1): Do right boundaries when several
7966         multiparts.
7967
7968         * mm-decode.el (mm-user-automatic-display): Default to inline
7969         jpeg.
7970
7971         * mml.el (mml-generate-mime-1): Encode non-text parts.
7972
7973 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7974
7975         * gnus.el: Pterodactyl Gnus v0.49 is released.
7976
7977 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7978
7979         * mm-view.el (mm-inline-text): Require w3-vars.
7980
7981         * gnus-setup.el (gnus-use-tm): Removed.
7982
7983         * gnus-art.el (gnus-article-goto-part): Don't beep.
7984         (gnus-article-view-part): Check return value.
7985         (gnus-mime-display-alternative): Don't display when there is
7986         nothing to display.
7987
7988         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7989         (mml-generate-mime-1): Use unibyte for binaries.
7990
7991         * gnus-art.el (gnus-display-mime): Call
7992         gnus-article-mime-part-function.
7993         (gnus-mime-part-function): New function.
7994         (gnus-article-mime-part-function): New function.
7995
7996         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7997
7998 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999
8000         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
8001
8002         * message.el (message-font-lock-keywords): Highlight MML.
8003         (message-mml-face): New font.
8004
8005 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8006
8007         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
8008         (gnus-mm-display-part): Do not select-window if the article window
8009         is not found.
8010
8011 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
8014
8015 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8016
8017         * gnus.el: Pterodactyl Gnus v0.48 is released.
8018
8019 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8020
8021         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
8022
8023         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
8024
8025         * message.el (message-cite-original-without-signature): Ditto.
8026         (message-cite-original): Quote parts.
8027
8028 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8029
8030         * gnus.el: Pterodactyl Gnus v0.47 is released.
8031
8032 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * message.el (message-encode-message-body): Insert MIME warning.
8035
8036         * mml.el (mml-read-tag): Look for #tag.
8037
8038         * mm-util.el (mm-find-charset-region): Check whether
8039         enable-multibyte-characters is bound.
8040
8041 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8042
8043         * gnus.el: Pterodactyl Gnus v0.46 is released.
8044
8045 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8046
8047         * message.el (message-encode-message-body): Insert headers at the
8048         right spot.
8049
8050 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8051
8052         * gnus.el: Pterodactyl Gnus v0.45 is released.
8053
8054 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8055
8056         * nndraft.el (nndraft-save-mime-part): Removed.
8057         (nndraft-get-mime-part): Ditto.
8058
8059         * message.el (message-format-mime-old): Removed.
8060         (message-encode-message-body): Removed.
8061         (message-encode-message-body): Renamed.
8062
8063 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
8066
8067         * message.el (message-format-mime): Check message-mime-part.
8068
8069         * mm-encode.el (mm-mime-file-types): Removed.
8070         (mm-default-file-encoding): New definition.
8071
8072 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8073
8074         * mm-view.el (mm-inline-image): Use mm-insert-inline.
8075         * gnus-art.el (gnus-mm-display-part): Go to correct position.
8076
8077 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8078
8079         * gnus.el: Pterodactyl Gnus v0.44 is released.
8080
8081 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * message.el (message-format-mime): New function.
8084
8085         * nndraft.el (nndraft-save-mime-part): New function.
8086         (nndraft-get-mime-part): New function.
8087
8088         * mm-encode.el (mm-default-file-encoding): New function.
8089         (mm-content-transfer-encoding): New function.
8090         (mm-encode-buffer): New function.
8091
8092         * message.el: New command.
8093         (message-mime-part): New variable.
8094         (message-insert-mime-part): New command.
8095
8096         * mm-encode.el (mm-encode-content-transfer-encoding): New
8097         function.
8098
8099         * mm-util.el (mm-content-transfer-encoding-defaults): New
8100         variable.
8101         (mm-mime-file-types): Taken from TM.
8102
8103 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8104
8105         * gnus.el: Pterodactyl Gnus v0.43 is released.
8106
8107 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
8108
8109         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
8110         * gnus-score.el (gnus-score-default-header): Ditto.
8111         (gnus-header-index): Ditto.
8112         (gnus-summary-increase-score): Ditto, & process "extra" requests.
8113         (gnus-summary-header): Handle extra headers.
8114         (gnus-summary-score-entry): Ditto, & provide new score element.
8115         (gnus-summary-score-effect): Ditto.
8116         (gnus-score-string): Avoid "extra" string sort, & modify match in
8117         "extra" case.
8118         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
8119
8120 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8121
8122         * message.el (message-resend): Bind message-required-mail-headers
8123         to nil.
8124
8125         * mm-view.el (mm-inline-text): Bind w3-strict-width.
8126
8127         * nngateway.el (require): Require cl.
8128
8129         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
8130         things.
8131
8132 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8133
8134         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
8135         when no articles.
8136
8137 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8138
8139         * message.el (message-ignored-resent-headers): Remove X-Gnus.
8140
8141 1998-11-10  Colin Rafferty  <colin@xemacs.org>
8142
8143         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
8144         user-mail-address if non-nil.
8145
8146 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
8149         (gnus-make-sort-function-1): Ditto.
8150
8151         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
8152         window.
8153
8154 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8155
8156         * mm-util.el (mm-with-unibyte-buffer): Ditto.
8157
8158         * binhex.el (binhex-decode-region): Quote.
8159
8160 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8161
8162         * gnus-art.el (article-decode-charset): Don't downcase charset.
8163
8164         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
8165
8166 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8167
8168         * gnus.el: Pterodactyl Gnus v0.42 is released.
8169
8170 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8171
8172         * gnus-art.el (gnus-display-mime): Add id for alternative part.
8173
8174 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
8175
8176         * nntp.el (nntp-send-mode-reader): Revert.
8177
8178 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8179
8180         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
8181
8182 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8183
8184         * message.el (message-make-date): Fix for negative time zones.
8185
8186 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8187
8188         * gnus.el: Pterodactyl Gnus v0.41 is released.
8189
8190 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
8191
8192         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8193
8194 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
8195
8196         * gnus.el (gnus-short-group-name): When shortening foreign select
8197         methods, do not scan for plusses beyond the first colon.
8198
8199 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
8200
8201         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
8202         lines where `group' is the last thing on the line.
8203
8204 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8205
8206         * gnus-art.el (gnus-article-view-part): Do alternative.
8207         (gnus-mime-display-alternative): Insert marker.
8208
8209 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8210
8211         * mm-decode.el (mm-dissect-multipart): Quote regexp.
8212
8213         * nnmail.el (nnmail-expired-article-p): Protect against bogus
8214         dates.
8215
8216         * gnus-cus.el (gnus-topic): Required.
8217
8218         * nnheader.el (nnheader-parse-nov): Parse extra.
8219         (nnheader-nov-parse-extra): New macro.
8220
8221 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8222
8223         * gnus-art.el (gnus-article-view-part): Internal move.
8224
8225 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
8226
8227         * gnus-cus-new.el (gnus-custom-topic): New free variable.
8228         (gnus-group-customize): Support editing topic parameters.
8229
8230 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
8231
8232         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
8233         indicators.
8234
8235 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * gnus-art.el (gnus-mm-display-part): Return.
8238         (gnus-article-view-part): Only go if external.
8239         (gnus-article-dumbquotes-map): Do 205.
8240
8241         * mm-decode.el (mm-display-part): Return what was done.
8242
8243         * message.el (message-buffer-naming-style): New variable.
8244         (message-generate-new-buffers): Extended.
8245         (message-buffer-naming-style): Removed.
8246         (message-buffer-name): Use it.
8247         (message-do-send-housekeeping): Rename new styling.
8248
8249         * gnus-sum.el (gnus-summary-recenter): Allow
8250         gnus-auto-center-summary to be a number.
8251
8252 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8253
8254         * pop3.el (pop3-open-server): Use "binary" instead of
8255         "no-conversion".
8256
8257 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8258
8259         * gnus-srvr.el (gnus-browse-foreign-server): Set
8260         gnus-browse-current-method to the result of gnus-server-to-method.
8261
8262 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8263
8264         * gnus-util.el (gnus-pull): Another optional argument.
8265         * nnweb.el (nnweb-request-delete-group): Delete from
8266         nnweb-group-alist and update active file.
8267
8268 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8269
8270         * gnus-group.el (gnus-group-make-group): Accept group of new
8271         method.
8272
8273 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8274
8275         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8276
8277 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8278
8279         * mm-view.el (mm-inline-text): Postion of html portion.
8280
8281 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8282
8283         * nntp.el (nntp-list-active-group): Waited for short strings.
8284         (nntp-send-mode-reader): Ditto.
8285         (nntp-open-connection): Ditto.
8286
8287         * gnus-int.el (gnus-request-group-articles): New function.
8288
8289         * nntp.el (nntp-request-listgroup): New function.
8290         (nntp-request-group-articles): Renamed.
8291
8292 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8293
8294         * nnheader.el (nnheader-parse-nov): Supply extra.
8295
8296 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * gnus-art.el (gnus-button-push): Don't go to
8299         gnus-article-buffer.
8300
8301         * mm-view.el (mm-inline-image): Add a newline.
8302
8303         * gnus-start.el (gnus-check-first-time-used): Check more.
8304
8305 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8306
8307         * gnus-start.el (gnus-check-first-time-used): Check current.
8308
8309 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8310
8311         * mm-util.el (mm-find-charset-region): New function.
8312
8313         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8314
8315         * gnus-art.el (gnus-mime-button-menu): Fix.
8316
8317 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8318
8319         * gnus-art.el (gnus-mime-button-menu): New definition.
8320
8321 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * gnus-art.el (article-decode-charset): Downcase charset.
8324         (article-decode-charset): Pass on type.
8325         (article-decode-charset): Check nil charsets.
8326         (article-remove-cr): Translate CR to LF.
8327         (gnus-ignored-mime-types): Default to nil.
8328
8329         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8330
8331         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8332         user-mail-address.
8333         (gnus-nov-parse-extra): Didn't return right thing.
8334
8335 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336
8337         * gnus-xmas.el: Use compiled-function-p.
8338
8339 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8340
8341         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8342
8343 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8344
8345         * gnus.el: Pterodactyl Gnus v0.40 is released.
8346
8347 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8350
8351         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8352
8353         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8354
8355         * nnml.el (nnml-possibly-create-directory): Check before making.
8356
8357 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8358
8359         * nnheader.el (nnheader-insert-nov): Don't infloop.
8360
8361 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8362
8363         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8364         set up.
8365
8366 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8367
8368         * nneething.el (nneething-file-name): New definition.
8369
8370 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8371
8372         * gnus-art.el (gnus-treatment-function-alist): Fix.
8373         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8374
8375         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8376
8377 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8378
8379         * gnus.el: Pterodactyl Gnus v0.39 is released.
8380
8381 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382
8383         * gnus-art.el (gnus-ignored-mime-types): New variable.
8384         (gnus-mime-display-single): Use it.
8385         (gnus-treatment-function-alist): New variable.
8386
8387         * gnus.el (gnus-mime): New group.
8388
8389         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8390         things for other parts.
8391         (gnus-mime-display-alternative): Place point.
8392
8393         * gnus.el: autoload gnus-uu-post-news.
8394
8395         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8396         needsterm/DISPLAY.
8397
8398         * mm-decode.el (mm-display-part): Default to inline text/.*
8399         parts.
8400
8401         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8402         8bit.
8403
8404         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8405         (gnus-mime-display-single): Inline all text parts.
8406         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8407
8408 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8409
8410         * nnml.el (nnml-possibly-create-directory): Rewrite.
8411         (nnml-request-create-group): Change to right server.
8412
8413         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8414
8415         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8416
8417         * gnus.el: rmail-output-to-rmail-file autoload.
8418
8419         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8420         Gnus.
8421
8422         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8423
8424         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8425
8426 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8427
8428         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8429         mixed part.
8430
8431 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8432
8433         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8434
8435         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8436
8437 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8438
8439         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8440
8441 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442
8443         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8444         value.
8445
8446         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8447         hidden.
8448
8449         * gnus-spec.el (gnus-update-format-specifications): Use the
8450         article mode line spec.
8451
8452         * gnus-art.el (gnus-insert-mime-button): Put right type.
8453         (gnus-insert-prev-page-button): Ditto.
8454         (gnus-insert-next-page-button): Dutti.
8455
8456         * pop3.el: New version installed.
8457
8458 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8459
8460         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8461         and display last part.
8462
8463 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8464
8465         * gnus.el: Pterodactyl Gnus v0.38 is released.
8466
8467 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468
8469         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8470         Removed.
8471         (article-de-quoted-unreadable): Narrow to default.
8472
8473         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8474
8475         * gnus-art.el (article-decode-charset): Decode even when broken
8476         MIME.
8477
8478         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8479         name.
8480
8481         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8482
8483         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8484         nnheader.
8485
8486         * nnmail.el (nnmail-extra-headers): New variable.
8487
8488         * nnheader.el (nnheader-insert-nov): Insert extra.
8489
8490         * gnus.el (gnus-summary-line-format): Doc fix.
8491
8492         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8493         (gnus-nov-parse-line): Ditto.
8494         (gnus-nov-parse-extra): New macro.
8495         (gnus-header): New function.
8496         (gnus-update-summary-mark-positions): Change.
8497         (gnus-ignored-from-addresses): New variable.
8498         (gnus-summary-insert-from-or-to): New function.
8499
8500         * gnus.el (gnus-extra-headers): New variable.
8501
8502         * nnheader.el (make-mail-header): Expand.
8503         (mail-header-extra): New macro.
8504         (mail-header-set-extra): Ditto.
8505         (make-full-mail-header): Expand.
8506
8507 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8508
8509         * gnus.el: Pterodactyl Gnus v0.37 is released.
8510
8511 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8512
8513         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8514
8515         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8516         on.
8517
8518 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8519
8520         * gnus-spec.el (gnus-balloon-face-function): new function
8521         (gnus-parse-format): understand the %< %> specifiers
8522         (gnus-parse-complex-format): ditto.
8523
8524 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * gnus.el: Changed following-char to char-after throughout.
8527
8528 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8529
8530         * mm-decode.el (mm-display-external): Protect more and message.
8531
8532 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8533
8534         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8535         position.
8536
8537 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8538
8539         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8540         mixed part.
8541
8542 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8543
8544         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8545
8546         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8547
8548 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8549
8550         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8551
8552 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8553
8554         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8555
8556         * mm-decode.el (mm-display-external): Set undisplayer to mm
8557         buffer, not the current buffer; use unwind-protect.
8558
8559 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8560
8561         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8562         (gnus-summary-exit-no-update): Ditto.
8563
8564 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * mm-decode.el (mm-inline-media-tests): Look for w3.
8567
8568         * mailcap.el (mailcap-mime-data): Inline html.
8569
8570 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8571
8572         * gnus.el: Pterodactyl Gnus v0.36 is released.
8573
8574 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8575
8576         * gnus-art.el (article-translate-strings):
8577         (gnus-article-dumbquotes-map): Don't dot.
8578
8579         * pop3.el (pop3-open-server): Set point right.
8580
8581         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8582         (mm-dissect-buffer): Ditto.
8583         (mm-destroy-part): Ignore non-handles.
8584         (mm-remove-part): Ditto.
8585         (mm-destroy-parts): New function.
8586         (mm-remove-parts): Ditto.
8587
8588         * gnus-art.el (gnus-mm-display-part): Don't move point.
8589
8590 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8591
8592         * mm-uu.el : New file.
8593
8594         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8595
8596         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8597         a function.
8598
8599 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * mm-decode.el (mm-display-external): Check before selecting.
8602
8603 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8604
8605         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8606
8607         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8608
8609         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8610         variable.
8611
8612         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8613
8614         * gnus-art.el (gnus-decode-header-methods): New variable.
8615
8616         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8617
8618         * gnus-art.el (gnus-multi-decode-header): New function.
8619
8620 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8621
8622         * gnus.el: Pterodactyl Gnus v0.35 is released.
8623
8624 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8625
8626         * uudecode.el (uudecode-decode-region-external): Insert
8627         literally.
8628
8629         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8630
8631         * mm-bodies.el (mm-decode-body): Optional encoding.
8632
8633 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8634
8635         * gnus-ems.el (gnus-mouse-3): New variable.
8636
8637         * binhex.el (binhex-decode-region-external): Don't use -internally.
8638
8639 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8640
8641         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8642         files.
8643
8644 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8645
8646         * gnus-group.el (gnus-add-marked-articles): Request backend update
8647         of flags.
8648
8649 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8650
8651         * gnus-sum.el (gnus-update-read-articles):
8652         (gnus-update-marks): Request backend update of mark.
8653
8654 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8655
8656         * gnus.texi (Optional Backend Functions): New item,
8657         nnchoke-request-set-mark.
8658
8659 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8660
8661         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8662           list to range.
8663
8664 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8665
8666         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8667
8668 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8669
8670         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8671         first used.
8672
8673 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8674
8675         * mm-view.el: Require mm-decode for macros.
8676
8677         * mm-decode.el (mm-handle-type): Move macro declarations above the
8678         place where they are used.
8679
8680 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8681
8682         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8683         buffer.
8684
8685 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8686
8687         * nnagent.el (nnagent-open-server): Error message.
8688
8689 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8690
8691         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8692
8693 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8694
8695         * score-mode.el (gnus-score-mode-map): Ditto.
8696
8697         * message.el (message-mode-map): Ditto.
8698
8699         * gnus-uu.el (gnus-uu-post-news): Ditto.
8700
8701         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8702
8703         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8704
8705         * gnus-art.el (gnus-article-edit-mode-map): Use
8706         `set-keymap-parent' rather than `copy-keymap'.
8707
8708 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8709
8710         * gnus-art.el (gnus-mime-button-commands): New variable.
8711         (gnus-mime-button-map): Initialize it from
8712         `gnus-mime-button-commands'.
8713         (gnus-mime-button-menu): New function.
8714         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8715
8716 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8717
8718         * message.el (message-insert-to): Make `nobody' and `poster'
8719         synonymous to `never' and `always' in Mail-Copies-To.
8720         (message-reply): Ditto.
8721         (message-followup): Ditto.
8722
8723 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * mailcap.el (mailcap-mime-data): Save sound.
8726
8727 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8728
8729         * message.el (message-ignored-supersedes-headers): Include
8730         `NNTP-Posting-Date'.
8731
8732 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8733
8734         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8735
8736 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8739         uudecode.
8740
8741 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * mm-decode.el (mm-display-external): Don't switch on save.
8744
8745 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8746
8747         * nnmail.el (nnmail-movemail-args): New variable.
8748
8749 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8750
8751         * gnus-art.el (article-translate-strings):
8752
8753 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * gnus-art.el (gnus-article-view-part): Use it.
8756         (gnus-mm-display-part): New function.
8757         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8758
8759         * mm-decode.el (mm-handle-displayed-p): New function.
8760
8761         * gnus-art.el (gnus-mime-copy-part): Create better names.
8762         (gnus-mime-button-line-format): Include dots spec.
8763
8764 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8765
8766       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8767       forward buffer first.
8768
8769 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * gnus-util.el (gnus-set-window-start): New function.
8772
8773         * message.el (message-send): Don't check changed.
8774
8775 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8776
8777         * gnus-art.el (gnus-article-setup-buffer): Set params.
8778
8779         * mm-decode.el (mm-user-display-methods): Inline
8780         "message/delivery-status".
8781
8782 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8783
8784         * message.el (message-auto-save-directory): Rename.
8785         (message-mode): Dof fix.
8786
8787         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8788         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8789
8790         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8791
8792         * message.el (message-make-date): Avoid locale.
8793
8794         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8795         cache.
8796
8797         * mm-decode.el (mm-display-inline): Goto point-min.
8798
8799         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8800
8801         * mm-decode.el (mm-display-external): Reverse before sorting.
8802
8803         * gnus-draft.el (gnus-draft-send): Allow mail.
8804
8805 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8806
8807         * message.el (message-check): Move message-check macro above where
8808         it is first used.
8809
8810         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8811
8812 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8813
8814         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8815
8816 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8817
8818         * gnus.el: Pterodactyl Gnus v0.34 is released.
8819
8820 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8821
8822         * mm-decode.el (mm-inline-media-tests): delivery-status.
8823
8824         * mm-view.el (mm-inline-text): Provide default.
8825
8826 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8827
8828         * mailcap.el (mailcap-possible-viewers): Fix nils.
8829
8830 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831
8832         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8833         (article-update-date-lapsed): Record the buffer.
8834         (article-update-date-lapsed): Do all windows that display article
8835         buffers.
8836
8837         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8838
8839         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8840
8841         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8842         annoations.
8843
8844         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8845
8846 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * gnus-agent.el (gnus-category-add): Change default category to
8849         'false.
8850
8851         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8852         scores.
8853
8854         * gnus-draft.el (gnus-draft-send): Check server more.
8855
8856         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8857         (gnus-article-goto-part): New function.
8858
8859         * mm-view.el (mm-inline-text): Insert richtext properly.
8860
8861         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8862
8863 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * parse-time.el (parse-time-rules): Accept dates far into the past
8866         and the future, and parse single-digit numbers as years.
8867
8868 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * mm-decode.el (mm-display-external): Chop off directories.
8871
8872 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * uudecode.el (uu-decode-region-external): Use
8875         insert-file-contents-literally.
8876
8877         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8878
8879 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8880
8881         * uudecode.el: New file.
8882
8883         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8884         x-uuencode.
8885
8886 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8887
8888         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8889
8890         * message.el (message-fetch-field): Unfold properly.
8891
8892         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8893         in text/plain.
8894
8895 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8898         (gnus-auto-select-first): Removed.
8899         (gnus-auto-select-first): Extended.
8900         (gnus-summary-read-group-1): Use new value.
8901
8902 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8903
8904         * message.el (message-fix-before-sending): Space.
8905
8906         * nnmail.el (nnmail-find-file): Don't erase.
8907
8908 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8909
8910         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8911
8912 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8913
8914         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8915
8916 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8917
8918         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8919
8920 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8923         20.4.
8924
8925 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926
8927         * gnus-art.el (gnus-mime-view-all-parts): New command and
8928         keystroke.
8929
8930         * mm-decode.el (mm-display-external): Translate slashes.
8931
8932         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8933
8934         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8935
8936         * mm-decode.el (mm-quote-arg): Quote spaces.
8937         (mm-display-external): Quote args.
8938
8939 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * mm-decode.el (mm-inlinable-part-p): New function.
8942
8943 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8944
8945        * mm-util.el (mm-disable-multibyte): New function.
8946
8947 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8948
8949         * gnus.el: Pterodactyl Gnus v0.33 is released.
8950
8951 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8952
8953         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8954
8955         * mm-decode.el (mm-display-external): Don't switch for externals.
8956         (mm-dissect-multipart): Don't include end-sep.
8957
8958         * mm-util.el (mm-get-coding-system-list): New function.
8959         (mm-coding-system-list): New variable.
8960
8961 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8962
8963         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8964
8965 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8966
8967         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8968         group
8969
8970 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8971
8972         * base64.el (base64-run-command-on-region): External base64
8973         decoder do not use coding system
8974
8975 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8976
8977         * mm-decode.el (mm-interactively-view-part): Typo.
8978
8979 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8980
8981         * mm-decode.el (mm-dissect-multipart): Display last part when the
8982         article has no close-delimiter
8983
8984 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8985
8986         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8987         content-type.
8988
8989 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8990
8991         * gnus-art.el (gnus-display-mime): Typo.
8992
8993 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8994
8995         * gnus.el: Pterodactyl Gnus v0.32 is released.
8996
8997 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8998
8999         * gnus-kill.el (gnus-batch-score): Protect against errors.
9000
9001         * gnus-art.el: Protect against broken headers.
9002
9003         * mm-decode.el (mm-display-external): Respect needsterm.
9004         (mm-display-external): Create buffer for external commands.
9005
9006 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * mailcap.el (mailcap-mime-info): Return the proper viewer.
9009
9010         * mm-decode.el (mm-display-external): Use file name.
9011
9012 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9013
9014         * gnus-util.el (gnus-output-to-rmail):  adjust to
9015           `rmail-output-to-rmail-file'
9016
9017 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
9020
9021         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
9022         headers.
9023
9024         * gnus-art.el (article-decode-charset): Fold case.
9025
9026 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
9027
9028         * mailcap.el (mailcap-save-binary-file): Goto point-min.
9029
9030 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
9031
9032         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
9033         after being stored.
9034
9035 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
9036
9037         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
9038         come.
9039
9040 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9041
9042         * gnus-xmas.el (wid-edit): Required.
9043
9044         * gnus-ems.el (gnus-widget-button-keymap): New variable.
9045
9046 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
9047
9048         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
9049
9050 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
9051
9052         * gnus-art.el (article-decode-charset): Narrow to the correct
9053         region.
9054
9055         * mm-bodies.el: Fix autoload.
9056
9057 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
9058
9059         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
9060
9061 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062
9063         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
9064
9065 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9066
9067         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
9068         (gnus-article-add-button): Ditto.
9069
9070         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
9071
9072         * gnus-art.el (gnus-article-prepare-display): Make article mode.
9073         (gnus-article-prepare-display): Bind url-standalone-mode.
9074
9075         * mm-decode.el (mm-remove-part): Also delete directory.
9076         (mm-display-external): Create a private sub-dir.
9077
9078         * mailcap.el (mailcap-binary-suffixes): New variable.
9079         (mailcap-command-p): Use it.
9080
9081 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * nnmbox.el (nnmbox-request-group): Change server.
9084         (nnmbox-possibly-change-newsgroup): Enable multibyte.
9085
9086         * message.el (message-encode-message-body): Don't stomp MIME
9087         headers.
9088
9089         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
9090         unless useful.
9091         (gnus-summary-exit): Check for a live article buffer.
9092         (gnus-summary-exit-no-update): Ditto.
9093
9094         * gnus-int.el (gnus-request-replace-article): Accept no-encode
9095         param.
9096
9097         * gnus-sum.el (gnus-article-decoded-p): New variable.
9098
9099         * mm-decode.el (mm-display-external): Use no-conv.
9100
9101         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
9102         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
9103
9104         * gnus-art.el (gnus-article-mode-map): Bind button2 to
9105         mouse-click.
9106
9107 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9108
9109         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
9110
9111 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9112
9113         * gnus.el: Pterodactyl Gnus v0.31 is released.
9114
9115 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9116
9117         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
9118
9119         * mm-decode.el (mm-display-part): Accept no-default.
9120
9121         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
9122         a parameter.
9123
9124         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
9125         (gnus-summary-prepare-threads): Ditto.
9126
9127         * gnus.el (gnus-article-mode-map): Make sparse keymap.
9128
9129         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
9130         (gnus-mime-button-line-format): Doc fix.
9131         (gnus-insert-mime-button): Use it.
9132         (gnus-article-add-button): Use widget-convert-button.
9133
9134         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
9135         ignore.
9136
9137         * mm-decode.el (mm-alternative-precedence): Ditto.
9138
9139 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
9140
9141         * mm-decode.el (mm-user-automatic-display): Use enriched.
9142
9143 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
9144
9145         * mm-decode.el (mm-dissect-multipart): Have the part start on the
9146         right place.
9147
9148 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
9151
9152         * gnus-art.el (article-update-date-lapsed): Only update header if
9153         buffer is dispalyed in frame.
9154         (gnus-article-prepare-display): New function.
9155         (gnus-article-prepare): Use it.
9156
9157 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
9160
9161         * mm-view.el (mm-insert-inline): New function.
9162
9163         * mm-decode.el (mm-pipe-part): Bugged.
9164
9165         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
9166
9167         * mm-bodies.el (mm-encode-body): Move over the body.
9168
9169         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
9170
9171         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
9172
9173 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
9174
9175         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
9176           related functions.  Handle message/rfc822 parts.  Display subject on
9177           multipart summary lines.  Display name on sub-parts when available.
9178
9179 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9180
9181         * mailcap.el (mailcap-command-p): New version.
9182
9183 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
9184
9185         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
9186         groups.
9187
9188 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189
9190         * message.el (message-make-date): Remove weekday name.
9191
9192         * mm-decode.el (mm-dissect-buffer): Protect against broken
9193         headers.
9194
9195         * mailcap.el (mailcap-command-in-path-p): New function.
9196         (mailcap-command-p): Renamed.
9197
9198 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9199
9200         * rfc2047.el (eval): Autoload.
9201
9202 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9203
9204         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
9205         (gnus-multi-decode-encoded-word-string): New function.
9206         (gnus-encoded-word-method-alist): New variable.
9207         (gnus-decode-encoded-word-functions): Removed.
9208
9209 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
9210
9211         * gnus-int.el (gnus-request-replace-article): Replace
9212         message-narrow-to-headers with message-narrow-to-head
9213
9214 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9215
9216         * drums.el (drums-quote-string): Reversed match.
9217
9218         * message.el (message-make-date): Use weekday name.
9219
9220 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9221
9222         * gnus.el: Pterodactyl Gnus v0.30 is released.
9223
9224 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9225
9226         * gnus-art.el (article-decode-encoded-words): Use it.
9227         (gnus-decode-header-function): New variable.
9228
9229         * gnus-sum.el (gnus-nov-parse-line): Use it.
9230         (gnus-decode-encoded-word-function): New variable.
9231
9232         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
9233         buffer.
9234
9235         * gnus-art.el (gnus-insert-mime-button): Use widget.
9236         (gnus-widget-press-button): New function.
9237         (gnus-article-prev-button): Removed.
9238         (gnus-article-next-button): Ditto.
9239         (gnus-article-add-button): Ditto.
9240
9241         * gnus.el (gnus-article-mode-map): Inherit from widget.
9242         (gnus-article-mode-map): No, don't.
9243
9244         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9245         (mm-content-id-alist): New variable.
9246         (mm-get-content-id): New function.
9247
9248         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9249         articles if we are fetching to the article buffer.
9250
9251 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9252
9253         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9254         articles.
9255
9256 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257
9258         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9259         (mm-default-mime-charset): New variable.
9260
9261         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9262
9263         * drums.el (drums-quote-string): Reversed test.
9264
9265 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9266
9267         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9268         string.
9269
9270         * drums.el (drums-quote-string): New function.
9271
9272         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9273         (rfc2047-b-encode-region): Chop lines.
9274         (rfc2047-q-encode-region): Ditto.
9275
9276 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9277
9278         * gnus.el: Pterodactyl Gnus v0.29 is released.
9279
9280 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9281
9282         * mm-decode.el (mm-save-part): Message right.
9283
9284 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9285
9286         * drums.el (drums-parse-address): Returned a list instead of a
9287         string.
9288         (drums-remove-whitespace): Skip comments.
9289         (drums-parse-addresses): Didn't work.
9290
9291 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9292
9293         * gnus.el: Pterodactyl Gnus v0.28 is released.
9294
9295 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9296
9297         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9298         starting point.
9299         (article-decode-encoded-words): Rename.
9300
9301         * message.el (message-narrow-to-headers-or-head): New function.
9302
9303         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9304         region.
9305
9306         * message.el (message-send-news): Encode body after checking
9307         syntax.
9308
9309         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9310
9311         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9312
9313         * gnus-art.el (gnus-display-mime): Respect disposition.
9314
9315         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9316
9317         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9318         text with annotations.
9319
9320         * message.el (message-make-date): Fix sign for negative time
9321         zones.
9322
9323         * mm-view.el (mm-inline-image): Insert a space at the end of the
9324         image.
9325
9326         * mail-parse.el: New file.
9327
9328         * rfc2231.el: New file.
9329
9330         * drums.el (drums-content-type-get): Removed.
9331         (drums-parse-content-type): Ditto.
9332
9333         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9334
9335 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9336
9337         * gnus.el: Pterodactyl Gnus v0.27 is released.
9338
9339 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9340
9341         * mm-decode.el (mm-alternative-precedence): New variable.
9342         (mm-preferred-alternative): New function.
9343
9344         * gnus-art.el (gnus-mime-copy-part): New command.
9345
9346         * mm-decode.el (mm-get-part): New function.
9347
9348         * mm-view.el: New file.
9349
9350         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9351         (mm-display-part): Default to mailcap-save-binary-file.
9352
9353 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9354
9355         * gnus.el: Pterodactyl Gnus v0.26 is released.
9356
9357 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * mm-decode.el (mm-interactively-view-part): New function.
9360
9361         * gnus-art.el (gnus-mime-view-part): New command.
9362
9363         * mm-decode.el (mm-last-shell-command): New variable.
9364
9365         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9366
9367         * mm-decode.el (mm-save-part): New function.
9368
9369         * gnus-art.el (article-decode-charset): Protect against buggy
9370         content-types.
9371         (gnus-mime-pipe-part): New command.
9372         (gnus-mime-save-part): New command.
9373         (gnus-mime-button-map): New keymap.
9374         (gnus-mime-button-line-format): New variable.
9375         (gnus-insert-mime-button): New function.
9376         (gnus-display-mime): Use it.
9377
9378         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9379
9380         * mm-decode.el (mm-inline-text): Decode charsets.
9381
9382         * gnus-art.el (gnus-article-save): Comment fix.
9383
9384         * gnus-int.el (gnus-start-news-server): When in batch, don't
9385         prompt.
9386
9387         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9388         decode.
9389
9390         * mm-decode.el (mm-inline-media-tests): Add audio.
9391         (mm-inline-audio): New function.
9392
9393 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9394
9395         * gnus-art.el (article-make-date-line): Didn't work.
9396
9397         * parse-time.el (parse-time-string): One too many nils.
9398
9399 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9400
9401         * gnus.el: Pterodactyl Gnus v0.25 is released.
9402
9403 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9404
9405         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9406         annotations.
9407
9408         * gnus.el ((featurep 'gnus-xmas)): New
9409         'gnus-annotation-in-region-p alias.
9410
9411 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9412
9413         * mm-util.el (mm-with-unibyte-buffer): New function.
9414
9415         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9416
9417         * mm-decode.el (mm-inline-media-tests): New variable.
9418
9419         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9420
9421         * gnus-art.el (gnus-article-mime-handles): New variable.
9422
9423         * drums.el (drums-narrow-to-header): New function.
9424
9425         * gnus-art.el (article-decode-charset): Use it.
9426
9427         * drums.el (drums-content-type-get): New function.
9428
9429         * mm-util.el (mm-content-type-charset): Removed.
9430
9431         * drums.el (drums-syntax-table): @ is word.
9432         (drums-parse-content-type): New function.
9433
9434         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9435         EDT" times.
9436
9437         * gnus-util.el (gnus-date-get-time): Use safe date.
9438
9439         * gnus-sum.el (gnus-show-mime): Removed.
9440         (gnus-summary-toggle-mime): Removed.
9441
9442         * gnus-art.el (gnus-strict-mime): Removed.
9443         (gnus-article-prepare): Don't do MIME.
9444         (gnus-decode-encoded-word-method): Removed.
9445         (gnus-show-mime-method): Removed.
9446
9447 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9448
9449         * gnus.el: Pterodactyl Gnus v0.24 is released.
9450
9451 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9454         PREFIX.
9455
9456         * parse-time.el (parse-time-rules): Accept times that look like
9457         "h:mm".
9458
9459         * message.el (message-make-date): Use zone properly.
9460
9461         * gnus.el: Autoload gnus-batch.
9462
9463         * gnus-art.el (article-de-quoted-unreadable): Do not do
9464         gnus-article-decode-rfc1522.
9465
9466         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9467
9468         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9469         param.
9470
9471         * message.el (message-encode-message-body): Check for us-ascii.
9472
9473         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9474         to the left.
9475
9476 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9477
9478         * gnus-art.el (article-decode-charset): Rename.
9479
9480 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9481
9482         * gnus.el: Pterodactyl Gnus v0.23 is released.
9483
9484 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * gnus-util.el (gnus-parent-id): Ditto.
9487         (gnus-put-text-property-excluding-newlines): Ditto.
9488
9489         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9490
9491 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9492
9493         * message.el (message-generate-headers): Generate User-Agent
9494         instead of X-Mailer & X-Newsreader.
9495
9496         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9497         User-Agent header format.
9498
9499 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9500
9501         * gnus.el: Pterodactyl Gnus v0.22 is released.
9502
9503 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * mm-util.el (mm-multibyte-p): Typo.
9506
9507 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9508
9509         * gnus.el: Pterodactyl Gnus v0.21 is released.
9510
9511 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9512
9513         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9514
9515 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * mm-util.el (mm-multibyte-p): New function.
9518
9519 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9520
9521         * gnus.el: Pterodactyl Gnus v0.20 is released.
9522
9523 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9524
9525         * rfc2047.el (rfc2047-decode-region): Only decode when in
9526         multibyte.
9527
9528         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9529
9530         * gnus-int.el (gnus-request-replace-article): Encode.
9531         (gnus-request-accept-article): Encode.
9532
9533         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9534         here.
9535
9536         * gnus.el (gnus-article-display-hook): Take the charset functions
9537         out.
9538
9539         * time-date.el (safe-date-to-time): New function.
9540
9541         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9542
9543 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9544
9545         * gnus.el: Pterodactyl Gnus v0.19 is released.
9546
9547 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9548
9549         * base64.el (base64-encode-region): Accept no-line-break.
9550
9551         * mm-util.el (mm-mime-charset): New function.
9552
9553         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9554
9555 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9556
9557         * gnus.el: Pterodactyl Gnus v0.18 is released.
9558
9559 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9560
9561         * message.el (message-send-and-exit): Return t on success.
9562         (message-make-date): Make a proper time zone.
9563
9564         * gnus-draft.el (gnus-draft-send): Only remove article if the
9565         sending is successful.
9566
9567         * drums.el (drums-get-comment): Return the last comment.
9568         (drums-parse-address): Parse old-style From headers.
9569
9570 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9571
9572         * gnus-sum.el (gnus-data-compute-positions): Move below
9573         `gnus-save-hidden-threads' so the former is correctly detected as
9574         a macro.
9575
9576 1998-09-06  Dave Love  <fx@gnu.org>
9577
9578         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9579         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9580         time for nicer failure if it's not available.
9581
9582 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9583
9584         * time-date.el (time-to-seconds): Renamed.
9585
9586         * parse-time.el (parse-time-string): Downcase before handling.
9587         (parse-time-rules): Times without seconds have 0 seconds.
9588
9589         * rfc2047.el (rfc2047-encode-region): New version.
9590         (rfc2047-dissect-region): New function.
9591
9592 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * message.el (message-make-date): Use symbolic zone.
9595
9596 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9597
9598         * time-date.el (parse-time): Always use parse-time.
9599
9600         * parse-time.el (parse-time-syntax): Use vectors.
9601
9602 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9603
9604         * gnus.el: Pterodactyl Gnus v0.17 is released.
9605
9606 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * time-date.el: Renamed from "date".
9609
9610         * gnus.el: Removed all timezone dependencies.
9611
9612         * score-mode.el: Removed.
9613         (gnus-score-edit-insert-date): Use date.
9614
9615         * date.el (float-to-time): New function.
9616
9617         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9618
9619         * date.el (time-to-float): New function.
9620
9621         * message.el (message-make-date): Use format-time-string.
9622         (message-make-expires): Use make-date.
9623
9624         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9625
9626         * gnus-util.el (gnus-dd-mmm): Use date.
9627         (gnus-sortable-date): Ditto.
9628
9629         * message.el (message-make-date): Take an optional time.
9630
9631         * gnus: Applied patches from 5.6.43.
9632
9633         * date.el (if): Use parse-time.
9634
9635         * gnus-score.el (gnus-summary-score-entry): Make into a command
9636         again.
9637
9638         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9639         gnus-agent.
9640
9641         * gnus.el (gnus-agent-meta-information-header): Moved here.
9642
9643 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9644
9645         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9646         (gnus-agent-fetch-group-1): Score article headers using normal
9647         group score files if the download score rule of a category/group
9648         is `file'.
9649         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9650         deciding what articles to download.
9651         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9652         predicate processing if predicate is `true' or `false'.
9653
9654 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9657
9658         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9659
9660         * score-mode.el (score-mode-coding-system): New variable.
9661         (gnus-score-edit-exit): Use it.
9662
9663 1998-09-04  Jason R Mastaler  <jason@4b.org>
9664
9665         * drums.el: Corrected typo.
9666
9667 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9668
9669         * mm-bodies.el (mm-body-encoding): Faster version.
9670
9671 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9672
9673         * gnus-art.el (gnus-article-decode-charset): Only decode text
9674         things.
9675
9676         * message.el (message-output): Use rmail.
9677
9678         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9679         word part.
9680
9681         * mm-util.el (mm-charset-to-coding-system): Use
9682         rfc2047-default-charset.
9683         (mm-known-charsets): New variable.
9684
9685         * message.el (message-caesar-region): Bugged out.
9686
9687 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9688
9689         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9690         specifying `agent-predicate' in a group's parameters.
9691
9692 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9693
9694         * gnus.el: Pterodactyl Gnus v0.16 is released.
9695
9696 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697
9698         * nnmail.el (nnmail-expired-article-p): Use predicate.
9699
9700         * date.el (time-less-p): Renamed.
9701
9702         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9703         from the headers.
9704
9705         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9706         functions.
9707
9708         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9709         all.
9710         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9711         to all functions.
9712
9713 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9714
9715         * gnus.el: Pterodactyl Gnus v0.15 is released.
9716
9717 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9718
9719         * date.el: New file.
9720
9721         * gnus-util.el (gnus-encode-date): Removed.
9722         (gnus-time-less): Ditto.
9723
9724         * nnmail.el (nnmail-date-to-time): Removed.
9725         (nnmail-time-less): Ditto.
9726         (nnmail-days-to-time): Ditto.
9727         (nnmail-time-since): Ditto.
9728
9729         * drums.el: New file.
9730
9731 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732
9733         * message.el (message-encode-message-body): Encode headers with
9734         body encoding.
9735
9736         * rfc2047.el (rfc2047-default-charset): Renamed.
9737         (rfc2047-encodable-p): Use it.
9738
9739         * base64.el (mm-util): Required.
9740
9741 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9742
9743         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9744         servers.
9745
9746         * gnus-util.el (gnus-output-to-rmail): Removed.
9747
9748         * gnus-art.el (gnus-summary-save-in-rmail): Use
9749         gnus-output-to-rmailrmail-output-to-rmail-file.
9750
9751         * rfc2047.el (rfc2047-decode-region): Fold case.
9752         (rfc2047-decode): Use decode-string.
9753
9754         * mm-util.el: Provide mm-char-int.
9755
9756 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9757
9758         * gnus.el: Pterodactyl Gnus v0.14 is released.
9759
9760 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9761
9762         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9763         sure we have 7bit.
9764
9765 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9766
9767         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9768         ducplicates.
9769         (gnus-inews-insert-mime-headers): Removed.
9770
9771         * message.el (message-caesar-region): Protect against MULE chars.
9772
9773 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9774
9775         * mm-util.el (if): fset the right function.
9776
9777 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778
9779         * gnus-art.el (gnus-article-decode-charset): Use real
9780         read-coding-system.
9781
9782 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * mm-bodies.el (mm-decode-body): Protect against malformed
9785         base64.
9786         (mm-decode-body): Check that buffer-file-coding-system is
9787         non-nil.
9788
9789 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9790
9791         * gnus.el: Pterodactyl Gnus v0.13 is released.
9792
9793 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794
9795         * gnus-util.el (gnus-strip-whitespace): Already defined.
9796         Removed.
9797
9798         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9799
9800         * gnus-util.el (gnus-strip-whitespace): New function.
9801
9802         * mm-util.el (mm-content-type-charset): Downcase.
9803
9804 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9805
9806         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9807         (gnus-article-decode-charset): Don't fetch all headers.
9808
9809         * mm-util.el (mm-read-coding-system): New function.
9810
9811         * mm-bodies.el (mm-decode-body): Check the right charset.
9812
9813         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9814
9815         * gnus-art.el (gnus-article-mode-line-format): Use short group
9816         format.
9817
9818 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9819
9820         * gnus.el: Pterodactyl Gnus v0.12 is released.
9821
9822 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9823
9824         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9825
9826         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9827         (gnus-article-decode-charset): Always run.
9828
9829         * mm-bodies.el (mm-decode-body): Decode cte.
9830
9831 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9832
9833         * gnus.el: Pterodactyl Gnus v0.11 is released.
9834
9835 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * message.el (message-encode-message-body): Ditto.
9838
9839         * gnus-art.el (gnus-article-decode-mime-words): New command and
9840         keystroke.
9841         (gnus-article-decode-charset): Ditto.
9842         (gnus-article-decode-charset): Only work under MULE.
9843
9844         * mm-util.el (mm-content-type-charset): New function.
9845
9846         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9847
9848         * message.el (message-send-mail): Insert MIME headers.
9849         (message-check-news-body-syntax): Don't warn for escape sequences.
9850         (message-check-news-body-syntax): Insert MIME headers.
9851
9852         * mm-bodies.el (mm-body-encoding): New function.
9853
9854         * message.el (message-encode-message-body): New function.
9855
9856         * mm-bodies.el: New file.
9857
9858         * mm-util.el (mm-narrow-to-head): New function.
9859
9860         * rfc2047.el (rfc2047-encode): Use it.
9861
9862         * mm-util.el: Provide mm-encode-coding-region.
9863
9864         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9865
9866         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9867
9868         * mm-util.el (mm-enable-multibyte): New function.
9869
9870         * message.el (message-set-work-buffer): Set multibyte.
9871
9872         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9873
9874         * gnus-util.el (gnus-point-at-eol): Removed.
9875         (gnus-point-at-bol): Ditto.
9876
9877         * base64.el (base64-decode-region): Commented out messaging.
9878
9879 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9880
9881         * gnus-msg.el (gnus-group-mail): make it behave like
9882         gnus-group-post-news with regards to the prefix (this enables the
9883         use of posting styles).
9884
9885 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9886
9887         * gnus.el (gnus-article-display-hook): Added
9888         gnus-article-decode-rfc1522 to hook.
9889
9890 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9891
9892         * gnus.el: Pterodactyl Gnus v0.10 is released.
9893
9894 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9895
9896         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9897         hook to be run.
9898
9899 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9900
9901         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9902
9903         * mm-util.el (mm-charsets-in-region): Removed.
9904
9905         * rfc2047.el: Renamed file.
9906
9907         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9908
9909         * message.el (message-mode): Set multibyte.
9910
9911         * mm-util.el (mm-charsets-in-region): Copied here.
9912
9913         * gnus-util.el: Removed gnus-truncate-string.
9914
9915         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9916
9917         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9918         (rfc1522-encodable-p): New function.
9919         (rfc1522-encode-message-header): Use it.
9920
9921 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9922
9923         * gnus.el: Pterodactyl Gnus v0.9 is released.
9924
9925 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9926
9927         * mm-util.el: Shadow encode-coding-string.
9928
9929         * base64.el (base64-encode-region): Don't add newline.
9930
9931         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9932
9933         * mm-util.el: New file.
9934
9935         * mm-decode.el: Somewhat depleted.
9936         * mm-encode.el: Ditto.
9937
9938         * rfc1522.el: New file.
9939
9940         * mm-util.el (mm-replace-chars-in-string): Copied here.
9941
9942         * mm-encode.el (mm-q-encode-region): New function.
9943
9944         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9945         param.
9946
9947         * mm-encode.el (mm-encode-word-region): Downcase.
9948
9949 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9950
9951         * gnus.el: Pterodactyl Gnus v0.8 is released.
9952
9953 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * message.el (message-send-mail): Encode headers.
9956
9957         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9958         (quoted-printable-encode-region): Upcase.
9959
9960         * message.el (message-default-charset): New variable.
9961
9962         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9963
9964         * message.el (message-narrow-to-field): Changed name.
9965
9966         * mm-encode.el: New file.
9967
9968         * message.el (message-narrow-to-header): New function.
9969
9970         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9971         right buffer.
9972
9973 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9974
9975         * gnus.el: Pterodactyl Gnus v0.7 is released.
9976
9977 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9978
9979         * gnus.el: Remove autoload for
9980         gnus-article-mime-decode-quoted-printable.
9981
9982         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9983         be decoded in non-MULE Emacsen.
9984
9985         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9986
9987 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9988
9989         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9990
9991 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * mm-decode.el: Check for coding-system-list.
9994
9995 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9996
9997         * gnus.el: Pterodactyl Gnus v0.6 is released.
9998
9999 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10000
10001         * nnheader.el (fboundp): Protect code-coding-string.
10002
10003         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
10004         is available.
10005
10006 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
10007
10008         * gnus.el: Pterodactyl Gnus v0.5 is released.
10009
10010 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
10013         (gnus-hack-decode-rfc1522): Removed.
10014
10015         * mm-decode.el (mm-charset-coding-system-alist): Check better.
10016
10017 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
10018
10019         * gnus.el: Gnus v0.4 is released.
10020
10021 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10022
10023         * gnus-art.el (gnus-article-decode-mime-words): New command and
10024         keystroke.
10025
10026         * qp.el (quoted-printable-decode-region): Don't use hexl.
10027
10028         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
10029
10030         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
10031         (gnus-structured-field-decoder): Removed.
10032         (gnus-unstructured-field-decoder): Ditto.
10033
10034         * mm-decode.el: New file.
10035
10036         * qp.el: New file.
10037
10038         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
10039
10040         * gnus-ems.el (fboundp): Removed gnus-split-string.
10041
10042         * gnus.el (gnus-splash-face): Doc fix.
10043
10044         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
10045
10046         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
10047         hexl.
10048
10049         * nnheader.el (nnheader-temp-write): Removed.
10050
10051 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
10052
10053         * gnus.el: Gnus v0.3 is released.
10054
10055 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
10056
10057         * gnus.el: Gnus v0.2 is released.
10058
10059 ;; Local Variables:
10060 ;; coding: iso-2022-7bit
10061 ;; End: