2000-10-08 13:05:11 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * dgnushack.el (dgnushack-compile): Delete old elc files first.
4
5 2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6
7         * gnus-ems.el (gnus-kill-all-overlays): Move here.
8         * gnus-util.el (gnus-kill-all-overlays): Move out.
9         * gnus-sum.el (gnus-cache-write-active): Auto load.
10         * lpath.el: Shut up.
11         * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
12         asynchronous in Exp version.
13
14 2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15
16         * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
17         * gnus-ems.el: Autoload smiley.
18         * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
19
20 2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
21
22         * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
23         (gnus-summary-select-article): Don't enable multibyte here.
24         (gnus-summary-goto-article): Ditto.
25
26 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
27
28         * gnus-draft.el (gnus-draft-send-message): Typo.
29
30 2000-10-08  Simon Josefsson  <simon@josefsson.org>
31
32         * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
33         uid validity changes.
34         (nnimap-group-overview-filename): Store uidvalidity in filenames.
35         Rename old files into new format.
36
37 2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
38
39         * mm-util.el (mm-enable-multibyte-mule4): New.
40         (mm-disable-multibyte-mule4): New.
41         * gnus-sum.el (gnus-summary-mode): Use it.
42         (gnus-summary-select-article): Ditto.
43         (gnus-summary-goto-article): Use enable multibyte.
44         * rfc2047.el (rfc2047-decode): Use unibyte.
45
46 2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
47
48         * gnus-logic.el (gnus-advanced-string): Use "" if nil.
49
50 2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
51
52         * rfc2047.el (rfc2047-q-encode-region): Better calculation of
53         break point.
54         (rfc2047-fold-region): Don't break the first non-LWSP characters.
55
56 2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
57
58         * gnus.el (gnus-agent-fetching): New variable.
59         * gnus-agent.el (gnus-agent-with-fetch): Bind it.
60         * gnus-score.el (gnus-score-body): Don't score body when
61         agent-fetching.
62         (gnus-score-followup): Don't score followup either. 
63
64 2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
65
66         * gnus-art.el: Define dynamic variables in eval-when-compile.
67         * message.el (message-sending-message): New variable.
68         (message-send): Use it.
69         * gnus-draft.el (gnus-draft-send-message): Ditto.
70         (gnus-group-send-drafts): Ditto.
71
72 2000-10-06  Dave Love  <fx@gnu.org>
73
74         * gnus-audio.el: Don't require cl.
75         (gnus-audio): New custom group.
76         (gnus-audio-inline-sound): Change to work with Emacs.
77         (gnus-audio-directory, gnus-audio-directory) 
78         (gnus-audio-au-player):  Customize.
79         (gnus-audio-play): Try external player if play-sound-file fails.
80         Use file-name-extension, not string-match.
81
82 2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
83
84         * gnus-art.el (gnus-article-prepare): Configure it again.
85
86 2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
87
88         * message.el (message-default-charset): Default value for non-Mule
89         Emacsen.
90
91 2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
92
93         * message.el (message-alternative-emails): New.
94         (message-use-alternative-email-as-from): New.
95         (message-setup): Use them.
96
97 2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
98
99         * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
100         * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
101
102         * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
103         gnus-overlay-start.
104         * gnus.el: Ditto.
105         * gnus-art.el (gnus-insert-mime-button): Use them.
106
107 2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
108
109         * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
110         if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
111
112 2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
113
114         * qp.el (quoted-printable-encode-region): Use
115         mm-with-unibyte-current-buffer within narrowed region.
116
117 2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
118
119         * webmail.el (webmail-type-definition): Fix my-deja open url.
120
121 2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
122
123         * message.el (message-setup-fill-variables): New variable.
124         (message-mode): Use it.
125
126 2000-10-05  Dave Love  <fx@gnu.org>
127
128         * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
129         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
130
131         * binhex.el: Use defalias, not fset.
132
133         * rfc1843.el: Require cl when compiling.
134
135 2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
136
137         * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
138
139 2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
140
141         * rfc2047.el (rfc2047-encode-region): Merge only if regions are
142         adjacent.
143
144 2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
145
146         * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
147         (mm-find-charset-region): Merge conditions, delete ascii.
148         (mm-charset-after): Rewrite.
149         * mm-bodies.el (mm-encode-body): Use it.
150
151 2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
152
153         * webmail.el (webmail-hotmail-list): Fix.
154
155 2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
156
157         * nnimap.el (require): cl.
158
159 2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
160
161         * gnus-art.el (gnus-article-prepare): Configure windows before
162         gnus-article-prepare-display is called.  Otherwise, BBDB's popup
163         window might be overrided.
164
165 2000-10-04  Dave Love  <fx@gnu.org>
166
167         * gnus-ems.el (gnus-article-display-xface)
168         [gnus-article-compface-xbm]: Fix.
169         (gnus-x-splash): Bind width, height.
170
171 2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
172
173         * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
174         when it is called interactively.
175
176 2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
177
178         * gnus-art.el (gnus-mime-action-alist): New variable.
179         (gnus-mime-action-on-part): Use it.
180         (gnus-mime-button-commands): Add command ".".
181
182 2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
183
184         * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
185
186 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
187
188         * lpath.el: "." is in the load-path because dgnushack.el.
189
190 2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
191
192         * uudecode.el: xemacs cleanup (use featurep ' xemacs)
193
194         * nnheader.el: ditto
195
196         * mm-util.el: ditto
197
198         * message.el: ditto
199
200         * binhex.el: ditto
201
202         * gnus-audio.el: removed unnecessary xemacs test
203
204         * earcon.el: ditto
205         
206 2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * nnweb.el (nnweb-decode-entities): Work for non-character
209         entities. 
210
211 2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * gnus.el: Message the quit parts.
214
215 2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
216
217         * mail-source.el (mail-source-fetch-maildir): Don't insert
218         newlines.
219
220 2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
221
222         * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
223         lpath.el. Don't compile base64.el if there is builtin base64.
224
225 2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
226
227         * base64.el (Repository): Use featurep for XEmacs test.
228
229 2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
230
231         * nntp.el (nntp-retrieve-data): Don't ignore quit.
232
233 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
234
235         * gnus-art.el (gnus-article-banner-alist): New variable.
236         (article-strip-banner): Use it.
237         * gnus-cus.el (gnus-group-parameters): Allow symbol.
238
239 2000-10-02  Dave Love  <fx@gnu.org>
240
241         * smiley-ems.el: New file.
242
243         * gnus-ems.el (gnus-smiley-display): Autoload.
244         (mouse-set-point, set-face-foreground, set-face-background)
245         (x-popup-menu): Don't clobber these.
246         (gnus-article-compface-xbm): New variable.
247         (gnus-article-display-xface): Move graphic test.  Use unibyte.
248         Obey gnus-article-compface-xbm.  Use pbm, not xbm.
249
250         * mml.el (require): Fix typo.
251         (mml-parse-1): Modify unknown encoding prompt.
252
253         * mail-source.el (mail-sources): Revert to nil.
254
255         * nnmail.el (nnmail-spool-file): Revert previous change.
256
257         * gnus.el: Don't require custom, message.
258         (gnus-message-archive-method): Wrap initializer in progn and
259         require message here.
260
261 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
262
263         * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
264         image's :ascent to 80.  That gives a mode-line which is approx.
265         as tall as the normal one.
266
267 2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
268
269         * webmail.el (webmail-hotmail-list): Fix.
270
271 2000-10-01 20:55:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
272
273         Don't postpone GCC if none of GCC methods is agent-covered.  This
274         fix presumes that the post-method must be agent-covered if any Gcc
275         method is agent-covered.
276
277         * gnus-msg.el (gnus-inews-group-method): New function.
278         (gnus-inews-do-gcc): Use it.
279         * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
280         (gnus-agent-possibly-save-gcc): Use it.
281         (gnus-agent-possibly-do-gcc): Ditto.
282
283 2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
284
285         * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
286         * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
287
288 2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
289
290         * webmail.el (webmail-netscape-open, webmail-hotmail-article,
291         webmail-hotmail-list): Update.
292
293 2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
294
295         * mail-source.el (mail-source-report-new-mail): Use
296         nnheader-cancel-timer.
297
298 2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
299
300         * lpath.el (overlay-*): Shut up.
301         * dgnushack.el: Two implementations of smiley.
302
303 2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
304
305         * gnus-ml.el: Usage.
306         (gnus-mailing-list-archive, gnus-mailing-list-owner,
307         gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
308         gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
309         (gnus-mailing-list-menu): Define it.
310         (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
311         
312         * gnus-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
313
314 2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
315
316         * webmail.el (webmail-my-deja-*): Rewrite.
317
318 2000-09-30  Simon Josefsson  <simon@josefsson.org>
319
320         * nnimap.el (nnimap-request-accept-article): Remove \n's from
321         From_ lines.
322
323 2000-08-05  Simon Josefsson <simon@josefsson.org>
324
325         Make GCC to remote groups work when unplugged
326         (postpone GCC until message is actually sent).
327
328         * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
329
330         * gnus-agent.el (gnus-agent-possibly-do-gcc): 
331         (gnus-agent-restore-gcc): 
332         (gnus-agent-possibly-save-gcc): New functions.
333
334         * gnus-msg.el (gnus-inews-add-send-actions): Use
335         `gnus-agent-possibly-do-gcc' if Agentized.
336         (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
337         to `message-header-hook'.
338
339         * gnus.el (gnus-agent-gcc-header): New variable.
340
341 2000-07-13  Simon Josefsson <simon@josefsson.org>
342
343         Asks the user to synch flags with server when you plug in.
344
345         * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
346         (gnus-agent-possibly-synchronize-flags-server): New function, use it.
347         (gnus-agent-toggle-plugged): Call it.
348         (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
349         (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
350         (gnus-agent-possibly-synchronize-flags): New function.
351         (gnus-agent-possibly-synchronize-flags-server): New function.
352
353 2000-09-30  Simon Josefsson  <simon@josefsson.org>
354
355         * starttls.el: New file, by Daiki Ueno.
356
357 2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
358
359         * message.el (message-make-in-reply-to): In-Reply-To is message-id
360         (see DRUMS).
361         
362 2000-09-29  Simon Josefsson  <simon@josefsson.org>
363
364         * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
365         prefetch.
366
367 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
370         sending a command; allow the rtelnet prompt as well.
371
372 2000-09-29  Simon Josefsson  <simon@josefsson.org>
373
374         * message.el (message-send): Make sure error is signalled if no
375         send method is specified.
376
377 2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
378
379         * qp.el (quoted-printable-encode-region): Wrap with
380         `mm-with-unibyte-current-buffer'.
381
382 2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
383
384         * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
385           McEwan's proposal.
386         
387 2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
388
389         * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
390         the GNU assignment issue.
391
392 2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
393
394         * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
395
396 2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
397
398         * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
399
400 2000-09-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
401
402         * gnus-art.el (article-strip-banner): Use
403         gnus-group-find-parameter rather than gnus-group-get-parameter, to
404         allow inheritance on the banner.
405         From elkin@tverd.astro.spbu.ru.
406
407 2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
408
409         * gnus-art.el (gnus-read-save-file-name): expand-file-name.
410
411 2000-09-26  Dave Love  <fx@gnu.org>
412
413         * gnus-draft.el: Don't require gnus-agent.
414
415         * mm-view.el: Use featurep for XEmacs test.
416         (mm-inline-message): Test for `remove-specifier'; don't use
417         condition-case.
418
419 2000-09-24  Simon Josefsson  <simon@josefsson.org>
420
421         * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
422
423         * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
424         support ACL's.
425
426         * nnimap.el (nnimap-acl-get): Check capability.
427
428         * mail-source.el (mail-source-imap-file-coding-system): New variable.
429         (mail-source-fetch-imap): Use it.
430
431         * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
432         (rfc2104-hash): Use it.
433
434         * imap.el (imap-starttls-p): Check for starttls binary.
435         (imap-starttls-open): More verbose.
436         (imap-gssapi-auth): Ditto.
437         (imap-kerberos4-auth): Ditto.
438         (imap-cram-md5-auth): Ditto.
439         (imap-login-auth): Ditto.
440         (imap-anonymous-auth): Ditto.
441         (imap-digest-md5-auth): Ditto.
442         (imap-open): Ditto.
443         (imap-digest-md5-p): Check capability first.
444
445 2000-09-24  Simon Josefsson  <simon@josefsson.org>
446
447         * imap.el (imap-parse-flag-list): Correctly parse empty lists.
448         (imap-login-p): Support LOGINDISABLED.
449
450 2000-09-23  Simon Josefsson  <jas@nada.kth.se>
451
452         * rfc2104.el: Add SHA-1 example.
453
454 2000-09-22  Simon Josefsson  <simon@josefsson.org>
455
456         * imap.el (imap-parse-body): Work around bug in Sun SIMS.
457
458 2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
459
460         * lpath.el: Bind nnkiboze-score-file.
461
462 2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
463
464         * gnus-score.el (gnus-score-use-all-scores): New variable.
465         (gnus-all-score-files): Use it.
466         * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
467         (nnkiboze-enter-nov): Fix it when there is no xref.
468         (nnkiboze-generate-groups): List groups.
469         * gnus-group.el (gnus-group-make-kiboze-group): Use 
470         nnkiboze-score-file.
471         
472         * nnkiboze.el (nnkiboze-request-article): Use
473         gnus-cache-request-article.
474         * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
475
476 2000-07-16 Dmitry Bely <dbely@mail.ru>
477
478         * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
479
480 2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
481
482         * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
483
484 2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
485
486         * message.el (message-default-charset): Set default value in
487         non-MULE XEmacsen as iso-8859-1.
488
489 2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
490
491         * gnus-demon.el: Use (featurep 'xemacs).
492         * gnus-agent.el: timer vs. itimer.
493         * mail-source.el: Ditto.
494
495 2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
496
497         * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
498         * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
499         * gnus-sum.el (gnus-nov-parse-line): Ditto.
500         * nnkiboze.el (nnkiboze-file-coding-system): New.
501         (nnkiboze-retrieve-headers): Use it.
502         (nnkiboze-request-group): Ditto.
503         (nnkiboze-close-group): Ditto.
504         (nnkiboze-generate-group): Ditto.
505         (nnkiboze-enter-nov): Insert first Xref properly.
506
507 2000-09-19  Dave Love  <fx@gnu.org>
508
509         * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
510         (nnmail-get-new-mail): Test `sources' in top-level conditional.
511
512         * mail-source.el (mail-sources): Change default to '((file)).
513         Add useful custom type.
514
515 2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
516
517         * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
518         year).
519         (gnus-date-iso8601): Ditto.
520
521 2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
522
523         * mail-source.el (mail-source-fetch-imap): Disable multibyte.
524
525 2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
526
527         * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the
528         pattern. Avoid using 8 bit chars.
529         * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars.
530
531 2000-09-16 15:57:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
532
533         * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems,
534         smiley-toggle-extent-ems, smiley-toggle-extents-ems,
535         smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
536         functions are not implemented yet.
537         
538         * dgnushack.el (dgnushack-compile): Remove smiley.el and 
539         x-overlay.el from the FSF Emacs black list.
540
541 2000-09-15 21:10:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
542
543         * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
544         (mm-inline-media-tests): Ditto.
545         (mm-automatic-display): Ditto.
546         * mm-view.el (mm-display-inline-fontify): Generalize from 
547         mm-display-patch-inline. 
548         (mm-display-patch-inline): Use it.
549         (mm-display-elisp-inline): Ditto.
550         
551 2000-09-15 14:03:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
552
553         * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
554         (gnus-topic-unmark-topic): Ditto.
555         (gnus-topic-mark-topic): Ditto.
556         (gnus-topic-get-new-news-this-topic): Use it.
557
558 2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
559
560         * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
561         display xface.
562
563 2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
566         zombie or killed groups.
567         
568 2000-09-15 00:09:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
569
570         * mml.el (mml-preview): Reinsert unibyte content. 
571         (mml-parse-1): Remove with-unibyte-current-buffer.
572         (mml-generate-mime-1): Ditto.
573         * gnus-msg.el (gnus-summary-mail-forward): Ditto.
574         * message.el (message-forward): Ditto.
575
576 2000-09-14 23:13:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
577
578         * gnus-art.el (article-de-quoted-unreadable): Guess charset from
579         original article buffer.
580         (article-de-base64-unreadable): Ditto.
581         (article-wash-html): Ditto.
582
583 2000-09-14 18:55:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
584
585         * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
586         unless forward-show-mml.
587
588 2000-09-14 14:48:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
589
590         * gnus-sum.el (gnus-summary-save-parts-type-history): New.
591         (gnus-summary-save-parts-last-directory): New.
592         (gnus-summary-save-parts): Save history.
593
594 2000-09-14 Ben Gertzfield <che@debian.org>
595
596         * gnus-sum.el (gnus-summary-save-parts-default-mime): New
597         variable.
598         (gnus-summary-save-parts): Use it.
599
600 2000-09-14 11:31:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
601
602         * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist.
603         * gnus-sum.el (gnus-summary-exit): Ditto.
604         (gnus-summary-exit-no-update): Ditto.
605         (gnus-summary-show-article): Ditto.
606
607 2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
608
609         * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
610         Content-Disposition.
611
612 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
613
614         * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
615
616 2000-09-13 21:41:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
617
618         * gnus-art.el (gnus-article-setup-buffer): Set
619         gnus-article-mime-handles to nil.
620         * gnus-sum.el (gnus-summary-exit): Ditto.
621         (gnus-summary-exit-no-update): Ditto.
622         (gnus-summary-show-article): Ditto.
623         (gnus-summary-save-parts): Use gnus-article-mime-handles if
624         dissected.
625         * mm-partial.el (mm-partial-find-parts): Remove redundancy.
626
627 2000-09-13 16:59:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
628
629         * gnus-sum.el (gnus-summary-sort): Sort loose threads too.
630         (gnus-sort-threads-1): New function. Sort threads recursively.
631         (gnus-sort-threads): Use it.
632         (gnus-sort-gathered-threads): Doc fix.
633
634 2000-09-13  Dave Love  <fx@gnu.org>
635
636         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
637
638         * gnus-ems.el (gnus-ems-redefine): Don't alias
639         gnus-summary-set-display-table.
640
641         * message.el (message-user-agent): Don't wrap ignore-errors around
642         it.
643
644         * mm-encode.el (mm-insert-multipart-headers): Avoid redundant
645         `format'.
646         (mm-content-transfer-encoding): Don't use cadar.
647
648         * uudecode.el (uudecode-decoder-program) 
649         (uudecode-decoder-switches): Customize.
650
651         * gnus-score.el (gnus-home-score-file): Improve custom type.
652
653         * gnus-cus.el (gnus-custom-mode): Conditionally set local
654         variables for Emacs 21.
655         (gnus-group-customize): Disable undo while laying out the buffer.
656
657 2000-09-13 09:38:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
658
659         * gnus-util.el (gnus-write-active-file): Bind
660         coding-system-for-write.
661
662 2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
663
664         * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
665         
666         * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
667         * gnus-kill.el (gnus-batch-score): Ditto.
668         * gnus-move.el (gnus-change-server): Ditto.
669         * nnkiboze.el (nnkiboze-generate-groups): Ditto.
670
671 2000-09-12  Simon Josefsson  <simon@josefsson.org>
672
673         * gnus-sum.el (gnus-update-read-articles): Undo
674         `gnus-request-set-mark' operation.
675
676 2000-09-11  Dave Love  <fx@gnu.org>
677
678         * Changelog: Use iso-2022 coding.
679
680         * gnus-msg.el (gnus-msg-mail): New function.
681         (gnus-user-agent): New mail agent.
682
683 2000-09-10  Dave Love  <fx@gnu.org>
684
685         * message.el: Require mail-abbrevs for XEmacs for a problem with
686         keybinding despite the autoloads for it.
687
688 2000-09-08  Simon Josefsson  <simon@josefsson.org>
689
690         * imap.el (imap-kerberos4-open): Erase more (fixes race condition?).
691
692         * nnimap.el (nnimap-request-update-info-internal): Remove tick
693         marks from dormant articles. (See nnimap-request-set-mark.)
694         (nnimap-retrieve-headers-progress): Demule.
695         (nnimap-open-server): Call nnoo-change-server twice, once for
696         getting the nnimap-server-buffer and once for letting n-c-s set
697         the variables in that buffer.
698
699 2000-09-08  David Edmondson <dme@dme.org>
700
701         * gnus.el (gnus-short-group-name): Guess separator.
702
703 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
704
705         * smiley.el (smiley-buffer, smiley-create-glyph): Work with GTK
706         XEmacs as well.
707
708 2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>
709
710         * gnus-group.el (gnus-group-insert-group-line): Fix.
711
712 2000-09-04  Dave Love  <fx@gnu.org>
713
714         * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group.
715         (mm-get-image): Avoid the losing `make-glyph' from W3.
716
717 2000-09-03  Simon Josefsson  <simon@josefsson.org>
718
719         * gnus-sum.el (gnus-summary-delete-article): Check server.
720
721 2000-09-01  Simon Josefsson  <simon@josefsson.org>
722
723         * imap.el (imap-parse-flag-list): Rewrite.
724
725         * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors.
726
727         * imap.el (imap-parse-flag-list): Hack.
728
729 2000-08-29  Dave Love  <fx@gnu.org>
730
731         * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon.
732
733         * dgnushack.el (mapcon, union): Remove compiler macros.
734
735         * gnus-agent.el (gnus-agent-union): new function.
736         (gnus-agent-fetch-headers): Use it.
737
738         * gnus.el (gnus-group-startup-message): Specify foreground and
739         background for xpm image.  Centre image vertically.
740         From Katsumi Yamaoka <yamaoka@jpl.org> with mods.
741
742 2000-08-24 23:49:23  ShengHuo ZHU  <zsh@cs.rochester.edu>
743
744         * message.el (message-send-mail): Narrow-to-headers.
745
746 2000-08-24  Dave Love  <fx@gnu.org>
747
748         * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs
749         21.
750
751 2000-08-23  Dave Love  <fx@gnu.org>
752
753         * dgnushack.el: Remove `member-if' compiler macro.
754
755 2000-08-21  Dave Love  <fx@gnu.org>
756
757         * nnimap.el (nnimap-request-newgroups): Eschew member-if.
758
759 2000-08-21 10:09:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
760
761         * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if
762         permanent is used.
763         (gnus-topic-show-topic): Read topic when to show permanent hidden
764         topic.
765         (gnus-topic-remove-topic): Revert to the old behavior, not using
766         hide.
767
768 2000-08-21  Dave Love  <fx@gnu.org>
769
770         * gnus-ems.el (gnus-add-minor-mode): Add &rest arg.
771         (gnus-xemacs): Use featurep.
772
773         * mm-util.el (mm-read-charset): Maybe use builtin.
774         (mm-replace-chars-in-string): Maybe use subst-char-in-string.
775         (mm-multibyte-p, mm-with-unibyte-current-buffer)
776         (mm-with-unibyte): Use featurep, not string-match.
777         (mm-with-unibyte-buffer): Simplify.
778         (mm-quote-arg): Maybe use shell-quote-argument.
779
780         * mml.el (mml-make-string): Deleted (unused).
781
782         * gnus.el (gnus-mode-line-buffer-identification): Supply
783         definition for Emacs 21.
784
785         * gnus-salt.el: Small doc fixes.
786         (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to
787         gnus-add-minor-mode.
788
789         * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to
790         gnus-add-minor-mode.
791
792 2000-08-20  Simon Josefsson  <simon@josefsson.org>
793
794         * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
795         function, thanks to Lloyd Zusman for debugging.
796         (nnimap-request-group): 
797         (nnimap-request-list): 
798         (nnimap-retrieve-groups): 
799         (nnimap-request-newgroups): Use it.
800
801         * nnimap.el (nnimap-request-article-part): Less verbose.
802
803 2000-08-19  Andreas Jaeger  <aj@suse.de>
804
805         * lpath.el ((string-match "XEmacs" emacs-version)): Remove
806         subst-char-in-string since we test elsewhere whether it's bound.
807         
808 2000-08-18  Dave Love  <fx@gnu.org>
809
810         * gnus-score.el (gnus-score-find-score-files-function): Fix doc,
811         custom type.
812
813         * gnus-xmas.el (gnus-group-icon-create-glyph): Don't test
814         gnus-group-running-xemacs.
815
816         * nnheader.el (nnheader-replace-chars-in-string): Use
817         subst-char-in-string if available.
818
819         * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
820         (gnus-request-article-this-buffer): Use expand-file-name.
821         (gnus-mime-view-part-as-type): Simplify interactive spec.
822         (gnus-mime-button-map): Define it all in defvar.
823
824 2000-08-17  Dave Love  <fx@gnu.org>
825
826         * gnus-group.el (gnus-group-running-xemacs): Deleted.
827
828         * gnus-demon.el (gnus-demon): Bind use-dialog-box and
829         last-nonmenu-event.
830
831         * uudecode.el (char-int): Use defalias, not fset.
832
833         * score-mode.el: Don't require easymenu.  Require mm-util.
834         (score-mode-coding-system): Use mm-auto-save-coding-system.
835
836         * nneething.el (nneething-create-mapping): Don't use cadar & al.
837         (nneething-file-name): Use expand-file-name, not concat.
838
839 2000-08-16 13:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
840
841         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
842         Failure proof for email addresses.
843         (nnslashdot-sane-retrieve-headers): Ditto.
844
845 2000-08-14 20:08:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * message.el (message-send-mail): Only insert courtesy message
848         when text/plain.
849
850 2000-08-14 19:55:04  Jesper Harder  <jesper_harder@hotmail.com>
851
852         * message.el (message-cancel-news): Copy the From header from the
853         original article.
854
855 2000-08-14 19:52:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * gnus-async.el (gnus-asynchronous): Removed.
858
859 2000-08-14 16:12:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
860
861         * mail-source.el (mail-source-fetch-maildir): Use MMDF mail
862         format.
863
864 2000-08-14 19:12:22  Rod Whitby  <list.ding@rwhitby.net>
865
866         * nnmail.el (nnmail-expiry-target-group): Fixed.
867
868 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
869
870         * nnmail.el (nnmail-expiry-target-group): Fix the call to
871         gnus-request-accept-article so that body encoding is *not* done.
872         Encoding is not done on incoming mail, so why should it be done on
873         expired mail?
874
875
876 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
877
878         * nnml.el (nnml-request-expire-articles): Fix the calls to
879         nnml-request-article (the filename was being passed instead of the
880         article number) and nnmail-expiry-target-group
881         (nnml-current-directory is changed by nnml-request-accept-article,
882         causing it to be incorrect for the next article to be expired).
883
884 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
885
886         * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
887         expiry-target group parameters. 
888
889 2000-08-13 18:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus-topic.el (gnus-topic-select-group): Touch the dribble
892         buffer.
893         (gnus-topic-hide-topic): Take a PERMANENT parameter.
894         (gnus-topic-show-topic): Ditto.
895
896         * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry.
897
898 2000-08-12 21:48:00  John H. Palmieri  <palmieri@math.washington.edu>
899
900         * mail-source.el (mail-source-incoming-file-prefix): New
901         variable. 
902
903 2000-08-12 20:29:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * gnus-start.el (gnus-check-first-time-used): Clean up a bit.
906
907         * mailcap.el (mailcap-maybe-eval): Be even more warning.
908
909 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
910
911         * message.el (message-syntax-checks): New check quotin-style: 
912         Text must be written below quoted text.
913         (message-check-news-body-syntax): Check it.
914
915 2000-08-11  Simon Josefsson  <simon@josefsson.org>
916
917         * imap.el (imap-authenticator-alist): Fix typo.
918         (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to
919         Jonas Oberg for debugging.
920
921 2000-08-11  Simon Josefsson  <simon@josefsson.org>
922
923         * gnus-async.el (gnus-asynchronous): Disable by default.
924
925 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * mm-view.el (mm-inline-text): Bind fill-column.
928
929         * nnvirtual.el (nnvirtual-request-expire-articles): Return the
930         list of unexpired articles.
931
932         * gnus-group.el (gnus-group-expire-articles-1): Return the list of
933         un-expired articles. 
934
935         * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
936         headers. 
937
938         * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
939         we update the right topic.. 
940
941         * mm-decode.el (mm-display-external): Put point at start. 
942
943 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
944
945         * nnmail.el (nnmail-expiry-target): More explicit documentation.
946
947         * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
948
949 2000-08-09  Simon Josefsson <simon@josefsson.org>
950
951         * imap.el (imap-parse-body):
952         (imap-parse-string-list): Add bug workarounds for Stalker
953         Communigate Pro 3.0 server.
954         (imap-body-lines): Remove bogus comment.
955
956         * imap.el (imap-range-to-message-set): Move from nnimap.el.
957
958         * nnimap.el (nnimap-retrieve-which-headers):
959         (nnimap-retrieve-headers-from-server):
960         (nnimap-request-set-mark):
961         (nnimap-request-expire-articles): Use `i-r-t-m-set' instead.
962
963 2000-08-08 00:53:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
964
965         * message.el (message-dont-reply-to-names):
966         rmail-dont-reply-to-names may not be defined.
967
968 2000-08-07 09:37:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
969
970         * gnus-group.el (gnus-group-iterate): Uncompiled function should 
971         not use pop.
972
973 2000-07-19  Dave Love  <fx@gnu.org>
974
975         * gnus-ems.el: Defalias some dummy funcs to `ignore'.
976         (gnus-x-splash): Use expand-file-name.  Remove redundant facep
977         check.
978         (gnus-article-display-xface): Special-case for dark backgrounds.
979
980 2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>
981
982         * imap.el (imap-calculate-literal-size-first): New variable.
983         (imap-local-variables): Add it.
984         (imap-kerberos4-open): Set it.
985         (imap-send-command): Use it.
986
987 2000-07-17 14:18:16  ShengHuo ZHU  <zsh@cs.rochester.edu>
988
989         * mailcap.el (mailcap-mimetypes-parsed-p): New variable.
990         (mailcap-parse-mimetypes): Use it.
991         (mailcap-extension-to-mime): Parse mimetype.
992         (mailcap-mime-types): Ditto.
993         * mml.el (mml-minibuffer-read-type): Ditto.
994
995 2000-07-16 18:25:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
996
997         * nndoc.el (nndoc-type-alist): Add outlook.
998         (nndoc-outlook-type-p): New function.
999         (nndoc-outlook-article-begin): Ditto.
1000
1001 2000-07-16  Daiki Ueno  <ueno@unixuser.org>
1002
1003         * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save
1004         excursion.
1005
1006 2000-07-15  Simon Josefsson  <simon@josefsson.org>
1007
1008         * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
1009
1010         * imap.el (imap): 
1011         (imap-kerberos4-program): 
1012         (imap-gssapi-program): 
1013         (imap-ssl-program): Customization.
1014         (imap-shell-program): 
1015         (imap-shell-host): New variables.
1016         (imap-streams): 
1017         (imap-stream-alist): Add shell.
1018         (imap-shell-p): 
1019         (imap-shell-open): New functions.
1020         (imap-open): Don't call authenticator if preauth.
1021         (imap-authenticate): Return t if already authenticated.
1022
1023 2000-07-14  Simon Josefsson  <simon@josefsson.org>
1024
1025         * gnus.el (gnus-invalid-group-regexp): New variable.
1026         (gnus-read-group): Use it.
1027
1028 2000-07-14 12:40:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
1029
1030         * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
1031         expunge-below and orphan-score are "group variables".
1032
1033 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
1034
1035         * gnus-srvr.el (gnus-browse-read-group): Don't pass fully
1036         qualified group names to `gnus-group-read-ephemeral-group'.
1037
1038 2000-07-13 07:40:39  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * dgnushack.el (srcdir): Define it before use it.
1041
1042 2000-07-12 19:37:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1043
1044         * gnus-sum.el: `W t' is toggle-header in info.
1045
1046 2000-07-12 16:50:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1047
1048         * lpath.el: Fbind subst-char-in-string.
1049
1050 2000-07-12 15:48:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1051
1052         * Makefile.in: Use W3DIR and lispdir.
1053         * dgnushack.el: Ditto.
1054
1055 2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1056
1057         * gnus-art.el (article-de-base64-unreadable): Typo.
1058
1059 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
1060
1061         * gnus-agent.el (require): Require timer.
1062
1063 2000-07-11 18:29:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
1064
1065         * message.el (message-bounce): Call mime-to-mml.
1066
1067 2000-07-11 18:00:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * nnslashdot.el (nnslashdot-request-close): New function.
1070
1071 2000-07-04 23:23:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the
1074         right line number for the article.
1075
1076 2000-07-10 22:41:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
1077
1078         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
1079         * webmail.el (webmail-fetch): Bind 
1080         url-http-silence-on-insecure-redirection.
1081
1082 2000-07-10 11:43:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1083
1084         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use
1085         unibyte.
1086         (nnslashdot-sane-retrieve-headers): Ditto.
1087         (nnslashdot-request-article): Ditto.
1088
1089 2000-07-10 11:12:32  William M. Perry <wmperry@aventail.com>
1090
1091         * mailcap.el (mailcap-parse-mimetype-file): 
1092
1093 2000-07-07 23:46:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1094
1095         * nnweb.el (nnweb-insert): Stricter test.
1096         * webmail.el (webmail-refresh-redirect): Ditto.
1097
1098 2000-07-06 14:17:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
1099
1100         * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary.
1101
1102 2000-07-05 21:19:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1103
1104         * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields.
1105
1106 2000-07-05  Dave Love  <fx@gnu.org>
1107
1108         * utf7.el: Doc and header fixes.
1109
1110         * gnus-sum.el: Doc fixes.
1111
1112         * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
1113         defalias, not fset.
1114
1115         * flow-fill.el (fill-flowed-point-at-eol)
1116         (fill-flowed-point-at-bol): Use defalias, not fset.
1117
1118         * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
1119         (gnus-Plain-save-name): Delete -- apparently bogus.
1120
1121 2000-07-03 00:12:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * nnsoup.el: Use expand-file-name throughout.
1124
1125 2000-07-03 00:07:51  Kjetil Torgrim Homme  <kjetilho@ifi.uio.no>
1126
1127         * nnmail.el (nnmail-read-incoming-hook): New example.
1128
1129 2000-07-02 23:17:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * mm-view.el (mm-inline-text): Check whether the text has already
1132         been decoded.
1133
1134 2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1135
1136         * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
1137
1138 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
1139
1140         * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
1141
1142 2000-07-03  Simon Josefsson  <simon@josefsson.org>
1143
1144         * gnus-sum.el (gnus-update-marks): Don't propagate download and
1145         unsend flags.
1146
1147 2000-07-03  Simon Josefsson  <jas@pdc.kth.se>
1148
1149         * nnimap.el (nnimap-open-connection): Don't look up virtual server
1150         name in authinfo (.authinfo now support ports, no need for the
1151         hack).
1152         (nnimap-split-find-rule): Fix.
1153         (nnimap-open-connection): Look for nnimap-server-address in authinfo.
1154
1155 2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>
1156
1157         * message.el (message-unquote-tokens): Remove all quotes.
1158
1159 2000-07-03 00:29:08  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
1160
1161         * gnus-ml.el: New file. 
1162
1163 2000-07-02 16:11:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * nnultimate.el (nnultimate-request-close): New function.
1166
1167         * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
1168
1169 2000-06-18  Norbert Koch  <norbert@s.netic.de>
1170
1171         * Makefile.in: Better support for xemacs builds
1172
1173 Sun Jul  2 15:11:35 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1174
1175         * gnus.el: Gnus v5.8.7 is released.
1176
1177 2000-05-19 06:32:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * mm-decode.el (mm-insert-part): Characters doubly decoded.
1180
1181 2000-07-01 10:23:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1182
1183         * message.el (message-do-fcc): Encode MIME.
1184
1185 2000-06-28 13:52:57  Shenghuo ZHU  <zsh@cs.rochester.edu>
1186
1187         * lpath.el: Fbind image-size.
1188
1189 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1190
1191         * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
1192         (nnimap-assoc-match): New function.
1193         (nnimap-split-find-rule): Support extended syntax.
1194
1195 2000-06-28  Simon Josefsson  <simon@josefsson.org>
1196
1197         * nnimap.el (nnimap-open-connection): Use port stuff.
1198
1199         * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
1200         document port and defaultport.
1201
1202 2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
1203
1204         * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
1205
1206 2000-06-26  Dave Love  <fx@gnu.org>
1207
1208         * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
1209
1210         * message.el: Remove unnecessary `require'ments.  Defvar
1211         gnus-list-identifiers when compiling.  Don't try to autoload
1212         variable `gnus-list-identifiers'.  Autoload
1213         gnus-group-name-charset.
1214         (message-fetch-field): Don't assume `format' removes text
1215         properties.
1216         (message-strip-list-identifiers, message-reply, message-followup):
1217         Require gnus-sum.
1218         (message-mode): Tidy XEmacs conditionals.
1219         (message-replace-chars-in-string): Use subst-char-in-string when
1220         available.
1221
1222         * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
1223         Define if necessary.
1224
1225         * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
1226         removes text properties.
1227
1228         * gnus-srvr.el (gnus-browse-group-name): Likewise.
1229
1230         * gnus-msg.el (gnus-copy-article-buffer):  Likewise.
1231
1232         * gnus-score.el (gnus-summary-score-entry): Likewise.
1233
1234 2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * nnimap.el (nnimap-request-post): Fix parenthesis.
1237
1238 2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
1239
1240         * message.el (message-unquote-tokens): New function.
1241
1242         * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
1243
1244         * nnimap.el (nnimap-request-post): Ditto.
1245
1246 2000-06-21  Simon Josefsson  <jas@pdc.kth.se>
1247
1248         * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
1249
1250         * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
1251         patch commited 2000-04-02).
1252
1253 2000-06-20  Simon Josefsson  <jas@pdc.kth.se>
1254
1255         * imap.el (imap-mailbox-examine-1): New function.
1256         (imap-message-copyuid-1):
1257         (imap-message-appenduid-1): Use it, instead of
1258         `imap-mailbox-examine' which would utf-7 encode mailbox name
1259         twice.
1260
1261 2000-06-19  Dave Love  <fx@gnu.org>
1262
1263         * mm-uu.el Don't require message.  Require cl when compiling.
1264
1265 2000-06-17 18:58:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1266
1267         * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
1268         a local variable.
1269         * gnus-sum.el (gnus-orphan-score): Move here.
1270
1271 2000-06-10 09:33:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1272
1273         * message.el (message-forward): Remove show-mml condition.
1274         (message-forward-ignored-headers): Remove X-Gnus headers.
1275
1276 2000-06-08  Simon Josefsson  <simon@josefsson.org>
1277
1278         * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
1279
1280 2000-06-08 12:34:26  Urban Engberg <ue@ccieurope.com>
1281
1282         * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
1283
1284 2000-06-08 12:27:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1285
1286         * message.el (message-syntax-checks): Add type.
1287
1288 2000-06-07  Dave Love  <fx@gnu.org>
1289
1290         * mm-view.el (mm-inline-image-emacs): Don't specify string for
1291         put-image.
1292         (mm-inline-image): Defalias, not fset.
1293
1294         * gnus.el (gnus-group-startup-message): Don't specify string for
1295         insert-image.
1296
1297         * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
1298         add-minor-mode is available.
1299         (gnus-article-display-xface): Don't specify string for
1300         insert-image.
1301
1302 2000-06-06 13:28:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1303
1304         * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
1305         (gnus-topic-insert-topic-line): Use shownp.
1306         (gnus-topic-hide-topic): Don't use hidden.
1307         (gnus-topic-show-topic): Don't use hidden.
1308
1309 2000-06-05 22:25:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1310
1311         * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
1312         system.
1313         * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
1314         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1315         * gnus-util.el (gnus-output-to-rmail): Ditto.
1316         (gnus-output-to-mail): Ditto.
1317         (gnus-write-buffer): Ditto.
1318         * gnus-uu.el (gnus-uu-save-article): Ditto.
1319
1320 2000-06-04 15:05:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
1321
1322         * message.el (message-read-from-minibuffer): Typo.
1323
1324 2000-06-03 13:36:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1325
1326         * gnus-art.el (article-decode-charset): Override non-MIME forward
1327         charset.
1328
1329 2000-06-02 12:04:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
1330
1331         * mml.el (mml-quote-region): Correct the regexp.
1332         * gnus-msg.el (gnus-summary-reply): mml-quote it.
1333
1334 2000-06-02 11:57:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1335
1336         * message.el (message-forward): Insert raw text.
1337         * mml.el (mml-parse-1): Get raw text in unibyte mode.
1338         (mml-generate-mime-1): Insert raw text in unibyte mode.
1339
1340 2000-06-01  Florian Weimer  <fw@deneb.cygnus.argh.org>
1341
1342         * mm-bodies.el (mm-body-encoding): Always encoded if
1343         `mm-use-ultra-safe-encoding' is set.
1344
1345 2000-05-31 14:50:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
1346
1347         * mml.el (ange-ftp-name-format): Typo.
1348
1349 2000-05-30  Simon Josefsson  <jas@pdc.kth.se>
1350
1351         * gnus-start.el (gnus-get-unread-articles): If
1352         `gnus-activate-group' and/or `gnus-check-server' return nil, don't
1353         try to do anything on that server.
1354         
1355 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
1356
1357         * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
1358         from latest draft.
1359
1360 2000-05-08  Simon Josefsson  <jas@pdc.kth.se>
1361
1362         * gnus-group.el (gnus-group-expire-articles-1): Make sure server
1363         is open.
1364
1365 2000-05-24  Dave Love  <fx@gnu.org>
1366
1367         * mml.el (mml-parse-file-name): Fix ange-ftp part.
1368
1369 2000-05-22  Didier Verna  <didier@lrde.epita.fr>
1370
1371         * gnus.el (gnus-redefine-select-method-widget): new function, call
1372         it once. Add an "other" entry for unknown but editable backend
1373         name symbols.
1374         * gnus-start.el (gnus-declare-backend): use it.
1375
1376 2000-05-19  Dave Love  <fx@gnu.org>
1377
1378         * gnus-art.el (gnus-article-next-page): Revert last change.
1379
1380 2000-05-19 09:56:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
1381
1382         * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
1383
1384 2000-05-19  Dave Love  <fx@gnu.org>
1385
1386         * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
1387         not mm-inline-large-images.
1388
1389 2000-05-19 01:45:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
1390
1391         * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
1392
1393 2000-05-18  Dave Love  <fx@gnu.org>
1394
1395         * gnus-art.el: Use defalias, not fset.
1396         (gnus-article-x-face-command): Don't test for xbm.
1397         (gnus-article-next-page): Redisplay before testing point in window.
1398
1399 2000-05-17 21:16:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1400
1401         * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
1402         * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
1403
1404 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
1405
1406         * gnus-sum.el (gnus-summary-save-article-rmail): Use
1407         gnus-summary-save-in-rmail.
1408         * message.el (message-output): Ditto.
1409
1410 2000-05-17 22:37:25  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
1413
1414 2000-05-17 14:03:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
1415
1416         * rfc2047.el (rfc2047-encode-message-header): Encode if the method
1417         is a charset.
1418         * message.el (message-send-news): Check group name charset.
1419         * gnus-msg.el (gnus-post-news): Decode group name.
1420         (gnus-inews-do-gcc): Encode group name.
1421
1422 2000-05-17 10:16:32  Karl Kleinpaste <karl@charcoal.com>
1423
1424         * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
1425         * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
1426
1427 2000-05-17 02:25:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1428
1429         * gnus-group.el (gnus-group-mark-line-p): New function.
1430         (gnus-group-goto-group): New parameter.
1431         (gnus-group-remove-mark): Use it.
1432         * gnus-topic.el (gnus-topic-move-group): Ditto.
1433         (gnus-topic-remove-group): Ditto.
1434
1435 2000-05-17 00:49:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1436
1437         * gnus-group.el (gnus-group-list-dormant): New function.
1438
1439 2000-05-16 23:20:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
1440
1441         * gnus-agent.el (gnus-agent-synchronize): Use
1442         nnheader-insert-file-contents.
1443         (gnus-agent-save-active-1): Ditto.
1444         (gnus-agent-write-active): Ditto.
1445         (gnus-agent-expire): Ditto.
1446         * gnus-cache.el (gnus-cache-read-active): Ditto.
1447         * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
1448         * gnus-sum.el (gnus-summary-import-article): Ditto.
1449
1450         * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
1451         (gnus-agent-save-group-info): Ditto.
1452         (gnus-agent-save-alist): Ditto.
1453         * gnus-util.el (gnus-make-directory): Ditto.
1454
1455         * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
1456
1457 2000-05-16 21:13:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1458
1459         * mml.el (mml-generate-mime-preprocess-function): New variable.
1460         (mml-generate-mime-postprocess-function): New variable.
1461         (mml-generate-mime-1): Use them.
1462
1463 2000-05-16 18:15:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1464
1465         * gnus-group.el (gnus-group-apropos): Group name charset.
1466         * gnus-sum.el (gnus-set-mode-line): Ditto.
1467         * gnus-group.el (gnus-group-decoded-name): New function.
1468         (gnus-group-edit-group): Use it.
1469         * gnus-cus.el (gnus-group-customize): Use it.
1470
1471 2000-05-16 17:55:57  Karl Kleinpaste <karl@charcoal.com>
1472
1473         * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
1474
1475 2000-05-16 16:22:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1476
1477         * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
1478         (gnus-group-name-charset-group-alist): Ditto.
1479         (gnus-group-name-charset): New function.
1480         (gnus-group-name-decode): New function.
1481         (gnus-group-insert-group-line): Use them.
1482         (gnus-group-prepare-flat-list-dead): Ditto.
1483         (gnus-group-list-active): Ditto.
1484         (gnus-group-describe-all-groups): Ditto.
1485         (gnus-group-prepare-flat-list-dead-predicate): Ditto.
1486         * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
1487         add gnus-group property.
1488         (gnus-browse-group-name): Read gnus-group property.
1489
1490 2000-05-16 15:27:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
1491
1492         * nnfolder.el (nnfolder-possibly-change-group): Use
1493         file-name-coding-system instead of pathname-coding-system.
1494         * nnmail.el (nnmail-find-file): Ditto.
1495         (nnmail-write-region): Ditto.
1496         * nnmh.el (nnmh-retrieve-headers): Ditto.
1497         (nnmh-request-article): Ditto.
1498         (nnmh-request-group): Ditto.
1499         (nnmh-request-list): Ditto.
1500         (nnmh-possibly-change-directory): Ditto.
1501         (nnmh-active-number): Ditto.
1502         * nnml.el (nnml-possibly-change-directory): Ditto.
1503         (nnml-request-list): Ditto.
1504         (nnml-request-article): Ditto.
1505         (nnml-retrieve-headers): Ditto.
1506
1507 2000-05-16  Simon Josefsson  <jas@pdc.kth.se>
1508
1509         * nnimap.el (nnimap-request-accept-article): Don't unselect
1510         mailbox if no mailbox is selected.
1511
1512 2000-05-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1513
1514         * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
1515         Recognize domain names starting with `www.' as starting an URL.
1516
1517 2000-05-15 09:46:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1518
1519         * mail-source.el (mail-source-fetch-maildir): Insert "From ".
1520         (mail-source-keyword-map): Add "subdirs" for maildir.
1521
1522 2000-05-14 16:19:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1523
1524         * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
1525         (nnmail-get-new-mail): Use it.
1526         * gnus-start.el (gnus-get-unread-articles): Ditto.
1527
1528 2000-05-14 14:02:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1529
1530         * gnus-sum.el (gnus-summary-edit-article): Better support for
1531         nndraft:drafts.
1532         * nndraft.el (nndraft-request-replace-article): New function,
1533         bind nnmail-file-coding-system.
1534
1535 2000-05-14  Dave Love  <fx@gnu.org>
1536
1537         * nnheader.el: Replace uses of `fset' with `defalias'.
1538         (jka-compr-compression-info-list): Only defvar when compiling.
1539
1540 2000-05-14 12:30:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
1541
1542         * webmail.el (webmail-netaddress-article): Refresh redirect.
1543
1544 2000-05-13 20:41:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1545
1546         * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
1547
1548 2000-05-13 16:49:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1549
1550         * webmail.el: Translate &nbsp; to SP.
1551
1552 2000-05-13 13:00:17  Robin S. Socha <robin@socha.net>
1553
1554         * message.el (message-bounce): Doc typo.
1555
1556 2000-05-13 12:25:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1557
1558         * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
1559         (gnus-soup-store): Ditto.
1560         (gnus-soup-send-packet): Ditto.
1561         * nnsoup.el (nnsoup-replies-format-type): Ditto.
1562         (nnsoup-dissect-buffer): Ditto.
1563         (nnsoup-narrow-to-article): Ditto.
1564         (nnsoup-make-active): Ditto
1565
1566 2000-05-13 12:03:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1567
1568         * message.el (message-mode): Two parameters for local-variable-p.
1569
1570 2000-05-13 00:54:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1571
1572         * message.el (message-strip-list-identifiers): New function.
1573         (message-reply): Use it and use message-strip-subject-re.
1574         (message-followup): Ditto.
1575         * gnus-art.el (article-hide-list-identifiers): Remove more.
1576         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
1577
1578 2000-05-12 22:28:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1579
1580         * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
1581         mail-parset-charset and use non-numeric argument.
1582
1583 2000-05-12 20:54:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
1584
1585         * mml.el (mml-buffer-list): New variable.
1586         (mml-generate-new-buffer): New function.
1587         (mml-destroy-buffers): Ditto.
1588         (mml-insert-mime): Use them.
1589         * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
1590         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1591         * message.el (message-mode): Ditto.
1592         * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
1593         (gnus-uu-save-article): Support show-as-mml.
1594         * message.el (message-forward): Ditto.
1595
1596 2000-05-12 15:15:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
1597
1598         * nndoc.el (nndoc-type-alist): mime-digest head-begin.
1599         (nndoc-mime-digest-type-p): Locate article head precisely.
1600         * mml.el (mml-generate-default-type): New variable.
1601         (mml-generate-mime-1): Use it.
1602         (mml-insert-mime-headers): Use it.
1603         * gnus-uu.el (gnus-uu-digest-buffer): New variable.
1604         (gnus-uu-digest-mail-forward): Use it and call message-forward
1605         with argument digest.
1606         (gnus-uu-save-article): Support message-forward-as-mime.
1607         * message.el (message-forward): Add parameter digest.
1608         * mm-decode.el (mm-dissect-default-type): New variable.
1609         (mm-dissect-buffer): Use it.
1610
1611 2000-05-11 11:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
1612
1613         * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
1614         newline and paragraph to nil when got a non-ascii character. Test
1615         paragraph before newline.
1616
1617 2000-05-10 12:17:58  Shenghuo ZHU  <zsh@cs.rochester.edu>
1618
1619         * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
1620         limit to 76.
1621
1622 2000-05-10 09:11:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * nnslashdot.el (nnslashdot-sid-strip): New function.
1625         (nnslashdot-threaded-retrieve-headers): New format.
1626         (nnslashdot-sane-retrieve-headers): Ditto.
1627         (nnslashdot-request-article): Ditto.
1628         (nnslashdot-threaded-retrieve-headers): Thread properly.
1629         (nnslashdot-request-article): Be more lenient.
1630         (nnslashdot-threaded-retrieve-headers): Regexp search.
1631
1632 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
1633
1634         * gnus-sum.el (gnus-with-article): Define it before use it.
1635
1636 2000-05-08 22:34:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
1637
1638         * message.el (message-supersede): Use mime-to-mml.
1639         * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
1640
1641 2000-05-08 22:34:24  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * gnus-group.el (gnus-group-list-cached): Don't use
1644         `subst-char-in-string'.
1645
1646 2000-05-08  Dave Love  <fx@gnu.org>
1647
1648         * pop3.el (pop3-open-server): Fix creating name of trace buffer.
1649
1650 2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
1651
1652         * mm-decode.el (mm-interactively-view-part): Append %s if the
1653         method is a single word.
1654         * nnwarchive.el (nnwarchive-type-definition): Typo.
1655
1656 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1657
1658         * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
1659         function.
1660         (gnus-group-prepare-flat-predicate): Use it.
1661         (gnus-group-list-cached): List dead groups.
1662
1663 2000-05-07 10:50:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
1664
1665         * gnus-art.el (article-decode-charset): Don't decode message with
1666         format.
1667
1668 2000-05-07  Florian Weimer  <fw@deneb.cygnus.argh.org>
1669
1670         * mailcap.el (mailcap-maybe-eval): Honor user request not to
1671         evaluate the Lisp code.
1672
1673 2000-05-06 17:40:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
1674
1675         * gnus-art.el (article-wash-html): New function.
1676         (gnus-article-wash-html): Bind.
1677         (gnus-article-make-menu-bar): Menu item.
1678         * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
1679         (gnus-summary-make-menu-bar): Menu item.
1680         * gnus.el: Autoload.
1681
1682 2000-05-06  Florian Weimer  <fw@deneb.cygnus.argh.org>
1683
1684         * gnus-uu.el (gnus-uu-unshar-warning): New variable.
1685         (gnus-uu-unshar-article): Use it.
1686
1687         * mailcap.el (mailcap-maybe-eval-warning): New variable.
1688         (mailcap-maybe-eval): Use it.
1689
1690         * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
1691         in docstring.
1692
1693         * mml.el (mml-generate-mime-1): Small comment.
1694
1695 2000-05-05 12:27:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1696
1697         * gnus-art.el (article-de-base64-unreadable): New function.
1698         (gnus-article-de-base64-unreadable): Bind.
1699         (gnus-article-make-menu-bar): Menu item.
1700         * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
1701         (gnus-summary-make-menu-bar): Menu item.
1702         * gnus.el: Autoload.
1703
1704 2000-05-05 10:32:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
1705
1706         * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
1707         (gnus-summary-select-article): Add en/disable multibyte.
1708
1709 2000-05-05 02:47:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1710
1711         * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
1712         (gnus-summary-edit-article): New feature: editing raw articles.
1713
1714 2000-05-05 00:30:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1715
1716         * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
1717         Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
1718         * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
1719         Emacs MULE can not copy some 8bit characters in multibyte buffers.
1720         * mm-decode.el (mm-insert-part): Ditto.
1721
1722 2000-05-04 17:49:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1723
1724         * nndoc.el (nndoc-type-alist): Extend forward regexp.
1725         (nndoc-forward-type-p): Ditto.
1726
1727 2000-05-04 17:13:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1728
1729         * mm-util.el (mm-with-unibyte-current-buffer): Set the default
1730         value of enable-multibyte-characters.
1731
1732 2000-05-04 10:31:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
1733
1734         * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
1735
1736 2000-05-03  Dave Love  <fx@gnu.org>
1737
1738         * gnus-ems.el (gnus-article-xface-ring-internal)
1739         (gnus-article-xface-ring-size): New variable.
1740         (gnus-article-display-xface): Use them to cache data.  Don't try
1741         to use XPM.  Set up binary coding for PBM's sake.
1742
1743 2000-05-03 14:23:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
1744
1745         * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
1746         * gnus-int.el (gnus-request-accept-article): Ditto.
1747         (gnus-request-replace-article): Ditto.
1748         * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
1749
1750 2000-05-03 14:11:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
1751
1752         * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
1753
1754 2000-05-03 11:35:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1755
1756         * rfc2047.el (rfc2047-encode-message-header): Encode field by
1757         field.
1758         * mml.el (mml-to-mime): Use message-default-charset.
1759         (mml-preview): Narrow to headers.
1760         * message.el (message-send-mail): Use message-default-charset.
1761         (message-send-news): Narrow to headers;
1762         use message-default-charset.
1763
1764 2000-05-03 08:09:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1765
1766         * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
1767         detect.
1768         * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
1769         restriction.
1770         (mml-parse-1): Warning message.
1771         (mml-preview): Disable multibyte.
1772
1773 2000-05-03  Dave Love  <fx@gnu.org>
1774
1775         * gnus.el (gnus-group-startup-message): Add newline before image.
1776
1777 2000-05-02 21:34:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1778
1779         * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
1780         * message.el (message-send-mail): Use unibyte-buffer.
1781         (message-send-mail): Ditto.
1782
1783 Mon May  1 15:09:46 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1784
1785         * gnus.el: Gnus v5.8.6 is released.
1786
1787 2000-05-01 07:45:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1788
1789         * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
1790
1791 2000-04-28 21:14:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1792
1793         * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
1794
1795 2000-04-28 16:37:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1796
1797         * message.el (message-send-mail-partially): Use forward-line.
1798
1799 2000-04-28 16:01:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
1800
1801         * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
1802
1803 2000-04-28 15:30:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1804
1805         * mml.el (mml-generate-mime-1): Ignore 0x1b.
1806         (mml-insert-mime): No markup only for text/plain.
1807         (mime-to-mml): Remove MIME headers.
1808
1809 2000-04-28 14:23:14  Shenghuo ZHU  <zsh@cs.rochester.edu>
1810
1811         * mml.el (mml-preview): Set gnus-newsgroup-charset.
1812         * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
1813         as 8-bit.
1814         * lpath.el: Fbind image functions.
1815
1816 2000-04-28  Dave Love  <fx@gnu.org>
1817
1818         * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
1819         21.
1820
1821         * mailcap.el (mailcap-parse-mailcaps): Revert last change to
1822         search order.  Use parse-colon-path and remove some redundancy.
1823         Doc fix.
1824         (mailcap-parse-mimetypes): Code consistently with
1825         mailcap-parse-mailcaps.  Doc fix.
1826
1827         * gnus-start.el (gnus-unload): Iterate over `features', not
1828         `load-history'.
1829
1830 2000-04-28 09:52:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
1831
1832         * mml.el (mml-parse-1): Don't create blank parts.
1833         (mml-read-part): Fix mml tag.
1834         (mml-insert-mime): Convert message/rfc822.
1835         (mml-insert-mml-markup): Add mmlp parameter.
1836
1837 2000-04-28 01:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1838
1839         * message.el (message-send-mail-partially): Remove CTE.
1840
1841 2000-04-28 00:31:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1842
1843         * lpath.el: Fbind put-image for XEmacs.
1844         * mm-view.el (mm-inline-image): Fset it.
1845
1846 2000-04-27 23:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
1847
1848         * nndoc.el (nndoc-type-alist): Change forward regexp.
1849
1850 2000-04-27 21:57:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
1851
1852         * message.el (message-send-mail-partially-limit): Change the
1853         default value.
1854
1855 2000-04-27 21:53:32  Erik Toubro Nielsen <erik@ifad.dk>
1856
1857         * gnus-util.el (gnus-extract-address-components): Name might be
1858         "".
1859
1860 2000-04-27 20:32:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
1861
1862         * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
1863         (gnus-summary-post-forward): Ditto.
1864         * message.el (message-forward-show-mml): New variable.
1865         (message-forward): Use it.
1866         * mml.el (mml-parse-1): Add tag mml.
1867         (mml-read-part): Ditto.
1868         (mml-generate-mime): Support reentance.
1869         (mml-generate-mime-1): Support mml tag.
1870
1871 2000-04-27  Dave Love  <fx@gnu.org>
1872
1873         * gnus-art.el: Don't bother to require custom, browse-url.
1874         (gnus-article-x-face-command): Include gnus-article-display-xface.
1875
1876         * gnus-ems.el: Assume only (X)Emacs 20+.  Simplify XEmacs checks.
1877         Use defalias, not fset.
1878         (gnus-article-display-xface): New function.
1879
1880         * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
1881
1882         * mm-decode.el: Small doc fixes.  Require cl when compiling.
1883         (mm-xemacs-p): Deleted.
1884         (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
1885         (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
1886         use create-image and don't special-case xbm.
1887         (mm-valid-image-format-p): Use display-graphic-p.
1888
1889 2000-04-27 15:27:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1890
1891         * message.el (message-send-mail-partially-limit): New variable.
1892         (message-send-mail-partially): New function.
1893         (message-send-mail): Use it.
1894         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1895         all blank lines inside of base64.
1896         * mm-partial.el (mm-inline-partial): Add an option. Remove tail
1897         blank lines.
1898
1899 2000-04-27 10:03:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1900
1901         * mml.el (mml-insert-tag): Match more special characters.
1902
1903 2000-04-27 09:06:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
1904
1905         * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
1906
1907 2000-04-27 00:58:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
1908
1909         * mm-decode.el (mm-inline-media-tests): Add message/partial.
1910         (mm-inlined-types): Ditto.
1911         * mm-partial.el: New file.
1912
1913 2000-04-27  Dave Love  <fx@gnu.org>
1914
1915         * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
1916         matter in Emacs 21.
1917
1918 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
1919
1920         * mm-bodies.el (mm-encode-body): Remove reference to
1921         mm-default-charset in comment.
1922
1923 2000-04-24 00:56:00  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
1924
1925         * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
1926
1927 2000-04-26 12:27:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
1928
1929         * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
1930         let.
1931
1932 2000-04-26 12:26:10  Pavel Janik ml. <Pavel.Janik@inet.cz>
1933
1934         * gnus-draft.el (gnus-draft-setup): Fix comments.
1935
1936 2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1937
1938         * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
1939         if nnmbox-file-coding-system-for-write is nil.
1940
1941 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
1942
1943         * gnus-msg.el (gnus-configure-posting-styles): Just remove the
1944         header if nil.
1945
1946 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
1947
1948         * mm-view.el (mm-inline-text): Insert directly if decoded.
1949         * mml.el (autoload): Typo.
1950
1951 2000-04-25 22:46:36  Shenghuo ZHU  <zsh@cs.rochester.edu>
1952
1953         * mml.el (mml-preview): Set up posting-charset.
1954         * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
1955
1956 2000-04-25 21:23:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
1957
1958         * webmail.el: Fix yahoo mail.
1959
1960 2000-04-25 20:12:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
1961
1962         * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
1963         word if not necessary.
1964         (rfc2047-encode-region): Put space between encoded words.
1965
1966 2000-04-24 21:11:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
1967
1968         * gnus-util.el (gnus-netrc-machine): Another default to nntp.
1969
1970 2000-04-24 18:14:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
1971
1972         * gnus-draft.el (gnus-draft-setup): Restore mml only when
1973         required.
1974         (gnus-draft-edit-message): Require restoration.
1975
1976 2000-04-24 16:51:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
1977
1978         * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
1979         back.
1980
1981 2000-04-24 16:01:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
1982
1983         * gnus-art.el (gnus-treat-article): Make sure that the summary
1984         buffer is live.
1985
1986 2000-04-24 15:42:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
1987
1988         * mailcap.el (mailcap-parse-mailcaps): Reorder.
1989         (mailcap-parse-mailcap): Backwards parsing.
1990         (mailcap-possible-viewers): Remove nreverse.
1991         (mailcap-mime-info): Ditto.
1992         (mailcap-add-mailcap-entry): Keep alternative viewer.
1993
1994 Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
1995
1996         * gnus.el: Gnus v5.8.5 is released.
1997
1998 2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
2001
2002         * gnus-util.el (gnus-netrc-machine): Default to nntp.
2003
2004         * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
2005
2006 2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2007
2008         * mm-view.el (mm-inline-message): Disable prepare-hook.
2009
2010 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * gnus.el: Fix copyright statements.
2013
2014         * gnus-sum.el (gnus-alter-articles-to-read-function): New
2015         variable.
2016         (gnus-articles-to-read): Use it.
2017
2018         * message.el (message-get-reply-headers): Bind free variable.
2019
2020 2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
2021
2022         * message.el (message-get-reply-headers): Fix to-address.
2023
2024 2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2025
2026         * webmail.el: Hotmail fix. Add a debug function.
2027
2028 2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * gnus-sum.el (t): M-down and M-up.
2031
2032 2000-04-22 20:22:03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2033
2034         * gnus-sum.el: Doc fix.
2035
2036 2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
2037
2038         * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
2039
2040 2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
2043         string.
2044         (nnweb-request-group): Don't scan twice.
2045         (nnweb-request-scan): Don't nix out the hashtb.
2046
2047         * message.el (message-get-reply-headers): Return a value.
2048
2049 2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
2050
2051         * gnus-art.el (gnus-button-url-regexp): New value to match naked
2052         urls.
2053
2054 2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
2057         order messages are inserted.
2058
2059         * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
2060         message/rfc822 parts.
2061
2062         * gnus-art.el (gnus-article-read-summary-keys): Check for
2063         numerical values.
2064
2065         * message.el (message-get-headers): Made into own function.
2066         (message-reply): Use it.
2067         (message-get-reply-headers): Renamed.
2068         (message-widen-reply): New command.
2069
2070 2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
2071
2072         * nntp.el (nntp-retrieve-data): Report the error and return nil.
2073
2074 2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
2075
2076         * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
2077         non-base64 text at the end if not found.
2078
2079 2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
2080
2081         * gnus-sum.el (gnus-read-move-group-name):
2082         (gnus-summary-move-article): Use `gnus-group-method' to find out
2083         what method the manually entered group belong to.
2084         `gnus-group-name-to-method' doesn't return any method parameters
2085         and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
2086         for new groups so they wouldn't work.
2087
2088 2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
2091         override.
2092
2093 2000-04-21 21:58:20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2094
2095         * nnmail.el (nnmail-cache-insert): Does some stuff that is
2096         probably good to do, or something.  I dunno.  I just write these
2097         ChangeLog entries, and my name is Lars.
2098
2099 1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
2100
2101         * message.el (message-caesar-region): Use translate-region.
2102
2103 2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
2104
2105         * gnus-group.el (gnus-group-catchup-current): Doc fix.
2106
2107 2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * gnus-art.el (gnus-article-setup-buffer): Don't kill local
2110         variables, because that makes Emacs flash.
2111
2112         * gnus-group.el (gnus-group-insert-group-line): Don't call
2113         gnus-group-add-icon unconditionally.
2114
2115         * gnus-xmas.el (gnus-group-add-icon): Moved here.
2116
2117         * gnus-group.el (gnus-group-glyph-directory): Don't depend on
2118         xmas.
2119         (gnus-group-glyph-directory): Removed.
2120
2121 2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
2122
2123         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
2124         gnus-newsgroup-name is "".
2125
2126 2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
2127
2128         * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
2129         in conjunction with MULE-UCS.
2130
2131 1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
2132
2133         * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
2134
2135 1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * dgnushack.el (last, mapcon, member-if, union): New compiler
2138         macros for emulating cl functions.
2139
2140 1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2141
2142         * message.el (message-shorten-references): Only cater to broken
2143         INN for news. This caters for broken smtpd.
2144
2145 2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * mailcap.el (mailcap-mime-info): Use the first match; not the
2148         last.
2149
2150         * gnus-agent.el (gnus-category-kill): Save the category list.
2151
2152 2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
2153
2154         * gnus-sum.el (gnus-summary-move-article): Do something or other.
2155
2156 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2159
2160 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-group.el (gnus-group-add-icon): Fixed indentation.
2163
2164 2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
2165
2166         * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
2167         (gnus-group-list-cached): Use it.
2168
2169 2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * gnus.el: Update all the copyright notices.
2172
2173 2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
2174
2175         * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
2176         non-base64 text at the end.
2177
2178 2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
2181
2182 2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * nnheader.el: Don't autoload cancel-function-timers.
2185
2186         * message.el (message-fetch-field): Fold case.
2187
2188 2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2189
2190         * message.el (message-forward-before-signature): New variable.
2191
2192 2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2193
2194         * gnus-mlspl.el: Fix stuff.
2195
2196 2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * gnus-sum.el (gnus-summary-update-article-line): Don't hide
2199         subjects when unthreaded.
2200
2201 2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
2202
2203         * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
2204         well.
2205
2206 2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
2207
2208         * gnus-art.el (gnus-article-mode): Fix variable name.
2209
2210 2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * mm-view.el: Fix autoload.
2213
2214         * flow-fill.el (flow-fill): Fix provide.
2215
2216         * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
2217         nil.
2218
2219 2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2220
2221         * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
2222
2223 2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-util.el (gnus-netrc-machine): Didn't work.
2226
2227 2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2228
2229         * gnus-draft.el (gnus-draft-setup): Restore to mml.
2230
2231 2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * flow-fill.el: Renamed from fill-flowed.
2234
2235         * message.el (message-forward-ignored-headers): Default to
2236         removing CTE.
2237
2238 2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2239
2240         * message.el (message-mode): Don't fill headers.
2241
2242 2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * message.el (message-pipe-buffer-body): Use shell
2245
2246 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2247
2248         * nnvirtual.el (nnvirtual-request-article):
2249         Bind gnus-override-method to nil.
2250         (nnvirtual-request-update-mark): Don't update mark when
2251         article is not there.
2252
2253 2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2254
2255         * mm-uu.el (mm-uu-dissect): Check forwarded message.
2256
2257 2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus-util.el (gnus-parse-netrc): Allow "port".
2260         (gnus-netrc-machine): Take a port param.
2261         (gnus-netrc-machine):
2262
2263         * gnus-art.el (gnus-request-article-this-buffer): Allow
2264         re-selecting referenced articles.
2265
2266         * message.el (message-cancel-news): Allow editing.
2267         (message-cancel-message): Add newline.
2268
2269 2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
2270
2271         * mm-view.el (mm-inline-image-emacs): New function.
2272
2273 2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * mail-source.el (mail-source-delete-incoming): Change default in
2276         cvs.
2277
2278 2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
2279
2280         * gnus-art.el (gnus-mime-view-part-as-type-internal): New
2281         function.
2282
2283 2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * nnml.el (nnml-request-expire-articles): Use it.
2286
2287         * nnmail.el (nnmail-expiry-target): New variable.
2288         (nnmail-expiry-target-group): New function.
2289
2290 2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
2291
2292         * message.el (message-forward): Add non-MIME separators.
2293
2294 2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * message.el (message-generate-headers): Respect the syntax check
2297         spec.
2298
2299         * gnus-sum.el (gnus-remove-thread-1): Show thread.
2300         (gnus-remove-thread): Don't show all threads.
2301
2302 Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2303
2304         * gnus.el: Pterodactyl Gnus v5.8.4 is released.
2305
2306 2000-04-19  Dave Love  <fx@gnu.org>
2307
2308         * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
2309
2310 2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
2311
2312         * nnwarchive.el (nnwarchive-type-definition): New egroups html.
2313         (nnwarchive-egroups-*): Ditto.
2314         (nnwarchive-url): Unibyte buffer and single line cookie.
2315
2316 2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
2317
2318         * mm-util.el (mm-char-or-char-int-p): New alias.
2319         * nnweb.el (nnweb-decode-entities): Check the validity of numeric
2320         entities.
2321
2322 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
2323
2324         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
2325         article case insensitively.
2326
2327 2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
2328
2329         * mail-source.el (mail-source-fetch-webmail): Use the default
2330         password provided in mail-sources; use webmail:subtype:user as
2331         the key.
2332
2333 2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
2334
2335         * mail-source.el (mail-source-fetch-webmail): Use
2336         mail-source-password-cache.
2337
2338 2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2339
2340         * webmail.el: Add netscape mail and fix HotMail mail.
2341
2342 2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
2343
2344         * imap.el (imap-kerberos4-open): Work with recent `imtest's.
2345
2346 2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
2347
2348         * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
2349         RFC822.PEEK if server support IMAP4rev1.
2350         (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
2351         RFC822.TEXT.PEEK if server support IMAP4rev1.
2352         (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
2353         RFC822.HEADER if server support IMAP4rev1.
2354         (nnimap-request-article-part): Support bodydetail in response
2355         data.
2356
2357 2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
2358
2359         * fill-flowed.el: New file.
2360
2361         * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
2362         text/plain parts with `format' parameters.
2363
2364         * mm-view.el (autoload): Autoload fill-flowed.
2365         (mm-inline-text): For "plain" parts with a format=flowed
2366         parameter, call `fill-flowed'.
2367
2368 2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369
2370         * nnslashdot.el (nnslashdot-request-list): Fudge new-style
2371         slashdot ids.
2372
2373 2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
2376         format.
2377
2378 2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
2379
2380         * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
2381         `imtest' too.
2382         (imap-kerberos4-program): Renamed from `imap-imtest-program'.
2383         (imap-gssapi-program): New variable.
2384         (imap-streams): Add gssapi.
2385         (imap-stream-alist): Ditto.
2386         (imap-authenticators): Ditto.
2387         (imap-authenticator-alist): Ditto.
2388         (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
2389         (imap-kerberos4-open): Loop over imtest programs, support Cyrus
2390         1.6.x `imtest' syntax.
2391         (imap-gssapi-stream-p): New function.
2392         (imap-gssapi-open): Ditto.
2393         (imap-gssapi-auth-p): Ditto.
2394         (imap-gssapi-auth): Ditto.
2395         (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
2396         (imap-send-command): Use buffer-local `imap-client-eol' value.
2397
2398         * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
2399         lines and turn TAB into SPC before parsing.
2400
2401 2000-03-15  Simon Josefsson <jas@pdc.kth.se>
2402
2403         * nnheader.el (nnheader-group-pathname): Make sure to return a
2404         directory.
2405         * nnmail.el (nnmail-group-pathname): Ditto.
2406
2407 2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2408
2409         * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
2410         might split in the middle of a message-id.
2411
2412 2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413
2414         * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
2415         groups from the server.
2416
2417         * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
2418         (gnus-summary-toggle-header): Update the wash status.
2419
2420         * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
2421         Moved here.
2422
2423         * gnus-agent.el (gnus-agent-save-group-info): Respect old
2424         setting.
2425
2426         * nnmail.el (nnmail-get-active): Use it.
2427         (nnmail-parse-active): New function.
2428
2429         * mm-view.el (mm-inline-text): Support the new version of
2430         vcard.el.
2431
2432         * gnus-sum.el (gnus-summary-move-article): Only delete article
2433         when moving junk.
2434         (gnus-deaden-summary): Bury the buffer.
2435
2436         * nnmail.el (nnmail-group-pathname): Ditto.
2437
2438         * nnheader.el (nnheader-group-pathname): Use expand-file-name.
2439
2440 2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
2441
2442         * rfc2047.el (rfc2047-encode-message-header): Encode no matter
2443         whether Mule.
2444
2445 2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446
2447         * message.el (message-send-mail): Protect against unloaded Gnus.
2448
2449         * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
2450         parent.
2451         (gnus-topic-update-topic-line): Yes, do.
2452         (gnus-topic-goto-missing-group): Tally the correct number of
2453         unread articles before inserting the topic line.
2454
2455 2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
2458
2459 2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * mm-decode.el (mm-dissect-buffer): Ditto.
2462
2463         * gnus-art.el (article-decode-charset): Strip CTE.
2464
2465         * ietf-drums.el (ietf-drums-strip): New function.
2466
2467         * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
2468         when prompting in read-only groups.
2469
2470 2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
2471
2472         * imap.el (imap-send-command): Change EOL-chars when
2473         `imap-client-eol' differs from default, not only for kerberos4.
2474         (imap-mailbox-status): Get encoded mailbox's status.
2475
2476 2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
2477
2478         * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
2479         into `mail-source-password-cache'.
2480
2481 2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
2482
2483         * mm-util.el (mm-mime-charset): Check for presence of
2484         `coding-system-get' and `get-charset-property' (recent XEmacs has
2485         the former, but not the latter).
2486
2487 2000-01-28  Dave Love  <fx@gnu.org>
2488
2489         * message.el (message-check-news-header-syntax): Fix typo
2490         `newsgroyps'.
2491         (message-talkative-question): Put temp buffer in fundamental-mode.
2492         (message-recover): Use fundamental-mode in the right buffer.
2493
2494         * nnmail.el (nnmail-split-history): Use fundamental-mode in the
2495         right buffer.
2496
2497 2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2498
2499         * qp.el (quoted-printable-decode-region): Add charset parameter.
2500         (quoted-printable-decode-string): Ditto.
2501
2502         * gnus-art.el (article-de-quoted-unreadable): Use it.
2503
2504 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
2505
2506         * nnimap.el (nnimap-split-predicate): New variable.
2507         (nnimap-split-articles): Use it.
2508
2509 2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
2510
2511         * utf7.el: Change email address.
2512
2513 2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * gnus-group.el (gnus-group-catchup): Purge split history.
2516
2517 2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
2518
2519         * nnmail.el (nnmail-generate-active): Support extended group name.
2520         (nnmail-get-active): Ditto.
2521
2522 2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2523
2524         * gnus-agent.el (gnus-agent-write-active): Since no prefix in
2525         group names, don't remove anything.
2526
2527 2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2528
2529         * webmail.el (webmail-my-deja-open): My-deja changes.
2530
2531 2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
2532
2533         * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
2534
2535 2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2536
2537         * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
2538
2539 2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
2540
2541         * gnus.el (gnus-other-frame): Fix typo.
2542
2543 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2544
2545         * gnus-cus.el (gnus-group-customize): Fix typo.
2546
2547 2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * nnweb.el (nnweb-insert): Simplified.
2550
2551 2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus-art.el (gnus-article-mode-map): "e" is
2554         gnus-summary-edit-article.
2555
2556 2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
2557
2558         * mailcap.el (mailcap-mime-extensions): Add .diff.
2559
2560 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2561
2562         * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
2563         there is no "%s" in the method.
2564
2565 2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
2566
2567         * gnus-sum.el (gnus-summary-select-article): Return 'old.
2568
2569 2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
2572
2573         * gnus.el: Really always pop up a new frame.
2574
2575         * parse-time.el (parse-time-rules): Allow 100-110 to be
2576         2000-2010.
2577
2578         * time-date.el (date-to-time): Don't use timezone.
2579
2580 2000-01-06  Dave Love  <fx@gnu.org>
2581
2582         * time-date.el: Add keywords.
2583         (date-to-time): Add autoload cookie.  Canonicalize with
2584         timezone-make-date-arpa-standard.
2585         (time-to-seconds): Avoid caddr.
2586         (safe-date-to-time): Add autoload cookie.
2587
2588         * base64.el: Require cl when compiling.
2589
2590 2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
2591
2592         * gnus-group.el (gnus-group-line-format-alist): Added %E for
2593         eyecandy.
2594         (gnus-group-insert-group-line): Now groks %E and inserts icon in
2595         group line using gnus-group-add-icon.
2596         (gnus-group-icons): Added customize group.
2597         (gnus-group-icon-list): Added variable.
2598         (gnus-group-glyph-directory): Added variable.
2599         (gnus-group-icon-cache): Added variable.
2600         (gnus-group-running-xemacs): Added variable.
2601         (gnus-group-add-icon): Added function. Add an icon to the current
2602         line according to gnus-group-icon-list.
2603         (gnus-group-icon-create-glyph): Added function.
2604
2605 2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus-sum.el (gnus-summary-select-article): Return whether we
2608         selected something new.
2609         (gnus-summary-search-article): Start searching at the window
2610         point.
2611
2612         * gnus-group.el (gnus-fetch-group): Complete over
2613         gnus-active-hashtb.
2614
2615 Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2616
2617         * gnus.el: Pterodactyl Gnus v5.8.3 is released.
2618
2619 2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * gnus-sum.el (gnus-preserve-marks): New variable.
2622         (gnus-summary-move-article): Use it.
2623         (gnus-group-charset-alist): Added more entries.
2624
2625 2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626
2627         * mm-decode.el (mm-inline-override-types): Removed duplicate.
2628
2629         * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
2630         as the default score.
2631
2632         * gnus-score.el (gnus-score-delta-default): Changed name.
2633
2634 2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
2635
2636         * imap.el (imap-parse-literal):
2637         (imap-parse-flag-list): Don't care about props.
2638         (imap-parse-string): Handle quoted characters.
2639
2640 2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
2643         (gnus-summary-mark-article): Doc fix.
2644         (gnus-summary-mark-forward): Doc fix.
2645         (t): Changed keystroke for gnus-summary-customize-parameters.
2646
2647         * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
2648         "e".
2649         (gnus-article-mode-map): No, don't.
2650
2651         * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
2652         of the final article.
2653
2654         * mm-decode.el (mm-interactively-view-part): Error on no method.
2655
2656 2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
2657
2658         * gnus-score.el (gnus-score-insert-help): Something.
2659
2660         * gnus-art.el (gnus-button-alist): Exclude < from <URL:
2661
2662         * gnus-win.el (gnus-configure-frame): Ditto.
2663
2664         * gnus-mh.el (gnus-summary-save-in-folder): Use
2665         with-current-buffer.
2666
2667 2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * nnwarchive.el: Changed file perms.
2670
2671 1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * gnus-group.el (gnus-group-delete-groups): New command.
2674         (gnus-group-delete-group): Extra no-prompt parameters.
2675
2676 1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * nnslashdot.el (nnslashdot-request-article): Translate <br> into
2679         <p>.
2680
2681 1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
2682
2683         * webmail.el (webmail-hotmail-article): Don't insert message id.
2684
2685 1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
2686
2687         * nnimap.el (nnimap-split-fancy): New variable.
2688         (nnimap-split-fancy): New function.
2689
2690 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2691
2692         (nnimap-split-rule): Document symbol value.
2693
2694 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
2695
2696         * nnimap.el (nnimap-retrieve-headers-progress): Let
2697         `nnheader-parse-head' parse article.
2698         (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
2699         request headers needed by `nnheader-parse-head'.
2700
2701 1999-12-23  Florian Weimer  <fw@s.netic.de>
2702
2703         * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
2704         value (crosspostings are handled), improve documentation.
2705
2706         * smiley.el: Declare file coding system as iso-8859-1.
2707
2708         * nnultimate.el: Dito.
2709
2710         * message.el: Dito.
2711
2712         * gnus-cite.el: Dito.
2713
2714         * gnus-spec.el: Dito.
2715
2716 1999-12-21  Florian Weimer  <fw@s.netic.de>
2717
2718         * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
2719         (gnus-setup-message): No longer make `message-posting-charset'
2720         buffer-local.
2721         (gnus-setup-posting-charset): Reflect the new layout of
2722         `gnus-group-posting-charset-alist' and `message-posting-charset'.
2723
2724         * message.el (message-send-mail): Bind `message-this-is-mail' and
2725         `message-posting-charset'.
2726         (message-send-news): Dito, and honour new layout of
2727         `message-posting-charset'.
2728         (message-encode-message-body): Ignore `message-posting-charset'.
2729
2730         * mm-bodies.el (mm-body-encoding): Consider
2731         `message-posting-charset' when deciding whether to use 8bit.
2732
2733         * rfc2047.el (rfc2047-encode-message-header): Back out change.
2734         (rfc2047-encodable-p): Now solely for headers; use
2735         `message-posting-charset'.
2736
2737 1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
2738
2739         * nnwarchive.el (nnwarchive-type-definition): Set default value.
2740
2741 1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
2742
2743         * nnagent.el (nnagent-server-opened): Optional.
2744         (nnagent-status-message): Optional.
2745
2746 1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
2747
2748         * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
2749         end (referenced by instructions in
2750         `gnus-cited-opened-text-button-line-format-alist').
2751
2752 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2753
2754         * imap.el (imap-starttls-open): Typo.
2755
2756 1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
2757
2758         * mm-util.el (mm-charset-after): Non-MULE case.
2759         * mail-prsvr.el (mail-parse-mule-charset): New variable.
2760         * rfc2047.el (rfc2047-dissect-region): Bind it.
2761
2762 1999-12-18  Florian Weimer  <fw@s.netic.de>
2763
2764         * mml.el (mml-generate-multipart-alist): Correct default value.
2765
2766         * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
2767         (mm-safer-encoding): New function.
2768         (mm-content-transfer-encoding): Use both.
2769
2770         * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
2771         * qp.el (quoted-printable-encode-region): Dito.
2772
2773 1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
2774
2775         * webmail.el (webmail-hotmail-article): Snarf the raw file.
2776
2777 1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
2778
2779         * webmail.el (webmail-hotmail-list): raw=0.
2780
2781 1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2782
2783         * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
2784         group name.
2785
2786 1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
2787
2788         * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
2789
2790 1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
2791
2792         * imap.el: Don't autoload digest-md5.
2793         (imap-starttls-open): Bind coding-system-for-{read,write}.
2794         (imap-starttls-p): Check if we can find starttls.el.
2795         (imap-digest-md5-p): Check if we can find digest-md5.el.
2796
2797 1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2798
2799         * base64.el (base64-encode-string): Accept 2nd argument
2800         `no-line-break'.
2801
2802         * imap.el: Require `digest-md5' when compiling; add autoload
2803         settings for `digest-md5-parse-digest-challenge',
2804         `digest-md5-digest-response', `starttls-open-stream' and
2805         `starttls-negotiate'.
2806         (imap-authenticators): Add `digest-md5'.
2807         (imap-authenticator-alist): Setup for `digest-md5'.
2808         (imap-digest-md5-p): New function.
2809         (imap-digest-md5-auth): New function.
2810         (imap-stream-alist): Add STARTTLS entry.
2811         (imap-starttls-p): New function.
2812         (imap-starttls-open): New function.
2813
2814 1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2815
2816         * gnus-agent.el (gnus-agent-enter-history): Bad group name.
2817
2818 1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
2819
2820         * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
2821         string-to-x function.
2822
2823 1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
2824
2825         * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
2826
2827 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
2828
2829         * webmail.el: Enhance hotmail-snarf.
2830
2831 1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
2832
2833         * rfc2047.el (rfc2047-dissect-region): Rewrite.
2834
2835 1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
2836
2837         * webmail.el (webmail-hotmail-list): Search no-error.
2838
2839 1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
2840
2841         * nnwarchive.el: Support nov-is-evil.
2842         * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
2843         Set it if non-nil.
2844         * gnus-agent.el (gnus-agent-fetch-articles): Use it.
2845
2846 1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
2847
2848         * nnagent.el (nnagent-server-opened): Redefine.
2849         (nnagent-status-message): Ditto.
2850
2851 1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
2852
2853         * rfc1843.el (rfc1843-decode-region): Use
2854         buffer-substring-no-properties.
2855         * gnus-art.el (article-decode-HZ): New function.
2856
2857 1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
2858
2859         * nnheader.el (nnheader-translate-file-chars): Only in full path.
2860
2861 1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
2862
2863         * mm-util.el (mm-find-charset-region): mail-parse-charset is a
2864         MIME charset not a MULE charset.
2865
2866 1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2867
2868         * gnus-ems.el: Translate more ugly characters.
2869         * nnheader.el (nnheader-translate-file-chars): Don't translate
2870         the second ':'.
2871
2872 1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2873
2874         * gnus-art.el (gnus-request-article-this-buffer): Use all refer
2875         method if cannot find the article.
2876
2877 1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
2878
2879         * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
2880         method if overrided.
2881
2882 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2883
2884         * mail-source.el (mail-source-fetch-webmail): Parameter
2885         dontexpunge.
2886
2887 1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
2888
2889         * webmail.el: Support my-deja. Better error report.
2890
2891 1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
2892
2893         * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
2894         is bad.
2895         * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
2896         is not 1.
2897
2898 1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
2899
2900         * nnslashdot.el (nnslashdot-request-article): A space.
2901
2902 1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
2903
2904         * nnagent.el: Support different backend with same name.
2905
2906 1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2907
2908         * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
2909         archived group.
2910         (nnslashdot-sane-retrieve-headers): Ditto.
2911         (nnslashdot-request-article): Ditto.
2912
2913 1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
2914
2915         * nnweb.el (nnweb-insert): Narrow to point.
2916
2917 1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
2918
2919         * nnweb.el (nnweb-insert): Follow refresh url.
2920         * nnslashdot.el: Use it.
2921
2922 1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
2923
2924         * nnweb.el (nnweb-decode-entities): Decode numerical entities.
2925         (nnweb-decode-entities-string): New function.
2926
2927         * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
2928         nnweb-* and move to nnweb.el.
2929         * nnwarchive.el: Use nnweb-decode-entities, etc.
2930         * webmail.el: Ditto.
2931
2932         * nnslashdot.el: Use nnweb-decode-entities-string.
2933         (nnslashdot-decode-entities): Remove.
2934
2935 1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
2936
2937         * nnslashdot.el: Decode entities.
2938
2939 1999-12-12  Dave Love  <fx@gnu.org>
2940
2941         * gnus-agent.el (gnus-category-edit-groups)
2942         (gnus-category-edit-score, gnus-category-edit-predicate): Replace
2943         expansion of setf, fixed.
2944
2945 1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
2946
2947         * gnus-agent.el: Revoke last Dave Love's patch, because of
2948         incompatibility of XEmacs.
2949
2950 1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
2951
2952         * mm-uu.el: Change headers.
2953         * rfc1843.el: Ditto.
2954         * uudecode.el: Ditto.
2955
2956 1999-12-07  Dave Love  <fx@gnu.org>
2957
2958         * gnus-agent.el (gnus-category-edit-predicate)
2959         (gnus-category-edit-score, gnus-category-edit-score): Expand setf
2960         inside backquote to avoid it at runtime.
2961
2962 1999-12-07  Dave Love  <fx@gnu.org>
2963
2964         * binhex.el: Require cl when compiling.
2965
2966 1999-12-04  Dave Love  <fx@gnu.org>
2967
2968         * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
2969
2970 1999-12-04  Dave Love  <fx@gnu.org>
2971
2972         * mm-util.el (mm-delete-duplicates): New function.
2973         (mm-write-region): Use it.
2974
2975         * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
2976
2977         * mailcap.el (mailcap-mime-types): Require mm-util.  Use
2978         mm-delete-duplicates.
2979
2980         * imap.el (imap-open, imap-debug): Avoid mapc.
2981
2982         * nnvirtual.el (nnvirtual-create-mapping): Likewise.
2983
2984         * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
2985         (gnus-multi-decode-encoded-word-string): Avoid mapc.
2986
2987         * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
2988         runtime.
2989
2990         * gnus.el (gnus-select-method): Likewise.
2991
2992         * nnheader.el (nnheader-nov-read-integer): Likewise.
2993
2994         * mm-view.el (mm-inline-message): Require cl when compiling.
2995         Avoid ignore-errors at runtime.
2996         (mm-inline-text): Avoid mapc.
2997
2998 1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
2999
3000         * gnus-art.el (article-decode-charset): Widen is bad.
3001
3002 1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
3003
3004         * mm-util.el (mm-charset-after): `charset-after' may not be defined.
3005
3006 1999-12-12  Florian Weimer  <fw@s.netic.de>
3007
3008         * rfc2047.el (rfc2047-encodable-p): New parameter header used to
3009         indicate that only US-ASCII is permitted.
3010         (rfc2047-encode-message-header): Use it.  Now, Gnus should never
3011         use unencoded 8-bit characters in message headers.
3012
3013 1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
3014
3015         * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
3016         CRLF.
3017
3018 1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
3019
3020         * webmail.el: Require url-cookie.
3021
3022 1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3023
3024         * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
3025         new function to make modified caesar table.
3026         (nnwarchive-from-r13): Use it.
3027         (nnwarchive-mail-archive-article): Improved.
3028
3029 1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3030
3031         * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
3032
3033 1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
3034
3035         * nnweb.el (nnweb-request-article): Return cons.
3036
3037 1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3038
3039         * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
3040
3041 1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
3042
3043         * mm-util.el (mm-with-unibyte): New macro.
3044         * nnweb.el (nnweb-init): Use it.
3045
3046 1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
3047
3048         * mm-util.el (mm-charset-after): New function.
3049         (mm-find-mime-charset-region): Set charsets after
3050         delete-duplicates and use find-coding-systems-region.
3051         (mm-find-charset-region): Remove composition.
3052
3053         * mm-bodies.el (mm-encode-body): Use mm-charset-after.
3054
3055         * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
3056
3057 1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
3058
3059         * mm-util.el (mm-find-mime-charset-region): Revoke last change.
3060         * mml.el (mml-confirmation-set): New variable.
3061         (mml-parse-1): Ask user to confirm.
3062
3063 1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
3064
3065         * gnus-start.el (gnus-get-unread-articles): Make sure all methods
3066         are scanned when we have directory mail-sources (the mail source
3067         is modified in that case, so we must scan it for all
3068         groups/methods).
3069
3070 1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3071
3072         * nnml.el (nnml-request-move-article): Save nnml-current-directory
3073         and nnml-article-file-alist.
3074
3075 1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
3076
3077         * gnus-group.el (gnus-group-get-new-news-this-group): Binding
3078         nnmail-fetched-sources.
3079
3080 1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3081
3082         * mm-util.el (mm-find-charset-region): Use the last charset.
3083
3084 1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3085
3086         * gnus.el (gnus-select-method): Made the option list prettier.
3087
3088 1999-12-08  Florian Weimer  <fw@s.netic.de>
3089
3090         * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
3091         for the `de' newsgroups hierarchy, as it is common practice there.
3092
3093
3094 1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
3095
3096         * nnwarchive.el (nnwarchive-mail-archive-article): Fix
3097         buffer-string arguments. Fix references.
3098
3099 1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3100
3101         * gnus-agent.el (gnus-agent-confirmation-function): New variable.
3102         (gnus-agent-batch-fetch): Use it.
3103         (gnus-agent-fetch-session): Use it.
3104
3105 1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3106
3107         * mm-util.el (mm-find-mime-charset-region): Delete nil.
3108
3109 1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3110
3111         * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
3112         nil.
3113
3114 1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3115
3116         * nnslashdot.el (nnslashdot-request-list): There were two
3117         top-level body-forms.  Put a `progn' around them.
3118
3119         * gnus.el (gnus-select-method): Use `condition-case'
3120         instead of `ignore-errors', since cl may not be loaded when the
3121         form is evaluated.
3122
3123 1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
3124
3125         * nnwarchive.el: Support www.mail-archive.com.
3126
3127 1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3128
3129         * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
3130         do anything.
3131
3132 1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
3133
3134         * utf7.el: New file, written by Jon K Hellan.
3135
3136         * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
3137         default to t.
3138
3139 1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * nnslashdot.el (nnslashdot-request-delete-group): New function.
3142
3143         * gnus-sum.el (gnus-summary-refer-article): Work for lists with
3144         current.
3145         (gnus-refer-article-methods): New function.
3146         (gnus-summary-refer-article): Use it.
3147
3148 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3149
3150         * nnimap.el (nnimap-retrieve-groups): Return active format.
3151
3152         * nnimap.el (nnimap-replace-in-string): Removed.
3153         (nnimap-request-list):
3154         (nnimap-retrieve-groups):
3155         (nnimap-request-newgroups): Quote group instead of escaping SPC.
3156
3157 1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
3158
3159         * imap.el: Use format-spec for ssl program.
3160         * imap.el (imap-ssl-arguments): Removed.
3161         (imap-ssl-open-{1,2}): Removed.
3162
3163 1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3164
3165         * gnus-start.el (gnus-site-init-file): Use `condition-case'
3166         instead of `ignore-errors', since cl may not be loaded when the
3167         form is evaluated.
3168
3169 1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3170
3171         * mm-bodies.el (mm-8bit-char-regexps): Removed.
3172         (mm-7bit-chars): New variable.
3173         (mm-body-7-or-8): Use it in both cases.
3174
3175 1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3176
3177         * gnus-start.el (gnus-site-init-file): Don't use cl macros in
3178           defcustom definitions.
3179
3180 1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
3181
3182         * mm-decode.el (mm-display-part): Let mm-display-external return
3183         inline or external.
3184         (mm-display-external): For copiousoutput methods, insert output in
3185         buffer.
3186
3187 1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3188
3189         * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
3190         buffer.
3191
3192 1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3193
3194         * gnus-audio.el: An M too far.
3195
3196         * gnus-msg.el (gnus-setup-message): One backtick too many.
3197
3198         * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
3199         a function, not a variable.
3200
3201 1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
3202
3203         * gnus-score.el (gnus-score-body): Widen before requesting.
3204
3205 1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * gnus-group.el (gnus-group-prepare-flat): Comment fix.
3208
3209 1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3210
3211         * mail-source.el (mail-source-fetch-webmail): Bind
3212         mail-source-string.
3213
3214 1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
3215
3216         * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
3217         (gnus-uu-unmark-by-regexp): Ditto.
3218
3219         * gnus-group.el (gnus-group-catchup-current): Would bug out on
3220         dead groups.
3221
3222 1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * gnus-msg.el (gnus-setup-message): Allow the charset setting to
3225         do their real thing.
3226
3227         * nnmh.el (nnmh-be-safe): Doc fix.
3228
3229         * gnus-sum.el (gnus-summary-exit): Write cache active file.
3230
3231         * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
3232         status line has arrived before we count it.
3233
3234         * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
3235
3236         * gnus-sum.el (gnus-thread-header): Fixed after indent.
3237         Whitespace problems.
3238
3239         * gnus-win.el (gnus-configure-windows): Error fix.
3240
3241         * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
3242         right function.
3243
3244         * gnus.el: Fixed all the doc strings to match the FSF convetions.
3245         Indent all functions.  Fix all comments to match the comment
3246         conventions.  Double-space after full stop.
3247
3248 1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
3249
3250         * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
3251         value to divide received mails into my favorite groups and I met
3252         an error.  It takes place if the length of a element "VALUE" in
3253         nnmail-split-fancy is less than two.
3254
3255 1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
3256
3257         * mml.el (mml-insert-part): New function.
3258
3259 1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * lpath.el: Add `sc-cite-regexp'.
3262
3263 1999-12-02  Dave Love  <fx@gnu.org>
3264
3265         * mm-decode.el: Customize.
3266
3267 1999-12-03  Dave Love  <fx@gnu.org>
3268
3269         * nnslashdot.el, nnultimate.el: Don't lose at compile time when
3270         the W3 stuff isn't available.
3271
3272 1999-12-03  Dave Love  <fx@gnu.org>
3273
3274         * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
3275         at runtime.
3276
3277 1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
3278
3279         * gnus-score.el (gnus-score-headers): Fix orphan scoring.
3280
3281 1999-12-01  Andrew Innes  <andrewi@gnu.org>
3282
3283         * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
3284         don't be fooled by "From nobody" lines added by respooling.
3285
3286         * pop3.el (pop3-movemail): Write crashbox in binary.
3287         (pop3-get-message-count): New function.
3288
3289         * mail-source.el (mail-source-primary-source): New variable.
3290         (mail-source-report-new-mail-interval): New variable.
3291         (mail-source-idle-time-delay): New variable.
3292         (mail-source-new-mail-available): New internal variable.
3293         (mail-source-fetch-pop): Clear new mail flag, when mail from
3294         primary source has been fetched.
3295         (mail-source-check-pop): New function.
3296         (mail-source-new-mail-p): New function.
3297         (mail-source-start-idle-timer): New function.
3298         (mail-source-report-new-mail): New function.
3299         (mail-source-report-new-mail): New internal variable.
3300         (mail-source-report-new-mail-timer): New internal variable.
3301         (mail-source-report-new-mail-idle-timer): New internal variables.
3302
3303 1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
3304
3305         * gnus-cus.el (gnus-group-customize): Customize fix.
3306
3307 1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
3308
3309         * message.el (message-send-mail-with-sendmail): Use
3310         message-make-address.
3311
3312 Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3313
3314         * gnus.el: Pterodactyl Gnus v5.8.2 is released.
3315
3316 Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3317
3318         * gnus.el: Pterodactyl Gnus v5.8.1 is released.
3319
3320 1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
3321
3322         * mml.el (mml-insert-tag): Don't close the tag.
3323         (mml-insert-empty-tag): New function.
3324         (mml-attach-file): Use mml-insert-empty-tag instead of
3325         mml-insert-tag.
3326         (mml-attach-buffer): Ditto.
3327         (mml-attach-external): Ditto.
3328         (mml-insert-multipart): Ditto.
3329
3330 1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3331
3332         * nnfolder.el (nnfolder-request-article): Return -1 if not find
3333         the article number.
3334
3335 1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3336
3337         * gnus.el (gnus-find-method-for-group): The method of a new group
3338         is not the native one.
3339
3340 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341
3342         * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
3343
3344 1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * nnultimate.el (nnultimate-retrieve-headers): Use
3347         mm-with-unibyte-current-buffer.
3348         (nnultimate-request-article): Ditto.
3349
3350 1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3351
3352         * nntp.el (nntp-retrieve-groups): Set to process buffer.
3353
3354 1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
3355
3356         * mm-util.el (mm-with-unibyte-current-buffer): New macro.
3357         * nnweb.el (nnweb-retrieve-headers): Use it.
3358         (nnweb-request-article): Use it.
3359
3360         * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
3361         case matching failed.
3362
3363 1999-12-02  John Wiegley <jwiegley@inprise.com>
3364
3365         * mail-source.el (mail-source-keyword-map): Add backslash to
3366         Delete-flag.
3367
3368 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369
3370         * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
3371         Latin-1.
3372         (gnus-group-charset-alist): No, don't.
3373
3374         * nnweb.el (nnweb-init): Make the buffer unibyte.
3375
3376 1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
3377
3378         * mail-source.el (mail-source-set-common-1): Fix to get the
3379         default value.
3380
3381 1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * nnslashdot.el (nnslashdot-read-groups): Unibyte.
3384
3385         * nnultimate.el (nnultimate-request-list): Use unibyte.
3386
3387         * gnus-uu.el (gnus-uu-grab-articles): Bind
3388         gnus-display-mime-function to nil.
3389
3390         * message.el (message-send-mail-with-sendmail): Use the
3391         user-mail-address variable.
3392
3393         * gnus-art.el (gnus-ignored-headers): More headers.
3394
3395         * message.el (message-shorten-1): Use list.
3396
3397 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
3400         signatures.
3401
3402         * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
3403         (nnweb-dejanews-create-mapping): Do the properish date.
3404
3405 1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
3406
3407         * mail-source.el (mail-source-common-keyword-map): New variable.
3408         (mail-source-bind-common): New macro.
3409         (mail-source-fetch): Support plugged mail source.
3410         * gnus-int.el (gnus-request-scan): Use them.
3411
3412 1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * mm-view.el (mm-inline-message): Check whether charset is a
3415         string.
3416
3417         * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
3418
3419         * message.el (message-mode-map): Changed keystroke for
3420         message-yank-buffer.
3421
3422 1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
3423
3424         * message.el (message-shorten-references): Cut references to 31
3425         elements, then either fold them or shorten them to 988 characters.
3426         (message-shorten-1): New function.
3427         (message-cater-to-broken-inn): New variable.
3428
3429 1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
3430
3431         * nnslashdot.el (nnslashdot-lose): New function.
3432
3433 1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * mm-view.el (mm-inline-message): Not the right type of charset is
3436         being fetched here.  Let the group charset rule.
3437         (mm-inline-message): Ignore us-ascii.
3438
3439 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
3440
3441         * mail-source.el (mail-source-fetch-maildir): work around the
3442         ommitted "file-regular-p" in efs/ange-ftp
3443
3444 1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445
3446         * mml.el (mml-generate-mime-1): Don't insert extra empty line.
3447         (mml-generate-mime-1): Use the encoding param.
3448
3449         * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
3450
3451         * gnus-cache.el (gnus-cache-possibly-enter-article): Require
3452         gnus-art before binding its variables.
3453
3454         * gnus-art.el (gnus-article-prepare-display): Run the prepare
3455         after the MIME.
3456
3457 1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
3458
3459         * message.el (message-clone-locals): Use it.
3460
3461         * gnus-msg.el (gnus-configure-posting-styles): Make
3462         user-mail-address local.
3463
3464 1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
3465
3466         * gnus-start.el (gnus-get-unread-articles): Scan each method only
3467         once.
3468
3469 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * message.el (message-generate-new-buffer-clone-locals): Use varstr.
3472         (message-clone-locals): Ditto.
3473
3474         * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
3475         group inherit reply-to or from.
3476
3477 1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
3478
3479         * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
3480         for charset.
3481         (gnus-summary-show-article-charset-alist): New variable.
3482
3483         * mm-bodies.el (mm-decode-string): Support gnus-all and
3484         gnus-unknown.
3485         (mm-decode-body): Ditto.
3486         * rfc2047.el (rfc2047-decode): Ditto.
3487
3488 1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * mail-source.el (mail-source-delete-incoming): Change default to
3491         t.
3492
3493 Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3494
3495         * gnus.el: Pterodactyl Gnus v0.99 is released.
3496
3497 1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * dgnushack.el (dgnushack-compile): No webmail under Emacs.
3500
3501         * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
3502         spec.
3503
3504         * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
3505         (gnus-configure-posting-styles): No, don't.
3506         (gnus-configure-posting-styles): Allow overriding files.
3507
3508         * gnus-art.el (gnus-header-button-alist): Use browse-url
3509         directly.
3510
3511         * mm-decode.el (mm-inline-media-tests): Check feature vcard.
3512
3513         * gnus-msg.el (gnus-summary-yank-message): New command and
3514         keystroke.
3515
3516         * message.el (message-yank-buffer): New command.
3517         (message-buffers): New function.
3518
3519         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
3520         next group in a more normal fasion.
3521
3522         * mml.el (mml-boundary-function): New variable.
3523         (mml-compute-boundary): Use it.
3524
3525         * nnmh.el (nnmh-active-number): Skip past files that have buffers
3526         that exist for them.
3527
3528         * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
3529         (gnus-async-timer): New variable.
3530
3531 1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * nnultimate.el (nnultimate-request-list): Be more lenient with
3534         root addresses.
3535
3536 1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * gnus-art.el (gnus-treatment-function-alist): Do
3539         gnus-treat-capitalize-sentences.
3540
3541 1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
3542
3543         * webmail.el (webmail-hotmail-article): Hotmail changes the
3544         format.
3545
3546 1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
3547
3548         * mm-decode.el (mm-display-external): For `copiousoutput' methods,
3549         switch to buffer after calling program.
3550         (mm-display-external): Use `shell-command-switch' instead of "-c".
3551
3552 1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * nnultimate.el (nnultimate-possibly-change-server): Don't always
3555         read groups file.
3556
3557         * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
3558         <p>.
3559
3560 1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * message.el (message-mode): Doc fix.
3563
3564 1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
3565
3566         * gnus-art.el (article-emphasize): Check group variable.
3567         * rfc1843.el (rfc1843-decode-article-body): Ditto.
3568
3569 1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
3570
3571         * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
3572         type.
3573
3574 1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3575
3576         * webmail.el: Support www.netaddress.com, i.e. usa.net.
3577
3578 1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
3579
3580         * mml.el (mml-quote-region): Insert ! after the hash.
3581
3582 1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
3583
3584         * gnus-group.el (gnus-group-warchive-address-history): Change to
3585         nil.
3586
3587 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
3588
3589         * webmail.el: Support mail.yahoo.com.
3590
3591         * mail-source.el (mail-source-fetch-webmail): Add password check.
3592         (mail-source-keyword-map): Use `subtype'.
3593
3594 1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
3595
3596         * mail-source.el (mail-source-keyword-map): Add webmail.
3597         (mail-source-fetcher-alist): Ditto.
3598         (mail-source-fetch-webmail): New function.
3599         * webmail.el: New file.
3600
3601 1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
3602
3603         * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
3604
3605 1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3606
3607         * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
3608
3609 1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
3612         (nnultimate-prune-days): New function.
3613         (nnultimate-create-mapping): Use it.
3614         (nnultimate-request-group): Only fetch the groups list if it has
3615         not been done before.
3616         (nnultimate-retrieve-headers): Don't write groups.
3617         (nnultimate-create-mapping): Off-by-one error.
3618
3619 1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
3622         threaded subjects.
3623
3624 1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
3625
3626         * nnwarchive.el: Lots of changes make agent happy.
3627
3628 1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
3629
3630         * gnus-start.el (gnus-get-unread-articles): Assert group is in
3631         hashtb.
3632
3633 1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
3634
3635         * mm-decode.el (mm-display-external): Write region with binary
3636         mode.
3637
3638 1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
3639
3640         * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
3641
3642 1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3643
3644         * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
3645         (mm-uu-test): Now it is in restricted region.
3646
3647         * gnus-art.el (article-decode-charset): Don't mm-uu-test.
3648
3649         * mm-view.el (mm-view-message): Fix buffer leak.
3650         (mm-inline-message): Support 'gnus-decoded.
3651
3652         * mm-bodies.el (mm-decode-body): Ditto.
3653
3654         * rfc2047.el (rfc2047-decode-region): Ditto.
3655
3656 1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
3657
3658         * imap.el (require): Added autoload for base64-encode-string.
3659
3660 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3661
3662         * gnus.el (gnus-refer-article-method): Made list value
3663         customizable.
3664
3665 1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
3666
3667         * gnus-sum.el (gnus-summary-recenter): set-window-start with
3668         NOFORCE in Emacs case.
3669
3670 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3671
3672         * gnus-art.el (gnus-request-article-this-buffer): Set
3673         gnus-newsgroup-name.
3674
3675 1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
3676
3677         * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
3678         NOFORCE.
3679
3680 1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
3681
3682         * gnus-start.el (gnus-get-unread-articles): Check server before
3683         scanning.
3684
3685 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus.el (gnus-valid-select-methods): nnslashdot is news.
3688
3689         * nnslashdot.el (nnslashdot-login-name): New variable.
3690         (nnslashdot-password): Ditto.
3691         (nnslashdot-request-post): New function.
3692
3693         * gnus-art.el (gnus-treat-buttonize): More testing.
3694
3695         * mm-encode.el: Another CVS test.
3696
3697         * gnus-art.el (gnus-treat-emphasize): Change default.
3698         (gnus-treat-buttonize): Ditto.
3699         (gnus-treat-buttonize): This is a test.
3700
3701         * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
3702         (gnus-build-sparse-threads): Ditto.
3703         (gnus-build-all-threads): Ditto.
3704
3705         * nnheader.el (make-full-mail-header): Make into a subst.
3706
3707         * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
3708         unless w3 is supplied.
3709
3710         * gnus.el (gnus-refer-article-method): Doc fix.
3711
3712         * gnus-sum.el: Do not accept a prefix.
3713         (gnus-summary-refer-article): Accept a list of select methods.
3714
3715 1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
3716
3717         * Makefile.in: Change `^  *' to `\t'.
3718
3719 1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
3720
3721         * message.el (message-forward): Pay attention to prefix argument
3722         again and forward all headers when it is set, regardless of the
3723         value of message-forward-ignored-headers.
3724
3725 1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
3726
3727         * dgnushack.el (dgnushack-compile): Vpath file.
3728
3729         * Makefile.in (SHELL): VPATH support.
3730
3731 1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-ems.el: Check for cygwin32.
3734
3735 1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
3736
3737         * mm-decode.el (mm-display-external): Use 'non-viewer.
3738
3739 1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
3740
3741         * base64.el (base64-encode-string): An alias for base64-encode for
3742         compatibility.
3743
3744 1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
3745
3746         * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
3747         nntp-inhibit-erase.
3748
3749 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3750
3751         * gnus-start.el (gnus-get-unread-articles): Use
3752         nnfoo-retrieve-groups to find new news, if available.
3753         (gnus-read-active-file-2): New function.
3754         (gnus-get-unread-articles): Use it.
3755         (gnus-read-active-file-1): Ditto.
3756
3757 1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * mm-util.el (mm-find-mime-charset-region): Make sure
3760         find-coding-systems-for-charsets is fbound.
3761
3762         * gnus-ems.el: Typo fix.
3763
3764 1999-11-13  Florian Weimer  <fw@s.netic.de>
3765
3766         * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
3767         it's available and makes sense.
3768
3769 1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
3770
3771         * gnus-score.el (gnus-score-save): Translate score file.
3772
3773 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
3774
3775         * mail-source.el (mail-source-keyword-map): For IMAP mail source,
3776         added fetchflag and dontexpunge keywords.
3777         (mail-source-fetch-imap): Use them.
3778
3779 1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
3780
3781         * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
3782         gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
3783         `defconst'.
3784
3785         * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
3786         `defconst'.
3787         Mention that it is both for group and topic parameters.
3788         (gnus-extra-topic-parameters): New constant, including `subscribe'
3789         parameter.
3790         (gnus-extra-group-parameters): New constant.
3791         (gnus-group-customize): Use them.
3792
3793         * gnus.el (gnus-select-method): Added default value and tag.
3794         (gnus-refer-article-method): Added `DejaNews' customization option.
3795
3796 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * gnus-int.el (gnus-server-opened): Ignore denied servers.
3799
3800         * gnus-ems.el (gnus-mule-max-width-function): New backquote
3801         syntax.
3802
3803         * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
3804
3805         * nnslashdot.el (nnslashdot-group-number): Changed default.
3806
3807         * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
3808         (nnweb-dejanews-wash-article): Removed.
3809         (nnweb-type-definition): Fetch by id.
3810
3811         * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
3812         we mean it.
3813
3814         * nnslashdot.el (nnslashdot-group-number): Doc fix.
3815         (nnslashdot-request-list): Use Ultramode as well.
3816         (nnslashdot-date-to-date): Be more lenient.
3817         (nnslashdot-threaded): New function.
3818
3819 1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * gnus-art.el (gnus-mime-internalize-part): Doc fix.
3822
3823 1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
3824
3825         * nnweb.el (nnweb-type-definition): /=dnc
3826
3827 1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * nnultimate.el (nnultimate-retrieve-headers): Work with american
3830         dates.
3831         (nnultimate-retrieve-headers): Wrong ordering.
3832
3833 1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
3834
3835         * message.el (message-forward-as-mime): New variable.
3836
3837 1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
3840
3841 1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
3842
3843         * mail-source.el (mail-source-movemail-and-remove): New function.
3844         (mail-source-keyword-map): Add `function' for `maildir'.
3845         (mail-source-fetch-maildir): Use it.
3846
3847 1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3848
3849         * nnwarchive.el: New file.
3850         * gnus-group.el (gnus-group-make-warchive-group): New function.
3851         * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
3852
3853 1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3854
3855         * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
3856         subjects.
3857
3858 1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
3859
3860         * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
3861
3862 1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * nnultimate.el (nnultimate-open-server): Do address.
3865         (nnultimate-forum-table-p): New function.
3866
3867         * nnweb.el (nnweb-insert-html): Renamed.
3868         (nnweb-insert): New function.
3869
3870         * nnultimate.el (nnultimate-insert-html): New function.
3871
3872         * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
3873         if nov is evil.
3874         (nnslashdot-retrieve-headers): use the sane version instead.
3875
3876 1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * nnslashdot.el (nnslashdot-request-article): Fold case.
3879
3880         * nnultimate.el: New file.
3881
3882         * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
3883         unless wanted.
3884
3885         * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
3886         (gnus-read-active-file-1): Separated into own function.
3887         (gnus-read-active-file): Catch quits.
3888
3889         * nnslashdot.el (nnslashdot-request-article): Search better on
3890         first article.
3891         (nnslashdot-request-list): Fold case.
3892         (nnslashdot-retrieve-headers): Ditto.
3893
3894 1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895
3896         * gnus.el: Autoload gnus-subscribe-topics.
3897
3898 1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
3899
3900         * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
3901         before dot.
3902         * gnus-util.el (gnus-write-active-file): Ditto.
3903
3904 1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3905
3906         * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
3907         function.
3908         * gnus-cache.el (gnus-cache-file-name): Use it.
3909         * gnus-agent.el (gnus-agent-group-path): Use it.
3910         * nnmail.el (nnmail-group-pathname): Use it.
3911
3912 1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
3913
3914         * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
3915         if cooked.
3916         * gnus-util.el (gnus-write-active-file): Write cooked active file.
3917         * gnus-agent.el (gnus-agent-save-group-info): Ditto.
3918         * gnus.el (gnus-short-group-name): "..." proof.
3919
3920 1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
3921
3922         * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
3923         support nnslashdot.
3924
3925 1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
3928         many articles.
3929         (nnslashdot-generate-active): New function.
3930         (nnslashdot-request-newgroups): Use it.
3931
3932         * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
3933         names.
3934
3935         * nnslashdot.el (nnslashdot-request-newgroups): New function.
3936         (nnslashdot-request-list): Not moderated.
3937
3938 1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
3939
3940         * nnimap.el (nnimap-open-server): Remove error signal if
3941         nnimap-server-buffer is nil (the check should've been `boundp').
3942
3943         * imap.el (imap-log):
3944         * nnimap.el (nnimap-debug): Disable debugging by default.
3945
3946 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
3949
3950         * gnus-topic.el (gnus-subscribe-topic): New function.
3951
3952         * nnslashdot.el (nnslashdot-request-list): Give out extended group
3953         names.
3954
3955         * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
3956         if starting with a quote.
3957
3958 1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
3959
3960         * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
3961         group name.
3962
3963 1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3964
3965         * nnslashdot.el: New file.
3966
3967         * nnheader.el (nnheader-insert-header): New function.
3968
3969         * gnus-art.el (gnus-mime-internalize-part): Bind
3970         mm-inlined-types.
3971
3972         * nndraft.el (nndraft-request-expire-articles): Do all the backup
3973         files.
3974
3975 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3976
3977         * emacs-mime.texi (Customization): Document mm-inline-override-types
3978
3979 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3980
3981         * emacs-mime.texi (Customization): Document mm-inline-override-types
3982
3983 1999-10-29  David S. Goldberg  <dsg@mitre.org>
3984
3985         * emacs-mime.texi (Customization): Document mm-inline-override-types
3986
3987 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
3988
3989         * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
3990         (smiley-toggle-buffer): New function.
3991         (smiley-buffer): Don't quote the function.
3992         (smiley-toggle-extents): Ditto.
3993
3994 1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
3997         empty buffers.
3998
3999 1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * gnus-art.el (gnus-article-mode-map): Use the summary article
4002         edit.
4003
4004 1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
4005
4006         * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
4007
4008 1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
4011
4012 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
4013
4014         * gnus-art.el (gnus-treat-predicate): Examine whether the argument
4015         is list or not before condition.
4016
4017 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4018
4019         * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
4020
4021 1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
4022
4023         * gnus-art.el (gnus-emphasis-alist): New value.
4024
4025 1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
4026
4027         * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
4028         `buffer-substring'.
4029
4030 1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * gnus-art.el (article-date-ut): Keep the updated timer.
4033         (gnus-emphasis-underline-italic): Doc fix.
4034
4035         * gnus-msg.el (gnus-post-method): Doc fix.
4036         (gnus-post-method): Change default.
4037
4038 1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
4039
4040         * message.el (message-newline-and-reformat): Improvements.
4041
4042 1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * message.el (message-newline-and-reformat): Don't insert too many
4045         newlines.
4046         (message-newline-and-reformat): Work even if not sc.
4047
4048         * mm-view.el (mm-inline-message): Insert a delimiter at the end.
4049
4050         * mm-decode.el (mm-inline-media-tests): Only if diff mode.
4051
4052 1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4053
4054         * mm-view.el (mm-display-patch-inline): New function.
4055
4056 1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
4057
4058         * mm-view.el (mm-display-patch-inline): New function.
4059
4060 1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4061
4062         * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
4063         group.
4064
4065         * message.el (message-forward): Narrow to the right header.
4066
4067         * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
4068         dates.
4069
4070         * gnus-msg.el (gnus-configure-posting-styles): Use the
4071         user-full-name function.
4072
4073         * mm-bodies.el (mm-body-encoding): Use the choosing function.
4074         (mm-body-charset-encoding-alist): Default to nil.
4075
4076         * message.el (message-elide-ellipsis): Fix typo.
4077         (message-elide-region): Ditto.
4078         (message-elide-region): Don't insert a newline first.
4079
4080 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081
4082         * gnus-sum.el (gnus-cut-thread): Also cut for numberp
4083         gnus-fetch-old-headers.
4084         (gnus-cut-threads): Ditto.
4085         (gnus-summary-initial-limit): Ditto.
4086         (gnus-summary-limit-children): Ditto.
4087
4088         * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
4089         matches.
4090
4091 1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
4092
4093         * gnus-art.el (article-decode-encoded-words):
4094         (gnus-mime-display-single): Don't assume gnus-summary-buffer is
4095         live.
4096
4097         * gnus.el (gnus-read-method): Add methods from
4098         `gnus-opened-servers' to completion. Map entered method/address
4099         into existing methods if possible.
4100
4101         * gnus-group.el (gnus-group-make-group): Simplify method.
4102
4103         * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
4104
4105         * mml.el (mml-preview): Remove mail-header-separator before
4106         encoding.
4107
4108 1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * message.el (message-read-from-minibuffer): New function.
4111
4112 Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4113
4114         * gnus.el: Pterodactyl Gnus v0.98 is released.
4115
4116 1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4117
4118         * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
4119
4120 1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
4121
4122         * mml.el (mml-generate-mime-1): Read attached binary file in
4123         binary mode.
4124
4125 1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
4126
4127         * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
4128
4129 1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
4130
4131         * mailcap.el (mailcap-viewer-lessp): Fix bug.
4132
4133 1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
4134
4135         * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
4136
4137 1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
4138
4139         * gnus-art.el (gnus-article-mime-match-handle-first): New function.
4140         (gnus-article-mime-match-handle-function): New variable.
4141         (gnus-article-view-part): Make `b' customizable.
4142
4143 1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4144
4145         * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
4146
4147 1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4148
4149         * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
4150
4151 1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
4152
4153         * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
4154
4155 1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4156
4157         * gnus-srvr.el (gnus-browse-foreign-server): Use
4158         `buffer-substring' instead of `read'.
4159
4160 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
4161
4162         * nnimap.el, imap.el, rfc2104.el: New files.
4163
4164         * gnus.el (gnus-valid-select-methods): Add nnimap.
4165
4166         * gnus-group.el (gnus-group-group-map): Add
4167         gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
4168         (gnus-group-nnimap-expunge): New function.
4169         (gnus-group-nnimap-edit-acl): New function.
4170
4171         * gnus-agent.el (gnus-agent-group-mode-map): Add
4172         gnus-agent-synchronize.
4173         (gnus-agent-synchronize): New function.
4174         (gnus-agent-fetch-group-1): Check if server is open.
4175
4176         * nnagent.el (nnagent-request-set-mark): Save marks.
4177
4178         * mail-source.el (mail-source-keyword-map): New imap mail-source.
4179         (mail-source-fetcher-alist): Map to imap fetcher function.
4180         (mail-source-fetch-imap): New function.
4181
4182         * gnus-art.el (article-hide-pgp): Hide all headers, not just
4183         Hash:.
4184
4185 1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
4186
4187         * gnus-topic.el (gnus-topic-sort-topics-1): New function.
4188         (gnus-topic-sort-topics): New function.
4189         (gnus-topic-make-menu-bar): Add sort-topics.
4190         (gnus-topic-move): New function.
4191         (gnus-topic-move-group): Move the topic if no group selected.
4192
4193 1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
4194
4195         * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
4196
4197 1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
4198
4199         * mm-view.el (mm-inline-message): Fix leaving group bug.
4200
4201 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
4202
4203         * gnus-msg.el (gnus-post-method): Use normal method if current is
4204         not available.
4205
4206 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
4207
4208         * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
4209         (nnmail-insert-lines): Ditto.
4210
4211 1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4212
4213         * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
4214         line.
4215
4216         * message.el (message-unsent-separator): One more separator.
4217
4218 1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4219
4220         * nnfolder.el (nnfolder-request-move-article): For empty article,
4221         search till (point-max).
4222         (nnfolder-retrieve-headers): Ditto.
4223         (nnfolder-request-accept-article): Ditto.
4224         (nnfolder-save-mail): Ditto.
4225         (nnfolder-insert-newsgroup-line): Ditto.
4226
4227 1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
4228
4229         * qp.el (quoted-printable-encode-region): Check eobp.
4230
4231 1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4232
4233         * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
4234
4235 1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4236
4237         * nntp.el (nntp-send-xover-command): Wait for nothing if not
4238         wait-for-reply.
4239
4240 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4241
4242         * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
4243         (mm-uu-forward-end-line): Ditto.
4244
4245 1999-09-29  Didier Verna  <verna@inf.enst.fr>
4246
4247         * binhex.el (binhex-decode-region): don't consider the value of
4248         `enable-multibyte-characters' in XEmacs.
4249
4250         * gnus-start.el (gnus-read-descriptions-file): ditto.
4251
4252         * mm-util.el (mm-multibyte-p): ditto.
4253         (mm-with-unibyte-buffer): ditto.
4254         (mm-find-charset-region): use `mm-multibyte-p'.
4255
4256         * mm-bodies.el (mm-decode-body): ditto.
4257         (mm-decode-string): ditto.
4258
4259         * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
4260         `enable-multibyte-characters' in XEmacs.
4261
4262 1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
4263
4264         * mm-util.el (mm-binary-coding-system): Try binary first.
4265
4266 1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4267
4268         * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
4269
4270 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4271
4272         * gnus-art.el (article-make-date-line): Add time-zone in iso8601
4273         format.
4274         (article-date-ut): Find correct insert position.
4275
4276 1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
4277
4278         * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
4279         forwarded message.
4280
4281 1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4282
4283         * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
4284         groups.
4285
4286         * message.el (message-resend): Use message mode when prompting.
4287
4288         * gnus-art.el (article-hide-headers): Mark wash.
4289         (article-emphasize): Ditto.
4290
4291 1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
4292
4293         * message.el (message-newline-and-reformat): Work for SC.
4294
4295 1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
4298
4299         * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
4300
4301 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4302
4303         * mm-decode.el mm-inline-override-types: New variable
4304
4305         * mm-decode.el (mm-inline-override-p): New function
4306
4307         * mm-decode.el (mm-inlined-p): Use it
4308
4309 1999-10-20  David S. Goldberg  <dsg@mitre.org>
4310
4311         * mm-decode.el mm-inline-override-types: New variable
4312
4313         * mm-decode.el (mm-inline-override-p): New function
4314
4315         * mm-decode.el (mm-inlined-p): Use it
4316
4317 Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4318
4319         * gnus.el: Pterodactyl Gnus v0.97 is released.
4320
4321 1999-09-01  Brendan Kehoe  <brendan@zen.org>
4322
4323         * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
4324         gnus-summary-next-group, not gnus-summary-next-article.  Only give
4325         3 args.
4326
4327 1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
4330         buffer for params.
4331
4332         * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
4333         line.
4334
4335         * message.el (message-forward-ignored-headers): New variable.
4336
4337         * gnus-art.el (gnus-article-prepare-display): Nix out
4338         gnus-article-wash-types.
4339
4340         * gnus-agent.el (gnus-agent-create-buffer): New function.
4341         (gnus-agent-fetch-group-1): Use it.
4342         (gnus-agent-start-fetch): Ditto.
4343
4344         * gnus-sum.el (gnus-summary-exit): Don't use
4345         `gnus-use-adaptive-scoring'.
4346
4347         * mail-source.el (mail-source-fetch-pop): Only store password when
4348         successful.
4349
4350         * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
4351
4352 1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * message.el (message-reply): Use it.
4355         (message-dont-reply-to-names): New variable.
4356
4357         * nntp.el (nntp-open-telnet): Don't erase-buffer.
4358
4359         * mm-util.el (mm-preferred-coding-system): Typo fix.
4360
4361         * message.el (message-bounce): Work for non-MIME.
4362
4363         * gnus.el (gnus-short-group-name): Short the right parts of the
4364         name.
4365
4366 1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
4367
4368         * mm-encode.el (mm-qp-or-base64): New version.
4369
4370 1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4371
4372         * gnus-art.el (article-make-date-line): Fix time-zone bug.
4373
4374 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4375
4376         * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
4377         of restricted region.
4378         (gnus-mime-display-single): Set beg at correct point.
4379
4380 1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
4381
4382         * nnmail.el (nnmail-process-maildir-mail-format): Typo.
4383
4384 1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
4385
4386         * gnus-msg.el (gnus-configure-posting-styles): Let
4387         `gnus-posting-styles' have its say in posting-style: local
4388         variable `styles' is already bound to `gnus-posting-styles' so
4389         don't rebind it to nil.
4390
4391 1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
4392
4393         * gnus-score.el (gnus-summary-increase-score): Allow editing of
4394         Message-ID.
4395
4396 1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4397
4398         * mm-encode.el (mm-encode-content-transfer-encoding): Fold
4399         quoted-printable-encode-region.
4400
4401         * qp.el (quoted-printable-encode-region): Assume charset
4402         encoded. Fold every line in the region.
4403
4404 1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
4405
4406         * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
4407         of active file.
4408
4409 1999-09-01  Didier Verna  <verna@inf.enst.fr>
4410
4411         * message.el (message-mode): allows whitespaces between multiple
4412         instances of the fill character ">".
4413
4414 1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
4415
4416         * mm-encode.el (mm-qp-or-base64): Fix.
4417
4418 1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * message.el (message-send): Too much and.
4421
4422 1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
4423
4424         * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
4425
4426 1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * gnus-score.el (gnus-score-headers): Work for nil scores.
4429
4430 1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * gnus-cache.el (gnus-cache-write-active): Write full names.
4433
4434         * gnus-util.el (gnus-write-active-file): Accept full name.
4435
4436         * mm-decode.el (mm-inlinable-p): Use string-match on the types.
4437         (mm-assoc-string-match): New function.
4438         (mm-display-inline): Use it.
4439
4440         * gnus-group.el (gnus-group-set-info): Work for nil group params.
4441
4442         * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
4443
4444 1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
4445
4446         * mml.el (mml-generate-multipart-alist): New variable.
4447
4448 1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4449
4450         * gnus-art.el (gnus-treat-predicate): Work for (not 5).
4451
4452 1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
4453
4454         * message.el (message-send): More helpful error message if sending
4455         fails
4456
4457 1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
4458
4459         * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
4460         in newer emacsen, where ?r isn't equal 114.
4461
4462 Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4463
4464         * gnus.el: Pterodactyl Gnus v0.96 is released.
4465
4466 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4467
4468         * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
4469         to get active info if method is covered by agent, otherwise
4470         active info is lost.
4471
4472 1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
4473
4474         * gnus-sum.el (gnus-summary-move-article): Report backend errors.
4475
4476 1999-08-09  Dave Love  <fx@gnu.org>
4477
4478         * mm-util.el: Use `defalias', not `fset' for dummy functions.
4479
4480 1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
4481
4482         * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
4483           (already matched by "^X-Pgp"), removed duplicate
4484           X-Mailing-List, added several new junk headers.
4485
4486 1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
4487
4488         * gnus-art.el (article-decode-charset): Don't assume
4489         gnus-summary-buffer is live.
4490
4491 1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
4492
4493         * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
4494
4495 1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
4496
4497         * gnus-score.el (gnus-home-score-file): Work with absolute path
4498         names.
4499
4500 1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
4501
4502         * gnus-sum.el (gnus-articles-to-read): Return cached articles if
4503         nothing else in the group.
4504
4505 1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
4506
4507         * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
4508         the article.
4509
4510 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4511
4512         * mm-uu.el (mm-uu-dissect): Fix for base64 message.
4513
4514 1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
4515
4516         * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
4517         from mutt.
4518
4519 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4520
4521         * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
4522         whitespace.
4523
4524 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4525
4526         * mm-util.el (mm-text-coding-system-for-write): New variable.
4527         (mm-append-to-file): New function.
4528         (mm-write-region): New function.
4529
4530         * gnus-art.el (gnus-output-to-file): Use it.
4531         * gnus-util.el (gnus-output-to-rmail): Ditto.
4532         (gnus-output-to-mail): Ditto.
4533         * gnus-uu.el (gnus-uu-binhex-article): Ditto.
4534
4535 1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
4536
4537         * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
4538
4539         * nnheader.el (nnheader-insert-file-contents): Revert and use
4540         mm-insert-file-contents.
4541         (nnheader-find-file-noselect): Use mm-auto-mode-alist.
4542         (nnheader-auto-mode-alist): Removed.
4543
4544         * mm-util.el (mm-inhibit-file-name-handlers): New variable.
4545         (mm-insert-file-contents): Add a new parameter for inserting
4546         compressed file literally.
4547
4548         * mml.el (mml-generate-mime-1): Insert non-text literally.
4549
4550         * gnus.el: Change most mm-insert-file-contents back to nnheader.
4551
4552 1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
4553
4554         * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
4555
4556 1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
4557
4558         * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
4559         koi8-r.
4560
4561 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4562
4563         * mml.el (mml-insert-mime): Decode text.
4564         (mml-to-mime): Narrow to headers-or-head.
4565
4566 1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
4567
4568         * mm-view.el (mm-inline-text): Check
4569         w3-meta-content-type-charset-regexp.
4570
4571 1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
4572
4573        * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
4574        predicate.
4575
4576 1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
4577
4578         * gnus-mlspl.el: Documentation fixes.
4579
4580 1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
4581
4582         * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
4583
4584 1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
4585
4586         * gnus-art.el (gnus-article-setup-buffer): Kill all local
4587         variables.
4588
4589 1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
4590
4591         * nnmail.el (nnmail-get-new-mail): "Done".
4592
4593 1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
4596         interactive.
4597
4598 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4599
4600         * gnus-art.el (article-decode-charset): Fix broken CT.
4601
4602 1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
4603
4604         * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
4605         overview buffer if it is killed.
4606
4607 1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
4608
4609         * gnus-art.el (article-babel): New version.
4610
4611 1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
4612
4613         * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
4614
4615 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4616
4617         * gnus.texi (More Threading): Document new variable
4618         `gnus-sort-gathered-threads-function'.
4619
4620 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4621
4622         * gnus.texi (More Threading): Document new variable
4623         `gnus-sort-gathered-threads-function'.
4624
4625 1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4626
4627         * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
4628         usage.
4629
4630 1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
4631
4632         * mm-util.el (mm-running-xemacs): Removed.
4633         (mm-coding-system-p): New function.
4634         (mm-binary-coding-system): Safe guess.
4635         (mm-text-coding-system): Ditto.
4636         (mm-auto-save-coding-system): Ditto.
4637
4638 1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * mm-encode.el (mm-qp-or-base64): Also consider control chars.
4641         (mm-qp-or-base64): Reversed logic.
4642
4643         * mm-decode.el (mm-save-part-to-file): Let coding system be
4644         binary.
4645
4646 1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
4647
4648         * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
4649         be set in topic parameters.
4650
4651 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
4652
4653         * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
4654         (gnus-sort-gathered-threads): Allow the user to specify the
4655         function to use when sorting gathered threads.
4656
4657         * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
4658         mark cached articles as `undownloaded'.
4659
4660 Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
4661
4662         * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
4663         to have buffer local values.
4664
4665 1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
4666
4667         * gnus-group.el (gnus-group-make-doc-group): Notice when user
4668         types 'g' for 'guess group type.
4669
4670 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
4671
4672         * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
4673         after each regexp in nnmail-list-identifiers, not just after last
4674         one.
4675
4676         * gnus-sum.el (gnus-list-identifiers): New variable.
4677         (gnus-summary-remove-list-identifiers): New function.
4678         (gnus-select-newsgroup): Use it.
4679         (gnus-summary-wash-hide-map): Bind
4680         `gnus-article-hide-list-identifiers' to W W l.
4681         (gnus-summary-make-menu-bar): Add list-identifiers command.
4682
4683         * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
4684         (gnus-treatment-function-alist): Add variable.
4685         (article-hide-list-identifiers): New function.
4686         (mapcar): Add function.
4687         (gnus-article-hide): Use it.
4688
4689 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4690
4691         * gnus.el: Pterodactyl Gnus v0.95 is released.
4692
4693 1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * mm-decode.el (mm-mailcap-command): New function.
4696         (mm-display-external): Use it.
4697
4698         * gnus-art.el (article-make-date-line): Work for India.
4699
4700         * mm-encode.el (mm-qp-or-base64): Typo.
4701
4702         * gnus-topic.el (gnus-topic-goto-topic): Made into command.
4703
4704 Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4705
4706         * gnus.el: Pterodactyl Gnus v0.94 is released.
4707
4708 1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4709
4710         * pop3.el: New version.
4711
4712 1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713
4714         * mm-encode.el (mm-qp-or-base64): New function.
4715         (mm-content-transfer-encoding): Use it.
4716
4717         * gnus-util.el (gnus-parse-netrc): Allow quoted names.
4718
4719 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4720
4721         * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
4722
4723         * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
4724
4725 1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * gnus-art.el (gnus-mime-view-part-as-media): New command and
4728         keystroke.
4729
4730         * mailcap.el (mailcap-mime-types): New function.
4731
4732         * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
4733
4734         * message.el (message-goto-eoh): Really go to the end.
4735
4736 1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
4737
4738         * message.el (message-make-date): Do the right thing in with
4739         sub-hour time zones.
4740
4741 1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
4744         report.
4745
4746 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4747
4748         * nnfolder.el (nnfolder-request-rename-group): Create directory.
4749
4750 1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
4751
4752         * mailcap.el (mailcap-parse-mailcap): Skip \;.
4753         (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
4754         and use t as default value.
4755
4756 Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
4757
4758         * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
4759         gnus-summary-buffer is live.
4760
4761 1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
4762
4763         * mm-util.el (mm-enable-multibyte): Check whether var bound.
4764
4765 1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4766
4767         * message.el (message-bounce): Do MIME bounces MIMEy.
4768
4769         * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
4770
4771 1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * mailcap.el (mailcap-mime-extensions): Changed patch to
4774         text/x-patch.
4775
4776         * mm-decode.el (mm-display-external): Wrong placement of paren.
4777
4778 Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4779
4780         * gnus.el: Pterodactyl Gnus v0.93 is released.
4781
4782 1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
4783
4784         * gnus-cus.el (gnus-group-parameters): New entries for
4785         gnus-group-split.
4786
4787         * gnus-mlspl.el: Renamed functions and variables so as to
4788         start with gnus-group-split.
4789         * gnus.el: Adjust autoload entries.
4790
4791 1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
4792
4793         * gnus-mlspl.el: Removed trailing t from comment and provide.
4794         Renamed functions and variables to start with gnus-mlsplit.
4795         Added autoload comments.
4796         * gnus.el: Added autoload entries.
4797
4798 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4799
4800         * nnmail.el (nnmail-split-it): Search the regexp multiple times,
4801         so that matches excluded by RESTRICTs do not cause the whole split
4802         to be ignored.  This also fixes a long-standing bug in which a
4803         split with \N substitutions wouldn't cause cross-posting as
4804         expected.
4805
4806         * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
4807         (nnmail-split-it): Implement them.
4808
4809         * nnmail.el (nnmail-split-fancy): Document ! splits.
4810
4811 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
4812
4813         * pop3.el: New version.
4814
4815 1999-07-05  Simon Josefsson
4816
4817         * gnus-srvr.el (gnus-browse-foreign-server): Use read.
4818
4819 1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus-art.el (gnus-mime-display-alternative): Do treatment.
4822
4823 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4824
4825         * gnus-util.el (gnus-write-active-file): Use real name.
4826
4827         * gnus-agent.el (gnus-agent-expire): Update active file
4828         method by method.
4829
4830 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4831
4832         * nndraft.el (nndraft-request-article): Use difference
4833         coding-systems for queue and drafts.
4834
4835         * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
4836         nndraft:drafts.
4837
4838         * mm-util.el (mm-auto-save-coding-system): New coding system.
4839
4840         * message.el (message-draft-coding-system): Use it.
4841
4842 1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
4843
4844         * mm-uu.el: More customizable and less aggressive.
4845
4846 1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4847
4848         * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
4849         when plugged.
4850
4851         * mml.el (mml-generate-mime-1): Don't insert nofile files.
4852         (mml-insert-mml-markup): Accept a nofile.
4853         (mml-insert-mime): Insert nofile.
4854
4855         * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
4856
4857         * mm-decode.el (mm-handle-media-type): New function.
4858         (mm-handle-media-supertype): New function.
4859         (mm-handle-media-subtype): New function.
4860         Use new functions throughout. "/"))
4861
4862 1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-art.el (gnus-treat-predicate): Typo.
4865
4866 1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
4869
4870 1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * gnus-art.el (article-date-ut): UT!  Default it!
4873
4874 Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4875
4876         * gnus.el: Pterodactyl Gnus v0.92 is released.
4877
4878 1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
4879
4880         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4881
4882 1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * nntp.el (nntp-retrieve-groups): Don't do anything when not
4885         connected.
4886
4887         * gnus-start.el (gnus-active-to-gnus-format): Only save active
4888         when plugged.
4889
4890         * mm-view.el (mm-inline-message): Ignore remove-spec.
4891
4892         * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
4893         is bound.
4894
4895         * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
4896
4897         * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
4898
4899         * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
4900         start.
4901
4902         * message.el (message-fill-yanked-message): Remove `t' arg.
4903
4904         * gnus-group.el (gnus-group-kill-group): Message killing of
4905         groups.
4906
4907         * mm-util.el (mm-preferred-coding-system): New function.
4908         (mm-mime-charset): Use it.
4909
4910         * mml.el (mml-generate-mime-1): Charset-encode message parts.
4911
4912 1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4913
4914         * gnus-mlsplt.el: New file.
4915
4916 1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * mm-decode.el (mm-inline-Media-tests): Changed from forms to
4919         functions.
4920         (mm-attachment-override-p): Take a handle instead of a type.
4921         (mm-inlined-p): Ditto.
4922         (mm-automatic-display-p): Ditto,
4923         (mm-inlinable-p): Ditto.
4924
4925         * nndraft.el (nndraft-request-expire-articles): Delete backup
4926         files.
4927
4928         * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
4929
4930         * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
4931
4932 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
4933
4934         * nnmail.el (nnmail-split-it): Allow .*.
4935
4936 1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4937
4938         * mm-decode.el (mm-inline-large-images-p): Renamed.
4939
4940         * gnus-art.el (article-date-ut): Always look in the current buffer
4941         for the Date header.
4942
4943         * mml.el (mml-validate): New command.
4944
4945         * mailcap.el (mailcap-possible-viewers): Revert to string-match
4946         since we are dealing with regexps.
4947
4948 Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
4949
4950         * gnus.el: Pterodactyl Gnus v0.91 is released.
4951
4952 1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus-agent.el (gnus-agent-save-active-1): New function.
4955         (gnus-agent-save-active): use it.
4956         (gnus-agent-save-groups): Ditto.
4957
4958         * gnus-cache.el (gnus-cache-write-active): Use it.
4959
4960         * gnus-agent.el (gnus-agent-write-active): Use it.
4961
4962         * gnus-util.el (gnus-write-active-file): New function.
4963
4964         * gnus-agent.el (gnus-agent-write-active): New function to keep
4965         lower boundaries and canceled groups.
4966         (gnus-agent-save-groups): Use it.
4967         (gnus-agent-save-active): Use it.
4968         (gnus-agent-save-group-info): Only write active files.
4969         (gnus-agent-expire): Update active file.
4970
4971         * mm-decode.el (mm-inlinable-part-p): Removed.
4972         (mm-user-display-methods): Default to nil.
4973         (mm-user-display-methods): Removed.
4974         (add-mime-display-method): Removed.
4975         (mm-automatic-display): Renamed.
4976         (mm-automatic-display-p): Use it.
4977         (mm-inlined-types): New variable.
4978         (mm-inlined-p): New function.
4979
4980         * message.el (message-reply): Bind message-this-is-mail.
4981
4982 1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
4983
4984         * smiley.el (smiley-buffer): Fix for NT.
4985
4986 1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
4989
4990         * message.el (message-check-news-header-syntax): Protect against
4991         nil froms.
4992
4993         * mm-util.el (mm-auto-mode-alist): New.
4994
4995         * mml.el (mml-generate-mime-1): Ditto.
4996
4997         * gnus.el: Use mm-insert-file-contents throughout instead of
4998         nnheader.
4999
5000         * mm-util.el (mm-insert-file-contents): New function.
5001
5002 Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5003
5004         * gnus.el: Pterodactyl Gnus v0.90 is released.
5005
5006 1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
5007
5008         * mailcap.el (mailcap-possible-viewers): Use string=.
5009
5010 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5011
5012         * mm-uu.el (mm-uu-forward-begin-line): New variable.
5013         (mm-uu-forward-end-line): New variable.
5014         (mm-uu-begin-line): Handle forwarded message.
5015         (mm-uu-identifier-alist): Ditto.
5016         (mm-uu-dissect): Ditto.
5017
5018 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5019
5020         * lpath.el: Two free variables.
5021
5022 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5023
5024         * nnheader.el (nnheader-file-coding-system): Use raw-text.
5025         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
5026         * gnus-cache.el (gnus-cache-coding-system): Ditto.
5027
5028         * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
5029         (nnfolder-file-coding-system-for-write): New variable.
5030         (nnfolder-active-file-coding-system): New variable.
5031         (nnfolder-active-file-coding-system-for-write): New variable.
5032         (nnfolder-save-active): New function.
5033         (nnfolder-save-buffer): Use them.
5034         (nnfolder-possibly-change-group): Ditto.
5035         (nnfolder-request-list-newsgroups): Ditto.
5036         (nnfolder-request-create-group): Ditto.
5037         (nnfolder-request-expire-articles): Ditto.
5038         (nnfolder-request-move-article): Ditto.
5039         (nnfolder-request-accept-article): Ditto.
5040         (nnfolder-request-delete-group): Ditto.
5041         (nnfolder-request-rename-group): Ditto.
5042         (nnfolder-possibly-change-folder): Ditto.
5043         (nnfolder-read-folder): Ditto.
5044         (nnfolder-request-list): Remove pathname-coding-system.
5045         (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
5046
5047         * nnmail.el (nnmail-file-coding-system): Use raw-text.
5048         (nnmail-file-coding-system-1): Removed.
5049         (nnmail-find-file): Use nnmail-pathname-coding-system.
5050         (nnmail-write-region): Ditto.
5051
5052         * nnmbox.el (nnmbox-file-coding-system): New variable.
5053         (nnmbox-file-coding-system-for-write): New variable.
5054         (nnmbox-active-file-coding-system): New variable.
5055         (nnmbox-active-file-coding-system-for-write): New variable.
5056         (nnmbox-save-buffer): New function.
5057         (nnmbox-save-active): New function.
5058         (nnmbox-request-scan): Use them.
5059         (nnmbox-request-expire-articles): Ditto.
5060         (nnmbox-request-move-article): Ditto.
5061         (nnmbox-request-accept-article): Ditto.
5062         (nnmbox-request-replace-article): Ditto.
5063         (nnmbox-request-delete-group): Ditto.
5064         (nnmbox-request-rename-group): Ditto.
5065         (nnmbox-request-create-group): Ditto.
5066
5067         * mm-util.el (mm-text-coding-system): raw-text or -dos.
5068         (mm-running-ntemacs): Removed.
5069
5070         * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
5071
5072 1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
5073
5074         * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
5075
5076 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5077
5078         * qp.el (quoted-printable-encoding-characters): Support lower case.
5079
5080 1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
5081
5082         * rfc2047.el (rfc2047-encode): Fold before B-encoding.
5083         (rfc2047-b-encode-region): Encode line by line.
5084
5085 1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * mm-util.el (mm-find-mime-charset-region): Fix.
5088
5089 1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
5090
5091         * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
5092         (mm-find-mime-charset-region): Ditto.
5093
5094 1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
5095
5096         * gnus-sum.el (gnus-summary-move-article): Fix something or
5097         other.
5098
5099 1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
5100
5101         * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
5102         (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
5103         (gnus-summary-enter-digest-group): Use them.
5104         (gnus-summary-setup-default-charset): Ditto.
5105
5106 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5107
5108         * base64.el (base64-run-command-on-region): Use unibyte buffer.
5109
5110 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5111
5112         * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
5113           gnus-newsgroup-name is nil.
5114
5115 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5116
5117         * rfc2047.el (rfc2047-encode): Chop the tail newline.
5118
5119 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5120
5121         * gnus-art.el (article-emphasize): Use correct
5122         gnus-article-emphasis-alist.
5123
5124 1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
5125
5126         * mm-view.el (mm-inline-text): Fix text/html bug.
5127
5128 Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5129
5130         * gnus.el: Pterodactyl Gnus v0.89 is released.
5131
5132 1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
5133
5134         * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
5135         * message.el (message-draft-coding-system): Ditto.
5136         * mm-util.el (mm-running-ntemacs): Ditto.
5137
5138 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5139
5140         * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
5141         cause problem.
5142
5143 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5144
5145         * mm-view.el (mm-inline-text): Ignore error in w3-region.
5146
5147 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5148
5149         * mml.el: require mm-decode.
5150
5151 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5152
5153         * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
5154
5155 1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
5156
5157         * mm-view.el (mm-inline-image): Fix image undisplayer.
5158
5159 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5160
5161         * mml.el (mml-insert-multipart): Error in compeling-read.
5162         (mml-insert-tag): Match tags.
5163
5164 1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
5165
5166         * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
5167         (gnus-cache-braid-heads): Ditto.
5168         (gnus-cache-retrieve-headers): Ditto.
5169
5170 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5171
5172         * gnus-draft.el (gnus-draft-send): Fix encoding bug.
5173
5174 1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-art.el (gnus-article-read-summary-keys): Convert key events
5177         to string under XEmacs.
5178
5179 1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
5180
5181         * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
5182
5183 1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
5184
5185         * mm-view.el (mm-inline-message): Fix message view bug.
5186         * gnus-art.el (gnus-article-prepare): Ditto.
5187
5188 1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
5189
5190         * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
5191
5192 Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5193
5194         * gnus.el: Pterodactyl Gnus v0.88 is released.
5195
5196 1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
5199         usage.
5200
5201         * nnmail.el (nnmail-get-new-mail): Save info.
5202
5203 Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5204
5205         * gnus.el: Pterodactyl Gnus v0.87 is released.
5206
5207 1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * mail-source.el (mail-source-fetch-file): Use prescript-delay.
5210         (mail-source-run-script): New function.
5211         (mail-source-fetch-pop): Use it.
5212
5213 1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
5216
5217 Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5218
5219         * gnus.el: Pterodactyl Gnus v0.86 is released.
5220
5221 1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * gnus-art.el (gnus-treat-translate): New variable.
5224         (gnus-treat-predicate): Accept a list of regexps.
5225         (gnus-article-treat-custom): Allow a list of regexps.
5226
5227 1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5228
5229         * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
5230         type.
5231
5232 1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * gnus-art.el (article-babel): Narrow a bit.
5235
5236         * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
5237
5238 1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
5239
5240         (gnus-agent-get-undownloaded-list): Operate on all articles, not
5241         only unread ones.
5242         (gnus-agent-fetch-headers): Fetch headers from unread and marked
5243         articles, not only unread ones.
5244
5245 1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5246
5247         * gnus-sum.el (gnus-summary-limit-to-extra): New command and
5248         keystroke.
5249
5250         * gnus-art.el (gnus-article-x-face-command): Ditto.
5251
5252         * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
5253
5254         * gnus.el (gnus-method-simplify): Accept server names.
5255
5256 1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
5257
5258         * gnus-art.el (article-babel-prompt): New function.
5259         (article-babel): New command.
5260
5261 1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262
5263         * gnus-art.el (gnus-article-part-wrapper): Go to part.
5264
5265         * mml.el (mml-generate-mime-1): Don't insert literally.
5266
5267         * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
5268         (gnus-netrc-syntax-table): Removed.
5269         (gnus-parse-netrc): Don't use syntax table; just use whitespace.
5270
5271 Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5272
5273         * mm-view.el (mm-inline-text): Fix charset for text/html.
5274
5275 Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5276
5277         * message.el (message-draft-coding-system): Use emacs-mule-dos.
5278
5279 1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * nnmail.el (nnmail-split-incoming): Return the number of split
5282         mails.
5283         (nnmail-process-babyl-mail-format): Ditto.
5284         (nnmail-process-unix-mail-format): Ditto.
5285         (nnmail-process-mmdf-mail-format): Ditto.
5286         (nnmail-process-maildir-mail-format): Ditto.
5287
5288         * mail-source.el (mail-source-callback): Return the number from
5289         the callback.
5290
5291         * message.el (message-send-mail): Generate Lines.
5292
5293         * mail-source.el (mail-source-call-script): New function.
5294         (mail-source-call-script): New function.
5295
5296 Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5297
5298         * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
5299         (gnus-select-newsgroup): Use it.
5300         (gnus-group-highlight-words-alist): New variable.
5301         (gnus-newsgroup-emphasis-alist): New variable.
5302         (gnus-summary-local-variables):  Use it.
5303         * lpath.el: Use it.
5304         * gnus-art.el (article-emphasize): Use it.
5305         (gnus-emphasis-highlight-words): New face.
5306         * gnus-cus.el (gnus-group-parameters): New parameter.
5307
5308 Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5309
5310         * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
5311         parameter `headers'.
5312         (gnus-cache-enter-article): Ditto.
5313         (gnus-cache-update-article): Ditto.
5314         * gnus-sum.el (gnus-summary-move-article): Ditto.
5315         (gnus-summary-mark-article-as-unread): Ditto.
5316         (gnus-summary-mark-article): Ditto.
5317
5318 1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * gnus-msg.el (gnus-message-insert-stylings): Removed.
5321         (gnus-posting-style-alist): Removed.
5322         (gnus-message-style-insertions): Ditto.
5323         (gnus-configure-posting-styles): Reimplementation.
5324
5325         * mail-source.el (mail-source-fetch): Error the message.
5326
5327         * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
5328
5329 Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5330
5331         * gnus.el: Pterodactyl Gnus v0.85 is released.
5332
5333 1999-04-20  Michael Cook  <cook@sightpath.com>
5334
5335         * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
5336           Outlook citation regex.
5337
5338 1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
5339
5340         * nndoc.el (nndoc-mime-parts-type-p): Accept space before
5341         semicolon.
5342
5343 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5344
5345         * gnus-range.el (gnus-remove-from-range): Document range1
5346         modification, protect range2.
5347
5348 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
5349
5350         * gnus-sum.el (gnus-update-marks): Protect lists from
5351         gnus-remove-from-range, don't sort twice.
5352
5353 1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
5354
5355         * gnus-start.el (gnus-read-descriptions-file): Protect if no
5356         function in backend.
5357
5358 1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
5359
5360         * gnus-sum.el (gnus-valid-move-group-p): Check for a
5361         request-accept-article function in the backend instead of using
5362         the 'respool capability.
5363
5364 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5365
5366         * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
5367         spurious whitespace at eob.
5368
5369 1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
5370
5371         * nnmail.el (nnmail-get-new-mail): Check right variable.
5372
5373 1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
5374
5375         * mailcap.el (mailcap-mime-data): Fix rfc822.
5376
5377 1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
5378
5379         * nndoc.el (nndoc-nsmail-type-p): New function.
5380         (nndoc-type-alist): Recognize nsmail.
5381
5382 1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
5383
5384         * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
5385         *before* `article-hide-headers' deletes the information.
5386
5387 1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5388
5389         * gnus-sum.el (gnus-summary-save-parts): New command and
5390         keystroke.
5391         (gnus-summary-save-parts-1): New function.
5392         (gnus-summary-iterate): Buggy.
5393
5394         * mm-decode.el (mm-save-part-to-file): Made into own function.
5395
5396 1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5397
5398         * gnus-group.el (gnus-group-set-info): Resist nils.
5399
5400 1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * mailcap.el (mailcap-mime-data): Ditto.
5403
5404         * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
5405
5406         * gnus-art.el (gnus-article-x-face-command): Default to ee.
5407
5408 1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
5409
5410         * gnus-art.el (article-make-date-line): Put X-Sent below Date if
5411         gnus-article-date-lapsed-new-header is t.
5412
5413 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5414
5415         * gnus.el: Pterodactyl Gnus v0.84 is released.
5416
5417 1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * gnus-msg.el (gnus-bug-message): Mime change.
5420
5421 1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
5422
5423         * gnus-sum.el (gnus-update-marks): Process null mark lists.
5424
5425 1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
5426
5427         * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
5428         `x-uue'.
5429
5430 1999-03-04  Aaron M. Ucko  <amu@mit.edu>
5431
5432         * mail-source.el (mail-source-fetch-pop): Only prompt for password
5433         when authentication is 'password.
5434
5435 1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
5436
5437         * gnus-win.el (gnus-configure-windows): Accept a setting.
5438
5439 1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440
5441         * mm-util.el (mm-quote-arg): Moved here.
5442
5443         * mm-decode.el (mm-quote-arg): Quote more chars.
5444
5445 1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
5448         with newlines would create buggy .nov files.
5449
5450         * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
5451
5452         * qp.el (quoted-printable-encode-region): Encode whitespace at the
5453         end of lines.
5454
5455         * message.el (message-mode): Doc fix.
5456
5457         * gnus-art.el (article-hide-headers): Delete the hidden headers.
5458
5459         * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
5460
5461         * gnus-art.el (article-date-ut): Rewrite.
5462
5463         * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
5464         order.
5465
5466         * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
5467         headers.
5468
5469         * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
5470
5471 1999-04-18  Didier Verna  <verna@inf.enst.fr>
5472
5473         * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
5474         (article-date-ut): use it.
5475
5476 1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * mail-source.el (mail-source-fetch-pop): Call script
5479         asynchronously.
5480
5481 Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5482
5483         * gnus.el: Pterodactyl Gnus v0.83 is released.
5484
5485 1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
5488
5489         * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
5490
5491         * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
5492
5493         * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
5494
5495         * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
5496
5497         * message.el (message-generate-headers): Accept continuation
5498         headers.
5499
5500 1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
5501
5502         * gnus-demon.el (gnus-demon-time-to-step): Not strings.
5503
5504 1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505
5506         * gnus-art.el (gnus-treatment-function-alist): use
5507         maybe-hide-headers.
5508
5509         * message.el (message-inhibit-body-encoding): Typo.
5510         (message-resend): Inhibit encoding.
5511
5512         * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
5513
5514         * gnus-art.el (article-remove-cr): Use re-search.
5515
5516         * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
5517         headers.
5518
5519         * mm-decode.el (mm-quote-arg): Quote '.
5520
5521         * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
5522
5523         * mm-decode.el (mm-insert-part): Use multibyte for text.
5524
5525         * gnus-start.el (gnus-read-newsrc-file): New variable.
5526         (gnus-read-newsrc-file): Use it.
5527
5528 1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529
5530         * nnvirtual.el (nnvirtual-request-expire-articles): New function.
5531
5532         * gnus-group.el (gnus-group-expire-articles-1): Made into own
5533         function.
5534
5535 Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5536
5537         * gnus.el: Pterodactyl Gnus v0.82 is released.
5538
5539 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
5540
5541         * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
5542         for iso8859-2.
5543
5544 1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
5547         synonym alist.
5548
5549 1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
5550
5551         * gnus-sum.el (gnus-summary-local-variables): Mark as global.
5552
5553 1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
5554
5555         * mail-source.el (mail-source-fetch): Ask before bugging out.
5556
5557 1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5558
5559         * uudecode.el (uudecode-decode-region-external): Don't assume
5560         uudecode-temporary-file-directory ends with a slash.
5561
5562 1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
5563
5564         * gnus-sum.el (gnus-update-marks):
5565         (gnus-update-read-articles):
5566         (gnus-summary-expire-articles): Check server.
5567
5568 1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
5569
5570         * mml.el (mml-preview): New function.
5571
5572 1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
5573
5574         * mail-source.el (mail-source-fetch-file): Return the right
5575         value.
5576
5577 1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5578
5579         * mml.el (mml-insert-parameter): New function.
5580         (mml-insert-parameter-string): New function.
5581
5582         * nnmail.el (nnmail-get-new-mail): Say how many new articles.
5583
5584         * gnus-art.el (gnus-mime-multipart-functions): New variable.
5585         (gnus-mime-display-part): Use it.
5586
5587         * mm-decode.el (mm-alternative-precedence): Removed.
5588         (mm-discouraged-alternatives): New variable.
5589         (mm-preferred-alternative-precedence): New function.
5590
5591         * nnmail.el (nnmail-get-new-mail): Use mail-sources.
5592
5593         * mail-source.el (mail-sources): New variable.
5594
5595         * gnus-art.el (article-remove-cr): Remove several trailing CRs.
5596
5597         * mm-decode.el (mm-valid-image-format-p): New function.
5598         (mm-inline-media-tests): Use it.
5599         (mm-valid-and-fit-image-p): New function.
5600
5601         * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
5602         (gnus-agent-fetch-group): Ditto.
5603
5604 1999-04-12  Didier Verna  <verna@inf.enst.fr>
5605
5606         * nnmail.el (nnmail-article-group): in case of a group name
5607         containing "\\n" constructs, be sure to pass the expanded value to
5608         nn*-save-mail.
5609
5610 Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5611
5612         * gnus.el: Pterodactyl Gnus v0.81 is released.
5613
5614 1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5615
5616         * gnus-sum.el (gnus-get-split-value): Reverse result.
5617
5618 1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619
5620         * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
5621
5622 1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5623
5624         * mml.el (mml-insert-tag): Insert concluding part.
5625
5626         * message.el (message-send-mail): Encode later.
5627         (message-send-news): Ditto.
5628
5629         * nnfolder.el: Don't use mail delim.
5630
5631 1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * gnus-cus.el (gnus-group-customize): Put point at min.
5634
5635         * mm-view.el (mm-inline-text): Allow toggling html.
5636
5637 1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
5638
5639         * mail-source.el: Added prescript and postscript to file.
5640
5641 1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * nnmail.el: Reverted.
5644
5645         * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
5646         (gnus-setup-posting-charset): Did work.
5647
5648 1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
5649
5650         * gnus.el (gnus-short-group-name): Use
5651         gnus-group-uncollapsed-levels.
5652
5653 1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
5656
5657 1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
5660         (article-strip-headers-from-body): New command and keystroke.
5661
5662 1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * mail-source.el (mail-source-fetch-pop): Check for symbol first.
5665
5666         * nnheader.el (nnheader-insert-file-contents): Bind
5667         enable-local-eval to nil.
5668         (nnheader-find-file-noselect): Ditto.
5669
5670         * nnmail.el (nnmail-article-group): Don't remove long lines.
5671         (nnmail-remove-long-lines): New function.
5672         (nnmail-split-header-length-limit): Removed.
5673
5674         * mml.el (mml-generate-mime-1): Use unibyte buffers.
5675
5676         * gnus-group.el (gnus-group-kill-all-zombies): Query user.
5677
5678 1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * gnus-sum.el (gnus-summary-generic-mark): New function.
5681
5682         * nnmail.el (nnmail-split-header-length-limit): Increased.
5683         (nnmail-article-group): Allow nil.
5684
5685         * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
5686
5687         * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
5688         first.
5689
5690         * mml.el (mml-minibuffer-read-type): Include types from
5691         mailcap-mime-data.
5692
5693         * nndraft.el (nndraft-request-article): Would clobber Japanese.
5694
5695 1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
5696
5697         * mml.el (mml-insert-tag): New function.
5698         (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
5699         confusion with functions like `mml-read-tag'.
5700         (mml-read-type): Ditto with `mml-minibuffer-read-type'.
5701         (mml-minibuffer-read-description): Ditto with
5702         `mml-minibuffer-read-description'.
5703         (mml-attach-buffer): New function.
5704         (mml-mode-map): New entry for /.
5705         (mml-minibuffer-read-type): Accept DEFAULT.
5706
5707         * mml.el (mml-quote-region): Narrow the region.
5708
5709         * message.el (message-mode-menu): message-mime-attach-file is now
5710         mml-attach-file.
5711
5712 1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5713
5714         * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
5715
5716 1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
5717
5718         * mml.el (mml-attach-buffer): New command.
5719
5720 1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
5721
5722         * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
5723         with a proper range. Compress range.
5724
5725         * gnus-range.el (gnus-remove-from-range): Protect arguments.
5726
5727 1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5728
5729         * mm-decode.el (mm-get-image): Create a temporary file for xbms.
5730
5731 1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
5734         (gnus-picons-convert-x-face): Removed.
5735         (gnus-picons-article-display-x-face): Removed.
5736         (gnus-picons-x-face-sentinel): Ditto.
5737         (gnus-picons-display-x-face): Ditto.
5738
5739 Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5740
5741         * gnus.el: Pterodactyl Gnus v0.80 is released.
5742
5743 1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5744
5745         * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
5746
5747         * gnus-sum.el (gnus-with-article): Moved here.
5748
5749         * mail-source.el (mail-source-fetch-pop): Ask for password even
5750         when program.
5751
5752 1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * gnus-msg.el (gnus-bug): Add description.
5755
5756         * mml.el (mml-insert-mml-markup): Insert disposition.
5757
5758         * message.el (message-send-mail): Always encode mail headers.
5759
5760         * smiley.el (gnus-smiley-display): Goto body.
5761
5762 1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
5763
5764         * smiley.el (gnus-smiley-display): Don't search to blank line.
5765
5766 1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * gnus-art.el (gnus-treat-article): Only run the highlight stuff
5769         when requested.
5770
5771         * nnmail.el (nnmail-current-spool): Removed.
5772
5773         * gnus-salt.el (gnus-tree-inhibit): New varible.
5774
5775         * gnus.el (mm-util): Required.
5776
5777 1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
5778
5779         * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
5780
5781 1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782
5783         * mail-source.el (mail-source-bind): Doc fix.
5784
5785 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5786
5787         * message.el (message-mode): Doc fix.
5788
5789         * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
5790         encoding.
5791
5792         * gnus.el (gnus-methods-equal-p): Moved here.
5793
5794         * mail-source.el: pop at 110.
5795
5796         * pop3.el (pop3-movemail): Use write-region instead of
5797         append-to-file to avoid excessive messaging.
5798
5799 1999-02-27  lantz moore  <lmoore@contigo.com>
5800
5801         * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
5802         type directory.
5803
5804 1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
5805
5806         * gnus-art.el (article-hide-boring-headers): Field names must not
5807         contain whitespace.
5808
5809 Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5810
5811         * gnus.el: Pterodactyl Gnus v0.79 is released.
5812
5813 1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
5816
5817         * mml.el (mml-mode): Don't use add-minor-mode.
5818
5819         * message.el (messgage-inhibit-body-encoding): New variable.
5820         (message-encode-message-body): Use it.
5821
5822 Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5823
5824         * gnus.el: Pterodactyl Gnus v0.78 is released.
5825
5826 1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * message.el (message-mode): Switch on MML mode.
5829
5830         * mml.el: Included commands and functions.
5831         (mml-mode-map): New keymap.
5832
5833         * message.el: Removed the insertion commands and functions.
5834
5835         * gnus-ems.el (gnus-mule-cite-add-face): Removed.
5836
5837         * gnus-sum.el (gnus-summary-sort-by-chars): New command and
5838         keystroke.
5839
5840         * gnus-art.el (gnus-narrow-to-page): Revert.
5841
5842         * gnus-cite.el (gnus-cite-delete-overlays): New function.
5843         (gnus-cite-parse-maybe): Always reparse.
5844
5845         * message.el (message-encode-message-body): Don't insert
5846         "multipart warning".
5847
5848         * gnus-art.el (gnus-article-treat-head-custom): New variable.
5849
5850 1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
5851
5852         * mail-source.el (mail-source-fetch-pop): Return 1 for success.
5853
5854         * nnmail.el: Require mm-util.
5855
5856 1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
5857
5858         * nnmail.el (nnmail-get-new-mail): Only get mail for the one
5859         group.
5860
5861 1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
5862
5863         * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
5864
5865 1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
5866
5867         * gnus-msg.el (gnus-extended-version): Better regexp.
5868
5869 1999-02-25  Didier Verna  <verna@inf.enst.fr>
5870
5871         * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
5872         is called with the result of SPLIT and should return a new split.
5873
5874         * gnus.texi: update the doc.
5875
5876 1999-02-23  Didier Verna  <verna@inf.enst.fr>
5877
5878         * gnus-picon.el (gnus-picons-display-bar-p): when picons are
5879         displayed in the article buffer, output bars if
5880         `gnus-picons-display-article-move-p'.
5881
5882 1999-02-20  Aaron M. Ucko  <amu@mit.edu>
5883
5884         * mail-source.el (mail-source-fetch-pop): Typo.
5885
5886 1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5889
5890 1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891
5892         * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
5893
5894 1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * mml.el (mml-insert-buffer): New function.
5897
5898         * message.el (message-forward): Insert the buffer in the buffer.
5899
5900 Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5901
5902         * mm-view.el (mm-inline-message): Insert part in narrowed region.
5903
5904 Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
5905
5906         * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
5907
5908 Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5909
5910         * gnus.el: Pterodactyl Gnus v0.77 is released.
5911
5912 1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5913
5914         * gnus-art.el (gnus-displaying-mime): New variable.
5915         (article-narrow-to-head): New function.
5916
5917         * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
5918         Default to pop instead of pop3.
5919
5920 1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5921
5922         * gnus-art.el (article-hide-pgp): Goto body.
5923
5924         * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
5925
5926         * gnus-cite.el: Don't use goto-line.
5927
5928         * gnus-art.el (gnus-article-treat-html): Removed.
5929         (gnus-treat-article): Save restriction.
5930
5931 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5932
5933         * message.el (message-send-mail): Don't untabify.
5934         (message-mode): Don't use tabs for indentation.
5935
5936 1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937
5938         * message.el (message-send-mail): Don't untabify.
5939
5940         * nnml.el (nnml-save-mail): Typo fix.
5941
5942 1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5943
5944         * message.el (message-cite-function): Add
5945         `message-cite-original-without-signature' customization option.
5946
5947 1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5948
5949         * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
5950         `nnmail-prepare-incoming-header-hook'.
5951
5952 1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
5953
5954         * gnus-util.el (gnus-make-sort-function-1): Typo fix.
5955
5956 1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * gnus-group.el (gnus-group-get-new-news): Require nnmail.
5959
5960 1999-02-18  Michael Cook  <cook@sightpath.com>
5961
5962         * Recognize Microsoft Outlook's cite attribution conventions.
5963
5964 1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
5965
5966         * gnus-sum.el: Bind M.
5967
5968 1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
5969
5970         * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
5971
5972 1999-02-15  Didier Verna  <verna@inf.enst.fr>
5973
5974         * gnus-picon.el (gnus-group-display-picons): ensures that
5975         `article-goto-body' really goes to the article body.
5976
5977 1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5978
5979         * mm-view.el (mm-inline-text): Bind url-standalone-mode.
5980
5981         * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
5982
5983         * mm-view.el (mm-view-message): Enable multibyte.
5984
5985 1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5986
5987         * nnmail.el (nnmail-get-new-mail): Message later.
5988
5989         * mm-util.el (mm-find-charset-region): Revert to checking
5990         multibyte.
5991
5992 1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
5993
5994       * gnus-msg.el (gnus-bug): Encode environment info as a MIME
5995       attachment.
5996
5997 Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
5998
5999         * gnus.el: Pterodactyl Gnus v0.76 is released.
6000
6001 1999-02-06  Felix Lee  <flee@cygnus.com>
6002
6003         * gnus.el (gnus-group-change-level-function): Typo.
6004
6005 1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6006
6007         * gnus-sum.el (gnus-nov-skip-field): Removed.
6008         (gnus-nov-field): Ditto.
6009         (gnus-nov-parse-extra): Ditto.
6010         (gnus-nov-read-integer): Ditto.
6011
6012 1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * nnheader.el (nnheader-nov-read-message-id): New macro.
6015         (nnheader-parse-nov): Use it.
6016
6017         * gnus-sum.el (gnus-nov-read-message-id): New macro.
6018         (gnus-nov-parse-line): Use it; use `(eobp)' instead of
6019         `(eq (char-after) ?\n)'.
6020
6021 1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022
6023         * gnus.el (gnus-other-frame): Always pop up a new frame.
6024
6025 Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6026
6027         * gnus-range.el (gnus-range-add): Rewrite.
6028
6029 1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
6030
6031         * nnmail.el (nnmail-split-incoming): Added detection of maildir
6032         format.
6033         (nnmail-process-maildir-mail-format): New function.
6034
6035         * mail-source.el (mail-source-fetch-maildir): New function.
6036         (mail-source-keyword-map): Add default for maildir method.
6037         (mail-source-fetcher-alist): Changed "qmail" to "maildir".
6038
6039 1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6040
6041         * mail-source.el (mail-source-fetcher-alist): Remove apop.
6042
6043         * nndoc.el (nndoc-type-alist): Remove MIME-digest.
6044         (nndoc-mime-digest-type-p): Removed.
6045
6046 1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047
6048         * gnus-art.el (gnus-article-read-summary-keys): Set the point
6049         where it is supposed to be.
6050         (gnus-treat-play-sounds): New variable.
6051
6052         * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
6053
6054         * gnus-art.el (article-display-x-face): Narrow to head.
6055         (gnus-article-washed-types): New variable.
6056         (article-hide-pgp): Is not a toggle.
6057         (gnus-article-hide-text-type): Save types.
6058         (article-decode-charset): Use it.
6059
6060         * nnmail.el (nnmail-get-new-mail): Ignore procmail.
6061
6062         * message.el (message-forward-start-separator): Removed.
6063         (message-forward-end-separator): Removed.
6064         (message-signature-before-forwarded-message): Removed.
6065         (message-included-forward-headers): Removed.
6066         (message-check-news-body-syntax): Don't check forward.
6067         (message-forward): Use MIME.
6068
6069         * nnvirtual.el (nnvirtual-request-article): Bind
6070         gnus-article-decode-hook to nil.
6071
6072 1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
6075         us-ascii.
6076
6077 1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6078
6079         * format-spec.el (format-spec): Be more robust.
6080
6081         * message.el (message-encode-message-body): Default
6082         mail-parse-charset to mail-parse-charset.
6083
6084         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
6085         (gnus-summary-edit-article): Bind mail-parse-charset.
6086
6087         * mml.el (mml-read-tag): Ignore white space after end of tag.
6088
6089         * message.el (message-goto-body): Also work in separatorless
6090         articles.
6091
6092         * mml.el (mml-translate-from-mime): New function.
6093         (mml-insert-mime): Ditto.
6094         (mml-to-mime): New function.
6095         (mime-to-mml): New name.
6096
6097         * gnus-sum.el (gnus-summary-edit-article): Always select raw
6098         article.
6099
6100         * gnus-group.el (gnus-group-catchup-current): Unmark groups.
6101
6102         * gnus-sum.el (gnus-summary-setup-default-charset): Don't
6103         special-case nndraft groups.
6104
6105 1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
6108         (gnus-get-newsgroup-headers): Already bound.
6109
6110         * message.el (message-encode-message-body): Use posting charset.
6111
6112         * mm-bodies.el (mm-encode-body): Use MIME charsets.
6113         (mm-body-encoding): Do CTE.
6114         (mm-body-7-or-8): New function.
6115
6116         * mm-util.el (mm-mime-charset): Always fall back on alist.
6117         (mm-mime-mule-charset-alist): Include katakana-jisx0201.
6118         (mm-mime-mule-charset-alist): Add arabic-*-column.
6119         (mm-find-mime-charset-region): New function.
6120
6121         * format-spec.el (format-spec-make): New function.
6122
6123         * mail-source.el (format-spec): Required.
6124         (mail-source-fetch-with-program): Removed.
6125         (mail-source-fetch-with-program): New function.
6126
6127         * format-spec.el: New file.
6128
6129 1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
6130
6131         * mail-source.el (mail-source-fetch-with-program): Take optional
6132         parameter.
6133
6134 1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * gnus-start.el: Ignore some groups.
6137         (gnus-setup-news): Bind nnmail-fetched-sources.
6138
6139         * message.el (message-send-mail): Remove all tabs.
6140
6141         * mm-util.el (mm-find-charset-region): Just check whether
6142         find-charset-region is defined.
6143
6144 1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * gnus-group.el (gnus-group-get-new-news): Use
6147         nnmail-fetched-sources.
6148
6149         * nnmail.el (nnmail-fetched-sources): New variable.
6150         (nnmail-get-new-mail): Use it.
6151
6152         * mail-source.el (mail-source-fetched-sources): New variable.
6153         (mail-source-fetch): Use it.
6154
6155 1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
6156
6157         * gnus.el (gnus-getenv-nntpserver): if the file that
6158         gnus-nntpserver-file names has a trailing newline, the
6159         string-match will always match, and thus the file will never be
6160         read.  (^ matches start of "line", \\` matches start of "buffer",
6161         which is what was intended...)
6162
6163 1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
6164
6165         * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
6166
6167 1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-start.el (gnus-read-active-file): Eliminate duplicated
6170         select methods.
6171
6172 1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
6173
6174         * gnus-range.el (gnus-remove-from-range): Sort second argument.
6175
6176 1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
6177
6178         * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
6179
6180 Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6181
6182         * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
6183         a typo.
6184         * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
6185         charset to nil.
6186         * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
6187         * gnus-start.el (gnus-start-draft-setup): Ditto.
6188
6189 1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * mail-source.el (mail-source-fetch-directory): Use the predicate.
6192         (mail-source-value): Don't do variables.
6193
6194         * nnmail.el (nnmail-get-new-mail): Set the predicate.
6195
6196         * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
6197
6198 1999-02-01  Michael Cook  <cook@sightpath.com>
6199
6200         * Defenestrate spurious ?a.
6201
6202 1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * mail-source.el (mail-source-fetch-pop): Instead use
6205         :authentication.
6206
6207 1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
6208
6209         * lisp/mail-source.el : Support APOP authentication scheme.
6210
6211 1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
6212
6213         * pop3.el (pop3-movemail): Return t.
6214
6215 1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * rfc2047.el (rfc2047-fold-region): New function.
6218         (rfc2047-encode-message-header): Use it.
6219
6220 1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
6221
6222         * gnus-sum.el (gnus-group-charset-alist): Add more.
6223
6224 Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6225
6226         * gnus.el: Pterodactyl Gnus v0.75 is released.
6227
6228 1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6229
6230         * gnus-art.el (article-display-x-face): Don't narrow to head.
6231
6232 1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
6233
6234         * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
6235
6236 1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237
6238         * mail-source.el (mail-source-fetch-directory): Ignore
6239         directories.
6240
6241         * gnus-cus.el (gnus-group-parameters): Addition.
6242
6243         * gnus-art.el (article-strip-banner): Do symbolic banners.
6244         (article-strip-banner): New keystroke.
6245
6246 1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
6247
6248         * gnus-art.el (article-strip-banner): New command.
6249
6250 1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251
6252         * gnus-art.el (gnus-treat-strip-banners): New variable.
6253
6254 1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
6257         has been exist.
6258
6259 Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
6260
6261         * message.el (message-draft-coding-system): Check coding-system.
6262         * mm-util.el (mm-text-coding-system): Ditto.
6263
6264 1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * mail-source.el (mail-source-fetch-pop): Save excursion.
6267
6268 1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * mail-source.el (mail-source-movemail-args): Not constant.
6271         (mail-source-movemail-args): Removed.
6272         (mail-source-fetch-with-program): New function.
6273         (mail-source-fetch-pop): Use program and function.
6274         (mail-source-movemail-program): Removed.
6275
6276         * gnus-art.el (gnus-treat-date-iso8601): New variable.
6277         (gnus-treat-date-user-defined): New variable.
6278
6279 1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
6280
6281         * nnmail.el (nnmail-fix-eudora-headers): New function.
6282
6283 1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284
6285         * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
6286
6287 1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * smiley.el (smiley-deformed-regexp-alist): Removed =>.
6290         (smiley-nosey-regexp-alist): Ditto.
6291
6292         * gnus-art.el (gnus-treatment-function-alist): Do
6293         gnus-article-add-buttons-to-head later.
6294         (gnus-treat-capitalize-sentences): New variable.
6295         (article-capitalize-sentences): New command and keystroke.
6296
6297         * gnus-group.el (gnus-group-catchup-current): Do group.
6298
6299         * message.el (message-default-charset): Add group.
6300
6301 Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6302
6303         * gnus.el: Pterodactyl Gnus v0.74 is released.
6304
6305 1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6306
6307         * gnus-art.el (article-fill-long-lines): Renamed.
6308         (article-fill-long-lines): New keystroke.
6309
6310 1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6311
6312         * gnus-msg.el (gnus-setup-posting-charset): Check for group.
6313
6314         * gnus-group.el (gnus-group-catchup-current): Skip groups now
6315         displayed.
6316         (gnus-group-catchup-current): Be more robus.
6317
6318         * gnus-sum.el (gnus-summary-select-article): Reselect for showing
6319         headers.
6320
6321 1999-01-25  Dave Love  <fx@gnu.org>
6322
6323         * message.el (message-mode-menu): Add message-mime-attach-file.
6324         (message-mode): Doc fix.
6325
6326 1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6327
6328         * nnmail.el (nnmail-check-duplication): Insert the mail source
6329         string.
6330
6331         * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
6332         (mail-source-fetch-directory): Ditto.
6333         (mail-source-fetch-file): Ditto.
6334         (mail-source-string): New variable.
6335
6336         * gnus-start.el (gnus-get-unread-articles): Nix out groups over
6337         the level.
6338
6339         * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
6340         before handling.
6341
6342         * mm-util.el (mm-mime-charset): Use the parameters.
6343         (mm-mime-charset): Removed region paremeters.
6344
6345         * nnmail.el (nnmail-get-new-mail): Don't message the entire
6346         source.
6347
6348 1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
6349
6350         * nnmail.el (nnmail-get-split-group): Quote right.
6351
6352 1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6353
6354         * mail-source.el (mail-source-movemail): Would kill an arbitrary
6355         buffer.
6356
6357 1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358
6359         * gnus-group.el (gnus-clear-inboxes-moved): Removed.
6360         (gnus-group-mode): Don't hook.
6361
6362         * mail-source.el (mail-source-bind): Doc fix.
6363         (mail-source-bind): Take only one param.
6364
6365         * gnus-art.el (gnus-treat-highlight-signature): typep.
6366
6367         * mail-source.el (mail-source-movemail): Ignore empty file.
6368         (mail-source-callback): Check before deleting.
6369
6370         * message.el (message-mime-attach-file): Include name.
6371
6372 1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6373
6374         * mm-util.el (mm-read-charset): Return a symbol.
6375
6376         * mm-view.el (mm-inline-text): Insert signature separator.
6377
6378         * gnus-art.el (gnus-treat-predicate): New function.
6379         (gnus-treat-article): Allow all types to be checked.
6380
6381         * gnus-util.el (gnus-or): New function.
6382         (gnus-and): Ditto.
6383
6384         * gnus-art.el (gnus-mime-display-single): Use override.
6385
6386         * mm-decode.el (mm-attachment-override-types): New variable.
6387         (mm-attachment-override-p): New function.
6388
6389         * gnus-picon.el (gnus-group-display-picons): Don't go backward.
6390
6391 1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
6392
6393         * mm-view.el (mm-inline-text): Do vcards.
6394
6395 Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6396
6397         * gnus.el: Pterodactyl Gnus v0.73 is released.
6398
6399 1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * nnmail.el (nnmail-spool-file): Changed to use mail-source.
6402         (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
6403         nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
6404         (nnmail-movemail-program): Removed.
6405         (nnmail-movemail-args): Removed.
6406         (nnmail-pop-password-required): Ditto.
6407         (nnmail-tmp-directory): Ditto.
6408         (nnmail-delete-incoming): Removed.
6409         (nnmail-pop-password, nnmail-moved-inboxes,
6410         nnmail-internal-password, nnmail-move-inbox): Removed.
6411         (nnmail-read-passwd): Ditto.
6412         (nnmail-get-spool-files): Removed.
6413         (nnmail-resplit-incoming): Reinstated.
6414
6415         * mail-source.el: New file.
6416
6417 1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
6418
6419         * gnus-art.el (gnus-article-mode-map): Bind backspace.
6420
6421 1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422
6423         * gnus-art.el (article-make-date-line): Fix iso8601 display.
6424
6425 1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6426
6427         * gnus-art.el (gnus-treat-display-smileys): Check xpm.
6428
6429         * gnus-picon.el (gnus-group-display-picons): Goto body.
6430
6431         * gnus.el: Indented all functions; broke long lines; changed all
6432         instances of illegal/legal to invalid/valid.  Yes, I'm bored.
6433
6434 Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6435
6436         * gnus.el: Pterodactyl Gnus v0.72 is released.
6437
6438 1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * gnus.el: Cleaned up trailing whitespace.
6441
6442         * mm-util.el (mm-read-charset): Work.
6443
6444 1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
6445
6446         * gnus-score.el (gnus-score-find-bnews): Match regexp on the
6447         nnheader-translate-file-chars'd group name.
6448
6449 1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * message.el (message-encode-message-body): Fold case.
6452
6453 1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
6454
6455         * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
6456
6457 1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458
6459         * mailcap.el (mailcap-add): New function.
6460
6461 1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6462
6463         * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
6464         (article-goto-body): Use it.
6465         (gnus-treat-article): Ditto.
6466
6467         * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
6468         downloaded articles from the downloadeble list.
6469
6470 1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * message.el (message-encode-message-body): Bind
6473         mail-parse-charset.
6474
6475         * mm-util.el (mm-charset-synonym-alist): New variable.
6476         (mm-charset-to-coding-system): Use it.
6477         (mm-charset-coding-system-alist): Removed.
6478         (mm-charset-to-coding-system): Don't use it.
6479         (mm-find-charset-region): Use mail-parse-charset.
6480
6481         * gnus-art.el (gnus-treatment-function-alist): Use
6482         gnus-article-display-picons.
6483         (gnus-treat-display-xface): Only do if we have xface feature.
6484         (gnus-part-display-hook): New function.
6485         (gnus-treat-article): Use it.
6486         (gnus-treat-article): Use gnus-visual.
6487
6488         * gnus-msg.el (gnus-setup-posting-charset): Check elem.
6489
6490         * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
6491         displaying.
6492
6493         * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
6494
6495         * gnus-score.el (gnus-score-find-bnews): Protect against invalid
6496         regexp file names.
6497
6498 Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6499
6500         * gnus.el: Pterodactyl Gnus v0.71 is released.
6501
6502 1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6503
6504         * mm-view.el (mm-inline-image): Don't add a dot.
6505
6506         * gnus-art.el (gnus-treat-article): New function.
6507
6508         * gnus.el (gnus-article-display-hook): Removed.
6509
6510         * gnus-art.el (gnus-article-treat-custom): New variable.
6511
6512         * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
6513
6514         * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
6515         functions.
6516
6517         * message.el (message-posting-charset): New variable.
6518         (message-send-mail): Use it.
6519
6520         * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
6521         (gnus-setup-posting-charset): New function.
6522         (gnus-setup-message): Use it.
6523
6524         * message.el (message-encode-message-body): Just look for
6525         Content-Type before inserting a new one.
6526
6527 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * rfc2047.el (rfc2047-default-charset): Removed.
6530
6531         * mail-prsvr.el: New file.
6532         (mail-parse-charset): New variable.
6533
6534         * gnus-sum.el (gnus-newsgroup-charset): Changed name.
6535         Changed name.
6536
6537         * gnus.el (gnus-charset): New group.
6538
6539         * nnmail.el (nnmail-pathname-coding-system): Default to binary.
6540
6541         * gnus-sum.el (gnus-default-charset): Default to nil.
6542         (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
6543         (gnus-newsgroup-iso-8859-1-forced): Removed.
6544
6545         * mm-util.el (mm-known-charsets): Removed.
6546         (mm-default-coding-system): Removed.
6547         (mm-default-charset): Removed.
6548         (mm-read-charset): New function.
6549
6550         * message.el (message-default-charset): Removed.
6551
6552         * rfc2047.el (rfc2047-default-charset): Default to nil.
6553
6554         * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
6555
6556 Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6557
6558         * gnus.el: Pterodactyl Gnus v0.70 is released.
6559
6560 1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * mm-decode.el (mm-save-part): Use mm-get-part.
6563         (mm-insert-part): New function.
6564         (mm-get-part): Use it.
6565         (mm-get-image): Ditto.
6566         (mm-display-external): Ditto.
6567
6568         * mm-view.el (mm-inline-text): Ditto.
6569
6570         * gnus-move.el (gnus-move-group-to-server): Protect against nil
6571         ranges.
6572
6573         * mm-decode.el (mm-display-external): Save the buffer.
6574         (mm-remove-part): Kill it.
6575
6576         * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
6577
6578         * nnagent.el (nnagent-request-set-mark): Defined stub.
6579
6580 1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6581
6582         * gnus-score.el (gnus-score-load-score-alist): Bind
6583         coding-system-for-read.
6584
6585         * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
6586         prepare-exit-hook.
6587
6588         * mm-view.el (mm-setup-w3): Require w3.
6589
6590 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
6591
6592         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
6593         body.
6594
6595 1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6596
6597         * mm-encode.el: Ditto.
6598
6599         * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
6600         error.
6601
6602         * mailcap.el (mailcap-mime-data): SAFER ps.
6603
6604         * message.el (message-encode-message-body): Always insert a
6605         Content-Type header.
6606
6607         * mm-decode.el (mm-inline-media-tests): Default all text/* to be
6608         shown inline.
6609
6610         * mm-view.el (mm-inline-text): Handle all sorts of text.
6611
6612         * mailcap.el (mailcap-mime-data): non-viewer for viewers that
6613         don't view.
6614
6615         * mm-decode.el (mm-display-external): Use it.
6616
6617         * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
6618
6619         * mm-decode.el (mm-save-part): Removed double code.
6620
6621 1999-01-12  Dave Love  <fx@gnu.org>
6622
6623         * mm-decode.el (mm-save-part): Avoid doubly-compressed
6624         application/octet-stream .gz & al files with jka-compr.
6625
6626 1999-01-12  Dave Love  <fx@gnu.org>
6627
6628         * gnus-ems.el (gnus-down-mouse-3): New variable.
6629         * gnus-art.el (gnus-mime-button-map): Use it.
6630         (gnus-mime-button-menu): Set the clicked-on buffer initially.
6631
6632 1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6633
6634         * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
6635
6636 1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
6639         buffers.
6640
6641         * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
6642
6643         * gnus-cache.el (gnus-cache-read-active): Reversed check.
6644
6645 1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
6646
6647         * mml.el (mml-parameter-string): Strip directory component.
6648
6649 1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650
6651         * gnus.el (gnus-use-demon): Removed.
6652
6653 1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * nnmail.el (nnmail-article-group): Don't infloop.
6656
6657 1999-01-11  Colin Rafferty  <colin@xemacs.org>
6658
6659         * gnus-art.el (article-update-date-lapsed): Made it work with
6660         picons, and make it update on all visible frames.
6661         (article-date-ut): Get summary-buffer's current-headers.
6662
6663 1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6664
6665         * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
6666         (gnus-picons-setup-p): New variable.
6667
6668 1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669
6670         * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
6671
6672 1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673
6674         * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
6675         (gnus-summary-exit-no-update): Use mapcar.
6676
6677 1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
6678
6679         * gnus-agent.el (gnus-category-write): Make directory.
6680
6681 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
6682
6683         * gnus-sum.el (gnus-update-read-articles):
6684         (gnus-update-marks): Request backend update of mark.
6685
6686 1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * mm-bodies.el (mm-body-encoding): Use mm-find.
6689
6690 1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
6691
6692         * gnus-picon.el (gnus-article-display-picons): Fix.
6693
6694 Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6695
6696         * gnus.el: Pterodactyl Gnus v0.69 is released.
6697
6698 1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6699
6700         * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
6701
6702         * gnus-agent.el (gnus-agent-remove-group): New command and
6703         keystroke.
6704
6705         * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
6706
6707 1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
6708
6709         * gnus-agent.el (gnus-agent-write-servers): Make directory.
6710
6711 1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * mm-view.el (mm-inline-text): Bind current id.
6714
6715         * mm-decode.el (mm-handle-id): New macro.
6716         (mm-make-handle): Accept id.
6717         (mm-dissect-singlepart): Use it.
6718
6719 1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
6720
6721       * message.el (message-cite-original-without-signature): Use
6722       message-signature-separator when searching for signature in
6723       message-cite-original-without-signature.
6724
6725 1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
6726
6727         * gnus.el (gnus-server-to-method): Check named methods.
6728
6729 1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6730
6731         * mm-view.el (mm-view-message): Goto point-min.
6732
6733         * nnmail.el (nnmail-article-group): Don't delete lines, only
6734         shorten them.
6735
6736         * gnus-msg.el (gnus-configure-posting-styles): Also do nil
6737         values.
6738
6739         * nnheader.el (nnheader-temp-directory): New variable.
6740         (nnheader-temp-directory): Removed.
6741
6742 1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
6743
6744         * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
6745         list of files to check for mailcap entries under windows-nt.
6746
6747 1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748
6749         * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
6750         summary buffer exists.
6751
6752 1998-12-22  Aaron M. Ucko  <amu@mit.edu>
6753
6754         * nnsoup.el (nnsoup-store-reply): Remove code to deal with
6755         irrelevant Sun sendmail bug.
6756         (nnsoup-store-reply): Stop mucking with mail-header-separator.
6757
6758         * message.el (message-send-news): Bind mail-header-separator to
6759         "" when asking backend to post.
6760
6761 1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
6762
6763         * mm-uu.el (mm-dissect-disposition): New variable.
6764         (mm-uu-dissect): Use it.
6765
6766 1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * mm-view.el (mm-inline-text): Bind url-current-object.
6769
6770 1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
6771
6772         * gnus-range.el (gnus-remove-from-range): Rewrite.
6773
6774 1998-12-09  SL Baur  <steve@altair.xemacs.org>
6775
6776         * gnus-picon.el (annotations): Remove bogus require 'xpm.
6777
6778 1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6779
6780         * message.el (message-encode-message-body): Insert `MIME-Version'
6781         instead of `Mime-Version'.
6782
6783 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6784
6785         * message.el (message-insert-mime-part): Add the attachment
6786         disposition.
6787         (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
6788         (message-mime-query-type): New function.
6789         (message-mime-query-description): Ditto.
6790         (message-mime-query-file): Ditto.
6791         (message-insert-mime-part): Use them.
6792         (message-mime-insert-external): Use the new stuff.
6793
6794 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * nnmail.el (nnmail-split-header-length-limit): New variable.
6797
6798         * mm-decode.el (mm-dissect-buffer): Check syntax.
6799
6800         * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
6801
6802         * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
6803         (rfc2047-dissect-region): Ditto.
6804
6805 1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6806
6807         * mm-view.el (mm-view-message): Decode charset.
6808
6809 1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
6812         CT headers.
6813
6814 Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6815
6816         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
6817         mm-uu-*-function.
6818         * mm-uu.el (mm-uu-dissect): Use x-uuencode.
6819
6820 1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6821
6822         * message.el (message-send-mail): Do MML first.
6823         (message-send-news): Ditto.
6824
6825 1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6826
6827         * gnus-picon.el (gnus-picons-face): New face.
6828         (gnus-picons-try-face): Use it.
6829
6830 Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6831
6832         * gnus.el: Pterodactyl Gnus v0.68 is released.
6833
6834 Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6835
6836         * gnus.el: Pterodactyl Gnus v0.67 is released.
6837
6838 Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6839
6840         * gnus.el: Pterodactyl Gnus v0.66 is released.
6841
6842 1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * gnus-art.el (gnus-insert-mime-button): Decode description.
6845
6846 Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6847
6848         * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
6849         (gnus-decode-header-methods): Ditto.
6850         (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
6851
6852 1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
6853
6854         * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
6855
6856 1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6857
6858         * mml.el (mml-insert-mime-headers): Encode description.
6859
6860         * nnfolder.el (nnfolder-request-expire-articles): Go to the date
6861         line.
6862
6863         * gnus-sum.el (gnus-default-charset): Doc fix.
6864
6865 Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6866
6867         * mm-decode.el (mm-display-part): Forward a line.
6868
6869 Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6870
6871         * mm-util.el (mm-running-ntemacs): New variable.
6872         (mm-text-coding-system): Ditto.
6873         * nnmail.el (nnmail-incoming-coding-system): Ditto.
6874         (nnmail-split-incoming): Use nnmail-incoming-coding-system.
6875
6876 1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * gnus-picon.el (gnus-picons-network-display-internal): Don't set
6879         buffer.
6880
6881         * message.el (message-insert-headers): New command and keystroke.
6882
6883 1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6884
6885         * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
6886         (mm-get-image): Ditto.
6887
6888         * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
6889         base64, uudecode and binhex.
6890
6891 Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6892
6893         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
6894         in text/plain.
6895         * mm-uu.el (mm-uu-dissect): Use inline.
6896
6897 1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898
6899         * mm-view.el (mm-view-message): New function.
6900
6901         * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
6902         qp.
6903
6904 1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
6905
6906         * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
6907         entry for message/rfc822 as 8bit.
6908
6909 1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910
6911         * mailcap.el (mailcap-mime-extensions): Add patch.
6912
6913 1998-12-05  Dale Hagglund  <rdh@best.com>
6914
6915         * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
6916         argument to force all multipart/* to look like multipart/mixed.
6917
6918         * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
6919         variable.
6920         (gnus-mime-display-part): Use it.
6921
6922 1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6923
6924         * gnus-draft.el (gnus-draft-send): Only disable checks for
6925         non-interactive use.
6926         (gnus-draft-send-message): Use it.
6927
6928 Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6929
6930         * gnus.el: Pterodactyl Gnus v0.65 is released.
6931
6932 1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * gnus-art.el (gnus-article-prepare-display): Don't init w3.
6935
6936         * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
6937
6938 Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6939
6940         * gnus.el: Pterodactyl Gnus v0.64 is released.
6941
6942 1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * mm-view.el (mm-setup-w3): Don't load.
6945
6946         * gnus-msg.el (gnus-setup-message): Set group name.
6947         (gnus-group-mail): Avoid leaking local vars.
6948
6949         * message.el (message-attach-file): Renamed.
6950         (message-mime-attach-file): Renamed again.
6951
6952 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6953
6954         * gnus-art.el (article-decode-encoded-words): Bind
6955         rfc2047-default-charset here.
6956
6957         * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
6958
6959 1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960
6961         * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
6962         (gnus-picons-setup-hook): New hook.
6963
6964 1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6965
6966         * mailcap.el (mailcap-mime-data): Remove "*" from documentation
6967         string.
6968         (mailcap-mime-extensions): Ditto.  Made first sentense fit a
6969         line.
6970
6971 1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6972
6973         * gnus-art.el (gnus-article-prepare-display): Setup w3.
6974         (gnus-mime-view-part): Ditto.
6975         (gnus-mime-inline-part): Dotii.
6976         (gnus-mime-externalize-part): Daddo.
6977         (gnus-mime-internalize-part): Tutti frutti.
6978         (gnus-widget-press-button): Da da do.
6979
6980         * mm-view.el (mm-setup-w3): Require url-vars.
6981
6982 Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
6983
6984         * message.el (message-draft-coding-system): Fix for XEmacs-NT.
6985         * mm-util.el (mm-find-charset-region): Ditto.
6986
6987 1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6988
6989         * message.el (message-send): Don't encode here.
6990         (message-send-mail): But here.
6991         (message-send-news): And here.
6992
6993 1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6994
6995         * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
6996
6997 Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
6998
6999         * gnus.el: Pterodactyl Gnus v0.63 is released.
7000
7001 1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7002
7003         * mml.el (mml-base-boundary): Shorten.
7004
7005         * message.el (message-insert-mime-part): Use default.
7006
7007         * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
7008
7009 1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7010
7011         * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
7012         buttons, not [*].
7013
7014 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7015
7016         * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
7017
7018 1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
7019
7020         * gnus-art.el (gnus-insert-mime-button): Fix.
7021
7022 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7023
7024         * message.el (message-insert-mime-part): Nicify prompts.
7025         (message-insert-mime-part): Really delete duplicates.
7026         (message-insert-mime-part): Check against common errors.
7027         (message-insert-mime-part): Fix docstring.
7028
7029 1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * gnus-art.el (gnus-mime-internalize-part): Bugged out.
7032
7033 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7034
7035         * gnus-art.el (gnus-mime-button-line-format): Nicify.
7036         (gnus-insert-mime-button): Modify accordingly.
7037
7038 1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7039
7040         * gnus-art.el (gnus-display-mime): Set window point.
7041
7042         * mm-decode.el (mm-display-external): Only decode when not
7043         saving.
7044         (mm-alternative-precedence): Prefer multiparts.
7045         (mm-inline-media-tests): Inline multiparts.
7046
7047         * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
7048         Ignore errors when requiring url.
7049
7050         * mml.el (mml-quote-region): New command.
7051
7052         * message.el (message-cite-original): Use it.
7053         (message-cite-original-without-signature): Ditto.
7054
7055 Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7056
7057         * gnus.el: Pterodactyl Gnus v0.62 is released.
7058
7059 1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060
7061         * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
7062
7063 1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
7064
7065         * mm-view.el (mm-inline-text): Use `point-min-marker' and
7066         `point-max-marker'.
7067
7068 1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
7071
7072         * gnus-art.el (gnus-mime-display-single): Check for attachment
7073         before other tests.
7074
7075 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7076
7077         * gnus-msg.el (gnus-configure-posting-styles): find a
7078         posting-style entry in the group parameters, if any, and honor it
7079         at the end.
7080
7081 1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
7082
7083         * nntp.el (nntp-after-change-function): Fix.
7084
7085 1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
7086
7087         * mml.el (mml-generate-mime-1): Insert literally.
7088
7089 1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7090
7091         * mml.el (mml-insert-mime-headers): Removed debug.
7092
7093 1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7094
7095         * gnus-sum.el (gnus-summary-show-article): Destroy parts when
7096         prefixed.
7097
7098         * mm-encode.el (mm-content-transfer-encoding-defaults): Default
7099         application/emacs-lisp to 8bit.
7100
7101 1998-12-03  Dale Hagglund  <rdh@best.com>
7102
7103         * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
7104
7105 Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7106
7107         * gnus.el: Pterodactyl Gnus v0.61 is released.
7108
7109 1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110
7111         * mml.el (mml-parse-1): Skipped parts.
7112         (mml-insert-mime-headers): Nil is a list.
7113         (mml-generate-mime-1): Don't insert literally.
7114         (mml-read-tag): Drop text props.
7115         (mml-read-part): Ditto.
7116         (mml-parse-singlepart-with-multiple-charsets): Ditto.
7117
7118 Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7119
7120         * gnus.el: Pterodactyl Gnus v0.60 is released.
7121
7122 1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * mml.el (mml-parse-1): Don't throw contents away.
7125
7126 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7127
7128         * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
7129
7130 1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7131
7132         * mml.el (mml-parse-singlepart-with-multiple-charsets): New
7133         function.
7134         (mml-parse-1): Use it.
7135
7136 Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7137
7138         * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
7139         Use gnus-newsgroup-default-charset.
7140         (article-decode-encoded-words): Remove charset codes.
7141         * gnus-sum.el (gnus-newsgroup-default-charset): Use
7142         gnus-default-charset.
7143
7144 1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * message.el (message-send-mail): Don't encode here.
7147         (message-send-news): Nor here.
7148         (message-send): ... but here instead.
7149
7150         * gnus-picon.el (gnus-picons-display-article-move-p): Changed
7151         default to nil.
7152         (gnus-article-display-picons): Replace From line.
7153         (gnus-group-display-picons): Replace Newsgroups line.
7154         (gnus-picons-display-glyph): Set baseline.
7155         (gnus-group-display-picons): Piconize the entire Newsgroups line.
7156         (gnus-picons-xbm-face): Revert to old, standard colors.
7157
7158         * message.el (message-fetch-field): Remove text props.
7159
7160         * gnus-art.el (gnus-article-normalized-header-length): New
7161         variable.
7162         (article-normalize-headers): New command and keystroke.
7163
7164         * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
7165
7166 Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7167
7168         * gnus.el: Pterodactyl Gnus v0.59 is released.
7169
7170 1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7171
7172         * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
7173
7174         * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
7175
7176 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7177
7178         * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
7179
7180 1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * mm-decode.el (mm-all-images-fit): New variable.
7183         (mm-image-fit-p): Use it.
7184
7185         * gnus-art.el (gnus-mime-display-single): Use it.
7186         (gnus-mime-internalize-part): New command and keystroke.
7187
7188         * mm-decode.el (mm-user-automatic-external-display): New
7189         variable.
7190         (mm-automatic-external-display-p): New function.
7191
7192         * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
7193         colors.
7194
7195 1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7196
7197         * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
7198
7199         * gnus-art.el (gnus-with-article): Work in the original article
7200         buffer.
7201         (gnus-with-article): Work in read-only groups.
7202
7203 Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7204
7205         * mm-bodies.el (mm-decode-string): Return original string if not
7206         decode.
7207
7208 Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7209
7210         * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
7211
7212 1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
7213
7214         * nndoc.el (nndoc-mime-parts-type-p): Do related.
7215
7216 Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7217
7218         * gnus.el: Pterodactyl Gnus v0.58 is released.
7219
7220 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7221
7222         * mm-decode.el (mm-get-image): Return a glyph, not an image
7223         specifier.
7224
7225 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
7226
7227         * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
7228
7229 1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * mail-parse.el (rfc2045): Required.
7232
7233 1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
7234
7235         * mm-view.el (mm-inline-text): Remove props.
7236
7237 1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7238
7239         * mm-view.el (mm-setup-w3): Protect url-misc.
7240
7241         * message.el (message-ignored-resent-headers): Remove
7242         Gnus-Warning.
7243
7244         * mml.el (mml-insert-mime-headers): Use encoding.
7245         (mml-parameter-string): Ditto.
7246
7247         * rfc2045.el: New file.
7248         (rfc2045-encode-string): New function.
7249
7250 1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251
7252         * mail-parse.el (mail-header-encode-parameter): New function.
7253
7254         * rfc2231.el (rfc2231-encode-string): New function.
7255
7256 Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7257
7258         * mm-bodies.el (mm-decode-string): New function.
7259         * mm-view.el (mm-inline-text): Use mm-decode-string.
7260
7261 Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7262
7263         * gnus.el: Pterodactyl Gnus v0.57 is released.
7264
7265 1998-11-23  Felix Lee  <flee@cygnus.com>
7266
7267         * nntp.el (nntp-async-needs-kluge): new setting.
7268         (nntp-async-timer): new var.
7269         (nntp-async-process-list): new var.
7270         (nntp-async-kluge): new function.
7271         (nntp-async-timer-handler): new function.
7272         (nntp-async-wait): new function.
7273         (nntp-async-stop): new function.
7274         (nntp-after-change-function): renamed, and split apart.
7275         (nntp-async-trigger): new function.
7276         (nntp-do-callback): new function.
7277         (nntp-accept-process-output): add optional timeout arg.
7278
7279         * gnus-async.el (gnus-async-request-fetched-article): fixed.
7280         (gnus-async-wait-for-article): new function.
7281         (gnus-async-with-semaphore): s/asynch/async/.
7282
7283 1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7284
7285         * gnus-art.el (gnus-with-article): Don't encode.
7286         (gnus-insert-mime-button): Fall back on filename from C-D.
7287         (gnus-mime-display-single): Have dots right on text/plain
7288         attachments.
7289
7290         * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
7291         broken parts.
7292
7293         * gnus-art.el (gnus-with-article): Flush cache and backlog.
7294
7295         * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
7296         binhex.
7297
7298         * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
7299         (gnus-summary-repair-multipart): New command and keystroke.
7300
7301         * gnus-art.el (gnus-with-article-buffer): New macro.
7302
7303 Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7304
7305         * gnus-art.el (gnus-mime-inline-part): Do not get part when
7306         undisplay the part.
7307
7308 1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
7311
7312         * mml.el (mml-read-part): Partition right.
7313
7314         * mm-decode.el (mm-handle-set-cache): New macro.
7315         (mm-handle-cache): Ditto.
7316         (mm-make-handle): Ditto.
7317         (mm-dissect-singlepart): Use it.
7318         (mm-get-image): Use the cache.
7319
7320 1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7321
7322         * gnus-art.el (gnus-mime-display-mixed): Rewrite.
7323         (gnus-mime-display-single): Don't insert lines between parts.
7324
7325 Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7326
7327         * nnmail.el (nnmail-file-coding-system-1): New variable.
7328         * nnfolder.el (nnfolder-file-coding-system): Ditto.
7329         (nnfolder-read-folder): Use nnfolder-file-coding-system.
7330         * nnml.el (nnml-file-coding-system): New variable.
7331         (nnml-request-article): Use nnml-file-coding-system.
7332
7333 Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7334
7335         * gnus.el: Pterodactyl Gnus v0.56 is released.
7336
7337 1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * gnus-art.el (gnus-mime-display-part): New function.
7340         (gnus-mime-display-mixed): Use it.
7341
7342         * mm-view.el (mm-setup-w3): Don't register.
7343
7344         * message.el (message-cite-original): Cite parts.
7345
7346 1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * mml.el (mml-parameter-string): New function.
7349         (mml-insert-mime-headers): Separated into new function.
7350
7351 1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
7352
7353         * mml.el (mml-make-boundary): Use `make-string'.
7354
7355 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
7356
7357         * binhex.el (binhex-insert-char): Ditto.
7358
7359         * base64.el (base64-insert-char): Ditto.
7360
7361         * uudecode.el (uudecode-insert-char): Code correctly.
7362
7363 1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364
7365         * mml.el (mml-generate-mime): Don't generate multiparts for
7366         empties.
7367
7368         * gnus-art.el (gnus-display-mime): Save excursion.
7369
7370         * message.el (message-remove-first-header): New function.
7371         (message-encode-message-body): Use it.
7372
7373 Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7374
7375         * gnus.el: Pterodactyl Gnus v0.55 is released.
7376
7377 1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * mm-view.el (mm-setup-w3): New function.
7380
7381         * mm-decode.el (mm-content-id-get-contents): New function.
7382         (mm-content-id-get-type): Ditto.
7383         (mm-content-id-get-encoding): Ditto.
7384         (mm-get-handle-by-content-id): Removed.
7385
7386 1998-11-25  Colin Rafferty  <colin@xemacs.org>
7387
7388         * message.el (message-generate-new-buffers): Fix tag.
7389
7390 1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7391
7392         * message.el (message-buffer-name): Check for unique first.
7393
7394         * gnus-art.el (gnus-unbuttonized-mime-type-p): use
7395         gnus-inhibit-mime-unbuttonizing.
7396
7397         * gnus-sum.el (t): Bind M-t.
7398         (gnus-inhibit-unbuttonizing): New variable.
7399         (gnus-summary-toggle-display-buttonized): New command.
7400
7401         * gnus-art.el (gnus-display-mime): Select article window.
7402         (article-strip-trailing-space): New command and keystroke.
7403
7404         * nneething.el (nneething-include-files): New variable.
7405         (nneething-create-mapping): Use it.
7406
7407         * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
7408
7409         * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
7410         ayto-expirable marks.
7411
7412 1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7413
7414         * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
7415
7416         * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
7417         ARG.
7418
7419         * gnus-art.el (gnus-article-mode-line-format): Doc fix.
7420
7421 Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7422
7423         * mm-util.el (mm-binary-coding-system): New variable.
7424         (mm-with-unibyte-buffer): Use mm-binary-coding-system.
7425         * mm-decode.el (mm-display-external): Ditto.
7426
7427 Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7428
7429         * gnus.el: Pterodactyl Gnus v0.54 is released.
7430
7431 1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
7434
7435 1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7436
7437         * mm-decode.el (mm-save-part): Unquote.
7438
7439 1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
7440
7441         * mm-decode.el (mm-save-part): Bind coding system for write.
7442
7443 1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444
7445         * gnus-art.el (gnus-article-mode-line-format): New default.
7446         (gnus-article-mime-part-status): New function.
7447
7448         * message.el (message-send-news): Check the body syntax before
7449         encoding.
7450
7451         * gnus-art.el (gnus-unbuttonized-mime-type): New function.
7452         (gnus-mime-display-single): Use it.
7453         (gnus-mime-display-alternative): Ditto.
7454
7455         * mm-decode.el: Check for whether we are running under a term.
7456
7457 1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * mm-decode.el (mm-preferred-alternative): Default to first
7460         alternative.
7461         (mm-preferred-alternative): No, we dont.
7462
7463 Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7464
7465         * mm-decode.el (mm-display-external): Use binary instead of
7466         no-conversion.
7467         * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
7468         * nnheader.el (nnheader-file-coding-system): Ditto.
7469         * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
7470
7471 Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7472
7473         * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
7474         name without method.
7475
7476 Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7477
7478         * gnus-sum.el (gnus-newsgroup-default-charset): Rename
7479         coding-system -> default-charset.
7480         (gnus-newsgroup-default-charset-alist): Ditto.
7481         (gnus-summary-local-variables): Ditto.
7482         (gnus-set-global-variables): Ditto.
7483         (gnus-get-newsgroup-headers): Ditto.
7484         (gnus-summary-from-or-to-or-newsgroups): Ditto.
7485         (gnus-get-newsgroup-headers-xover): Ditto.
7486         (gnus-newsgroup-setup-default-charset): Ditto.
7487         (article-decode-mime-words): Ditto.
7488         (article-decode-charset): Ditto.
7489         (article-decode-encoded-words): Ditto.
7490         (article-de-quoted-unreadable): Ditto.
7491         (gnus-mime-view-all-parts): Ditto.
7492         (gnus-mime-externalize-part): Ditto.
7493         (gnus-mm-display-part): Ditto.
7494         (gnus-mime-display-single): Ditto.
7495         (gnus-mime-display-alternative): Ditto.
7496         * lpath.el : Ditto.
7497
7498 Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7499
7500         * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
7501         * gnus-art.el (article-decode-charset): Overlay
7502         rfc2047-default-charset.
7503         * message.el (message-draft-coding-system): New variable.
7504         (message-set-auto-save-file-name): Use message-draft-coding-system.
7505         * nndraft.el (nndraft-request-article): Ditto.
7506         * gnus-start.el (gnus-start-draft-setup): Set charset nil.
7507         * gnus-agent.el (gnus-agent-queue-setup): Ditto.
7508
7509 Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7510
7511         * mm-uu.el (mm-uu-test): New function.
7512         (mm-uu-dissect): Inherit charset and cte from head.
7513         * gnus-art.el (article-decode-charset): Use mm-uu-test.
7514
7515 Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7516
7517         * gnus.el: Pterodactyl Gnus v0.53 is released.
7518
7519 1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7520
7521         * mm-decode.el (mm-get-image): New function.
7522         (mm-image-fit-p): New function.
7523
7524         * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
7525
7526         * gnus-util.el (gnus-annotation-in-region-p): New definition.
7527
7528         * gnus-art.el (gnus-article-insert-newline): New function.
7529         (article-goto-body): New function.
7530
7531 1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * gnus-art.el (gnus-mime-display-single): Insert blank line before
7534         buttons.
7535
7536         * gnus-sum.el (gnus-summary-display-buttonized): New command and
7537         keystroke.
7538
7539         * gnus-art.el (gnus-mime-display-single): Don't insert a blank
7540         line between parts.
7541
7542         * message.el (message-remove-header): Go to end if wanted.
7543
7544 1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
7545
7546         * gnus-art.el (gnus-mime-display-alternative): Avoid window
7547         movement with save-window-excursion.
7548
7549 Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7550
7551         * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
7552
7553 Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7554
7555         * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
7556
7557 Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7558
7559         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7560         gnus-newsgroup-coding-system.
7561         (gnus-get-newsgroup-headers): Ditto.
7562         (gnus-get-newsgroup-headers-xover): Ditto.
7563         (gnus-set-global-variables): Ditto.
7564         * gnus-art.el (article-decode-mime-words): Ditto.
7565         (article-decode-charset): Ditto.
7566         (article-decode-encoded-words): Ditto.
7567         (article-de-quoted-unreadable): Ditto.
7568         (gnus-mime-view-all-parts): Ditto.
7569         (gnus-mime-externalize-part): Ditto.
7570         (gnus-mm-display-part): Ditto.
7571         (gnus-mime-display-alternative): Ditto.
7572         (gnus-mime-display-single): Ditto.
7573         * mm-view.el (mm-inline-text): Use default coding system.
7574
7575 Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7576
7577         * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
7578         (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
7579         (gnus-newsgroup-coding-system): New local variable.
7580         (gnus-newsgroup-iso-8859-1-forced): New local variable.
7581         (gnus-summary-local-variables): Add two new local variables.
7582         (gnus-newsgroup-setup-coding-system): New function.
7583         (gnus-select-newsgroup): Setup coding system.
7584         * lpath.el: Add two new variables.
7585         * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
7586         (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
7587         * gnus-cus.el (gnus-group-parameters): Customizable
7588         iso-8859-1-forced.
7589
7590 Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7591
7592         * gnus.el: Pterodactyl Gnus v0.52 is released.
7593
7594 1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * rfc2047.el (rfc2047-encode-message-header): Encode the default
7597         encoding.
7598
7599         * gnus-art.el (gnus-mime-display-single): Insert buttons for
7600         undisplayed text types.
7601
7602         * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
7603         types.
7604
7605 1998-11-19  Felix Lee  <flee@cygnus.com>
7606
7607         * nntp.el (nntp-after-change-function-callback): recover from C-g.
7608
7609 1998-11-19  Felix Lee  <flee@cygnus.com>
7610
7611         * gnus-async.el (gnus-asynch-obarray): rename to
7612         gnus-async-hashtb, and don't buffer-local it.
7613
7614         (gnus-async-article-callback): new function.
7615         (gnus-make-async-article-function): use it.
7616
7617         (gnus-async-current-prefetch-group): new var.
7618         (gnus-async-current-prefetch-article): new var.
7619         (gnus-async-request-fetched-article): are we fetching it already?
7620
7621         (gnus-async-delete-prefected-entry): s/prefected/prefetched/
7622
7623 1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * gnus-sum.el (gnus-summary-show-article): Require.
7626
7627         * message.el: Provide before hooks.
7628         (message-send-news): Do MIME before headers.
7629
7630         * gnus-art.el (gnus-article-check-buffer): New function.
7631         (gnus-article-read-summary-keys): Use it.
7632
7633         * mm-decode.el (mm-user-automatic-display): Display all inline
7634         images.
7635
7636         * gnus-art.el (gnus-mime-display-single): Don't buttonize so
7637         much.
7638         (gnus-unbuttonized-mime-types): New variable.
7639
7640 1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
7643
7644         * mm-decode.el (mm-quote-arg): Quote semicolons.
7645
7646         * gnus-art.el (gnus-mime-display-single): Don't display
7647         attachments.
7648         (gnus-mime-externalize-part): New command and keystroke.
7649
7650         * mm-decode.el (mm-dissect-buffer): Pass on the description info.
7651         (mm-alternative-precedence): Changed order.
7652
7653 1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
7654
7655         * gnus.el (gnus-method-simplify): New function.
7656         (gnus-native-method-p): New function.
7657         (gnus-secondary-method-p): Use gnus-method-equal.
7658
7659         * gnus-start.el (gnus-group-change-level): Shorten select method.
7660
7661 Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7662
7663         * gnus.el: Pterodactyl Gnus v0.51 is released.
7664
7665 1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7666
7667         * gnus.el: Applied patches from 5.6.45.
7668
7669         * gnus-score.el (gnus-score-find-trace): Print complete file
7670         paths.
7671         (gnus-score-find-trace): Truncate lines.
7672
7673         * gnus.el (gnus-message-archive-group): Allow function.
7674
7675         * message.el (message-encode-message-body): Remove Mime-Version
7676         before inserting.
7677
7678         * gnus-cus.el (gnus-group-customize): Optional topic.
7679
7680         * gnus-sum.el (gnus-summary-customize-parameters): New command and
7681         keystroke.
7682
7683 Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * message.el (message-encode-message-body): Rewrite.
7686
7687 1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7688
7689         * mml.el (mml-base-boundary): New variable.
7690         (mml-make-boundary): New function.
7691
7692         * gnus-cache.el (gnus-cache-coding-system): New variable.
7693         (gnus-cache-request-article): Use it.
7694
7695         * message.el (message-insert-mime-part): Delete duplicates.
7696
7697 Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7698
7699         * gnus-art.el (gnus-mime-display-alternative): Set end of
7700         multipart and display even when nothing is preferred.
7701
7702 Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7703
7704         * gnus.el: Pterodactyl Gnus v0.50 is released.
7705
7706 1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7707
7708         * mm-decode.el (mm-inline-media-tests): Check that device-type is
7709         fbound.
7710
7711         * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
7712
7713 1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
7714
7715         * gnus.el (gnus-similar-server-opened): Compare backend.
7716
7717 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7718
7719         * gnus-topic.el (gnus-topic-expire-articles): New function.
7720         (gnus-topic-mode-map): Bind it.
7721
7722         * gnus.texi (Topic Commands): New expiry command. Reordered.
7723
7724 1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
7725
7726         * gnus-sum.el
7727         (gnus-auto-expirable-marks): New variable.
7728         (gnus-inhibit-user-auto-expire): New variable.
7729         (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
7730         When looking to see if we should expire instead, check
7731         gnus-auto-expirable-marks instead of using a hard-wired list.
7732         (gnus-summary-mark-as-read-forward,
7733         gnus-summary-mark-as-read-backward):
7734         Pass gnus-inhibit-user-auto-expire for the no-expire argument to
7735         gnus-summary-mark-forward, instead of `t'.
7736
7737 1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7738
7739         * mml.el (mml-compute-boundary): New function.
7740         (mml-compute-boundary-1): New function.
7741         (mml-generate-mime-1): Use it.
7742
7743 1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7744
7745         * mml.el (mml-generate-mime-1): Always precede closing boundary
7746         with newline.
7747
7748 1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749
7750         * mml.el (mml-generate-mime-1): Do right boundaries when several
7751         multiparts.
7752
7753         * mm-decode.el (mm-user-automatic-display): Default to inline
7754         jpeg.
7755
7756         * mml.el (mml-generate-mime-1): Encode non-text parts.
7757
7758 Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7759
7760         * gnus.el: Pterodactyl Gnus v0.49 is released.
7761
7762 1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7763
7764         * mm-view.el (mm-inline-text): Require w3-vars.
7765
7766         * gnus-setup.el (gnus-use-tm): Removed.
7767
7768         * gnus-art.el (gnus-article-goto-part): Don't beep.
7769         (gnus-article-view-part): Check return value.
7770         (gnus-mime-display-alternative): Don't display when there is
7771         nothing to display.
7772
7773         * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
7774         (mml-generate-mime-1): Use unibyte for binaries.
7775
7776         * gnus-art.el (gnus-display-mime): Call
7777         gnus-article-mime-part-function.
7778         (gnus-mime-part-function): New function.
7779         (gnus-article-mime-part-function): New function.
7780
7781         * mml.el (mml-generate-mime-1): Don't insert so many newlines.
7782
7783 1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7784
7785         * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
7786
7787         * message.el (message-font-lock-keywords): Highlight MML.
7788         (message-mml-face): New font.
7789
7790 Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7791
7792         * gnus-art.el (gnus-display-mime): Clean up even when no handles.
7793         (gnus-mm-display-part): Do not select-window if the article window
7794         is not found.
7795
7796 Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7797
7798         * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
7799
7800 Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7801
7802         * gnus.el: Pterodactyl Gnus v0.48 is released.
7803
7804 1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
7807
7808         * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
7809
7810         * message.el (message-cite-original-without-signature): Ditto.
7811         (message-cite-original): Quote parts.
7812
7813 Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7814
7815         * gnus.el: Pterodactyl Gnus v0.47 is released.
7816
7817 1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7818
7819         * message.el (message-encode-message-body): Insert MIME warning.
7820
7821         * mml.el (mml-read-tag): Look for #tag.
7822
7823         * mm-util.el (mm-find-charset-region): Check whether
7824         enable-multibyte-characters is bound.
7825
7826 Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7827
7828         * gnus.el: Pterodactyl Gnus v0.46 is released.
7829
7830 1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831
7832         * message.el (message-encode-message-body): Insert headers at the
7833         right spot.
7834
7835 Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7836
7837         * gnus.el: Pterodactyl Gnus v0.45 is released.
7838
7839 1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7840
7841         * nndraft.el (nndraft-save-mime-part): Removed.
7842         (nndraft-get-mime-part): Ditto.
7843
7844         * message.el (message-format-mime-old): Removed.
7845         (message-encode-message-body): Removed.
7846         (message-encode-message-body): Renamed.
7847
7848 1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
7851
7852         * message.el (message-format-mime): Check message-mime-part.
7853
7854         * mm-encode.el (mm-mime-file-types): Removed.
7855         (mm-default-file-encoding): New definition.
7856
7857 Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7858
7859         * mm-view.el (mm-inline-image): Use mm-insert-inline.
7860         * gnus-art.el (gnus-mm-display-part): Go to correct position.
7861
7862 Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7863
7864         * gnus.el: Pterodactyl Gnus v0.44 is released.
7865
7866 1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7867
7868         * message.el (message-format-mime): New function.
7869
7870         * nndraft.el (nndraft-save-mime-part): New function.
7871         (nndraft-get-mime-part): New function.
7872
7873         * mm-encode.el (mm-default-file-encoding): New function.
7874         (mm-content-transfer-encoding): New function.
7875         (mm-encode-buffer): New function.
7876
7877         * message.el: New command.
7878         (message-mime-part): New variable.
7879         (message-insert-mime-part): New command.
7880
7881         * mm-encode.el (mm-encode-content-transfer-encoding): New
7882         function.
7883
7884         * mm-util.el (mm-content-transfer-encoding-defaults): New
7885         variable.
7886         (mm-mime-file-types): Taken from TM.
7887
7888 Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7889
7890         * gnus.el: Pterodactyl Gnus v0.43 is released.
7891
7892 1998-11-07  Karl Kleinpaste  <karl@jprc.com>
7893
7894         * gnus-cus.el (gnus-score-customize): Add "Extra" element.
7895         * gnus-score.el (gnus-score-default-header): Ditto.
7896         (gnus-header-index): Ditto.
7897         (gnus-summary-increase-score): Ditto, & process "extra" requests.
7898         (gnus-summary-header): Handle extra headers.
7899         (gnus-summary-score-entry): Ditto, & provide new score element.
7900         (gnus-summary-score-effect): Ditto.
7901         (gnus-score-string): Avoid "extra" string sort, & modify match in
7902         "extra" case.
7903         * gnus-sum.el (gnus-make-score-map): Add "extra" element.
7904
7905 1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7906
7907         * message.el (message-resend): Bind message-required-mail-headers
7908         to nil.
7909
7910         * mm-view.el (mm-inline-text): Bind w3-strict-width.
7911
7912         * nngateway.el (require): Require cl.
7913
7914         * gnus-art.el (gnus-button-alist): Exclude more chars from news:
7915         things.
7916
7917 Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7918
7919         * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
7920         when no articles.
7921
7922 1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7923
7924         * message.el (message-ignored-resent-headers): Remove X-Gnus.
7925
7926 1998-11-10  Colin Rafferty  <colin@xemacs.org>
7927
7928         * gnus-sum.el (gnus-ignored-from-addresses): Only quote
7929         user-mail-address if non-nil.
7930
7931 1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7932
7933         * gnus-util.el (gnus-make-sort-function): Do `reverse'.
7934         (gnus-make-sort-function-1): Ditto.
7935
7936         * gnus-art.el (gnus-mm-display-part): Switch to mm in right
7937         window.
7938
7939 1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7940
7941         * mm-util.el (mm-with-unibyte-buffer): Ditto.
7942
7943         * binhex.el (binhex-decode-region): Quote.
7944
7945 1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7946
7947         * gnus-art.el (article-decode-charset): Don't downcase charset.
7948
7949         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
7950
7951 Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7952
7953         * gnus.el: Pterodactyl Gnus v0.42 is released.
7954
7955 Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7956
7957         * gnus-art.el (gnus-display-mime): Add id for alternative part.
7958
7959 1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
7960
7961         * nntp.el (nntp-send-mode-reader): Revert.
7962
7963 Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7964
7965         * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
7966
7967 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
7968
7969         * message.el (message-make-date): Fix for negative time zones.
7970
7971 Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7972
7973         * gnus.el: Pterodactyl Gnus v0.41 is released.
7974
7975 1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
7976
7977         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7978
7979 1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
7980
7981         * gnus.el (gnus-short-group-name): When shortening foreign select
7982         methods, do not scan for plusses beyond the first colon.
7983
7984 1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
7985
7986         * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
7987         lines where `group' is the last thing on the line.
7988
7989 1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7990
7991         * gnus-art.el (gnus-article-view-part): Do alternative.
7992         (gnus-mime-display-alternative): Insert marker.
7993
7994 1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995
7996         * mm-decode.el (mm-dissect-multipart): Quote regexp.
7997
7998         * nnmail.el (nnmail-expired-article-p): Protect against bogus
7999         dates.
8000
8001         * gnus-cus.el (gnus-topic): Required.
8002
8003         * nnheader.el (nnheader-parse-nov): Parse extra.
8004         (nnheader-nov-parse-extra): New macro.
8005
8006 1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007
8008         * gnus-art.el (gnus-article-view-part): Internal move.
8009
8010 1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
8011
8012         * gnus-cus-new.el (gnus-custom-topic): New free variable.
8013         (gnus-group-customize): Support editing topic parameters.
8014
8015 1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
8016
8017         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
8018         indicators.
8019
8020 1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8021
8022         * gnus-art.el (gnus-mm-display-part): Return.
8023         (gnus-article-view-part): Only go if external.
8024         (gnus-article-dumbquotes-map): Do 205.
8025
8026         * mm-decode.el (mm-display-part): Return what was done.
8027
8028         * message.el (message-buffer-naming-style): New variable.
8029         (message-generate-new-buffers): Extended.
8030         (message-buffer-naming-style): Removed.
8031         (message-buffer-name): Use it.
8032         (message-do-send-housekeeping): Rename new styling.
8033
8034         * gnus-sum.el (gnus-summary-recenter): Allow
8035         gnus-auto-center-summary to be a number.
8036
8037 Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8038
8039         * pop3.el (pop3-open-server): Use "binary" instead of
8040         "no-conversion".
8041
8042 Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8043
8044         * gnus-srvr.el (gnus-browse-foreign-server): Set
8045         gnus-browse-current-method to the result of gnus-server-to-method.
8046
8047 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8048
8049         * gnus-util.el (gnus-pull): Another optional argument.
8050         * nnweb.el (nnweb-request-delete-group): Delete from
8051         nnweb-group-alist and update active file.
8052
8053 Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8054
8055         * gnus-group.el (gnus-group-make-group): Accept group of new
8056         method.
8057
8058 Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
8061
8062 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8063
8064         * mm-view.el (mm-inline-text): Postion of html portion.
8065
8066 1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * nntp.el (nntp-list-active-group): Waited for short strings.
8069         (nntp-send-mode-reader): Ditto.
8070         (nntp-open-connection): Ditto.
8071
8072         * gnus-int.el (gnus-request-group-articles): New function.
8073
8074         * nntp.el (nntp-request-listgroup): New function.
8075         (nntp-request-group-articles): Renamed.
8076
8077 1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
8078
8079         * nnheader.el (nnheader-parse-nov): Supply extra.
8080
8081 1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * gnus-art.el (gnus-button-push): Don't go to
8084         gnus-article-buffer.
8085
8086         * mm-view.el (mm-inline-image): Add a newline.
8087
8088         * gnus-start.el (gnus-check-first-time-used): Check more.
8089
8090 1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
8091
8092         * gnus-start.el (gnus-check-first-time-used): Check current.
8093
8094 1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8095
8096         * mm-util.el (mm-find-charset-region): New function.
8097
8098         * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
8099
8100         * gnus-art.el (gnus-mime-button-menu): Fix.
8101
8102 1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8103
8104         * gnus-art.el (gnus-mime-button-menu): New definition.
8105
8106 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8107
8108         * gnus-art.el (article-decode-charset): Downcase charset.
8109         (article-decode-charset): Pass on type.
8110         (article-decode-charset): Check nil charsets.
8111         (article-remove-cr): Translate CR to LF.
8112         (gnus-ignored-mime-types): Default to nil.
8113
8114         * nnheader.el (nnheader-insert-nov): Work when not Xref.
8115
8116         * gnus-sum.el (gnus-ignored-from-addresses): Default to
8117         user-mail-address.
8118         (gnus-nov-parse-extra): Didn't return right thing.
8119
8120 1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8121
8122         * gnus-xmas.el: Use compiled-function-p.
8123
8124 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8125
8126         * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
8127
8128 Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8129
8130         * gnus.el: Pterodactyl Gnus v0.40 is released.
8131
8132 1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8133
8134         * gnus-sum.el (gnus-summary-mark-forward): Show thread.
8135
8136         * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
8137
8138         * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
8139
8140         * nnml.el (nnml-possibly-create-directory): Check before making.
8141
8142 1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8143
8144         * nnheader.el (nnheader-insert-nov): Don't infloop.
8145
8146 1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
8149         set up.
8150
8151 1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8152
8153         * nneething.el (nneething-file-name): New definition.
8154
8155 1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8156
8157         * gnus-art.el (gnus-treatment-function-alist): Fix.
8158         (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
8159
8160         * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
8161
8162 Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8163
8164         * gnus.el: Pterodactyl Gnus v0.39 is released.
8165
8166 1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8167
8168         * gnus-art.el (gnus-ignored-mime-types): New variable.
8169         (gnus-mime-display-single): Use it.
8170         (gnus-treatment-function-alist): New variable.
8171
8172         * gnus.el (gnus-mime): New group.
8173
8174         * gnus-art.el (gnus-mime-display-alternative): Don't destroy
8175         things for other parts.
8176         (gnus-mime-display-alternative): Place point.
8177
8178         * gnus.el: autoload gnus-uu-post-news.
8179
8180         * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
8181         needsterm/DISPLAY.
8182
8183         * mm-decode.el (mm-display-part): Default to inline text/.*
8184         parts.
8185
8186         * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
8187         8bit.
8188
8189         * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
8190         (gnus-mime-display-single): Inline all text parts.
8191         (gnus-article-narrow-to-signature): Removed mime:: stubs.
8192
8193 1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * nnml.el (nnml-possibly-create-directory): Rewrite.
8196         (nnml-request-create-group): Change to right server.
8197
8198         * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
8199
8200         * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
8201
8202         * gnus.el: rmail-output-to-rmail-file autoload.
8203
8204         * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
8205         Gnus.
8206
8207         * nnheader.el (nnheader-parse-head): Checked wrong variable.
8208
8209         * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
8210
8211 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8212
8213         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8214         mixed part.
8215
8216 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8217
8218         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8219
8220         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8221
8222 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8223
8224         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8225
8226 1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8227
8228         * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
8229         value.
8230
8231         * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
8232         hidden.
8233
8234         * gnus-spec.el (gnus-update-format-specifications): Use the
8235         article mode line spec.
8236
8237         * gnus-art.el (gnus-insert-mime-button): Put right type.
8238         (gnus-insert-prev-page-button): Ditto.
8239         (gnus-insert-next-page-button): Dutti.
8240
8241         * pop3.el: New version installed.
8242
8243 Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8244
8245         * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
8246         and display last part.
8247
8248 Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8249
8250         * gnus.el: Pterodactyl Gnus v0.38 is released.
8251
8252 1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * gnus-art.el (article-mime-decode-quoted-printable-buffer):
8255         Removed.
8256         (article-de-quoted-unreadable): Narrow to default.
8257
8258         * qp.el (quoted-printable-encode-region): Encode before QP-ing.
8259
8260         * gnus-art.el (article-decode-charset): Decode even when broken
8261         MIME.
8262
8263         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
8264         name.
8265
8266         * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
8267
8268         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8269         nnheader.
8270
8271         * nnmail.el (nnmail-extra-headers): New variable.
8272
8273         * nnheader.el (nnheader-insert-nov): Insert extra.
8274
8275         * gnus.el (gnus-summary-line-format): Doc fix.
8276
8277         * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
8278         (gnus-nov-parse-line): Ditto.
8279         (gnus-nov-parse-extra): New macro.
8280         (gnus-header): New function.
8281         (gnus-update-summary-mark-positions): Change.
8282         (gnus-ignored-from-addresses): New variable.
8283         (gnus-summary-insert-from-or-to): New function.
8284
8285         * gnus.el (gnus-extra-headers): New variable.
8286
8287         * nnheader.el (make-mail-header): Expand.
8288         (mail-header-extra): New macro.
8289         (mail-header-set-extra): Ditto.
8290         (make-full-mail-header): Expand.
8291
8292 Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8293
8294         * gnus.el: Pterodactyl Gnus v0.37 is released.
8295
8296 1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * mm-bodies.el (mm-decode-body): Check for multibyticity.
8299
8300         * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
8301         on.
8302
8303 1998-10-22  Didier Verna  <verna@inf.enst.fr>
8304
8305         * gnus-spec.el (gnus-balloon-face-function): new function
8306         (gnus-parse-format): understand the %< %> specifiers
8307         (gnus-parse-complex-format): ditto.
8308
8309 1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8310
8311         * gnus.el: Changed following-char to char-after throughout.
8312
8313 1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8314
8315         * mm-decode.el (mm-display-external): Protect more and message.
8316
8317 Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8318
8319         * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
8320         position.
8321
8322 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8323
8324         * gnus-art.el (gnus-mime-display-mixed): Multipart in
8325         mixed part.
8326
8327 Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8328
8329         * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
8330
8331         * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
8332
8333 Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8334
8335         * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
8336
8337 1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8338
8339         * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
8340
8341         * mm-decode.el (mm-display-external): Set undisplayer to mm
8342         buffer, not the current buffer; use unwind-protect.
8343
8344 1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8345
8346         * gnus-sum.el (gnus-summary-exit): Destroy parts.
8347         (gnus-summary-exit-no-update): Ditto.
8348
8349 1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8350
8351         * mm-decode.el (mm-inline-media-tests): Look for w3.
8352
8353         * mailcap.el (mailcap-mime-data): Inline html.
8354
8355 Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8356
8357         * gnus.el: Pterodactyl Gnus v0.36 is released.
8358
8359 1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * gnus-art.el (article-translate-strings):
8362         (gnus-article-dumbquotes-map): Don't dot.
8363
8364         * pop3.el (pop3-open-server): Set point right.
8365
8366         * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
8367         (mm-dissect-buffer): Ditto.
8368         (mm-destroy-part): Ignore non-handles.
8369         (mm-remove-part): Ditto.
8370         (mm-destroy-parts): New function.
8371         (mm-remove-parts): Ditto.
8372
8373         * gnus-art.el (gnus-mm-display-part): Don't move point.
8374
8375 Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8376
8377         * mm-uu.el : New file.
8378
8379         * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
8380
8381         * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
8382         a function.
8383
8384 1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8385
8386         * mm-decode.el (mm-display-external): Check before selecting.
8387
8388 Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8389
8390         * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
8391
8392         * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
8393
8394         * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
8395         variable.
8396
8397         * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
8398
8399         * gnus-art.el (gnus-decode-header-methods): New variable.
8400
8401         * gnus-art.el (gnus-decode-header-methods-cache): New variable.
8402
8403         * gnus-art.el (gnus-multi-decode-header): New function.
8404
8405 Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8406
8407         * gnus.el: Pterodactyl Gnus v0.35 is released.
8408
8409 1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8410
8411         * uudecode.el (uudecode-decode-region-external): Insert
8412         literally.
8413
8414         * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
8415
8416         * mm-bodies.el (mm-decode-body): Optional encoding.
8417
8418 1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419
8420         * gnus-ems.el (gnus-mouse-3): New variable.
8421
8422         * binhex.el (binhex-decode-region-external): Don't use -internally.
8423
8424 1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
8425
8426         * mailcap.el (mailcap-parse-mailcaps): Only open regular
8427         files.
8428
8429 1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8430
8431         * gnus-group.el (gnus-add-marked-articles): Request backend update
8432         of flags.
8433
8434 1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
8435
8436         * gnus-sum.el (gnus-update-read-articles):
8437         (gnus-update-marks): Request backend update of mark.
8438
8439 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
8440
8441         * gnus.texi (Optional Backend Functions): New item,
8442         nnchoke-request-set-mark.
8443
8444 1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
8445
8446         * gnus-range.el (gnus-remove-from-range): Don't add stuff in
8447           list to range.
8448
8449 1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
8450
8451         * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
8452
8453 1998-10-14  SL Baur  <steve@altair.xemacs.org>
8454
8455         * gnus-sum.el: Move gnus-save-hidden-threads above where it is
8456         first used.
8457
8458 1998-10-10  SL Baur  <steve@altair.xemacs.org>
8459
8460         * mm-view.el: Require mm-decode for macros.
8461
8462         * mm-decode.el (mm-handle-type): Move macro declarations above the
8463         place where they are used.
8464
8465 Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
8466
8467         * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
8468         buffer.
8469
8470 1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
8471
8472         * nnagent.el (nnagent-open-server): Error message.
8473
8474 1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
8475
8476         * nnheader.el (nnheader-article-p): Recognize lower-case headers.
8477
8478 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8479
8480         * score-mode.el (gnus-score-mode-map): Ditto.
8481
8482         * message.el (message-mode-map): Ditto.
8483
8484         * gnus-uu.el (gnus-uu-post-news): Ditto.
8485
8486         * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
8487
8488         * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
8489
8490         * gnus-art.el (gnus-article-edit-mode-map): Use
8491         `set-keymap-parent' rather than `copy-keymap'.
8492
8493 1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8494
8495         * gnus-art.el (gnus-mime-button-commands): New variable.
8496         (gnus-mime-button-map): Initialize it from
8497         `gnus-mime-button-commands'.
8498         (gnus-mime-button-menu): New function.
8499         (gnus-insert-mime-button): Use `gnus-mime-button-map'.
8500
8501 1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
8502
8503         * message.el (message-insert-to): Make `nobody' and `poster'
8504         synonymous to `never' and `always' in Mail-Copies-To.
8505         (message-reply): Ditto.
8506         (message-followup): Ditto.
8507
8508 1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8509
8510         * mailcap.el (mailcap-mime-data): Save sound.
8511
8512 1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
8513
8514         * message.el (message-ignored-supersedes-headers): Include
8515         `NNTP-Posting-Date'.
8516
8517 1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
8518
8519         * gnus-art.el (gnus-article-dumbquotes-table): New variable.
8520
8521 1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8522
8523         * mm-bodies.el (mm-decode-content-transfer-encoding): Use
8524         uudecode.
8525
8526 1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8527
8528         * mm-decode.el (mm-display-external): Don't switch on save.
8529
8530 1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
8531
8532         * nnmail.el (nnmail-movemail-args): New variable.
8533
8534 1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * gnus-art.el (article-translate-strings):
8537
8538 1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * gnus-art.el (gnus-article-view-part): Use it.
8541         (gnus-mm-display-part): New function.
8542         (article-de-quoted-unreadable): Yse mm-default-coding-system.
8543
8544         * mm-decode.el (mm-handle-displayed-p): New function.
8545
8546         * gnus-art.el (gnus-mime-copy-part): Create better names.
8547         (gnus-mime-button-line-format): Include dots spec.
8548
8549 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
8550
8551       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
8552       forward buffer first.
8553
8554 1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8555
8556         * gnus-util.el (gnus-set-window-start): New function.
8557
8558         * message.el (message-send): Don't check changed.
8559
8560 1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * gnus-art.el (gnus-article-setup-buffer): Set params.
8563
8564         * mm-decode.el (mm-user-display-methods): Inline
8565         "message/delivery-status".
8566
8567 1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8568
8569         * message.el (message-auto-save-directory): Rename.
8570         (message-mode): Dof fix.
8571
8572         * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
8573         (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
8574
8575         * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
8576
8577         * message.el (message-make-date): Avoid locale.
8578
8579         * gnus-art.el (gnus-article-edit-done): Allow update before doing
8580         cache.
8581
8582         * mm-decode.el (mm-display-inline): Goto point-min.
8583
8584         * gnus-art.el (gnus-article-prepare-display): Not read-only.
8585
8586         * mm-decode.el (mm-display-external): Reverse before sorting.
8587
8588         * gnus-draft.el (gnus-draft-send): Allow mail.
8589
8590 1998-10-10 -SL Baur  <steve@altair.xemacs.org>
8591
8592         * message.el (message-check): Move message-check macro above where
8593         it is first used.
8594
8595         * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
8596
8597 1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
8598
8599         * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
8600
8601 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8602
8603         * gnus.el: Pterodactyl Gnus v0.34 is released.
8604
8605 1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606
8607         * mm-decode.el (mm-inline-media-tests): delivery-status.
8608
8609         * mm-view.el (mm-inline-text): Provide default.
8610
8611 1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
8612
8613         * mailcap.el (mailcap-possible-viewers): Fix nils.
8614
8615 1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8616
8617         * gnus-art.el (gnus-article-edit-exit): Don't do updates.
8618         (article-update-date-lapsed): Record the buffer.
8619         (article-update-date-lapsed): Do all windows that display article
8620         buffers.
8621
8622         * nnml.el (nnml-generate-nov-databases-1): Ditto.
8623
8624         * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
8625
8626         * gnus-art.el (gnus-insert-mime-button): Mark buttons as
8627         annoations.
8628
8629         * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
8630
8631 1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * gnus-agent.el (gnus-category-add): Change default category to
8634         'false.
8635
8636         * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
8637         scores.
8638
8639         * gnus-draft.el (gnus-draft-send): Check server more.
8640
8641         * gnus-art.el (gnus-article-view-part): New command and keystroke.
8642         (gnus-article-goto-part): New function.
8643
8644         * mm-view.el (mm-inline-text): Insert richtext properly.
8645
8646         * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
8647
8648 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * parse-time.el (parse-time-rules): Accept dates far into the past
8651         and the future, and parse single-digit numbers as years.
8652
8653 1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * mm-decode.el (mm-display-external): Chop off directories.
8656
8657 1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8658
8659         * uudecode.el (uu-decode-region-external): Use
8660         insert-file-contents-literally.
8661
8662         * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
8663
8664 1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
8665
8666         * uudecode.el: New file.
8667
8668         * mm-bodies.el (mm-decode-content-transfer-encoding): Do
8669         x-uuencode.
8670
8671 1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672
8673         * gnus-art.el (gnus-mime-display-alternative): Set faces.
8674
8675         * message.el (message-fetch-field): Unfold properly.
8676
8677         * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
8678         in text/plain.
8679
8680 1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8681
8682         * gnus-sum.el (gnus-summary-first-unread-subject): New command.
8683         (gnus-auto-select-first): Removed.
8684         (gnus-auto-select-first): Extended.
8685         (gnus-summary-read-group-1): Use new value.
8686
8687 1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * message.el (message-fix-before-sending): Space.
8690
8691         * nnmail.el (nnmail-find-file): Don't erase.
8692
8693 Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8694
8695         * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
8696
8697 Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8698
8699         * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
8700
8701 Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8702
8703         * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
8704
8705 Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
8706
8707         * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
8708         20.4.
8709
8710 1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8711
8712         * gnus-art.el (gnus-mime-view-all-parts): New command and
8713         keystroke.
8714
8715         * mm-decode.el (mm-display-external): Translate slashes.
8716
8717         * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
8718
8719         * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
8720
8721         * mm-decode.el (mm-quote-arg): Quote spaces.
8722         (mm-display-external): Quote args.
8723
8724 1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * mm-decode.el (mm-inlinable-part-p): New function.
8727
8728 1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
8729
8730        * mm-util.el (mm-disable-multibyte): New function.
8731
8732 Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8733
8734         * gnus.el: Pterodactyl Gnus v0.33 is released.
8735
8736 1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * gnus-art.el (gnus-insert-mime-button): Get buffer size.
8739
8740         * mm-decode.el (mm-display-external): Don't switch for externals.
8741         (mm-dissect-multipart): Don't include end-sep.
8742
8743         * mm-util.el (mm-get-coding-system-list): New function.
8744         (mm-coding-system-list): New variable.
8745
8746 Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8747
8748         * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
8749
8750 Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8751
8752         * gnus-cus.el (gnus-group-customize): Use variable as cons not as
8753         group
8754
8755 Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8756
8757         * base64.el (base64-run-command-on-region): External base64
8758         decoder do not use coding system
8759
8760 Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8761
8762         * mm-decode.el (mm-interactively-view-part): Typo.
8763
8764 Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8765
8766         * mm-decode.el (mm-dissect-multipart): Display last part when the
8767         article has no close-delimiter
8768
8769 Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8770
8771         * mm-decode.el (mm-dissect-buffer): Display parts which have no
8772         content-type.
8773
8774 Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8775
8776         * gnus-art.el (gnus-display-mime): Typo.
8777
8778 Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8779
8780         * gnus.el: Pterodactyl Gnus v0.32 is released.
8781
8782 1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8783
8784         * gnus-kill.el (gnus-batch-score): Protect against errors.
8785
8786         * gnus-art.el: Protect against broken headers.
8787
8788         * mm-decode.el (mm-display-external): Respect needsterm.
8789         (mm-display-external): Create buffer for external commands.
8790
8791 1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8792
8793         * mailcap.el (mailcap-mime-info): Return the proper viewer.
8794
8795         * mm-decode.el (mm-display-external): Use file name.
8796
8797 1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8798
8799         * gnus-util.el (gnus-output-to-rmail):  adjust to
8800           `rmail-output-to-rmail-file'
8801
8802 1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8803
8804         * gnus-util.el (gnus-output-to-rmail): Reinstated function.
8805
8806         * gnus-sum.el (gnus-select-newsgroup): Set global variables before
8807         headers.
8808
8809         * gnus-art.el (article-decode-charset): Fold case.
8810
8811 1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
8812
8813         * mailcap.el (mailcap-save-binary-file): Goto point-min.
8814
8815 1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
8816
8817         * nnmail.el (nnmail-check-duplication): Enter into duplicate list
8818         after being stored.
8819
8820 Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
8821
8822         * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
8823         come.
8824
8825 1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * gnus-xmas.el (wid-edit): Required.
8828
8829         * gnus-ems.el (gnus-widget-button-keymap): New variable.
8830
8831 Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
8832
8833         * gnus-art.el (gnus-mime-inline-part): remove part if necessary
8834
8835 1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
8836
8837         * gnus-art.el (article-decode-charset): Narrow to the correct
8838         region.
8839
8840         * mm-bodies.el: Fix autoload.
8841
8842 1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
8843
8844         * gnus-art.el (gnus-mime-button-line-format): Doc fix.
8845
8846 1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
8849
8850 1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851
8852         * gnus-art.el (gnus-insert-mime-button): Specify keymap.
8853         (gnus-article-add-button): Ditto.
8854
8855         * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
8856
8857         * gnus-art.el (gnus-article-prepare-display): Make article mode.
8858         (gnus-article-prepare-display): Bind url-standalone-mode.
8859
8860         * mm-decode.el (mm-remove-part): Also delete directory.
8861         (mm-display-external): Create a private sub-dir.
8862
8863         * mailcap.el (mailcap-binary-suffixes): New variable.
8864         (mailcap-command-p): Use it.
8865
8866 1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * nnmbox.el (nnmbox-request-group): Change server.
8869         (nnmbox-possibly-change-newsgroup): Enable multibyte.
8870
8871         * message.el (message-encode-message-body): Don't stomp MIME
8872         headers.
8873
8874         * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
8875         unless useful.
8876         (gnus-summary-exit): Check for a live article buffer.
8877         (gnus-summary-exit-no-update): Ditto.
8878
8879         * gnus-int.el (gnus-request-replace-article): Accept no-encode
8880         param.
8881
8882         * gnus-sum.el (gnus-article-decoded-p): New variable.
8883
8884         * mm-decode.el (mm-display-external): Use no-conv.
8885
8886         * rfc2047.el (rfc2047-q-encode-region): Bound properly.
8887         (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
8888
8889         * gnus-art.el (gnus-article-mode-map): Bind button2 to
8890         mouse-click.
8891
8892 1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
8895
8896 Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8897
8898         * gnus.el: Pterodactyl Gnus v0.31 is released.
8899
8900 1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * gnus-sum.el (gnus-summary-exit): Destroy MIME.
8903
8904         * mm-decode.el (mm-display-part): Accept no-default.
8905
8906         * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
8907         a parameter.
8908
8909         * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
8910         (gnus-summary-prepare-threads): Ditto.
8911
8912         * gnus.el (gnus-article-mode-map): Make sparse keymap.
8913
8914         * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
8915         (gnus-mime-button-line-format): Doc fix.
8916         (gnus-insert-mime-button): Use it.
8917         (gnus-article-add-button): Use widget-convert-button.
8918
8919         * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
8920         ignore.
8921
8922         * mm-decode.el (mm-alternative-precedence): Ditto.
8923
8924 1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
8925
8926         * mm-decode.el (mm-user-automatic-display): Use enriched.
8927
8928 1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
8929
8930         * mm-decode.el (mm-dissect-multipart): Have the part start on the
8931         right place.
8932
8933 1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8934
8935         * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
8936
8937         * gnus-art.el (article-update-date-lapsed): Only update header if
8938         buffer is dispalyed in frame.
8939         (gnus-article-prepare-display): New function.
8940         (gnus-article-prepare): Use it.
8941
8942 1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8943
8944         * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
8945
8946         * mm-view.el (mm-insert-inline): New function.
8947
8948         * mm-decode.el (mm-pipe-part): Bugged.
8949
8950         * gnus-agent.el (gnus-agent-send-mail): Don't encode.
8951
8952         * mm-bodies.el (mm-encode-body): Move over the body.
8953
8954         * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
8955
8956         * rfc2047.el (rfc2047-q-encode-region): Would bug out.
8957
8958 1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
8959
8960         * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
8961           related functions.  Handle message/rfc822 parts.  Display subject on
8962           multipart summary lines.  Display name on sub-parts when available.
8963
8964 1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8965
8966         * mailcap.el (mailcap-command-p): New version.
8967
8968 1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
8969
8970         * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
8971         groups.
8972
8973 1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8974
8975         * message.el (message-make-date): Remove weekday name.
8976
8977         * mm-decode.el (mm-dissect-buffer): Protect against broken
8978         headers.
8979
8980         * mailcap.el (mailcap-command-in-path-p): New function.
8981         (mailcap-command-p): Renamed.
8982
8983 1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
8984
8985         * rfc2047.el (eval): Autoload.
8986
8987 1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8988
8989         * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
8990         (gnus-multi-decode-encoded-word-string): New function.
8991         (gnus-encoded-word-method-alist): New variable.
8992         (gnus-decode-encoded-word-functions): Removed.
8993
8994 1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
8995
8996         * gnus-int.el (gnus-request-replace-article): Replace
8997         message-narrow-to-headers with message-narrow-to-head
8998
8999 1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9000
9001         * drums.el (drums-quote-string): Reversed match.
9002
9003         * message.el (message-make-date): Use weekday name.
9004
9005 Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9006
9007         * gnus.el: Pterodactyl Gnus v0.30 is released.
9008
9009 1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * gnus-art.el (article-decode-encoded-words): Use it.
9012         (gnus-decode-header-function): New variable.
9013
9014         * gnus-sum.el (gnus-nov-parse-line): Use it.
9015         (gnus-decode-encoded-word-function): New variable.
9016
9017         * gnus-msg.el (gnus-copy-article-buffer): Decode the right
9018         buffer.
9019
9020         * gnus-art.el (gnus-insert-mime-button): Use widget.
9021         (gnus-widget-press-button): New function.
9022         (gnus-article-prev-button): Removed.
9023         (gnus-article-next-button): Ditto.
9024         (gnus-article-add-button): Ditto.
9025
9026         * gnus.el (gnus-article-mode-map): Inherit from widget.
9027         (gnus-article-mode-map): No, don't.
9028
9029         * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
9030         (mm-content-id-alist): New variable.
9031         (mm-get-content-id): New function.
9032
9033         * gnus-art.el (gnus-request-article-this-buffer): Only decode
9034         articles if we are fetching to the article buffer.
9035
9036 1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
9039         articles.
9040
9041 1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * mm-util.el (mm-mime-charset): Try to use safe-charsets.
9044         (mm-default-mime-charset): New variable.
9045
9046         * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
9047
9048         * drums.el (drums-quote-string): Reversed test.
9049
9050 1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9051
9052         * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
9053         string.
9054
9055         * drums.el (drums-quote-string): New function.
9056
9057         * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
9058         (rfc2047-b-encode-region): Chop lines.
9059         (rfc2047-q-encode-region): Ditto.
9060
9061 Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9062
9063         * gnus.el: Pterodactyl Gnus v0.29 is released.
9064
9065 1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
9066
9067         * mm-decode.el (mm-save-part): Message right.
9068
9069 1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * drums.el (drums-parse-address): Returned a list instead of a
9072         string.
9073         (drums-remove-whitespace): Skip comments.
9074         (drums-parse-addresses): Didn't work.
9075
9076 Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9077
9078         * gnus.el: Pterodactyl Gnus v0.28 is released.
9079
9080 1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081
9082         * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
9083         starting point.
9084         (article-decode-encoded-words): Rename.
9085
9086         * message.el (message-narrow-to-headers-or-head): New function.
9087
9088         * gnus-int.el (gnus-request-accept-article): Narrow to the right
9089         region.
9090
9091         * message.el (message-send-news): Encode body after checking
9092         syntax.
9093
9094         * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
9095
9096         * mm-decode.el (mm-save-part): Use Content-Disposition filename.
9097
9098         * gnus-art.el (gnus-display-mime): Respect disposition.
9099
9100         * mm-decode.el (mm-preferred-alternative): Respect disposition.
9101
9102         * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
9103         text with annotations.
9104
9105         * message.el (message-make-date): Fix sign for negative time
9106         zones.
9107
9108         * mm-view.el (mm-inline-image): Insert a space at the end of the
9109         image.
9110
9111         * mail-parse.el: New file.
9112
9113         * rfc2231.el: New file.
9114
9115         * drums.el (drums-content-type-get): Removed.
9116         (drums-parse-content-type): Ditto.
9117
9118         * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
9119
9120 Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9121
9122         * gnus.el: Pterodactyl Gnus v0.27 is released.
9123
9124 1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
9125
9126         * mm-decode.el (mm-alternative-precedence): New variable.
9127         (mm-preferred-alternative): New function.
9128
9129         * gnus-art.el (gnus-mime-copy-part): New command.
9130
9131         * mm-decode.el (mm-get-part): New function.
9132
9133         * mm-view.el: New file.
9134
9135         * mm-decode.el (mm-dissect-buffer): Downcase cte.
9136         (mm-display-part): Default to mailcap-save-binary-file.
9137
9138 Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9139
9140         * gnus.el: Pterodactyl Gnus v0.26 is released.
9141
9142 1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9143
9144         * mm-decode.el (mm-interactively-view-part): New function.
9145
9146         * gnus-art.el (gnus-mime-view-part): New command.
9147
9148         * mm-decode.el (mm-last-shell-command): New variable.
9149
9150         * mailcap.el (mailcap-mime-info): Allow returning all matches.
9151
9152         * mm-decode.el (mm-save-part): New function.
9153
9154         * gnus-art.el (article-decode-charset): Protect against buggy
9155         content-types.
9156         (gnus-mime-pipe-part): New command.
9157         (gnus-mime-save-part): New command.
9158         (gnus-mime-button-map): New keymap.
9159         (gnus-mime-button-line-format): New variable.
9160         (gnus-insert-mime-button): New function.
9161         (gnus-display-mime): Use it.
9162
9163         * gnus-util.el (gnus-dd-mmm): Removed length spec.
9164
9165         * mm-decode.el (mm-inline-text): Decode charsets.
9166
9167         * gnus-art.el (gnus-article-save): Comment fix.
9168
9169         * gnus-int.el (gnus-start-news-server): When in batch, don't
9170         prompt.
9171
9172         * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
9173         decode.
9174
9175         * mm-decode.el (mm-inline-media-tests): Add audio.
9176         (mm-inline-audio): New function.
9177
9178 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9179
9180         * gnus-art.el (article-make-date-line): Didn't work.
9181
9182         * parse-time.el (parse-time-string): One too many nils.
9183
9184 Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9185
9186         * gnus.el: Pterodactyl Gnus v0.25 is released.
9187
9188 1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189
9190         * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
9191         annotations.
9192
9193         * gnus.el ((featurep 'gnus-xmas)): New
9194         'gnus-annotation-in-region-p alias.
9195
9196 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * mm-util.el (mm-with-unibyte-buffer): New function.
9199
9200         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
9201
9202         * mm-decode.el (mm-inline-media-tests): New variable.
9203
9204         * gnus-sum.el (gnus-summary-exit): Destroy handles.
9205
9206         * gnus-art.el (gnus-article-mime-handles): New variable.
9207
9208         * drums.el (drums-narrow-to-header): New function.
9209
9210         * gnus-art.el (article-decode-charset): Use it.
9211
9212         * drums.el (drums-content-type-get): New function.
9213
9214         * mm-util.el (mm-content-type-charset): Removed.
9215
9216         * drums.el (drums-syntax-table): @ is word.
9217         (drums-parse-content-type): New function.
9218
9219         * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
9220         EDT" times.
9221
9222         * gnus-util.el (gnus-date-get-time): Use safe date.
9223
9224         * gnus-sum.el (gnus-show-mime): Removed.
9225         (gnus-summary-toggle-mime): Removed.
9226
9227         * gnus-art.el (gnus-strict-mime): Removed.
9228         (gnus-article-prepare): Don't do MIME.
9229         (gnus-decode-encoded-word-method): Removed.
9230         (gnus-show-mime-method): Removed.
9231
9232 Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9233
9234         * gnus.el: Pterodactyl Gnus v0.24 is released.
9235
9236 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9237
9238         * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
9239         PREFIX.
9240
9241         * parse-time.el (parse-time-rules): Accept times that look like
9242         "h:mm".
9243
9244         * message.el (message-make-date): Use zone properly.
9245
9246         * gnus.el: Autoload gnus-batch.
9247
9248         * gnus-art.el (article-de-quoted-unreadable): Do not do
9249         gnus-article-decode-rfc1522.
9250
9251         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9252
9253         * gnus-int.el (gnus-request-accept-article): Accept a no-encode
9254         param.
9255
9256         * message.el (message-encode-message-body): Check for us-ascii.
9257
9258         * gnus-msg.el (gnus-extended-version): Move Gnus version comments
9259         to the left.
9260
9261 1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * gnus-art.el (article-decode-charset): Rename.
9264
9265 Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9266
9267         * gnus.el: Pterodactyl Gnus v0.23 is released.
9268
9269 1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * gnus-util.el (gnus-parent-id): Ditto.
9272         (gnus-put-text-property-excluding-newlines): Ditto.
9273
9274         * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
9275
9276 1998-09-08  Karl Kleinpaste  <karl@jprc.com>
9277
9278         * message.el (message-generate-headers): Generate User-Agent
9279         instead of X-Mailer & X-Newsreader.
9280
9281         * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
9282         User-Agent header format.
9283
9284 Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9285
9286         * gnus.el: Pterodactyl Gnus v0.22 is released.
9287
9288 1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9289
9290         * mm-util.el (mm-multibyte-p): Typo.
9291
9292 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9293
9294         * gnus.el: Pterodactyl Gnus v0.21 is released.
9295
9296 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
9297
9298         * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
9299
9300 1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * mm-util.el (mm-multibyte-p): New function.
9303
9304 Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9305
9306         * gnus.el: Pterodactyl Gnus v0.20 is released.
9307
9308 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9309
9310         * rfc2047.el (rfc2047-decode-region): Only decode when in
9311         multibyte.
9312
9313         * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
9314
9315         * gnus-int.el (gnus-request-replace-article): Encode.
9316         (gnus-request-accept-article): Encode.
9317
9318         * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
9319         here.
9320
9321         * gnus.el (gnus-article-display-hook): Take the charset functions
9322         out.
9323
9324         * time-date.el (safe-date-to-time): New function.
9325
9326         * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
9327
9328 Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9329
9330         * gnus.el: Pterodactyl Gnus v0.19 is released.
9331
9332 1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333
9334         * base64.el (base64-encode-region): Accept no-line-break.
9335
9336         * mm-util.el (mm-mime-charset): New function.
9337
9338         * gnus-draft.el (gnus-draft-edit-message): Delete article.
9339
9340 Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9341
9342         * gnus.el: Pterodactyl Gnus v0.18 is released.
9343
9344 1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * message.el (message-send-and-exit): Return t on success.
9347         (message-make-date): Make a proper time zone.
9348
9349         * gnus-draft.el (gnus-draft-send): Only remove article if the
9350         sending is successful.
9351
9352         * drums.el (drums-get-comment): Return the last comment.
9353         (drums-parse-address): Parse old-style From headers.
9354
9355 1998-09-07  SL Baur  <steve@altair.xemacs.org>
9356
9357         * gnus-sum.el (gnus-data-compute-positions): Move below
9358         `gnus-save-hidden-threads' so the former is correctly detected as
9359         a macro.
9360
9361 1998-09-06  Dave Love  <fx@gnu.org>
9362
9363         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9364         ignore-errors too, eval'd when compile.  Require w3 stuff at load
9365         time for nicer failure if it's not available.
9366
9367 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * time-date.el (time-to-seconds): Renamed.
9370
9371         * parse-time.el (parse-time-string): Downcase before handling.
9372         (parse-time-rules): Times without seconds have 0 seconds.
9373
9374         * rfc2047.el (rfc2047-encode-region): New version.
9375         (rfc2047-dissect-region): New function.
9376
9377 1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378
9379         * message.el (message-make-date): Use symbolic zone.
9380
9381 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * time-date.el (parse-time): Always use parse-time.
9384
9385         * parse-time.el (parse-time-syntax): Use vectors.
9386
9387 Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9388
9389         * gnus.el: Pterodactyl Gnus v0.17 is released.
9390
9391 1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * time-date.el: Renamed from "date".
9394
9395         * gnus.el: Removed all timezone dependencies.
9396
9397         * score-mode.el: Removed.
9398         (gnus-score-edit-insert-date): Use date.
9399
9400         * date.el (float-to-time): New function.
9401
9402         * nnspool.el (nnspool-seconds-since-epoch): Removed.
9403
9404         * date.el (time-to-float): New function.
9405
9406         * message.el (message-make-date): Use format-time-string.
9407         (message-make-expires): Use make-date.
9408
9409         * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
9410
9411         * gnus-util.el (gnus-dd-mmm): Use date.
9412         (gnus-sortable-date): Ditto.
9413
9414         * message.el (message-make-date): Take an optional time.
9415
9416         * gnus: Applied patches from 5.6.43.
9417
9418         * date.el (if): Use parse-time.
9419
9420         * gnus-score.el (gnus-summary-score-entry): Make into a command
9421         again.
9422
9423         * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
9424         gnus-agent.
9425
9426         * gnus.el (gnus-agent-meta-information-header): Moved here.
9427
9428 1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
9429
9430         * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
9431         (gnus-agent-fetch-group-1): Score article headers using normal
9432         group score files if the download score rule of a category/group
9433         is `file'.
9434         (gnus-agent-fetch-group-1): Don't parse the entire .overview when
9435         deciding what articles to download.
9436         (gnus-agent-fetch-group-1): Don't push headers through scoring and
9437         predicate processing if predicate is `true' or `false'.
9438
9439 1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440
9441         * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
9442
9443         * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
9444
9445         * score-mode.el (score-mode-coding-system): New variable.
9446         (gnus-score-edit-exit): Use it.
9447
9448 1998-09-04  Jason R Mastaler  <jason@4b.org>
9449
9450         * drums.el: Corrected typo.
9451
9452 1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9453
9454         * mm-bodies.el (mm-body-encoding): Faster version.
9455
9456 1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9457
9458         * gnus-art.el (gnus-article-decode-charset): Only decode text
9459         things.
9460
9461         * message.el (message-output): Use rmail.
9462
9463         * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
9464         word part.
9465
9466         * mm-util.el (mm-charset-to-coding-system): Use
9467         rfc2047-default-charset.
9468         (mm-known-charsets): New variable.
9469
9470         * message.el (message-caesar-region): Bugged out.
9471
9472 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
9473
9474         * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
9475         specifying `agent-predicate' in a group's parameters.
9476
9477 Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9478
9479         * gnus.el: Pterodactyl Gnus v0.16 is released.
9480
9481 1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9482
9483         * nnmail.el (nnmail-expired-article-p): Use predicate.
9484
9485         * date.el (time-less-p): Renamed.
9486
9487         * gnus-art.el (gnus-article-decode-charset): Really fetch headers
9488         from the headers.
9489
9490         * rfc2047.el (rfc2047-decode-region): Use the mm decoding
9491         functions.
9492
9493         * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
9494         all.
9495         (gnus-group-sort-selected-groups-by-alphabet): Changed interface
9496         to all functions.
9497
9498 Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9499
9500         * gnus.el: Pterodactyl Gnus v0.15 is released.
9501
9502 1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9503
9504         * date.el: New file.
9505
9506         * gnus-util.el (gnus-encode-date): Removed.
9507         (gnus-time-less): Ditto.
9508
9509         * nnmail.el (nnmail-date-to-time): Removed.
9510         (nnmail-time-less): Ditto.
9511         (nnmail-days-to-time): Ditto.
9512         (nnmail-time-since): Ditto.
9513
9514         * drums.el: New file.
9515
9516 1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9517
9518         * message.el (message-encode-message-body): Encode headers with
9519         body encoding.
9520
9521         * rfc2047.el (rfc2047-default-charset): Renamed.
9522         (rfc2047-encodable-p): Use it.
9523
9524         * base64.el (mm-util): Required.
9525
9526 1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9527
9528         * gnus-msg.el (gnus-post-method): Peel off real info from opened
9529         servers.
9530
9531         * gnus-util.el (gnus-output-to-rmail): Removed.
9532
9533         * gnus-art.el (gnus-summary-save-in-rmail): Use
9534         gnus-output-to-rmailrmail-output-to-rmail-file.
9535
9536         * rfc2047.el (rfc2047-decode-region): Fold case.
9537         (rfc2047-decode): Use decode-string.
9538
9539         * mm-util.el: Provide mm-char-int.
9540
9541 Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9542
9543         * gnus.el: Pterodactyl Gnus v0.14 is released.
9544
9545 1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * mm-bodies.el (mm-body-encoding): Go through the buffer to make
9548         sure we have 7bit.
9549
9550 1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9551
9552         * gnus-msg.el (gnus-post-method): Use opened servers, and remove
9553         ducplicates.
9554         (gnus-inews-insert-mime-headers): Removed.
9555
9556         * message.el (message-caesar-region): Protect against MULE chars.
9557
9558 1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
9559
9560         * mm-util.el (if): fset the right function.
9561
9562 1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * gnus-art.el (gnus-article-decode-charset): Use real
9565         read-coding-system.
9566
9567 1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * mm-bodies.el (mm-decode-body): Protect against malformed
9570         base64.
9571         (mm-decode-body): Check that buffer-file-coding-system is
9572         non-nil.
9573
9574 Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9575
9576         * gnus.el: Pterodactyl Gnus v0.13 is released.
9577
9578 1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579
9580         * gnus-util.el (gnus-strip-whitespace): Already defined.
9581         Removed.
9582
9583         * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
9584
9585         * gnus-util.el (gnus-strip-whitespace): New function.
9586
9587         * mm-util.el (mm-content-type-charset): Downcase.
9588
9589 1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
9592         (gnus-article-decode-charset): Don't fetch all headers.
9593
9594         * mm-util.el (mm-read-coding-system): New function.
9595
9596         * mm-bodies.el (mm-decode-body): Check the right charset.
9597
9598         * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
9599
9600         * gnus-art.el (gnus-article-mode-line-format): Use short group
9601         format.
9602
9603 Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9604
9605         * gnus.el: Pterodactyl Gnus v0.12 is released.
9606
9607 1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
9610
9611         * gnus-art.el (gnus-article-decode-charset): Supply cte.
9612         (gnus-article-decode-charset): Always run.
9613
9614         * mm-bodies.el (mm-decode-body): Decode cte.
9615
9616 Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9617
9618         * gnus.el: Pterodactyl Gnus v0.11 is released.
9619
9620 1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * message.el (message-encode-message-body): Ditto.
9623
9624         * gnus-art.el (gnus-article-decode-mime-words): New command and
9625         keystroke.
9626         (gnus-article-decode-charset): Ditto.
9627         (gnus-article-decode-charset): Only work under MULE.
9628
9629         * mm-util.el (mm-content-type-charset): New function.
9630
9631         * nnmail.el (nnmail-delete-incoming): Changed to nil.
9632
9633         * message.el (message-send-mail): Insert MIME headers.
9634         (message-check-news-body-syntax): Don't warn for escape sequences.
9635         (message-check-news-body-syntax): Insert MIME headers.
9636
9637         * mm-bodies.el (mm-body-encoding): New function.
9638
9639         * message.el (message-encode-message-body): New function.
9640
9641         * mm-bodies.el: New file.
9642
9643         * mm-util.el (mm-narrow-to-head): New function.
9644
9645         * rfc2047.el (rfc2047-encode): Use it.
9646
9647         * mm-util.el: Provide mm-encode-coding-region.
9648
9649         * gnus-sum.el (gnus-summary-mode): Enable multibyte.
9650
9651         * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
9652
9653         * mm-util.el (mm-enable-multibyte): New function.
9654
9655         * message.el (message-set-work-buffer): Set multibyte.
9656
9657         * gnus.el (gnus-continuum-version): Be valid forever and ever.
9658
9659         * gnus-util.el (gnus-point-at-eol): Removed.
9660         (gnus-point-at-bol): Ditto.
9661
9662         * base64.el (base64-decode-region): Commented out messaging.
9663
9664 1998-08-31  Didier Verna  <verna@inf.enst.fr>
9665
9666         * gnus-msg.el (gnus-group-mail): make it behave like
9667         gnus-group-post-news with regards to the prefix (this enables the
9668         use of posting styles).
9669
9670 1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9671
9672         * gnus.el (gnus-article-display-hook): Added
9673         gnus-article-decode-rfc1522 to hook.
9674
9675 Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9676
9677         * gnus.el: Pterodactyl Gnus v0.10 is released.
9678
9679 1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9680
9681         * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
9682         hook to be run.
9683
9684 1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685
9686         * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
9687
9688         * mm-util.el (mm-charsets-in-region): Removed.
9689
9690         * rfc2047.el: Renamed file.
9691
9692         * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
9693
9694         * message.el (message-mode): Set multibyte.
9695
9696         * mm-util.el (mm-charsets-in-region): Copied here.
9697
9698         * gnus-util.el: Removed gnus-truncate-string.
9699
9700         * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
9701
9702         * rfc1522.el (rfc1522-unencoded-charsets): New variable.
9703         (rfc1522-encodable-p): New function.
9704         (rfc1522-encode-message-header): Use it.
9705
9706 Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9707
9708         * gnus.el: Pterodactyl Gnus v0.9 is released.
9709
9710 1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * mm-util.el: Shadow encode-coding-string.
9713
9714         * base64.el (base64-encode-region): Don't add newline.
9715
9716         * rfc1522.el (rfc1522-narrow-to-field): Copied here.
9717
9718         * mm-util.el: New file.
9719
9720         * mm-decode.el: Somewhat depleted.
9721         * mm-encode.el: Ditto.
9722
9723         * rfc1522.el: New file.
9724
9725         * mm-util.el (mm-replace-chars-in-string): Copied here.
9726
9727         * mm-encode.el (mm-q-encode-region): New function.
9728
9729         * qp.el (quoted-printable-encode-region): Take an optional CLASS
9730         param.
9731
9732         * mm-encode.el (mm-encode-word-region): Downcase.
9733
9734 Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9735
9736         * gnus.el: Pterodactyl Gnus v0.8 is released.
9737
9738 1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9739
9740         * message.el (message-send-mail): Encode headers.
9741
9742         * qp.el (quoted-printable-encode-region): Encode 8-bit words.
9743         (quoted-printable-encode-region): Upcase.
9744
9745         * message.el (message-default-charset): New variable.
9746
9747         * qp.el (quoted-printable-encode-region): Optional param FOLD.
9748
9749         * message.el (message-narrow-to-field): Changed name.
9750
9751         * mm-encode.el: New file.
9752
9753         * message.el (message-narrow-to-header): New function.
9754
9755         * gnus-art.el (gnus-article-decode-mime-words): Place point in the
9756         right buffer.
9757
9758 Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9759
9760         * gnus.el: Pterodactyl Gnus v0.7 is released.
9761
9762 1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9763
9764         * gnus.el: Remove autoload for
9765         gnus-article-mime-decode-quoted-printable.
9766
9767         * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
9768         be decoded in non-MULE Emacsen.
9769
9770         * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
9771
9772 1998-08-29  SL Baur  <steve@altair.xemacs.org>
9773
9774         * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
9775
9776 1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9777
9778         * mm-decode.el: Check for coding-system-list.
9779
9780 Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9781
9782         * gnus.el: Pterodactyl Gnus v0.6 is released.
9783
9784 1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9785
9786         * nnheader.el (fboundp): Protect code-coding-string.
9787
9788         * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
9789         is available.
9790
9791 Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9792
9793         * gnus.el: Pterodactyl Gnus v0.5 is released.
9794
9795 1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9796
9797         * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
9798         (gnus-hack-decode-rfc1522): Removed.
9799
9800         * mm-decode.el (mm-charset-coding-system-alist): Check better.
9801
9802 Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9803
9804         * gnus.el: Gnus v0.4 is released.
9805
9806 1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807
9808         * gnus-art.el (gnus-article-decode-mime-words): New command and
9809         keystroke.
9810
9811         * qp.el (quoted-printable-decode-region): Don't use hexl.
9812
9813         * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
9814
9815         * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
9816         (gnus-structured-field-decoder): Removed.
9817         (gnus-unstructured-field-decoder): Ditto.
9818
9819         * mm-decode.el: New file.
9820
9821         * qp.el: New file.
9822
9823         * gnus-art.el (article-mime-decode-quoted-printable): Removed.
9824
9825         * gnus-ems.el (fboundp): Removed gnus-split-string.
9826
9827         * gnus.el (gnus-splash-face): Doc fix.
9828
9829         * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
9830
9831         * gnus-art.el (article-mime-decode-quoted-printable): Don't use
9832         hexl.
9833
9834         * nnheader.el (nnheader-temp-write): Removed.
9835
9836 Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9837
9838         * gnus.el: Gnus v0.3 is released.
9839
9840 Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9841
9842         * gnus.el: Gnus v0.2 is released.
9843
9844 ;; Local Variables:
9845 ;; coding: iso-2022-7bit
9846 ;; End: